body{
	min-width:960px;
}
.container_16{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{
	display:inline;
	float:left;
	position:relative;
	margin-left:0px;
	margin-right:0px;
}
.container_16 .grid_1{width:60px;}
.container_16 .grid_2{width:120px;}
.container_16 .grid_3{width:180px;}
.container_16 .grid_4{width:240px;}
.container_16 .grid_5{width:300px;}
.container_16 .grid_6{width:360px;}
.container_16 .grid_7{width:420px;}
.container_16 .grid_8{width:480px;}
.container_16 .grid_9{width:540px;}
.container_16 .grid_10{width:600px;}
.container_16 .grid_11{width:660px;}
.container_16 .grid_12{width:720px;}
.container_16 .grid_13{width:780px;}
.container_16 .grid_14{width:840px;}
.container_16 .grid_15{width:900px;}
.container_16 .grid_16{width:960px;}
.clear{
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:before,
.clearfix:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
}
.grecaptcha-badge{
    z-index:5000;
}html {
	position: relative;
	min-height: 100%;
	margin: 0;
}




body{
	margin: 0px;
	color:#898989;
	background-color:#E6E6E6;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	height: 100%;
	margin-bottom: 270px;
}
/*used to overwrite a body bg that can cause problems within CKeditor*/
#bodyOverWrite{min-width:auto;}
/*general Styles*/
img{border:0px;}
form{display:inline;}
#name{width:0px; height:0px; border:none; border:0px solid #FFF; background-color:transparent; display:none;}
table{padding:0px;margin:0px;border-spacing:0px;border-collapse: collapse;}
td{vertical-align:top;}
th{vertical-align:top; text-align:left;}
textarea{font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif; font-size: 14px; }
hr{background-color:#0A80AA; height:2px; border:none;}
p{}
.sr-only{display:none;}

.img-responsive{
	max-width: 100%;
	height: auto;
}

/*default headers*/
h1{
	color:#898989;
	font-size:30px;
	margin-top:0px;
}
h2{
	color:#0A80AA;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	margin-top:5px;
}
h3{}
h4{}
h5{}
h6{}

/*default link style*/
a{color:#0A80AA;}
a:hover{color:#006c96;}
a:visited{}
a:active{color:#222222;}
.underlined{text-decoration:underline;}
.italic{font-style:italic;}
.bold{font-weight:700;}.alert{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #DADADA;
}
.alert-danger{
	border:1px solid #D9534F;
	color:#D9534F;
	background-color:#EFD7D7;
}
.alert-warning{
	border:1px solid #F0AD4E;
	color:#F0AD4E;
	background-color:#FBF6DA;
}
.alert-info{
	border:1px solid #5BC0DE;
	color:#5BC0DE;
	background-color:#D2EAF5;
}
.alert-success{
	border:1px solid #5CB85C;
	color:#5CB85C;
	background-color:#D9EDD1;
}
.alert hr{
	height:1px;
	background-color:#DADADA;
	opacity: 0.4;
}
.errorTrace{
	font-size:11px;
	color:#333;
	border:1px solid #DADADA;
	background-color:#EEE;
	padding:10px;
	margin-top:10px;
}

.alert-danger .errorTrace{
	border:1px solid #DADADA;
	background-color:#EEE;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}

.iframeMapContainer{
	line-height: 0;
}
.iframeMapContainer iframe{
	width:100%;
	height:500px;
}

#toTopButton{
	opacity: 0;
	cursor: pointer;
	z-index: 10000;
	position: fixed;
	bottom:100px;
	right:10px;
	color: #FFF;
	width:60px;
	height:60px;
	text-align:center;
	font-size:32px;
	line-height:60px;
	border-radius:5px;
	background-color: rgba(0,0,0,0.6);
	background-image:url("../assets/fa-chevron-up.png");
	background-repeat: no-repeat;
}
#toTopButton.show{
	opacity: 1;
	animation: fadeInRightAnim 1s ease;
}

#toTopButton.hide{
	opacity: 0;
	animation: fadeOutRight 1s ease;
}body{
}
.default_10px{
  font-size: 10px;
}
.default{
  font-size: 12px;
}
.default_14px{
  font-size: 14px;
}
.default_16px{
  font-size: 16px;
}
.default_22px{
  font-size: 22px;
}

.DarkGrey{
  color:#898989;
}

.Blue{
  color:#0A80AA;
}



#top{
	height:90px;
}
#top .top{
	height:90px;
}
#top .logo{
	background:url("../assets/logo.png") no-repeat;
	width:280px;
	height:80px;
	position:absolute;
	top:10px;
	right:10px;
}

