@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*/


.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:  #2b2b2b;
    font-size: 18px;
    font-weight: 400;
    margin-top:30px;
}

.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;
	}
}

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

/*--------------------------  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){
    
}