/* GLOBAL */
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {*/
/* IE10+ CSS styles go here */
	:root .mobile{
		display:none\0 !important;
	}
	
	:root .desktop{	
		display:block\0 !important;
	}	
	
	:root .property_stage img {
			width: 100%;
			max-width: 200px;
	}	
	
	:root .property_stage h1 {
			font-family: 'Raleway', 'Open Sans', sans-serif;
			font-weight: 400;
			font-size: 28px;
			color: #002c73;
			margin: 0;
	}	
	
	:root .property_stage h2 {
			font-family: 'Raleway', 'Open Sans', sans-serif;
			font-weight: 400;
			font-size: 16px;
			color: #ccc;
			margin: 0;
			margin-top: 5px;
	}	
	
	:root .property_stage h3 {
			font-family: 'Raleway', 'Open Sans', sans-serif;
			font-weight: 300;
			font-size: 22px;
			color: #666;
			margin: 5px 0 10px 0;
	}	
	
	:root .title h1 {
			font-family: 'Raleway', 'Open Sans', sans-serif;
			font-size: 27px;
			font-weight: 300;
			color: #002c73;
			margin: 10px 0 5px;
	}
	
	:root .propdetails h1 {
		color: #002c73;
		font-weight: 600;
		font-size: 27px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	:root .propdetails .value {
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 18px;
		color: #002c73;
		margin: 0;
		margin-top: 5px;
	}
	
	:root .propdetails .name {
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 15px;
		color: #002c73;
		margin: 0;
		margin-top: 5px;
	}	
	
	:root .search_property {
		float: left;
		width: 100%;
		border: 1px solid rgba(0,0,0,.1);
	}	
	
	:root .property_stage .col-md-3, .property_stage .col-md-5, .property_stage .col-md-12 {
			padding: 0;
	}	
	
/*	:root #detail, #description {
		min-height: 360px;
		background-color: #f5f5f5;
		margin: 0;
		padding-top: 0;
		padding-bottom: 20px;
	}	*/
	
	:root #detail h2, #description h2 {
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size: 28px;
		margin-top: 7px;
		color: #002c73;		
		padding-bottom: 7px;
		border-bottom: 1px solid #002c73;
	}	
	
/*}*/

.desktop{	
	display:none;
}

.mobile{
	display:none;
}

.nopad{
	padding:0 !important;
}

/* MAP BOX */
#map{
	width:100%;
	height:auto;
	text-align:center;
	border: none;
	position: relative;
	float:left;
}

	#map article h2{
		color: #4c90fe;
		font-weight: 600;
		font-size: 22px;
		border-bottom: 1px solid #D6D0C1;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	
	#map article h3{
		color: #666;
		font-weight: 300;
		font-size: 34px;
		padding: 20px 0;
		text-align:center;
	}	
	
	.galleria-image-nav	{
		display:none;
	}
	
.mobile-price{
	background-color:#002c73;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
	text-align:center;
}
.mobile-price h2{		
	color: #ffff00;
	font-size: 20px;
	margin: 0;
	padding: 6px 10px;
}

.mobile-bedbath{
	background-color:#455560;
	position: absolute;
	z-index: 10;
	top: 51px;
	right: 0;
	text-align:center;
}
.mobile-bedbath h2{		
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 6px 10px;
	font-weight:400;
}

.mobile-bedbath h2 .fa{		
	font-weight:300;
}


#property_mls_disclaimer div {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.property_panel {
	background-color: #fff;
	border:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:10px 20px;
	margin-top: 0;
	color:#666;
	font-size: 14px;
	clear:both;
}

.property_panel .small {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
	right: -8px;
	text-align: right;
	
	color: #999;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.property_panel h3{
		position:relative;
		top: -8px;
		width: 100%;
		margin-bottom: -5px;
		right: -8px;
		text-align: right;
		
		color: #999;
			font-size: 10px;
			font-weight: normal;
			text-transform: uppercase;
}

.property_panel h5{
	margin: 0 auto;	
}

.property_panel .small_lft {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
    left: -16px;
	text-align: left;
	
	color: #999;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.property_panel h2 {
	font-weight: 600;
	color:#3079ED;
	font-size: 20px;
    line-height: 2em;
}
.property_panel a {
	color: #0099FF;
	text-decoration: none;
}.property_panel a:hover {
	text-decoration:underline;
}
.property_panel p {
	line-height: 1.4em;
}