/*Main menu CSS*/

ul#menu {
  list-style-type: none; 
  margin: 0px; 
  padding: 0px;
  height:40px;
  margin-top:50px;
}
ul#menu li {
  display:inline;
  float:left;
  height:40px;
}
ul#menu li:hover{}
ul#menu li.current{}

ul#menu li a {
  display: inline-block;
  text-align:left;
  color:#898989;
  text-decoration:none;
  font-weight:400;
  font-size:16px;
  padding:0px 15px;
  line-height:40px;
}
ul#menu li a:hover,
ul#menu li a.current{
  color:#0A80AA;
}


.dropdown_auto, 
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns,
.dropdown_7columns,
.dropdown_8columns,
.dropdown_9columns,
.dropdown_10columns,
.dropdown_11columns,
.dropdown_12columns,
.dropdown_13columns,
.dropdown_16columns{
  float:left;
  display:none;
  position:absolute;
  text-align:left;
  padding:10px 5px 10px 5px;
  padding-bottom:0px;
  border:1px solid #999;
  background-color:#E6E6E6;
  min-height:40px;
  z-index:9999;
  border-top:none;
  box-shadow:2px 2px 2px #333;
  
}

.dropdown_auto {width: auto;}
.dropdown_1column {width: 60px;}
.dropdown_2columns {width: 120px;}
.dropdown_3columns {width: 180px;}
.dropdown_4columns {width: 240px;}
.dropdown_5columns {width: 300px;}
.dropdown_6columns {width: 300px;}
.dropdown_7columns {width: 420px;}
.dropdown_8columns {width: 480px;}
.dropdown_9columns {width: 540px;}
.dropdown_10columns {width: 600px;}
.dropdown_11columns {width: 660px;}
.dropdown_12columns {width: 720px;}
.dropdown_13columns {width: 780px;}
.dropdown_13columns {width: auto;}

#menu li:hover .dropdown_auto{
  display:inline-block;
}
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns,
#menu li:hover .dropdown_6columns,
#menu li:hover .dropdown_7columns,
#menu li:hover .dropdown_8columns,
#menu li:hover .dropdown_9columns,
#menu li:hover .dropdown_10columns,
#menu li:hover .dropdown_11columns,
#menu li:hover .dropdown_12columns,
#menu li:hover .dropdown_13columns{
  display:block;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
  display:inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}


#menu ul{
  margin:0px;
  padding:0px;
}
#menu ul li {
  display:block;
  position:relative;
  border:none;
  margin-bottom:0px;
  margin:0px;
  padding:0px;
  height:auto;
}
#menu ul li a{
  font-size:16px;
  display:inline-block;
  text-decoration:none;
  color:#0A80AA;
  line-height:30px;
  padding-left:20px;
  font-weight:400;
}
#menu ul li a:hover{
  text-decoration:underline;
}

#menu  .third_menu ul{
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}
#menu  .third_menu li{
  display:block;
  float:none;
  border-right:none;
}
#menu .third_menu a{
  color:#898989;
  font-size:14px;
}



#content{
	
}

.mainContent{
	padding-top:30px;
}
.noTopPadding{
  padding-top: 0px;
}

.swissboxes
{
  width: 300px;
  display:block;
  float:left;
  margin-right: 10px;
  margin-left: auto;
  line-height: 40px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #000;
  border:solid 5px #990000;
  text-decoration:none;
}


.swissboxes:hover{
  background-color:#FFF;
  color:#000;
  text-decoration:none;
}

.footerBG{
	position: absolute;
	bottom: 0;
	width: 100%;
	height:250px;
	background-color:#BBB;
	border-top:1px solid #898989;
	margin-top:20px;
}
#footer{

}

