@CHARSET "UTF-8";

body {
	font-family: "Verdana","Geneva";
	padding: 0;
	margin: 0;
}

.font-small {
	font-size: 14px !important;
}
.font-supersmall {
	font-size: 13px !important;
}

.spl-main-container {
	background-color: #FFF;
	width: 100%;
    height: 100%;
    margin: auto;
    max-width: 795px;
    position: relative;
    text-align: center;
}

.spl-navbar-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	text-align: center;
    z-index: 99999;
}

.spl-navbar {
	display: inline-block;
	text-align: left;
	max-width: 795px;
	width: 100%;
    z-index: 99998;
}

.spl-hero {
	width: 100%; 
	max-height: 500px;
	/* padding-top: 32px; */
	overflow: hidden;
	display: block;
	vertical-align: middle;
}
.spl-hero-image-land {
	width: 150%;
	margin-left: -25%;
	height: auto;
}
.spl-hero-image-port {
	height: 100%;
	width: auto;
	max-height: 500px;
}

.spl-sold-tag {
	display: none;
	pointer-events: all; 
	float: right;
	display: block;
	background: red;
	color: white;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 5px;
	padding-right: 25px;
	border-radius: 26px 0 0 25px;
	padding-left: 25px;
	box-shadow: 0 4px 5px 0px #555
}
.spl-sold-tag:hover {
    background-color: #ff4141;
    cursor: pointer;
    box-shadow: 0 2px 6px #111;
    font-size: 29px;
}


.spl-text-center {
	text-align: center;
}
.spl-header-address {
	background: #abb3c1 none repeat scroll 0 0;
    border-top: 5px solid #DDD;
    opacity: 0.75;
    position: relative;
    margin-top: -75px;
    width: 100%;
    padding: 10px 0 8px;
    z-index: 998;
}
.spl-text-header-address {
	display: block;
	opacity: 1;
	color: #000;
	font-weight: bold;
	font-family: "Georgia";
	font-size: 22px;
	width: auto;
	text-align: left;
	padding-left: 40px;
}
.spl-text-header-summary {
	margin-top: 8px;
	color: darkblue;
	font-weight: bold;
	font-family: "Tahoma";
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
}

.spl-text-description-closed, .spl-text-description-open {
    font-size: 13px;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
    text-align: justify;
}
.spl-text-description-closed {
	max-height: 320px;
}
/* dont set max height in mobile view */
.spl-text-description-open {
	max-height: unset;
	overflow-y: auto;
}
.spl-text-description-container {
	width: auto;
	max-height: unset;
}

.spl-more-box {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #E0E0E0;
	background: #F9F9F9;
	padding-top: 5px;
	box-shadow: 0 -3px 4px #DDD;
	margin-bottom: 20px;
	margin-top: -40px;
	color: #999;
	text-decoration: none;
}
.spl-text-section {
    margin-top: -22px;
    padding-bottom: 20px;
}
.spl-text-section > span {
	background: #FFF;
    padding: 0 12px;
    font-family: "Dancing Script","Georgia";
    font-size: 20px;
}

.spl-video, .spl-photos, .spl-contact, .spl-tour3d {
	padding-bottom: 40px;	
}
.spl-photos > img, .spl-map > img {
	width: 100%;
	padding: 0;
	margin: 0;	
}
.spl-map {
	width: 100%;
}

.spl-map-overlay {
	background:transparent;
	position:relative;
	width:100%; /* your iframe width */
	height:360px; /* your iframe height */
	top:360px; /* your iframe height */
	margin-top:-360px; /* your iframe height */
}

.spl-emaillisting {
    background: #6495ed none repeat scroll 0 0;
    box-shadow: 0 3px 10px #777;
    padding: 35px 20px 15px;
    position: fixed;
    top: 200px; /* 80 */
    width: 100%;
    z-index: 999;
    color: #EAEAEA;
    display: none;
    text-align: left;
}