.property_panel ul {
	margin: 0 -14px;
	padding: 0;
}
.property_panel ul li:last-child {
	border: none;
}
.property_panel>ul>li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 6px 20px;
    display: flex;
	display: -ms-flexbox;
}
.property_panel_grid {
	background-color: transparent; 
	border-color: transparent;
	padding: 0px;
}
.property_panel_grid .small {
	top: 0;
	right: 6px;
}
.property_panel_grid ul {
	margin:0;
	padding:4px;
	padding-bottom: 0px;
}
.property_panel_grid ul li, .property_panel_grid ul li:last-child {
		width: auto;
		background-color: #FFFFFF;
		border: 1px solid #4c90fe;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		overflow: hidden;
		padding: 0px;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		margin: 0;
		margin-right: 4px;
		margin-bottom: 8px;
}
.property_panel_grid ul .name {
    padding: 11px 8px;
    padding-right: 6px;
    display: inline-block;
    border-right: none;
    font-weight: bold;
    text-shadow: none;
    color: #fff;
    background: #4c90fe;
}
.property_panel_grid ul .value, .property_panel ul .value {
		padding: 11px 8px;
		padding-left: 2px;
		display: inline-block;
		color: #3079ED;
		font-weight: bold;
}.property_panel_grid ul .value-only {
		padding-left: 24px;
		font-weight: bold;
		background-image:url("/includes/images/icons/raster/blue/check_12x10.png");
		background-repeat: no-repeat;
		background-position: 8px 0.5em;
}
.property_panel ul li strong {
	font-weight: bold;
}
.property_panel ul li .label {
	color: #999;
	font-size: 0.9em;
	margin-left: 5px;
}

.property_specs {
	margin: 0px 10px 0px 10px;
	padding: 0;
}
.property_specs li:last-child {
	border: none;
}
.property_specs li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
    list-style: none outside none;
    margin: 0px 10px 0px 10px;
    padding: 6px 20px;
}
.property_specs li strong {
	font-weight: bold;
	font-size: 19px;
}

.property_specs li strong .sold{
	color:#ed1c24;
}

.property_specs li strong .active{
	color:#089745;
}

.property_specs li strong .pending{
	color:#666;
}

/* 3 COLUMNS */
#property_wrapper #property_box{
	width:auto;
	max-width:1280px;
	margin:0 auto;
    padding: 30px 0px 0px 0px;
    background: #f7f7f7;
}

#property_wrapper #property_box article{
	float:left;
	width:375px;
	margin-right:10px;
	font-size:14px;
}

#property_wrapper #property_box article:nth-child(3){
	margin-right:0px;
}

#property_wrapper #property_box article h4{
	color:#4c90fe;
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
	margin-top:25px;
}

#property_wrapper #property_box article img{
	float:left;
	width:100%;
}

#property_wrapper #property_box article p{
	line-height:25px;
	font-family: 'Raleway', 'Open Sans', sans-serif;
}

#property_wrapper #property_box article .blogtitle{
	color:#4c90fe;
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:500;
	margin-top:15px;
}

#property_wrapper #property_box article .blogdate{
	color:#888;
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:500;
	margin-bottom:15px;
}

#property_wrapper #property_box article .newswrapper{
	color:#ffffff;
	background:#4c90fe;
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:500;
	padding:30px;
	margin-bottom:15px;
    margin-top: 60px;
}

#property_wrapper #property_box article .newswrapper input{
	width:92%;
	padding:7px 12px;
}

#property_wrapper #property_box article .newswrapper h2{
	color:#ffff99;
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:20px;
}

#property_wrapper #property_box article .newswrapper p{
	color:#fff;
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:14px;
    line-height: normal;
}

#property_wrapper #property_box article .news_button {
    width: auto;
    padding: 5px 18px;
    line-height: 25px;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    background: #ffff99;
    color: #666;
}

/* Agent Block */
#agentblock{
	color:#455560;
	padding:10px 20px;
}

	.btn-nav{
    background: #455560;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
	}
	
	#agentblock img{
		max-width:80%;
		margin: 0 auto;
    border: 1px solid #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.4);			
	}	
	
	#agentblock h1{
    font-size: 40px;
    font-weight: 300;
		margin:0;			
	}	
	
	#agentblock h2{
    font-size: 18px;
    font-weight: 400;
		margin:7px;					
	}			
	
	#agentblock .btn-call{
    background: #e4701e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7);
    width: 100%;
		padding: 10px 55px;
		border-radius: 2px;
	}
	
	#agentblock .btn-email{
    background: #455560;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7);
    width: 100%;
		padding: 10px 50px;
		border-radius: 2px;
	}		
	
	.btn-call a:hover, .btn-email a:hover{
		text-decoration:none;
		color:#fff;
	}
	
	.pad5{
		padding-right: 5px;
		padding-left: 5px;
	}

