@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');

 
body{
  font-size:14px;
  color: #333333;
}

a,
a:hover,
a:focus{
	text-decoration:none;
	color:#FFFFFF;
}

h1, h2{
	font-family:Oswald,arial;
	font-weight:300;
	font-size:32px;
	margin-bottom:20px;
}

h1{
    color: #968181;
    text-shadow: 1px -1px 3px #00000063;
    text-transform: uppercase;
    font-size: 41px;
}

h2{
	font-size:24px;
	color:#464640;
}

h3{
	font-family:Oswald,arial;
	font-weight:300;
	font-size:27px;
	margin-bottom:16px;
	color: #4e4e4e;
    /*border-bottom: 1px dotted #DDD;*/
}

h4{
	font-family:Oswald,arial;
	color: #4e4e4e;
    text-transform: uppercase;
    font-size: 20px;
}


#sb-site, .sb-site-container{
  /*background: #151515;	*/
  background:transparent;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: none;
	background: url(../images/hr2.png) center no-repeat;
	height: 19px;
}

.btn-home {
    background: transparent;
    border-color: #75604d;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #75604d;
    font-size: 13px;
    padding: 5px;
}

.homeH1 {
	text-align: center;
}

/*************************************
 ** BOOTSTRAP - PAGINATION
 *************************************/
.pagination a,
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span{
	border-radius:20px;
	
}

.pagination > li > a, .pagination > li > span{
	margin-left:5px;
}

.pagination > li > a, 
.pagination > li > span
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus{
	color:#FFFFFF;
	background-color:#999988;
	border:none;
	
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
	background-color:red;
	border-color:red;
}


.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary[disabled]{
    color: #999988;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary[disabled]{
	 background-color: #666666;
}

.btn-secondary-book{
background: #099fb9;
    border-color: #099fb9;
    font-family: Oswald;
    font-size: 35px;
    width: 100%;
	color:white;
}

.btn-secondary-book:hover{
background: #333;
    border-color: #333;
    font-family: Oswald;
    font-size: 35px;
    width: 100%;
	color:white;
	
}


.btn-secondary {
    background: transparent;
    border-color: #75604d;
   font-family: Oswald;
    text-transform: uppercase;
    color: #75604d;
   
}

.btn-secondary:hover {
    color: #fff;
    background-color: #75604d;
    border-color: #75604d;
}

.breadcrumb{
	margin-top: 10px;
	margin-bottom:0px;
    display: inline-block;
}
.breadcrumb a{
    color: #000000;
}


/*********************************************** 
 ** HOME
 ***********************************************/
body.home{
	height:100%;
}
/*body.home footer{
	position:absolute;
	bottom:0px;
}*/
body.noscroll footer{
	position:fixed;
	bottom:0px;
}

/*********************************************** 
 ** HOME
 ***********************************************/
body.home{
	height:100%;
}
/*body.home footer{
	position:absolute;
	bottom:0px;
}*/
body.noscroll footer{
	position:fixed;
	bottom:0px;
}

/** *****************************************
 ** HEADER
 ** *****************************************/
header{
	background:#4e4e4e;

}

header a{
	color:#D2D2D2;
	font-family:Oswald,arial;
	font-weight:300;
	font-size:12px;
	text-transform:uppercase;
}

header a:hover,
header a.active{
	color:#FFFFFF;
}	

header .wrapper{
	position:relative;
}

/** *****************************************
 ** HEADER - LOGO
 ** *****************************************/
header .logo{
    margin:10px auto 0px auto;
    display: block;
	max-width:620px;
}
header .logo img{
	width:100%;
}

/** *****************************************
 ** HEADER - LANGUES
 ** *****************************************/

header .langs{
	position:absolute;
	top:0px;
	left:0px;
	margin-top:10px;
}
header .langs li:last-child{
	padding-right:0px;
}	

header .contacts{
	position:absolute;
	top:0px;
	right:0px;
	margin-top:10px;
}

header .contacts ul{
	margin-bottom:5px;
}

header .contacts .email{
	text-align: center;
}
header .contacts .email a{
	font-size: 17px;
}

header .social a{
	font-size:20px;
}

/** *****************************************
 ** HEADER - NAVIGATION
 ** *****************************************/

