/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

body {
  	background:#fff url(/images/bg-body.png) center top no-repeat;
  	color: #5e6969;
  	font-size: 12px;
  	height: auto;
  	padding:0px 0px !important;
	margin:0px !important;
	color:#FFFFFF;
	font-weight:normal;
}

#headerWrapper,
#footerWrapper{
	
	background: none repeat scroll 0 0 #fff ;position:fixed;
	width:100%;
	z-index:300;
	height:70px;
	overflow:visible;
	-moz-box-sizing:border-size;
	box-sizing:border-size;
	left:0px;
}

#footerWrapper{
	height:60px;
	border-top:1px solid #CCC;
    
}
#headerWrapper{
	top:0px;
	border-bottom:1px solid #999;
	height:147px !important;
    
}

#footerWrapper{
	bottom:0px;
}

#centerWrapper{
	padding:163px 0px 110px 0px;
	position:relative;
}

body.search #centerWrapper{
	padding-top:280px;
}


body.index.index #centerWrapper .container_24{
	min-height:550px;
	background:url(/images/bg-center-wrapper.png) right 50px no-repeat;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {

}

h2 {
	font-size:20px;
	color:#ef853b;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding-top:5px;
	padding-bottom:6px;
	position:relative;
}


p {
 
  overflow: hidden;
  padding: 0;
}


#generalWrapper{
	width:100%;
	margin: 0px auto;
}




/******************************************/
/************** Widget MENU ***************/
/******************************************/

.menu{
	margin:0px;
	
}
.menu li{
	padding:0px;
	margin:0px 0px 0px 10px;
	float:left;
	list-style:none;
}

.menu a{
	  color: #222222;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
  
    padding: 85px 5px 0;
    text-decoration: none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	opacity:0.8;
}

.menu a span {
	display:block;
	padding-bottom:10px;
	margin:0px;
	text-align:center;
	font-family: 'Pontano Sans', sans-serif;
	font-size:14px;
	font-weight:400;

}
body.index.index #tab_home a,
body.by.lu #tab_vente a,
body.rt.lu #tab_location a,
body.offer.search.\!lu #tab_foreign a,
body.offer.detail:not(.lu) #tab_foreign a,
body.contact.simple #tab_contact a,
.menu a:hover,
.menu .subMenu a,
.menu li:hover a{
	background: #EEA444 ; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYTdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdiYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #EEA444  0%, #ef853b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEA444 ), color-stop(100%,#ef853b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EEA444  0%,#ef853b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EEA444  0%,#ef853b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EEA444  0%,#ef853b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #EEA444  0%,#ef853b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEA444', endColorstr='#ef853b',GradientType=0 ); /* IE6-8 */
	opacity:1;
	color:#fff !important;
}

.menu a.toggler{
	position:relative;
}

.menu a.toggler:after{
	position:absolute;
	top:100px;
	left:50%;
	content: ' ';
	display:block;
	width:7px;
	height:7px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 0% 0%;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: 0% 0%;
	-o-transform: rotate(45deg);
	-o-transform-origin: 0% 0%;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 0% 0%;
	transform: rotate(45deg);
	transform-origin: 0% 0%;
}

.menu .subMenu a {
    border: medium none !important;
    top: -4px;
    width: 100%;
	padding: 0 !important;
}
.menu .subMenu a span{
    border: medium none !important;
    color: #ef853b !important;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold !important;
    height: 9px;
    top:-5px;
    text-align: left;
    text-transform: uppercase;
	background-color:#fff;
	padding-top:10px;
}

.grid_24 .subMenu {
   height: 25px !important;
    position: absolute;
   
    z-index: 1001;
}


.menu a span.left {
	display:none;
}

.menu a span.right{
	display:none;
}

.menu .subMenu a span.left{
	width:15%;
}

.menu .subMenu a span.right{
	float:right;
	clear:right;
	width:0%;
	background:none;
	border:none;
}

