
@font-face {
    font-family: 'norwesterregular';
    src: url('fonts/norwester-webfont.eot');
    src: url('fonts/norwester-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/norwester-webfont.woff2') format('woff2'),
         url('fonts/norwester-webfont.woff') format('woff'),
         url('fonts/norwester-webfont.ttf') format('truetype'),
         url('fonts/norwester-webfont.svg#norwesterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #FFF;
}

/********************************************************************************
* Links
*********************************************************************************/
a  {
	color: #0E4055;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover, a:active, a:focus{
	color: #2F687F;
	text-decoration: none;
}

p { 
	margin: 0 0 20px;
} 

/********************************************************************************
* Headings
*********************************************************************************/
h1{
	font-family: 'norwesterregular', serif;
	font-size: 36px;
	color: #0E4055;
}
h2{
	font-family: 'norwesterregular', serif;
	font-size: 30px;
}
h3{
	font-family: 'norwesterregular', serif;
	font-size: 24px;
	color: #467EA4;
}
h4{
	font-family: 'norwesterregular', serif;
	font-size: 22px;
}
h5{
	font-family: 'norwesterregular', serif;
	font-size: 20px;
}
h6{
	font-family: 'norwesterregular', serif;
	font-size: 18px;
}

/********************************************************************************
* Miscellaneous Type Setting
*********************************************************************************/
hr {
	background: #756E65;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 50px; 
}

blockquote{
	background-color: #EFEFEF;
    border-left: 5px solid #0E4055;
    padding: 10px 20px;
}

.well{	
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #EFEFEF;
}

.panel-default{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #F1F1F1;
}
.panel-default > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #DDD;
}
.panel-group .panel{
	border-radius: 0;	
}
.panel-primary{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #F1F1F1;
}
.panel-primary > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #373737;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Muli', sans-serif;
    padding: 3px 15px;
}

.panel-primary > .panel-heading > .panel-title > a {
	color: inherit;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
    font-size: 24px;
}
.alignright{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;	
}
.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;	
}

.vertical-middle { 
	vertical-align:middle;
} 

/********************************************************************************
* Lists
*********************************************************************************/
ul.styled-list, .faq-list ul{
   list-style: none;
   margin: 1em 0 1em 15px;
   padding: 0; 
   overflow:hidden;
}
ul.styled-list li, .faq-list ul li{
	border-bottom: 1px solid #F1F1F1;
    display: block;
    list-style: none outside none;
    margin-left: 30px;
    padding: 8px 5px;
    position: relative;
}
ul.styled-list li ul li, .faq-list ul li ul li{
	border-bottom: none;
}
ul.styled-list li:hover, .faq-list ul li:hover{
   background-color: #F1F1F1; 
}
ul.styled-list li:before, .faq-list ul li:before{
	font-family: 'FontAwesome';
	content:"\f138\00a0";
	color: #467EA4;
    display: block;
    left: -20px;
    position: absolute;
}
ul.styled-list li ul li:before, .faq-list ul li ul li:before{
	font-family: 'FontAwesome';
	content:"\f054\00a0";
	color: #467EA4;
	display: block;
    left: -20px;
    position: absolute;
}

ol.styled-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.styled-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 1em;
     
    background-color: #F1F1F1;
}
ol.styled-list > li:before {
    color: #42253a;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-size: 3em;
    font-weight: bold;
    left: -1.25em;
    line-height: 1;
    position: absolute;
    text-align: right;
    top: 0;
    width: 0.8em;
}

/********************************************************************************
* Background Library
*********************************************************************************/
.bg-image{
	background-image: url('../img/bg-image.jpg');
}
.bg-paper { 
	background-image: url('../img/handmadepaper.png');
}
.bg-shade{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.bg-trans-black{
	background: #000;
	background-color: rgba(0,0,0,.5);
}
.bg-border{
	height: 5px;
	width: 100%;
}
.bg-highlight{
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,.37);	
}

