/*.brand-list
{*/
	/*height: 100px;
	overflow-y: auto;*/
/*	width: 100%;
}*/
@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
.pulse
{
	animation-name: pulse_animation;
	animation-duration: 5000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
/*.rating-div img
{
	max-width:16px!important;
}
.rating-div
{
	width:22%;
	height:16px;
}
.open_modal_link{
	color:white!important;
}*/

footer#footer{margin-top: 25px !important;}
.main-menu {background:#32C3F0 !important;box-shadow: none;}


.dropdown-menu > li > a
{
	color: #fff !important;
}
.dropdown-menu > li > a:hover
{
	background: #32C3F0 !important;
}

a.claim_list
{
	border-top: 1px solid #fff;
    width: 82%;
    margin-left: 19px;
    padding-left: 10px;
}

.arrow
{
	position: absolute;
    display: inline-block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -24px;
    left: 168px;
    border-bottom: 23px solid #32C3F0;
}

.arrow_div
{
	width: 100%;
	height: 23px;
	margin-top: -30px;
	margin-bottom: 10px;
}
.complaint_block
{
	padding: 0px 0px 4px 0px;
}
.claim_block
{
	padding: 10px 0px 3px 0px;
}
.claim_block_link
{
	padding: 10px 0px 6px 1px;
}
/*#banner-in {height:300px; background: url(../../img/bg.jpg) no-repeat ; background-size: cover;}*/
#banner {overflow: hidden;    max-height: 500px;}
#banner-in{position:relative;padding: 0px;}
#banner-in img {width: 100%;}


.page-heading {padding-top: 12px; font-weight: 500;color: #333;text-decoration:none!important}
.website:hover, .website:active, .website:visited, .website:link{text-decoration:none!important}
#page_heading_container{clear:both;background: #F9F9F9;}
#page_heading_container .container{padding-top: 10px;padding-bottom: 10px;}
#page_heading_container .img{width: 24%;/*background:#FFD7EF;*/ border-radius: 200px; width: 90px;height: 90px;margin-right: 10px;}
.btn-spcl {display: inline-block;border-radius: 30px;line-height: 48px; height: 50px; padding:0 5px; width:100%;background: #32C3F0; color: #FFFFFF; max-width: 230px;text-align: left;}

@media (max-width: 854px) {
	margin-left: 10px;
	margin-right: 10px;
}



@media (max-width: 768px) {
	.shop-logo{
		width: 100%;
		margin-bottom: 20px;
	}
}

.btn-spcl.first {margin-bottom: 5px;}

.btn-spcl .icn-hld {background: #FFFFFF;border-radius: 30px;width: 40px;height: 40px;text-align:center;margin-right: 20px;line-height: 40px;}
.btn-spcl .icn-hld img {vertical-align: middle;margin-top: -3px;}
.btn-spcl h5 {font-weight: 500; width: 60%;margin: 0; white-space: normal;}

#grand-vision {background:#F9F9F9}
#grand-vision .container {padding-top: 10px;padding-bottom: 10px;}
#grand-vision .img {width: 24%;background:#FFD7EF; border-radius: 200px; width: 120px;height: 120px;}

.title-div {
	clear: both;
    position: relative;
}
.title-div-review {
	padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width: 767px) {
	.block_heading{
		text-align: center !important;
	}
}
.title-div h1, .title-div h2 {margin-bottom: 0; margin-top: 0;}

@media (max-width: 500px) {
	.title-div .title {display:inline-block;}
	.review-count-wrap {text-align: center;}
}
@media (min-width: 500px) {
	.title-div .title {width: 60%;}
}

.modal_main_body
{
	border: 2px solid #3dd8f8;
}
/*.contact_page_header
{
	background: #74DEF7;
}*/
h4.contact_page_heading
{
	color: #fff;
	font-weight: 600;
	text-align: center;
}
h3.contact_page_heading
{
	color: #fff;
	font-weight: 600;
	text-align: center;
}
h3.review_page_heading
{
	color: #fff;
	font-weight: 600;
	text-align: center;
}
h3.complaint_page_heading
{
	color: #fff;
	font-weight: 600;
	text-align: center;
}
h3.claim_page_heading
{
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.contact_detail_heading
{
	margin-top:0px;
	margin-bottom:35px;
	color:#74DEF7;
}
.contact_address
{
	display:inline-block;
	padding-left:25px;
	padding-bottom: 10px;
	font-weight:300;
	margin-top:0px;
	width: 175px;
    word-wrap: break-word;
}
@media(min-width: 620px) and (max-width: 991px)
{
	.contact_address, .contact_email, .contact_website
	{
		width: auto!important;
	}
}

@media(max-width: 619px)
{
	.contact_address, .contact_email, .contact_website
	{
		width: 175px!important;
	}
}

.contact_email
{
	display:inline-block;
	padding-left:25px;
	padding-bottom: 10px;
	font-weight:300;
	width: 175px;
	margin-top: 0px;
    word-wrap: break-word;
}
.contact_phone_no
{
	display:inline-block;
	padding-left:25px;
	padding-bottom: 10px;
	font-weight:300;
}

.contact_phone_no a:hover, .contact_phone_no a:focus{
	text-decoration: none;
}
.contact_website{
	display:inline-block;
	padding-left:25px;
	padding-bottom: 10px;
	font-weight:300;
	color: #333;
	margin-top: 0px;
	width: 175px;
    word-wrap: break-word;
}
.email_mailto:hover,.email_mailto:visited,.email_mailto:active,.email_mailto
{
	color: #333;
}
.send_msg_text
{
	border:none;
	margin:15px;
}
.send_msg_text h4
{
	color:#74DEF7;
}
#contact_page label
{
	font-weight: 300;
}
.submit-contact
{
	float:right;
	font-size: 13px;
	padding: 6px 14px;
}
.top_div
{
	margin-top: 10px;
}
.review_alert
{
	display: none;background:red;color:#fff;padding:3px 0px 0px 5px;
}
.modal-footer .remove-error
{
	background-color: #e2d9d8;
	border-color:#e2d9d8;
	color: #9e9898;
	text-transform: uppercase;
	font-size: 12px
}
.modal-footer .complaint_cancel_button
{
	background-color: #e2d9d8;
	border-color:#e2d9d8;
	color: #9e9898;
	text-transform: uppercase;
	font-size: 12px
}
.modal-footer .claim_cancel_button
{
	background-color: #e2d9d8;
	border-color:#e2d9d8;
	color: #9e9898;
	text-transform: uppercase;
	font-size: 12px
}
/*@media (max-width: 768px) {
	#contact_page .modal_main_body {width: 100%;}
}
@media (min-width: 768px) {
	#contact_page .modal_main_body {width: 120%;}
}*/
@media (max-width: 416px){
#contact_page .container-1400 {
    width: 85%;
	}
}

button.preview_modal_close 
{
	opacity: 1;
	font-weight: 100;
	font-size: 24px;
	color: #fff;
	border: 1px solid;
    border-radius: 15px;
    padding: 0px 7px 4px 8px;
}
.submit_button
{
	border-radius: 17px;
    background: #32c3f0;
    border: 1px solid #3dd8f8;
}
.submit_button:hover
{
	background: #21a6cf;
	border:1px solid #21a6cf;
}
button.btn-danger
{
	border-radius: 17px;
}
.title-div h2 {
		font-weight: 600;
		text-align: left;
        font-size: 28px !important;
        color: #32c3f0;
       }

.title-div .img {text-align: left;  line-height: 110px;  /*margin-right: 15px;*/}
.title-div .img img {vertical-align: top;border-radius: 76px;}

p {font-weight: 500; font-size: 17px;line-height: 29px;color: #666666;}

h1 {font-weight: 400;}
h2, h3 {font-weight: 600;}

h3 {margin-bottom: 20px;}
h1,h2,h3{color:#404042;}

.sub-gap {height: 26px;}

.display-map {height: 305px;width:100%;float: left;}




.btn-set {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
	padding:0;
}

.btn-set a, .btn-set a:hover {
    text-decoration: none;
}

.btn-set a:hover .btn-spcl {background: #21a6cf;}

#blog_post_panel h1 {text-align: left !important;}

#reviews-panel  {border-top:1px solid #ccc;}

.reviews-separator {border-color:#ddd; border-style:solid; border-width: 1px 0 0 0;margin-top: 30px;}

.review-wrap {margin-bottom: 40px;margin-top: 20px;}
.review , .no-review {background:#f9f9f9;border:1px solid #eaeaea;padding: 25px 25px;border-radius: 6px;margin-bottom: 20px;}
.review h4 , .no-review h4 {font-weight: 600; color: #333333;margin-top: 5px;margin-bottom: 12px;}
.review p {font-size: 14px;line-height:20px;color: #666666;font-style: italic;}

.no-review {    padding: 50px 0;}
 .no-review h4 {text-align: center;}

.review-wrap .review .profile-pic {padding-right: 25px;width: 125px;}
.review-wrap .review .profile-details {width: 63%;padding: 0px 7px;}
.review-wrap .review .profile-rating {text-align: right;}
.review-wrap .review .profile-rating h2 {margin: 0;font-weight: 500;color:#404042;}
.review-wrap .review .profile-pic img {border-radius: 160px;}


@media (min-width: 515px) {
  .review-wrap .review .profile-details {width: 74%;}
}
@media (max-width: 515px) {
  .review-wrap .review .profile-details {width: 100%;}
  .review-wrap .review .profile-rating {float: right;}
}
@media (max-width: 712px) {
 .review-wrap .review .profile-rating {width: 100%;}
}
@media (min-width: 712px) and (max-width: 992px) {
  .review-wrap .review .profile-rating {width: 13%;}
}
@media (min-width: 992px) {
  .review-wrap .review .profile-rating {width: 20%;}
}

.action-call-sub-text {right: 0;}

#blog_post_panel .half .as-bg-pull-left {width: 50%;float: right;}


.gallery .fancybox {display: inline-block;}
.gallery-in { margin-left:-2px; margin-right:-2px; }
.gallery-in .fancybox {margin:0 2px 9px;}

.fancybox-opened .fancybox-skin {
	 transition: all 0.5s ease-in-out;
    background: #c3c3c3;
    -webkit-box-shadow: 0 0 120px 0px #000000;
    -moz-box-shadow: 0 0 120px 0px #000000;
    -ms-box-shadow: 0 0 120px 0px #000000;
    -o-box-shadow: 0 0 120px 0px #000000;
    box-shadow: 0 0 120px 0px #000000;
}



@media screen and (max-width: 1024px) {
   .display-map { 
    	width: 100%;
	}
}


@media screen and (max-width: 1024px) {
   .position-absolute-middle { 
    	top: 90%;
    	text-align: center;
    	position: relative;
	}
	#blog_post_panel h1 { 
    	    text-align: center !important;
	}
}

@media screen and (max-width: 768px) {
   #blog_post_panel h1 { 
    	    text-align: center !important;
	}
	 .display-map { 
    	width: 100%;
	}
   .position-absolute-middle{ 
    	top: 90%;
    	text-align: center;
    	position: relative;
	}

	.btn-set {
    	position: static;
    	transform: translateY(0);
	}

	/*.title-div-page .shop-logo {
		margin-bottom: 20px;
	}*/

	#page_heading_container {
		padding-top: 10px;padding-bottom: 20px;
	}

	.btn-set a.open_modal_link.first {
		margin-right: 10px;
	}

	/*.page-heading {
		    max-width: 218px;
	}*/
}

@media (max-width: 500px) {
	.page-heading {
		    max-width: 218px;
		    margin-bottom: 20px;
	}

	.title-div-page .shop-logo .title {width: 50%;}
}








@media screen and (min-width: 768px) {

	.title-div-page .shop-logo .img {position: relative;}

	.title-div-page .shop-logo img.logo {
	position: absolute;
    left: 0;
    display: block;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
/*	background-color: #cacaca;*/
	}
}

@media (max-width: 450px) {
	.title-div-page .shop-logo .img, .title-div-page .shop-logo .img img {vertical-align: top;}
}


@media (max-width: 550px) {
	.breadcrumb > li + li:before, .breadcrumb > li:before {
		padding: 0;
	}
	.breadcrumb a,.breadcrumb li{
		font-size: 9px;
	}
}

.zoneColumn
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#results_builder {
      position: absolute;
      /*top: 54px;*/
      text-align: left;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 1;
      z-index: 999;
      border: 1px solid rgb(238, 238, 238);
      background-color: rgba(216,216,216,1)!important;
      margin:0;
      padding-top:0;
      padding-bottom:0;
      padding-left: 8px;
      font-size: 13px;
      padding-right: 3px;
      color: #000;
      display: none;
      line-height: 2.328571;
      margin-left: 24px;
    }
    @media(max-width: 543px)
    {
        #results_builder {
            z-index: 99;
            border-radius: 0px;

        }
    }
    @media(min-width: 544px)
    {
        #results_builder {
            border-radius: 3px;
        }
    }

    @media(min-width: 991px)
    {
        #results_builder ,#pac-input{
            margin-left: 0px;
        }
    }

    #results_builder>li{list-style-type:none; border-bottom:1px dashed #fff;}
    #results_builder>li:hover {
      background: #fff;
      cursor: pointer;
    }
    #results_builder li:before {
        font-family: FontAwesome;
        font-size: 14px;
        color: rgba(19, 18, 18, 0.3)!important;
        margin-right: 5px;
        content: "\f041";
    }
    .brand-list .col-md-4.col-sm-6.col-xs-12.text-center{
    	min-height:170px;
    }