.subMenu{
    border-bottom: 1px dotted #fff;
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
    display: none;
    margin-bottom: 0;
    width: 580px;
	
}





#picture_sub_menu{
	width: 138px;
	margin:15px 0px 0px 15px;
}


/********** Horizontal Menu SubMenu ************/
.grid_24 .subMenu {
	position:absolute;
	
	z-index:1001;
}


/************** Opened SubMenus  ***************/

body.tabInfo .subMenu.tabInfo{
	display:block;
}

/************** Selected Menus ***************/




/************** Hover Menus ***************/

.menu a:hover span {
	
}

.menu a:hover span.left {
	
}

.menu a:hover span.right {
	
}

/************** Selected SubMenus ***************/


/************** Hover SubMenus ***************/

.menu .subMenu a:hover span{
	
}

.menu .subMenu a:hover span.left {
	
}

.menu .subMenu a:hover span.right {
	
}

/*  text_header  */

#text_header {
	padding:10px;
	background:#1c1c1c;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700; 
	font-size:16px;
	color:#FFFFFF;
}

#text_header .slogan{
    float:left;
	width:50%;
}

#text_header .ss-slogan{
	font-family:arial;
	font-style:italic;
	font-weight:normal;
	font-size:12px;
	width:50%;
	float:left;
}

#text_header .contact{
	float:right;
	color:#ffffff;
	text-transform:uppercase;
	margin-top:10px;
	position:relative;
	padding-left:26px;
}

#text_header .contact span{
	color:#FFFFFF;
	
}

#text_header .contact span.icon {
	display:block;
	position:absolute;
	width:22px;
	height:32px;
	top:-3px;
	left:0px;
}

/*  form_title  */

#form_title{
    position:relative; 
    z-index:80;
   
}

#form_title div{
    position:absolute;
	font-weight: bold;
	font-size:12px;
	color:#FFFFFF;
	letter-spacing:2px;
	left: 15px;
	top: 8px;
	padding-left:18px;
}

/*  text_accueil  */
#text_accueil {
	background:url(/images/bg-transparent-white.png) top left repeat;
	height:300px;
}

#text_accueil h2{
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size:20px;
	color:#2393c8;
	background:#FFFFFF;
	padding-left: 20px;
}

#text_accueil p{
	margin-top:6px;
	text-align:justify;
	line-height:18px;
	color:#000000;
	padding: 0px 20px 10px 20px;
}

/* menu langue */


#menu_lang{
	width:auto;
	float:right;
	color:#ffffff;
	font-weight:500;
}

html[lang=fr] #menu_lang .fr,
html[lang=en] #menu_lang .en,
html[lang=de] #menu_lang .de{

	color:#c78dde;

}




/*  content pages */

.text_page_contenu {
	margin:20px 20px 0px 0px;
	background-color: #FFFFFF;
	color:#333;

}

/* Search Forms */

.form_search form {
	margin:0px 5px;
	;
}

.form_search input[type=text],
.form_search select,
.form_search input[type=submit]{

}

.form_search #submit-element{
    position:relative;
    
    
}

.form_search input[type=submit]{
	background-image: url("/images/icon_search_button.png"), url("/images/bg-btn-submit.gif");
    background-position: 130px center;
    background-repeat: no-repeat, repeat-x;
    border: 1px solid #FFFFFF;
    bottom: -1px;
   
    color: #ef853b;
    float: right;
    font-family: 'Pontano Sans',sans-serif;
    font-size: 16px;
    font-weight: 700;
    left: 42px;
    letter-spacing: 2px;
    padding: 5px 40px 5px 10px;
    position: absolute;
   
    text-transform: uppercase;
}

/* Header Search Form */



#form_header {

    background: -moz-linear-gradient(top,  #ef853b 0%, #eea344 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef853b), color-stop(100%,#eea344)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef853b 0%,#eea344 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef853b 0%,#eea344 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef853b 0%,#eea344 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef853b 0%,#eea344 100%); /* W3C */
    font-weight: bold;
    margin: 0px 0 0;
    padding-left: 28px;
    padding-top: 10px;
   
}

