section.img-header-section{
	background: url('../images/49917376_l.png') ;/*no-repeat fixed 50% 0px / cover;*//*no-repeat center; */
  	background-size:     cover; 
    background-repeat:   no-repeat;
    background-position: top center;  
    /*opacity: 0.9;*/
    box-shadow: inset 0 0 0 350px rgba(11, 12, 54, 0.72);
    position: relative;
    text-align: center;
    height: 450px;
    color:white;
   	/*display: flex;
    flex-direction: column;
    justify-content: center;*/
  	text-align: right;
}

section.img-header-section h1{
    font-weight: bold;
    font-size: 38px;
    text-align: right;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;

}

section.img-header-section p{
    font-size: 18px;
    font-weight: lighter;
}

section.img-header-section h1 .blue-white{
	color:#00AEEF;
	margin: 10px;
}

section.img-header-section h1 .white{
	color:#FFFFFF;
	margin: 10px;
}

section.img-header-section .menu span {
	color:#FFFFFF;
}

section.img-header-section .row-header{
	display: flex;
    margin-top: 50px;
    height: 65px;
}

section.img-header-section .header-img-div{
	display: flex;
    justify-content: center;
    align-items: center;
}

section.img-header-section .header-img-div>div{
	width: 60%;
}

section.img-header-section .menu{
  display: flex;
  flex-wrap: nowrap;
  align-self: flex-end;
  justify-content: center;
}

section.img-header-section .menu div{
    color: #0B0C36;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    min-width: 104px;
    height: 33px;
    margin: 0px 10px 0px 10px;
    padding: 5px;
    text-align: center;
}

section.img-header-section .tsi-menu{
	background-color: #FFFFFF;
	color:#0B0C36;
	padding: 5px 15px 5px 15px !important;
}

section.img-header-section .tsi-menu span{
	background-color: #FFFFFF;
	color:#0B0C36;
}

section.img-header-section .erp-menu{
	background-color: #00AEEF;	
}

section.img-header-section .erp-menu img{
	height: 20px;	
}

section.img-header-section h1 .blue-white{
	color:#00AEEF;
	margin: 10px;
}

section.img-header-section h1 .white{
	color:#FFFFFF;
	margin: 10px;
}