header nav{
    display: block;
    text-align: center;
    margin-top: 10px;
    position:static;

}
header nav ul.menu{
	position:relative;
	margin-bottom:0px;
}
header nav ul.menu>li{
	padding:0px 0px 10px 0px;
}
			
header nav  ul.menu>li>a{
	font-size:17px;
	padding-left:10px;
	padding-right:13px;
}
header nav ul.menu>li:last-child>a{
	padding-right:0px;
}
header nav ul.dropdown-menu{
    background-color: #333333;
}

header nav  ul.dropdown-menu>li>a{
	color:#999988;
	font-size:16px;
	font-weight: 300;
}


header .mobileBtn{
	float:left;
}

header .mobileBtn a {
	font-size:38px;
	color:#FFFFFF;
}


/** *****************************************
 ** FOOTER
 ** *****************************************/

footer{
	background: #202020; /*url('../images/header.jpg') repeat;*/
	width:100%;
	z-index:100;
}

footer .f{
	padding:30px 0px;
}

footer h1 {
    font-family: Oswald,arial;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
    color:#BBB;
	text-transform:uppercase;
	border-bottom:none;
}

footer h3 {
    font-family: Oswald,arial;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
    color:#BBB;
	text-transform:uppercase;
	border-bottom:none;

}

footer a{
	color:#999988;
}

footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}



footer .agency img{
	margin: -22px auto 20px;
}

footer .agency .coord{
	color:#BBB;
	text-align: center;
	font-family: Oswald,arial;
	font-size: 16px;
}

footer .agency .coord .phone{
	margin:5px 0px;
	font-size:20px;
}

footer .description .text {
	color:#BBB;
	/*padding-top:20px;
	margin-bottom:-10px;*/
	font-size:12px;
	text-align:justify;
}

footer .description .text>:last-child {
	margin-bottom:0px;
}


footer .navigation a{
	color:#BBB;
}
footer .navigation a:hover{
	color:#FFF;
}
footer .navigation li {
	margin-bottom:10px;
}


footer .signature{
background:#000000;
padding:5px;	
}

footer .signature .copyright {
	color:#999988;
	font-family:Oswald,arial;
	font-weight:300;
	/*font-size:16px;
	margin:20px 0px 20px 0px;*/
	float:left;
	font-size: 13px;
}

footer .signature .social {
	float:right;
	margin-bottom: 0px;
}

footer .signature .social a {
	font-size:18px;
}



/***********************************************************
 ** UL
 **********************************************************/
 .ulagency li{
    font-size: 15px;
    font-family: Oswald;
    margin-top: 0px;
    /* margin-left: -28px; */
    margin-bottom: 14px;
    font-weight: 300;
    color: white;
 
 }

/*********************************************** 
 ** MAIN
 ***********************************************/
.main{
	padding-bottom:20px;
	
}
.main .containerBg{
	background: white;
    padding: 15px;
}



/*********************************************** 
 ** MOBILE SLIDEBAR
 ***********************************************/

.slidebar a{
    font-family: Oswald, verdana;
    font-size: 18px;
    display: block;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.slidebar .sb-nav > li{
	border-bottom: 1px solid #333333;
}

.slidebar a:hover{
	color:#FFFFFF;
	background-color:#676767;
}

.slidebar .sb-caret{
	float:right;
	margin-top:5px;
	transition:transform 1s;
}

.slidebar .sb-dropdown-menu{
	display:none;
	list-style:none;
	padding-left:0px;
	border-top: 1px solid #333333;
}

.slidebar .sb-dropdown-menu li a{
	border-top: 1px solid #333333;
	padding-left:50px;
}

.slidebar .sb-dropdown-menu li:first-child a{
	border-top: none;
}

.slidebar .sb-dropdown.open .sb-dropdown-menu{
	display:block;
}

.slidebar .sb-dropdown.open .sb-caret,
.slidebar .sb-dropdown:hover .sb-caret{
  -webkit-transform:rotate(90deg); 
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg); 
  -ms-transform:rotate(90deg); 
  transform:rotate(90deg);
}

.slidebar .dropdown-backdrop{
	display:none;
}

