/*  Fonts  */
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  General CSS  */
body{
    background: #fff;
}

.wrapper{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          {
	font-weight: bolder;
	color: #000066;
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

/*  Hero Section  */

.hero{
	width: 100%;
	height: 900px;
	position: relative;
	/* [disabled]background: url('../img/hero.jpg') no-repeat bottom center; */
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.hero .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -105px;
    z-index: 10;
}

.hero .caption h2{
	color: #0F0;
	font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
	font-size: 100px;
	font-weight: lighter;
	margin: 0;
	position: relative;
	display: block;
	padding-top: 20px;
}

.hero .caption h3{
	color: #0F0;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: -15px 0 0 25px;
	left: 1px;
}

#bodywrap {
	background-position: center;
}


/*  listings section  */
.listingwrapper {
	/* [disabled]padding-top: 25px; */
	/* [disabled]margin-left: auto; */
	/* [disabled]padding-left: 80px; */
	padding-right: auto;
	width: auto;
}


.listings{
	padding-top: 5px;
	padding-right: auto;
	/* [disabled]padding-bottom: 10px; */
	padding-left: auto;
	/* [disabled]background-color: #099; */
	max-width: 950px;
}

.listings ul.properties_list{
	list-style: none;
	overflow: hidden;
}

.listings ul.properties_list li{
	display: block;
	width: 210px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 1.636363636363636% 1.636363636363636% 0;
	/* [disabled]border: 5 #033 5; */
	background-color: #0F0;
	border-radius:6px;
}

.boardlistings ul.properties_list li{
	display: block;
	width: 210px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 1.636363636363636% 1.636363636363636% 0;
	/* [disabled]border: 5 #033 5; */
	background-color: #9FF;
	border-radius: 6px;
}

.listings ul.properties_list li img.property_img{
	width: 100%;
	height: auto!important;
	vertical-align: top;
	border-radius:6px;
}
/* set the number of images per line; */
.listings ul.properties_list li:nth-child(4n+0){
	margin-right: 0;
}

.listings ul li .property_details{
	width: 87.6471%;
	padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
	border-bottom: 1px solid #f2f1f1;
	border-left: 1px solid #f2f1f1;
	border-right: 1px solid #f2f1f1;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.listings ul li:hover .property_details{
	border-bottom: 1px solid #95badf;
	border-left: 1px solid #95badf;
	border-right: 1px solid #95badf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.listings ul li .property_details h1{
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.listings ul li .property_details h1 a{
	text-decoration: none;
	color: #666464;
	font-family: lato-bold, Helvetica, Arial, sans-serif;
}

.listings ul li .property_details h2{
	color: #000000;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
}

.listings ul li .property_details .property_size{
    color: #676767;
}

.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn{
	text-decoration: none;
	padding: 20px 40px;
	border: 2px solid #bfd9f1;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	color: #afcbe6;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.listings .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}










/*  footer  */
footer{
	padding-top: 1px;
	/* [disabled]background: #95badf; */
}

footer .footer > ul{
    overflow: hidden;
}

footer .footer > ul > li{
    display: block;
    float: left;
    list-style: none;
    margin-right: 60px;
}

footer .footer > ul > li:last-child{
    margin-right: 0;
}


footer .footer > ul > li.links{
    width: 197px;
}

footer ul li.links > ul > li{
    display: block;
    width: 100%;
    list-style: none;
    margin-bottom: 27px;
}

footer ul li.links > ul > li:last-child{
    margin-bottom: 0;
}

footer .footer > ul > li.links li a{
    text-decoration: none;
    display: block;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    text-align: left;
}

footer .footer > ul > li.about{
    width: 327px;
}

footer ul li.about p{
	color: #006;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 34px;
	margin-top: -9px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
}

footer ul li.about > ul > li:last-child{
    margin-right: 0;
}

footer ul li.about > ul > li a{
	/* [disabled]background: url('../img/social_media.png') no-repeat; */
}

footer ul li.about > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.about > ul > li a.twitter{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.google{
    display: block;
    width: 10px;
    height: 18px;
    background-position: -31px 0px;
}
footer ul li.about > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}

footer .copyrights{
	display: block;
	text-align: center;
	padding: 20px 0;
	margin-top: 5px;
	/* [disabled]color: #003; */
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	/* [disabled]border-top: 1px solid #82abd4; */
}

footer .copyrights a.ph_link{
	font-family: "lato-bold", Helvetica, Arial, sans-serif;
	/* [disabled]font-weight: bold; */
	text-decoration: none;
	color: #000;
}









/*  responsive css */


@media (max-width:1500px){
    .hero{
	height: 200px;
    }
}


@media (max-width: 1150px){
    .wrapper{
	padding: 0 40px;
	max-width: 1120px;
	/* [disabled]padding-top: 30px; */
	background-color: #0F0;
    }
    .search .advanced_search .arrow{
        top: -8px;
        right: 46px;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 46.27272727272727%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    footer .footer > ul > li{
        margin-right: 5.454545454545455%;
    }

    footer .footer > ul > li.links{
        width: 17.90909090909091%;
    }

    footer .footer > ul > li.about{
        width: 29.72727272727273%;
    }
}


@media (max-width:800px){
    .hero{
	height: 600px;
    }

    .hero .caption{
        width: 92.72727272727273%;
        padding: 0 3.636363636363636%; 
    }

    .hero .caption h3{
        margin: 0;
        left: 0;
    }

    header a.hamburger{
        display: block;
    }

    header nav{
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 95px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #fff;
        border-top: 5px solid #bfd9f2;
    }

    header nav.active{
        display: block;
    }

    header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        background: #f2f3f3;
    }

    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }

    header nav ul li a{
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #f2f3f3;

        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #f2f3f3;
    }

    header nav ul li a,
    header nav .login_btn{
        color: #1c3655;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }

    .listings ul.properties_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }

    footer .footer > ul > li{
        width: 29.6969696969697%!important;
        margin-right: 5.454545454545455%;
        margin-bottom: 100px;
    }

    footer .footer > ul > li:nth-child(3){
        margin-right: 0;
    }

    footer .footer > ul > li.links li a{
        text-align: center;
    }

    footer .footer > ul > li.about{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #82abd4;
    }
}

@media screen and (max-width: 478px) 	{
body {
	font-size: 13px;
}
}

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

.sidebar {
	width: 100%;
}
}
.dkblue006tempus12left {
	font-family: "Tempus Sans ITC";
	font-size: 14px;
	font-style: italic;
	color: #006;
	font-weight: bolder;
} 

@media (max-width:700px){

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
        border-bottom: 1px solid #aac8e4;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search .search_fields{
        border-bottom: 0;
    }

    .search .advanced_search .field_sep{
        display: none;
    }
}