/* Button Tabs (id tabs) */
ul.button_tabs li a {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	display:inline-block;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none !important;
	line-height:normal;

	background-color:#F4F4F4;
	border: 1px solid #ddd;
	color:#565656 !important;

	padding:7px;
	margin-right:5px;
	font-size:10px; 
	
}
ul.button_tabs li a:hover, ul.button_tabs li a.selected {
	background-color:#002c73;
	background:#002c73;
	border: 1px solid #ddd;
	color:#fff !important;
	text-shadow:none;
}
ul.button_tabs li a.selected {
	font-size:10px !important;
	color:#fff !important;
}
ul.button_tabs li a:active {
	position:relative;
	top:1px;
	color:#fff !important;
}

.button_base {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	width:100%;
	text-align:center;
}.button_base:hover {
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}.button_base:active {
	position:relative;
	top:1px;
}

.search_property{
	text-align:center;
}

.search_property .innerborder {
	border-bottom:none;
}

.search_property .photo_count, .search_property .photo_count img {
	height:auto !important;
	width:auto !important;
}

.search_property .photo, .search_property .photo img {
	min-height:100%;
	width:100%;
}	

.search_property .photo {
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
		border-radius:0px;
    float: left;
    position: relative;
    height: 210px;
    overflow: hidden;		
}

.search_property .photo img {
    border: none;
}

#searchDockContainer{
	display:none;
}

.search_property .title {
	display:none;
}	

.search_property .price{
	float:none;
	width:100%;
	color:#666;
	font-family: 'Raleway', 'Open Sans', sans-serif;
	text-align:center;
	background-color:#f5f5f5;
	padding:8px 6px 9px;
	font-size:24px;
	font-weight:400;
  margin-top: 20px;	
}

	.search_property:hover .price {
		color:#000;
		/*background-color:#bfffb4;*/
	}
	
.search_property .price .green{
	color:#339a00 !important;
}	

.search_property span.name{
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:18px;
	color: #888;
	font-weight:300;			
}

.search_property span.value{
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-weight:bold;
	font-size: 18px;
	color:#002c73;			
}	

.search_property span.city{
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-size:18px;
	color: #002c73;
	font-weight:300;		
}

.search_property .horizon{
	width:100%;	
}

.search_property .horizon hr{
	width: 30%;
	margin: 15px auto;
	margin-bottom:20px;
	background-color:#002c73;
	height: 1px;	
}

.search_property .description {
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-weight:400;	
	font-size: 14px;
	font-style:normal;
	color: #999;
	padding-top: 3px;
	padding: 0 20px 20px;
}

div.photo_count {
	display:none;
}

.listings_details{
	background-color:#f5f5f5;
	height:320px;	
	float:left;
	width:100%;
}

.container{

}
.fancybox-close{
	display:none !important;
}
.property_title{
	padding-top:0;
}

.property_title .title{
	z-index: 100;
	background-color: #fff;
	padding-bottom: 10px;	
}


.property_title .title h1{
	color: #002c73;
	font-size: 36px;
	font-weight:300;
	padding-top: 0;
	z-index: 100;
	background-color: #fff;
	padding-bottom: 10px;	
}

.row{
	width: 100%;
	margin: 0;
	float: none;
}

	#property_header_gallery{
		/*height:600px;*/
	}

.galleria-stage{
	border:none !important;
}

.galleria-thumbnails-list{
	background-color:#fff !important;
	margin-right:0px !important;
}

.galleria-lightbox-close{
	position: fixed;
	top: 0px;
	right: 0px;
	font-size: 70px;
	height: 60px;
	width: 60px;
	padding: 17px 0 0 0;	
}

.agent-detail-block{
	position: relative;
	overflow: hidden;
	height:364px;
}

.agent-detail-block img{
	overflow: hidden;
	left: 0;
	bottom: 0;	
}

