/* CSS Document */
/* 
	.centerimg - add this class to the parent div to center an img inside the div 
	.clfix     - add this to div to clear ALL of the floats within 	
	.cl        - add to create a line break amongst floated elements
	.hidden    - add this to div to hide it by default
*/
@import url("/assets/css/general.css");


.amr {
    width: 90%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url("../images/layout/amr-logo.png");
    border: 3px solid #24b8c1;
    background-color: #fff;
    margin-top: 15px;
}

.pagetext img {
   border: #FFFFFF thin solid;
  -moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
   box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
}

.g-recaptcha {
	margin-left: 0px;
}

.mainwrap {
  min-height: 100%;
  position: relative;
  z-index: 5;
  padding-bottom: 100px; 
  }

#main {
  margin-top: 150px;
  padding-top:25px;
  padding-bottom:25px;  	
  overflow: auto;
  background-color:rgba(0, 0, 0, 0.4);
  border-top: #555454 thin solid;
  border-bottom: #555454 thin solid;  
  -moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.63);
   box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.63);
 }

#main_index {
  margin-top: 150px;
  overflow: auto;
 }

.wrap {
  width: 1056px;
  margin: 0 auto;
  position: relative;
}

.photocaption {
text-shadow: #000000;
}
 
.test-test {
	font-size: 72px;
}

.wrap.pagecontent {
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: auto;
  height: auto;
  min-height: 500px;
  background-color:rgba(255, 255, 255, 0.85);
  border-left: #000000 thin solid;	
  border-right: #000000 thin solid;	 
}

.bgimg {
  background: url(/assets/images/layout/background.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0; }

 .photocap {
   width: 100%;
  -moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
   box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
 }

.feature {
  height: 230px;
  background-color:rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #d9d7d7;
  z-index: 50;
  margin-top:60px;
  }

.feature h2 {
 margin-left: 10px;	
}

.feature img {
  border:none;
  -moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
}

.callout {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px;
	-moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  	-webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
   	box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  	background-color:rgba(0, 0, 0, 0.4);
  	border: #000000 thin solid;	
	color: #FFF;
	font-size: 20px;
  	font-family: "opensans";
}

.sidemenu {
  width: 20%;		
  float:left;	
  height: auto;
  overflow:auto;	
}

.sidemenu h2 {
  color:#858484;
  
}

.sidemenu ul li a.viewall {
	width: auto;
	float: left;
	clear: both;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: normal;
	margin-left: 10px; }

.sidemenu ul li a.viewall:hover {
	background: #FFEC91;
}

.pagecontent img {
  -moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);

}

.blurb {
  font-family: "opensans_bold", Arial, sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight:bold;
  letter-spacing: -3px;
  word-spacing: 5px;
  text-shadow: 3px 3px 8px #000000;    
  position:absolute;
  top: 185px;
  left:0;
  z-index: 550;
}


.logo-overlay {
  position:absolute;
  top: 340px;
  left:0;
  width:100%;
  z-index: 500;
}