@media (max-width:500px){
    .hero .caption h2{
        font-size: 85px;
    }

    .hero .caption h3{
        font-size: 16px;
    }

    .search #search{
        width: 83%;
    }

    .listings ul.properties_list li{
	width: 100%;
	margin-bottom: 60px!important;
    }

    .listings ul.properties_list li:last-child{
        margin-bottom: 0!important;
    }


    .listings ul.properties_list li:nth-child(3n+0),
    .listings ul.properties_list li:nth-child(2n+0){
        margin:0;
    }

    .listings .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }

    footer .footer > ul > li.links,
    footer .footer > ul > li.about{
        float: none;
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    footer .footer > ul > li:last-child{
        padding-bottom: 0;
    }

    footer .footer > ul > li.links{
        border-bottom: 1px solid #82abd4;
    }
}

<style>
body {
	font-family : "Helvetica","Arial",Tahoma,Arial,Helvetica,sans-serif;
	max-width: 1000px;
	margin-left: 5px;
	background-color: #FFFFFF;
	/* [disabled]color: #F1F1F1; */
}
h3 {
	text-align : center;
	/* [disabled]text-decoration : underline; */
}
p {
	/* [disabled]padding : 2%; */
	font-size: 14px;
	/* [disabled]color: #0000FE; */
	font-family: Helvetica, Arial, Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
}
img {
	text-align : center;
	max-width : 100%;
	height : auto;
	width : auto;
}
#wrapper {
	margin : 0 auto;
	max-width : 980px;
	width : 96%;
	background : #33CC33; /* green */
	padding : 2%;
	border-radius : 10px;
}
header {
	/* [disabled]padding : 5px; */
	text-align : center;
	background-color: #FFFFFF;
}
nav {
	background : #99CCFF; /* light blue */
	padding : 0;
	margin : 0 0;
	border-radius : 10px;
}
nav ul {
	list-style : none;
	margin-left : 7%;
	padding : 0;
}
nav li a {
	color : #000;
	display : block;
	float : left;
	padding : 20px;
	text-decoration : none;
}
nav a:hover, nav li.active a {
	background-color : #322F2C;
	color : #fff;
}
.clearfix {
	clear : both;
}
#social {
	text-align : center;
	}
#social img {
	padding-top : 5px;
	height : 50px;
	width : 50px;
	margin-left: 15px;
}
.left-col {
	/* [disabled]background : #33FF00; */ /* yellow */
	width : 18%;
	float : left;
	margin-top : 2%;
	border-radius : 10px;
	max-height: 700px;
	/* [disabled]padding-right: 20px; */
	height: 250px;
	min-height: 300px;
	background-color: #F7F7F7;
	padding-left: 25px;
}
.sidebar {
	/* [disabled]background : #CC0099; */ /* pink */
	width : 75%;
	float : left;
	border-radius : 10px;
	/*min-height: 700px; */
	height: auto;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 5px;
}
.footleft-col {
	/* [disabled]background : #666633; */ /* brown */
	width : 25%;
	float : left;
	margin-top : 2%;
	border-radius : 10px;
	padding : 10px;
}
.footleftspace-col {
	/*background : #666633; /* brown */
	width : 5px;
	float : left;
	margin-top : 2%;
	border-radius : 10px;
	
}
.vid {
	position : relative;
	padding-bottom : 56.25%;
	padding-top : 30px;
	height : 0;
	overflow : hidden;
}
.vid iframe {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}
footer {
	/* [disabled]background : #A09885; */
	border-radius : 50px;
	background-color: #FFF;
}
/*-------Media------*/

@media screen and (max-width: 478px) 	{
body {
	font-size: 13px;
	margin-left: 2px;
}
}

@media screen and (max-width: 740px) 	{
.left-col {
	width: 100%;
}
.sidebar {
	width: 100%;
}
}
	#wrapper .left-col table {
	font-size: 12px;
}
    </style>