/*Accordian*/
 .accordion {
    width: 100%;
    background-color: #f1f1f1;
		margin-top: 35px;
}
.accordion .accordion-head {
	color: #455560;
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	position: relative;
	padding: 2px 13px;
	font-size: 18px;
	cursor: pointer;
	overflow: hidden;
	width: 100%
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head h4 {
    float: left;
}
.accordion .accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}
.accordion .accordion-body {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    height: auto;
    display: none;
}
.arrow {
    float: right;
    width: 0px;
    height: 0px;
    margin-top: 23px;
    border: 10px solid transparent;
    border-top-color: #455560;
}
.accordion-head.open .arrow {
    margin-top: 11px;
    border-bottom-color: #455560;
    border-top-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#property_header_gallery{
		height:600px !important;
		margin-top: -50px !important;
	}
	
	.galleria-stage{
		border:none !important;
	}
	
	.galleria-image-nav {
			display: block !important;
	}	
	
	.search_property {
			width: 28% !important;
			margin-right: 4% !important;
	}	
}


@media(min-width:320px){

	.mobile{	
		display:block;
	}	
	
	.swipe {
		position: absolute;
    right: 26px;
    top: 311px;
		color: #fff;
		z-index: 2;
		font-size: 16px;
	}	
	
	.desktop{	
		display:none;
	}		
	
	.a2a_floating_style.a2a_default_style {
		display: none !important;
	}
	.col-xs-12{
		padding:0 10px;
	}
	.container{
		padding:0;
	}	
	.content{
		padding:0;
	}		
	.property_info{
		padding: 10px 15px;
		background-color:#002c73;
		text-align:left;
    clear: both;		
	}	
	
	.property_info img{
		width:100%;
	}		
	
	.desktop{	
		display:none;
	}
	
	.property_info h1{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 300;		
		font-size: 21px;
		color:#fff;
		margin:0;		
	}
	.property_info h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 400;		
    font-size: 16px;
		color:#ffff00;
		margin:0;
    margin-top: 5px;
	}	
	
	.property_info span.value{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 600;		
    font-size: 15px;
		color:#ffff00;
		margin:0;
    margin-top: 5px;
	}		
	
	.property_info span.name{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 300;		
    font-size: 15px;
		color:#fff;
		margin:0;
    margin-top: 5px;
	}	
	
	#property_header_gallery{
		height:240px;
		margin-top: -20px;
	}

	.property-box{
		padding:0;
	}
	
	#agent-bar{
		float:left;
	}
	
	#agent-bar .col-xs-3, #agent-bar .col-xs-4,
	#agent-bar .col-xs-6, #agent-bar .col-xs-8{
		padding:0px;
		padding-right:1px;
	}

	#agent-bar .col-xs-4{
		/*height:120px;*/
	}	

	#agent-bar img{
		width:100%;
		height:auto;
		max-width:150px;
	}	
	
	#agent-bar h1{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		color:#002c73;
		font-size:18px;
		font-weight:500;
		margin-bottom: 5px;
	  margin-top: 10px;
	}	
	
	#agent-bar h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		color:#002c73;
		font-size:16px;
		font-weight:300;
    margin-top: 5px;
		margin-bottom: 5px;		
	}
	
	#agent-bar .btn-agent{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    width: 100%;
    background-color: #002c73;
    color: #fff;
    float: left;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding: 3px 20px;
	}		

	#agent-bar .btn-social{
    float: left;
    margin-top: 0;
	}
	
	#agent-bar .btn-social h6{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		text-align: center;
		color: #999;
		margin: 5px 10px;
		font-weight:300;
	}	
	
	#agent-bar .btn-social .col-xs-3 {
    border: 1px solid #f5f5f5;
		padding:0;
		margin:0;
		
	}

	#agent-bar .btn-social img{
		width:100%;
		height:auto;	
	}	