#form_header label {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal !important;
 
}

#form_header #transaction-element{
    margin-left:100px;
}

#form_header #property_type-label,
#form_header #min_bedroom-label {
    margin-left:40px;
}




#form_header #submit-label {
    
    display:none;
}

#form_header dl.zend_form dt {
    width: 12%;
}

#form_header input[type=submit]{
	margin-top:0px;
}



#form_header #min_surface-label,
#form_header #min_surface-element,
#form_header #max_surface-label,
#form_header #max_surface-element{
	display:none;
}

#form_header_bottom{

    border-top: 1px solid #FFFFFF;
    height: 3px;
    margin: 0px 0 30px;

}


/****** Properties array ******/


.property_array a,
.property_array a:hover{
	height:300px !important;
	display:block;
	text-decoration:none;
	text-align:left;
	color:#000000;
	margin-bottom:10px;
	text-transform:uppercase;
	background:url(/images/bg-transparent-black.png) top left repeat;
	position:relative;
	padding-top:35px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.property_array a .photo{
	height:214px;
	vertical-align:bottom;
	overflow:hidden;
	border:8px solid transparent;
	margin-bottom:20px;
	position:relative;
	text-align:center
}

.property_array a img{
	margin:auto;
	height:100%;
}


.property_array a .infos:after{
	content:'plus d\'info';
	position:absolute;
	color:#FFFFFF;
	top:262px;
	font-size:11px;
	text-decoration:underline;
}

.property_array a .infos{
	position:absolute;
	height:90px;
	width:214px;
	margin:0px 8px 0 8px;
	color:#FFFFFF;
	left:0px;
	top:0px;
}

.property_array a .sub-infos{
	position:absolute;
	display:none;
	top:210px;
	background:url(/images/bg-transparent-black.png) top left repeat;
	width:214px;
	height:47px;
	padding:5px 10px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.property_array a:hover .sub-infos{
	display:block;
}

.property_array a .infos .tr_transaction,
.property_array a .infos .key-price,
.property_array a .infos .price{
	font-weight:bold;
}
.property_array a .infos .line{
	display:block;
}

.property_array a .infos .city{
	font-size:14px;
	background:#000000;
	position:absolute;
	display:block;
	top:0px;
	height:43px;
	left:-8px;
	width:230px;
	padding:10px 5px 0px 5px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.key-price{
	display:none;
}
.property_array a .infos .price{
	color:#2393c8;
	font-size:18px;
	position:absolute;
	top:258px;
	right:0px;
	background:#000000;
	padding:0px 10px;
}

body.offer.search #grid1 a{
    margin-bottom:10px;
}

body.offer.search .property_array a .photo{
	height:140px;
}


/* Text Footer */
#text_footer{
    padding:0px 0 0px 0;
	font-size:11px;
}

#text_footer a{
    color:#ef853b;
}

#text_footer a:hover{
	color:#222;
}

#text_footer .copyright{
	float:left;
	text-align:left;
	font-size: 10px;
    margin-top:17px;
    color:#ef853b;
}

#text_footer .social{
	float:right;
	 margin-right: 7px;
    margin-top: 15px;
	width:30px;
	height:30px;
	background:#ef853b url(/images/icon_social.png) center center no-repeat;
	border-radius: 25px;
	border: 1px solid #ef853b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	opacity:0.8;
}

#text_footer .social:hover{
	opacity:1;
}

#text_footer .social.twitter{
	background-position: -25px center;
}

#text_footer .social.facebook{
	background-position: 0px center;
}

#text_footer .social,
#vegas_background{
	display:none;
}

body.index #text_footer .social,
body.index #vegas_background{
	display:block;
}

/****** Offer Search ******/

.properties_result_content {
	padding:0px;
}

.properties_result_content h2.title{
	display:none;
}

.properties_result_content .navigation_bar,
.property_detail_content .navigation_bar{
	position:fixed;
	width:950px;
	bottom:10px;
	z-index:2500;
	margin:0px 0px 10px 0px;
}