/********************************************************************************
* Buttons
*********************************************************************************/
.btn{
	color: #FFF;
	background-color: #9e2c2c;
	font-family: 'norwesterregular', sans-serif;
	border-radius: 0;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
	padding: 4px 15px;
	text-shadow: none;
}
.btn:hover, .btn:active, .btn:focus{
	color: #FFF;
	background-color: #ab4545;
}
.btn:active{
	position:relative;
	top: 1px;
}
.btn-small{
	font-size: 18px;	
}
.btn-large{
	font-size: 24px;
}
.btn-xlarge{
	font-size: 30px;
}
.btn-wide{
	width: 100%;	
}
.btn.icon-left .fa{
	position:absolute;
	height: 100%;
	padding: 5px 10px;
	text-align:center;
	top: 0;
	left: 0;
	width: 50px;
	font-size: 24px;
}
.btn.icon-left{
	text-align:left;
	padding-left: 60px;
	position:relative;
}
.btn.icon-right .fa{
	position:absolute;
	height: 100%;
	padding: 5px 10px;
	text-align:center;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 24px;
}
.btn.icon-right{
	text-align:left;
	padding-right: 60px;
	position:relative;
}
.btn.icon-left:hover .fa, .btn.icon-right:hover .fa{

}

.btn.icon-left:focus .fa, .btn.icon-right:focus .fa{

}
.btn.icon-left:active .fa, .btn.icon-right:active .fa{
	position: absolute;
}
.btn-small.icon-left .fa, .btn-small.icon-right .fa{
	padding: 6px 8px;
	font-size: 16px;
	line-height: 14px;
}
.btn-large.icon-left .fa, .btn-large.icon-right .fa{
	padding: 6px 8px;
	font-size: 30px;
	line-height: 30px;
}

.btn-secondary{
	background: #756E65;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
	color: #FFF;
	background-color: #ada7a1;
}

.btn-info {
	color: #FFF;
	background-color: #595757;
}


/********************************************************************************
* Header
*********************************************************************************/
header{
	position: relative;
	z-index: 1;
	color: #333;
	width: 100%;
	font-size: 24px;

}
header.scroll { 
	background-color: rgba(255,255,255,.85); 	
}

header .masthead-top { 

	margin-bottom: 30px;
	padding-top: 5px;
	width: 100%;
}

header.scroll .flag { 
	display:none;
}

header .fixed-logo { 
	display:none;
	padding-bottom: 5px;
}
header.scroll .fixed-logo { 
	display: block;
}

header.scroll .logo { 
	display: none;
}

header .masthead, header .masthead-interior {
	padding: 0 0px;
	padding-top: 0px;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	background-color: rgba(255,255,255,.85); 
	padding-left: 15px;
	padding-right: 15px;
}
header.scroll .masthead, header.scroll .masthead-interior { 
	height: 60px;

}

header.scroll  .masthead img, header.scroll .masthead-interior img, header .masthead-interior img { 
	height: 50px;
} 

header .logo {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;

	max-height: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 150px;
}



header .phone { 
    font-family: "Muli",sans-serif;
	font-weight: bold;
	color: #4780A7;
}


header .email { 
    font-family: "Muli",sans-serif;
	color: #124155;
} 

header .contact { 
	margin-top: 5px;
	text-align: right;
}
 

header .flag img { 
	margin-bottom: 35px;
	max-width: 80px;
}

header .fa { 
	font-size: 24px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
}


/********************************************************************************
* Top Navigation
*********************************************************************************/
.navbar-top{
	min-height: 0;
	text-align: right;
	padding: 10px 20px;
	margin-bottom: 0;
}
.navbar-top .nav-social{
	float: left;
	margin: 0;
}
.navbar-top .nav-social li a{
	color: #124155;
	font-size: 20px;
}
.navbar-top .nav-social li a .fa{
	line-height: 18px;	
}
.navbar-top .nav-social li a:hover { 
	color: #4780A7
}

/********************************************************************************
* Main Navigation
*********************************************************************************/
.navbar-default{
	margin: 0 auto;
	border: none;
	margin-bottom: 0;
	background-color: #756E65;
	text-transform: uppercase;
	margin-top: 60px;
}