ul.btn-actions{
	margin-top:20px;
}
ul.btn-actions li{
	list-style:none;
}
/* Button Tabs (id tabs) */
ul.btn-actions li a {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	display:inline-block;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	line-height: normal;
	background-color: #F4F4F4;
	border: 1px solid #ddd;
	color: #565656;
	padding: 9px;
	font-size: 15px;
	float: left;
	width:100%;
	text-align:center; 	
}
ul.btn-actions li a:hover, ul.btn-actions li a.selected {
	background-image: linear-gradient(to bottom,#5587d7,#396bbc);
	background-repeat: repeat-x;
	background-color: #396bbc;
	border-color: #396bbc;	
	transition: background-image .5s ease;
	color:#fff;
	text-shadow:none;
}
ul.btn-actions li a.selected {
	font-size:10px;
}
ul.btn-actions li a:active {
	position:relative;
	top:1px;
}
	
	.social-bar{
		margin-top:10px;
	}
	
	.social-bar h6{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		text-align: center;
		color: #999;
    margin: -2px 10px 7px;
    font-size: 18px;
		font-weight:300;
	}
	
	.btn-social .col-xs-2 {
    border: 1px solid #f5f5f5;
		padding:0;
		margin:0;
		
	}

	.btn-social img{
		width:100%;
		height:auto;	
	}
	
	#description{
		background-color:#f5f5f5;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
	}
	
	#description iframe {
    margin: 20px auto 0px;		
		width: 100%;
	}	
	
	#description h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:28px;
		padding-top: 7px;
    margin-top: 7px;
		color:#002c73;		
	}	

	#description p{
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 18px;
		font-weight:300;
    text-align: left;	
    color: #888;
    margin: 0;
	}	
	
	#detail{
		margin:0 auto;
		padding:10px;
		float:left;
		width:100%;
	}
	
	#detail ul{
		padding:0;
	}
	
	#detail ul li{
		line-height: 2em;
		list-style: none;
	}
	
	#detail h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:28px;
    margin-top: 7px;
		color:#002c73;		
	}	

	#detail p{
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 18px;
		font-weight:300;
    text-align: left;	
    color: #888;
    margin: 0;
	}	
	
	#detail span.name{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:16px;
		color: #888;
		font-weight:300;			
	}
	
	#detail span.value{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-weight:bold;
		font-size: 16px;
		color:#002c73;			
	}	
	
	#viewmap{
		float:left;
		width:100%;
		border-top:1px solid #f5f5f5;
		border-bottom:1px solid #f5f5f5;
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:22px;		
		color:#888;
		text-align:left;
		padding:10px;
	}
	
	#viewmap span{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:22px;		
		color:#888;
		text-align:right;		
	}	
	
	#viewmap:hover{
		cursor:pointer;
	}
	
	#container-viewmap{
    margin: 10px auto;
    padding: 15px;
	}
	
	#evaluation{
		margin:0 auto;
		padding:10px;
		background-color:#f5f5f5;
		float:left;
		width:100%;
	}
	
	#evaluation h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:22px;
    margin-top: 7px;
		color:#002c73;		
	}
	
	#evaluation p{
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 18px;
		font-weight:300;
    text-align: left;	
    color: #888;
    margin: 0;
	}		
	
	#evaluation input[type="email"]{
		width:100%;
		font-size:18px;
		padding:0 10px;
		height:50px;
		color:#888;
		border:1px solid #888;	
	}		
	
	#evaluation .evaluation_button{
		width:100%;
		background-color:#002c73;
		color:#fff;	
		float: left;
    font-size: 20px;
    text-align: center;
		text-decoration:none;
    padding: 10px;		
	}
	
	#requestinfo-form{
		margin:0 auto;
    margin-top: 10px;
    padding: 20px 10px;
		background-color:#f5f5f5;
		float:left;
		width:100%;
	}
	
	#requestinfo-form h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:22px;
    	margin-top: 7px;
		color:#002c73;		
	}
	
	#requestinfo-form p{
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: left;	
    color: #888;
    margin: 0;
	}		
	
	#requestinfo-form input{
		width:100%;
		font-size:18px;
		padding:0 10px;
		height:50px;
		color:#888;
		border:1px solid #888;	
	}		
	
	#requestinfo-form textarea{
		width:100%;
		font-size:18px;
		padding:0 10px;
		color:#888;
		border:1px solid #888;	
	}			
	
	#requestinfo-form .requestinfo-form-button{
		width:100%;
		background-color:#e05848;
		color:#fff;	
		float: left;
    font-size: 20px;
    text-align: center;
		text-decoration:none;
    padding: 10px;
	}	
	
	#contact-form{
		margin:0 auto;
    margin-top: 10px;
    padding: 20px 10px;
		background-color:#f5f5f5;
		float:left;
		width:100%;
	}
	
	#contact-form h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-size:22px;
    	margin-top: 7px;
		color:#002c73;		
	}
	
	#contact-form p{
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: left;	
    color: #888;
    margin: 0;
	}		
	
	#contact-form input{
		width:100%;
		background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
		-moz-border-radius:1px;
		-webkit-border-radius:1px;
		border-radius:1px;
    display: inline-block;
    height: 29px;
    line-height: 25px;
    margin: 0;
    padding: 0 8px;
		color:#888;	
	}		
	
	#contact-form textarea{
		width:100%;
		background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
		-moz-border-radius:1px;
		-webkit-border-radius:1px;
		border-radius:1px;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
		color:#a2a2a2;		
	}			
	
	#contact-form .contact-form-button{
		width:100%;
		background-image: linear-gradient(to bottom,#5587d7,#396bbc);
    background-image: -moz-linear-gradient(top,#5587d7,#396bbc);
    background-image: -webkit-linear-gradient(top,#5587d7,#396bbc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5587d7),color-stop(1,#396bbc));			
    background-repeat: repeat-x;
    background-color: #396bbc;
    border-color: #5dba00;
		color:#fff;
    font-weight: 500;
    letter-spacing: .5px;
		border:none;
    padding: 9px 33px;
			
	}		
	
	#contact-form .contact-form-button:hover{	
    background-color: #64c306;
    background-image: none;
	}
}

