/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#@font-face imports
	#Site Styles
	#Page Styles
	#Objects
	#Media Queries

/* #@font-face imports
================================================== */
@import url(http://fonts.googleapis.com/css?family=Lato:400,300italic,300,100italic,100,400italic,700,700italic,900,900italic);
@import url(lato/stylesheet.css);
@import url(entypo/stylesheet.css);
@import url(jquery.dropdown.css);
@import url(tipsy.css);
@import url(font/fontello.css);
@import url(jquery.fancybox.css);
@import url(jquery.fancybox-thumbs.css);


/* #Site Styles
================================================== */

.agency-images { float:left; max-width: 300px; margin-right: 15px;  }
.agency-images:nth-child( 3n ) { margin-right: 0px; }
.agency-images a img { max-width: 300px; }

body {
	font-family: 'Lato', sans-serif;
	background: #a99a96;
}
.nav.lang { visibility: hidden; }
.entypo, .entypo-social { font-size: 18px; }
.entypo { font-family: 'Entypo'; }
.entypo-social { font-family: 'EntypoSocial'; }

h2 { 
	text-transform: uppercase;
	font-size: 24px;
}
h6 {
	text-transform: uppercase;
}

.section-titling {
	margin-left: 10px;
}

.tagline, .side-tagline {
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	color: #75655f;
}
.tagline {
	text-align: center;
}
.side-tagline {
	margin-top: 0;
}

.page {
	padding: 0 20px 20px;
	margin-top: 20px;
	background-color: #a99a96;
	/*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	/*box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}

.shadded {
	background-color: #75655f;
	padding-top: 20px;
	border: 1px solid #75655f;
	
}

.top-padded {
	padding-top: 100px;
}
.top-padded-adjust {
	padding-top: 84px;
}

small {
	font-family: 'LatoItalic';
	color: #666;
}

ul.address {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

/*------- The Top Bar -------*/

.top-bar {
	background: url(../images/bg-top-bar.png) repeat-x;
	background-size: 9px;
	/*margin: 0 -20px!important;*/
	padding: 0 20px;
	color: #000;
	line-height: 40px;
	/*text-shadow: 0 0px 2px rgba(0,0,0,1);*/
}

.top-bar a {
	color: #fff;
}

.user {
	float: right;
	margin-top: 6px;
}

.user li, .lang li {
	float: left;
}

.user a {
	display: block;
	padding: 5px 15px;
}
.user a:hover {
	text-decoration: none;
	color: #e7e7e7;
}

.register-btn {
	background-color: #254F71;
	text-transform: uppercase;
}
.register-btn:hover {
	background-color: #1f4e93;
}

/* Language selector */
.lang	{ 	text-align: right; 
			background: url(../images/divisor-line.png) no-repeat center right; 
			float: right;
			margin-top:5px;
}
.lang li 	{ margin-right: 4px; 
}
.lang a		{ line-height: 18px;
}
.lang a img { opacity: 0.5; vertical-align: text-bottom; 
}
.lang a:hover img,.lang a.selected img 	{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; 
}

/*------- HEADER -------*/

.follow{
	float: right;
	border-top: 2px solid #A99A96;
	margin-top: 15px;
	margin-right: 10px;
}

.follow h6 {
	text-transform: uppercase;
	color: #959799;
	text-align: center;
	font-size: 14px;
	margin-top: -10px;
}

.follow h6 span{
	background-color: #a99a96;
	padding: 0 8px;
	color:#fff;
}

.social li {
	float: left;
	/*width: 32px;*/
}

.social li + li {
	margin-left: 10px;
}

.social a {
	display: block;
	font-family: 'EntypoSocial';
	background-color: #a99a96;
	text-align: center;
	height: 32px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	border-radius: 2px;
}

.social a:hover {
	background-color: #fff;
	text-decoration: none;
}

/*------- MENU BAR -------*/
/*container*/
#drop-menu {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	z-index: 50000;
	font-family: 'Dosis',sans-serif;
	font-size:17px;
}

/*menu*/

ul#menu {
	padding: 0;
	list-style: none;
	float:left;
	width: 960px;
	font-size:80%;
	clear: both;
	border-top: 2px solid #ddd;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);

}

ul#menu li {
	margin:0;
	padding:0;
	float:left;
	display: block;
	position: relative;
}

ul#menu li a {
	float: left;
	padding:12px 30px;
	color: #333;
	text-transform: uppercase;
	text-decoration:none;
	text-align:center;
	-webkit-transition: all 0.0s ease;
	-moz-transition: all 0.0s ease;
	-ms-transition: all 0.0s ease;
	-o-transition: all 0.0s ease;
	transition: all 0.0s ease;
	font-family: 'Lato', sans-serif; 
}

ul#menu li a:hover {
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 1px #ddd;
	box-shadow: inset 0 0 1px #ddd;
}
ul#menu ul > li > ul > li
{
	min-width: 132px;
}
ul#menu ul {
	margin:2px 0 0;
	padding:0;
	display:none;
	list-style: none;
	opacity: 0;
	position: absolute;
	top: 38px;
	left: 0;
	z-index:9999;
	background: #444;
	-webkit-transition: all 0.0s ease;
	-moz-transition: all 0.0s ease;
	-ms-transition: all 0.0s ease;
	-o-transition: all 0.0s ease;
	transition: all 0.0s ease;
}

ul#menu li:hover > ul {
	display: inline-block;
	opacity: 1;
	/*overflow: hidden;*/
	/*;
	visibility: visible;*/
}
ul#menu ul {
	background-color: #f4f4f4;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);

}
ul#menu ul li {
	display: block;
	border: 0;
	min-width:136px;
	width: 100%;
}

ul#menu ul a {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 20px;
	text-transform: uppercase;
	/*float: left;*/
	padding:12px 28px;
	color: #333;

	text-transform: uppercase;
	text-decoration:none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
ul#menu li:hover {
	background: #f4f4f4;	
}
ul#menu ul a:hover {
	background: #fff;	
}

ul#menu ul ul {
	top: 0;
	left: 134px;
	margin: 0;
}
/*
.menu-bar {
	clear: both;
	border-top: 2px solid #1f4e93;
	background-color: #F4F4F4;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.menu-bar .menu {
	float: left;
}

.menu-bar .menu li {
	float: left;
	position: relative;
}

.menu-bar .menu > li + li {
	border-left: 1px solid #EBEBEB;
}

.menu-bar .menu a {
	display: block;
	font-size: 14px;
	color: #85898B;
	text-shadow: 0 1px #fff;
	padding: 20px;
	text-transform: uppercase;
}

.menu-bar li:hover {
	background: #ebebeb;
	background: -moz-linear-gradient(top,  #ebebeb 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #ebebeb 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #ebebeb 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f3f3f3',GradientType=0 );	
}

.menu-bar .menu a:hover {
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 1px #ddd;
	box-shadow: inset 0 0 1px #ddd;
}

.menu-bar .sub-menu {
	margin: 0;
	z-index: 9999999;
	background-color: #F4F4F4;
	border: 1px solid #EBEBEB;
	position: absolute;
	top: -99999px;
	left: -99999px;
	width:200px;
}

.menu-bar .menu li:hover .sub-menu {
	top: 100%;
	left: 0;
}

.menu-bar .sub-menu li {
	float: none;
}

.menu-bar .sub-menu > li + li {
	border-top: 1px solid #EBEBEB;
}

.menu-bar .sub-menu a {
	padding: 12px 20px;
}

.menu-bar ul.sub-menu li ul {
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.menu-bar ul.sub-menu li:hover ul {
	background-color: #F4F4F4;
	border: 1px solid #EBEBEB;
	top: -13%;
	left: 85%;
}
.menu-bar ul.sub-menu li ul li {
	float: none;
}

.sub-menu .sub-menu {
	margin-left: 200px;
	z-index: 9999999;
	background-color: #F4F4F4;
	border: 1px solid #EBEBEB;
	position: absolute;
	top: -99999px;
	left: -99999px;
	width:200px;
}

.sub-menu .menu li:hover .sub-menu {
	top: 0%;
	left: 0;
}

.sub-menu .sub-menu li {
	float: none;
}

.sub-menu .sub-menu > li + li {
	border-top: 1px solid #EBEBEB;
}

.sub-menu .sub-menu a {
	padding: 12px 20px;
}

.sub-menu ul.sub-menu li ul {
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.sub-menu ul.sub-menu li:hover ul {
	background-color: #F4F4F4;
	border: 1px solid #EBEBEB;
	top: 0%;
	left: 85%;
}
.sub-menu ul.sub-menu li ul li {
	float: none;
}
a.home-btn {
	display: block;
	margin: 15px;
	float: right;
	width: 30px;
	font-size: 24px;
	color: #1f4e93;
}

a.home-btn:hover {
	text-decoration: none;
	color: #002863
}
.menu-bar select {
	display: none;
}
*/
/*------- Breadcrumbs and top link -------*/