.slidebar .home{
	background-image:url("../images/logoMobile.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	height:70px;
}

.slidebar .glyphicon{
	margin-right:10px;
}

.slidebar .separator{
	height:4px;
	background-color:#444444;
}

.slidebar .social{
	text-align: center;
}

.slidebar .social a{
	padding: 10px 10px 10px 10px;
}
.slidebar .social a.fas{
	font-family: "Font Awesome\ 5 Free";
}
.slidebar .social a.fab{
	font-family: "Font Awesome\ 5 Brands";
}

/*********************************************** 
 ** HOME VIDEO
 ***********************************************/
#homeVideo{
	position:relative;
	overflow:hidden;
}
#homeVideo video {
	position: absolute;
	top: 50%;
	left: 50%;
    min-width: 100%;
    min-height: 135%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*************************************
 ** HOME - SLIDER
 *************************************/
#homeSlider{
	height:700px;
}

#homeSlider.rsDefault .rsBullets{
	background:transparent;
}

#homeSlider.rsDefault .rsBullet {
	width: 22px;
	height: 22px;
	display: inline-block;
	padding: 6px 5px 40px;
}

#homeSlider.rsDefault .rsBullet span{
	width: 16px;
	height: 16px;
}

#homeSlider .rsABlock{
	font-family: Oswald,arial;
	font-weight: 300;	
	background-color:rgba(20,20,20,0.8);
	color:#FFFFFF;
	padding:20px;
	left:15%;
	top:25%;
	max-width:40%;
}
#homeSlider .rsABlock .title{
	font-size: 24px;
	text-transform:uppercase;
}
#homeSlider .rsABlock .text{
	font-size: 20px;
}
#homeSlider .rsABlock .btn{
	margin-top:20px;
}
/*************************************
 ** HOME - SEARCH
 *************************************/


.home .searchContainer{
	position:absolute;
	top:1%;
	width:100%;	
}
.home .searchContainer .search{
    opacity: 0.95;
}

/*************************************
 ** PROPERTIES - LIST
 *************************************/
.propertyList .item{
	position:relative;
	margin-bottom:20px;
	padding:30px;
	display:block;
	color:#333333;
	background-color: #fbfbfb;
    border: 1px solid #ece9e9;
}



.propertyList .item .header{

}

.propertyList .item .header .title,
.propertyList .item .header .subtitle{
	font-family: Oswald,arial;
	font-size:30px;
    color: #968181;
    margin-top: 0px;
    text-transform: uppercase;

}

.propertyList .item .header .subtitle .tooltip{
    text-transform: initial;
}


.propertyList .item .photos{
	margin-bottom:30px;
}

.propertyList .item .photos img{
	width: 100%;
}

.propertyList .item .thumb.a2{
	margin-top:20px;
}


.propertyList .item .text{
	font-size:14px;
	text-align: justify;
}

.propertyList .item .video,
.propertyList .item .visit{
	margin-left:10px;
}

.propertyList .item .eco{
    width: 80px;
    margin-top: -14px;
    margin-left: -90px;
    position: absolute;
}


.propertyList .item .photos h3{
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,0.4);
    z-index: 100;
    color:#FFFFFF;
}

.propertyList .item .tooltip-inner {
    max-width: 400px;
}


/*************************************
 ** PROPERTY - ROYAL SLIDER
 *************************************/
 .propertyDetail .royal-slider-wrapper{
	position: relative;
}

.propertyDetail .royal-slider-property-info{
   position: absolute;
   display: block;
   top: 10%;
   right: 10%;
   max-width: 450px;
   background-color: #FFFFFF99;
   overflow-y: auto;
   z-index:10000;
   text-align: center;
   padding:0px 20px 10px 20px;
}

.propertyDetail .royal-slider-property-info .info-title{
   text-align: center;
}

.propertyDetail .royal-slider-property-info .info-subtitle{
   text-transform: uppercase;
   text-shadow: -1px 2px 3px #bbb5b5;
   font-size: 28px;
}

.propertyDetail .royal-slider-property-info .info-price{
   text-transform: uppercase;
   text-shadow: -1px 2px 3px #bbb5b5;
   font-size: 24px;
}


@media (max-height: 500px) {
   .propertyDetail .royal-slider-property-info{
		   display:none;
   }
}
@media (max-width: 800px) {
   .propertyDetail .royal-slider-property-info{
		   display:none;
   }
}