.navbar-default a.navbar-brand{
	color: #FFF;
	text-transform: uppercase;	
}
.navbar-default .navbar-nav > li > a{
	font-family: 'norwesterregular', sans-serif;
	font-size: 24px;
	color: #FFF;
	padding: 15px 18px;
	padding-top: 18px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #7BAFC4;
    text-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #4780A7;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbafr-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: #4780A7;
	color: #FFF;
    text-shadow: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	text-align: left;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a{
	color: #0E4055;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: #0E4055;
	color: #FFF;
}
.navbar-default .navbar-nav > li > .dropdown-menu > .active > a, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus{
	color: #FFF;
	background-color: transparent;
}
.navbar-default .navbar-toggle{
	background-color: #0E4055;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFF;
}
.navbar-default .fa { 
	margin-top: -8px;
	font-size: 30px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* ==========================================================================
   Property Detail
   ========================================================================== */
   
.detail-data { 
	word-wrap: break-word;
} 
.detail-price h5{
	color: #756E65;
}

.detail-section-label { 
    color: #2b2d04;
    font-family: "Kurale",serif;
    font-size: 18px;
    text-transform: uppercase;
	margin-top: 15px;
}

.detail-comments { 
	margin-bottom: 20px;
} 

.nav-tabs { 
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #756E65;
	text-transform: uppercase;
	margin-bottom: 0;
} 
.nav-tabs > li > a {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 1.42857;
    margin-right: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active {
    background-color: #ada7a1;
	color: #FFF;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #373737;
	background-color: #F1F1F1;
}
.tab-content{
	background-color: #F1F1F1;	
	padding: 15px;
}
.tab-pane > .row, .detail-row {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.property-source { 
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
    font-family: "Kurale",serif;
	color: #AAA;
} 


/********************************************************************************
* Property Search
*********************************************************************************/
#section-property-search {
	background-color: #0F425B;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* ==========================================================================
   Property Finder
   ========================================================================== */
   
.propertyFinder {
	background-color: #7C1D25;
	padding-top: 10px;
}
.propertyFinder-title{
	background-color: #7c1d25;
    display: inline-block;
    padding: 10px 15px;
    z-index: 1;
}
.propertyFinder-title h2{
	color: #fff;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin: 0;
}
.propertyFinder-field{
	margin-top: 15px; 
}
.propertyFinder-label {
    color: #d2d2d2;
    font-family: "norwesterregular", sans-serif;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 14px;
}
.propertyFinder-label-sm{
	background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: #CCC;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.propertyFinder-input .form-control{
	border: none;
	border-radius: 0;
}
.propertyFinder-input select::-ms-expand {
	display: none;
}
.propertyFinder select[multiple], select[size]{
	height: 43px;	
}
.propertyFinder-button{
	width: 100%;
	max-width: 256px;
	height:44px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top:7px;
}

.propertyFinder-multiselect .ui-multiselect { 
	width: 100% !important;
} 

#propertyFinder-price-display, #propertyFinder-search-bathrooms-display, #propertyFinder-search-bedrooms-display,
#propertyFinder-top-price-display, #propertyFinder-top-bathrooms-display, #propertyFinder-top-bedrooms-display,
#propertyFinder-search-minsqft-display, #propertyFinder-search-garages-display, #propertyFinder-search-minacreage-display
 {
	margin-top:5px;
	text-align:center;
}
.propertyFinder-search-links {
	background-color: rgba(25, 25, 25, 1);
    color: #9D9C9C;
    margin-top: 25px;
    padding: 5px 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.propertyFinder-search-links a{
	font-size: 14px;
	color: #9D9C9C;
}
.propertyFinder-search-links a:hover{
	text-decoration: none;
	color: #54B2D4;
}

/* ==========================================================================
   Property Listings
   ========================================================================== */
.search-results-info{
	padding: 10px 15px;
}
.search-results-info h4{
	margin: 0;	
}
#search-saved { 
	margin-top:10px;
} 
.well.loading-bar-container{
	padding: 5px;
	min-height: auto;
	font-weight: bold;
}
.well.loading-bar-container img{
	padding-right: 10px;	
}
.property-list-container .panel-heading, .openhouse-list-container .panel-heading,  #map_outer .panel-heading{
	background-color: #373737;
}
.property-list-container .panel-heading .glyphicon{
	font-size: 24px;
	color: #17334F;
}
.property-list-container .panel-heading .glyphicon-star-empty:hover:before{
	content:"\e006";
}
.property-list-container .panel-heading .glyphicon-star{
	color: #FFF;
}
.property-list-container a:hover, .openhouse-list-container a:hover, #map_outer a:hover {
	text-decoration: none;	
}
.property-list-container .panel-info > .panel-heading, .openhouse-list-container .panel-info > .panel-heading, #map_outer .panel-info > .panel-heading{
	border-color: #373737;
	border-bottom: none;
}
.property-list-container .panel-info, .openhouse-list-container .panel-info, #map_outer .panel-info {
	border-color: #D7D7D7;
}