section.img-header-section .center-header{
	height: calc(100% - 115px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;    
}

/*********************** search *******************************************/
section.search{
	height: 20px;
	background-color: #ffff;
	position: relative;	
}

section.search .search-inputs{
    height: 100px;
    box-shadow: 0px 7px 8px 3px #D2D2DA;
    position: absolute;
    top: -45px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

section.search .search-inputs select,section.search .search-inputs button{
    width: 100%;
    font-size: 20px;
    padding: 6px;
}

section.search .search-inputs select{
    border-color: black;
}

section.search .search-inputs button{
    background-color: #00AEEF;
    color: #FFFFFF;
    border: none;
    text-align: right;
    padding: 8px 16px 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/***********************************************************************/
section.details{
	min-height: 1000px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

section.details .div-for-sale{
	display: flex;
    justify-content: space-between;
}

section.details .for-sale{
	background-color: #0B0C36;
    color: white;
    font-size: 20px;
    padding: 2px 8px 2px 8px;
}

section.details .place-and-price{
	font-size: 32px;
    display: flex;
    justify-content: space-between;
}


@media (max-width: 991px){
section.details .place-and-price{
flex-direction: column;
}
}


section.details .imgs{
	height: 560px;
	/*background: url('../images/63502531-new-flat-with-round-table-white-chairs-and-open-kitchen.png') ;/*no-repeat fixed 50% 0px / cover;*//*no-repeat center; */
  	/*background-size:     cover; 
    background-repeat:   no-repeat;
    background-position: top center; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.carousel-inner{
	z-index: 1;
}

section.details .imgs .information{
	align-self: flex-end;
	display: flex;
    flex-direction: row;
}

section.details .imgs .information div{
	background-color: rgba(11,12,54,0.46);
	color:white;
	font-size: 16px;
	height: min-content;
    padding: 8px;
    margin-right: 5px;
    display: -webkit-box;
        display: flex!important;
    flex-direction: column;
}

section.details .imgs .information div span{
	display: table-caption;
}

section.details .imgs .information img{
	height: 35px;
    margin-left: 8px;
}

section.details .imgs .navigate span{
	background-color: #00AEEF;
    padding: 10px 15px 10px 15px;
    display: inline-block;
}


/***asset-description********/

section.details h3.asset-description{
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
}

section.details p.asset-description{
	font-size: 22px;
}

section.details .icons-details{
	/*display: flex;
    flex-direction: row;
    justify-content: center;*/
	box-shadow: 0px 6px 16px 3px #D2D2DA;
    background-color: #FFFFFF; 
	padding: 20px 0px 20px 0px;  
	display: inline-block;
}

section.details .icons-details div{
	/*padding: 20px;*/
    font-size: 20px;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #00000033;*/
    text-align: center;
    
}

section.details .icons-details div:nth-child(1){
	border:none;
}

section.details .icons-details div img{
	height: 40px;
    display: block;
    margin: 0 auto;
}

section.details .asset-actions{
	background-color: #00AEEF;
    color: white;
    margin-top: 15px;
    padding: 20px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.details .asset-actions img{
	height: 55px;
}

section.details .properties{
	margin-top:80px;
}

section.details .properties .tab-pane{
	margin-top:50px;
}

section.details .properties .tab-pane .checkmarks{
	font-size:20px;
}

section.details .properties .tab-pane .checkmarks p{
	margin-bottom: 18px;
}

section.details .properties .tab-pane .checkmarks img{
	height: 30px;
}

section.details .properties .nav{
	font-size: 18px;
	color: #0B0C36;
}

section.details .properties .nav a{
	font-size: 18px;
	color: #0B0C36;
}

section.details .nav-tabs>li.active>a, section.details .nav-tabs>li.active>a:focus, section.details .nav-tabs>li.active>a:hover{
	color: #0B0C36;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom:5px solid #2196F3;
	font-weight: 500;
}

section.details .nav-tabs > li > a{
	border-radius: 0px;
}

section.details .map{
	width: 100%;
	margin-top: 70px;
	
}







section.details .agent{
	box-shadow: 0px 6px 16px 3px #D2D2DA;
	background-color: #FFFFFF;
	padding: 15px;
}

section.details .agent p{
    font-size: 16px;
}

section.details .agent p>span:nth-child(1){
    text-align: right;
}

section.details .agent p>span:nth-child(2){
    float: left;
}
section.details .agent form p{
	font-size: 18px;
    font-weight: bold;
}

section.details .agent .agent-details p{
	font-size: 16px;
}

section.details .agent .agent-details .name-img-agent{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 120px;
    margin-bottom: 25px;
}

section.details .agent .agent-details .name-img-agent .agent-text{
	align-self: flex-end;
}

section.details .agent .agent-details .name-img-agent .agent-text p{
	margin: 0px;
    font-size: 20px;
    line-height: 1.0;
}

section.details .agent .agent-details .name-img-agent img{
	height: 95px;
}

section.details .agent .agent-details .agent-name{
	font-size: 22px;
    font-weight: bold;
}

section.details .agent input[type=text], section.details .agent select ,section.details .agent textarea{
    padding: 6px 20px;
    margin: 0 0 20px 0;
    display: inline-block;
    border: 1px solid #0B0C36;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

section.details .agent input[type=submit] {
  background-color: #0B0C36;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

section.details .agent input[type=submit]:hover {
  background-color: rgba(11,12,54,0.75);
}







/**************************************************************/

section.assets{
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
}

section.assets>.col-md-12{
    display: flex;
    justify-content: center;
}

section.assets .col-md-3{
    display: flex;
    justify-content: center;
}

section.assets .asset{
    width: 100%; 
    background-color: #fff;
}

section.assets .asset .img-div{
	background: linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('assets/49917376_l.png');/*no-repeat fixed 50% 0px / cover;*//*no-repeat center; */
  	background-size:     cover; 
    background-repeat:   no-repeat;
    background-position: center center;  
    height: 260px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

section.assets .asset .img-div-1{
	background-image:linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('assets/table-white-chairs-and-open-kitchen.png'); 
}

section.assets .asset .img-div-2{
	background-image: linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('assets/47256698-kitchen-interior-with-island-sink-cabinets-and-hardwood-floors.png'); 
}

section.assets .asset .img-div-3{
	background-image: linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('assets/47705144-kitchen-interior-in-new-luxury-home-with-island-sink-white-cabinets-and-hardwood-floors.png'); 
}

section.assets .asset .img-div p{
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #ffff;
    line-height: 1.1;
    margin-left: 18px;
}

section.assets .asset .img-div .for-sale{
    color: #FFFFFF;
    font-size: 16px;
    background-color: #00AEEF;
    padding: 2px 8px 2px 8px;
    position: absolute;
    margin: auto;
    right: 0;
    top: 24px;
}
section.assets .asset .asset-details{
	padding: 20px;
    box-shadow: 0px 6px 16px 3px #D2D2DA;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.assets .asset .asset-details-header{
	font-size: 20px;
    font-weight: 500;
    line-height: 1.0;
    direction: ltr;
    text-align: right;
}

section.assets .asset .place{
    font-size: 20px;
    margin-top: 0px;
    font-weight: 500;
    border-bottom: 1px solid #00000047;
}

section.assets .asset .place img{
    float: left;
    height: 22px;
}

section.assets .asset .assets-details-rooms{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

section.assets .asset .assets-details-rooms img{
    height: 20px;
}

section.assets .asset .asset-details .blue-btn{
    background-color: #0B0C36;
    color: #FFFFFF;
    BORDER: none;
    height: 40px;
    width: 100%;
    font-size: 18px;
    margin-top:25px;
}


section.assets .blue-btn{
	background-color: #0B0C36;
	color:#FFFFFF;
	text-align: center;
    font-size: 22px;
    border: none;
    direction: ltr;
    padding: 10px;
    margin: 48px;
}

section.assets .same-assets{
	border-bottom: 1px solid black;
    font-size: 26px;
    margin-bottom: 25px;
    /*font-weight: bold;*/
}
.col-desc{
	border-right: 1px solid #00000033;
	height: 108px;
    margin-bottom: 18px;
}
.asset_map{
	width: 100%;
}
.carousel-inner .item{
    height: 560px;
    z-index: -1;
}
.carousel-inner .item img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
}
#myCarousel{
	position: absolute;
    height: 560px;
    width: 100%;
    z-index: -1;
}

/*****************************************************************/



@media (max-width: 1200px){
section.details {

    padding-top: 40px;
    width: 100%;
}
section.details .col-md-9{
	    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
        display: flex;
    flex-direction: column;
}
section.details .imgs .information {
    align-self: center; 
   }
   
   #myCarousel {
   position: relative;
    height: 0px;
	top: -290px;

}


  .carousel-inner .item img {
    position: relative; }


.col-md-3.remove_to_print {
    margin: 20px 0px;
} 

section.details .agent input[type=text], section.details .agent select, section.details .agent textarea {
	width: 100%;
}

section.details .agent input[type=submit] {
		width: 100%;
}

.col-lg-3.col-md-12.remove_to_print {
	padding: 50px; }



}
 
@media (max-width: 567px){
	
section.details .imgs {
   height: 350px;
  }
#myCarousel {
    top: -85px!important;

}  
 
 .col-lg-3.col-md-12.remove_to_print {
	padding: 50px 0px;  
	}
  
}
.cursiv_info {
    font-style: italic;
    font-size: 12px;
}
section.details .imgs .information div.activate{background:#9acd32;} 
section.details .imgs .information div.activate img{margin:0;}
section.details .imgs .information div.activate a{display:block;text-align:center;}
.price_old_activate .modal-body,.showvisits_activate .modal-body{color:#fff;}
.price_old_activate ul li,.showvisits_activate ul li{color:#fff;font-size:16px;}
.price_old_activate .new_price_old,.showvisits_activate .new_price_old{color:#9acd32!important;}
.price_old_activate .modal-footer,.showvisits_activate .modal-footer{text-align:center;}
.social_btns img{max-width:35px}
.pluso-wrap .pluso-more{display: none !important}  
.hidden{display: none !important}
.social_contents{position:absolute;left:100px;bottom:15px;background:rgba(255,255,255,.8);padding:20px;z-index:99;border-radius:5px;border:1px solid #b6b6b6}
.close_social img{max-width:10px;position:absolute;left:10px;top:7px}
.additional_social a.pluso-whatsup{left:4px}
a.pluso-whatsup{display:inline-block;vertical-align:inherit;margin:3px 0 0 3px;padding:0;width:30px;height:30px;background:url(/media/web/images/WhatsApp.png)!important;position:relative;background-size:cover !important}
.social_btns a:hover{text-decoration:none !important}