.properties_result_content .navigation_bar:first-of-type{
	display:none;
}

.properties_result_content .navigation_bar .resume {
	color: #FFFFFF;
    
    font-weight: bold;
    padding-bottom: 20px;
}

.properties_result_content .navigation_bar .pagination {
	float:right;
}

.properties_result_content .navigation_bar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.properties_result_content .navigation_bar .pagination li {
	float:left;
	height:30px;
	margin-left:5px;
}

.properties_result_content .listing_views li,
.properties_result_content .navigation_bar .pagination li span.current_page,
.properties_result_content .navigation_bar .pagination li a{
	margin:0px;
	padding: 2px 8px;
	color:#FFFFFF;
	display:block;
	text-decoration: none;
	border-radius:3px;
	text-shadow:1px 1px 1px #222;
}

.properties_result_content .listing_views li{
	padding:0px;
	margin-left:5px;
}

.properties_result_content .navigation_bar .pagination li a,
.properties_result_content .listing_views li{
	background: #5e5e5e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5e5e5e 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e5e5e 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e5e5e 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e5e5e 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5e5e5e 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#444444',GradientType=0 ); /* IE6-8 */
	
}

.properties_result_content .listing_views li.selected,
.properties_result_content .navigation_bar .pagination li a:hover,
.properties_result_content .navigation_bar .pagination li span.current_page,
.properties_result_content .navigation_bar ul.filters a.current_filter {
	background: #ef853b; /* Old browsers */

}

.properties_result_content .listing_views span,
.properties_result_content .listing_views a{
	background-image:url(/share/img/sprites.png);
}

.properties_result_content .listing_views .gallery{
	background-position:-212px -716px;
}

.properties_result_content .listing_views .list{
	background-position:-192px -716px;
}