.property-list-container:hover .panel-info, .openhouse-list-container:hover .panel-info, #map_outer:hover .panel-info,  #map_outer:hover .panel-heading{
	border-color: #E5E5E5;
}
.property-list-container:hover .panel-heading, .openhouse-list-container:hover .panel-heading{
	background-color: #6F6F6F;
}
.property-list-container h3.panel-title, .openhouse-list-container h3.panel-title, #map_outer h3.panel-title {
	text-transform:capitalize;	
	color: #FFF;
	height: 35px;
	overflow:hidden;
}
.property-list-container .panel-body, .openhouse-list-container .panel-body, #map_outer .panel_body{
	min-height: 185px;
	background-color: #595757;
	color: #FFF;
}
.property-list-container .btn-primary, .openhouse-list-container .btn-primary, #map_outer .btn-primary, #myModal .btn-primary{
	margin-top: 20px;
}

.property-list-container .panel-body img{
	border: 4px solid #D2D2D2;
}

.property-list-source { 
	color: #AAA;
	font-size: 12px;
	margin-top: 20px;
} 


.property-gallery{
	border: 1px solid #d6d6d6;	

}


/* ==========================================================================
   Flexible map
   ========================================================================== */

#map { 
	height: 500px;
	width: 95%;
} 


#map_canvas { 
	height: 400px;
	background: transparent url(../img/ajax-loader-house.GIF) no-repeat center center;
} 
.map_canvas{
	margin-top: 20px;
}
.map_container{ 
	min-height: 600px;
} 

#map_outer { 
	position: relative;
	min-height: 400px;
} 

#placeDetails {
	min-height: 100px;
	margin-top: 20px;
} 

/* ==========================================================================
   Property Detail Styling
   ========================================================================== */
.propertyDetail-header{
	background-color: transparent;
	background-image: url('../img/bg-marble-gray.jpg');
	border-bottom: 5px solid rgba(86, 99, 100, 0.5);
	color: #464239;
	font-size: 12px;
	line-height:normal;
	margin-bottom: 20px !important;
	padding: 10px 0;
}
.propertyDetail-header .address{
	font-size:24px;
	font-family:  'Muli', sans-serif;
	color: #373737;
	text-transform:capitalize;
}
.propertyDetail-header .price{
	font-size:30px;
	font-family: 'Muli', sans-serif;
	color: #520A0A;
	font-weight:bold;
}

.propertyDetail-container strong{

}
.propertyDetail-container h3{
	border-bottom:1px solid #CCC;	
}
.propertyDetail-container h4{
	font-family: 'Muli';
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	color: #2C2C2C;
}
.propertyDetail-container .row{
	margin-bottom: 5px;	
}

#propertyDetail-tabs {
	margin-bottom: 20px;	
}
#propertyDetail-tabs li a{
	background-color: #BBBBBB;
	color:#EEE;
}
#propertyDetail-tabs li a:hover, #propertyDetail-tabs li a:focus{
	background-color: #A7A7A7;
	color:#EEE;
}
#propertyDetail-tabs li.active a{
	background-color: #E6E6E6;
	color:#242424;
}
#propertyDetail-tabs .tab-pane{
	background-color: #E6E6E6;
	padding: 0 15px 20px 15px;	
}

/* ==========================================================================
   About Us
   ========================================================================== */
.agent-bio{
	margin-top: 30px;	
}
.agent-bio h3{
	margin: 0;	
}
.agent-bio h3 span{
	font-family: 'Muli';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;	
}  
.agent-bio .agent-contact{
	margin-bottom: 10px;	
	color: #9e2c2c;
}
.agent-bio .agent-contact .fa{
	margin-right: 5px;	
}
.staff-name { 
    padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'norwesterregular', serif;
	font-size: 24px;
	color: #756E65;
}
.staff-bio { 
	color: #0F425B;
}