@media (max-width: 991px) {
   .propertyDetail .royal-slider-wrapper{
		   display: none;
   }
}

/*************************************
** PROPERTY - DESCRIPTION
*************************************/


.propertyDetail .wrap{
   background-color:#FFFFFF;
}
.propertyDetail  h2{
   border-bottom: 1px solid #BBBBBB;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.propertyDetail .eco{
    width: 250px;
	margin-bottom:10px;
}

.propertyDetail  .price{
   float:right;
   font-family:Oswald,arial;
   font-weight:300;
   margin-top:20px;
   margin-left:20px;
   color: #3a3939;
   text-shadow: 1px 3px 3px #b1b1b1;
   text-transform: uppercase;
   font-size: 35px;
   line-height: 35px;
}


.propertyDetail .description .text{
   text-align: justify;
   font-size:15px;
   line-height: 24px;
   font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;
}

.propertyDetail .btn-contact{
   white-space:normal;
   font-family: Oswald;
   font-weight: 300;
   font-size:21px;
}

.propertyDetail .btn-video{
   position:absolute;
   right:60px;
   bottom:100px;
   z-index: 1000;
   opacity:0.9;
   font-size: 22px;
 /* background: #FF0000;*/
   /*background: url('../images/carbon.png');*/
   text-shadow: 1px 1px 2px #000;
	  box-shadow: 2px 4px 9px #0A0A0A;
   color:white;
}

.propertyDetail .btn-video:hover{
   color:red;
}

/*************************************
** PROPERTY - INFORMATIONS
*************************************/
.propertyDetail .infoTable{
   width:100%;
}
.propertyDetail .infoTable td{
   font-size: 15px;
   padding: 3px 10px;
   font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;
}
.propertyDetail .infoTable td.l{
   color:#999988;
}
.propertyDetail .infoTable tr:nth-child(odd){
   background-color:#EEEEEE;
}


/*************************************
** PROPERTY - NOTAIRE
*************************************/
.propertyDetail .notary,
.propertyDetail .mortage{
   margin-bottom: 15px;
}

.propertyDetail .mortage .inner{
   background:#EEEEEE;
   padding-top:10px;
   border-radius: 0px;
}
.propertyDetail .notaryTable,
.propertyDetail .mortageTable,
.propertyDetail .mortageForm{
   width:100%;
}
.propertyDetail .notaryTable td,
.propertyDetail .mortageTable td,
.propertyDetail .mortageTable th{
   font-size: 14px;
   padding: 3px 10px;
   font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;
}

.propertyDetail .notaryTable td.v{
   text-align:right;
}
.propertyDetail .notaryTable td.total{
   border-top:1px solid #333333;
}

.propertyDetail .notaryTable tr:nth-child(odd){
   background-color:#EEEEEE;
}

.propertyDetail .mortageTable tr:nth-child(odd){
   background-color:#FFFFFF;
}
.propertyDetail .mortageTable th,
.propertyDetail .mortageTable td{
   text-align:center;
}
/*.propertyDetail .mortageForm {
   background-color:#EEEEEE;
   padding:10px;
}*/
.propertyDetail .mortageForm td.l{
   font-size:13px;
   font-weight:bold;
   width:60%;
}
.propertyDetail .mortageForm td.v{
   padding:2px 0px;
   text-align: right;
   min-width: 120px;
   height:32px;
}
.propertyDetail .mortageForm td.v input{
   padding-left:5px;
   padding-right:5px;
}

.propertyDetail .mortageNote{
   font-size:11px;
   padding-top:5px;
}

.propertyDetail .finance{
   background: #eeeeee;
   padding: 20px;
   margin-top: 10px;
}


/*************************************
** PROPERTY DETAIL - ACTION
*************************************/
.propertyDetail-actions{
   position: absolute;
   bottom: 0px;
   right:0px;
   z-index: 1030;
   background-color: #4d4f50a1;
}
.propertyDetail-actions ul{
   display: flex;
   margin-bottom:0px;
}
.propertyDetail-actions li{
   max-width: 261px;
}
.propertyDetail-actions li a{
   display: block;
   padding: 20px;
   text-align: center;
   color: white;
   font-family: "Poppins", Sans-serif;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
}

.propertyDetail-actions li:hover{
   background-color: #6a6254;
}
.propertyDetail-actions li:hover,
.propertyDetail-actions li label:hover{
   cursor: pointer;
}

