@charset "utf-8";
/*gallery*/

.carousel-inner img{
    border-radius: 9px;
}

.imgThumbs a img{
    border-radius: 5px;
    margin-bottom: 8px;
}

.imgThumbs{
    text-align: center;
    margin-top: 8px;
    direction:ltr;
}
.imgThumb{
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    float:right;
}
.activeThumb{
    /*box-shadow: 0px 0px 14px #000;*/
}
.carousel-caption {
    position: absolute;
    left: 22%;
    height: 90%;
    width: 25%;
    top: 11%;
}
.homeBannerLeftArrow{
    max-height: 115px;
    max-width: 115px;
    top: 47%;
    left: 3%;
}

.galleryArea{
    margin-top: 6px;
}

.homeBannerRightArrow{
    max-height: 115px;
    max-width: 115px;
    top: 47%;
    right: 3%;
}

.homeBannerRightArrow img ,.homeBannerLeftArrow img{
    width: 52%;
    max-width: 60px;
    max-height: 60px;
}

@media(max-width:991px){

    .homeBannerLeftArrow{
        left: 0% !important;
    }
    .homeBannerRightArrow{
        right: 5% !important;
    }
}


/*end*/

.richtext{
    line-height: 1.6em;
}

.videoDescription{
	text-align: center;
}

.pagePageWrap{
	margin-bottom: 50px;
}

.regSubContent{
    color:  #2b2b2b;
    font-size: 24px;
    font-weight: 400;
    margin-top: 27px;
    padding: 0;
    margin-bottom: 24px;
    line-height: 31px;
}

.imgGalleryDiv{
    margin-top: 38px;
    margin-bottom:10px;
}

.regPageCont{
    min-height:300px;
}

.regContent{
    color:  #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top:30px;
    min-height: 300px;
}

.regContentSpacer{
    padding: 0 0 0 59px;}

.socialShareRow{
	margin-top: 20px;
    text-align: left;
}

.relatedProductImage.even{
	/* margin-right: 27px; */
}

.relatedProductImage{
	display: inline-block;
}

.relatedProductImage img{
	width: 360px;
	height: 190px;
}

.relatedProduct{
	margin-bottom: 10px;
}


.blueimp-gallery{
	background: rgba(0,0,0,.8);
}

.socialShareWrap{
	min-width: 180px;
}

.zoom-view-wrap{
	max-width: 360px;
	max-height: 190px;
	display: inline-block;
}

.zoom-view {
	width: 360px;
	height: auto;
	overflow: hidden;
}

.fckContent img{
    max-width:100%;
}
.fckContent iframe{
    max-width:100%;
}
<!-- .zoom-view img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.15s linear;
-moz-transition: -moz-transform 0.15s linear;
-o-transition: -o-transform 0.15s linear;
transition: transform 0.15s linear;
}

.zoom-view:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.zoom-view a span {
  display: none;
  font-size: 3.0em;
  font-weight: bold;
  height: 100%;
  padding-top: 120px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 100;
} -->

.contentImage{
  border-radius:10px;
}


