@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:300,400,500,600,700|Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


@font-face
{
	font-family: 'Philosopher_5';
	src: url('../fonts/philosopher-bolditalic.eot');
	src: url('../fonts/philosopher-bolditalic.eot?') format('eot'),
		 url('../fonts/philosopher-bolditalic.woff') format('woff'),
		 url('../fonts/philosopher-bolditalic.ttf') format('truetype'),
		 url('../fonts/philosopher-bolditalic.svg#Philosopher_5') format('svg');
	font-weight: 700;
	font-style: italic;
}


.block_features_billing {

    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 53px;

}

.block_features_billing img {
    border: 2px solid #000;
    border-radius: 55px;
}

.block_features_billing p {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}


.item-setup.product-box .inner-box{background: #f5f5f5; padding: 0 0 10px 0; border-radius: 6px 6px 0 0; overflow: hidden;}
.item-setup .inner-box .list-inside{text-align: left; padding: 10px 15px 0 25px; min-height: 45px;}
.item-setup .inner-box .list-inside img{
margin: 0 15px 0px 10px;
display: inline-block;
}




.mainpagecontent #single-item {
	background: url("../images/howwe.jpg") no-repeat center;
	background-size: auto 100%;
	padding: 20px 0 35px;
	width: 100%;
}

.mainpagecontent #single-item .section-title h3.subtit{font-weight: 500; font-size: 20px; color: #562d24; text-transform: uppercase;}
.mainpagecontent .item-separator{padding-bottom: 15px;}
.mairesultmess{background: #00bf6a; padding: 10px; color: #fff;}

.modal{
    display: none;
    width: 100%;
	max-width: 320px;
	min-height: 300px;
    padding: 20px 15px;
    border: 6px solid #00bf6a;
    background: #1d1d1d;
	position: relative;
}

.modal form{background: #ffffff; padding: 20px 20px;}
.modal_title{
    margin-bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.modal form .line{
    margin-bottom: 18px;
}

.modal form .name{
    margin-bottom: 5px;
    color: #666666;
    font: 500 14px/14px 'Open Sans';
}
.modal form .input.error{box-shadow: 0px 0px 5px red;}
.modal form textarea.input {height: 66px;}
.modal form .input{
    width: 100%;
    height: 33px;
    padding: 0 10px;
    color: #666666;
    font: 12px/31px 'Open Sans';
    border: 1px solid #9c9c9c;
    background: #fff;
    box-shadow: 0px 0px 3px #9c9c9c;
}

.modal form .submit{
    margin-top: 6px;
}
.modal form .submit_btn{
    display: inline-block;
    height: 38px;
    padding: 0 15px;
    color: #fff;
    font: 500 14px/38px 'Open Sans';
    vertical-align: top;
    text-transform: uppercase;
    border: none;
    background: #00bf6a;
    cursor: pointer;
    transition: background .2s linear;
    width: 100%;
}
.modal form .submit_btn:hover{background: #00bf6a;}
.modal form .submit_btn:active{
    background: #00bf6a;
}
form .line.required .name:after{
    content:"*";
}


.modal_content{
    padding: 20px 20px;
    background: #fff;
    font-size: 14px;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

a {
    color: #009667;
    text-decoration: none;
}

a:hover {
    color: #00bf6a;
}

/*----------------
   02. Find home section css here
------------------------*/
.find-home {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 40px 0;
}
.find-home-title > h3 {
    color: #00bf6a;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 46px;
}
.bs-caret {
  display: none;
}

.greyresult .price_slider_amount{
	line-height:24px;
	padding:9px 25px;
	background:#dfdfdf;
	font-size: 14px;
	letter-spacing:1px;
	font-weight: 300 !important;
	color:#111;
	border-radius:2px;	
	text-decoration: none;
	text-align: center;
}

.greyresult .price_slider_amount .priceblock{font-size: 1.2em; font-weight: 600;}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    padding-right: 12px;
	  border: 1px solid #00bf6a;
	    border-radius: 0;
}
.bootstrap-select > .dropdown-toggle::before {
  content: "";
  font-family: Fontawesome;
  position: absolute;
  right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default,.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  background-color: inherit;
  border-color: #e1e1e1;
  color: #606060;
}
.form-control:focus {
  border-color: inherit;
}
.form-control {
  border-color: #00bf6a;
  border-radius: 0;
}
.bootstrap-select > .dropdown-toggle,.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
    color: #606060
}

.bootstrap-select > .dropdown-toggle{color: #333;}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.find-home-item > input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #00bf6a;
  color: #606060;
  height: 40px;
  opacity: 1;
}
.find-home-box-inner .find-home-item > input placeholder {
  color: #fff;
}
.find-home-item > input::-moz-placeholder {
    color: #606060;
    opacity: 1;
}
.find-home-3  .find-home-item > input::-moz-placeholder,.postion .find-home-item > input::-moz-placeholder,.find-home-box-inner .find-home-bottom .price_slider_amount > input {
    color: #fff;
}
.find-home-box-inner .find-home-item input::-webkit-input-placeholder { 
  color: #fff;
}
.find-home-box-inner .find-home-bottom .price_slider_amount > input::-webkit-input-placeholder{
  color: #fff;
}
/*Price filter css*/
.slider-area{position: relative;}
.price_filter {
    padding-bottom: 8px;
}
.find-home-box .container {
  width: 100%;
}
.price_slider_amount {
    overflow: hidden;
}
.price_slider_amount > input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
display: inline-block;
    font-size: 16px;
    font-weight: 700 !important;
    height: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 0;
    text-align: left;
    width: 35px;
}
.price_slider_amount > input:first-child {
    padding-right: 5px;
    text-align: right;
}
.ui-widget-content {
    background: #ccc none repeat scroll 0 0;
    border: medium none;
    color: #222;
    height: 8px;
    border-radius: 0;
}
.ui-slider .ui-slider-range {
    background: #00bf6a;
background: -moz-linear-gradient(left, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(left, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(to right, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
    border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #00bf6a;
background: -moz-linear-gradient(left, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(left, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(to right, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
  border: 1px #00bf6a solid;
  border-radius: 50%;
  height: 17px;
  margin-left: -4px;
  margin-top: -8px;
  top: 50%;
  width: 17px;
}
.price_slider_amount > input {
    color: inherit;
    font-weight: 300;
}
.find-home-item > button,
.callnow a, .callnowbutton,
a.pagenav,
span.pagenav{
  background: #00bf6a;
background: -moz-linear-gradient(left, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(left, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(to right, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
  border: 1px solid rgba(0, 0, 0, 0);
  color: #ffffff;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  transition: all 0.3s ease 0s;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

span.pagenav{color: #555; background: #f0f0f0; border: 1px #ccc solid;}

.callnow a{display: inline-block; text-align: center; margin-top: 15px;}
a.pagenav, span.pagenav{ padding: 0 15px; display: inline-block; text-align: center; width: auto; margin: 0 5px 15px;}

.find-home-item > button:hover,
.callnow a:hover, .callnowbutton:hover,
a.pagenav:hover {
    background: #003D6C;
    border-color: #00bf6a;
    color: #fff;
}



.onlymobile{display: none;}

.breadcrumbs{
	margin-top: 50px;
	color: #888;
	z-index: 10;
	right: 15px;
	font-size: 12px;
}


.displaynone{display: none;}

.blog_unit {
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 16px -2px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.02);
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
	width: 100%;
}


.blog_unit_image {
    display: inline;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.blog_unit:hover {
    background-color: #fff;
}

.blog_unit h3,
.blog_unit h3 a {
	text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #00bf6a;
}

.blog_unit h3 small{font-weight: 300; color: #777; font-size: 14px;}

.blog_unit h3 a:hover{color: #777;}

.blog_unit_content p {
    margin-bottom: 13px;
}

.blog_unit a {
    text-decoration: none;
}

.blog_unit_content .callnow{
width: 200px;
margin: 7px 0 10px;
}

.catdesc .callnow, .callnowbutton{
width: 300px;
margin: 7px auto 15px;
}


.widemeta {
    float: left;
    width: 100%;
    padding-bottom: 7px;
}


.single-content.blog_list_wrapper {
    padding-top: 30px;
}

.listing-unit-img-wrapper{
    position: relative;
    width: 100%;
    max-width: 400px;
    display: inline;
    float: left;
    min-height: 200px;
	margin-left: -15px;
	transition: all 0.2s linear;
}

.blog_unit_content.has_thumb{padding-left: 0px; margin-left: -15px;}

.blog_unit_content iframe{box-sizing: border-box;
max-width: 100%;
height: 200px;
width: auto;
float: left; border: 0px none; margin: 0 20px 0 0;}


.blog_unit:hover{
 box-shadow: 0 4px 16px -2px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .02);
}

.blog_unit .blog_unit_image img {    
-webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
	}

.blog_unit:hover .blog_unit_image img {
    opacity: 0.8;
	}

.blog_unit_image::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.blog_unit:hover .blog_unit_image::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}





#single-item .title-divider{display: block;}
.insidepage #single-item.text-center .title-divider{display: block;}

.breadcrumbs a{color: #888; display: inline-block; padding: 0 5px;}


.section-title h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 18px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.section-title h3.subtit{
	font-size: 15px;
    color: #777;
	margin-top: 1px;
	margin-bottom: 2px;
	font-family: 'Open Sans';
	z-index: 1;
	position: relative;
	font-weight: 300;
}



.goldcolor{
	color: #00bf6a;
}

h3.goldcolor,
.section-title h3.goldcolor{
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #00bf6a;
  margin-top: 0;
}

#scrollUp {
    background: #00bf6a none repeat scroll 0 0;
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
	background: #00bf6a;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
}

.display-table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.slider-container {
  position: relative;
}

.greenform{
	float:right;
	max-width: 335px;
	color: #fff;
background: #00bf6a;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
border-radius: 3px;
box-shadow: 0 0 -1px 3px #333;
text-align: left;
padding: 15px 25px;
box-sizing: border-box;
position: absolute;
margin-right: 40px;
z-index: 19;
right: 0;
margin-top: -420px;
}

.greenform h4{margin-bottom: 0;}

.greenform .agent_submit_class{
	border-radius: 3px;
	margin: 15px 0 0 0;
	padding: 10px 20px 10px 20px;
	letter-spacing: 0;
}

.greenform .form-control{margin-top: 12px; border: 0px none;}

.slide1-text {
    position: absolute;
    z-index: 9;
	padding: 0;
	text-align: left;
	max-width: 600px;
	border-radius: 6px;
	left: 40px;
	bottom: -170px;
	background: rgba(0,0,0,0.6);
padding: 15px 20px;
}
.title-1 h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 150%;
}
.title-2 h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.title-2 h1 span {
    color: #00bf6a;
}
.slide1-text .desc p {
    color: #ffffff;
    font-size: 16px;
}

.slide1-text .contact-us a {
	background: #00bf6a;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
border-radius: 3px;
    color: #ffffff;
	font-weight: 600;
    display: inline-block !important;
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
	margin-bottom: 20px;
    padding: 0 22px;
	font-size: 16px;
    border: 1px solid transparent;
}
.slide1-text .contact-us a:hover {
    background: #00bf6a none repeat scroll 0 0;
}
.slide1-text .title-2 {
    display: block;
    padding-bottom: 6px;
}




.boxed-layout .wrapper {
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  margin: auto;
  position: relative;
  width: 1500px;
}
.boxed-layout .sticky {
    left: 0;
    right: 0;
    width: 1500px;
}
.boxed-layout.fixed {
  margin: 70px 0;
}
.pattern-fixed.pattern {
  background: url("images/bg/pattern.png") repeat fixed 0 0;
}

img{max-width: 100%}

	
.mobile-menu-area .kf_callus {
    position: relative;
    right: 70px;
    top: -127px;
    margin-left: 30px;
}

.mobile-menu-area .kf_callus .kf_phone_num {
    padding: 7px 0px 0px 30px;
}

.mobile-menu-area .kf_callus i {
    width: 15px;
}

.sticky .mobile-menu-area .kf_callus{top: -65px;}

.kf_callus {
    float: right;
    width: auto;
    position: relative;
    padding-left: 10px;
	text-align: left;
	margin-left:20px;
	margin-top: 20px;
}

.kf_callus a.callbutton{margin-top: 10px;}
#subbutton.callbutton{letter-spacing:0;}

.kf_callus i {
    width: 30px;
    float: left;
    font-size: 36px;
    line-height: 56px;
	color: #00bf6a;
}

.kf_callus i.fa-mobile{font-size: 44px;}

.kf_phone_num {
    float: none;
    padding: 7px 0px 0px 0px;
    width: auto;
}

.kf_phone_num span {
    display: inline-block;
    color: #777;
    font-weight: 400;
    line-height: normal;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.kf_phone_num a span {color: #00bf6a; }
.kf_phone_num h6 a{color: #999999;}
.kf_phone_num h5 a{color: #111;}
.kf_phone_num h6 {
    color: #999999;
    line-height: 24px;
    font-weight: 500;
    margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.kf_phone_num h5 {
    color: #000;
    line-height: 28px;
    font-weight: 600;
    margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}




.callnow a, .callnowbutton,
a.pagenav,
span.pagenav{
  	background: #00bf6a;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
  border: 1px solid rgba(0, 0, 0, 0);
  color: #ffffff;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  transition: all 0.3s ease 0s;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

span.pagenav{color: #555; background: #f0f0f0; border: 1px #ccc solid;}

.callnow a{display: inline-block; text-align: center; margin-top: 15px;}
a.pagenav, span.pagenav{ padding: 0 15px; display: inline-block; text-align: center; width: auto; margin: 0 5px 15px;}

.find-home-item > button:hover,
.callnow a:hover, .callnowbutton:hover,
a.pagenav:hover {
    background: #00bf6a;
    border-color: #f9c322;
    color: #fff;
}



.onlymobile{display: none;}



/*
* ----------------------------------------------------------------------------------------
* 07.PRODUCTS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-left: 8px;
    text-align: left;
	text-align: center;
}

ul.work li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 3px;
}

ul.work li:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.work li.active {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.product-box {
	margin-bottom: 30px;
}

.product-box .inner-box{
	position:relative;
	display:block;
	border-radius:0 0 10px 10px;	
}

.product-box .inner-box:hover,
.itemgallery .product-box .inner-box{
    -webkit-box-shadow: 2.736px 7.518px 10px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 2.736px 7.518px 10px 0px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 2.736px 7.518px 10px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 2.736px 7.518px 10px 0px rgba(0, 0, 0, 0.14);
}

.product-box .image-box{
	position:relative;
	display:block;	
	overflow: hidden;
}


.product-box .image-box:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: 2;
    pointer-events: none;
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}


.product-box .image-box .image:after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: 2;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}


.product-box:hover .image-box:after,
.product-box:hover .image-box .image:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.product-box .image-box .product-desc,
.product-box .image-box .product-desc a{
	font-style: italic;
	margin: 0px 0 15px;
	height: auto;
	max-height: 20px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.2s linear;
	opacity: 0;
	}

.product-box:hover .image-box .product-desc{
	max-height: 50px;
	opacity: 1;
}


.product-box.list-view .image-column,
.product-box.list-view .content-column{
	padding:0px;	
}

.product-box .image-box .image{
	margin-left:0px;	
}

.product-box .image-box img{
	position:relative;
	display:block;
	width:100%;
	transition: all 0.2s linear;
}

.gid-area .product-box:hover .image-box img{
	transform: scale(1.1);
}



.product-box .lower-content{
	background: rgba(0,0,0,0.4);
	position: absolute;
	padding: 15px 20px;
	top: 12%;
	left: 12%;
	width: 76%;
	height: 76%;
	box-sizing: border-box;
	color: #fff;
	z-index: 8;
	transition: all 0.2s linear;
}
.product-box:hover .lower-content{
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}

.product-box .zoom-content{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	position: absolute;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #fff;
	z-index: 2;
	transition: all 0.2s linear;
	opacity: 0;
	text-align: center;
padding-top: 80px;
	background: rgba(0,0,0,0.35);
	font-size: 16px;
	font-weight: 100;
}
.product-box .zoom-content i{
	font-size: 18px;
	transition: all 0.2s linear;
	display: block;
	margin-bottom: 10px;
}

.product-box:hover .zoom-content{opacity: 1;}
.product-box:hover .zoom-content i{font-size: 24px;}

.product-box .inner-box:hover .lower-content{
	background: rgba(0,0,0,0.6);
}

.product-box.list-view .content-column .lower-content{
	padding-left:30px;	
}

.product-box .lower-content .product-title{
	position:relative;
	padding: 25px 0 10px 0px;
	line-height:24px;
	margin-bottom:10px;	
}

.product-box .lower-content .product-title h3{
	font-size:21px;
	color:#fff;
	line-height:1.6em;
	font-weight:500;
	margin-bottom: 3px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	height: 46px;
	margin-top: 0;
}

.product-box .lower-content .product-title h3 a,
.product-box:hover .lower-content .product-title h3 a{
	color:#fff;
}

.product-box .lower-content .product-title h3 a:hover{
	color:#fff;
}


.product-box .lower-content .text-desc{
	line-height:1.8em;
	padding:15px 0px;
	border-bottom:1px solid #f0f0f0;
}

.product-box .lower-content .property-specs ul{
	display:table;
	width:100%;
	vertical-align:middle;	
}

.product-box .lower-content .property-meta li{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	color:#6a6c6d;
	line-height:24px;
	font-weight:400;
	padding:0px 25px 0px 0px;	
}

.product-box .prod-content{
	padding: 0 10px 0px;
text-align: left;
color: #777;
}

.product-box .prod-content p{
font-weight: 300;
	font-size: 15px;
color: #333;
font-family: 'Open Sans';
margin-top: 15px;
}


.product-box .prod-content h3{font-size: 16px; color: #333; letter-spacing: 0; }
.product-box .prod-content h3 a{font-size: 15px; color: #222; 
letter-spacing: 0; 
font-weight: 500;
}

.celebrate .product-box .prod-content h3 a{color: #000; font-weight: 600; text-decoration: underline;}

	.noshadow, .noshadow:hover{box-shadow: none !important;}
	
	.product-box .image-box:hover .callbutton i{margin-right: 3px; transition: all 0.1s ease-in;}

.gid-area .product-box .image-box .product-price{
	left: 50%;
	bottom: 30%;
	margin-left: -80px;
	width: 160px;
	text-transform: uppercase;
}


.product-box .lower-content .property-meta li:last-child{
	padding-right:0px;	
}

.product-box .lower-content .property-meta li .icon{
	position:relative;
	display:inline-block;
	line-height:24px;
	color:#6a6c6d;
	font-weight:normal;
	font-size:14px;
	padding-right:5px;	
}

.product-box .lower-content .property-meta li.options a{
	color:#6a6c6d;	
}

.product-box .lower-content .property-meta li.options a:hover{
	color:#000;	
}

.product-box .lower-content .rating-review{
	position:relative;
	line-height:24px;
	color:#6a6c6d;
	font-size:13px;
}

.product-box .lower-content .rating-review .ratings,
.product-box .lower-content .rating-review .rev{
	position:relative;
	display:inline-block;	
}

.product-box .lower-content .rating-review .ratings .fa{
	display:inline-block;
	margin-right:3px;
	color:#fecc00;
	font-size:13px;	
}

.product-box .lower-content .view-etails-btn{
	position:relative;
	margin-bottom:20px;	
}

.product-box .lower-content .view-etails-btn .prop-for{
	position:relative;
	top:-5px;
	float:left;
	margin-right:25px;	
}

.product-box .lower-content .view-etails-btn .link-box{
	position:relative;
	text-align: center;
}

.product-box .lower-content .view-etails-btn .prop-for .for{
	color:#eb6070;
	font-weight:600;
	display:block;
}

.product-box .lower-content .view-etails-btn .prop-for .area{
	color:#242133;
	font-weight:700;
	font-size:16px;
	display:block;
}

.product-box .lower-content .view-etails-btn .link-box a,
a.linkbutton,
a.callbutton, .callbutton{
	display:inline-block;
	line-height:24px;
	padding: 4px 28px 3px;
	background: #00bf6a;
	border-bottom: 3px #308c4e solid;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color:#fff;
	border-top-left-radius: 6px;	
	border-top-right-radius: 6px;
	text-decoration: none;
	position:relative;
	background: #009969; /* Old browsers */
background: -moz-linear-gradient(top,  #009969 0%, #006241 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #009969 0%,#006241 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #009969 0%,#006241 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009969', endColorstr='#006241',GradientType=0 ); /* IE6-9 */
border-top: 1px #47bb97 solid;
border-bottom: 1px #418969 solid;
}
	
.callbutton::before{
	position:absolute;
	background: #fdba00;
	height: 5px;
	width: 100%;
	top: 100%;
	left:0;
	border-top: 1px #006241 solid;
	margin-top: 1px;
	content: '';
	z-index: 2;
		border-bottom-left-radius: 6px;	
	border-bottom-right-radius: 6px;
}

.product-box .lower-content .view-etails-btn .link-box a:hover,
.product-box .inner-box:hover .lower-content .view-etails-btn .link-box a,
a.callbutton:hover, .callbutton:hover,
a.linkbutton:hover, .product-box:hover a.linkbutton{
	background: #00bf6a;
	color: #fff;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
}


.product-box .lower-content .view-etails-btn .link-box a .fa{
	padding-left:7px;	
}

.property-listing .view-all{
	position:relative;
	text-align:center;
	padding-top:30px;	
}

.products-area .product-nav,
.currency-nav {
    text-align: center;
	padding: 0;
}

.currency-nav, .onlymobilephone {display: inline-block; padding: 0; margin: 0 0 0 15px;}
.onlymobilephone{display: none;}
.product-menu ul li,
.currency-nav li,
.onlymobilephone li,
.borderbutton {
    border: 1px solid #00bf6a;
    display: inline-block;
    padding: 0;
    margin: 0px 7px 12px;
	border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.4s;
}

.currency-nav li, .onlymobilephone li {
    padding: 4px 8px;
    margin: 0px 0px -1px 0px;
	float: left;
}

.product-menu ul li.active,
.currency-nav li.active,
.onlymobilephone li{
    	background: #00bf6a;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );

}

.product-menu ul li:hover,
.currency-nav li:hover,
.borderbutton:hover {
    	background: #00bf6a;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );

}

.product-menu ul li:hover a, .onlymobilephone li a , .borderbutton:hover{
    color: #fff;
}
.currency-nav li a{color: #ccc; text-decoration: none;}
.currency-nav li:hover a, .currency-nav li.active a, .onlymobilephone li a{color: #fff; font-weight: 600;}

.product-menu ul li a {
    color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 14px;
}

 .borderbutton {
    color: #000;
	text-decoration: none;
	padding: 10px 18px;
}

.product-menu ul li.active a {
    color: #fff;
}


fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.no-padding-left{padding-left: 0;}

#otzyv{
	background: url('../images/s2.jpg') no-repeat top center;
	background-size: cover;
	margin-top: 1px;
	margin-bottom: 0;
	padding: 30px 0 45px 0;
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 10px;
}

.nopadding, .nopadding .section-padding {padding: 0 0 10px 0;}
.section-title{margin-bottom: 25px;}

.section-title h1{font-size: 32px;}

.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    position: relative;
}

.section-title p {
    font-weight: 300;
}
.white-title{
    color: #fff;
}
a.read-more {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}
a.white-read-more {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #ccc;
    padding: 10px 25px;
    border: 1px solid #ccc;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

a.read-more:hover {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ccc;
    background: transparent;
}

a.white-read-more:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.title-divider::before {
    position: absolute;
    background: #cd080c;
    height: 3px;
    width: 70px;
    content: '';
    top: -2px;
    left: 0;
    z-index: 2;
}

.title-divider {
    display: inline-block;
    padding: 5px 0;
	width: 150px;
    text-transform: uppercase;
    color: #bcbcbc;
    border-top: 1px #cdcdcd solid;
    position: relative;
}


.welcome-area {
    height: 100%;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    margin-top: 60px;
}


.header-text h2 {
    color: #fff;
    font-size: 80px;
    letter-spacing: 5px;
    margin: 0;
    font-weight: 600;
}

.header-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.mainmenu .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #ccc;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mainmenu .navbar-nav li.active a {
    color: #ccc;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}

.menu-bg .logo {
    padding-top: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover,
.menu-bg .mainmenu .navbar-nav li.active a {
    color: #ccc;
}


.gid-area{margin: 0 0 20px 0;}



.happy-client-list.owl-theme .owl-buttons > div,
#property-d-1-2 .owl-buttons > div{
  background: transparent;
  border: 0px none;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 38px;
  margin: 0;
  opacity: 0.4;
  padding: 0;
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  width: 20px;
}

.owl-theme .owl-buttons > div .fa{
	color: #ffb200;
	text-shadow: 1px 1px 2px #555;
	font-size: 64px;
}


#property-d-1-2 .owl-buttons > div{ opacity: 1;}

.happy-client-list.owl-theme:hover .owl-buttons > div {
	opacity: 1;
}

.happy-client-list.owl-theme:hover .owl-buttons > div,
#property-d-1-2:hover .owl-buttons > div{
 width: 40px;
}

.happy-client-list.owl-theme .owl-controls,
#property-d-1-2 .owl-controls{
  margin-top: 0;
}

.happy-client-list.owl-theme .col-md-3 {
  width: 100%;
}
.happy-client-list.owl-theme .owl-buttons > div,
#property-d-1-2  .owl-buttons > div{
    right: 0;
    left: auto;
}
.happy-client-list.owl-theme .owl-buttons .owl-prev,
#property-d-1-2 .owl-buttons .owl-prev{
   left: 0;
}


.client-reveiw {
  margin: 20px 0;
  padding: 20px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.review-quote h6{
display: inline-block;
color: #111;
font-size: 18px;
line-height: 20px;
text-transform: uppercase;
font-weight: 500;
margin: -1px 0 10px 15px;
}
.review-quote i {
color: #00bf6a;
    font-size: 20px;
}
.review-desc > p {
    font-weight: 300;
}
.review-desc > p span {
    color: #00bf6a;
    font-weight: 600;
    text-transform: uppercase;
}
.happy-client-name > h6 {
  color: #00bf6a;
  font-weight: 400;
  padding-top: 14px;
  position: relative;
}

.happy-client-date{color: #00bf6a; font-size: 12px; padding-top: 14px; position: relative;}

.happy-client-name > h6 span,
.review-quote > h6 span {
    color: #111;
    font-weight: 300;
}

.review-desc{position: relative; padding-top: 20px; color: #111;}

.review-desc::before {
    background: #dadada none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -22.5px;
    position: absolute;
    top: 0;
    width: 45px;
}
.client-reveiw {
  background: rgba(255,255,255, 0.88);
  margin: 0 50px;
  color: #111;
  box-shadow: 0 0 4px rgba(1, 1, 1, 0.2);
}


.happy-client-list.owl-theme .col-md-6 {
  width: 100%;
}
.happy-client-list.owl-theme .owl-buttons > div {
    right: -30px;
    left: auto;
}
.happy-client-list.owl-theme .owl-buttons .owl-prev {
   left: -30px;
}

/*
* ----------------------------------------------------------------------------------------
* 15.FUN
* ----------------------------------------------------------------------------------------
*/
.fun-fact{
  background: #f4f4f4;
  position: relative;
  background-size: auto 100%;
  padding: 60px 0 70px;
  margin: 1px 0 0px;
}

.fun-icon:before{
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: -155px;
	margin-left: -5px;
	content: '1';
	color: #fff;
	z-index: 0;
	font-size: 220px;
	font-family: Arial, 'Open Sans';
	font-weight: 700;
}

.col-md-3:nth-child(2) .fun-icon:before{
	content: '2';
}
.col-md-3:nth-child(3) .fun-icon:before{
	content: '3';
}
.col-md-3:nth-child(4) .fun-icon:before{
	content: '4';
}

.singe-fun-fact{margin-top: 40px;}

.fun-icon i {
	background: #00bf6a;
background: -moz-linear-gradient(-45deg, #00bf6a 0%, #00bf6a 100%);
background: -webkit-linear-gradient(-45deg, #00bf6a 0%, #308c4e 100%);
background: linear-gradient(135deg, #00bf6a 0%, #308c4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6a', endColorstr='#00bf6a',GradientType=1 );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
    font-size: 56px;
    line-height: 56px;
}
.fun-icon, .fun-count {
    display: block;
}

.fun-icon{
	height: 95px;
}
.fun-count h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;
    margin: 10px 0 20px;
}
.fun-icon {
  float: none;
}
.fun-text p {
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
	font-size: 13px;
	z-index: 1;
	position: relative;
}
.fun-head {
    margin-bottom: 7px;
}
.fun-icon > img {
  position: relative;
  top: -8px;
}
.singe-fun-fact.middle {
  margin-left: 45px;
}
.singe-fun-fact.middle-2 {
    margin-left: 50px;
}


/*
* ----------------------------------------------------------------------------------------
* 15.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.footer-container {
position:relative;
background: #009969; /* Old browsers */
background: -moz-linear-gradient(top,  #006241 0%, #009969 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #006241 0%,#009969 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #006241 0%,#009969 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006241', endColorstr='#009969',GradientType=0 ); /* IE6-9 */
border-top: 6px #ffb800 solid;
border-bottom: 1px #418969 solid;
}

footer p{color: #fff; font-size: 13px; margin-top: 15px;}
footer img{margin-top: -18px;}
footer a{color: #fff; text-decoration: underline;}
footer .col-md-3 a{text-decoration: none;}

footer ul li{
	width: 50%;
	float: left;
	padding: 2px;
	box-sizing: border-box;
	position: relative;
	list-style: none;
}

footer ul li::before {
    content: "►";
    position: absolute;
    top: 4px;
    left: -18px;
    width: 12px;
    height: 12px;
	font-size: 10px;
	color: #fff;
}

footer p i.fa{
	display: inline-block;
	font-size: 18px;
	margin-right: 8px;
	color: #eee;
	width: 24px;
}

footer p strong{font-size: 16px;}

footer p i.fa.fa-mobile{font-size: 24px;}

.footer-container .footer-top {
    background: url(../images/fform.jpg) #111 top center;
    padding: 24px 0;
}

.footer-container .footer-content {
    padding-top: 15px;
	padding-bottom: 15px;
}

.footer-container .footer-middle {
    padding: 26px 0;
    background: #181818
}

.footer-container .footer-bottom {
    padding: 20px 0 0;
    position: relative;
    background: rgba(68, 68, 68, .6)
}

.footer-container .footer-bottom .block-left {
    text-align: left
}

.footer-container .footer-bottom .block-right {
    text-align: right
}

.footer-container .footer-bottom .payment {
    padding: 4px 0 20px
}

.footer-container .footer-bottom .copyright {
    padding: 12px 0 20px;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.footer-container .footer-bottom .copyright a {
    color: #00bf6a
}

.contact-bg {
    padding-bottom: 20px
}


.contactinfo {
padding: 0 5px 0 19px;
position: relative;
margin-bottom: 0px;
}

.contactinfo h4.title-footer {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    padding-bottom: 20px;
    position: relative
}

.contactinfo h4.title-footer:after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00bf6a
}

.contactinfo .content-footer .address,
.contactinfo .content-footer .email,
.contactinfo .content-footer .phone {
    position: relative;
    line-height: 20px;
    margin-bottom: 6px;
	font-size: 13px;
}

.contactinfo .content-footer label {
    color: #fff;
    float: left
}

.contactinfo .content-footer label span {
    display: inline-block; padding: 0 10px 0 5px;
	font-weight: 100;
}

.contactinfo .content-footer label .fa {
    font-size: 12px
}

.contactinfo .content-footer label .fa.fa-paper-plane {
    font-size: 12px
}

.contactinfo .content-footer span,
.contactinfo .content-footer a {
    color: #fff;
    padding-left: 24px;
    display: block
}

.contactinfo .content-footer a:hover {
    color: #00bf6a
}


.need-help {
    padding: 0;
    margin-top: 4px
}

.need-help h3 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
	margin-top: 0;
}

.need-help p {
    color: #444;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}


#newsletter_block_home {
    padding: 0
}

#newsletter_block_home .title-block {
    text-align: left
}

#newsletter_block_home .title-block h3 {
    padding: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600
}

#newsletter_block_home .title-block p {
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400
}

#newsletter_block_home .block_content .form-group {
    margin: 0;
    overflow: hidden;
    position: relative
}

#newsletter_block_home .block_content .form-group .input {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%
}

#newsletter_block_home .block_content .form-group .input:before {
    content: "\f095";
    position: absolute;
    top: 15px;
    left: 25px;
    font-family: Fontawesome;
    color: #aaa
}

#newsletter_block_home .block_content .form-group #newsletter-input {
    padding-left: 40px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    color: #999;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    border: 6px solid #00bf6a
}

#newsletter_block_home .block_content .form-group .button {
    height: 40px;
    width: auto;
	min-width: 93px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #333;
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    border-radius: 0;
}

#newsletter_block_home .block_content .form-group .button:hover {
    background: #00bf6a
}


.newsletter-input p{color: #444; font-size: 12px; padding-top: 10px;}




.footer-links {
    padding: 78px 0 48px
}

.footer-links .spfooterlinks h4.title-footer {
    margin-bottom: 0
}

.footer-links .spfooterlinks h4.title-footer:after {
    display: none
}

.footer-links .spfooterlinks ul.links li {
    padding: 12px 0
}

.footer-links .contactinfo h4.title-footer {
    margin-bottom: 0
}

.footer-links .contactinfo h4.title-footer:after {
    display: none
}

.footer-links .contactinfo .content-footer {
    max-width: 270px
}

.footer-links .contactinfo .content-footer .address {
    padding: 12px 0
}

.footer-links .contactinfo .content-footer .address:after {
    content: "";
    display: table;
    clear: both
}

.clear{clear: both;}

.footer-links .contactinfo .content-footer .address label {
    display: inline-block;
    vertical-align: middle
}

.footer-links .contactinfo .content-footer .address span {
    width: calc(100% - 80px);
    float: right
}

.footer-links .contactinfo .content-footer .email,
.footer-links .contactinfo .content-footer .phone {
    padding: 12px 0
}



.spfooterlinks h4.title-footer {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    padding-bottom: 20px;
    position: relative
}

.spfooterlinks h4.title-footer:after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0
}

.spfooterlinks ul {
    padding: 0
}

.spfooterlinks ul li {
    padding: 2px 0 3px;
	list-style-type: none;
}

.spfooterlinks ul li a,
.spfooterlinks p {
    color: #fff;
    position: relative;
	font-size: 13px;
}

.spfooterlinks p {margin-bottom: 17px;}

.spfooterlinks ul li a:before {
    content: '\f0da';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px
}

.spfooterlinks h4.title-footer:after {
    background-color: #00bf6a
}

.spfooterlinks ul li a:hover {
    color: #00bf6a
}

.spfooterlinks ul li a:hover:before {
    color: #00bf6a
}

@media (min-width: 992px){
	.wood_wrapper img{
	margin-top: -110px;
}
}

/* Medium desktop :992px. */
@media (min-width: 1200px) and (max-width: 1500px) {
	
.find-home-box {
  padding: 25px;
}
.find-home-box-inner .find-home-title > h3 {
  font-size: 24px;
}   
.find-home-3 .find-home-box {
     margin-top: 0;
}    
.welcome-fixed-area{
  height: 650px;
}
.boxed-layout .wrapper {
  width: 1170px;
}
.boxed-layout .sticky {
  width: 1170px;
}
.find-home-box.postion {
  right: 8%;
}
    
    
    
    
    

}

/* Normal desktop :992px. ********************************************************/
@media (max-width: 1199px){
.contact-bg{ margin-top: 1px;}
.triblock .item{
	font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-box .lower-content .view-etails-btn .link-box a {
    padding: 9px 10px;
}
header .topline{
	background-size: 115% auto;
	padding: 3px 0 370px;
}

.wood_wrapper img{
	margin-top: -110px;
}

.product-box .lower-content .product-title h3 {
    font-size: 20px;
	height: 34px;
}

	.greenform{
margin-top: -380px;
}


.logo img {
    margin-top: 2px; width: 80%;
}
	header .topline{font-size: 12px; margin-bottom: 0px;}
	.currency-nav li {padding: 4px 3px;}

	.kf_callus {
    margin-top: 1px;
	margin-bottom: 10px;
}


.find-home-box.postion {
  right: 8%;
}
.welcome-fixed-area{
  height: 600px;
}    
.haven-call p {
  font-size: 16px;
}
.boxed-layout .wrapper {
  width: 100%;
}
.boxed-layout .sticky {
  width: 100%;
}
.title-2 h1 {
  font-size: 34px;
}    
.slide1-text .contact-us a {
  margin-top: 20px;
}    
.property-bottom-list ul li {
  padding-left: 6px;
}
.welcome-title .title-2 {
  font-size: 16px;
}    
.services-img {
  margin-bottom: 11px;
  margin-right: 0;
}    
.welcome-title .title-1 {
  font-size: 24px;
}    
.download-apps-title h3 {
  font-size: 20px;
}    
.footer-menu li a {
  margin-left: 8px;
}    
.single-footer-contact {
  padding: 40px 30px;
}    
.find-home-item > button {
  padding: 0 15px;
}    
.property-area {
  padding: 70px 0 97px;
}    
.welcome-haven {
  padding-bottom: 50px;
  padding-top: 70px;
}    
.services-section {
  padding-bottom: 63px;
  padding-top: 69px;
}    
.ptb-130,.team-area {
  padding: 68px 0;
}    
.ptb-80 {
  padding: 70px 0;
}    
.property-desc-top h4.price {
   font-size: 16px;
}
.brand-section {
  padding: 100px 0;
}
.brand-section.pd-2 {
  padding: 100px 0;
}
.pt-130{
    padding-top: 70px
}
.find-home-box-inner .find-home-title > h3 {
  font-size: 20px;
  line-height: 14px;
  margin-bottom: 25px;
}    
.find-home-bottom .find-home-item > button {
  margin-top: 20px;
}    
.find-home-box-inner .find-home-cagtegory .col-md-6 {
  padding-bottom: 20px;
}    
.find-home-box {
  padding: 25px;
  margin-left: 0;
}    
.home-2 .title-2 h1 {
  font-size: 30px;
  line-height: 35px;
}
.home-2 .slide1-text .desc p {
  font-size: 14px;
}    
.home-2 .slide1-text {
  margin-left: 35px;
}    
.home-3-map .find-home-box-inner .find-home-cagtegory .col-md-6 {
  padding-bottom: 30px;
}    
.awesome-feature-img-inner::before, .awesome-feature-img-inner::after, .awesome-feature-img-border::before {
  display: none;
} 
.single-awesome-feature.five {
  left: 52px;
}    
.single-awesome-feature.six {
  left: 0;
}    
.single-awesome-feature.four {
  left: 5px;
}    
.awesome-feature-desc {
  margin-top: 0;
}    
.article-desc {
  padding: 42px 30px 65px 40px;
}
.article-action {
  padding-top: 40px;
}    
.article-share {
  float: none;
  margin-top: 20px;
}    
.single-guide {
  padding: 0 12px;
}    
.guide-title {
  margin-left: 10px;
}    
.guide-title > h6 {
  font-size: 14px;
}    
.list_property .property-bottom-list ul li {
  padding-left: 12px;
}    
.list_property  .property-desc.list_property_desc {
   padding-top: 8px;
}
.list_property .property-desc-bottom {
  padding-top: 0;
}    
.sidebar aside.single-side-box.video {
  margin: 0;
}    
.amenities-list ul li,.property-condition-list li {
  float: none;
  width: 100%;
}    
.amenities-list,.property-condition-list {
  height: 100%;
}
    
	.header-menu ul li {
    display: inline-block;
    margin-right: 0;
	padding: 4px 2px 0;}
	.sticky .header-menu ul li a, .header-menu ul li a, .header-menu ul li .separator{font-weight: 500; font-size: 14px; padding: 7px 1px 9px 2px;}
	
	header .topline span.nosticky{margin-left: 0; text-align: right; white-space:nowrap;}

.kf_callus{margin-left: 15px;}
.kf_phone_num span{font-size: 10px;}
.kf_phone_num h5 a {font-size: 18px;}
}

 
/* Tablet desktop :768px. ***********************************************************************/

@media (min-width: 768px) and (max-width: 991px) {

.kf_callus, .mobile-menu-area .kf_callus{margin-left: 15px; right:55px;}
.kf_phone_num span{font-size: 10px;}
.kf_phone_num i{font-size: 30px;}
.kf_phone_num h5 a {font-size: 18px;}	
	
		.greenform{
margin-top: -340px;
}

.mobile-menu-area .kf_callus {
    top: -87px; margin-bottom: -68px;
}

.nivoSlider, .nivoSlider img{min-height: 350px;}


	.blog_unit_content{ margin-left: 0px; padding: 0px 0 0 15px;}
.title-1 h3 {
  font-size: 24px;
}

.kf_phone_num h6, .kf_phone_num {font-size: 13px;}
.slide1-text {
    padding: 10px 15px;
    max-width: 320px;
}

div.currency{float: right; margin-right: 12px;}
header .topline span{display: none;}

.slide1-text .desc p,.haven-call  {
  display: none;
}    
.slide1-text .contact-us a {
  margin-top: 10px;
}    
.footer-menu {
  text-align: center;
} 
.find-home-box.postion {
  background: #00bf6a none repeat scroll 0 0;
  margin: 0;
  position: inherit;
  right: inherit;
  top: inherit;
  transform: inherit;
  width: 100%;
}
.finde-home-postion {
  margin-top: 60px;
}
.header-bottom {
  top: 19px;
}    
	.kf_callus {
	margin-bottom: 10px;
}

.logo > a {
  width: 160px;
} 
.logo > a img{
  margin-top: 2px;
  margin-bottom: 5px;
} 

.header-2 .logo {
  margin-bottom: -35px;
  margin-top: -16px;
}
.header-2 .mean-container a.meanmenu-reveal {
   top: -59px;
}
.property-bottom-list ul li {
  padding-left: 23px;
}
.list_property .property-bottom-list ul li {
  padding-left: 28px;
}    
.property-area {
  padding: 70px 0 97px;
}    
.welcome-haven {
  padding-bottom: 50px;
  padding-top: 70px;
}    
.services-section {
  padding-bottom: 63px;
  padding-top: 69px;
}    
.ptb-130,.team-area {
  padding: 68px 0;
}    
.ptb-80 {
  padding: 70px 0;
}    
.property-desc-top h4.price {
   font-size: 16px;
}
.pt-130{
    padding-top: 70px
}
.brand-section {
  padding: 100px 0;
}
.brand-section.pd-2 {
  padding: 100px 0;
}
.feature-property-title > h3 {
  font-size: 22px;
}    
.welcome-haven-img {
  margin-top: 30px;
  text-align: center;
}    
.download-apps-caption-img.f-right {
  float: none;
  margin-top: 30px;
  text-align: center;
}    
.feature-property .single-property {
  margin-bottom: 40px;
}    
.feature-property.ptb-130 {
  padding: 68px 0 38px;
}    
.fun-fact {
  padding: 60px 0;
}    
.f-logo > a {
  height: 100px;
  line-height: 85px;
  width: 100px;
}    
.singe-footer-newsletter {
  padding: 20px 20px 40px;
}  
#contact-map > div {
  height: 420px !important;
}    
.contact-icon, .contact-text {
  display: block;
}    
.contact-head > p {
  padding-bottom: 2px;
}    
.contact-icon {
  float: none;
  margin-bottom: 3px;
  margin-right: 0;
  position: inherit;
}    
.single-footer-contact {
  padding: 47px 20px;
}
.footer-menu li a {
  padding: 24px 0;
}    
.copyright > p {
  line-height: 14px;
  padding: 0 0 24px;
  text-align: center;
}    
.single_property-text {
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
}    
.home-2 .display-tablecell .container {
  width: 100%;
}
.home-2 .slide1-text {
  text-align: center;
}    
.home-2 .title-2 h1 {
  font-size: 30px;
  line-height: 38px;
}    
.home-2 .slide1-text .contact-us a {
  margin-top: 5px;
}    
.header-2 .header-bottom {
  bottom: 14px;
  top: inherit;
}   
header.header-2 {
  position: relative;
}    
.header-topbar-menu ul li {
  margin-right: 25px;
}    
.awesome-feature-list {
  position: inherit;
}
.single-awesome-feature.one,.single-awesome-feature.two,.single-awesome-feature.three,.single-awesome-feature.six,.single-awesome-feature.five,.single-awesome-feature.four {
  left: 0;
}
.col-4 {
  width: 50%;
}
.awesome-feature-list .col-4.right {
  padding-left: 80px;
}
.awesome-feature-list {
  margin-top: 85px;
}    
.awesome-feature {
  padding-bottom: 70px;
  padding-top: 70px;
}    
.select-package .row .col-md-4:last-child .single-package {
  margin-top: 30px;
}    
.single-services .welcome-title {
  padding-bottom: 0;
  padding-top: 0;
}    
.contact-details {
  margin-top: 50px;
}
.blog-sidbar.right-side {
  margin-top: 50px;
  padding-left: 0;
}    
    
.single-side-box.discount {
  margin: 0;
}     
.blog-sidbar {
  padding: 0;
  margin-bottom: 40px;
}    
.single-blog {
  margin-bottom: 45px;
}
.blog-pages .pagination {
  margin: 20px 0 0;
}    
.feature .welcome-title {
  margin-top: 40px;
}    
.single-contact-icon {
  display: block;
  padding-right: 0;
}
.single-contact-desc > p {
  font-size: 13px;
  line-height: 28px;
}    
.contact-list-inner {
  padding-left: 20px;
}
.sidebar aside.single-side-box.video {
  margin-bottom: 0;
}    
.sidebar.right-side {
  margin-top: 40px;
  padding: 0;
}
.sidebar {
  padding-right: 0;
}    
.list_property .single-property {
  margin-bottom: 0;
} 
.sidebar.left {
  margin-bottom: 40px;
}    
.two .welcome-haven-img {
  margin-bottom: 30px;
}    
.amenities {
  margin-top: 40px;
}
.header-bottom {
  z-index: 1;
}    
.error-content > h3 {
  font-size: 48px;
}    
.error-content h2 {
  font-size: 160px;
} 
.agent-profile {
  margin-bottom: 40px;
}    
.welcome-fixed-area{
  height: 500px;
} 
.welcome-fixed-area .slide1-text .desc p {
  display: block;
}    
.boxed-layout .wrapper {
  width: 100%;
}
.boxed-layout .sticky {
  width: 100%;
}    
.header-top.sticky {
  height: auto;
}

.header-top.sticky .mobile-menu-area .kf_callus{display:none;}

	.gid-area .product-box .image-box .gidtitle{top: 20%;}
.gid-area .product-box .image-box .gidsubtitle{top: 40%; font-size: 12px;}
.gid-area .product-box .image-box .product-price{bottom: 15%;}    
    	#property-d-1-2 {
  margin-bottom: -20px;
}
#property-d-1-2 .owl-buttons > div{top: 44%;}

	header .topline {
    margin-bottom: 0px;
	padding-bottom: 250px;
}

header .topline span.nosticky{margin-left: 0; font-size: 11px; white-space:nowrap;}
.logo {
margin-bottom: -25px;}

.header-top {
    margin-top: -280px;
}



.greyresult, .find-home-item {
  margin-bottom: 20px;
}    

#subbutton.callbutton{display: block; text-align: center;}

}

 
/* small mobile :320px. *****************************************************************/

@media (max-width: 767px) {
	.features td{display: block; float: left;}
	.item-setup .inner-box .list-inside img{
margin: 0 5px 0px 0px;
	}
	
	iframe{border: 0px none;}
	
	.blog_unit_content iframe{
width: 100%;
height: auto; 
max-height: auto;
margin: 0 0 15px 0;
}
	.header-top.sticky{
  position: absolute;	
  animation: none;
  top: auto;
}
	.client-reveiw {
    margin: 0px;
	}
	
	header .topline {
    margin-bottom: 0px;
	background: #f2f2f2 url(../images/header.jpg) -50px 0 no-repeat;
		background-size: 140% auto;
	padding: 3px 0 210px;
}

.header-top {
    margin-top: -230px;
}

.greenform{
margin-top: -120px;
left: 15px;
max-width: 500px;
margin-right: 15px;
width: auto;
text-align: center;
}

#mainSlider, .nivoSlider img{
	min-height:300px !important;
}

#mainSlider{overflow: hidden; }
.nivoSlider img{width: auto !important; max-width: 164%; margin-left: -10px;}
.slide1-text{
bottom: auto;
top: -70px;
left: auto;
margin-right: 25px;
}

a.nivo-prevNav, a.nivo-nextNav {

    border-radius: 80px;
    border: 1px #fff solid;
    width: 35px;
    text-align: center;
    padding: 0;
    font-size: 33px;
}


.listing-unit-img-wrapper,
.blog_unit_content.has_thumb{ margin-left: 0px; padding: 10px 0;}
.product-box .lower-content .product-title h3{height: auto; font-size: 18px;}

	#property-d-1-2 .owl-buttons > div{top: 44%;}
	.breadcrumbs{display: none;}
	.currency-nav li {padding: 4px 3px; margin: 0 0 0 0; float: none;}

	.slider-container{margin-top: 0px;}
	.nivo-controlNav{bottom: -7px;}
	.nivo-controlNav a i {font-size: 18px;}
	.mobile-menu-area .kf_callus{display: none;}
	
	header .topline span{display: none;}
	
	#property-d-1-2 {
  background-color: #fff;
  position: relative;
  -moz- transform: translateY(-70%);
  -ms- transform: translateY(-70%);
  -o- transform: translateY(-70%);
  -webkit- transform: translateY(-70%);
  transform: translateY(-70%);
  margin-bottom: -30px;
}


.find-home.inside {
    padding: 25px 0 10px 0;
    margin-top: 70px;
}

.slide1-text {
	text-align: center;
}

.nivo-caption {
	bottom: auto;
	top: 10px;
}


	.prop_title_zone{margin-top: 20px;}
	
.prop_title_zone_container .price_area {
    float: left;
    margin-top: 1px;
}	

.prop_title_zone_menu {
    display: none;
}
	
	.gid-area .product-box .image-box .gidtitle{top: 25%;}
.gid-area .product-box .image-box .gidsubtitle{top: 43%; font-size: 13px; line-height: 15px;}
.gid-area .product-box .image-box .product-price{bottom: 20%;}
	
	
.container {width:340px}

.welcome-fixed-area{
  height: 450px;
}   
      

.title-1 h3 {
  display: block ;
  font-size: 20px;
  margin-top: 5px;
} 
 
.boxed-layout .wrapper {
  width: 100%;
}
.boxed-layout .sticky {
  width: 100%;
}
.title-2 h4 {
  font-size: 14px;
  margin-bottom: 2px;
}
.slide1-text .title-2 {
  padding-bottom: 4px;
}
.boxed-layout .wrapper {
  width: 100%;
}
.boxed-layout .sticky {
  width: 100%;
}
.slide1-text .contact-us a {
  height: 35px;
  line-height: 35px;
  margin-top: 0;
}    
.nivo-prevNav {
  font-size: 38px;
  left: 15px;
  line-height: 15px;
}    
.nivo-nextNav {
  font-size: 38px;
  line-height: 15px;
  right: 15px;
}    
.property-area {
  padding: 40px 0 67px;
}    
.welcome-haven {
  padding-bottom: 20px;
  padding-top: 40px;
}    
.services-section {
  padding-bottom: 33px;
  padding-top: 39px;
}    
.ptb-130,.team-area {
  padding: 38px 0;
}    
.ptb-80 {
  padding: 40px 0;
}    
.brand-section {
  padding: 70px 0;
}
.brand-section.pd-2 {
  padding: 70px 0;
}    
.find-home {
  padding: 50px 0;
}    

.find-home.inside, .insidepage .find-home {
    padding: 20px 0 10px 0;
    margin-top: 12px;
}
.find-home-title > h3 {
  font-size: 18px;
}    
.find-home-item.custom-select, .greyresult {
  margin-bottom: 20px;
}    
.pt-130{
    padding-top: 40px
}
.find-home-item {
    text-align: center;
}
.shop-filter {
    margin-bottom: 40px;
}
.feature-property-title > h3 {
  font-size: 18px;
}    
.property-tab-menu {
  text-align: left;
}    
.property-tab-menu ul li {
  line-height: 35px;
  margin-left: 0;
}    
.property-tab-menu {
  text-align: left;
}    
.property-bottom-list ul li {
  padding-left: 7px;
}    
.property-bottom-list {
  padding: 18px 5px;
}    
.welcome-title .title-1 {
  font-size: 22px;
}    
.welcome-title .title-2 {
  font-size: 18px;
  line-height: 30px;
}    
.download-apps-title h3.title-1 {
  margin-bottom: 17px;
}    
.download-apps-title h3 {
  font-size: 22px;
}    
.download-apps-title h3.title-2 {
  line-height: 35px;
}     
.download-apps-caption-img.f-right {
  margin-top: 40px;
}    
.section-title {
  margin-bottom: 30px;
}    
.single-services {
  margin-bottom: 30px;
}    
.section-title h3 {
  font-size: 20px;
}    
.single-property {
  margin-bottom: 30px;
}
.singe-fun-fact.f-left,.singe-fun-fact.f-right  {
    float: none;
}
.singe-fun-fact.middle {
    margin: 0;
}
.singe-fun-fact {
    margin-bottom: 45px !important;
    text-align: center;
}
.singe-fun-fact.middle-2 {
  margin-left: 0;
}    
.fun-fact {
  padding: 70px 0 30px;
}    
.single-team {
  margin-bottom: 40px;
}    
.single-blog {
  margin-bottom: 40px;
}    
.happy-client .section-title h3 {
  font-size: 20px;
  line-height: 28px;
}    
.footer-menu li a {
  padding: 24px 0;
}    
.copyright > p {
  line-height: 14px;
  padding: 0 0 24px;
  text-align: center;
  line-height: 20px;
}   
.singe-footer-newsletter,.single-footer-contact {
  position: inherit;
  width: 100%;
}     
.single-footer-contact {
  margin: 40px 0;
  padding: 25px 15px;
}    
.singe-footer-newsletter {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}    
.footer-menu li a {
  padding: 15px 0;
  text-align: center;
  margin: 0;
}    
.footer-menu li {
  display: block;
}
.footer-menu {
  padding: 25px 0;
}
.property-img > img,.team-img > img,.blog-thubmnail img,.single_propert_img > img {
  width: 100%;
}
.header-2 .mean-container a.meanmenu-reveal {
  top: -62px;
} 
.single_property-text {
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
} 
.property-area .single_property {
  margin-bottom: 30px;
}    
.home-2 .display-tablecell .container {
  width: 100%;
}
.home-2 .slide1-text {
  text-align: center;
}    
.home-2 .title-2 h1 {
  font-size: 20px;
  line-height: 25px;
}       
.home-2 .slide1-text .contact-us a {
  margin-top: 5px;
}    
.header-top-1 {
  display: none;
}    
.header-2 .logo {
  margin-top: 0;
}    
.property-desc-top h4.price {
  padding: 8px 0;
  position: inherit;
  right: inherit;
  top: inherit;
  transform: inherit;
  font-size: 16px;
}    
.awesome-feature-list {
  position: inherit;
}
.single-awesome-feature.one,.single-awesome-feature.two,.single-awesome-feature.three,.single-awesome-feature.six,.single-awesome-feature.five,.single-awesome-feature.four {
  left: 0;
}
.col-4 {
  width: 100%;
}
.awesome-feature-list {
  margin-top: 40px;
  text-align: center;
}
.single-awesome-feature {
  margin-bottom: 35px;
  display: inline-block;
}
.awesome-feature {
  padding-bottom: 20px;
  padding-top: 50px;
}  
.awesome-feature-img-inner::before, .awesome-feature-img-inner::after, .awesome-feature-img-border::before {
  display: none;
}    
.col-4.left .s-awesome-feature-icon {
  float: left;
  margin-left: 0;
  margin-right: 16px;
}    
.col-4.left .s-awesome-feature-head {
  float: none;
  text-align: left;
}    
.awesome-feature-desc {
  margin-top: 0;
}    
.team-img img {
  width: 100%;
}    
.breadcrumbs {
  padding: 110px 0 19px;
}   
.breadcrumbs-menu {
  padding-top: 72px;
}   
.breadcrumbs-title h1 {
  font-size: 28px;
}
.features-box .col-md-6.pd-left {
  padding-left: 15px;
}    
.add-property-box.step-2 {
  margin-top: 50px;
}    
.select-package .row .col-md-4:last-child .single-package {
  margin-bottom: 0;
}      
.select-package .row .col-md-4 .single-package {
  margin-bottom: 30px;
}      
.contact-information-bottom, .contact-information-bottom .col-md-8 .input-field {
  margin-bottom: 28px;
}    
.agency-profile-title > h5, .agency-profile-title h6 {
  margin-top: 40px;
}    
.single-services .welcome-title {
  padding: 0;
}    
.pagination-inner li {
  margin-bottom: 10px;
  margin-left: 8px;
}    
.contact-inquiry-title {
  margin-top: 20px;
  padding-bottom: 15px;
}    
.experience-check {
  height: 135px;
}    
.single-experience {
  overflow: hidden;
}
.blog-sidbar.right-side {
  margin-bottom: 0;
  margin-top: 50px;
  padding-left: 0;
}  
.single-side-box.discount {
  margin: 0;
}     
.article-action {
  padding-top: 30px;
}    
.article-desc {
  padding: 30px 25px 65px 30px;
}    
.article-share {
  float: none;
  margin-top: 20px;
}    
.article-tag > p {
  line-height: 24px;
}    
article .post-title h4 {
  font-size: 17px;
  line-height: 28px;
}    
.comment-thumbnail {
  float: none;
  width: 40%;
}
.comment-thumbnail > img {
  width: 100%;
}
.comment-desc {
  float: none;
  margin-top: 30px;
  padding-left: 0;
  width: 100%;
}    
.single-comment-box.reply-comment {
  margin: 40px 0;
}    
.form-top .input-filed {
  float: none;
  padding: 0 !important;
  width: 100%;
}    
.comment-form-box .form-top .input-filed:last-child {
  margin-top: 28px;
  padding-left: 15px;
}    
.single-guide {
  padding: 0 15px;
} 
.guide-title > h6 {
  font-size: 14px;
}    
.blog-sidbar {
  padding: 0;
  margin-bottom: 40px;
}    
.blog-pages .pagination {
  margin: 15px 0 0;
}      
.feature .welcome-title {
  margin-top: 40px;
}    
.single-contact_list {
  margin-bottom: 30px;
}    
.contact-list-inner .row .col-md-4:last-child .single-contact_list {
  margin-bottom: 0;
}    
.single-contact-desc > p {
  font-size: 13px;
  line-height: 24px;
}    
.col-6 {
  width: 100%;
}    
.list_property .col-6:first-child {
  padding-right: 0;
}    
.list_property .single-property {
  margin-bottom: 0;
}    
.property-desc.list_property_desc {
  padding: 30px 10px 30px 0;
}    
.list_property .property-desc-top h4.price {
  position: inherit;
  top: inherit;
  transform: inherit;
}    
.list_property .property-bottom-list ul li {
  padding-left: 12px;
}    
.sidebar.right-side {
  padding-left: 0;
  margin-top: 40px;
}    
.sidebar .find-home-item.custom-select {
  margin-bottom: 0;
}    
.agent-title > h6 {
  font-size: 16px;
}    
.sidebar {
  padding-right: 0;
}
.list_property .property-desc-bottom {
  padding-top: 0;
}    
.list_property .property-bottom-list ul li {
  float: left;
  height: 44px;
  line-height: 44px;
  padding-left: 0;
  width: 50%;
}    
.sidebar.left {
  margin-bottom: 40px;
}       
.feature .feature-property .single-property {
  margin-bottom: 25px;
}    
.register-page-form {
  width: 100%;
}    
.modal.in .modal-dialog {
  transform: translate(70px, 0px);
}    
.services .welcome-title {
  margin-top: 30px;
}    
.two .welcome-haven-img {
  margin-bottom: 30px;
}    
.sidebar aside.single-side-box.video {
  margin: 0;
}    
.amenities-list ul li,.property-condition-list li {
  float: none;
  width: 100%;
}    
.amenities-list,.property-condition-list {
  height: 100%;
}
.amenities {
  margin-top: 40px;
}   
.plan-map {
  margin-bottom: 40px;
}    
.feedback-img {
  float: none;
  width: 100px;
}  
.feedback-img  img{
  width: 100%;
}
.feedback-desc {
  float: none;
  margin-top: 30px;
  padding-left: 0;
  width: 100%;
}    
.logo img {
    margin-top: 2px;
	margin-bottom: 10px;
}
.logo > a {
  width: 100%;
  margin-left: -40px;
}
.logo {
  margin-bottom: -24px;
}      

header .topline span.nosticky {display: none;}


.team-area .row .col-md-3:last-child .single-team {
  margin-bottom: 8px;
}
.error-content h2 {
  font-size: 135px;
}    
.error-content > h3 {
  font-size: 28px;
}       
.error-content h4 {
  font-size: 13px;
}    
.change-password .input-type {
  margin-bottom: 25px;
}    
.welcome-fixed-area{
  height: 400px;
} 
.welcome-fixed-area .title-1 h3 {
  display: block;
  font-size: 16px;
  line-height: 26px;
}    
.alert,.well {
  line-height: 24px;
}    
.find-home-box.postion {
  position: inherit;
  right: inherit;
  top: inherit;
  transform: inherit;
}    
.find-home-box.postion {
  background: #00bf6a none repeat scroll 0 0;
  margin: 0;
  position: inherit;
  right: inherit;
  top: inherit;
  transform: inherit;
  width: 100%;
}
.find-home-3 .find-home-box {
  background: rgba(0, 67, 149, 1) none repeat scroll 0 0;
  left: inherit;
  margin-left: inherit;
  position: inherit;
  top: inherit;
  transform: inherit;
}   
.finde-home-postion,.find-home-3{
  margin-top: 40px;
}
.postion .find-home-cagtegory .col-md-6 {
  padding-bottom: 0;
}    
.postion .find-home-item {
  margin-bottom: 40px;
}    
.finde-home-postion .find-home-bottom .find-home-item, .postion .shop-filter,.find-home-3 .find-home-item.custom-select{
    margin: 0
}
.find-home-3 .find-home-box {
  width: 100%;
}
.find-home-3 .shop-filter {
  margin-bottom: 0;
}    
.find-home-close {
  display: none;
}
.elements-tab-1 {
  margin-bottom: 50px;
}    
.elements-tab-1 .nav > li > a , .elements-tab-2 .nav > li > a {
  padding: 6px 4px;
}    
    
    
   .nomobile{display:none;} 
    .currency-nav{margin-left: 0;}
	.onlymobilephone{display: inline-block; float: right; margin: -2px 15px 0px 0;}
    .fun-icon::before {
    position: absolute;
    width: 50%;
    height: 100%;
    margin-top: -75px;
    margin-left: -45px;
    font-size: 160px;
    font-family: Arial, 'Open Sans';
    font-weight: 700;
    text-align: left;
}
#newsletter_block_home .block_content .form-group .button{width: auto;}
.need-help p{margin-bottom: 15px;}
.fun-icon {
    float: none;
    margin: 0 auto;
    text-align: center;
	width: 100px;
}
.contactinfo{padding-left: 0;}
}

@media only screen and (max-width: 480px)  {
	.logo > a {
    width: 90%;
    margin-left: -20px;
}

.happy-client-list.owl-theme .owl-buttons > div {
    right: -5px;
    left: auto;
}
.happy-client-list.owl-theme .owl-buttons .owl-prev {
   left: -10px;
}

footer ul li{
width: 90%;}

.greycontent_wrapper, .wood_wrapper {
    padding-top: 0px;
}

		header .topline {
    margin-bottom: 0px;
	background: #f2f2f2 url(../images/header.jpg) -60px 0 no-repeat;
		background-size: 145% 250px;
	padding: 3px 0 180px;
}

.header-top {
    margin-top: -180px;
}

	
.nomobile{display:none;}
header .topline p, header .topline div.currency {
    display: inline-block;
    margin: -5px 0 5px 0;
}

.product-box .lower-content .view-etails-btn .link-box a {
    padding: 9px 10px;
}

.section-title h1 {
    font-size: 24px;
}
.product-box .image-box .product-desc{display: none !important;}

.features td a{
	word-break: break-all;
}
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.mean-container a.meanmenu-reveal {
  top: -63px;
}
.header-2 .mean-container a.meanmenu-reveal {
  top: -56px;
} 
.title-1 h3 {
  display: block ;
  font-size: 22px;
}    

.slide1-text .desc p{
  display: block;
  font-size: 12px;
}  

.title-2 h1 {
  font-size: 24px;
}    
.happy-client .section-title h3 {
  font-size: 18px;
}
.property-tab-menu ul li {
  margin-left: 15px;
}     
.property-tab-menu ul li:first-child {
  margin-left: 0;
}    
.header-topbar-menu ul li {
  margin-right: 22px;
}    
.header-top-1 {
  display: block;
}    
.header-2 .logo {
  margin-top: -15px;
}      
.property-bottom-list {
  padding: 18px 16px;
}
.property-bottom-list ul li {
  padding-left: 50px;
}    
.property-desc-top h4.price {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}    
.search-form {
  margin: 50px 0;
}   
.experience-check {
  height: 100px;
}     
.property-desc.list_property_desc {
  padding: 30px 20px 30px 15px;
}      
.our-agent-sidbar .row .col-xs-12 {
  width: 50%;
}    
.list_property .property-desc-bottom {
  padding-top: 18px;
}    
.list_property .property-bottom-list ul li {
  float: inherit;
  height: inherit;
  line-height: inherit;
  padding-left: 40px;
  width: inherit;
}    
    
.error-content > h3 {
  font-size: 40px;
}        
.error-content h4 {
  font-size: 18px;
}    
.welcome-fixed-area{
  height: 450px;
}    
.welcome-fixed-area .slide1-text .desc p {
  display: block;
  font-size: 14px;
}    
    
    
    
}
 
 
 