.spl-thumbs {
	background-color: #CCC;
    height: 58px;
    /* margin-top: -30px; */
    overflow: hidden;
    /* position: absolute; */
    width: 100%;
}
#thumbs {
	width: 1200px;
	height: 58px;
    text-align: left;
}
#thumbs > img {
	height: 50px;
	border: 4px solid #CCC;
	cursor: pointer;
}
/* #thumbs img:nth-child(2) { */
#thumbs .imgSelected {
    background-color: #fff;
    border: 4px solid teal;
    opacity: 0.3;
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*  ----------------- Navigation styles ----------------- */
ul#nav { 
  text-align: right;
  /* width: 100%; */
  padding: 0;
  margin: 0;
  clear: both;
}
ul#nav li {
    display: inline;
    padding: 5px;
    padding-bottom: 0;
}

/* ul#nav li#last { display: inline-block; padding-left: 100%; } */
ul#nav li#last { display: table-cell; /* Opera */ padding-left: 100%; }

ul#nav a {
    color: #000;
    text-decoration: none;
}
.nav-selected {
	border-bottom: 10px solid #478fcb;
}

.navbar-address {
	color: #888;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
    text-align: right;
    max-height: 40px;
    overflow: hidden;
    background-color: #FFF;
    display: inline-block;
    float: right;
    border-bottom-left-radius: 5px;
}
.menu-row {
	width: 100%;
}
.menu-item {
	float: left;
	padding: 4px 10px;
	border: 1px solid #ccc;
}

.spl-head-nobrand {
    top: 0;
    left: 0;
    color: #BBB;
    font-size: 6px;
    text-align: center;
    width: 100%;
    max-height: 0; 
    overflow: hidden;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;	
}

.spl-head-nobrand.spl-head-open {
	max-height: 70px !important;
	padding: 10px 0;
	font-size: 22px;
	background-color: #AAA;
	color: #444;
}


/*  ----------------- Photo styles ----------------- */
#photoContainer {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 5px;
}
#photoContainer > img {
	max-width: 100%;
	max-height: 350px;
}

.photo-nav {
	height: 95%;
	cursor: pointer;
	position: absolute;
	width: 100px;
	opacity: 0.80;
}
.photo-nav:hover {
	opacity: 1 !important;
}

.photo-left {
	text-align: left;
}
.photo-right {
    right: 0;
    text-align: right;
}

.photo-left img {
	width: 35px;
	top: 44%;
	position: relative;
	background-color: #FFF;
	border-radius: 0 35px 35px 0;
	box-shadow: 2px 4px 4px 2px #2C2C2C;
}

.photo-right img {
	width: 35px;
	top: 44%;
	position: relative;
	background-color: #FFF;
	border-radius: 35px 0 0 35px;
	box-shadow: -2px 4px 4px 2px #2C2C2C;
}
.photo-count {
	background: #EEE;
    font-size: 12px;
    margin-top: -5px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    color: #999;
}

.button-full {
   	background: #6495ed none repeat scroll 0 0;
    border: 3px solid #2c2c2c;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "Verdana","Geneva";
    letter-spacing: 1px;
    min-width: 120px;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.button-full:hover {
	background: blue;
}


/*  ----------------- Contact styles ----------------- */
.header-contact {
	display: block;
	padding-bottom: 3px;
    padding-top: 3px;
}
.contact-container {
	display: inline-block; 
	text-align: center; 
	margin: auto; 
	padding: 20px; 
	border: 1px solid #999; 
	background-color: #DDD;
	margin-top: 25px;
}
.contact-text {
	display: inline-block;
	border-bottom: 1px solid #FFF;
    color:  #FFF;
    font-size: 20px;
    min-height: 100px;
    margin-top: 30px;
    padding: 0 10px;
    width: auto;
    text-align: right;
    max-width: 90%;
    padding-bottom: 10px;
}
.contact-text a { /* ipad/iphone overwrite */
	color: #FFF;
	font-size: 17px;
}
.contact-headshot {
    display: inline-block;
	border-radius: 3px;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}
.contact-logo {
    display: inline-block;
    border-radius: 3px;
    width: auto;
    height: auto;
    max-width: 150px;
	max-height: 200px;
}
.contact-head {
	max-height: 100px;
}


/*  ----------------- Footer styles ----------------- */
.text-footer {
	color: #c6c6c6;
	padding: 10px 5px;
	font-family: "Verdana","Geneva";
    font-size: 11px;
    margin: 0;
}
.footer {
	background: #EEE none repeat scroll 0 0;
	border-top: 1px solid #BBB;
	box-shadow: 0 -50px 180px #6f739d;
}
.footer-link {
	color: #0275d8;
	text-decoration: none;
}

.spl-brand-logo {
	background-color: #FFF; 
	border-radius: 20px; 
	padding: 4px;
	display: inline-block; 
	padding-bottom: 0px;
}
.spl-brand-footer {
	color: #FFF; 
	font-size: 0.70em;
}
.spl-brand-footer a {
	color: #FFF;
	text-decoration: none;
}


/*  ----------------- Media queries ----------------- */ 

@media only screen and (max-width: 350px) {

}

@media only screen and (max-width: 400px) {
	#profile-email, #profile-website {
		font-size: 16px;
	}
	
	.nav-selected {
		border-bottom: 3px solid #478fcb;
	}
	
	.spl-hero {
		max-height: 500px;
	}
	
	ul#nav {
		font-size: 0.9em;
	}
	#photoContainer > img {
	    max-height: 300px;
	}
	
}

