﻿/* BACKGROUND */

#_ks_home_header {
    //background-image: url(~/web/_ks_header.jpg);
    background-image: url(/images/mainpagebanner10.jpg);
}

_ks_home_header_webp{
}

._ks_header_block {
}

._ks_home_header_report {
    background-image: url();
    background-size: cover;
}

#_ks_home_header > .align {
	padding: 30px 0px 160px 0px;
}

#_ks_home_header_webp > .align {
    padding: 30px 0px 160px 0px;
}

/* FEATURED PROPERTY GALLERY */

#_ks_listing_gallery {
    background-color: white;
}

#_ks_listing_gallery .slick-frame {
    overflow: hidden;
    opacity: 1;
    width: 62.5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-right:20px;
    background-color: white;
    position: relative;
}

#_ks_listing_gallery .slick-frame .frame:focus {
    outline: none;
}

#_ks_listing_gallery .slick-frame .frame {
    background-color: white;
}


#_ks_listing_gallery .slick-frame .frame img {
    height: 340px;
    padding-right: 20px;
    padding-left: 20px;
    pointer-events: none;

}

#_ks_listing_gallery .slick-frame .frame .padding {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 10px solid transparent;
}


._ks_mini_form .cell.label {
    width: 70% !important;
}

#_ks_listing_gallery .slick-frame .frame.slick-center img {
    opacity: 1;
}

#_ks_listing_gallery .slick-dots {
    position: relative;
    top: -30px;
    margin: 0 auto;
    max-width: 765px;
    padding: 0px 20px;
    height: 0;
    text-align: center;
}

#_ks_listing_gallery .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: transparent url(../artwork/_ks_carousel_dot_off.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
    cursor: pointer;
}

#_ks_listing_gallery .slick-dots li.slick-active {
    background-image: url(../artwork/_ks_carousel_dot_on.png);
}

#_ks_listing_gallery .slick-dots li button {
   opacity: 0;
}

#_ks_listing_gallery .darken {
    top: 0px;
    position: absolute;
    margin-left: 20px;
    width: 370px;
    opacity: 0.2;
    background-color: black;
    height: 100%;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
}

#_ks_listing_gallery .frame:hover .darken {
    opacity: 0.5;
}

#_ks_listing_gallery h3 {
    color: white;
    font-family: 'Proxima Nova SemiBold';
    font-size: 23px;
    line-height: 1;
}

#_ks_listing_gallery h4 {
    color: antiquewhite;
    font-size: 18px;
    font-family: 'Proxima Nova Regular';
    line-height: 1;
    margin: 5px 0px;
}

#_ks_listing_gallery .slide_caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 370px;
    z-index: 2;
    margin-left: 20px;
    text-align: center;
}

/* SEARCH */

#_page_results .pageresults {
    display: none;
}

._ks_search_holder {
    margin: 0 auto;
    /*width: 1000px;*/
    width: 900px;
}

._ks_home_search {
    position: absolute;
    bottom: 35px;
    /*width: 1000px;*/
    width: 900px;
    /*margin: 0 auto 20px auto;*/
    background-color: rgba(0, 0, 0, 0.2); /* Background Transparancy of search box */
}

._ks_home_search .price-range { width: 65%; }
._ks_home_search .surrounding { width: 20%; }
._ks_home_search .show-more { width: 44px; height: 44px; }
._ks_home_search .currency-sel { width: 15%; }

#_ks_home_search ._ks_range_selector .graph {
	border-bottom: 1px solid white;
}

._ks_home_search .surrounding,
._ks_home_search .show-more {
    color: white;
    font-size: 18px;
    cursor: pointer;
    /*padding-top: 12px;*/
    line-height: 1;
    margin-left: 8px;
    margin-top: 1px;
    background-color: rgb(243, 108, 33);
}

.currencyselect-styled {
    content: '';
    display: block;
    position: absolute;
    margin-top: 12px;
    text-align: center;
    width: 50px;
    height: 15px;
    z-index: 1;
    cursor: pointer;
}