.staff-bio h4 { 
	color: #9e2c2c;
}

.staff-bio h5 { 
	color: #0F425B;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */
 
.contact-container { 
	margin-bottom: 30px;
	text-align: center;
}  
   
.contact-container h3 { 
	color: #FFF; 
	background-color: #467EA4;
	padding: 5px; 
	margin-bottom: 0px; 
} 

.contact-content { 
	border: 1px solid #467EA4;
	min-height: 100px; 
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
} 
   
/* ==========================================================================
   Agent Card Styling
   ========================================================================== */
.agentCard { 
	margin-top: 10px;
}
.agentCard .well{
	background-image: url('../img/bg-marble-gray.jpg');
	box-shadow: none;
	border-color: #D7D7D7;
	min-height: 250px;
}
.agent-email{
	word-wrap: break-word;      /* IE 5+ */
}
.agentCard h2{
    margin-bottom: 0;
}
.agentCard h2 .building01{
	width:7px;height:20px;background-color:#BBB;left:0;bottom:0;position:absolute;
}
.agentCard h2 .building02{
	width:8px;height:12px;background-color:#BBB;left:7px;bottom:0;position:absolute;	
}
.agentCard .agent-title{
	color: #777;
	font-style: italic;
}
.agentCard .agent-types{
	color: #777;
	font-size: 12px;
}
.agentCard .agent-types-container{
	margin-bottom: 10px;
	height: 35px;
	overflow:hidden;	
}


/********************************************************************************
* Content
*********************************************************************************/
.content{
	position: relative;
	min-height: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px 25px;
}

.main{
}

.page-header{
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: 0px;
}
.page-header h1{
	margin-bottom: 0;
    margin-top: 15px;
}
.page-header .label{
	margin-top: 15px;
	display: block;	
}
.breadcrumbs{
	font-size: 12px;
}

/********************************************************************************
* Sidebar
*********************************************************************************/

.widget{
	margin-bottom: 30px;
}
 .widget h3{
	padding: 5px 15px;
	margin: 0;
	line-height: normal;
	color: #FFF;
	background-color: #0F425B;
	border-bottom: 3px solid #0F425B;

}
 .widget .widget-content{
	padding: 15px;
	background-color: #FFF;
}

/********************************************************************************
* Sidebar Navigation
*********************************************************************************/
.widget .menu, .widget .events ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget .sub-menu, .widget .sub-menu li, .widget_recent_entries li, .widget_recent_entries ul{
	list-style: none;
	padding: 0;
}
.widget .sub-menu li, .widget_recent_entries li, .widget .events ol li{
	border-bottom: 1px dotted #ddd;
    padding: 3px 0;
}
.widget .sub-menu li:last-child, .widget_recent_entries li:last-child{
	border: none;	
}
.widget .events ol li:last-child{
	margin-bottom: 10px;	
}
.widget .sub-menu li a, .widget_recent_entries li a, .widget .events ol li a{
	font-family: 'Muli',sans-serif;
    font-size: 15px;
}
.widget .sub-menu li.active a, .widget_recent_entries li.active a, .widget .events ol li.active a, .widget .sub-menu li.active a:hover, .widget_recent_entries li.active a:hover, .widget .events ol li.active a:hover, .widget .sub-menu li.active a:focus, .widget_recent_entries li.active a:focus, .widget .events ol li.active a:focus, .widget .sub-menu li.active a:active, .widget_recent_entries li.active a:active, .widget .events ol li.active a:active{
	color: #CCC;
}
.widget .events ol li a{
	font-size: 14px;	
}
.widget .sub-menu li a:hover, .widget_recent_entries li a:hover, .widget .events ol li a:hover{
	color: #FF7F66;
	text-decoration: none;
}
.widget .sub-menu li a:hover:before, .widget_recent_entries li a:hover:before, .widget .events ol li a:hover:before{
	content: '\25B6';
	padding-right: 5px;
}


/********************************************************************************
* Custom Post - Capsules
*********************************************************************************/
.capsule-home-container{
	margin-top: 10px;
	margin-bottom: 10px;
}

.capsule-home-container img { 
	position: relative;
	display: block;
	height: 100%;
	opacity: 1;
	
	max-width: none;
	width: 100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} 



.capsule-home{
	padding: 20px;
	position: relative;
}
.capsule-home .capsule-title {
	padding: 0px;
	font-size: 28px;
	text-align: center; 
	z-index: 3;
	text-transform: uppercase;
	color: #0F425B;
	font-family: 'norwesterregular', sans-serif;
	margin-bottom: 20px;
	
}
.capsule-home:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.capsule-home:hover h3 {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
	color: #38CCFD;	
}

.capsule-home .capsule-content{
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	min-height: 130px;

	
}

/********************************************************************************
* Home - Testimonials
*********************************************************************************/
#section-home-testimonials { 
	background-image: url('../img/pic-3.jpg');
	background-position: 0 0.303333px;
	color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 1;
    margin: 0;
    width: 100%;
	overflow: hidden;
}
#section-home-testimonials .content-outer {
	background-color: rgba(255,255,255,.25);
	padding:5px;
	margin-right: 20px;

}
#section-home-testimonials .content-inner { 
	background-color: rgba(255,255,255,.65);
	padding: 20px;
	min-height: 620px;
}
.slider-testimonials-container { 
	position: relative;
	padding-right: 40px;
	padding-left: 60px;
}
.testimonial-title {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'norwesterregular', sans-serif;
}
.testimonial-person { 
	text-transform: uppercase;
	font-family: 'norwesterregular', sans-serif;
}