.breadcrumbs {
	list-style: none;
}
.breadcrumbs li {
	display: inline-block;
}
.scroll-top {
	margin-right: 10px;
}

/*------- FOOTER -------*/

footer p {
	padding: 0 30px;
}

/* Objects
===================================================*/

/*------- small tags and flying senteces -------*/
form li small {
	/*top: 14px;*/
	position: relative;
}

.fly-out { 
	position: absolute;
	right: 0;
	top: 20px;
}
.boxed .fly-out {
	right: 20px;
}
h2 + .fly-out {
	top: 30px;
}

/*------- Home page slider -------*/

.home-slider .bx-wrapper {
	width: 640px;
	float: left;
	margin-bottom: 20px;
}

.home-slider #bx-pager {
	float: right;
	width: 300px;
}

.home-slider .bx-controls-direction {
	display: none;
}

.home-slider .bx-wrapper .bx-caption {
	bottom: 15px;
	left: 15px;
	width: 410px;
	background-color: #000;
}

.home-slider .bx-wrapper .bx-caption span {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	padding: 10px 15px;
}

.home-slider #bx-pager a {
	border-right: 3px solid transparent;
	display: block;
	padding: 18px 18px 16px;
	background-color: #F7F7F7;
}

.home-slider #bx-pager a.active, .home-slider #bx-pager a:hover  {
	border-right-color: #9AB4CB;
	background-color: #F2F2F2;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	text-decoration: none;
}

.home-slider #bx-pager a img {
	float: left;
	margin-right: 15px;
}

.home-slider #bx-pager h5 {
	font-size: 14px;
	line-height: 22px;
	color: #75655f;
	text-transform: uppercase;
}

.home-slider #bx-pager .price {
	color: #9B9D9D;
	font-size: 14px;
}

/*------- Home Video -------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------- Home Nivo Slider -------*/
.nivoslider	{	
	padding:30px 0 0 0;	
}
.nivo-caption	{	
	display: block;    
	position: absolute;
    z-index: 8;
	top: auto;
	left: auto;
	bottom: 50px;
	right: auto;
	line-height: 24px;
	padding: 6px 15px;
	font-size: 22px;
	width: auto !important;
	max-width: 700px;
	background-color: rgba(11,11,11,0.8);
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);	
}

.nivo-prevNav,.nivo-nextNav	{	
	display: block;
	position: absolute !important;
	z-index: 10;
	cursor: pointer;
	top: auto;
	left: auto;
	bottom: 10px;
	right: auto;
	width: 36px !important;
	height: 36px !important;
	text-indent: -9999px;
	background: rgba(11,11,11,0.8) url(../images/icons/slider-nav.png) no-repeat 0 0;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}
.nivo-nextNav	{ 
	left: 38px;
	background-position:-35px;
}								
										
.nivo-prevNav:hover,
.nivo-nextNav:hover	{ 
	background-color: #000 !important; 
}

/*------- Home 2 slider with form -------*/

.main-slider .bx-wrapper .bx-caption {
	background-color: #000;
}
.main-slider .bx-caption span {
	text-transform: uppercase;
	font-size: 16px!important;
	padding: 15px!important;
}
.main-slider .bx-caption span span {
	float: right;
	padding: 0!important;
	color: #6BBCFF;
}


/*------- Points sliders -------*/

.point-slider .bx-controls-direction {
	display: none;
}
.point-slider .bx-wrapper {
	margin-bottom: 20px;
}
.point-slider.main-slider .bx-wrapper,
.point-slider.main-slider img {
	margin-bottom: 0;
}
.point-slider .bx-pager {
	bottom: auto!important;
	top: 0;
	z-index: 100;
	text-align: left!important;
	text-indent: 10px;
	padding-top: 12px!important;
}

/*------- Points carousel -------*/

.bx-slider-points img {
	margin-bottom: 10px;
}
.bx-slider-points h6 {
	text-transform: none;
	font-family: 'LatoBold';
	font-size: 18px;
}
.bx-slider-points .price {
	margin-bottom: 0;
	font-size: 16px;
}
.bx-slider-points .price span {
	color: #75655f;
}

/*------- Carousels styles -------*/

.carousel-controls + .bx-wrapper {
	margin-bottom: 0!important;
	/*padding: 0 10px;*/
}
/*.carousel-controls {
	padding:  0 10px;
}*/
.carousel-controls a {
	display: block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background-color: #75655f;
    color: #fff;
    /*font-family: 'Entypo', sans-serif;*/
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border-radius: 2px;  
}
.carousel-controls a:hover {
	background-color: #bf0018;
	text-decoration: none;
}

/*------- tools in a bar -------*/
.tools {
	padding: 10px;
	color: #fff;
	background-color: #75655f;
	text-align: right;
}
.tools a {
	color: #fff;
	
}
.tools a:hover {
	text-decoration: none;
	color: #f4f4f4;
	text-shadow: none;
}

/*------- boxed stuff -------*/
.boxed {
	padding: 20px;
	margin-bottom: 20px;
}

.save-search {
	margin-top: 22px;
}
.save-search a {
	display: block;
	text-align: right;
	font-size: 12px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
.boxed.slider .bx-wrapper {
	margin-bottom: 20px;
}
.boxed.slider .bx-wrapper .bx-pager {
	text-align: right;
}
.boxed.slider .bx-wrapper .bx-pager a {
	text-align: left;
}

/*------- Advices listings -------*/
.avatar {
	float: left;
	background: #fff;
	padding: 4px;
	-webkit-box-shadow: 0 1px 4px -2px #333;
	box-shadow: 0 1px 4px -2px #333;
	margin-right: 15px;
}
.avatar img {
	display: block;
}
/* Textarea for asking */

#ask {
	width: 82%;
}
#ask-posts h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
#ask-posts li {
	padding: 19px 0;
}
#ask-posts li + li {
	border-top: 1px dotted #ccc;
}
#ask-posts li:nth-child(5n+1) {
	border-top: none;
}
#ask-posts p {
	margin-bottom: 10px;
}
#ask-posts .links-tools {
	margin-bottom: 0;
}
.links-tools a {
	display: inline-block;
	margin-right: 10px;
	color: #aaa;
	font-size: 11px;
}
.links-tools a:hover {
	text-decoration: none;
	color: #75655f;
}