.properties_result_content .navigation_bar li a.next_page , 
.navigation_bar li a.previous_page {
	width:22px;
	height:22px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.properties_result_content .navigation_bar li a.previous_page:after {
	font-weight:bold;
	content:'<';
	color:#FFFFFF;
}

.properties_result_content .navigation_bar li a.next_page:after  {
	font-weight:bold;
	content:'>';
	color:#FFFFFF;
}

.properties_result_content .navigation_bar li a.previous_page:hover,
.properties_result_content .navigation_bar li a.next_page:hover{
	background-color:#2393c8;
}

.properties_result_content .navigation_bar ul.filters {
	clear:both;
	margin:10px auto;
}

.properties_result_content .navigation_bar ul.filters a {
	padding:0px 0px 10px 0px;
}

.properties_result_content .navigation_bar ul.filters a.current_sorter{
	
}

.properties_result_content .navigation_bar ul.filters a.asc {
	background:#2393c8 url(/share/img/asc-dsc.png) center -32px no-repeat;
}

.properties_result_content .navigation_bar ul.filters a.desc {
	background:#2393c8 url(/share/img/asc-dsc.png) center 0px no-repeat;
}


.properties_result_content article {
	margin:0px 0px 20px 0px;
	position:relative;
	background-color:#fff;
	padding-bottom:20px;
	color:#ef853b;
}

.properties_result_content article.gallery {
	padding-bottom:0px;
}
 
.properties_result_content article h2 {
	background:#000000;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px;
	
}
.properties_result_content article h2 a{
background-color: #FFFFFF;
    border-bottom: 1px dotted #ef853b;
    color: #ef853b;
    display: block;
    padding: 5px 10px;
}
.properties_result_content article h2 a:hover{
	text-decoration:none;
}

.properties_result_content article h2 a .immotype{
    
    display: inline-block;
}

.properties_result_content article .photo{
	width:25%;
	height:150px;
	float:left;
	overflow:hidden;
	text-align:center;
	display:block;
	position:relative;
}


.properties_result_content article .photo img {
	margin:0px auto;
	height:100%;
}

.properties_result_content article  .description,
.properties_result_content article  .info {
	margin: 0 0 0 15px;
	font-size:12px;
	width:65%;
	float:left;
}
.properties_result_content article  .description{
    color: #333333;
    margin-bottom: 20px;
    margin-left: 15px;
}

.properties_result_content article .info .key {
	font-size:12px;
	font-weight:bold;
}

.properties_result_content article .__price .value {
   background: none repeat scroll 0 0 #FFFFFF;
    bottom: 20px;
    color: #ef853b;
    font-family: 'Pontano Sans',sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding: 0 15px;
    position: absolute;
    right: 20px;
}

.properties_result_content article.gallery .__price .value{
	font-size:14px;
	margin-left:0px;
	bottom:0px;
	right:0px;
	padding:0px 10px;
}

.properties_result_content article .__price .key{
	display:none;
}

.properties_result_content article a.detail {

	display:none;
}

.properties_result_content article.gallery a.detail {
   border: medium none;
    color: #000000;
    display: inline-block;
    float: left;
    font-family: 'Pontano Sans',sans-serif;
    font-size: 11px;
    margin-left: 5%;
    margin-top: 9px;
    text-decoration: underline;
    text-transform: uppercase;
}

.properties_result_content .no_result{
	margin:0px 10px 20px 10px;
	font-weight:bold;
}

/*********** Offer Detail ******************/

.property_detail_content {
	
	color:#222;
	background-color:#fff;
}

.property_detail_content #gallery,
.property_detail_content .offer_childs,
.property_detail_content .situation_description,
.property_detail_content .description,
.property_detail_content .specifications,
.property_detail_content div.googleMap{
    margin-left:42px;
}

.property_detail_content .offer_childs h2,
.property_detail_content .situation_description h2,
.property_detail_content .description h2,
.property_detail_content .specifications h2,
.property_detail_content div.googleMap h2,
.property_detail_content .form_contact_container h2{
    margin-bottom:18px;
}

.property_detail_content .navigation_bar ul li,
.property_detail_content .navigation_bar ul{
margin: 52px 0;
}

.property_detail_content .navigation_bar ul li{
	margin-top:20px;
}

.property_detail_content .form_contact_container{
    margin-left:10px;
    margin-right:40px;
}

.property_detail_content div.googleMap{
    margin-right:40px;
}



.property_detail_content h1{
	color:#ef853b;
	background:#fff;
	padding: 5px 43px;
	border-bottom:1px dotted #ef853b;
	margin:0px 0px 20px 0px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size:22px;
}

.property_detail_content h2{
	color:#ef853b;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	font-size:20px;
	margin-top:20px;
	margin-bottom:0px;
	line-height:30px;
}

.property_detail_content h3{
	color:#222;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
}

.property_detail_content .overview .__detail_rent_price,
.property_detail_content .overview .__detail_selling_price{
	margin-bottom:10px;
}

.property_detail_content .overview .__detail_rent_price .key,
.property_detail_content .overview .__detail_selling_price .key{
	display:none;
} 

.property_detail_content .overview .__detail_rent_price .value,
.property_detail_content .overview .__detail_selling_price .value{
	color:#ef853b;
	font-weight:bold;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	font-size:18px;
}

.property_detail_content a.back,
.property_detail_content .overview a.contact{
	margin:10px 0px;
	display:inline-block;
	text-decoration: none;
}

.property_detail_content a.back,
.property_detail_content .overview a.contact,
.property_detail_content .form_contact input[type=submit]{
	color:#FFFFFF;
	background: #ef853b; /* Old browsers */
	
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
    border-radius:3px;
    border:none;
	padding:3px 15px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	letter-spacing:1px;
}

.property_detail_content #gallery #big_photo img {
	margin-left:2px;
    margin-right: 20px;
    max-height: 404px;
    max-width: 585px;
    min-height: 404px;
    text-align: center;

}

/* Contact Page */

body.contact #center{
	margin-top:0px;
}

#html_contact_simple{
	margin:0px;
	font-size:12px;
}