.footerContent a{

}
#footerMenu{
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-top:10px;
	width:620px;
	margin:0px auto;
}
#footerMenu li{
	padding:0px;
	margin:0px;
	float:left;
}
#footerMenu a{
	line-height:30px;
	display:inline-block;
	color:#0A80AA;
	text-decoration:none;
	padding:0px 15px;
}
#footerMenu a:hover{
	text-decoration:none;
}
#footerMenu span{
	line-height:28px;
	
}
#footerIcons{
  position:absolute;
  left:15px;
  top:170px;
}

#footerIcons a{
  margin-right:10px;
}

.copyright{
	position:absolute;
	right:10px;
	top:210px;
	font-size:13px;
}

.brochure{
  position:absolute;
  left:230px;
  top:60px;
  color:#000;
  font-size:24px;
  font-weight:bold;
  text-decoration:none;
}
.secondmenu{
	margin-top:210px;
}

.secondmenu a{
	text-decoration:none;
	color:#0A80AA;
	padding:0px 15px;
}
#primaryLogosContainer {
	height:50px;
	width:960px;
	position:absolute;
	left:15px;
	top:180px;
}
#primaryLogosContainer .socialIcon{
	display: inline-block;
	margin-right:10px;
}

#primaryLogosContainer .logoSizedContainer {
	height:85px;
	float:right;
	display: block;
	margin: 10px auto;
    margin-right: 19px;
	background-size:auto;
	background-repeat:no-repeat;
	background-position: center top;
}


#primaryLogosContainer .koch-logo{
    width:190px;
	background-image:url("../assets/Koch-banner-clear.png");
}

#primaryLogosContainer .swissvax-logo{
    width:85px;
	background-image:url("../assets/swissvax.png");
}

#primaryLogosContainer .carpro-logo{
    width:191px;
	background-image:url("../assets/carpro-approved1.png");
}

#primaryLogosContainer .cquartz{
    width:209px;
	background-image:url("../assets/cquartz.png");
}

#primaryLogosContainer .xpel-logo{
    width:208px;
    margin-right: 0px;
	background-image:url("../assets/XPEL-logo.png");
}

#featuredArea{
}
#featuredArea .slideBG{
  height:500px; 
  background-position:center;
  position:relative;
  background-repeat:no-repeat;
  background-size:cover;
}


#featuredArea .slideLink{
  display:block;
  width:960px;
  height:350px;
  position:absolute;
}
#featuredArea a{
  text-decoration:none;
}
#featuredArea .grid_16{
  height:500px;
}
#featuredArea .slideTitle{
  display:block;
  color:#FFF;
  font-size:40px;
  text-align:left;
  position:absolute;
  left:20px;
  bottom:30px;
  width:800px;
  text-shadow:2px 2px 2px #000;
  }

#jFeaturedAreaButtonsContainer{
  position: absolute;
  bottom: 0px;
  width:100%;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButtonsInnerContainer{
  width:960px;
  margin:0px auto;
  position:relative;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButtons{
  position: absolute;
  right: 20px;
  bottom:20px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton{
  padding:8px;
  border:1px solid #000;
  margin-left:5px;
  background-color:#E6E6E6;
  border-radius:8px;

}

#jFeaturedAreaButtonsContainer .jFeaturedAreaButton:hover{
  background-color:#0A80AA;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton.current{
  background-color:#0A80AA;
}
#galleryMainPage{
  margin-top:20px;
}
#galleryMainPage .imageMainContainer{
  width:450px;
  float:left;
}
#galleryMainPage .details{
  padding-left:10px;
}
#galleryMainPage .title{
  font-size:18px;
  color:#99DEF8;
  font-weight:bold;
  margin-bottom:50px;
}
#galleryMainPage .images{}
#galleryMainPage .imageContainer{
  float:left;
  width:229px;
  text-align:center;
  
}
#galleryMainPage .imageBorder{
  border:1px solid #000;
  box-shadow:2px 2px 2px #666;
  padding:10px;
  width:195px; 
  margin-bottom:10px;
  background-color:#FFF;
}
#galleryMainPage .rightCol{
  padding-left:20px;
}
#galleryMainPage .GalleryImageContainer{
  line-height:0px;
  width:195px; 
  height:150px;
  overflow:hidden;
}
.contactForm{
  margin-top:20px;
  position:absolute;
  top:130px;
  left:0px;
}