/*------- Tabs -------*/

.tab-container.big-tabs {
	border: 1px solid #ededed;
}
.etabs { 
	overflow: hidden;
	margin-bottom: 0;
}
.big-tabs .etabs {
	background-color: #F7F7F7;
}
.mini-tabs .etabs {
	position: relative;
	z-index: 10;
	bottom: -1px;
}
.etabs li { 
	float: left; 
}
.etabs li a.tab { 
	display: block;
	outline: none;
	color: #222;
}
.big-tabs .etabs li > a.tab {
	background: #eee;
	padding: 24px 30px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.mini-tabs .etabs li a.tab {
	background: #f7f7f7;
	padding: 5px 13px;
	text-transform: uppercase;
	color: #1f4e93;
	border: 1px solid #ededed;
	-webkit-box-shadow: inset 0 0 2px #fff;
	box-shadow: inset 0 0 2px #fff;
}

.etabs li a.tab:hover, .etabs li a.tab.active:hover {
	color: #fff;
	background-color: #75655f;
	text-decoration: none;
	text-shadow: 0 1px 1px #222;
}
.mini-tabs .etabs li a.tab:hover, .mini-tabs .etabs li a.tab.active:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.etabs li a.tab.active { 
	background: #fff; 
	color: #75655f;;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mini-tabs li a.active {
	border-bottom-color: #fff; 
}
.tab-container .panel { 
	background: #fff;
	overflow: hidden;
}
.big-tabs .panel {
	padding: 20px;
}
.mini-tabs .panel {
	padding: 5px;
	/*border: 1px solid #ededed;*/
}
.mini-tabs img {
	display: block;
}
.panel h4 {
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}
ul.arrow li {
	background: url(../images/icons/mini-right-arr.png) no-repeat left 10px;
	padding: 8px 0 8px 12px;
	border-bottom: 1px dotted #ccc;
}
.panel ul.arrow {
	overflow: hidden;
}
.panel ul.arrow li:nth-child(even){
	margin-left: 6%; 
}
.panel ul.arrow li {
	float: left; 
	width: 47%;
}

.divider-title {
	padding-top: 20px;
	border-top: 3px solid #e7e7e7
}

/*------- Comments -------*/

.comments-list .avatar {
	width: 62px;
	margin-right: 10px;
}
.comments-list .com-text {
	margin-left: 72px;
}
.com-text {
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
}
.com-text h5 {
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}
.com-text p {
	margin-bottom: 10px;
}
.comments-list ul {
	margin-top: 10px;
	margin-bottom: 10px
}
.reply-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
}

/*------- Agents profile -------*/

.agent-list li {
	text-align: center;
	background-color: #f7f7f7;
	margin-bottom: 20px !important;
}
.agent-list img {
	margin-bottom: 15px;
}
.agent-list .profile-meta {
	color: #75655f;
	margin-bottom: 10px;
}
.agent-list .social-profile {
	border-top: 1px #ccc dotted;
	margin: 0 20px;
	padding: 5px 0;
}
.agent-list a {
	display: inline-block;
	margin: 0 3px;
}
.agent-list a:hover {
	text-decoration: none;
	color: #000;
}

/*------- Social-aside links on home 2 -------*/
.social-aside {
	border-left: 3px solid #75655f;
	position: relative;
	padding: 12px 0 12px 20px;
	overflow: hidden;
}
.social-aside:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #75655f;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 45%;
}
.social-aside li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}
.social-aside a {
	display: block;
	background: #A0B6C7;
	text-decoration: none;
	color: #fff;
	padding: 8px;
	width: 32px;
	text-align: center;
	border-radius: 2px;
}
.social-aside a:hover {
	background-color: #75655f;
}

/*------- Partners bar -------*/

