@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Poiret+One&');

/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end of reset styles */

/* General Styles */
a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000099;
}

p {
	font-family: 'Cabin', sans-serif;
	font-size: 1em;
	font-weight: 100;
}

.headerTxt {
    font-family: 'Poiret One', cursive;
    font-size: 3.5em;
	font-weight: bold;
	color: #FFF;
}
    
.headerLower {
    font-family:'Poiret One', cursive;
    font-size: 1.2em;
	font-weight: 200;
	color: #000;
    padding-top: 50px;
}
    
h1 {
	text-align: center;
    font-family: 'Poiret One', cursive;
    font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

h2 {
	text-align: center;
	ffont-family: 'Poiret One', cursive;
	font-size: 1.2em;
	font-weight: bold;
	color: #147b9d;
}

h3 {
	text-align: center;
	font-family: 'Poiret One', cursive;
	font-size: 1.2em;
	font-weight: bold;
	color: #147b9d;
}

h4 {
	text-align: left;
	font-family: 'Poiret One', cursive;
	font-size: 1em;
	font-weight: bold;
	color: #147b9d;
}

.quoteTxt {
    font-size: .9em;
}

.medTxt {
    font-size: .8em
}

.smallTxt {
    font-size: .7em
}
    
.clear {
	clear: both;	
}

body {
    padding-top: 110px;
	width: 100%;
}
    
.buttonStyle {
   	min-width: 120px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
  	moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border: 1px solid #999;
	color: #FFF;
	background-color: #147b9d;
}

.buttonStyle:hover {
	color: #000;
	background-color: #80ddff;
	box-shadow: #64686e 0px 0px 1px 1px;
    -moz-box-shadow: #64686e 0px 0px 1px 1px;
    -webkit-box-shadow: #64686e 0px 0px 1px 1px;
    transition: .3s;
}

.buttonStyle a {
	text-decoration: none;
}

.buttonStyle a:hover {
	color: #000;
}

.buttonStyleIntro {
   	min-width: 120px;
    font-size: 1em;
    font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
  	moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border: 1px solid #999;
	color: #FFF;
	background-color: #F60;
}

.buttonStyleIntro:hover {
	color: #000;
	background-color: #3c6eb6;
	box-shadow: #64686e 0px 0px 1px 1px;
    -moz-box-shadow: #64686e 0px 0px 1px 1px;
    -webkit-box-shadow: #64686e 0px 0px 1px 1px;
    transition: .3s;
}

.buttonStyleIntro a {
	text-decoration: none;
}

.buttonStyleIntro a:hover {
	color: #000;
}
/* End of General Styles */

/* Header Include Styles */
header {
	width: 100%;
	height: 90px;
    background-color: #147b9d;
	border-bottom: 1px solid #000;
	padding: 10px 10px 10px 10px;
    z-index: 100;
    top: 0;
    position: fixed;
}
            
header {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.shrink {
    height: 50px;
    position: fixed;
    top: 30;
    left: 0;
    background: #98a3b2 url("http://www.solituderealty.com/graphics/SOL-IconLogo50pxH.gif") no-repeat left center;
}

#navIcon {
    position: absolute;
    top: -50px;
    right : 0px;
}
    
.navIconShrink {
    position: static;
    top: 0px;
    right : 0px;
    margin-top: 76px;
    margin-right: 40px;
    font-size: 2.0em;
    color: #FFF;
}
    
.mainLogo {
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 10px 10px;
}
    
.mainLogoShrink {
    position: absolute;
    top: -100px;
}
    
#findYours {
    position: absolute;
    font-family: 'Poiret One', cursive;
    color: #FFF;
    font-size: 1.4em;
    padding-left: 35px;
    top: -100px;
    left: 10px;
    z-index: 101;
}
    
.findYoursShrink {
    top: 0px;
    margin-top: 140px;
    z-index: 101;
}

#mainNav {
    position: absolute;
    top: 60px;
    right: 30px;
    height: 30px;
    width: 70%;
    transition: 0.5s;
    padding-top: 10px;
}

#mainNav a {
    display: inline-block;
    float: right;
    padding: 8px 8px 8px 8px;
    tex-decoration: none;
    font-size: 1.2em;
    color: #FFF;
    transition: 0.3s;
    font-weight: 300;
}

#mainNav a:hover {
    color: #98a3b2;
    font-weight: 500;
}