.submitButton {
  border: 1px solid #0A80AA;
  background: #0A80AA;
  color: #FFF;
  padding: 5px 15px;
  cursor:pointer;
  font-size:20px;
}
.submitButton:hover{
  border: 1px solid #99DEF8;
  background: #99DEF8;
  color: #FFF;
}
.formElement .input-text{
  border:1px solid #666;
  padding:5px;
  float:left;
  margin-bottom:10px;
}
.formError{
  background-color:#A82626;
  color:#FFF;
}
.required{
  float:left;
  color:#000;
  line-height:35px;
  font-size:24px;
  padding-left:10px;
  font-weight:300;
}

.column{
  float:left;
  width:180px;
  margin-left:40px;
  padding-top:85px;
  background-repeat:no-repeat;
  background-position:center top;
  text-align:center;
  position:relative;
}
.iconLink{
  position:absolute;
  height:120px;
  width:180px;
  top:0px;
  left:0px;
  text-decoration:none;
}
.storage{
  background-image:url("../assets/storage.png");
  background-position:center 3px;
}
.transport{
  background-image:url("../assets/transport.png");
  background-position:center 10px;
}
.detailing{
  background-image:url("../assets/detailing.png");
  background-position:center 7px;
}
.care{
  background-image:url("../assets/care.png");
  background-position:center 14px;
}

.column .title{
  color:#0A80AA;
  font-size:20px;
  line-height:50px;
  font-weight:300;
  text-transform:uppercase;
  text-align:center;
}
.column .description{
  text-align:center;
  margin-bottom:20px;
}



/*styles for content*/

.carStorageColumn{
  float:left;
  width:290px;
  margin-left:40px;
}
.carStorageColumnfirst{
  float:left;
  width:290px;
  margin-left:0px;
}
.tickbulletpoint{
  list-style-type:none;
  padding:0px;
  margin:0px;
  margin:20px 0px;
}
.tickbulletpoint li{  
  background-image:url("../assets/checkmark.png");
  background-repeat:no-repeat;
  background-position:left 8px;
  padding:0px;
  margin:0px;
  padding-left:35px;
  font-size:20px;
  margin-bottom:5px;
}

.centeredTitle{
  text-align:center;
  font-size:22px;
  font-weight:300;
  text-transform:uppercase;
}

.line{
	clear:both;
	height:1px;
	background-color:;
}

.line-padded{
	margin-bottom:30px;
	margin-top:20px;
}

.LargeLeftColumn{
  float:left;
  width:700px;
  margin-right:50px;
}
.LargeRightColumn{
  float:left;
  width:200px;
}



.greyarrow{
  background-image:url("../assets/grey-arrow.png");
  background-repeat:no-repeat;
  background-position:top right;
  padding-right:23px;
  text-decoration:none;
}

.bluearrow{
  background-image:url("../assets/blue-arrow.png");
  background-repeat:no-repeat;
  position:absolute;
  left:99px;
  bottom:-34px;
  height:36px;
  width:32px;
}
.hometitles{
  height:70px;
}
.bluebox{
  background-color:#0A80AA;
  width:230px;
  color:#FFF;
  font-size:18px;
  float:left;
  text-align:center;
  position: relative;
  line-height:60px;
}
.floatright{
  float:right;
  width:650px;
}
.blueboxfull{
  background-color:#0A80AA;
  padding:20px;
  color:#FFF;
  font-size:18px;
  text-align:center;
  position: relative;
  display:block;
  margin-bottom:20px;
}
.blueboxcontainer{
  height:60px;
  margin-bottom:35px;
}
.productdetail{
  margin:10px;
}
.contactformHolding{
  height:370px;
}
.contactcontainer{
  float:left;
  width:400px;
  margin-right:10px;
}
 .visitcontainer{
  float:left;
  width:530px;
}
 .cardetailboxs{
  margin-left:15px;
  width:310px;
  background-color:#0A80AA;
  color:#FFF;
  font-size:18px;
  float:left;
  text-align:center;
  height:380px;
}
 .cardetailcontent{
  padding:20px;
}
 .cardetailtitle{
  padding-top:10px;
  font-weight:bold;
}
 .firstbox{
  margin:0px;
}