.partners a img {
	margin: 2px 4px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.partners a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*------- Switcher -------*/

.switcher a {
	display: inline-block;
	margin-left: 4px;
	background-color: #1f4e93;
	width: 33px;
	height: 32px;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	border-radius: 2px;
}
.switcher a:hover, .switcher a.active {
	background-color: #75655f;
	text-decoration: none;
}

/*------- list-grid-gallery -------*/

.list-grid-gallery > li {
	background-color: #F7F7F7;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: inset 0 0 2px #fff;
	box-shadow: inset 0 0 2px #fff;
}
.list-grid-gallery.grid > li {
	float: left;
	width: 31.3333%;
	margin-right: 3%;
	margin-bottom: 20px;
	border-radius: 2px;
}
.list-grid-gallery.grid > li:nth-child(3n){
	margin-right: 0;
}
.list-grid-gallery article {
	border: 2px solid transparent;
	overflow: hidden;
}
.list-grid-gallery.list article{
	padding: 20px;
}
.list-grid-gallery.grid article{
	padding: 10px;
	border-radius: 2px;
}
.list-grid-gallery article:hover {
	border-color: #75655f;
	background-color: #fff;
	cursor: pointer;
	
}
.list-grid-gallery figure {
	position: relative;
}
.list-grid-gallery figure a.camera {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 28px;
	line-height: 28px;
	padding-left: 33px;
	background: url(../images/icons/camera-count-ico.png) no-repeat;
	color: #fff;
}
.list-grid-gallery div {
	position: relative;
}
.list-grid-gallery h4 {
	margin-bottom: 20px;
}
.list-grid-gallery.list h4 {
	margin-top: 0;
}
.list-grid-gallery p {
	margin-bottom: 0;
}
.list-grid-gallery.list ul.prop-data {
	margin: 0;
}
.sixteen .list-grid-gallery.list ul.prop-data {
	position: absolute;
	width: 140px;
	text-align: center;
	right: 0;
	top: 0;
}
.list-grid-gallery.grid ul.prop-data {
	margin: 0 0 15px 0;
}

ul.prop-data .price {
	font-size: 18px;
	color: #75655f;
}
ul.prop-data .new {
	text-transform: uppercase;
}
.list-grid-gallery.list .toolbar {
	visibility: hidden;
	float:right;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.list-grid-gallery.grid .toolbar {
	visibility: hidden;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding-left: 0px;
}
.list-grid-gallery article:hover .toolbar {
	visibility: visible;
}
.toolbar li {
	display: inline-block;
}
.toolbar a {
	display: block;
}
.toolbar a:hover {
	color: #1f4e93;
	text-decoration: none;
}
.toolbar .dollar,
.toolbar .map {
	padding-left: 16px;
	padding-right: 6px;
	margin-left: 6px;
	border-right: 1px dotted #75655f;
}
.toolbar .next-arr {
	padding-right: 10px;
	padding-left: 6px;
}
.dollar 	{ background: url(../images/icons/dollar-tag-ico.png) no-repeat left center; }
.map 		{ background: url(../images/icons/pointer-ico.png) no-repeat 2px center; }
.next-arr 	{ background: url(../images/icons/mini-right-arr.png) no-repeat right center; }

.prop-details {
	padding-top: 35px;
}
.prop-details h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
}

/*------- Mosaic Gallery -------*/

.mosaic-gallery > li {
	margin-bottom: 20px;
	position: relative;
}
.mosaic-gallery figure {
	position: relative;
}
.mosaic-gallery figure a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.mosaic-gallery figure a:hover {
	background: url(../images/icons/sale-ico.png) no-repeat left top;
}
.mosaic-gallery .details {
	position: absolute;
	z-index: 1000;
	top: 97%;
	left: 0;
	right: 0;
	visibility: hidden;
}
.mosaic-gallery figure:hover + .details {
	visibility: visible;
}
.mosaic-gallery p {
	margin-bottom: 8px;
}
.mosaic-gallery .price {
	border-top: 1px dotted #ccc;
	padding-top: 8px;
}
.mosaic-gallery .table-list {
	color: #75655f;
	text-transform: uppercase;
	margin: 0;
}
.mosaic-gallery .table-list li {
	overflow:  hidden;
	padding: 5px 0; 
}
.mosaic-gallery .table-list li + li {
	border-top: 1px dotted #ccc;
}
.mosaic-gallery .table-list span {
	float: right;
}

/*------- common styles for galleries -------*/

.details {
	padding: 14px 20px;
	border-bottom: 1px solid #ccc;
	background-color: #F7F7F7;
	height: 88px;
}
.details .text {
	margin-bottom: 0;
}
.text span, .mosaic-gallery .price span {
	color: #75655f;
}

/*------- Gallery for tabs -------*/

.gallery-in-two {
	overflow: hidden;
	margin-bottom: 0;
}
.gallery-in-two li {
	float: left;
	padding: 16px;
	width: 50%;
	overflow: hidden;
}
.gallery-in-two article {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
.gallery-in-two figure {
	position: relative;
	float: left;
	margin-right: 20px;
}
.gallery-in-two figure a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 6px;
	display: block;
	text-indent: -9999em;
}
.gallery-in-two figure a:hover{
	border: 2px solid #75655f;
}
.gallery-in-two h4 {
	margin-top: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 14px;
}
.gallery-in-two p {
	margin-bottom: 8px;
}
.gallery-in-two figure:hover + h4 a,
.gallery-in-two h4 a:hover {
	text-decoration: underline;
}
.gallery-in-two .price {
	margin-bottom: 0;
}
.gallery-in-two .price span {
	color: #75655f;
}

/*------- Prop listing -------*/

.property-listing,
.dark {
	background-color: #a99a96;
}

.property-listing .bx-wrapper {
	margin-bottom: 0;
}
.property-listing .bx-slider-points img {
	margin-bottom: 0;
}
.property-listing div.six {
	padding-top: 20px;
	padding-right: 20px;
}
.dark form.six {
	padding-top: 40px;
}
.dark form li {
	margin-bottom: 10px;
}
.dark form .customSelect {
	height: 44px;
	line-height: 44px;
}
.property-listing h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #75655f;
	margin-top: 0;
	margin-bottom: 20px;
}
.property-details li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/icons/prop-list-sprite.png) no-repeat left top;
}
.property-details span { color: #75655f; }
.property-details .place { background-position: -29px 11px; }
.property-details .price { background-position: -14px -62px; }
.property-details .architect { background-position: 2px -137px; }

/*  #Forms
================================================== */

.inline {
	display: inline!important;
}
.login-form input.inline {
	width: 100px;
	border: none;
}
.login-form input.inline:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login-form label {
	background: #fff;
	padding: 5px 10px;
	display: block;
}
.login-form label + label {
	border-top: 1px dotted #e7e7e7;
}
.login-form span {
	color: #75655f;
	display: inline-block;
	width: 18px;
	position: relative;
	bottom: -2px;
}
.dropdown-panel img {
	display: block;
	margin: 0 auto 10px;
}


/*------- Radio lists as filters -------*/

.radio-list li,
.filter-list li {
	float: left;
	text-align: center;
	position: relative;
	margin-right: 4px;
}
.radio-list label,
.filter-list a {
	text-transform: uppercase;
	padding: 5px 8px;
	display: block;
	cursor: pointer;
}
.radio-list.v2 label,
.filter-list a {
	background-color: #1f4e93;
	color: #fff;
	text-shadow:0 1px #444;
}
.filter-list a:hover {
	text-decoration: none;
}
.radio-list.v2 label span {
	color: #fff;
	text-shadow:0 1px #444;
	font-family: 'Entypo';
	font-size: 30px;
	position: relative;
	bottom: -2px;	
}
li:not(#foo) input[type="radio"] { 
	float: left; 
	opacity: 1;
	display: block;
	position: absolute;
}
li:not(#foo) input[type="radio"] + label { 
	clear: none; 
	cursor: pointer;
}
.radio-list li:not(#foo) input[type="radio"]:checked + label {
	background-color: #1f4e93;
	color: #fff;
	text-shadow:0 1px #444;
	position: relative;
}
.radio-list li:not(#foo) input[type="radio"]:checked + label:before,
.filter-list a.current:before,
.filter-list a:hover:before {
	content: " ";
	border: 5px solid #1f4e93;
	border-color: #1f4e93 transparent transparent transparent; 
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 100%;
}

/*------- gridded form -------*/

.grid-form input {
	width: 100%;
}

/*------- Registration -------*/
.box {
	background-color:#f7f7f7;
	border:1px solid #e8e7e6;
	text-align:center;
	padding:20px;
}

ul li a.twitter-registration {	background:url(../images/icons/registration-twitter.png) no-repeat center top; }
ul li a.facebook-registration {background:url(../images/icons/registration-facebook.png) no-repeat center top; }
ul li a.google-registration {background:url(../images/icons/registration-google.png) no-repeat center top; }

ul li a.twitter-registration, ul li a.facebook-registration, ul li a.google-registration {
	color: #fff; 
	font-weight:bold;
	cursor: pointer;    
	display: block;
	padding: 20px 10px 20px 80px;
	margin:0 0 20px 0;
    text-decoration: none;}
ul li a.twitter-registration:hover, ul li a.facebook-registration:hover, ul li a.google-registration:hover {
background-position: center bottom;
}

/*------- Custom select -------*/
.relative {
	position: relative;
}
select.custom-select { 
	position:relative; 
	z-index:10; 
	width:100% !important; 
	height:32px !important; 
	line-height:26px;
	margin-bottom: 20px;
}
.customSelect { 
	position:relative; 
	/*width:100%;*/
	height:32px; 
	line-height:32px; 
	text-indent:4px;
	margin-bottom: 20px;
	background:url(../images/icons/select-arrow.png) no-repeat 97% 50% #fff; 
	cursor:default;
	font-size: 12px;
	z-index:1; 
	border: 1px solid #D5D5D5;
}

/*------- Special sliders -------*/

.text-centered {
	text-align: center;
}

input.no-ui, input.no-ui:focus {
	border: none;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#years-slider {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}
#years, #price-range, #beds-range, #baths-range, #meters-range {
	border-radius: 10px;
	height: 14px;
	margin: 10px 0 0;
	background: #eee;
	border: none;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}
#years {
	margin-top: 17px;	
}
#years .ui-slider-range,
#price-range .ui-slider-range,
#beds-range .ui-slider-range,
#baths-range .ui-slider-range,
#meters-range .ui-slider-range {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}
.ui-slider-range {
	background: url(../images/form-slider-bg.gif) repeat-x center top !important;
}
#price-range .ui-slider-handle,
#beds-range .ui-slider-handle,
#baths-range .ui-slider-handle,
#meters-range .ui-slider-handle {
	background: transparent url(../images/icons/slider-handler.png) no-repeat center top;
	width: 27px;
	height: 28px;
	border: none;
	cursor: pointer;
	top: -0.5em;
}