#mainNav #closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
  
.shrinkNav {
    display: none;
}
    
#slideNav {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 340px;
    background-color: #147b9d;
    border: 1px solid #98a3b2;
    box-shadow: #64686e 0px 0px 1px 1px;
    -moz-box-shadow: #64686e 0px 0px 1px 1px;
    -webkit-box-shadow: #64686e 0px 0px 1px 1px;
    z-index: 9999;
}
    
#slideNav a {
    width: 100%;
    display: inline-block;
    color: #FFF;
    font-size: 1.4em;
    font-weight: 500;
    transition: 0.3s;
    padding: 7px 10px 7px 20px;
}
    
#slideNav a:hover {
    color: #98a3b2;
    font-weight: 700;
}
    
#closebtn {
    font-size: 1.5em;
    margin-left: 180px;
}
    
#phoneDiv {
    display: none;
	float: none;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 150px;
	height: 20px;
	margin: 15px 0 0 10px;
	padding: 2px 2px 2px 25px;
	font-family: 'Exo 2', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
	background: url(http://www.solituderealty.com/graphics/icon-phone.png) no-repeat center left;
}

.shrinkPhone {
    display: none;
}

#dreDiv {
    display: none;
	float: none;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 250px;
	height: 20px;
	margin: 3px 0 0 5px;
	padding: 2px 2px 2px 5px;
	font-family: 'Exo 2', sans-serif;
    font-size: .7em;
}

.shrinkDre {
    display: none;
}

#saveDiv, #saveDiv a {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 160px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 7px 2px 5px 5px;
	font-family: 'Exo 2', sans-serif;
	font-size: .9em;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	background: #F60;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
}

#saveDiv a:hover {
	color: #000;
	background: #FC3;
	border-bottom: 1px #888 solid;
	border-left: 1px #888 solid;
}
/* End of Header Include Styles */
    

/* Live Chat Styles */
.slides-hidden { display : none; }

.liveChatIcon {
	position: fixed;
    height: 100px;
    width: 113px;
	bottom: 0;
	right: 0;
	color: none;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	display: block;
    cursor: pointer;
	z-index: 10;
}

.shrinkLiveChat {
	bottom: -75px;
	right: 0;
}
    
/* End of Live Chat Sytles */

/* Start Footer Styles */
footer {
	width: 100%;
	clear: both;
	min-height: 220px;
	padding: 15px 5px 5px 5px;
    background: #98a3b2 url("http://www.solituderealty.com/graphics/SOL-IconLogo150px.png") no-repeat left center;
    border-top: 1px solid #000;
    color: #FFF;
}

footer #footerLeft {
	float: left;
	width: 30%;
	text-align: center;
	margin: 10px 0 10px 8%;
	padding: 10px 5px 10px 5px;
    color: #FFF;
}

footer #footerRight {
	float: right;
	width: 40%;
	margin: 10px 0 10px 0;
	padding: 10px 5px 10px 5px;
	background: none;
    color: #FFF;
}

footer #footerRight ul {
	width: 100%;	
}

footer #footerRight li {
	display: inline-block;
	width: 40%;
	margin: 5px 5px 5px 5%;
	list-style: none;
    color: #FFF;
}
    
footer #footerRight li a, footer #footerRight p a {
    font-weight: 200;
    color: #FFF;
}
    
footer #footerRight li a:hover, footer #footerRight p a:hover {
    font-weight: 500;
    color: #147b9d;
}
/* End of Footer Styles */
    
    
/* Page Specific Styles */
aside {
    padding: 10px 15px;
}


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

#mainNav {
    display: none;
}

#navIcon {
    position: absolute;
    top: 0px;
    right : 0px;
    margin-top: 20px;
    margin-right: 40px;
    font-size: 2.0em;
    color: #FFF;
}
    
footer {
    background: #98a3b2 url("http://www.solituderealty.com/graphics/SOL-IconLogo150px.png") no-repeat left bottom;
}
    
footer #footerLeft {
	float: none;
	width: 90%;
	text-align: center;
	margin: 10px 0 10px 4%;
	padding: 10px 5px 10px 5px;
    color: #FFF;
}

footer #footerRight {
	float: none;
    clear: both;
	width: 90%;
	margin: 10px 0 10px 4%;
	padding: 10px 5px 10px 5px;
	background: none;
    color: #FFF;
}

}
    