.arrowbulletpoint li{
  background-image:url("../assets/grey-arrow.png");
  background-repeat:no-repeat;
  background-position:left center;
  padding:0px;
  margin:0px;
  padding-left:30px;
}
.arrowbulletpoint{
  list-style-type:none;
  padding:0px;
  margin:0px;
  margin-top:10px;
  margin-bottom:10px;
}
 
.packageColumn{
  width:300px;
  float:left;
  margin-left:30px;
}
.packageColumnFirst{
  margin-left:0px;
}
.packageHeader{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align:center;
  padding:10px 20px;
  font-size:24px;
  color:#FFF;
}
.firstPackage .packageHeader{
  background-color:#666;
}
.secondPackage .packageHeader{
  background-color:#81BDF9;
}
.thirdPackage .packageHeader{
  background-color:#EA6464;
}
.packageColumn ul{
  list-style-type:none;
  margin:20px 0px;
  padding:0px;
  height:220px;
}
.packageColumn li{
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:30px;
  font-size:18px;
  margin-bottom:10px;
}
.firstPackage li{
  background-image:url("../assets/grey-bullet-with-checkmark.png");
}
.secondPackage li{
  background-image:url("../assets/blue-bullet-with-plus.png");
}
.thirdPackage li{
  background-image:url("../assets/red-bullet-with-plus.png");
}
.packageColumn a{
  display:block;
  text-align:center;
  margin-bottom:20px;
}

.treatmentTitle{
  width:600px;
  margin:0px auto;
  line-height:40px;
  text-align:center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color:#FFF;
  font-size:20px;
  margin-bottom:10px;
}
.protection{
  background-color:#666;
}
.enhancement{
  background-color:#81BDF9;
}
.correction{
  background-color:#EA6464;
}
.extra{
  border:1px solid #666;
  color:;
}
.greyLine{
  height:1px;
  background-color:#666;
}
.blueLine{
  height:1px;
  background-color:#81BDF9;
}
.redLine{
  height:1px;
  background-color:#EA6464;
}
.treatmentPoints{
  list-style-type:none;
  margin:20px 0px;
  padding:0px;
}
.treatmentPoints li{
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:30px;
  font-size:18px;
  margin-bottom:10px;
} 

.protectionPoints li{
  background-image:url("../assets/grey-bullet-with-checkmark.png");
}
.enhancementPoints li{
  background-image:url("../assets/blue-bullet-with-plus.png"); 
}
.correctionPoints li{
  background-image:url("../assets/red-bullet-with-plus.png");
}
.extraPoints li{
  background-image:url("../assets/blank-bullet.png");
}

.tariffPoints{
  list-style-type:none;
  margin:0px;
  padding:0px;
  float:left;
  width:460px;
}
.tariffPoints li{
  background-image:url("../assets/grey-bullet-with-checkmark.png");
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:30px;
  font-size:18px;
  margin-bottom:10px;
}

li.bluePoint{
  background-image:url("../assets/blue-bullet-with-plus.png");
}
li.redPoint{
  background-image:url("../assets/red-bullet-with-plus.png");
}

li.bluePointtick{
  background-image:url("../assets/bluebulletwithtick.png");
}
li.redPointtick{
  background-image:url("../assets/redbulletwithtick.png");
}

#tariff-prices{
  height:100px;
  clear:both;
  padding-top:20px;
  padding-bottom:20px;
}
#tariff-prices .tariff-box{
  width:200px;
  border:none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color:#FFF;
  float:left;
  font-size:24px;
  text-align:center;
  padding:20px;
  margin-left:40px;
}
#tariff-prices .grey-box{
  background-color:#666;
}
#tariff-prices .blue-box{
  background-color:#81BDF9;
}
#tariff-prices .red-box{
  background-color:#EA6464;
}
.termssmall{
  clear:both;
  padding-top:20px;
  line-height:14px;
}

.termssmall a{
  text-decoration:none;
  color:#898989;
}

.smallprint{ 
  font-size:12px;

}

.telephone{
  background-image:url("../assets/telephone.jpg");
  background-repeat:no-repeat;
  line-height:40px;
  padding-left:30px;
}

.web{
  background-image:url("../assets/web.jpg");
  background-repeat:no-repeat;
  line-height:40px;
  padding-left:30px;
  background-position:left 10px;
}

.smalltransport{
  background-image:url("../assets/smalltransport.png");
  background-repeat:no-repeat;
  height:60px;
  width:76px;
  position:absolute;
  right:20px;
  top:15px;
}

