body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42;
  color: #333333;
  background-color: #ffffff;
}

.title {
  margin-bottom: 20px;
}

.parallax-header {
  position: relative;
  font-size: 20px;
  background-repeat: repeat-x;
  background-position: center center ;
  background-attachment: inherit;
  background-size: auto;
  display: table;
  width: 100%;
  height: 200px;
  color: #ffffff;
  margin-bottom: 60px;
  padding: 0;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

	.sidebar {
	   margin-bottom: 20px;
	}

	.sidebar-top-small {
	   margin-top: -75px;
	}

.sidebar h1.section, .sidebar h2.section, .sidebar h3.section, .sidebar h4.section, .sidebar h5.section, .sidebar h6.section, .sidebar .h1.section, .sidebar .h2.section, .sidebar .h3.section, .sidebar .h4.section, .sidebar .h5.section, .sidebar .h6.section {
    margin: 30px 0px;
}

.well {
    background-color: #FFF;
    box-shadow: none;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.navigation-footer {
  width: 100%;
  text-align: center;
  display: block;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
   max-height: 240px;
}

/*================================================= 
Forms
================================================== */
/* General Forms */

	form {
		margin-bottom: 0px; }
	fieldset {
		margin-bottom: 20px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ddd;
		paddingx: 10px 10px;
		outline: none;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 220px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #fff; }

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus,
    select:focus {
		border: 1px solid #bbb;
 		color: #555;
	}
	textarea {
		min-height: 100px; }
	
	#num1 {
		width: 20px;
		display: inline;
	}

/*------- Custom select -------*/
/*.relative {
	position: relative;
}*/
select, button, input {
    /*border: 0; /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
	/*background:  #DFDFDD url('arrowselect.png')  no-repeat;
	background-position: 100% 100%; */          /*Position of the background-image*/
	/*background: #DFDFDD url("arrowselect.png") no-repeat right top;*/
    /*width: 100px;*/           /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
	min-height:32px !important; 
	line-height:26px;
	margin-bottom: 20px;
  }
  
select::-ms-expand { display: none; } /*fix for IE */

select.custom-select { 
	position:relative; 
	z-index:10; 
	width:100% !important; 
	height:32px !important; 
	line-height:26px;
	margin-bottom: 20px;
	background: #ffffff url('images/dropdown-button.png') no-repeat 100% 50%; 
}

select.multi { 
	position:relative; 
	z-index:10; 
	width:100% !important; 
	min-height:32px !important; 
	line-height:26px;
	margin-bottom: 20px;
}

.scroll-top	{ display: block; font-size: 11px; text-align: right; padding-right: 15px; color: #333; background: url(../images/icons/top-link-icon.gif) no-repeat right center;}

/* MAP */

.map-listing.map-hidden {
    height: 0px;
}

#map{
	height:550px;
	overflow:hidden;
  	position: relative;
}

#map.map-single-page{
	height:200px;
	/*margin-top: 60px;*/
}

#map img {
  	max-width: none;
}

#map .map-property {
  	padding-bottom: 10px;
  	width: 310px;
}
#map .property-featured-image {
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}

.map {
  height: 400px;
  width: 100%;
}

/* ---------------------------- */
/*        Fluid Columns
/* ---------------------------- */

.full_width_fluid {
	width: 100%;
	float: left;
}

.one_half_fluid, .one_half {
	width:48%;
	margin-right:4%;
	float:left;
}

.one_half_fluid.last, .one_half.lastcolumn {
	width:48%;
	margin-right:0;
	clear:right;
}

.one_third_fluid {
	width:30.5%;
	margin-right:4%;
	float:left;
}

.one_third_fluid.last {
	width:30.5%;
	margin-right:0;
	clear:right;
}

.two_third_fluid {
	width:65.5%;
	margin-right:4%;
	float:left;
}

.two_third_fluid.last {
	width:65.5%;
	margin-right:0;
	clear:right;
}

.one_fourth_fluid {
	width:22%;
	margin-right:4%;
	float:left;
}

.one_fourth_fluid.last {
	width:22%;
	margin-right:0;
	clear:right;
}

.three_fourth_fluid {
	width:74%;
	margin-right:4%;
	float:left;
}