.numericControls { 
	display: none !important;
}

.prevBtn { 
	float:left; 
	margin-top: -350px; 
	margin-left:  -50px; 
	font-size:40px; 
	color: #FFF;
	
}

.nextBtn { 
	float:right; 
	margin-top: -350px; 
	margin-right:  -30px; 
	font-size:40px; 
	color: #FFF;
}

/********************************************************************************
* Home - Name
*********************************************************************************/
#section-home-name { 
	color: #000;
	padding: 50px;
}
#section-home-name h3 { 
	color: #756E65;
	font-size: 60px;
	font-family: 'Norwester', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#section-home-name h3 span {
	color: #4780A7;
	font-family: 'Muli', sans-serif;
}

/********************************************************************************
* Home - About Daren
*********************************************************************************/
#section-home-about { 
	background-image: url('../img/daren-fishing-gradient.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
#section-home-about .content-outer {
	background-color: rgba(255,255,255,.25);
	padding:5px;
}
#section-home-about .content-inner { 
	background-color: rgba(255,255,255,.55);
	padding: 20px;
}
#daren-photo { 
	margin: auto;
	max-width: 275px;
	display: block;
	margin-top: 40px;
}
/********************************************************************************
* CTA
*********************************************************************************/
#section-cta { 
	background-color: #0F425B;
	color: #FFF;
	padding-top: 100px;
	padding-bottom: 100px;
}
#section-cta h3 { 
	font-family: 'Muli', sans-serif;
	font-size: 36px;
	text-align: center;
	color: #FFF;
}
#section-cta h3 span { 
	font-size: 20px;

}
#section-cta .btn { 
	font-family: 'norwesterregular', sans-serif;
	font-size: 30px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #0F425B;
	padding: 40px;
}
#section-cta .btn:hover { 
	background-color: #FFF;
	color: #0F425B;
}

/********************************************************************************
* Capsules
*********************************************************************************/
#section-capsules {
	padding-top: 100px;
	padding-bottom: 100px;
}
#section-capsules h3 { 
	font-family: 'Muli', sans-serif;
	font-size: 36px;
	text-align: center;
	color: #FFF;
}
#section-capsules h3 span { 
	font-size: 20px;

}
#section-capsules .btn { 
	font-family: 'norwesterregular', sans-serif;
	font-size: 30px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #0F425B;
	padding: 40px;
}
#section-capsules .btn:hover { 
	background-color: #FFF;
	color: #0F425B;
}


/********************************************************************************
* Featured Property
*********************************************************************************/
#section-home-featured {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFF;

}

#section-home-featured img { 
	width: 100%;
}


#section-home-featured h2 { 
	font-family: 'norwesterregular', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
#section-home-featured h2 span { 
	font-family: 'norwesterregular', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
}

.featured-image-container, .featured-image-interior {
	background-color: #211d1e;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
	border-top: 3px  #756E65 solid;
}
.featured-image-container.scroll, .featured-image-interior.scroll { 
	margin-top: 0px;
}

