/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-mar-2019, 17:33:39
    Author     : Antonio
*/

body { font-family: Roboto; }
.language-switcher ul li {
    margin: 0px !important;
    display: block !important;
    padding-left: 25px;
    background: url(/assets/img/flags/es.png) no-repeat left center;
    background-size: 16px;
}
.language-switcher ul li.en {
    background-image: url(/assets/img/flags/en.png);
}
.language-switcher ul li.de {
    background-image: url(/assets/img/flags/de.png);
}
.language-switcher ul li.it {
    background-image: url(/assets/img/flags/it.png);
}
.language-switcher ul li.no {
    background-image: url(/assets/img/flags/no.png);
}
.language-switcher ul li.sv {
    background-image: url(/assets/img/flags/sv.png);
}

.nav-logo { max-height: 70px; margin: 0; }
.nav-logo img { height: 100%; }
#nav-section.shrink .navbar-nav > li > a {
    line-height: 1;/*normal;*/
}

/* HOME home-advanced-search */
#home-advanced-search input:not( .btn ), 
#home-advanced-search .chzn-single { 
    background-color: #fff;
    border-color: gray; 
}
#home-advanced-search .form-group { margin-bottom: 0; }
/* HOME: About us */
.agents-wrapper {
    padding: 2rem 10% 5rem;
}
.agents-grid-off {
    display: flex;
    justify-content: space-around;
    flex-flow: row nowrap
}
.agents-grid li {
    padding: 0 15px;
}
.agents-grid li .image a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
}
.agents-grid li.agent-info {
    padding: 0 45px;
    flex-basis: 50%;
}
@media(max-width:480px){
    .agents-grid {
        flex-direction: column;
    }
}

/* HOME tabs */
#home .nav-pills.nav-justified > li > a,
#home .nav-pills.nav-justified > li > a:focus, 
#home .nav-tabs.nav-justified > li > a,
#home .nav-tabs.nav-justified > li > a:hover, 
#home .nav-tabs.nav-justified > li > a:focus { 
    font-size: 3rem; 
    background-color: #f2c400;
    border: none;
    color: #fff;
}
.nav-pills.nav-justified > li.active > a,
.nav-pills.nav-justified > li.active > a:focus,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:focus { 
    background-color: transparent;
    border: none;
    color: #fff;
}
.tab-content .tab-pane { border: none; }

.cool-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 15px 0;
    padding: 15px;
    background-color: #f2c400;

}

.cool-list .index span {
    background-color: #fff;
    border-width: 10px;
    border-style: solid;
    border-color: #f2c400;
    border-radius: 100% 100% 0;
    color: #333;
    float: left;
    font-size: 4rem;
    font-weight: bold;
    padding: 0 2rem;
}

.cool-list img { padding: 0; margin: 0;}
.cool-list .img-container {
    padding: 0;
}
.cool-list .points-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px;
    align-items: flex-start;
    background-color: #202326;
}

.cool-list .point:before {
    background: #fff;
    content: "·";
    color: #fff;
    display: inline-block;
    width: 15px;
    margin-right: 10px;
    /*transform: rotate(-15deg);*/
    border-radius: 15px 0 0 15px;
    line-height: 1;
}
.cool-list .point {
    color: #fff;
    float: left;
    font-size: 2rem;
    padding: 0 2rem;
    text-align: left;
    /*width:  90%*/

}

.cool-list .separator {
    color: #fff;
    clear:  both;
    width:  100%
}

/** Miscelánea **/

#call-guides h2.section-title {
    color: white;
}

#call-guides h2.section-title::before, #call-guides h2.section-title::after {
    background-color: #fff;
}

