@import url("reset.css");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic");
@import url("//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic");

::selection { background: #333; color: #FFF; }
::-moz-selection { background: #333; color: #FFF; }

a { color: #001C37; text-decoration: none; }
a:hover { color: #333; }

hr { clear: both; margin: 15px 0; padding: 0; border: 0; height: 1px; color: #CCC; background: #CCC; }

img.imgleft { float: left; padding: 0 20px 10px 0; }

#maincont #mainright .jobadvert
{
	margin: 0 0 20px 0;
	padding: 20px;
	background: #369;
	color: #FFF;
	font-size: 16px;
}

	#maincont #mainright .jobadvert a
	{
		color: #FFF;
	}

	#maincont #mainright .jobadvert h3
	{
		margin: 0 0 5px 0;
		color: #FFF;
	}

	#maincont #mainright .jobadvert p:last-child
	{
		margin: 0;
	}

/** Main Styles **/

body
{
	background: #DDD;
	color: #222;
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#topcontainer
{
	width: 100%;
	height: 164px;
	padding: 20px 0 0 0;
	background: #DDD url("../images/bg.png") repeat-x;
}

	#topcontainer #topcont #top
	{
		position: relative;
		margin: 0 auto;
		width: 920px;
		height: 120px;
	}
	
		#topcontainer #topcont #top #topleft
		{
			float: left;
			width: 325px;
			height: 120px;
		}
		
			#topcontainer #topcont #top #topleft p a
			{
				position: absolute;
				left: 0;
				text-indent: -9999px;
				width: 325px;
				height: 120px;
				background: url("../images/logo.png") no-repeat top left;
			}
			
				#topcontainer #topcont #top #topleft p a:hover
				{
					background: url("../images/logo.png") no-repeat bottom left;
				}
		
		#topcontainer #topcont #top #topright
		{
			float: left;
			width: 595px;
			height: 120px;
			background: url("../images/logos-top.png") no-repeat;
		}
		
			#topcontainer #topcont #top #topright a img
			{
				margin: 0 0 0 310px;
			}

	#topcontainer #menucont
	{
		margin: 0 auto;
		width: 920px;
		height: 44px;
		background: url("../images/bg-menu-tel.png") no-repeat right top;
	}
	
		#topcontainer #menucont ul
		{
			float: left;
			list-style-type: none;
		}
	
		#topcontainer #menucont ul li
		{
			display: inline;
		}
		
		#topcontainer #menucont ul li a
		{
			float: left;
			line-height: 44px;
			padding: 0 12px;
			text-decoration: none;
			color: #FFF;
			font-size: 15px;
			text-transform: capitalize;
			font-family: "Droid Serif", Georgia, Times New Roman, Times, serif;
			font-weight: 400;
			font-style: italic;
		}
		
		#topcontainer #menucont ul li a:hover
		{
			background: #EF3E33 url("../images/bg-menu.png") repeat-x 0 -44px;
		}
		
			#topcontainer #menucont ul li.active a
			{
				background: #555 url("../images/bg-menu.png") repeat-x 0 -88px;
			}

	#container
	{
		margin: 0 auto;
		width: 920px;
		background: url("../images/bg-big.png") no-repeat;
		padding: 0 0 20px 0;
	}

	#boxescont
	{
		width: 920px;
		padding: 20px 0;
	}
	
		#boxescont .page
		{
			float: left;
			width: 290px;
			height: 140px;
			font-size: 12px;
			background: #333 url("../images/bg-footer-box.png") repeat-x;
			
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			
			-moz-box-shadow: 0 0 5px #777;
			-webkit-box-shadow: 0 0 5px #777;
			box-shadow: 0 0 5px #777;
		}
		
				#boxescont .pagegreen
				{
					background: #333 url("../images/bg-footer-box-green.png") repeat-x;
				}
				
				#boxescont .pageyellow
				{
					background: #333 url("../images/bg-footer-box-yellow.png") repeat-x;
				}
		
			#boxescont .pagemiddle
			{
				margin: 0 25px;
			}
			
			#boxescont .page h3
			{
				margin: 0 0 15px 0;
				color: #FFF;
				font-size: 20px;
				font-family: "Droid Serif", Georgia, Times New Roman, Times, serif;
				font-weight: 400;
				font-style: italic;
			}
			
				.footer-box
				{
					display: inline-block;
					width: 260px;
					height: 110px;
					padding: 15px;
					line-height: 16px;
					margin: 0 10px 15px 0;
					
					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					
					background-position: 320px 50%;
					background-repeat: no-repeat;
					
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
				}
					
				.footer-box:hover { background-position: 200px 50%; }
				.footer-box p { width: 200px; }
				
				#box1
				{
					background-image: url("../images/slide-yellow.png");
					background-position: 230px 70px;
					
					color: #FFF;
				}
					#box1:hover
					{
						background-position: 165px 10px;
						background-color: #F2C142;
					}
					
					#box1:hover p
					{
						color: #FFF;
					}
				
				#box2
				{
					background-image: url("../images/slide-blue.png");
					background-position: 230px 70px;
					color: #FFF;
				}
					#box2:hover
					{
						background-position: 165px 10px;
						background-color: #7ED555;
					}
				
					#box2:hover p
					{
						color: #FFF;
					}
					
				#box3
				{
					background-image: url("../images/slide-green.png");
					background-position: 230px 70px;
					color: #FFF;
				}
					#box3:hover
					{
						background-position: 165px 10px;
						background-color: #CE0005;
					}
				
					#box3:hover p
					{
						color: #FFF;
					}


	#maincont
	{
		width: 920px;
		line-height: 26px;
		background: #FFF;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-moz-box-shadow: 0 0 5px #AAA;
		-webkit-box-shadow: 0 0 5px #AAA;
		box-shadow: 0 0 5px #AAA;
	}
	
		#maincont p { margin: 0 0 15px 0; }
		#maincont h1, #maincont h2, #maincont h3, #maincont h4, #maincont h5 { font-family: "Droid Serif", Georgia, Times New Roman, Times, serif; font-weight: 400; font-style: italic; margin: 0 0 15px 0; color: #036; letter-spacing: -0.5px; }
		#maincont h1 { font-size: 25px; }
		#maincont h2 { font-size: 23px; }
		#maincont h3 { font-size: 23px; }
		#maincont h4 { font-size: 21px; }
		#maincont h5 { font-size: 21px; }
		
		#maincont ul { margin: 0 0 15px 35px; list-style-type: square; }
		#maincont ul li { padding: 0 0 0 2px; }
		
		#maincont ul.boldtext li { font-weight: bold; }
		
		#maincont ol { margin: 0 0 15px 35px; list-style-type: decimal; }
		#maincont ol li { padding: 0 0 0 2px; }
	
		#maincont #mainleft
		{
			float: left;
			width: 240px;
			padding: 20px;
		}
		
			#maincont #mainleft .services
			{
				width: 240px;
				padding: 15px 0;
				line-height: 15px;
				color: #555;
				border-top: 1px dashed #999;
			}
			
				#maincont #mainleft .contactus
				{
					font-size: 20px;
					color: #036;
					padding: 15px 0 5px 0;
					font-family: "Droid Serif", Georgia, Times New Roman, Times, serif;
					font-weight: 400;
					font-style: italic;
				}

			#maincont #mainleft .services p strong
			{
				color: #333;
				font-size: 19px;
				font-family: "Droid Serif", Georgia, Times New Roman, Times, serif;
				font-weight: 400;
				font-style: italic;
			}
			
			#maincont #mainleft .services .servicesleft
			{
				float: left;
				width: 90px;
			}
			
			#maincont #mainleft .services .servicesleft a img
			{
				border: 1px dashed #999;
				padding: 4px;
			}
			
			#maincont #mainleft .services .servicesleft a:hover img
			{
				border: 1px solid #999;
				padding: 4px;
			}
			
			#maincont #mainleft .services .servicesright, #maincont #mainleft .services .servicesright2
			{
				float: left;
				width: 140px;
				padding: 0 0 0 10px;
				font-size: 12px;
			}
			
				#maincont #mainleft .services .servicesright
				{
					font-size: 13px;
					line-height: 22px;
				}
	
		#maincont #mainright
		{
			float: left;
			width: 620px;
			padding: 20px 20px 20px 0;
		}
		
			#maincont #mainright #gallerycont
			{
				width: 620px;
				height: 200px;
				background: #333;
				margin: 0 0 20px 0;
			}
			
			/*** Fading Gallery Styles **/
			
				#maincont #mainright #gallerycont #slideshow
				{
					position: relative;
					width: 620px;
					height: 200px;
				}
				
				#maincont #mainright #gallerycont #slideshow img
				{
					position:absolute;
					top:0;
					left:0;
					z-index:8;
					opacity:0.0;
				}
				
				#maincont #mainright #gallerycont #slideshow img.active
				{
					z-index:10;
					opacity:1.0;
				}
				
				#maincont #mainright #gallerycont #slideshow img.last-active
				{
					z-index:9;
				}
			
			/** End Fading Gallery Styles **/

				#container #maincont #mainright table.cvtable
				{
					width: 620px;
					border-collapse: collapse;
					margin: 0 0 15px 0;
				}
				
					#container #maincont #mainright table.cvtable tr td
					{
						padding: 3px 0 3px 0;
						line-height: 16px;
					}
					
						#container #maincont #mainright table.twocol tr td
						{
							width: 310px;
						}
						
			#container #maincont #mainright .accordioncont
			{
				width: 620px;
				margin: 0 0 20px 0;
			}

				#container #maincont #mainright .accordioncont h2.acc_trigger a
				{
					float: left;
					width: 600px;
					display: block;
					padding: 10px 10px 8px 10px;
					margin: 0 0 5px 0;
					background: #DDD;
					color: #555;
					text-decoration: none;
					font-size: 18px;
				}
				
					#container #maincont #mainright .accordioncont h2.acc_trigger a:hover
					{
						color: #FFF;
						background: #666;
					}
				
					#container #maincont #mainright .accordioncont h2.active.acc_trigger a
					{
						background: #00172F;
						color: #FFF;
					}
			
				#container #maincont #mainright .accordioncont .acc_container
				{
					margin: 0 0 5px;
					padding: 20px 20px 10px 20px;
					overflow: hidden;
					width: 580px;
					clear: both;
					background: #EEE;
				}
				
				#container #maincont #mainright .accordioncont .acc_container .block p
				{
					padding: 0;
					margin: 0 0 10px 0;
				}

	#footercont
	{
		width: 880px;
		padding: 20px;
		text-align: center;
		line-height: 20px;
		font-size: 14px;
		color: #555;
	}
	
		#footercont a
		{
			color: #036;
		}
		
		#footercont a:hover
		{
			color: #222;
		}


/* ==================================================
   Button
================================================== */

.mybutton
{
	position: relative;
	display: inline-block;
	padding: 11px 14px;
	margin: 0;
	width: auto;
	overflow: hidden;
	text-decoration: none;
	border: none; 
	text-align: left;
	font-family: inherit;
	background-color: #002143;
	line-height: 1.1em;
	color: #FFF;
	cursor: pointer;	
	font-size: 1em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-appearance: none;
}
	
	.mybutton:hover
	{
		background: #1A3856;
		color: #FFF;
		text-decoration: none;
	}
	
		.mybutton.fullbutton
		{
			width: 100%;
		}

/* ==================================================
   Bootstrap Columns
================================================== */

#formcont *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#formcont *:before,
#formcont *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row
{
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
{
	float: left;
}

.col-xs-12
{
	width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}