/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .productImage{
        max-width: 290px;
	}

	.productFeatureDescription{
        max-width: 77%;
    }

	#links{
		text-align: center;
	}
    
    .regContentSpacer{
        padding: 0px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .regContentSpacer{
        padding:0px 0 0 15px !important;
    }
    
    .imgGalleryDiv{
        margin-top: 0px;
    }

    .carousel-inner>.item>img, .carousel-inner>.item>a>img{
        margin: 0 auto;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .productImage{
        width: 100%;
    }

    .productFeatureDescription{
        max-width: 75%;
    }
    .relatedProductImage.even , .relatedProductImage.odd {
        width: 100%;
    }

    .relatedProductImage img {
        width: 100%;
        max-width: none;
    }

    .carousel-inner img{
        border: none;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}



/* regular contact */
.contactFormPageWrap{
    margin-bottom: 50px;
}

.contactFormWrap{
    margin-bottom: 50px;
}

.formInputField{
    border: none;
    background: #f1f0e8;
    width: 100%;
    padding: 8px;
}

.myTextarea{
    height: 90px !important;
    font-family: inherit !important;
}

.contentForm h2{
    margin-top: 0px;
}



/* from http://www.tutorialrepublic.com/faq/how-to-create-custom-checkboxes-using-css-and-jquery.php */
    .custom-checkbox{
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 52px;
        z-index: 1;
        top: 3px;
        cursor:pointer;
        background: url("/site/images/check.png") no-repeat;
    }
    .custom-checkbox:hover{
        background: url("/site/images/check.png") no-repeat;
    }
    .custom-checkbox.selected{
        background: url("/site/images/check_active.png") no-repeat;
    }
    .custom-checkbox input[type="checkbox"]{
        margin: 0;
        position: absolute;
        z-index: 2;            
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true); 
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }
/* > */



.pageTitle{
    margin-top: 46px;
}

.myFormInput{
    color:  rgba(99, 99, 99, 0.7);
    font-weight: 400;
    font-size: 19px;
    height: 40px;
    border-right:none;
}

.formArea .input-group-addon{
    padding: 6px 22px;
    border: none;
    background-color: #dda04f;
    color: #fff;
}

.inputPack{
    margin-bottom: 11px;
}

.formArea{
    margin-top: 0px;
}

.contentForm{
    color:  #2b2b2b;
    font-size: 18px;
    font-weight: 400;
    font-family:inherit;
    margin-top: 40px;
    float:left}

.inputPack span img{
    width: 17px;
}

.checkPack{
    float:right;
}

.checkText{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 7px;
}

label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    color: #002b54;
    font-size: 16px;
    font-weight: 300;
}  

input[type=radio] {  
    display: none;  
} 

label:before {  
    content: "";  
    display: inline-block;  
    width: 20px;  
    height: 20px;  
    border: 1px solid #969696;
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottombottom: 1px;  
    background-color: #fff;  
    border-radius: 10px;  
} 

label:last-child{
    margin-right: 0; 
}

.radio label:before {  
    border-radius: 10px;  
}  

input[type=radio]:checked + label:before {  
font-family: FontAwesome;
    content: "\f111";  
    color: #fca029;  
    font-size: 14px;  
    text-align: center; 
    margin: 0 auto; 
    line-height: 18px;  
    -webkit-font-smoothing: antialiased;
}  

.contactFormText{
    display: inline-block;
    margin-left: 21px;
  margin-right: 21px;
}

.inlineFormGroup{
    display: inline-block;
}

.contactPageImages{
    height: 220px;
    width: auto;
    display: inline-block;
    margin-right: 6px;
}

.contactPageImages:last-child{
    margin-right: 0;
}

.contactPageImagesWrap{
    margin-bottom: 42px;
}

.officeTitle{
    font-weight: bold;
}

.officeLocationWrap{
    margin-bottom: 34px;
}

.officeLocationWrap h3{
    font-size:17px;
    color: #002b54;
    font-weight: 300;
    margin-bottom: 21px;
    line-height: 0px;
}

.officeLocationWrap p{
    line-height: 8px;
}


.subjectLable{
    color: #7d7d7d;
    font-size: 16px;
    display: inline-block;
    margin-right: 14px;
}

/*--------------------------------*\
 ---- Mobile / Small Screens ----  
\*--------------------------------*/

@media only screen and (max-width: 767px) {

label{
    display: block;
}
 
.contactFormText{
   margin-right: 0;
   float: right;
}

.contactPageImages{
    height: auto;
    width: 100%;
}

.subjectLable{
    margin-top: 16px;
    margin-bottom: 6px;
}

}

/*--------------------------------*\
 ---- Tablet / Medium Screens ----  
\*--------------------------------*/
@media only screen and (min-width: 40.063em) and (max-width: 64em){
    .contactPageImages{
    height: 215px;
    width: auto;
    }
}

.btn-default.btn1 {
    padding-top: 0px;
    background: none;
    margin-bottom: 10px;
    height: 56px;
    width: 127px;
    padding: 9px 0px;
    float:left;
    border: 2px solid #dda04f;
    background-color: #1E2024;
    color: #dda04f;
}

.btn-default.btn1:hover{
    color: #ffffff;
    border: 2px solid #dda04f;
    background: #dda04f;
}


/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .contentForm{
        margin-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