#call-guides .panel-theme {
    background-color: rgba(0,0,0,.5);
    color: #fff; /*4d4f52;*/
}
/* HOME Guides */
#call-guides .panel-body > p:first-child {
    font-size: 2rem;
}
#call-guides .panel-body > ul {
    list-style: none;
    line-height: 1.5;
    margin: 15px auto;
    padding: 0;
}
#call-guides .panel-body > ul li:before,
#call-guides .panel-body > ul li:after {
    content: "-";
    font-family: "Glyphicons Halflings";
    margin-right: 15px;
}
#call-guides .panel-body > ul li:after {
    margin-left: 15px;
    margin-right: 0;
}
#call-guides .row-guides {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
@media(min-width: 1024px) {
    .fullwidthsingle.guide-action .item .image {
        width: 40%;
    }
    .fullwidthsingle.guide-action .item .info {
        padding: 25px 40px;
        width: 60%;
    }
    .fullwidthsingle.guide-action .item .info h3 {
        padding: 0;
        margin: 0 0 15px;
    }
}
.fullwidthsingle.guide-action .item .info {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    background-color: #1ad6fc;
}
.fullwidthsingle.guide-action.sale .item .info {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
    background-color: #1ad6fc;
}
.guide-form-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border-radius: 5px;
}
.guide-form-wrapper form {
    background: transparent;
}
.guide-form-wrapper.buyers-guide p.h3 {
    color: wheat;
}
.guide-form-wrapper button[type="submit"] {
    background-color: #754E10;
}
/**
.panel-theme > .panel-heading {
    background-color: #f2c400;
    color: #fff;
}
/**/
a.pp_next, a.pp_previous, a.pp_play, a.pp_pause, a.pp_close { color: transparent; }
a.pp_next:hover, a.pp_previous:hover, a.pp_play:hover, a.pp_pause:hover, a.pp_close:hover { color: transparent; }
a.pp_next:focus, a.pp_previous:focus, a.pp_play:focus, a.pp_pause:focus, a.pp_close:focus { color: transparent; }
.parallax { padding: 40px 0; }

.grid-style1 .item {
    margin: 0 0 43px;
}

/* PROPERTIES */
#listing-header {
    margin-top: 0;
}
.sidebar.gray { margin-top: 30px; }
.property-title { margin-top: 0; }
.fotoProperty {
    max-height: 240px;
    min-height: 240px;
    width: auto !important;
}
#property-listing .info h3 {
    max-height: 46px;
    min-height: 46px;
}
.reserved {
    position: absolute;
    top: 10px;
    right: 9px;
    padding: 16px;
    background-color: #B00;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px 0 0 4px;
    padding: 4px 10px 4px 20px;
    z-index: 10;
}
.reserved:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: -6px;
    border-color:  #594800 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 6px 6px 0 0;
    height: 0;
    width: 0;
}
#property-view #multimedia { display: block; }
#property-view #multimedia.nav-tabs { font-size: 1.2em; margin-bottom: 5px; }
property-view #multimedia.nav-tabs > li > a { border: 0; background-color: transparent; }
#property-view #multimedia.nav-tabs > li:not(.active) > a > i {
    border-radius: 100%;
    background-color: #f2c400;
    padding: 9px;
    color: white;
    text-align: center;
    line-height: 1;
    font-size: 1.7rem;
}
@media (max-width: 480px) {
    #property-view #multimedia.nav-tabs > li { width: auto; }
    #property-view #multimedia.nav-tabs.nav-justified > li.active { display:none; }
}
@media (max-width: 992px) {
    #property-view #multimedia li { display: block; }
}
#property-view .tab-pane { padding: 0; }
#property-view #property-detail-wrapper.style1 .price {
    top: 10px;
}
#property-view .tab-content img {
    margin: 0
}
#property-view .reserved {
    padding: 15px 15px 15px 25px;
    right: -5px;
}
#property-view .owl-controls .owl-buttons {
    bottom: 10px;
    top: initial;
}
.form-control-small {
  width: 200px;
}
.property-gallery .item:hover img,
.property-gallery2 .item:hover img,
.grid-style1 .item .image:hover img,
.grid-style2 .item .image:hover img,
.list-style .item .image:hover img,
.grid-style2 .item .image:hover img,
.list-style2 .item .image:hover img,
.carousel-style2 .item:hover .image img, 
.carousel-style1 .item:hover .image img
{
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

#footer #legal-texts {
    font-size: .9em;
    margin: 10px auto;
}
#footer #legal-texts li.divider:before {
    border-right: 1px solid #333;
    content: '';
}

.icon-energetic {
    background: url('/themes/cozy/assets/images/certificado-energetico.png') no-repeat center center;
    background-size: contain;
    height: 16px;
    width: 16px;
    margin: 0 !important;
}