._ks_home_search .currency-sel {
    color: white;
    width: 55px;
    height: 30px;
    margin-top: 12px;
    margin-left: 1px;
    /*padding-top: 13px;*/
    /*padding-left: 10px;*/
    line-height: 0.5;
    font-size: 16px;
    background-color: rgb(243, 108, 33);
}

._ks_search_tool .price-range {
    width: 82%;
}

._ks_home_search .show-more ._ks_toggle_button .arrow .line-left, ._ks_home_search .show-more ._ks_toggle_button .arrow .line-right {
	background-color: white;
}

._ks_home_search ._ks_checkbox .box {
	background: transparent url(../artwork/_ks_checkbox_w_off.png) no-repeat center;
}

._ks_home_search ._ks_checkbox.checked .box {
	background-image: url(../artwork/_ks_checkbox_w_on.png);
}

._ks_search_toolbar {
    display : none;
}

._ks_search_toolbar_dummy {
    display: none;
}

#_ks_search_list {
    display: none;
}

/* PROPERTIES */
#_ks_home_properties {
    background-color: white;
}


/* MOST RECENT PROPERTY */
#_ks_recent_properties {
    background-color: white;
}


/* VIDEO */
#_ks_home_video {
    background-image: url("../../images/womanlaptop_bw-webp.jpg");
}

/* location_info */

#_ks_location_info {
    background-image: url("../../images/womanlaptop_bw-webp.jpg");
}

/* COMMUNITY */

#_ks_home_community {
	background-color: #ececec;
}

#_ks_section_generic_1 {
	background: transparent none no-repeat center;
	background-size: cover;
	background-image: url(/images/Beach_Yoga.jpg);
}

#_ks_section_generic_1 .align {
	display: table;
	width: 100%;
}

#_ks_section_generic_1 .main {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#_ks_section_generic_1 .main h1 {
	font-family: 'Proxima Nova Regular';
	font-size: 60px;
	color: #808080;
}

#_ks_section_generic_1 .main a.button {
	margin: 20px 10px 0;
}

#_ks_section_generic_2 {
    background: transparent none no-repeat center;
    background-size: cover;
    background-image: url(/images/Villa-Abiente.jpg);
}

#_ks_section_generic_2 .align {
        display: table;
        width: 100%;
}

#_ks_section_generic_2 .main {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
}

#_ks_section_generic_2 .main h1 {
            font-family: 'Proxima Nova Light';
            font-size: 50px;
            color: #FFFFFF;
            font-weight:bold;
}

#_ks_section_generic_2 .main a.button {
            margin: 20px 10px 0;
}

._ks_section_generic .align.h-590 {
    height: 560px;
}

._ks_section_generic .button {
    display: inline-block;
    padding: 11px;
    font-family: 'Proxima Nova SemiBold';
    font-size: 18px;
    height: 47px;
    width: 100%;
    max-width: 192px;
    background: rgb(243, 108, 33);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    cursor: pointer;
}

@media screen and (max-width: 940px) {
	#_ks_home_search .price-range { width: 55%; }
	#_ks_home_search .surrounding { width: 25%; }
	#_ks_home_search .show-more { width: 20%; }
      /* PARTNERS */
   
}

@media screen and (max-width: 800px) {   /* switch to larger home page banner size at this screen width */
	
	#_ks_home_header .align {
		padding: 0px;
		height: 300px;
	}
	
	/* SEARCH */
	
	#_ks_home_search {
		display: none;
	}
	
	#_ks_home_search .fields {
		margin-bottom: 10px;
		display: block;
		width: auto;
	}
	
	#_ks_home_search .search {
		margin-bottom: 20px;
		display: block;
		width: auto;
	}
	
	#_ks_home_search .desktop { display: none; }
	#_ks_home_search .mobile { display: block; }
	#_ks_home_search .price-range { display: none; }
	
	#_ks_home_search .transaction { width: 50%; }
	#_ks_home_search .keyword { width: 100%; }
	#_ks_home_search .property { width: 50%; }

	#_ks_home_search .surrounding,
	#_ks_home_search .show-more {
		font-size: 12px;
		width: 80%;
	}
	
	#_ks_home_search .surrounding {
		text-align: left;
	}

    

}