.br5 {
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.br10 {
  border-radius: 10px;
  -webkit-border-radius: 10px; }

.br10 {
  border-radius: 15px;
  -webkit-border-radius: 15px; }

.btn {
  /*  @extend .br15; */
  font-family: "opensans_bold", Arial, sans-serif;
  width: auto;
  float: left;
  background: none;
  color: #ed1c24;
  display: block;
  text-align: center;
  clear: both;
  padding: 0 20px;
  line-height: 40px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px; }
  
.btn.blkbtn {
	color: #000;
	border-color: #000;
}
.btn.whitebtn {
	color: #fff;
	border-color: #fff;
}

.btn:hover {
  background: #ed1c24;
  color: #fff; }

.btn.blkbtn:hover {
	background: #000;
}
.btn.whitebtn:hover {
	background: #fff;
	color: #ed1c24;
}
  

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 1%; }

.col1 {
  width: 6%; }

.col2 {
  width: 14%; }

.col3 {
  width: 23%; }

.col4 {
  width: 31%; }

.col5 {
  width: 40%; }

.col6 {
  width: 48%; }

.col7 {
  width: 56%; }

.col8 {
  width: 64%; }

.col9 {
  width: 72%; }

.col10 {
  width: 82%; }

.col11 {
  width: 90%; }

.col12 {
  width: 98%; }

.hidecol {
  display: none !important; }

.table {
  display: table;
  height: 100%;
  width: 100%; }

.tablecell {
  display: table-cell;
  vertical-align: middle; }

.mainwrap.subpagewrap {
	min-height: 0;
	padding-top: 100px;
}

h3.newspage {
  color:#8A8A8A;
  font-size: 16px;
  border-bottom: none;
}

/****************************************
	INDEX
****************************************/
.mainwrap.indexwrap {
	min-height: 0;
}
.downarrow {
	position: absolute;
	bottom: 10%;
	width: 75px;
	height: 50px;
	background: url(../images/icons/down_arrow.png) no-repeat center;
	left: 50%;
	margin-left: -37px;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
	.downarrow:hover {
		bottom: 8%;
	}
	
.homeblock {
	width: 54%;
	height:auto;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0px;
	float:left;
}

.featureblock {
	width: 38%;
	height: auto;
	overflow:auto;
	margin: 0px;
	float:right;
	text-align:right;
}

.catbtn {
	width: 170px;
	height: 170px;
	margin-right: 16px;
	margin-bottom: 40px;
	border:#FFFFFF thick solid;
	float:left;
	text-align:center;
	color: #FFF;
}

.catbtn:hover {
	border:#24b8c1 thick solid;
	color: #24b8c1;
}

.catbtn .catbtn_label {
	padding-top: 8px;
	font-family: "opensans_light";	
	text-transform:uppercase;
	font-size: 12px;
}

.block1 {
	height:auto;
	padding: 0px;
	margin: 0px;
}

.block2 {
	height:auto;
	overflow:auto;
	padding-top: 40px;
	padding-bottom: 20px;
	margin: 0px;
	background: #c5c5c5; /* Old browsers */
    background: -moz-linear-gradient(top,  #c5c5c5 0%, #fcfcfc 13%, #fcfcfc 13%, #ffffff 26%, #ffffff 77%, #fcfcfc 89%, #fcfcfc 89%, #c5c5c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c5c5), color-stop(13%,#fcfcfc), color-stop(13%,#fcfcfc), color-stop(26%,#ffffff), color-stop(77%,#ffffff), color-stop(89%,#fcfcfc), color-stop(89%,#fcfcfc), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */
}


.btn.moreabout {
	float: right;
	margin: 20px 0;
}

.testimonial-block {
	padding: 20px 0;
	padding-left: 60px;
	position: relative;
}
.testimonial-block:before {
	content: "";
	background: url(../images/layout/quotes.png) no-repeat top left;
	width: 52px;
	height: 38px;
	position: absolute;
	top: 20px;
	left: 0;
}
.short_test_text {
	padding-top: 18px;
	font-style: italic;
	font-size: 18px;
}
.short_test_from {
	font-family: "opensans_bold";
	text-align: right;
	margin-top: 20px;
}
.short_test_position, .short_test_company {
	text-align: right;
	font-size: 14px;
}
a.readalltest { float: right; margin-top: 20px; }


.portfolioblock {
	background: #c5c5c5; /* Old browsers */
    background: -moz-linear-gradient(top,  #c5c5c5 0%, #fcfcfc 13%, #fcfcfc 13%, #ffffff 26%, #ffffff 77%, #fcfcfc 89%, #fcfcfc 89%, #c5c5c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c5c5), color-stop(13%,#fcfcfc), color-stop(13%,#fcfcfc), color-stop(26%,#ffffff), color-stop(77%,#ffffff), color-stop(89%,#fcfcfc), color-stop(89%,#fcfcfc), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c5c5c5 0%,#fcfcfc 13%,#fcfcfc 13%,#ffffff 26%,#ffffff 77%,#fcfcfc 89%,#fcfcfc 89%,#c5c5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */
    padding: 30px 0;
	margin-top: -4px;
/*	min-height: 410px;
	width: 120%;
	margin-left: -9%;
	padding-top: 30px;
	padding-right: 9%;
*/

}

.faqblock {
	background: #d8d8d8;
	padding: 30px 0;
}
.faqvalue.faqquestion {
	font-family: "opensans_bold";
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
}
.faqvalue.faqanswer {
	font-family: "opensans";
	font-size: 18px;
}
.faqblock h3 { font-size: 30px; }
.faqblock h3 span {
	color: #ed1c24;
}
.faqblock .btn { float: right; }
.faqblock h3 a { float: right; color: #ed1c24; font-size: 18px; }

.blackbar {
	height: 100px;
	text-align: center;
	background: #000;
}
.blackbar a.btn {
	font-size: 30px;
	font-family: "opensans_xbold";
	float: none;
	clear: none;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin: 20px 10px;
	padding: 0 30px;
}

.iconslider {
	width: 100%;
	height: 230px;
}
.iconslider .icon-arrow {
	float: left;
	height: 100%;
	width: 5%;
	background: url(../images/icons/leftarrow_red.png) no-repeat center;
}
.iconslider .icon-arrow.icon-right { background-image: url(../images/icons/rightarrow_red.png); }

.iconviewer {
	width: 100%;
	float: left;
	height: 230px;
	position: relative;
	overflow: hidden;
}
ul.featuredlist {
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.featuredlist li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 23%;
	margin: 0 1%;
	height: 230px;
	position: relative;
}
ul.featuredlist li .image {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
	background: none;
	z-indeX: 0;
}
ul.featuredlist li .image img {
	max-width: none !important;
	z-index: -1;
}
ul.featuredlist li .feature-label {
	position: absolute;
	color: #000;
	font-family: "opensans_xbold";
	padding-top: 100px;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.5);
	line-height: normal;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

ul.featuredlist li a:hover .feature-label {
	top: 0;
	
}

.graybtn {
	color: #FFF;
	width: 80%;
	font-size: 18px;
	font-family: "opensans_xbold";
	text-transform: uppercase;
	height: 50px;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #acacac;
	cursor: pointer; 
	margin-bottom: 10px;

}

.graybtn a {
	color: #FFF;	
}

.graybtn:hover a {
	color: #000;	
}

.graybtn:hover {
	color: #000;
}

.productblock {
  padding: 10px;
  overflow: auto;
  height: auto;
  background-color:rgba(0, 0, 0, 0.25);
  border: #AAA thin solid;	
  -moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.53);
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.53);
  margin-bottom: 15px;	
}

.bluebtn {
	color: #24b8c1;
	font-family: "opensans_light";
	font-size: 26px;
	text-transform: uppercase;
	text-align:center;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 40px;
	border: #24b8c1 thin solid;
	margin-top: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bluebtn:hover {
	color: #FFF;
	border: #FFF thin solid;
}

.bluereadbtn {
	color: #24b8c1;
	font-family: "opensans_light";
	font-size: 14px;
	text-transform: uppercase;
	text-align:center;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;	
	line-height: 20px;
	border: #24b8c1 thin solid;
	margin-top: 30px;
	margin-right: 10px;	
    border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 120px;
	float:right;
}

.bluereadbtn:hover {
	color: #FFF;
	border: #FFF thin solid;
}


.yellowbtn {
	color: #4e71b0;
	font-family: "opensans_xbold";
	font-size: 26px;
	text-transform: uppercase;
	height: 80px;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 80px;
	border: #ffe265 4px ridge;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #fff5cd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff5cd 1%, #ffe98e 47%, #ffda3d 52%, #ffda3d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff5cd), color-stop(47%,#ffe98e), color-stop(52%,#ffda3d), color-stop(100%,#ffda3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5cd', endColorstr='#ffda3d',GradientType=0 ); /* IE6-9 */
}

.yellowbtn:hover {
	color: #FFF;
}

.yellowbtn_small {
	margin-top: 30px;	
	color: #000;
	font-family: "opensans_xbold";
    text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 40px;
	border: #ffe265 2px ridge;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #fff5cd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff5cd 1%, #ffe98e 47%, #ffda3d 52%, #ffda3d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff5cd), color-stop(47%,#ffe98e), color-stop(52%,#ffda3d), color-stop(100%,#ffda3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff5cd 1%,#ffe98e 47%,#ffda3d 52%,#ffda3d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5cd', endColorstr='#ffda3d',GradientType=0 ); /* IE6-9 */
	
}

.yellowbtn_small:hover {
	color: #35558F;
}

.bluebtn_small {
	margin-top: 30px;	
	color: #000;
	font-family: "opensans_xbold";
    text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 40px;
	border: #6684bb 2px ridge;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #becbe2; /* Old browsers */
    background: -moz-linear-gradient(top,  #becbe2 1%, #7d97c5 47%, #4e71b0 51%, #4e71b0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#becbe2), color-stop(47%,#7d97c5), color-stop(51%,#4e71b0), color-stop(100%,#4e71b0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becbe2', endColorstr='#4e71b0',GradientType=0 ); /* IE6-9 */
	
}

.bluebtn_small:hover {
	color: #FFF;
}

.train_btn {
	color: #FFF;
	font-family: "opensans_xbold";
	font-size: 14px;
	text-transform: uppercase;
	height: 40px;
	padding-left: 8px;
	padding-right: 8px;	
	line-height: 40px;
	margin-left:20px;
	border: #6684bb 2px ridge;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #becbe2; /* Old browsers */
    background: -moz-linear-gradient(top,  #becbe2 1%, #7d97c5 47%, #4e71b0 51%, #4e71b0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#becbe2), color-stop(47%,#7d97c5), color-stop(51%,#4e71b0), color-stop(100%,#4e71b0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #becbe2 1%,#7d97c5 47%,#4e71b0 51%,#4e71b0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becbe2', endColorstr='#4e71b0',GradientType=0 ); /* IE6-9 */
}

.train_btn:hover {
	color: #000;
}


/****************************************
	FAQ
****************************************/
.faq-row {
  width: 96%;
  float: left;
  clear: both;
  padding: 10px 2%;
  color: black;
  font-size: 14px;
  cursor: pointer; }

.faq-row:hover{
  color: #24b8c1;
}

.faq-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2); }

.faq-question {
  font-size: 16px !important; }

.faq-answer {
  border: 1px solid #bbb;
  border-radius: 3px; 
  display: none;
  color: #000 !important;
  background: #fff;
  padding: 5px;	
  margin: 10px 0 0; }

.faq-answer p {
  color: #000 !important;
  padding: 10px 2%;
  margin: 0;
  width: 96%; }
  
 .faq-search {
	  border: thin solid #CCC;
      background: #fff;
      padding: 5px 2%;
      width: 96%;
      font-family: "opensans", Arial, sans-serif; 	  
  }
  .pagelist {
	list-style: none;
	font-size: 15px;
	font-family: 'opensans';
	line-height: 25px;
	margin: 0;
	padding: 0;  
	padding-left: 20px;
  }
  .faqlist {
	  margin-bottom: 40px;
	  
  }
  
  .nonefound { font-size: 18px; margin: 10px 0; }

/****************************************
	END FAQ
****************************************/

/****************************************
	TESTIMONIALS
****************************************/

.test {
	display: block;
	background: url(../images/layout/quote.png) no-repeat 10px 10px;
	font-size: 18px; 
	height: auto;
	overflow:auto;
    border-radius: 3px; 
	padding: 15px;
	line-height: 20px;
	margin: 20px 0 0 0;
	border: 1px solid #bbb;
}

.testname {
	font-size: 12px;
	font-style:italic;
	font-family: "opensans_light", Arial, sans-serif;
}

/****************************************
	END TESTIMONIALS
****************************************/

/****************************************
	HEADER
****************************************/
.topnavbar {
	height: 45px;
	line-height: 45px;
	float: right;
	font-size: 18px;
	font-family: "opensans_bold";
}
.topnavbar a.phone { float: left; }
.topnavbar a.phone:before {
	content: "";
	width: 20px;
	height: 14px;
	background: url(../images/icons/phone.png) no-repeat center;
	display: inline-block;
	margin-right: 10px;
}
.topnavbar .social-media {
	float: left;
	margin: 0;
	margin-left: 10px;
}
.topnavbar .social-media li {
	float: left;
	font-size: 18px;
	color: #24b8c1;
	line-height: 45px;
	margin-left: 10px;
	-moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topnavbar .social-media li:hover {
	color: #d9d7d7;
}
a.logo {
	float: left;
	height: 110px;
}
a.logo img {
	max-height: 112px;
	margin-top: 25px;
}

.header {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  z-index: 11; }

.nav {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  float: right;
  clear: right;
  height: 40px;
  line-height: 40px; }
  .nav li {
    display: inline-block;
    position: relative; }
    .nav li a {
      background-position: center;
      background-size: contain;
	  font-family: "opensans_light";
	  font-size: 16px;
	  text-transform: uppercase;
	  color: #d9d7d7;
	  padding-left: 20px;
	  pading-right: 0px;
      display: block; }
	.nav li a:hover {
		color: #24b8c1;
	}
	.nav li.getquote a {
		color: #fff;
		font-size: 14px;
		background: #4e71b0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0 10px;
	}
	.nav li.getquote a:hover {
		background: #ffda3d;
		color: #000;
	}
    .nav li ul {
      position: absolute;
      background: rgba(255, 255, 255, 0.25);
      top: 45px;
      margin: 0;
      padding: 5px 0;
	  border: #d9d7d7 thin solid;
	  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
	  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
      width: 180px;
      display: none; }
      .nav li ul li {
        width: 100%;
        text-indent: 0;
        float: left;
        height: auto; }
        .nav li ul li a {
          float: left;
          line-height: 20px;
          color: #000;
          height: auto;
          text-align: left;
          padding: 5px 5%;
          width: 90%; }
          .nav li ul li a:hover {
            color: #fff; }

.mobile-menu {
  display: none; }

/*************************************
	SOCIAL MEDIA
*************************************/
.social-media {
  font-family: socialIcons;
  font-size: 20px; }

/****************************************
	FOOTER
****************************************/
.footer {
  height: 53px;
  background-color: #252525;
  width: 100%;
  line-height: 53px;
  color: #656464;
  z-index: 100;
  font-family: "opensans_light", Arial, sans-serif;
  font-size: 13px;
  position:fixed;
  bottom:0;
  
  }

.footer .phone {
  font-family: "opensans_light", Arial, sans-serif;
  font-weight:lighter;
  font-size: 45px;
  line-height: 53px;
  float: right;	
}

.footer .get_quote {
	float: right;
	font-family: "opensans_bold", Arial, sans-serif;
	margin: 0;
	margin-left: 10px;
	font-size: 18px;
	color: #24b8c1;
	line-height: 53px;
}

.footer .get_quote:hover {
	color: #d9d7d7;
}

.footer a {
  color: #656464;
  text-decoration: none;
   }

 .footer a:hover {
   color: #fff;
   }

 .footer li {
    display: inline-block;
    position: relative;
	width: 10.5%;
	height: 300px;
	overflow:auto;
	text-align:center;
	text-transform:uppercase;	
    line-height: 30px;
 }

 .footer ul {
	width: 100%;
	text-align:center;
    font-size: 12px;
	float:left;
	clear: both;
    height: 15px;
	margin: 0px;
	padding: 0px;
    line-height: 20px;
	text-transform:none;
 }
 
 .footer footsubmenu {
    width: 100%;
    text-indent: 0;
    float: left;
    height: auto;
  }


 .footmenu {
  height:auto;
  padding-top: 40px;
  }
	
	
  ul.footnav li.getquote {
		color: #fff;
		font-size: 18px;
		background: #000;
		color: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0 20px;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
  }
  ul.footnav li.getquote a {
	 color: #fff; 
  }
  ul.footnav li.getquote:hover {
	  background: #ed1c24;
  }
	

.topfoot {
	padding: 10px 0;
	border-bottom: 1px solid #ed1c24;
}
	
.topfoot img {
	
}

.topfoot .contactinfo {
	color: #000;
	font-family: "opensans_xbold";
	padding-top: 40px;
	line-height: 30px;
}
.topfoot .contactinfo a {
	text-decoration: none;
	color: #000;
}
.topfoot .signupinfo {
	padding-top: 40px;
}
.topfoot .form-row .form-input {
	width: 100%;
}
.topfoot .news-signup input.newsemail {
	background: #ebebeb;
	border: 1px solid #ccc;
	padding: 10px 2%;
	width: 96%;
}
.topfoot .news-signup input.btn {
	width: 100%;
	padding: 0;
	text-align: center;
}


.bottomfoot {
	padding: 10px 0;
}

.bottomfoot .social-media {
	float: left;
	margin: 0;
}
.bottomfoot .social-media a {
	float: left;
	color: #ed1c24;
	font-size: 24px;
	text-decoration: none;
	padding: 0 5px;
	line-height: 30px;
}

.bottomfoot .social-media li:hover {
	color: #888;
}

.copyright {
	text-align:center;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;	
	width: 100%;
	height: 85px;
	background: #464646;
	color: #d3d3d3;
	float: right;
	clear: both;
	line-height: 40px;
	font-size: 12px;
}

.copyright a {
	text-decoration: none;
	color: #d3d3d3;
}
.copyright a:hover {
	color: #000;
}

/****************************************
	PAGE
****************************************/
.pagetext img {
  max-width: 100% !important; }

.pagetext li {
  font-size: 14px;
  margin: 5px 0;
  clear: both;
  float: left; }

.fb-icon {
  background: url(/assets/images/icons/facebook.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 10px; }

/****************************************
	FAQ
****************************************/
.faq-row {
  width: 96%;
  float: left;
  clear: both;
  padding: 10px 2%;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer; }

.faq-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2); }

.faq-question {
  font-size: 16px !important; }

.faq-answer {
  display: none;
  color: #000 !important;
  background: rgba(255, 255, 255, 0.7);
  margin: 10px 0 0; }

.faq-answer p {
  color: #000 !important;
  padding: 10px 2%;
  margin: 0;
  width: 96%; }

/****************************************
	FORMS
****************************************/
.form-row {
  width: 100%;
  float: left;
  clear: both;
  margin: 5px 0; }
  .form-row.radio .form-input {
    width: 100%; }
  .form-row.radio .form-label {
    width: 100%; }
  .form-row .radioinvalid {
    background: #FFD4D5; }
  .form-row .form-label {
    float: left;
    color: #fff;
    font-family: "opensans_light", Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    width: 150px; }
  .form-row .form-input {
    float: left;
    width: 300px; }
    .form-row .form-input input, .form-row .form-input select, .form-row .form-input textarea {
      border: thin solid #000;
      background: #fff;
      padding: 5px 2%;
      width: 96%;
      font-family: "opensans", Arial, sans-serif; }
      .form-row .form-input input.invalid, .form-row .form-input select.invalid, .form-row .form-input textarea.invalid {
        background: #FFD4D5; }
      .form-row .form-input input[type="radio"], .form-row .form-input select[type="radio"], .form-row .form-input textarea[type="radio"] {
        width: 13px; }
    .form-row .form-input input.half {
      width: 45%;
      margin-right: 2%;
      float: left; }
      .form-row .form-input input.half.last {
        margin-right: 0; }
    .form-row .form-input select.half {
      width: 40%; }
    .form-row .form-input textarea {
      height: 100px; }
    .form-row .form-input span {
      color: #fff;
      padding: 0 3%; }
    .form-row .form-input input.checkbox {
      float: left;
      margin: 0;
      width: 10%; }
    .form-row .form-input label span {
      float: left;
      width: 90%;
      padding: 0; }
    .form-row .form-input input[type="submit"] {
	  margin-left: 50px;	
      width: 200px;
      text-align: center;
      font-family: "opensans", Arial, sans-serif;
      font-size: 14px;
      color: #fff;
      line-height: 28px;
      height: 28px;
      cursor: pointer;
      padding: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .form-row .form-input input[type="submit"]:hover {
        background: rgba(0, 0, 0, 0.75); }

.contact-submit {
    float: left;
	background-color:transparent;
    width: 300px;
	cursor: pointer;
	color: #24b8c1;
	font-family: "opensans_light";
	font-size: 22px;
	text-transform: uppercase;
	height: 50px;
	padding-left: 24px;
	padding-right: 24px;	
	line-height: 40px;
	border: #24b8c1 thin solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.contact-submit:hover {
	color: #fff;
	border: #fff thin solid;
}

#gmap.contactgmap {
	width: 100%;
	height: 300px;
	margin-top: 0px;
}

img.captcha-image {
  margin-left: 200px; }

.error, .success, .alert {
  padding: 5px 10px;
  background: #c44f44;
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, 0.45);
  box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, 0.45);
  margin-bottom: 20px; }

.alert {
  background: #f8ebbc;
  color: #4c4c4c; }

.success {
  background: #7ebd65; }

/****************************************
	GALLERY
****************************************/
.gallery {
  width: 100%;
  text-align: center; }

.galthumb {
  display: inline-block;
  margin: 5px;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

article.galimg {
  width: 21%;
  padding: 3px;
  height: 150px;
  background: #fff;
  margin: 10px 1%;
  -moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.63);
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
  }

  article.galimg:hover {
    background: #24b8c1; }

  article.galimg img {
    max-width: none !important; }

.galimgblock {
  width: 100%;
  height: 100%;
  display: block; }
  .galimgblock div {
    position: absolute;
    background: rgba(11, 110, 116, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
    font-family: "opensans", Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle; }
    .galimgblock div:before {
      content: "";
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .galimgblock div span {
      display: inline-block;
      max-width: 90%;
      margin: 0 5%; }

a.moregallery {
  background: #d4760d;
  color: #fff;
  padding: 10px 0;
  font-family: 'opensans';
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  width: 200px; }

a.moregallery:hover {
  background: #878787; }

/****************************************
	NEWS
****************************************/
.news-archives .year {
  float: left;
  clear: both;
  width: 100%; }
.news-archives .month {
  float: left;
  clear: both;
  width: 100%;
  margin-left: 10px; }
.news-archives .blog {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  margin-left: 20px; }
  .news-archives .blog.select {
    text-decoration: underline; }
.news-archives .yearblock {
  float: left;
  clear: both;
  display: block;
  width: 100%; }
.news-archives .monthblock {
  float: left;
  clear: both;
  display: block;
  width: 100%; }

.news-content a.readmorenews {
  float: right;
  clear: both;
  background: #999;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  text-transform: lowercase;
  line-height: 30px; }

.news-article .news-by {
  font-size: 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin: 5px 0; }
.news-article .article-block {
  border-bottom: 1px solid #aaa;
  padding: 10px 0; }

/****************************************
	TEAMS LIST
****************************************/
.teamimg {
  height: 200px;
  text-align: center;
  font-size: 0; }
  .teamimg:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .teamimg img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }

.teamblock {
  padding: 20px 0;
  border-top: 1px solid #ccc; }
  .teamblock:after {
    content: "";
    clear: both;
    display: block; }
  .teamblock h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .teamblock .jobtitle {
    font-size: 16px;
    text-transform: uppercase; }