.smallstorage{
  background-image:url("../assets/smallstorage.png");
  background-repeat:no-repeat;
  height:60px;
  width:87px;
  position:absolute;
  right:20px;
  top:15px;
}

.smalldetailing{
  background-image:url("../assets/smalldetailing.png");
  background-repeat:no-repeat;
  height:60px;
  width:53px;
  position:absolute;
  right:20px;
  top:15px;
}

.smallcare{
  background-image:url("../assets/smallcare.png");
  background-repeat:no-repeat;
  height:60px;
  width:132px;
  position:absolute;
  right:20px;
  top:15px;
}

.privacylist ol{
    counter-reset: item;
}
.privacylist ol li{
    display: block;
    position: relative; 
  margin-top:10px;
}
.privacylist ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}

.calendarimage img{
  border:5px solid #FFF;
  margin-bottom:15px;
}
#testimonials .testimonial{
	margin-bottom:15px;
}
#testimonials .topBar{
	background-color:#DADADA;
	border:1px solid #AAA;
	font-size:18px;
	color:#0A80AA; 
	font-weight:300;
	cursor:pointer;
	line-height:45px;
	padding:0px 15px;
	background-image:url("../assets/arrowclose.png");
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-right:50px;
}
#testimonials .topBarOpen{
	background-image:url("../assets/arrowopen.png");
}

#testimonials .testimonialContent{
	display:none;
	padding:15px;
	
}

#testimonialForm{
	width:410px;
	margin:0px auto;
}
#testimonialForm h2{
	text-align:center;
}
#testimonialForm .formElement{
	display:block;
}
#testimonialForm label{
	display:none;
}
#testimonialForm  .formElement .input-text{
  border:1px solid #666;
  padding:5px;
  float:none;
  width:400px;
  margin-bottom:10px;
}
#testimonialForm .errorMessage{
	font-size:16px;
	line-height:25px;
	color:#FFF;
	padding:10px 20px;
	margin-bottom:10px;
	border:1px solid #666;
	background-color:#A82626;
}
#homeTestimonials{
	clear:both;
	border-top:1px solid #CCC;
	margin-top:20px;
	padding-top:20px;
}
#homeTestimonials h2{
	padding:0px 15px;
	margin:0px;
}
#homeTestimonials .testimonial{
	float:left;
	width:450px;
	padding:0px 15px;
}
#homeTestimonials .testimonialContent{
	padding-top:15px;
	height:75px;
	overflow:hidden;
	padding-right:30px;
	line-height:25px;
	margin-bottom:15px;
}
#homeTestimonials .readmore{
	height:25px;
	margin-bottom:10px;
}
#homeTestimonials .testimonialAuthor,
#homeTestimonials .testimonialCar{
	font-size:14px;
	line-height:25px;
}
.iframeContainer{
	display:inline-block;
}
#form-error{
	display:none;
}
#form-error p{
	margin:0px;
}
.form{

}

.form-container{
	padding-top: 30px;
}

.form .input-label{
	display:none;
}
.form select,
.form .input-text,
.form .input-textarea{
	border:1px solid #0A80AA;
	padding:11px;
	width:80%;
	margin-bottom:10px;
	background-color: #FFF;
	color: #898989;
}
.form select{
	max-width:85%;
	width:calc(80% + 24px);
}

.form .input-text:focus{
	-webkit-box-shadow: 0 0 2px 1px #1e94be;
	box-shadow: 0 0 2px 1px #1e94be;
}

.form .submit-button{
	border: 1px solid #0A80AA;
	background: #0A80AA;
	color:  #FFF;
	padding: 8px 50px;
	cursor:pointer;
	font-size:16px;
}

.form .submit-button:hover{
	border: 1px solid #0A80AA;
	background: #006c96;
	color:  #FFF;
}
.form .checkbox-container{
	margin-bottom:15px;
	font-size:12px;
}
.form .checkbox-container input{
	margin-right:15px;
}
.form .required-mark{
	display:inline-block;
	font-size:24px;
	vertical-align:top;
	margin-left:10px;
}

.form .form-error{
	border:1px solid #D9534F;
	color:#D9534F;
}
.grecaptcha-badge{
    z-index:5000;
}