@media only screen and (max-width: 450px) {
	.font-small {
		font-size: 13px !important;
	}
	.font-supersmall {
		font-size: 12px !important;
	}
}

@media only screen and (min-width: 450px) {	
	.contact-text {
		max-width: 70%;
	}
	
}

 
/* For tablets: */
@media only screen and (min-width: 600px) {
	.header-contact {
		display: inline-block;
		max-width: 45%;
	}

	.contact-container {
		float: left;
		display: inline-block; 
		text-align: center; 
		margin: 20px;
		margin-right: 0;
	}
	
	.contact-text {
		border-bottom: 1px solid #FFF;
	    border-top: 1px solid #FFF;
	    color:  #FFF;
	    font-size: 18px;
	    min-height: 100px;
	    padding-left: 10px;
	    padding-top: 10px;
	    text-align: right;
	    margin-top: 35px; /* 65px */
	    width: auto;
	    max-width: unset;
	}
	
	.spl-text-description-container {
		float: left;
		width: 43%;
		max-height: 1100px;
		overflow-y: auto;
	}
	
	.spl-text-description-open {
		max-height: 800px;
		overflow-y: auto;
	}
	
	.spl-map {
		float: right;
		width: 55%;
	}
	
	
	#photoContainer > img {
	    max-height: 500px;
	}
	.photo-left img, .photo-right img {
	    width: 50px;
	}
	.photo-nav {
		width: 175px;
	}
	
	.spl-hero {
		max-height: 525px;
	}
	.spl-hero-image-land {
		width: 100%;
		margin-left: 0;
		height: auto;
		max-height: 600px;
	}
	.spl-hero-image-port {
		height: 100%;
		width: auto;
		max-height: 600px;
		margin-top: 0px;	
	}
	.spl-brand-footer {
		font-size: 0.85em;
	}
	.text-footer {
		padding: 10px 35px;
	    font-size: 13px;
	    margin: 0;
	}
}
 

/* Desk top @media only screen and (min-width: 768px) { */
@media only screen and (min-width: 795px) { 

	body {
	    font-family: "Verdana","Geneva";
	    margin: 0;
	    padding: 0;
	}
	
	.contact-container {
		margin-left: 75px;
	}
	
	.contact-text {
	    font-size: 20px;
	    padding-left: 40px;
	}
	
	.spl-hero {
		max-height: 600px;
	}
	.spl-header-address {
	    max-width: 795px;
	    z-index: 998;
	}
	
	#photoContainer > img {
		max-height: 550px;
	}
	
	.spl-emaillisting {
		max-width: 755px; /* 560px; */	
	}
	
	.photo-nav {
		opacity: 0.70; /* desktop will have hover effect - make lighter */
	}
}
/* End Desk top @media only screen and (min-width: 795px) { */
 