#years .ui-slider-handle {
	width: 92px;
	height: 38px;
	background-color: transparent;
	background-image: url(../images/form-years-sp.png);
	border: none;
	display: block;
	cursor: pointer;
	margin-left: -45px;
	margin-top: -33px;
}
#years-slider[value="1"] +  #years .ui-slider-handle { background-position: -92px 0; }
#years-slider[value="2"] +  #years .ui-slider-handle { background-position: -184px 0; }
#years-slider[value="3"] +  #years .ui-slider-handle { background-position: -276px 0; }
#years-slider[value="4"] +  #years .ui-slider-handle { background-position: -368px 0; }
#years-slider[value="5"] +  #years .ui-slider-handle { background-position: -460px 0; }
#years-slider[value="6"] +  #years .ui-slider-handle { background-position: -552px 0; }
#years-slider[value="7"] +  #years .ui-slider-handle { background-position: -644px 0; }
#years-slider[value="8"] +  #years .ui-slider-handle { background-position: -736px 0; }
#years-slider[value="9"] +  #years .ui-slider-handle { background-position: -828px 0; }
#years-slider[value="10"] +  #years .ui-slider-handle { background-position: -920px 0; }

.estimate {
	line-height: 32px;
	font-size: 14px;
}
.estimate span {
	color: #75655f;
	font-size: 20px;
	position: relative;
	bottom: -2px;
	left: 3px;
}
.progressbar {
	height: 45px;
	margin-bottom: 10px;
	background-color: #EBEDF1;
}
.progress-label {
	height: 45px;
	background-color: #75655f;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000;
	line-height: 45px;
	text-indent: 10px;
}
.progress-label span {
	float: right;
	text-align: right;
	margin-right: 10px;
}
.progress-label.perc-98 { width: 98%; }
.progress-label.perc-67 { width: 67%; }
.progress-label.perc-52 { width: 52%; }
.progress-label.perc-88 { width: 88%; }

/*------- Transitional Elements -------*/