.propertyDetail-actions li i{
   font-size: 24px;
   margin-bottom:8px;
}
.propertyDetail-actions li label {
   display: block;
}
.propertyDetail-actions li.action-rdv {
   background-color: #c9001a;
}
.propertyDetail-actions li.action-rdv:hover {
   background-color: #a12e3d;
}

@media (max-width: 992px) {
   .propertyDetail-actions li label{
	   display: none;
   }
   .propertyDetail-actions li a{
	   padding: 15px;
   }
}


/*************************************
** PROPERTY - SEARCH
*************************************/
.propertyDetail .search{
   margin-top:20px;
   margin-bottom:0px;
}



/*************************************
** PROPERTY - RDV
*************************************/

#rdvForm .f{
	   padding-bottom:10px;
}

#rdvForm.form-horizontal .form-group{
   margin:0px;
}
#rdvForm.form-horizontal .has-feedback .form-control-feedback{
   right:0px;
}

#rdvModal .modal-footer{
   display:none;
}
#rdvModal .alert{
   margin-bottom:0px;
}

/*************************************
** PROPERTY - CALL ME
*************************************/


#callmeForm.form-horizontal .form-group{
   margin:0px 0px 15px 0px;
}
#callmeForm.form-horizontal .form-group:last-child{
   margin-bottom: 0px;
}
#callmeForm.form-horizontal .form-group.or{
   font-size:20px;
   text-align:center;
   line-height: 10px;
   text-transform: uppercase;
}
#callmeModal .modal-dialog{
   max-width:320px;
}
#callmeModal .modal-footer{
   display:none;
}
#callmeModal .alert{
   margin-bottom:0px;
}
/*************************************
** PROPERTY - DPE
*************************************/
#dpeModal .modal-body{
   text-align:center;
}
#dpeModal .dpe{
   width:49%;
}

.dpes .dpe{
	width:50%;
	margin-top:10px;
}

/*************************************
 ** RECHERCHE
 *************************************/



.search {
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 15px;
    background: #29292994;
    border-radius: 6px;
    color: #FFF;
    /*background:url('../images/header.jpg') repeat;*/
}

.search .searchLeft{
	border-right: 1px solid #444444;
}

.search .multiselect-container{
	border:none;
}

.search .multiselect-container input[type=checkbox]{
	display:none;
}


.search .multiselect-container label{
    padding: 3px 3px 3px 3px;
    font-size: 14px;
	text-align: center;
	font-family: Oswald,arial;
	text-transform: uppercase;
	word-break: normal;
    overflow-wrap: unset;
    white-space: break-spaces;
}

.search button,
.search input.btn,
.search a.btn{
	font-family: Oswald,arial;
	text-transform: uppercase;
	font-size:16px;
	background-color: transparent;
	color:white;
	padding-top:6px;
	padding-bottom:6px;
}

.search button:hover,
.search input.btn:hover,
.search a.btn:hover{
	color:#000000;
}

.search .searchCriteriaTitle{
    font-family: Oswald,arial;
    font-size:16px;
    text-transform: uppercase;
    padding-top: 11px;
}
.search .searchCriteriaText{
	border: 1px solid #444444;
    display: block;
    padding: 10px;
    border-radius: 0px;
    font-family: Oswald,arial;
	font-size: 17px;
    font-weight: 100;
    text-align: center;
}






.search input[type=submit]{
	padding:13px 10px;
}

@media (max-width: 1199px) {
	.search input[type=submit]{
		margin-top:10px;
	}
}

.search .searchCriteriaCounter{
    font-family: Oswald,arial;
    text-transform: uppercase;
}

.search .searchCriteriaCounter .counter{
	font-size: 25px;
    line-height: 32px;
    color: #F8ba00;

}
.search .searchCriteriaCounter .text{
	line-height: 13px;
    font-size: 16px;
    padding-top: 3px;
    color: #f8ba00;
}

.search .searchPanel .btn-default:hover{
	background-color: white;
}

.search .dropdown-menu > .active > a, 
.search .dropdown-menu > .active > a:hover, 
.search .dropdown-menu > .active > a:focus,
.search .dropdown-menu > li > a:hover{
    text-decoration: none;
    color: #262626;
    background-color: #dad3d3;

}