.featured-image-interior { 
	margin-top: 110px;
}

.featured-image-interior img { 
	width: 100%;
}

.featured-property-price { 
	margin: 20px;
	color: #9e2c2c;
	font-family: 'Muli', sans-serif;
	font-size: 50px;
	font-weight: bold;
}


.home-property-button { 
	margin-top: 20px;
} 


.sidebar .featured-property h3{
	color: #373737;
	font-style: italic;
	text-shadow: 1px 1.732px 5px rgba( 0, 0, 0,.3 );
	margin: 0;
	border: 3px solid #000;
}
.sidebar .featured-property h3 .bg-gradient{
	padding: 10px 10px 8px 10px;
}
.sidebar .featured-property-content{
	padding: 15px;
	font-weight: 700;
}
.sidebar .featured-property-content p{
	margin: 0;
}
.sidebar .featured-property-image{	
	position: relative;
	margin-bottom: 10px;
}
.sidebar a.featured-property-address{
	color: #756E65;
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.sidebar .featured-property-price{
	background-color: #756E65;
    bottom: 5px;
    color: #FFF;
    font-size: 16px;
    padding: 5px;
    position: absolute;
    right: 5px;
	font-weight: 600;
}

/********************************************************************************
* Footer
*********************************************************************************/
.numbers { 
} 

#zc-footer { 
	background-color: #303133;
}
footer{
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0px;
}
footer .fa-inverse{
	color: #373737;	
}

footer img { 
	max-height: 200px;
	margin: 0 auto;
}
footer .mrb { 
	max-height: 100px;
}

footer h3 { 
	color: #FFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	text-transform: uppercase;
}

footer .realtor h3 { 
	text-align: center;
	border-bottom: 1px solid #FFF;
	font-family: 'Norwester', sans-serif;
	font-size: 36px;
}
footer .realtor h3 span { 
	font-family: 'Muli', sans-serif;
	color: #467EA4;
	font-size: 36px;
}

footer .realtor h4 { 
	text-transform: uppercase;
	text-align: center;
	font-family: 'Norwester', sans-serif;
	margin-bottom: 30px;
}

footer ul.styled-list li { 
	border-bottom: 0px;
}

footer ul.styled-list li:hover {
	background-color: transparent; 
}

footer .phone { 
	margin-top: 10px;
	padding-left: inherit;
	margin-left: 0px;
}

footer .contact { 
	margin-top: 20px;
}
footer .fa { 
	font-size: 40px;
}

#zc-footer a {
	color: #FFF;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#zc-footer a:hover, #zc-footer a:active, #zc-footer a:focus{
	color: #ada7a1;
	text-decoration: none;
}

#zc-footer{
	position:relative;
}
#zc-footer .footer-primary{
	padding: 30px 25px;
}
#zc-footer .footer-primary .address .fa-stack{
	float:left;	
}
#zc-footer .footer-secondary{
	font-size: 12px;
	line-height: 12px;
	font-weight:bold;
	padding: 15px 25px;
}
.zc-footer-logos,
.zc-footer-logos li{
	list-style:none;
	margin: 0;
	padding: 5px 15px 5px 0;
	float:left;
}
#zc-footer .credit{
	margin-top: 20px;	
}
#zc-footer .credit a{
	color: #767676;	
	font-weight:bold;
}
#zc-footer .credit a:hover{
	color: #FFF;	
	text-decoration: none;
}
#zc-footer .content-updated { 
	padding-right: 40px;
	text-align: right;
} 

.footer-nav { 
	font-family: 'Muli', sans-serif;
	text-align: left;
} 

.footer-nav .nav-pills > li{
	display: inline-block;
	float: none;
	margin-bottom: 5px;
}
.footer-nav .nav-pills > li + li{
	margin-left: 5px;	
}
.footer-nav .nav-pills > li > a{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #EF9F32;
	background-color: transparent;
	border-radius: 0;
	padding: 0 8px;
}
.footer-nav .nav > li > a:hover, .footer-nav .nav > li > a:focus{
	color: #ada7a1;
}
.footer-nav .nav-pills > li.active > a, .footer-nav .nav-pills > li.active > a:hover, .footer-nav .nav-pills > li.active > a:focus{
	background-color: transparent;
	color: #ada7a1;
}