a,
.ui-slider-range,
.ui-slider-range-min,
.transitional,
.register-btn,
.menu-bar li,
.button, button, input[type="submit"],
#property-list li,
.list-grid-gallery.list article,
.partners a img,
.etabs li a,
.filter-list a,
ul.lang li a img{ 
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.testi-main
{
	width: 307px !important;
}
.container.page.add-bottom
{
	overflow: hidden !important;
}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 999px) {
		#form-responsive { display: none !important; }
		.home-slider .bx-wrapper { width: auto; float: none; }
		.home-slider #bx-pager { width: auto; float: none; }
		.home-slider #bx-pager a { float: left; width: 33.333333%; }

		.partners { text-align: center; }

		.tagline, .side-tagline { font-size: 25px; }

		.social-aside li { margin-right: -6px; }

		.dark form.six { padding-top: 20px; }
		.dark form li {	margin-bottom: 0; }

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 808px) and (max-width: 999px)
	{
		.grid-form.row.remove-bottom .two.columns.omega { clear: both !important; }
		.grid-form.row.remove-bottom { width: 375px !important; }
		div > .img-preview.scale-with-grid:nth-child(4n) { margin-right: 0px !important; }
		#description.panel > .six.columns.push.by-two { width: 350px !important; left: 0px !important;  }
		#description.panel > .six.columns.push.by-two > h4 {  margin-top: 0px !important; }
		.grid-form li #description-field { width: 365px !important; }
		.section-titling { clear: both; }
		.main.row > .eleven.columns { width: 488px !important; }
		#property-list > .prop-type > article { padding: 10px !important; }
		#property-list { width: 480px !important; }
		#property-list > .prop-type > article > .five.columns.omega { width: 257px !important; }
		#property-list > .prop-type > article > .five.columns.alpha { width: 185px !important; margin-right: 0px !important; }
		.grid-form li select { width: 100% !important; }
		.menu-bar .menu a {	padding: 20px 12px; }
		.list-grid-gallery.grid .toolbar { padding-left: 0; font-size: 11px; }
		.mini-tabs .etabs li a i { display: none; }
		.top-bar {width: 808px !important; margin-left: 0px !important; }
		.container.page.add-bottom { width: 808px !important; padding: 0px !important; }
		#menu { width: 808px !important; }
		.main .sixteen.columns.add-bottom.row.dark { width: 808px !important; }
		.ten.alpha.columns.point-slider.main-slider { width: 400px !important; margin-top: 20px; }
		.sixteen.columns > a > img.banner { width: 808px; }
		.sixteen.columns.slider { width:808px !important; }
		.bx-carousel li { width: 265px !important; }
		.footer { width: 808px !important; }
		.footer ol { width: 803px !important; margin-left: 5px; font-size: 12px; }
		#beds-select { top: 355px !important; width: 268px !important; }
		#bathes-select { width: 268px !important; }
		.grid-form > li.vendita { margin-bottom: 10px; }
		.main > .sixteen.columns.add-bottom.row.dark .six.columns.alpha.omega.gray > form { width: 300px !important;  }
		#ask { width: 77%; }
		.agency-images { float:left; max-width: 240px !important; margin-right: 10px !important;  }
		.agency-images:nth-child( 3n ) { margin-right: 0px !important; }
		.agency-images a img { max-width: 242px !important; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (min-width: 769px) and (max-width: 807px)
	{
		figure.sixteen.columns.advertising.add-bottom { display: block !important; width: auto !important; }
		aside.seven.columns { float:none !important; width: 235px !important; display: block !important; margin: 0 auto !important; margin-top: 20px !important;  }
		aside.seven.columns > .address { width: 235px !important; float:none !important;   }
		form .grid-form.row.remove-bottom li { width: 100% !important ; }
		.nine.columns.add-bottom.relative { margin: 0 auto !important; float:none;  }
		.nine.columns.add-bottom.relative h2 { width: 420px !important; margin: 0 auto !important; padding-top: 15px !important;}
		.nine.columns.add-bottom.relative form { width: 420px !important; margin: 0 auto !important; }
		.sixteen.columns.contacts-element { width: 748px !important; float:none !important;}
		.img-preview.scale-with-grid:nth-child(4n) { margin-right: 0px !important; }
		#description.panel { padding: 20px !important; }
		#description.panel > .seven.columns { width: 100% !important; }
		.tab-container.big-tabs.sixteen.columns { width: 748px !important; }
		.eight.columns.prop-details { width: 370px !important; }
		.tab-container.mini-tabs.eight.columns { width: 375px !important; }
		.tools.sixteen.columns.add-bottom { width: 100% !important; }
		.section-titling { clear:both; }
		#gallery.panel { width: 360px !important; }
		div > .img-preview.scale-with-grid:nth-child(4n) { margin-right: 0px !important; }
		.follow { border: 0px !important; }
		.remove-bottom { overflow: hidden; }
		#form-normal { display: none !important; }
		#form-responsive { display: block !important; }
		#form-responsive { margin: 0 auto !important; width: 600px !important; }
		#form-responsive input { height: 32px !important; background-position: center !important; }
		#property-list { width: 748px !important; }
		#property-list > .prop-type > article > .five.columns.omega { margin-left: 20px; }
		.main.row > .eleven.columns { padding-left: 20px !important; width: 100% !important; }
		.sixteen.columns.shadded.wide-on-small-screen { width: 748px !important; margin-left: 0px !important; }
		.sixteen.columns.shadded.wide-on-small-screen ul { width: 560px !important; left: 75px;}
		.two.columns.omega.push.by-twelve input { margin-left: 0px !important; }
		.container.page.add-bottom { width: 768px !important; padding: 0 10px !important; margin:  }
		.top-bar { margin-bottom: 20px !important; background-repeat: repeat; width: 748px !important; }
		.top-bar p { text-align: center; }
		.logo.one-half.column { width: 768px !important; margin-top: 0px !important; }
		#menu { width: 748px !important; }
		#beds-select { top: 455px !important; }
		.user { float: none; clear: both; }
		.user li { width: 33.333333%; }
		.grid-form > li.vendita { margin-bottom: 10px; }
		.user li a { text-align: center; }
		.sixteen.columns > a > .banner { width: 748px !important; margin-left: 0px !important; }
		.logo { text-align: center; margin: 20px 0 !important; }
		.sixteen.columns.slider { width: 748px !important; }
		.grid-form li { width: 175px !important; float:left; margin-right: 10px !important;}
		.follow { clear: both; float: none; overflow: hidden; margin-right: 0; padding: 5px 0 4px; }
		.follow h6 { float: left; margin-top: 8px; margin-bottom: 0; margin-left: 245px !important;}
		.ten.alpha.columns.point-slider.main-slider { width: 300px !important; margin-top: 35px; }
		.menu-bar .menu { display: none;}
		.main > .sixteen.columns.add-bottom.row.dark { width: 748px !important;}
		.menu-bar select { display: inline-block; margin: 13px 0 0 20px; }
		.main > .sixteen.columns.add-bottom.row.dark { height: auto !important; }
		.main > section > form.six.columns.alpha.omega.gray { width: 380px !important; }
		.home-slider #bx-pager a img { float: none; width: 100%; }
		.home-slider #bx-pager a h5, .home-slider #bx-pager a p.price { display: none; }
		.home-slider .bx-wrapper .bx-caption { width: 390px; }
		.home-slider .bx-wrapper .bx-caption span { font-size: 14px; }
		.bx-carousel li { width: 239px !important; }
		.wide-on-small-screen { width: auto!important; margin-left: -20px!important; padding-left: 20px; padding-right: 20px; }
		form.wide-on-small-screen { margin-right: -20px; }
		.wide-on-small-screen.shadded { -webkit-box-shadow: none; box-shadow: none; border-left: none; border-right: none; }
		.footer { width: 748px !important; font-size: 11px !important; margin-left: 10px !important; }
		.footer > ol { width: 748px !important; margin-left: 0px !important;  }
		.footer > ol > p { padding-left: 20px; }
		
		.radio-list { margin-bottom: 20px!important; }

		.big-tabs .etabs li { float: none; float:left; }
		.big-tabs .etabs li a { padding: 10px; }
		.big-tabs .panel { padding: 0; }
		.tab-container { margin-left: -20px; margin-right: -20px; border-left: none; border-right: none; }
		.gallery-in-two figure { margin-right: 0; float: none; margin-bottom: 20px;}
		.gallery-in-two figure img { width: 100%; }

		#property-list { margin-left: -20px; margin-right: -20px; border-left: none; border-right: none; }
		#property-list figure { margin-bottom: 20px; }
		#property-list img { width: 100%; }
		.sixteen .list-grid-gallery.list ul.prop-data { position: static; margin-bottom: 20px; text-align: left; }

		.switcher, .advertising { display: none!important; }

		#ask { width: 71%; }

		section.dark { background-color: #fff; }

		.social-aside { margin-top: 20px!important; }
		.social-aside li { margin-right: -2px; }
		
		.agency-images { float:left; max-width: 240px !important; margin-right: 10px !important;  }
		.agency-images:nth-child( 3n ) { margin-right: 0px !important; }
		.agency-images a img { max-width: 240px !important; }

	}
	@media only screen and (min-width: 1024px)
	{
		ul.grid-form li
		{
			width: 100%; 
		}
		ul.grid-form select
		{
			width: 100%; 
		}
		ul.grid-form span
		{
			width: 100%; 
		}
		#form-responsive
		{
			display: none !important;
		}
		#form-normal
		{
			display: block !important;
		}
	}
	@media only screen and (min-width: 450px) and (max-width: 768px)
	{
		#popup-mail #btn-close { right: calc(50% - 180px) !important; }
		#popup-mail > div { width: 320px !important; }
		#popup-mail div form { width: 310px !important;  }
		#popup-mail div form .grid-form.row.remove-bottom { width: 280px !important;  }
		#title-responsive { display: block !important; }
		#info-normal { display:none; }
		#info-responsive { display: block !important; }
		#gallery { width: 420px; }
		.sixteen.columns.advertising.add-bottom { width: 300px !important; margin: 0 auto !important; display: block !important; float:none !important; }
		aside.seven.columns { margin-top: 20px !important; float:none !important; display: block !important; margin: 0 auto !important; }
		.boxed.shadded.wide-on-small-screen .grid-form.row.remove-bottom .four.columns { width: 100% !important; }
		.boxed.shadded.wide-on-small-screen .grid-form.row.remove-bottom .eight.columns { width: 100% !important; }
		.boxed.shadded.wide-on-small-screen .grid-form.row.remove-bottom .four.columns input { width: 90% !important; }
		.boxed.shadded.wide-on-small-screen .grid-form.row.remove-bottom .four.columns textarea { width: 90% !important; }
		.boxed.shadded.wide-on-small-screen .grid-form.row.remove-bottom .eight.columns input { width: 90% !important; }
		.boxed.shadded.wide-on-small-screen .grid-form.row.remove-bottom .eight.columns textarea { width: 90% !important; }
		.grid-form.fourteen.columns.push.by-one.remove-bottom { width: 100% !important; }
		.remove-bottom ul li input { height: 32px !important; background-position: center !important;  }
		#property-list > li > article > .five.columns.omega { margin-left: 30px !important; }
		#property-list > li > article > .five.columns.alpha { margin-left: 45px !important; }
		.six.columns.alpha.omega.gray h2 { margin-left: 15px !important; }
		.grid-form { width: 380px !important; margin-left: 15px !important; }
		.grid-form li { width: 100% !important; }
		.grid-form li select {width: 100% !important;}
		.grid-form.row.remove-bottom li { width: 330px !important;  }
		.two.columns.omega.push.by-twelve input { margin-left: 0px !important; }
		#property-list li article { margin: 0 auto; width: 420px !important; }
		.eleven.columns { width: 420px !important; }
		#form-responsive { width: 420px !important; overflow: hidden; height: auto !important; }
		/*.grid-form .relative { margin-bottom: 0px !important;}*/
		.slicknav_menu { display:block !important; }
		.container.page.add-bottom { width: 440px !important; padding: 0 10px !important; }
		.top-bar { width: 460px !important; margin-left: 0px !important; }
		.logo.one-half.column { width: 460px !important; }
		.follow { width: 420px !important; margin-right: 0px !important; }
		.follow .half-bottom { margin-left: 123px !important; }
		.menu.social { margin-top: 15px !important; width: 160px !important; margin: 0 auto !important; }
		.main > .sixteen.columns.add-bottom.row.dark { width: 420px !important; }
		.ten.alpha.columns.point-slider.main-slider { margin-left: 57px !important; margin-bottom: 30px !important; margin-top: 10px !important;}
		.sixteen.columns > a > img { display: none !important; }
		.sixteen.columns.slider { width: 440px !important; }
		.bx-carousel > li { width: 195px !important; }
		.carousel-controls.row.half-bottom { width: 417px !important; }
		.logo.one-half.column { width: 425px !important; text-align: center !important; }
		.ten.alpha.columns.point-slider.main-slider > .bx-wrapper { left: -20px !important; }
		#drop-menu { display: none; }
		.footer { width: 450px !important; }
		ul.nav.lang { visibility: hidden; }
		#form-responsive
		{
			display: block !important;
		}
		#form-normal
		{
			display: none !important;
		}
		/*#property-list p
		{
			margin-left: 20px !important;
		}*/
		#property-list li article figure
		{
			width: 280px !important;
		}
		#property-list article .five.columns.omega
		{
			width: 280px !important;
		}
		.eight.columns.prop-details .tall
		{
			width: 325px !important;
		}
		.eight.columns.prop-details .fourteen.columns.alpha.omega
		{
			width: 350px !important;
		}
		.eight.columns.prop-details textarea
		{
			width: 350px !important;
		}
		.eight.columns.prop-details
		{
			width: 350px !important;
			margin-left: 15px !important;
		}
		.tab-container.mini-tabs.eight.columns
		{
			width: 350px !important;
		}
		#description .seven.columns
		{
			margin-top: 10px !important;
			margin-left: 10px !important;
			width: 325px !important;
		}
		#description .six.columns.push.by-two
		{
			width: 370px !important;
			float: right !important;
		}
		.sixteen.columns.shadded.wide-on-small-screen
		{
			margin-bottom: 20px !important;
		}
		.grid-form.fourteen.columns.push.by-one.remove-bottom ul .select-stime span
		{
			width: 160px !important;
		}
		ul.grid-form.row.remove-bottom li p small
		{
			top: 0px !important; 
		}
		ul.grid-form.row.remove-bottom li p input
		{
			margin-bottom: 0px !important;
		}
		ul.grid-form.row.remove-bottom li textarea
		{
			height: 116px !important;
		}
		ul.grid-form.row.remove-bottom li
		{
			margin-right: 10px !important;
		}
		aside.seven.columns
		{
			width: 240px !important;
		}
		.boxed.shadded.wide-on-small-screen
		{
			margin-left: 0px !important;
			margin-right: 0px !important;
			width: 420px !important;
		}
		form.sixteen.columns.shadded.wide-on-small-screen #beds-select
		{
			top: 0px !important;
			width: 160px !important;
		}
		form.sixteen.columns.shadded.wide-on-small-screen #baths-select
		{
			width: 160px !important;
		}
		form.sixteen.columns.shadded.wide-on-small-screen
		{
			margin-left: 0px !important;
		}
		form.sixteen.columns.shadded.wide-on-small-screen ul li .tall
		{
			margin-left: 0px !important;
			width: 160px !important;
		}
		form.sixteen.columns.shadded.wide-on-small-screen ul li
		{
			margin-right: 8px !important; 
		}
		.sixteen.columns img
		{
			/*width: 100% !important;
			margin-left: 0px !important;*/
		}
		aside.five.columns.top-padded #beds-select 
		{
			top: 58px !important;
		}
		aside.five.columns.top-padded 
		{
			width: 728px !important;
			padding-top: 0px !important;
		}
		.five.columns.top-padded .shadded.boxed.relative
		{
			width: 728px !important;
			height: 235px !important;
		}
		.five.columns.top-padded .shadded.boxed.relative .remove-bottom.tall.centered
		{
			margin-left: 0px !important;
			padding: 9px 10px !important;
		}
		#property-list
		{
			width: 100% !important;
		}
		#property-list .five.columns.omega
		{
			left: 15px !important;
		}
		#property-list li.prop-type
		{
			/*margin-left: 20px !important;*/
			margin-bottom: 10px !important;
		}
		.img-container img
		{
			height: 219px !important;
		}
		.carousel-controls.row.half-bottom
		{
			/*width: 728px !important;*/
		}
		.sixteen.columns.slider
		{
			/*width: 768px !important;*/
			height: 300px !important;
		}
		.footer ol 
		{
			width: 440px !important;
			padding-left: 10px !important;
			margin-left: 0px !important;
		}
		.footer ol p
		{
			width: 100% !important;
			padding-top: 10px !important;

		}
	
		#immobili-evid > .bx-wrapper
		{
			width: 425px !important;
			height: auto !important
		}
		.sixteen.columns
		{
			width: 100% !important; 
		}
		.sixteen.columns .banner
		{
			width: 100% !important;
			margin-left: 0px !important;
		}
		#index-main
		{
			width: 100% !important;
		}
		#index-main .testi-main
		{
			width: 242px !important;
			padding: 0px 10px !important;
			margin-right: 0px !important;
		}
		.property-listing, .dark {
			background-color: #F0EDEA !important;
			height: auto !important;
		}
		#beds-select
		{
			top: 415px !important;
			width: 150px !important;
		}
		.three.columns.alpha.relative.vendita
		{
			width: 130px !important;
			margin-bottom: 10px !important;
		}
		.three.columns.omega.relative.vendita
		{
			width: 130px !important;
			margin-bottom: 10px !important;
		}
		.follow
		{
			/*clear:none !important;*/
			/*float:right !important;
			width: 158px !important;*/
			margin-top: 30px !important;
			overflow: visible !important;
		}
		.follow .half-bottom
		{
			width: 158px !important;
			margin-top: -15px !important;
		}
		.logo
		{
			float: left !important;
		}
		.sixteen.columns.add-bottom.row.dark
		{
			width: 100% !important;
		}
		.main-slider
		{
			width: 348px !important;
			margin-top: 40px !important;
		}
		.tall
		{
			width: 150px !important;
		}
		.container
		{
			width: 100% !important;
		}
		.top-bar
		{
			width: 100% !important;
		}
		#menu
		{
			width: 100% !important;
		}
		#menu li a
		{
			padding: 15px 28px !important;
		}
		#drop-menu
		{
			width: 728px !important;
		}
		ul.grid-form li
		{
			width: 175px !important;
			float:left !important;
			margin-right: 5px !important;
		}
		ul.grid-form select
		{
			width: 170px !important;
			padding: 0px !important;
		}
		/*ul.grid-form input
		{
			width: 170px !important;
		}*/
		ul.grid-form span
		{
			width: 100% !important;
			padding: 0px !important;
			
		}
	}
	@media only screen and (min-width: 320px) and (max-width: 449px)
	{
		#popup-mail > div { width: 310px !important; }
		#popup-mail div form { width: 300px !important;  }
		#popup-mail div form .grid-form.row.remove-bottom { width: 270px !important;  }
		#popup-mail #btn-close { right: calc(50% - 160px) !important; }
		#gallery { width: 280px !important; }
		#title-responsive { display: block !important; }
		#info-normal { display:none; }
		#info-responsive { display: block !important; padding-left: 20px; }
		.eight.columns.prop-details h4{ width: 290px !important; }
		.boxed.shadded.wide-on-small-screen ul li { width: 100% !important;  }
		.grid-form.fourteen.columns.push.by-one.remove-bottom li { width: 230px !important; }
		.row.double-bottom .tab-container.big-tabs.sixteen.columns { width: 280px !important; }
		#description .seven.columns { width: 250px !important; }
		.arrow li { width: 79% !important; margin-left: 0px !important; }
		#form-responsive { display: block !important; }
		.remove-bottom ul li input { background-position: center !important; background: url("../images/ricerca_immobile.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;  }
		.grid-form li { width: 100%; height: auto !important; clear: both; }
		.grid-form li textarea { width: 245px !important; }
		.two.columns.omega.push.by-twelve input { margin-left: 0px !important; }
		.grid-form.fourteen.columns.push.by-one.remove-bottom { width: 81% !important; left: 28px !important; }
		.eleven.columns { width: 300px !important; }
		.remove-top { width: 250px !important; }
		#property-list { width: 290px !important; }
		#property-list li article figure { width: 245px !important;}
		#property-list li article div { width: 245px !important; } 
		#form-normal { display : none !important; }
		#form-responsive { width: 285px !important; height: auto !important; overflow: hidden !important;  }
		.slicknav_menu { display:block !important; }
		.container.page.add-bottom { width: 300px !important; padding: 0 10px !important; }
		.top-bar { width: 285px !important; margin-left: 0px !important; }
		.logo.one-half.column { width: 300px !important; }
		.logo.one-half.column a img { width: 300px !important; }
		.follow { width: 270px !important; margin-right: 0px !important; }
		.follow .half-bottom { margin-left: 0px !important; }
		.menu.social { margin-top: 15px !important; width: 160px !important; margin: 0 auto !important; }
		.main > .sixteen.columns.add-bottom.row.dark { width: 280px !important; height: auto !important; }
		.six.columns.alpha.omega.gray > h2 { width: 280px !important; font-size: 22px !important; }
		.six.columns.alpha.omega.gray { margin-left: 0px !important; padding-left: 0px !important; padding-left: 15px !important; width: 275px !important; }
		.sixteen.columns > a > img { display: none !important; }
		.grid-form li { width: 245px !important; }
		.grid-form li select { width: 245px !important;  }
		.grid-form li textarea { width: 100% !important;  }
		.grid-form li input { width: 100% !important;  }
		.sixteen.columns.slider { width: 300px !important; }
		.bx-carousel > li { width: 270px !important; }
		.carousel-controls.row.half-bottom { width: 290px !important; }
		.ten.alpha.columns.point-slider.main-slider > .bx-wrapper { left: 15px !important; width: 250px !important; margin-bottom: 10px !important; }
		#drop-menu { display: none; }
		.footer { width: 300px !important;  height: auto !important; }
		.footer ol { margin-left: 0px; padding-left: 10px; width: 284px !important;}
		.footer ol p { width: 284px !important; }
		#bathes-select { width: 245px !important; }
		#beds-select { width: 245px !important; }
		ul.nav.lang { visibility: hidden; }
		.grid-form li.vendita { margin-bottom: 10px; }
		#privacy { margin-top: 20px; width: auto !important;  }
	}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 807px) {

		.top-padded { padding-top: 0; }

		.property-listing div.six { padding-left: 20px; }
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		

		.home-slider .bx-wrapper .bx-caption { width: auto; position: static; }
		.home-slider .bx-wrapper .bx-caption span { font-size: 12px; }

		.radio-list li {  margin-bottom: 10px; }
		.gallery-in-two li { float: none; width: auto; }

		.mini-tabs .etabs li a i { display: none; }

		.ask-form .avatar { float: none; margin: 0 auto 20px; width: 89px; }
		#ask { width: 100%; margin-bottom: 0!important; }
	}
	.slicknav_menu {
		display:none;
	}
	
section.slider ul.bx-carousel li {
	width: 310px !important;
}

@media only screen and (min-width: 808px) {
	form .li-localita {
		width: 100%;
	}
}

@media only screen and (min-width: 1000px) {
	#form-normal {
		display: block !important;
	}
	
	#form-responsive {
		display: none !important;
	}
}

@media only screen and (max-width: 999px) {
	.search-box-home {
		padding: 5px 20px 3px !important;
		top: -365px !important;
	}
		.search-box-home h2 {
			font-size: 18px;
			margin-bottom: 8px;
		}
		.search-box-home select {
			margin-bottom: 16px !important;
		}
		
	ul#menu li a {
		padding: 12px 22px;
	}
	
	ul.info-box li {
		width: 23% !important;
	}
		ul.info-box li.message-box {
			width: 100% !important;
		}
		.grid-form li.message-box textarea#description-field {
			width: 98% !important;
		}
		
	#form-normal {
		display: none !important;
	}
	
	#form-responsive {
		display: block !important;
		width: 100% !important;
	}
	
	.container-vendite {
		width: 100% !important;
	}
	
	.main.row > .eleven.columns.container-vendite {
		width: 100% !important;
	}
	
	#property-list {
		width: 100% !important;
	}
}