.three_fourth_fluid.last {
	width:74%;
	margin-right:0;
	clear:right;
}

.one_fifth_fluid {
	width:16.5%;
	margin-right:4%;
	float:left;
}

.one_fifth_fluid.last {
	width:16.5%;
	margin-right:0;
	clear:right;
}

.two_fifth_fluid {
	width:38.5%;
	margin-right:4%;
	float:left;
}

.two_fifth_fluid.last {
	width:38.5%;
	margin-right:0;
	clear:right;
}

.three_fifth_fluid {
	width:57%;
	margin-right:4%;
	float:left;
}

.three_fifth_fluid.last {
	width:57%;
	margin-right:0;
	clear:right;
}

.four_fifth_fluid {
	width:79%;
	margin-right:4%;
	float:left;
}

.four_fifth_fluid.last {
	width:79%;
	margin-right:0;
	clear:right;
}

.full_width_fluid, .one_half_fluid, .one_third_fluid, .two_third_fluid, .one_fourth_fluid, .three_fourth_fluid,
.one_fifth_fluid, .two_fifth_fluid, .three_fifth_fluid, .four_fifth_fluid, .one_half {
	overflow: hidden;
	margin-bottom: 0px;
}

/* search form */

/* Form Elements  */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer;}
legend { border: 0; margin-left: -7px; padding: 0; white-space: normal; }
input, select { padding:5px; }
textarea { padding:0px 10px; overflow: auto; vertical-align: top; resize: vertical; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: none; overflow: visible;}
input[type=submitx], input[type=reset], input[type=button] { font-size:14px; padding:6px 15px; text-align:center; color:#fff; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -o-border-radius:8px; float:left; width:auto; margin-right:15px; background: #E87600; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; width: 13px; height: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

.postal {margin-bottom: 10px;}

.mobile_submit {display: none;}

.pag-min{
	border:0;
	display:none;
}

.propertyImg {
    display: block;
    max-width: 100%;
    max-height: 260px;
}

.person-box .person-image .person-image-content .inner img {
    position: relative;
    left: -50%;
    width: auto;
    min-width: 100px;
    max-width: 250px;
	height: auto;
}

.person-box {
    margin-bottom: 0px;
}

hr.wide {
    border-top: 1px dashed #b1b1b1;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.slides-inner,
ol.slides-inner {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 50px;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 50px;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 50px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/***** MOBILE STYLES *****/

@media only screen and (min-width: 980px) {
	
	/* Navigation mobile styles. Delete if you didn't use the starter theme nav styles. */
	
	.home .header-container {
		display: none;
	}
	
	.propertyList .property-img {
		width: 240px;
		height: auto;
	}
	
}

@media only screen and (min-width: 768px) {

	/*.sidebar-top-small {
	   margin-top: -75px;
	}*/
}

@media only screen and (max-width: 979px) {
	
	/* Navigation mobile styles. Delete if you didn't use the starter theme nav styles. */
	
	.searchform {width: 220px;}
		
	.property-img {
	height: auto;
	display: block;
	width: 100%;
	}
	
	.address {display:none;}
	
	.pag-full{
		border:0;
		display:none;
	}
	.pag-min{	
		display: inline-block;
		text-align: center;
	}
	
}

@media only screen and (max-width: 769px) {

	.parallax-header {display: none;}
	
	  .sidebar-top-max,
  .sidebar-top,
  .sidebar-top-small,
  .sidebar-top-none {
    margin-top: 30px;
  }
	
}

@media only screen and (max-width: 479px) {
	
	.container .one_half, .container .one_half.last, .container .one_half_fluid, .container .one_half_fluid.last { width: 97%; margin: 0; }
        
	.container .one_third,
	.container .one_third_fluid,
	.container .one_third_fluid.last,
	.container .one_fourth,
	.container .one_fourth_fluid,
	.container .one_fourth_fluid.last,
	.container .two_third_fluid,
	.container .two_third_fluid.last,
	.container .three_fourth_fluid,
	.container .three_fourth_fluid.last,
	.container .one_fifth_fluid,
	.container .one_fifth_fluid.last { width: 97%; margin: 0; }
	
	.mobile_submit {display:block;}
	
	.property-img {
		height: auto;
		display: block;
	}
}