/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}


*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

html, body{
	color: #666;
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 18px;
}

body{
	margin-top: 0;
}

h2, h4, h5, h6{
	font-weight: 300;
}

h1{
	color: #666;
	font-size: 36px;
	font-weight: 100;
	margin: 30px 0;
	padding-top: 30px;
	text-align: center;
	word-wrap: break-word;
}

p{
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

p em{
	display: block;
	margin: 5px 0;
}

a{
	text-decoration: none;
}

a.btn{
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin: 2px;
	padding: 10px;
	text-transform: uppercase;
	text-shadow: none;
}

.indianred{
	background: indianred;
	color: white;
}

.dimgrey{
	background: dimgrey;
	color: white;
}

.center-cropped {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: inline-block;
	height: 80px;
	margin-right: 20px;
	vertical-align: top;
	width: 80px;
}




/* hero */
.hero {
	/*background: url('../img/bg/hero.jpg') no-repeat center center;
	background-size: cover;*/
	display: block;
	height: 100vh;
	position: relative;
	/*min-height: 540px;*/ 
	/*-webkit-background-size: cover; 
	-moz-background-size: cover; 
    text-align: center;*/
}

.hero .hero-cover{
	background: rgba(0,0,0,0.5);
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
}

.hero-center{
    margin: 0 auto;
    max-width: 414px;
    position: absolute;
    left: 50%;
    min-height: 540px; 
    text-align: center;
    top: 0;
    width: 100%;
}

.hero-center p{
	color: white;
}

.center-center{
	position: relative;
	left: -50%;
	margin-top: 15%;
}

.hero-center img{
	margin: 0 auto;
	width: 90%;
}

.hero-center h1{
	color: white;
	margin-top: 25px;
}

.call-to-action{
    background: #C00;
    border-radius: 3px;
    color: White;
    display: inline-block;
    margin: 15px 2px;
    padding: 20px 10px 5px 10px;
    text-decoration: none;
    vertical-align: top;
    width: 47%;
}

.call-to-action span{
	display: block;
	font-size: 24px;
	font-weight: 300;
	margin: 10px 0;
	text-transform: uppercase;
}

.call-to-action .mini-nav{
	overflow: hidden;
}

.call-to-action .mini-nav ul{
	margin-top: 10px;
}

.call-to-action .mini-nav li a{
	background: rgba(0,0,0,0.3);
	color: white;
	display: none;
	font-weight: 300;
	padding: 10px 20px;
	position: relative;
	margin: 2px 0;
	text-align: left;
	white-space: nowrap;
}

.call-to-action .mini-nav li .bubble{
	background: #600;
	border-radius: 100px;
	font-size: 12px;
	padding: 7px;
	position: absolute;
	right: 5px;
	top: 6px;
}

.call-to-action .mini-nav li:hover{
	background: rgba(0,0,0,0.6);
}


.call-to-action .mini-nav li i{
	font-size: 18px;
	margin: 0 5px 0 0;
}

.call-to-action:hover{
	background: #600;
}

.call-to-action i{
	font-size: 40px;
	margin-bottom: 15px;
}

a.hero-scroll{
    bottom: 20px;
    color: white;
    font-size: 32px;
    margin-left: -40px;
    padding: 30px;
    position: absolute;
    text-decoration: none;
}


/* ////////////////////////////////

properties page

///////////////////////////////////*/

/* nav bar */
.top-nav{ 
	border-bottom: 1px solid #ccc;
	background: white;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.top-nav img{
	margin: 20px;
	vertical-align: bottom;
}

.top-nav img.mobile-logo{
	width: 50px;
}

.top-nav img.desktop-logo{
	display: none;
}

nav{
	display: inline-block;
}



.dropbtn {
	background: transparent;
    padding: 16px;
    font-size: 16px;
    font-weight: 100;
    border: none;
    cursor: pointer;
}

.dropdown:hover{
	background: #efefef;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #666;
    display: none;
    font-weight: 100;
    min-width: 160px;
    position: absolute;
    z-index: 1;
}

.dropdown:first-child .dropdown-content{
	left: 0;
}

.dropdown:last-child .dropdown-content{
	right: 0;
}

.dropdown-content a {
    color: black;
    display: block;
    padding: 12px 16px;
    position: relative;
    text-decoration: none;
    width: 200px;
}

.dropdown-content a span.bubble{
	border-radius: 10px;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px;
	line-height: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	white-space: nowrap;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}




/* list-items */
.list-wrap{
	margin: 100px auto 0;
	width: 80%;
}



a.list-item{
	border: 3px solid #ccc;
	border-radius: 8px;
	color: #666;
	display: inline-block;
	width: 100%;
	margin: 5px;
	vertical-align: top;
	position: relative;
}

a.list-item.sold{
	border: 3px solid indianred;
}

a.list-item.pending{
	border: 3px solid goldenrod;
}

.absolute{
	position: absolute;
}
.sold-tag, .pending-tag{
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 10px;
	text-align: center;
	width: 100%;
}
.sold-tag{
	background: indianred;
}
.pending-tag{
	background: goldenrod;
}

a.list-item h2, a.list-item h3{
	margin: 5px 0;
}

a.list-item h2{
	color: #20B2AA;
	font-size: 24px;
	font-weight: 700;
}

a.list-item.pending h2{
	color: goldenrod;
}
a.list-item.sold h2{
	color: indianred;
}

a.list-item h3{
	font-size: 14px;
	font-weight: 300;
}

a.list-item p{
	margin: 7px 0 4px;
}

.thumb-holder{
	overflow: hidden;
	width: 100%;
}

.thumb-holder img{
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.thumb-content{
	padding: 15px;
	text-align: left;
}

.thumb-content span{
	display: inline-block;
	padding: 5px 15px 5px 0;
}

.empty-list{
	padding: 40px;
	text-align: center;
}




/* property page */

.breadcrumbs, .breadcrumbs a{
	color: #20B2AA;
	font-size: 22px;
	margin: 0 0 30px 0;
	text-align: left;
}

.breadcrumbs a{
	font-weight: bold;
}

.jumbo-wrap{
	height: 100vh;
	
}

.title{
	background: white;
	border-radius: 5px 5px 0 0;
	font-size: 24px;
	margin: -40px auto 0;
	padding: 20px;
	width: 95%;
}

.spec{
	display: block;
	font-size: 24px;
	font-weight: 100;
	margin: 15px 0;
}

.spec strong{
	font-weight: 400;
}

.wrap{
	background: white;
	text-align: center;
	width: 100%;
}

.price-holder{
	background: #20B2AA;
	border-radius: 3px;
	color: white;
	font-size: 36px;
	margin: 10px 0;
	padding: 20px;
}

.block{
	padding: 0 50px;
	width: 100%;
}

.content{
	margin: 0 auto;
	max-width: 1024px;
	text-align: left;
	width: 100%;
}

.content h3{
	font-size: 32px;
	font-weight: 100;
	margin: 20px;
}

.divider{
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 40px;
	margin-bottom: 40px;
}



/* agent card */
.agent-card img{
	border-radius: 50%;
	margin-right: 20px;
	width: 70px;
	vertical-align: top;
}
.agent-data{
	display: inline-block;
	max-width: 480px;
	width: 100%;
}

/* contact form */


form.contact input, form.contact textarea{
	border: none;
	background: #efefef;
	border-radius: 3px;
	font-size: 16px;
	margin: 3px 0;
	padding: 10px;
	width: 100%;
}

form.contact textarea{
	min-height: 100px;
}

form.contact input[type="checkbox"]{
	width: 20px;
}

form.contact input[type="submit"]{
	background: #000;
	color: #fff;
}




/* thumb viewer */
.viewer img.viewer-img{
    width: 100%;
}

img.thumb{
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    width: 100px;
}

.viewer{
    position: relative;
    max-height: 800px;
}

.left-right-viewer-btns{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.left-right-viewer-btns .fa-chevron-left, .left-right-viewer-btns .fa-chevron-right{
    color: white;
    cursor: pointer;
    font-size: 30px;
    height: 100%;
    opacity: 0.5;
    padding-top: 25%;
    position: absolute;
    width: 20%;
} 

.left-right-viewer-btns .fa-chevron-left{
    padding-left: 5%;
    left: 0;
}

.left-right-viewer-btns .fa-chevron-right{
    padding-right: 5%;
    right: 0;
}






/* map */
#map{
    width:100%;
    height: 400px;
}


.footer{
	margin-top: 40px;
	padding: 40px;
	text-align: center;
}

.footer small{
	color: #666;
	font-size: 11px;
}

.footer small a{
	color: #333;
	text-decoration: none;
}






@media (min-width: 480px) { 

	/* list page */

	a.list-item{
		width: 47%;
	}

	/* property page */

	.title{
		font-size: 28px;
		margin: -60px auto 0;
	}


}

@media (min-width: 980px) { 

	h1{
		font-size: 56px;
	}
	
	.top-nav img.mobile-logo{
		display: none;
	}

	.top-nav img.desktop-logo{
		display: inline-block;
		width: 200px;
	}

	/* list page */

	a.list-item{
		width: 32%;
	}

	/* property page */

	.title{
		font-size: 32px;
		padding: 40px 20px;
		margin: -80px auto 0;
	}

	img.thumb{
    	width: 24%;
    }


}


@media (min-width: 1280px) { 

	/* list page */

	a.list-item{
		width: 24%;
	}

	/* property page */

	.title{
		font-size: 40px;
		margin: -120px auto 0;
		width: 80%;
	}



}

@media (min-width: 1600px) { 

	/* list page */



	/* property page */

	.title{
		width: 65%;
	}



}






