 @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600);
/*@import url(http://fonts.googleapis.com/css?family=Roboto&&effect=shadow-multiple|emboss|outline);*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/
/*@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);*/
/*
font-family: 'Mallanna', sans-serif;
font-family: 'Poiret One', cursive;
https://www.google.com/fonts#UsePlace:use/Collection:Lato:400,400italic,700,700italic,900,900italic
	Halcyonic by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	html
	{
		 background: #2f2f2f url('../images/front2.jpg');
		 background-size:130%; 
		/* background-attachment: fixed;  */
		 background-repeat: no-repeat;
		 
		 
	}

	body
	{
		color: #353636;
		/*
		font-size: 12.5pt;*/
		font-family: 'Raleway', sans-serif;  
		line-height: 1.85em;
		/*
		font-weight: 300;
		*/
	}
input, textarea, select{
	font-size:12.5pt;
}

	ul, ol, p, dl
	{
		margin: 0 0 2em 0;
	}

	a
	{
		text-decoration: underline;
	}
	
	a:hover
	{
		text-decoration: none;
	}

	section > :last-child, .last-child
	{
		margin-bottom: 0 !important;
	}

.section-white{
    padding:20px!important;
  /*  background-color:white!important;
    box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.49)!important;  */
}
/* Multi-use */

	.link-list
	{
	}
	
		.link-list li
		{
			padding: 0.2em 0 0.2em 0;
		}
		
		.link-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}
		
		.link-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .link-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .link-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

	.quote-list
	{
	}
	
		.quote-list li
		{
			padding: 1em 0 1em 0;
			overflow: hidden;
		}
		
		.quote-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

			.quote-list li img
			{
				float: left;
			}

			.quote-list li p
			{
				margin: 0 0 0 90px;
				font-size: 1.2em;
				font-style: italic;
			}
			
			.quote-list li span
			{
				display: block;
				margin-left: 90px;
				font-size: 0.9em;
				font-weight: 400;
			}

		#content .quote-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .quote-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}
	
	.check-list
	{
	}

		.check-list li
		{
			padding: 0.7em 0 0.7em 45px;
			font-size: 1.2em;
			background: url('images/icon-checkmark.png') 0px 1.05em no-repeat;
		}
		
		.check-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .check-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .check-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}
		
	.feature-image
	{
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}
	
		.feature-image img
		{
			display: block;
			width: 100%;
		}

	.bordered-feature-image
	{
		display: block;
		 
		/*padding: 10px;*/
		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}
	
		.bordered-feature-image img
		{
			display: block;
			width: 100%;
		}
	
	.button-big
	{
		display: inline-block;
		background: #ed391b;
		color: #fff;
		text-decoration: none;
		font-size: 1.75em;
		font-weight: 300;
		padding: 15px 45px 15px 45px;
		outline: 0;
		border-radius: 10px;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
		margin: 10px;
	}

	.button-big:hover
	{
		background: #fd492b;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd492b), to(#de2a10));
		background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
		background-image: -o-linear-gradient(top, #fd492b, #de2a10);
		background-image: linear-gradient(top, #fd492b, #de2a10);
	}

	.button-big:active
	{
		background: #ce1a00;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
		background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
		background-image: linear-gradient(top, #ce1a00, #ed391b);
	}

/* #################   DEBUG    */
.debug{
    padding:20px;
}
.debug-log{
    
    border-bottom:thin solid #b9b9b9;
    background:#e5e6d7;
    font-size:8pt;
	padding:4px;
	line-height:110%
}
.forminput{
    width:100%;
    margin-bottom:2px;
    padding:4px;
}
.formtextarea{
    width:100%;
    padding:4px;
    margin-bottom:2px;
}
/* ################ SLIDESHOW */
.arrow_left{
    position:absolute;
    cursor:hand;
    cursor:pointer;
    z-index: 99999;
}
.arrow_right{
    position:absolute;
    cursor:hand;
    cursor:pointer;
    z-index: 99999;
}

.slideshow-item{
    position:absolute;
     
}
.slideshow-left{
    position:relative;
    width:0;
    height:0;
}
.slideshow-right{
    position:relative;
    width:0;
    height:0;
}
.slideshow-placeholder{
    width:100%;
    max-height:400px;
   height:400px;
   
    overflow:hidden;
}
.slideshow-inner{
      
   
    position:relative;
    
}
.slideshow-loading{
    
}
.slideshow-slideout{
    
}
#content section{
	 /*  background: rgba(255, 255, 255, 0.73) ;
    border: thin outset rgba(185, 185, 185, 0.65) ; 
   box-shadow: 0px 0px 4px 4px rgba(165, 165, 165, 0.15);*/
	 
}
/*############## section types */
.section-light{
     /*  background: rgba(255, 255, 255, 0.73) ;
    border: thin outset rgba(185, 185, 185, 0.65) ; 
   box-shadow: 0px 0px 4px 4px rgba(165, 165, 165, 0.15);*/
}
h1,h2,h3{
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}
/* ############### FONT EFFECTS ################### */
.font-effect-3d {
  text-shadow: 0px 1px 0px #c7c8ca, 0px 2px 0px #b1b3b6, 0px 3px 0px #9d9fa2, 0px 4px 0px #8a8c8e, 0px 5px 0px #77787b, 0px 6px 0px #636466, 0px 7px 0px #4d4d4f, 0px 8px 7px #001135;
  color: #fff;
}
.font-effect-3d-float {
  text-shadow: 0 0.032em 0 #b0b0b0, 0px 0.15em 0.11em rgba(0,0,0,0.15), 0px 0.25em 0.021em rgba(0,0,0,0.1), 0px 0.32em 0.32em rgba(0,0,0,0.1);
  color: #fff;
}
.font-effect-anaglyph {
  text-shadow: -0.06em 0 red, 0.06em 0 cyan;
} 
.font-effect-emboss {
  text-shadow: 0px 1px 1px #fff, 0 -1px 1px #000;
  color: #ddd;
} 
.font-effect-neon {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #f7f,0 0 0.6em #f0f, 0 0 0.8em #f0f, 0 0 1.0em #f0f, 0 0 1.2em #f0f;
  color: #fff;
}
.font-effect-outline {
  text-shadow:0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000;
  color: #fff;
}
 
.font-effect-shadow-multiple {
  text-shadow: .04em .04em 0 #fff,.08em .08em 0 #aaa;
  -webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #aaa;
}
/* ############## TITLE SPAN ###################### */
.titleline {
  position: relative;
  text-align: center;
}

.titleline span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.titleline:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

.titleline:before {
  left: 0;
}

.msg{
    padding: 10px;  
    background:#bff7c5;
    border:thin solid silver;
    
}
.errormsg{
    
    background: red;
    padding: 10px;
    color: white;
}
/* ################################################# */
.imgfrontright > img{
   width:100%;
    border:thin solid black
}
.re_comments{
 border-top: thin solid silver;
    padding-top: 10px;    
    line-height: 120%;
    font-size: 110%;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    color:black;
    border-top: thin solid rgba(255, 255, 255, 0.52);
       padding: 20px;
    
       height: 260px;
    
    overflow: hidden;
    line-height:1.2;
}

.re_comments2{
 border-top: thin solid silver;
    padding-top: 10px;    
    line-height: 120%;
    font-size: 110%;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    color:black;
    border-top: thin solid rgba(255, 255, 255, 0.52);
       padding: 20px;
    
       
    
    overflow: hidden;
    line-height:1.2;
}
table{
    width:100%;
    table-layout:fixed;
}
.mlsred{
    color: #711E1E;
    display:inline-block;
    float: right;
}
.mlsinfo{
    color: #0e0671;
    display:inline-block;
    float: left;
}
.mlsmoreinfo{
   
    text-align:right;
}
.thepictures{
    min-height:220px;
    min-width:200px;
        border-top: thin solid rgba(0, 0, 0, 0.25);
    padding:40px;
    padding-top:10px;
    padding-bottom:10px;
} 
.divaddress{
       border-bottom: thin solid rgb(255, 255, 255);
        white-space: nowrap;
    overflow: hidden;
    text-align:center;
}
.divpicture{
            border-top: thin solid rgba(0, 0, 0, 0.25);
   height:260px;
        text-align: center;
overflow: hidden;
    width: 100%; 
     padding-top:10px;
    padding-bottom:10px;
}
.imgpicture{
   max-width:100%;
    max-height:240px;
    width:auto;height:auto; 
}
.mlsinfoaddress{
        position: relative;
    
}
.spanmoney{
    display:inline-block;
    position:relative;
    z-index:99999;
}
.mlsinforow{
    border-top: thin solid rgba(253, 253, 253, 0.79);
    border-bottom: thin solid rgba(51, 51, 51, 0.44);
         line-height: 1.5;
    font-size: 80%;
}
.mlsinfotitle{
      width: 30%; 
    min-width: 130px;
    display: inline-block;
    text-align: right;
    padding-right: 6px;
        font-weight: 600;
    margin: 1px;
       
}

.mlsinfovalue{
  display:inline-block;padding-left:4px;  
}

.mlsinforowempty{
    border-bottom: thin solid rgba(192, 192, 192, 0.44);
    margin-bottom:1px;
}
.mlsinfotitleempty{
    min-width:80px;
display:inline-block;text-align:right;padding-right:6px;color:#C0C0C0;margin:1px;
}

.mlsinfovalueempty{
     
}
/* ----------------------------------------- */
#header{
	height:80px;
}
.headerh1{
	float:left;
	 
}
.headerh1  {
	 
	color:white;
	font-size: 2.75em;
}
nav {
	display:inline-block;
	float:right;
}
nav > ul > li{
	float:left;
	min-width:100px;

}
.menuul {
	text-align:left;	
	background:#f5f5f5;
	 min-width:200px;
	 
	text-shadow: none;
	border:thin inset silver;
	
 
 -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2); 
    
	    z-index: 20000;
	
	
 background-color: #242424;
    background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
    background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
    border: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #333;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    
    -webkit-transition: background-color 0.2s ease-in;
            transition: background-color 0.2s ease-in;		
}
.nava{
	text-align:left;	

		 color: #c6c8c8; 
		text-decoration: none;
		font-size: 1.4em;

		outline: 0;
		width:100%;
		height:100%;
	padding-left:30px;
	padding-right:30px;	
	display:inline-block;
}
.navb{
	text-align:left;	

		 color: black; 
		text-decoration: none;
		font-size: 1em;

		outline: 0;
		padding-left:20px; 
		width:100%;
		height:100%;
	padding-left:30px;
	padding-right:30px;
	display:inline-block;
}
.menuul .nava{
	padding-left:20px;
	font-size:1em;
	/*color:black;*/
	
}
.menuul .navb{
	color:white;
}
.menuul .navb:hover{
	color:black;
}
.menuul li{
	/*border-bottom:thin solid silver;
	color:black !important;*/
	

	
	
}
.menuul li:hover{
	background:#e0e0e0;
	color:white !important;
	 
}
/*------------------------*/

.row{
	/*border:2px solid yellowgreen;*/
}