.search .searchPanel .btn-group{
    padding-bottom: 10px;
}

.search .searchPanel .multiselect-container{
	margin-top:-11px;
}


.search .searchPanel .multiselect-container{
	max-width: 100%;
    min-width: 100%;
}


.search .alertLinkContainer{
	padding-top:10px;
	text-align:center;
}

.search .alertLink{
	font-size: 15px;
    color: #14e6b7;
    font-family: 'Oswald', sans-serif;
}

.search .caret{
	display: none;
}



/*************************************
 ** PROPERTIES - LIST
 *************************************/
.newsList .item{
	position:relative;
	margin-bottom:20px;
	display:block;
	color:#333333;
	background-color:#FFFFFF;
}	
.newsList .item .wrap{
	position:relative;
}					
.newsList .item .wrap img{
	width: 100%;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;								
}
				
.newsList .item img{
	width: 100%;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;								
}

.newsList .item .presentation{
	padding:10px;

}
.newsList .item .title{
	font-family: Oswald,arial;	
	font-size:19px;	
	margin-top:0px;	
	font-weight:500;
}

.newsList .item .subtitle{
	font-family: Oswald,arial;	
	font-size:19px;	
	margin-top:0px;	
	font-weight:300;		
}		
.newsList .item .subtitle{
	float:right;
	font-size:18px;					
}						
.newsList .item .text{
	font-size:11px;
	height:90px;
	overflow:hidden;	
	text-align: justify;
	
}
.newsList .item .zoom{
	position:absolute;
	right:8%;
	bottom:10%;
	width:46px;
	height:46px;
	background-image: url('../images/zoom.png');
	background-color:rgba(20,20,20,0.8);
	border-radius:5px;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;							
}
.newsList .item:hover .zoom{
	opacity: 1;
}					
.newsList .item:hover img{
	opacity: 0.8;
}

.newsList .item .typeA,
.newsList .item .typeV{
	position:absolute;
	right:0px;
	top:0px;
	height:97px;
	width:95px;
	background-image: url(../images/typeA.png)
}

.newsList .item .typeV{
	background-image: url(../images/typeV.png)
}