@media(min-width:375px){
	
	.property-box {
		padding: 0;
	}
	
	#property_header_gallery {
			height: 270px;
	}
}

@media(min-width:768px){
	
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	
	#property_header_gallery {
			height: 300px;
	}	
	
	#detail,#description{
		background-color: #f5f5f5;
		margin:0;
		padding-top:0;
		padding-bottom:20px;		
	}
	
	#detail h2, #description h2 {
		padding-bottom:7px;
		border-bottom:1px solid #002c73;
	}	
	
	:root .search_property {
		width: 30%;
		margin-right: 4%;
	}	
	
	:root .search_property:hover{
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
	}
	
	:root #property_header_gallery {
	/*		min-height: 725px;*/
	/*	margin-top: -51px;	*/
	}	
	
	#similar_properties > a:nth-child(4){
		margin-right:0;
	}	
	
}

@media(min-width:1024px){
	#property_header_gallery {
			height: 600px;
			margin-top: 45px;
	}	
	
	.property-box {
		margin-top: -80px;
	}	

	.galleria-image-nav	{
		display:block;
	}
		
	.mobile{	
		display:none;
	}

	.desktop{	
		display:block;
	}
	
	.property_stage{
		float:left;
		padding: 0;
		background-color:#fff;
		text-align:right;
	}	
	
	.property_stage .col-md-3, .property_stage .col-md-5, .property_stage .col-md-12{
		padding:0;
	}
	
	.property_stage img{
		width:100%;
	}		
	
	.property_stage h1{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 400;		
		font-size: 28px;
		color:#002c73;
		margin:0;		
	}
	.property_stage h2{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 400;		
    font-size: 16px;
		color:#ccc;
		margin:0;
    margin-top: 5px;
    margin-bottom: 19px;		
	}	
	
	.propdetails table{
		width:100%;
		border:1px #f5f5f5 solid;
	}
	
	.propdetails tr{
	}
	
	.propdetails td{
		padding:10px 30px;
	}	
	
	.propdetails h1{
		color:#002c73;
		font-weight:600;
    font-size: 27px;
    margin-top: 5px;
    margin-bottom: 5px;		
	}
	
	.propdetails .value{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 600;		
    font-size: 18px;
		color:#002c73;
		margin:0;
    margin-top: 5px;
	}		
	
	.propdetails .name{
		font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 300;		
    font-size: 15px;
		color:#002c73;
		margin:0;
    margin-top: 5px;
	}		
	
	.title{
		z-index: 9;
		background-color: #fff;
		padding-bottom: 10px;
	}		
	
	.title h1{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-weight: 300;
		color: #002c73;
    margin: 10px 0 5px;
	}
	
	#detail, #description {
		margin: 20px auto;
    height: 100%;
	}	
	
	.search_property{
		float: left;
		width: 33%;
	}
}

@media screen and (min-width: 1280px){
	#property_header_gallery {
		height: 600px;
		margin-top: 10px;
	}	
	
	.property-box {
		margin-top: -50px;
	}	
	
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .desktop{
	 display:block\0;
 }
 .mobile{
	 display:none\0;
 }
}	

/* KEYFRAMES */
@keyframes stylie-transform-keyframes
{
	0%
	{
		transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);
		animation-timing-function: cubic-bezier(.25,.25,.75,.75);
	}
		100%
	{
	transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);
	}
}

@keyframes stylie-transform2-keyframes
{
	0%
	{
		transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);
		animation-timing-function: cubic-bezier(.25,.25,.75,.75);
	}
	100%
	{
		transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);
	}
}