#html_contact_simple h2{
	color:#FFFFFF;
	background:#000000;
	padding-left:28px;
}

#html_contact_simple h2{
	   background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dotted #ef853b;
    color: #ef853b;
    padding-left: 40px;
}

#html_contact_simple p{
	padding-left:40px;
	color:#222;
}

body.contact.simple #center{
	    background-color: #FFFFFF;
    color: #FFFFFF;
}

body.contact.simple .form_contact{
	margin:0 28px 20px 0;
}

body.contact.simple .form_contact legend{
	margin:0 0px 0px 20px;
	color:#ef853b;
}


body.contact.simple .form_contact span.required_legend,
body.contact.simple .form_contact dt{
    width:35%;
    margin-left:30px;
	color:#ef853b;
}

body.contact.simple .form_contact span.required_legend{
    margin-top:12px;
}

body.contact.simple .form_contact dd{
	width:40%;
	margin-left:10px;
	box-sizing:border-box;
}
body.contact.simple .form_contact dd input[type=text],
body.contact.simple .form_contact dd textarea{
	width:100%;
	box-sizing:border-box;
	
}

body.contact.simple .form_contact input[type=submit]{
	background: #ef853b;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
    border-radius:3px;
    border:none;
	padding:3px 15px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 700;
	letter-spacing:1px;
}

.form_contact_search form fieldset, .form_contact_offer form fieldset {
    border: 1px solid #CECECE;
    color: #222222;
    display: block;
    margin: 0 0 20px 30px;
    padding: 0 0 0 30px;
    width: 100%;
}

/* SlideShow */

#slideshow1{
	height:264px;
	border-radius: 40px 0px 0px 0px;
}

#slideshow1 img{
	border-radius: 40px 0px 0px 0px;
 }

/* Contact map */
#html_contact_map {
    margin-top:10px;
}

/* text_phone */
.property_detail_content .form_contact_container p,
#text_phone p {
    margin-top:10px;
	background: #ef853b;
	border-radius:3px;
	padding:10px;
	color:#FFFFFF;
	font-size:18px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}


#ken_slider{
	border: 1px solid #FFFFFF;
    height: 350px;
    margin-top: 30px;
    width: 690px;
	padding:0px;
	margin-left:5px;
}


.vegas_background_slider li {
    background: none repeat scroll 0 0 #CCCCCC !important;

}

.vegas_background_slider li.current {
    background: none repeat scroll 0 0 #379032 !important;

}

.vegas_background_slider ul {
    background: none repeat scroll 0 0 #FFFFFF !important;
    float: left;
    list-style: none outside none;
    padding: 5px 5px 5px 0;
}

.container_24 .grid_8 {
    margin-top: 12px;
    width: 310px;
}

.menuvisuel{
    margin-right: 10px;
	margin-left:0px;
    width: 222px;
	height:342px;
	display:block;
	float:left;
	margin-top:20px;
	border:1px solid #fff;
	-webkit-transition: all 1.5s ease-out; 
	-moz-transition: all 1.5s ease-out; 
	-o-transition: all 1.5s ease-out;
	transition: all 0.5s ease-out;
	
}


.menuvisuel:hover{

	margin-top:5px;
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	cursor:crosshair;}
	
	
	
.menuvisuel#A{

background: url(images/menu1.jpg);
margin-left:6px !important;

}

.menuvisuel#A:hover{

background: url(images/menu1o.jpg);

}

.menuvisuel#B{

background: url(images/menu2.jpg);

}

.menuvisuel#B:hover{

background: url(images/menu2o.jpg);

}

.menuvisuel#C{

background: url(images/menu3.jpg);

}

.menuvisuel#C:hover{

background: url(images/menu3o.jpg);

}

.menuvisuel#D{

background: url(images/menu4.jpg);
margin-right:Opx !important;

}

.menuvisuel#D:hover{

background: url(images/menu4o.jpg);

}