/*************************************
 ** NEWS - DESCRIPTION
 *************************************/


 .newsDetail .wrap{
	background-color:#FFFFFF;
	padding-top:15px;
}
 .newsDetail  h2{
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.newsDetail .description .text{
	text-align: justify;
	font-size:14px;
	line-height: 24px;
}

/*************************************
 ** NEWS - ACTIONS
 *************************************/
.newsDetail .actions{
	text-align: right;
	list-style: none;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
}

.newsDetail .actions li{
	display:inline-block;
}		

.newsDetail .actionsTop .btn{
	margin-top: 15px;
}




/*************************************
 ** BOOK - LIST
 *************************************/

.bookList .item{
    margin-bottom:0px;
    position: relative;
    height:100%;
    display:flex;
    flex-direction: column;
}

.bookList .item h2 {
    margin-top: 0;
    margin-bottom: 17px;
    padding: 30px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
  }

.bookList .item h2 span {
    color:#027a8e;
 }

.bookList .item .text {
	text-align: justify;
    flex-grow: 1;
 }

.bookList .item .link {
    text-align: center;
    margin-bottom:30px;
    margin-top:0px;
 }
.bookList .item .wrap{
    position:relative;
    display:block;
    background:#FFFFFF;
}

.bookList .item .wrap .icon{
    position:absolute;
    display:block;
    height:60px;
    width:60px;
    text-align: center;
    background:rgba(0,0,0,0.8);
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius: 30px;
    color:white;
    opacity:0;
    font-size:24px;
    line-height:60px;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
    z-index:100;
}

.bookList .item .wrap img{
    width:100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	box-shadow: 1px 7px 20px 0px #4e4e4e;
}

.list-blocks .item .wrap img.icon{
    position: absolute;
    right: 0px;
    top: 0px;
    width: inherit;
}

.bookList .item:hover .wrap img{
    opacity:0.6;
    -webkit-backface-visibility: hidden;
}
.bookList .item:hover .wrap .icon{
    opacity:0.6;
}

/*************************************
 ** BOOK - DESCRIPTION
 *************************************/


 .bookDetail .wrap{
	background-color:#FFFFFF;
	padding-top:15px;
}
 .bookDetail  h2{
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
	text-transform: uppercase;
}

 .bookDetail  h4 {
	color: #564e47;
    font-size: 21px;
    text-transform: uppercase;
    background: #d6d6d6;
    border-radius: 9px;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
}
#tinymce .text,
.tinymce .text,
.bookDetail .text{
	text-align: justify;
	font-size:16px;
	line-height: 24px;
}

#tinymce .block-sample,
.tinymce .block-sample,
.bookDetail .block-sample {
    border-left: 5px solid #998677;
    margin: 0px 0px 10px 0px;
    padding: 15px 10px 15px 20px;
    background: #ccb8a82e;
}

#tinymce .block-samplebottom,
.tinymce .block-samplebottom,
.bookDetail .block-samplebottom {
    border-left: 5px solid #998677;
    margin: 0px 0px 10px 0px;
    padding: 20px 20px 5px 20px;
    background: #ccb8a82e;
    border-right: 1px solid #998677;
    border-top: 1px solid #998677;
    border-bottom: 1px solid #998677;
    /* border-radius: 5px; */
}


/*************************************
 ** ROYAL SLIDER
 *************************************/
.royalSlider .rsThumbsHor{
    bottom: 0px;
    position: absolute;
    background: rgba(20,20,20,0.5);
    padding: 5px;
    height:auto;
 }

.royalSlider .rsThumb {
    width: 80px;
    height: 60px;
}
.royalSlider .rsThumb.rsNavSelected{
	background:#000000;
}

/*************************************
 ** CONTACT
 *************************************/
.contact{
	color:#999988;
}
.contact label{
	font-family:Oswald,arial;
	font-size:16px;
	font-weight:300;
	color:#666666;
	margin-top:5px;
}

/*

.contact .form-control{
	background:#EEEEEE;
	border:none;
}*/

.contact .form-group{
		margin:0px;
}

.contact .form-group .btn{
		margin-top:20px;
}

.contact .has-feedback.no-feedback-icon .form-control-feedback{
	visibility: hidden;
}

.contact  .has-feedback .form-control-feedback{
	top:31px;
}

#contactModal .modal-body .glyphicon{
	font-size:30px;
	margin-right:20px;
	float:left;
}
#contactModal .modal-body .glyphicon-ok{
	color:green;
}
#contactModal .modal-body .glyphicon-remove{
	color:red;
}

#contactModal .alert{
	margin-bottom:0px;
}


/*************************************
 ** FANCYBOX
 *************************************/
 .fancybox-slider {
    margin:-5px;
	display: flex;
    flex-wrap: wrap;
	margin-bottom:10px;
}
.fancybox-slider a:first-child  {
    width:100%;
}
.fancybox-slider a  {
    display: block;
    width:25%;
    padding:5px;
    cursor: pointer;
}
.fancybox-slider a img  {
    width:100%;
    height:100%;
}

.fancybox-wrapper{
	position: relative;
}




/*************************************
 ** DEBUG
 *************************************/
.debug{
	display:none;
	color:white;
}

/*********************************************** 
 ** IMAGES TINY
 ***********************************************/

.tinymce img {
	max-width:100%;
	height:auto;
}

/*************************************
 ** RESPONSIVE
 *************************************/
@media (max-width: 991px) {
	header nav ul.menu>li>a{
		font-size:15px;
	}
	header nav ul.lev2>li>a{
		font-size:18px;
	}
	.propertyList .item .text{
		height:110px;
	}
	.search .title{
	    margin-top:0px;
	    margin-bottom:10px;
	}	
	body, #sb-site, .sb-site-container{
  		background: #FFF;
	}
	h1, .propertyDetail .price{
		color:#000;
		font-size: 23px;
	}
	#homeSlider .rsABlock{
		top:15%;	
	}

}

