.container{background: #fff; padding-left: 50px  !important;
    padding-right: 50px !important;}
    .slider-container{ margin: -220px -50px 0 -50px;
    position: relative;
 }button#responsive-menu-pro-button{display: none !important;}

 .slidermobile-container{margin: 0px -50px 0 -50px;
    position: relative;}

.vc_gitem-post-data-source-post_title .vc_gitem-link{font-size: 20px;}
.vc_gitem-post-data-source-post_title.vc_gitem-post-data{margin: 10px 0;}
.hovercase{font-size: 20px;}
.extra-property-info{background: #f0f0f0;padding: 15px 40px;}
.stats{border-bottom: 1px solid #333;padding: 20px 0 20px 0;}
.stats .number{font-size: 45px;
    font-weight: 600;}
.stats .legend{font-size: 22px;
    font-weight: 600;
    margin-top: -5px;}
.finalstats{padding: 40px 0 0;}
.finalstats .stats{border: none;}
.flexslider .slides img{height: 100%}

.single-casestudies .wpb_text_column h3{font-size: 40px;margin-bottom: 20px;line-height: 40px;}
.single-casestudies .wpb_text_column p{font-size: 15px;
    line-height: 26px;}
    
.videohover a {
	display: block;
	position: relative;
}
 
.videohover a img {
	vertical-align: top;
}

.videohover {
    overflow: hidden;
}

.videohover a:hover::before {
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.videohover a::before {
    background: #2E2F33;
    content: "";
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
 
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.videohover a:hover::after {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.videohover a::after {
    content: "\f236";
    -webkit-font-smoothing: antialiased;
    font: normal 66px/1 'dashicons';
    display: inline-block;
    color: #fff;
    text-align: center;
    opacity: 0;
    position: absolute;
    padding-top: 22%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 4 !important;
}
a:visited, a:active, a:focus{text-decoration: none !important;}
 #back-to-top,  #back-to-success { color: #424242;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;} 
 .center{text-align: center;}
 
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox_background {
	width: 400px;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: none;
}
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slidedown {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hvrbox:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slideleft {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.hvrbox:hover .hvrbox-layer_slideleft,
.hvrbox.active .hvrbox-layer_slideleft {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_slideright {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hvrbox:hover .hvrbox-layer_slideright,
.hvrbox.active .hvrbox-layer_slideright {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hvrbox .hvrbox-layer_rotate {
	border-radius: 50%;
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_rotate,
.hvrbox.active .hvrbox-layer_rotate {
	border-radius: 0%;
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.hvrbox .hvrbox-layer_scale-rotate {
	border-radius: 50%;
	-moz-transform: scale(0) rotateZ(0);
	-webkit-transform: scale(0) rotateZ(0);
	-ms-transform: scale(0) rotateZ(0);
	transform: scale(0) rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_scale-rotate,
.hvrbox.active .hvrbox-layer_scale-rotate {
	border-radius: 0%;
	-moz-transform: scale(1) rotateZ(360deg);
	-webkit-transform: scale(1) rotateZ(360deg);
	-ms-transform: scale(1) rotateZ(360deg);
	transform: scale(1) rotateZ(360deg);
}
.hvrbox .fa.fa-play-circle {
    font-size: 60px;
}

.favourite-things p{ font-size: 15px;}
.favourite-things p a {color: #000;}
.testimonial{padding: 50px 0;}
.testimonial.gray{background: #F0F0F0;}
.agent-link {
    border: 1px solid #000;
    color: #000;
    float: right;
    padding: 8px 20px;
}
.agent-link:hover,.ratemyagent a:hover{background: #000;color: #fff;text-decoration: none;}
.ratemyagent a{border: 1px solid #000;
    color: #000;
   
    padding: 8px 20px;}
    .ratemyagent a:hover{color: #fff !important;}
.gform_wrapper .top_label .gfield_label{display: none !important;}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(100% - 8px) !important;background: transparent;border-radius: 0;
}
form button, form input[type="submit"]{background: transparent; border:1px solid #000;padding:5px; font-size:20px;color: #000;padding: 10px;}

.gf_left_half, .gf_right_half {width: calc(50% - 8px) !important;   margin-bottom: 5px;}
.gf_left_half{float: left;}
.gf_right_half{float: right;}
.gform_wrapper li {
    padding: 5px 0;
}
.gform_wrapper li textarea{height: 60px;background: transparent;min-height: 60px;}
.gfield_checkbox li{padding: 0;}
.gfield_checkbox li {
  position: relative;
  padding-left: 40px;
}
.gfield_checkbox li label:after {
  content: "";
  background: #333;
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  border-radius: 15px;
  border: 1px solid #000;
  background: #fff;
  z-index: 0;
}
.gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width:21px;
  height: 21px;
 background: #fff;border-radius: 10px;
  left: -27px;
  top: 4px;
 background: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"]:checked + label:before {
  opacity: 1;
  top: 3px;
}
.wpmci-popup-cnt-wrp h2, .wpmci-popup-cnt-wrp h4{font-family: "Cooper Hewitt";}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 4px !important;
    width: 22px;
}

#responsive-menu-container{background: transparent !important;padding-top: 20px;}
#responsive-menu-button.is-active .responsive-menu-inner,#responsive-menu-button.is-active  .responsive-menu-inner::before, #responsive-menu-button.is-active .responsive-menu-inner::after{background-color: #fff;}

.prevnext{color: #000;float: right;font-size: 20px;}
.prevnext a{color: #000; font-size: 18px;}
.prevnext a:hover{color: #000; font-size: 18px;}
.footer{padding: 20px;}
.footer p {font-weight: 300;}
.footerlinks{ display: inline-block;
    margin: 20px 0 20px 0;
    padding: 0;}
.footerlinks li{float: left;border-right: 1px solid #fff;list-style: none;}
.footerlinks li:last-child{border: none;}
.footerlinks li a{color: #fff;font-size: 18px;padding: 10px;font-weight: 300;}
.slidetext{text-align: center !important;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.sliderbutton{font-weight: 300 !important;}

#menu-main-menu .navbar-nav > li > a:hover{color: #000 !important;}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{ background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #000;
    border-radius: 0;
    color: #000 !important;
    padding: 6px 30px;
    text-transform: lowercase;}
    .vc_btn3.vc_btn3-color-blue:hover, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover{border: 1px solid #000;background: #000 !important;color: #fff !important;}
    .flexslider{border: none !important; border-radius: 0 !important;box-shadow:none !important;}
    .flex-direction-nav{display: none !important;}
    .flex-control-paging {margin-top: -30px !important;}
    .flex-control-paging li a{background: transparent !important; border: 1px solid #fff;box-shadow: none !important;}
    .flex-control-paging li a.flex-active{background: #fff !important;}
    .latest-updates .article .entry-date{display: none !important}
    .latest-updates .article{background: #F0F0F0; margin-bottom: 30px;}
    .home .latest-updates .article{background: #fff;}
    .latest-updates .article .article-desc{padding: 10px 20px;}
    .wpb_text_column a, wpb_text_column a:hover {color: #000 !important;}
    .dmbs-content p, .dmbs-content ul li{  font-size: 18px;
    line-height: 26px; }
  
     
    .slidermobile-container .sliderbutton{border-color: #fff !important;color: #fff !important}
    .header-title h1{color: #fff;font-size: 90px;margin-bottom: -3px;margin-top: 40px;text-transform: lowercase;}
    .dmbs-content h2{font-family: 'Cooper Hewitt';font-weight: 600; line-height: 44px;font-size: 44px;margin-bottom: 26px;}
    .article-title a {color: #000;text-decoration: none;}
    .article-title a:hover{color: #333;;text-decoration: none;}
.wpb_gallery{margin-bottom: -10px !important;}    
    
    .validation_error{display: none !important;}
    .validation_error, .gform_validation_error li.gfield_error{background: transparent;}
    .gfield_description.validation_message::before{display: none;}
    .gfield_description.validation_message {
    background: #ffeeee none repeat scroll 0 0;
    border: 1px solid #ee6161;
    border-radius: 3px;
    color: #ee6161;
    font-style: normal;
    margin-top: 3px;
    padding: 5px;
    position: static;
    width: 99%;
}.gform_wrapper li.gfield_error {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.vc_btn3-size-md{ padding-top: 8px;}
.vc_btn3-size-md:visited{ border: 1px solid #000;}


.vc_row.darkbg, .vc_row.graybg{margin: -30px -50px 0 -50px;color: #fff;padding: 25px 50px;}
.vc_row.graybg{color: #000;margin-top: 50px;}
.darkbg p{font-size: 24px;
line-height: 35px !important;
padding: 0 10vw;}
.shabutton{border: 1px solid #000;
padding: 10px 40px;
margin-top: 10px;
display: inline-block;}
.shabutton:hover{text-decoration: none; background: #000;color: #fff !important;}

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
body p {font-size: 15px;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
    
/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
.stats .number{font-size: 35px;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	     #responsive-menu-pro-button{display: block !important;}

	    .tp-caption.rev-btn.sliderbutton.tp-withaction.rs-hover-ready {
    font-size: 13px !important;
    padding: 7px !important;
    width: 150px;
    margin: 0 auto 0 27px !important;
    display: inline;
}
	    .header-title h1 {
    font-size: 50px;
}
	    .navbar-toggle{display: none}
	   .col-md-3.dmbs-header-img img {
    height: auto;
  
    width: 120px;
}
	  
    }
 @media only screen and (max-width : 600px) {
	    .tp-caption.rev-btn.sliderbutton.tp-withaction.rs-hover-ready {
    font-size: 13px !important;
    padding: 7px !important;
    width: 150px;
    margin: 0 auto;
    display: inline;
}
}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	     .tp-caption.rev-btn.sliderbutton.tp-withaction.rs-hover-ready {
    font-size: 13px !important;
    padding: 7px !important;
    width: inherit;
    margin: 0 auto 0 45px !important;
    display: inline-block;
    position: absolute;
    
}
.wmpci-popup-wrp .wmpci-popup-close{top: 12px !important;}
.wmpci-popup-body{top: 60% !important;    
     transform: translateY(0)  !important 
     -webkit-transform: translateY(0) !important;
         -moz-transform: translateY(0) !important; }
.wmpci-popup-open, .wmpci-popup-open body {
    overflow: visible;
}	    
	    
	    .single-casestudies .wpb_text_column p{font-size: 16px;}
	    .wpb_gallery{margin-bottom: -40px !important;} 
	    .col-md-9.dmbs-header-text {
    position: absolute;
}
	    .slider-container {
    margin:-150px -30px 0 -30px !important;
    position: relative;
}.slidermobile-container {
    margin: 0px -30px 0px -30px !important;
    position: relative;
}
	    .container {
    background: #fff none repeat scroll 0 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
	    .dmbs-content h2{line-height: 48px;}
	    .header-title h1{font-size: 50px;}
	    .slidermobile-container{display: block !important}
	    .dmbs-content p, .dmbs-content ul li {
    font-size: 18px;
    line-height: 28px;}
    .ratemyagent a{display: block;}
    
    .footerlinks li{border: 0px solid black;float: none;}
}
.wmpci-popup-wrp .wmpci-popup-body{max-width: 90% !important;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