.footer-secondary { 
	background-color: #756E65;
	color: #FFF;
	padding: 15px;
	text-transform: uppercase;
	font-size: 12px;
	
}

.error { 
	color: #AB4545;
} 

/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-width: 1199px){
	.footer-nav {
		text-align: left;
	}
	.footer-nav .navbar-right {
		float: none !important;
		margin-right: 0;
		margin-top: 25px;
	}
	.detail-map{
		margin-top: 20px;	
	}
	.capsule-title { 
		font-size: 20px;
	}


}

@media (max-width: 1024px){

	header .logo { 
		margin-top: 200px;
	}

}
@media (max-width: 991px){
	header { 
		font-size: 18px;
	}
	header .contact { 
		margin-top: 10px;
	}

	.property-list-container .panel-body img{
		margin-top: 10px;	
	}
	.property-list-container h3.panel-title, .openhouse-list-container h3.panel-title, #map_outer h3.panel-title{
		height: auto;	
	}
	.header-email, .sm-header-email { 
		position: relative;
		float: none;
		top: inherit;
		left: inherit; 
	} 
	.header-name, .sm-header-name { 
		position: relative;
		float: none;
		top: inherit;
		left: inherit; 
	} 
	.header-phone, .sm-header-phone { 
		position: relative;
		float: none;
		top: inherit;
		left: inherit; 
	} 
	.masthead, .masthead-interior { 
		height: inherit;
	}
	
}


@media (max-width: 767px){

	.text-right, .footer-secondary{
		text-align: center !important;	
	}
	.sidebar{
		margin-top: 30px;	
	}
	header .logo {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	h1{
		font-size: 30px;	
	}
	h2{
		font-size: 24px;	
	}
	h3{
		font-size: 20px;	
	}
	h4{
		font-size: 18px;	
	}
	h5{
		font-size: 16px;	
	}
	h6{
		font-size: 16px;	
	}
	.pagination.pull-right{
		clear:both;
		overflow:hidden;
		float: none !important;	

			
		
	}
	
	.prevBtn { 
		margin-left:  -10px; 
	}

	.nextBtn { 
		margin-right: -10px; 
	}
	
	#section-home-name h3 { 
		font-size: 28px;
	}

}
@media (max-width: 400px){

	header, footer { 
		margin-top: 0px;
	}

	.header-email, .sm-header-email { 
		text-align: center; 

	} 
	.header-name, .sm-header-name { 
		text-align: center; 
	} 
	.header-phone, .sm-header-phone { 
		text-align: center;
		margin-bottom: 20px;
	} 
	#section-capsules { 
		padding: 20px;
	}
	#section-home-featured { 
		padding: 20px;
	}
	#section-home-featured h2 { 
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	#section-home-testimonials { 
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#section-home-testimonials .content-outer { 
		margin-right: 0px;
	}
	#section-home-name { 
		padding: 20px;
	}
	#daren-photo { 
		margin: 0 auto;
		max-width: inherit;
		width: 100%;
	}
	.slider-testimonials-container { 
		padding-left: 0px;
		padding-right: 0px;
	}
	.slider-testimonials-container #controls a.prevBtn { 
		left: -20px;
	}
	.slider-testimonials-container #controls a.nextBtn { 
		right: -20px;
	}
	#section-home-about { 
		padding: 0px;
	}
	#section-cta { 
		padding: 20px;
	}
	#section-cta .btn { 
		margin-top: 20px;
	}
	.featured-property-address { 
		font-size: 30px;
	}
	.featured-property-price { 
		font-size: 36px;
		margin: 20px auto;
		text-align: center;
	}

}	

@media (max-width: 340px){

	header .fixed-logo img, header .logo img { 
		height: 40px;
		margin: 0 auto;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}

	header .contact { 
		display: none;
	}
	
	.navbar-top { 
		display: none;
	}
	.featured-image-interior { 
		margin-top: 105px;
	}
	#section-home-name h3 { 
		font-size: 36px;
		text-align: center;
	}

	footer .contact { 
		text-align: center;
	}
	footer .fa { 
		font-size: 20px;
	} 
	


}	