@media (max-width: 767px) {
	header .wrapper {
	    height: auto; 
	}

	header .logo{
	    margin: 10px auto;
	    display: block;
	    width: 100%;
	    max-width:70%;
	}	

	#homeSlider .rsABlock{
		max-width:70%;
		padding:10px;
	}
	#homeSlider .rsABlock .title{
		font-size: 20px;
		text-transform:uppercase;
	}
	#homeSlider .rsABlock .text{
		font-size: 16px;
	}
	#homeSlider .rsABlock .btn{
		margin-top:10px;
	}
	.propertyList .item .text{
		height:auto;
		min-height:auto;
	}
	.propertyDetail .description .text{
		line-height: inherit;
		font-size: 13px;
	}
	.propertyDetail .actions {
		padding-left:0px;
		padding-top:20px;
	}	

	.propertyDetail .actions li {
		margin-bottom: 10px;
		display: block;
	}	
	.search .btn-group{
	    padding-bottom: 10px;
	}	

	.royalSlider .rsThumbsHor{
		display:none;
	}

}

@media (min-width: 992px){
	.propertyDetail .actions{
		display: none;
	}
}

@media (min-width: 768px){
.modal-dialog {
    width: 70%;
}
}

/*************************************
 ** HOME ARTICLE
 *************************************/
.homeArticle{
	padding: 30px 0px 15px 0px;
}

.homeArticle h1{
	margin-top: 0px;
}

.homeArticleText,
.homeArticleSlider{
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.homeArticleText,
	.homeArticleSlider{
		float:inherit;
	}
}


/*************************************
 ** HOME THEME
 *************************************/
.homeTheme .wrapper{
	display: inline-block;
	height: 1000px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}

.homeTheme .grid-item {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    float: left;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homeTheme .grid-item1 {
    height: 27%;
    width: 100%;
}

.homeTheme .grid-item2 {
    height: 25%;
    width: 67%;
    padding-right: 10px;
}

.homeTheme .grid-item3 {
    height: 48%;
    width: 33%;
    padding-left: 10px;
}

.homeTheme .grid-item4 {
    height: 48%;
    width: 33.5%;
    top: -23%;
    padding-right: 10px;
}

.homeTheme .grid-item5 {
    height: 23%;
    width: 33.5%;
    top: -23%;
    padding-right: 10px;
    padding-left: 10px;
}

.homeTheme .grid-item6 {
    height: 25%;
    width: 66.5%;
    top: -48%;
    margin-left: 33.5%;
    padding-left: 10px;
}

.homeTheme .grid-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #cacaca;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
   }

	.homeTheme .grid-item-title {
	    position: absolute;
	    left:50%;
	    top: 50%;
	    background: rgba(255,255,255,.7);
	    padding: 12px 30px;
	    text-transform: uppercase;
	    font-size: 22px;
	    color:#333333;
	    transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    font-family: Oswald,arial;
	    -webkit-transition: all .4s ease-out;
	    -moz-transition: all .4s ease-out;
	    -o-transition: all .4s ease-out;
	    transition: all .4s ease-out;
	    white-space: nowrap;
	}
	.homeTheme .grid-item-title div {
	    font-size: 14px;
	    white-space: nowrap;
	}
   .homeTheme a:hover .grid-item-title {
   	color: #ffffff;
   	background: rgba(50,50,50,.7);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
   }

   .homeTheme .grid-item1 .grid-item-title {
   	font-size: 32px;
   }

@media (max-width: 767px) {
	.homeTheme .wrapper{
		height: 1200px;
	}
	.homeTheme .grid-item1,
	.homeTheme .grid-item2,
	.homeTheme .grid-item3,
	.homeTheme .grid-item4,
	.homeTheme .grid-item5,
	.homeTheme .grid-item6{
		height:16.6%;
		width:100%;
		top:inherit;
		padding: 5px 0px 5px 0px;
		margin-left: 0;
	}

	.homeTheme .grid-item .grid-item-title {
	    font-size: 18px;
	    width:70%;
	}
}
@media (max-width: 991px) {
	.homeTheme .wrapper{
		height: 700px;
	}
}
@media (max-width: 1199px) {
	.homeTheme .wrapper{
		height: 900px;
	}
}

/*************************************
 ** MENU CUSTOM
 *************************************/

@media (min-width: 1200px) {
	.menu .menu_5 {
		display:none;
	}
}

.menu .menu_55 a{
	color: #ff0000;
}

.menu .menu_55 a:hover{
	color: #fff;
}

.menu .menu_57 a{
	color: #F8BA00;
}

.menu .menu_57 a:hover{
	color: #fff;
}