.menuvisuel .typo{

color:#fff;
opacity:0.7;
-webkit-transition: all 0.5s ease-out; 
-moz-transition: all 0.5s ease-out; 
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
padding-left:10px;
padding-top:10px;
text-transform:uppercase;
width:110px;
height:30px;
background-color:#333333;
font-weight:600;
text-decoration:none;


}

.menuvisuel:hover .typo{

color:#fff;
opacity:1;
-webkit-transition: all 0.5s ease-out; 
-moz-transition: all 0.5s ease-out; 
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
padding-left:10px;
padding-top:10px;
margin-top:20px;
text-decoration:none !important;

}

.vegas_background_slider li {

    border-radius:8px;
}

.caption_blue {
	background-color:#ef853b!important;
    border-radius: 0px 0px 0px 0px !important;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    font-size: 25px !important;
    font-weight: 500 !important;
    padding: 5px 10px;
    position: absolute;
	
	}
	
	
	.caption_transparent{
	
	
    border-radius: 0px 0px 0px 0px !important;
    color: #FFFFFF;
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 5px 10px;
    position: absolute;
	
	}
	
	
	
	.visuelbas{
    margin-right: 10px;
	margin-left:0px;
    width: 223px;
	height:164px;
	display:block;
	float:right;
	margin-top:20px;
	border:1px solid #fff;
	-webkit-transition: all 1.5s ease-out; 
	-moz-transition: all 1.5s ease-out; 
	-o-transition: all 1.5s ease-out;
	transition: all 0.5s ease-out;
	
}


.visuelbas:hover{

	
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	cursor:crosshair;}
	
	
	
.typo2 {
background-color: #FFFFFF;
    color: #ef853b;
    font-weight: 600;
    height: 25px;
    margin-top: 133px;
    padding-left: 10px;
    padding-top: 6px;
    text-transform: uppercase;
    width: 213px;

}

.visuelbas#Z{

background: url(images/showroom.jpg);


}

.visuelbas#Z:hover{

background: url(images/showroomb.jpg);


}



.visuelbas#X{

background: url(images/contact.jpg);


}

.visuelbas#X:hover{

background: url(images/contactb.jpg);


}



.grid_24 .subMenu {
    height: 25px !important;
    position: absolute;
    z-index: 1001;
}

.res {
    background-color: #CCCCCC;
    background-position: center center;
    border: 2px solid #fff;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 4px #999999;
    color: #FFFFFF;
    float: left;
    font-family: 'Pontano Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 260px;
    margin-bottom: 15px;
    margin-right: 5px;
    width: 260px;
	 
}


.typores {
    background-color: #333333;
    margin-top: 239px;
    opacity: 0.8;
    padding-left: 10px;
	
	
}	
	
.res#A {
	background-image: url(images/res1.jpg);
}

.res#B {
	background-image: url(images/res2.jpg);
}

.res#C {
	background-image: url(images/res3.jpg);
}

.res#D {
	background-image: url(images/res4.jpg);
}

.res#E {
	background-image: url(images/res5.jpg);
}

.res#F {
	background-image: url(images/res6.jpg);
}

.res#G {
	background-image: url(images/res7.jpg);
}

.res#H {
	background-image: url(images/res8.jpg);
}

.res#I {
	background-image: url(images/res9.jpg);
}

.res#J {
	background-image: url(images/res8.jpg);
}



.vegas_background_slider ul {
    background: none repeat scroll 0 0 #212121;
    float: left;
    list-style: none outside none;
    padding: 0 5px 5px 0;
    visibility:hidden;
}

body.contact.search #center {
    background-color: #FFFFFF;
    color: #2c8b26;
}

body.contact.search #centerWrapper {
    padding-top: 163px;
}

.typo a:hover {
 text-decoration:none;
 
 }
 
a:hover {
 text-decoration:none;
 
 }
 
 
#transaction-rt{
 
display:none !important;
 
 }
 
 
 .res2 {
    background-color: #FFFFFF;
    width:180px;
    float:left;
    margin-right:10px;
    
    }