@media only screen and (max-width: 807px) {
	.main > section > form.six.columns.alpha.omega.gray.search-box-home {
		width: 100% !important;
		float: left !important;
		padding: 5px 4px 3px !important;
    	top: -70px !important;
	}
	.main > section.sixteen.columns.add-bottom.row.dark {
		height: 424px !important;
	}
	ul#menu li a {
		padding: 12px 18px;
	}
	
	.main > section.sixteen.columns.add-bottom.row.dark.img-footer {
		height: 291px !important;
	}
	
	.container-dettaglio #info-normal {
		width: 100% !important;
	}
	.container-dettaglio .tab-container.mini-tabs.eight.columns {
		width: 100% !important;
		margin-left: 0;
	}
		.container-dettaglio .tab-container #gallery {
		    width: 100% !important;
		}
		
	section.row.double-bottom {
		width: 100% !important;
	}
		section.row.double-bottom .sixteen.columns {
			width: 100% !important;
		}
		ul.info-box li {
			width: 22% !important;
		}
		ul.info-box li.message-box {
			width: 100% !important;
		}
		.grid-form li.message-box textarea#description-field {
			width: 96% !important;
		}
}

@media only screen and (max-width: 768px) {
	.main > section.sixteen.columns.add-bottom.row.dark {
		height: 400px !important;
	}
	
	.main > section.sixteen.columns.add-bottom.row.dark.img-footer {
		display: none;
	}
	
	.slicknav_menu {
		max-width: 440px;
		margin: 0 auto;
		background: #B3A9A4;
	}
	
	.menu.social {
		width: 340px !important;
    	height: 35px;
	}
	
	#info-normal {
		display: block !important;
	}
	
	#info-desktop {
		display: block !important;
	}
	
	#info-responsive {
		display: none !important;
	}
	
	.grid-form.info-box li {
		width: 45% !important;
    	margin: 0px !important;
		margin-right: 23px !important;
	}
		.grid-form.info-box li:nth-child(2n) {
			margin-right: 0 !important;
		}
}
@media only screen and (max-width: 450px) {
	h1.logo.one-half.column {
		width: 100% !important;
	}
		h1.logo.one-half.column img {
			width: 100% !important;
		}
	.main > section.sixteen.columns.add-bottom.row.dark {
		height: 520px !important;
	}
	.menu.social {
		width: 190px !important;
    	height: 70px;
	}
		.menu.social li {
			margin-left: 10px;
			margin-bottom: 15px;
		}
		
	.search-box-home ul li {
		width: 272px !important;
	}
		.search-box-home ul li select {
			width: 270px !important;
		}
		.search-box-home .search-button {
			margin-top: 10px;
			margin-bottom: 5px;
		}
	.six.columns.alpha.omega.gray > h2 {
		width: 270px !important;
		text-align: center;
	}
	
	.grid-form.info-box li {
		width: 96% !important;
    	margin: 0px !important;
	}
	
	#info-normal h4 {
		width: auto !important;
	}
}