/* ####################################################
  _____    _____    _____     _    _   _
 / ____|  / ____|  / ____|   | |  | | | |
| |      | (___   | (___     | |__| | | |
| |       \___ \   \___ \    |  __  | | |
| |____   ____) |  ____) |   | |  | | | |____
 \_____| |_____/  |_____/    |_|  |_| |______|

- Custom css made by TeroTero int

##################################################### */
/*-------------------------------

00 - GENERAL

------------------------------- */

body{
  font-family: 'Lato', sans-serif;
  color: #706f6f;
}
p{
  font-size: 16px;
  color:#706f6f;
}
h1, .h1{
  font-family: 'Oswald', sans-serif;
  color: #901336;
  font-size: 64px;
  font-weight: 100;
  margin-bottom: 30px
}
h3{
  font-size: 42px;
  letter-spacing: -1px;
}
.white, .white h1, .white h2, .white h3, .white p{
  color: #fff;
}
.white hr{
  border-color: #fff;
}
.black, .black h1, .black h2, .black h3, .black h4, .black hr{
  color: #000;
  border-color: #000;
}
hr.small {
    width: 100px;
    border-width: 2px;
}
.blackandwhite{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
img.elefante{
  max-width: 50px;
  height: auto;
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
    section .container {
        width: 970px;
    }
    .team .container-body{
      width: 1170px;
    }
    .annunci .container{
      width: 1170px;
    }
    .annuncio .container {
    width: 1170px;
  }
}
.section-header h2{
  font-size: 52px;
}
div {
  font-size: 16px;
}
.collapse.in, .collapse.collapsing , .collapsing {
    display: block !important;
}

/*-------------------------------

01 - NAVBAR

------------------------------- */
.navbar-default {
    background-color: #fff;
    border-color: #E7E7E8;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
.navbar-brand>img {
    max-height: 80px;
}
a.navbar-brand {
    height: auto;
    padding-top: 10px;
}
#navbar {
    padding: 45px 0 10px;
}
.navbar-default .main-left .navbar-nav>li>a {
    padding-bottom: 40px;
    padding-top: 5px;
}
.navbar-default .navbar-nav>li.selected>a {
    color: #831f3b;
}

.navbar-default .navbar-toggle {
    border-color: #901336;
    margin-top: 53px;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #8d1638;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #8d1537;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
  background-color: #fff;
}
li.menu-vacanza-unica>a {
    color: #ad9967;
}

.menu-vacanza-unica>a {}

li.menu-vacanza-unica>a {
    color: #ad9967 !important;
}

li.menu-vacanza-unica>a::before {content: " ";width: 100%;height: 1px;background-color: #ad9967;display: block;}

li.menu-vacanza-unica>a::after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ad9967;
    display: block;
}
hr.verde {
    border-color: #ad9967;
}
.nav>li>a {
  padding: 10px;
}

@media (max-width: 768px){
  #navbar {
    padding: 20px;
    text-align: center;
  }
  .navbar-nav {
    margin: 0;
  }
}
/*-------------------------------

01 - BREADCRUMB

------------------------------- */
.breadcrumb-container{
  display: none;
}
/*-------------------------------

01 - CAROUSEL

------------------------------- */
.carousel {
    position: relative;
    margin-bottom: 40px;
}
/*-------------------------------

01 - CONTATTACI

------------------------------- */
.contattaci {
  margin-top: 40px;
}
.contattaci hr.small{
  margin: 0 auto;
  margin-bottom: 20px;
}
.contattaci h3{
  margin-bottom: 10px;
  margin-top: 5px;
}
.contattaci {
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0;
}
.contattaci b{
    font-weight: 400;
}
.contattaci img{
  max-width: 52px;
  height: auto;
}
.contattaci a {
    /*color: #8d1537;*/
    color: rgb(214, 7, 65);
    font-weight: 700;
}
.contattaci a:hover, .contattaci a:focus {
    color: rgba(214, 7, 65, 0.7);
}

/*-------------------------------

01 - ANNUNCIO

------------------------------- */
.annuncio {
    font-size: 16px;
}
.annuncio .ricerca {
    background-color: #780028;
    padding: 20px 15px 30px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
    margin-top: 210px;
}
.annuncio .checkbox label {
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
    display: block;
    font-family: 'Oswald';
    text-rendering: geometricPrecision;

}
.annuncio .titolo {
    text-align: center;
    padding-top: 40px;
}

.annuncio .titolo span.icona-x {
    background-color: #780028;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 38px;
    text-rendering: geometricPrecision;
}

.annuncio .titolo h1 {
    text-transform: uppercase;
    padding-top: 0;
    margin-top: 5px;
    font-family: 'Lato', sans serif;
    font-size: 48px;
    margin-bottom: 5px;
    line-height: 52px;
    color: #696866;
    font-weight: 300;
}

.annuncio .titolo h3 {
    font-weight: 100;
    font-size: 26px;
    margin-top: 0;
    letter-spacing: 0;
    color: #696866;
}

.annuncio h2 {font-family: 'Oswald';font-weight: 300;text-transform: uppercase;font-size: 38px;}

.annuncio ul {
    list-style: none;
}

.annuncio ul>li {
    padding-bottom: 3px;
}
.prezzo {
    color: #780028;
    margin-top: 20px;
}

.prezzo h2 {margin: 0;}
.annuncio .map {
    margin: 40px 0;
    border: 3px solid #780028;
}

.torna-indietro span.torna-indietro {
    background-color: #780028;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0 6px;
    line-height: 17px;
    color: #fff;
    float: left;
}

.torna-indietro p {
    text-transform: uppercase;
    padding-left: 5px;
    display: inline-block;
    font-family: 'Oswald';
    color: #780028;
    line-height: 10px;
}
.annuncio .form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAAJ0Uk5T/wDltzBKAAAAzElEQVR42uzXQQ6AIAxFQbn/pb0CbX/DZlxr3iQqlO88vj4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgMvbGtdrQPgVbPXvv4GlfuEj3OlX/oKVfuk33OjX1oGFfnEhyverK2G8X16K0/36XhDuNzajbL+zG0b7re042e/NA8F+cyDJ9bsTUazfHslS/f5MGOoPhtJMfzIVR/qjsTzRn50LAv3hwWTen56Mxv3z+nmHUwAAAAAAAAAAAAAAAAAAAAAAAAAAAACA8wswACV5PSno9eHqAAAAAElFTkSuQmCC) no-repeat right center;
    background-size: contain;

}

.annuncio .form-control::after {content: " ";width: 5px;height: 5px;background: #000;}
.annuncio .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ricerca .btn-cerca {
    background-color: #fff;
    border-color: transparent;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Oswald';
    text-transform: uppercase;
    padding: 0px 40px;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 30px auto 0;
    color: #780028;
}
.annuncio .btn.focus, .ricerca .btn:focus, .ricerca .btn:hover{
  color: #780028;
  background-color: #fff;
  border-color: transparent;
  outline: none;
}
.annuncio .btn-red {
    background-color: #780028;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 22px;
    padding: 15px 40px;
    border-radius: 0;
    display: block;
    margin: 80px auto 0;
}
.map iframe {
    overflow: hidden;
    height: 479px;
}
/*-------------------------------

01 - HOMEPAGE

------------------------------- */


.type-homepage .section-header h2 {font-family: 'Lato', sans-serif;font-weight: 300;color: #000;margin-top: 0;margin-bottom: 30px;font-size: 42px;}
.type-homepage .section-header {font-size: 16px;}
.type-homepage h3 {
    margin-top: 5px;
}
/*-------------------------------

01 - ULTIMI APP

------------------------------- */

.ultimi-app .section-header img {
    width: 50px;
    height: auto;
}

.ultimi-app .section-header h3 {}



.ultimi-app {
    padding: 40px 0;
}
.blocco img.img-app {
    width: 100%;
    border: 3px solid #fff;
}
div#appartamenti {
    padding: 40px 0;
}
#appartamenti .blocco {
    margin: 4px;
    position: relative;
    cursor: pointer;
}

#appartamenti .info-app {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.info-app .center-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
    background-color: rgba(144,18,53,0.8);
    border: 3px solid;
}

.info-app  .centered {
    display: table;
    width: 100%;
    height: 100%;
}
.info-app .center-info .titolo-app {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
}

.info-app .center-info span {
    display: block;
}

.info-app .center-info .posizione-app {
    font-size: 16px;
    margin-top: 0;
    line-height: 16px;
    text-transform: capitalize;
}

.info-app .center-info .mp-app {}

.info-app .center-info span.mq-app {
    font-size: 20px;
    line-height: 32px;
}
.info-app {
  transition: 0.3s;
  opacity: 0;
}
#appartamenti .blocco:hover .info-app{
  opacity: 1;
  transition: opacity 0.3s;
}
.item .blocco:first-of-type {
    display: inline-block;
}

/* OWL carousel */
.owl-theme .owl-controls .owl-buttons [class*=owl-]{
	top: 50%;
	width: 45px;
	height: 82px;
	margin: 0;
	margin-top: -62px;
	opacity: 0.5;
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons [class*=owl-]:hover{
	opacity:1;
}

.owl-theme .owl-controls .owl-buttons>.owl-prev{
	left: -80px;
	background: url('../img/owl-left.png') no-repeat left center;
	font-size:0;
}

.owl-theme .owl-controls .owl-buttons>.owl-prev:hover{
	background: url('../img/owl-left.png') no-repeat left center;
}

.owl-theme .owl-controls .owl-buttons>.owl-next{
	right: -80px;
	background: url('../img/owl-right.png') no-repeat right center;
	font-size:0;
}

.owl-theme .owl-controls .owl-buttons>.owl-next:hover{
	background: url('../img/owl-right.png') no-repeat right center;
}
.owl-theme .owl-controls .owl-page span {
  background: #78797a;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background-color: #89af3b;
}

/*-------------------------------

01 - CERCA CASA

------------------------------- */
.cerca-casa .section-header img {
    width: 50px;
    height: auto;
}
.cerca-casa .container {
    background-color: rgba(144,18,53,0.87);
    padding: 60px 0;

}

.cerca-casa {
    color: #fff;
}

.cerca-casa .form-ricerca {
    text-align: center;
}

.cerca-casa .ricerca .form-control {
    max-width: 300px;
    background-color: transparent;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border-color: #fff;
    border-width: 2px;
    text-align: center;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAAJ0Uk5T/wDltzBKAAAAzElEQVR42uzXQQ6AIAxFQbn/pb0CbX/DZlxr3iQqlO88vj4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgMvbGtdrQPgVbPXvv4GlfuEj3OlX/oKVfuk33OjX1oGFfnEhyverK2G8X16K0/36XhDuNzajbL+zG0b7re042e/NA8F+cyDJ9bsTUazfHslS/f5MGOoPhtJMfzIVR/qjsTzRn50LAv3hwWTen56Mxv3z+nmHUwAAAAAAAAAAAAAAAAAAAAAAAAAAAACA8wswACV5PSno9eHqAAAAAElFTkSuQmCC) no-repeat right center;
    background-size: contain;
    padding-top: 5px;
    padding-bototm: 5px;
}

.cerca-casa .ricerca .form-control option {
    text-align: center;
}
.form-control option {
    color: #444;
}

.cerca-casa .ricerca {text-align: center;}

.cerca-casa .ricerca .btn-cerca {
    padding: 3px 100px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 40px;

}
.ricerca .row.centered .form-group {
    display: inline;
    padding: 10px;
}
.ricerca .row.centered {
    margin-bottom: 20px;
}


/*-------------------------------

01 - TEAM

------------------------------- */
.team {
    padding-bottom: 40px;
}
.team .section-header {
    padding: 40px 0;
    color: #000;
}

.team .section-header hr {
    border-color: #000;
}
.top-info {
    position: relative;
}

.top-info .more-team {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 0 20px;
    background-color: rgba(144,18,53,0.87);
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
    width: 100%;
    right: 0;
    left: 0;
    text-shadow: black;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s;
}

.inner-table {
    display: table;
    width: 100%;
    height: 100%;
}

.inner-content {
    display: table-cell;
    vertical-align: middle;
}

.top-info .more-team img {
    height: 35px;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.top-info .more-team span.email {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.top-info .more-team span.tel {
    font-size: 24px;
}

.team .container {
}

.blocco-team:hover .more-team {
    opacity: 1;
    transition: opacity 0.3s;
}

.blocco-team .info-team {font-family: 'Oswald';text-align: center;padding: 15px 0;font-weight: 300;}

.blocco-team .info-team p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 21px;
}

.blocco-team .info-team p.resp-team {
    text-transform: capitalize;
}

.blocco-team {
    border: 2px solid #cdcdcd;
    margin: 0 5px;
}
/*-------------------------------

01 - FORM RICHIESTA

------------------------------- */
.form-richiesta-vacanza h3 {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 42px;
    color: #ad9967;
}
.form-richiesta-vacanza  .form-control {
    color: #ad9967;
    border-color: #ad9967;
    border-radius: 0;
    border-width: 2px;
}

.form-richiesta-vacanza .form-group {
    width: 49%;
    display: inline-block;
    position: relative;
    margin: 10px 3px;
}
.form-richiesta-vacanza textarea {
    margin-left: 3px;
}
.form-richiesta-vacanza p {
    margin: 20px 0;
}

.form-richiesta-vacanza .btn-verde {
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #ad9967;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Oswald';
    text-transform: uppercase;
    padding: 3px 40px;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 30px auto;
    border: none;
}


.form-richiesta-vacanza .form-control::-webkit-input-placeholder {
   color: #ad9967;
   text-transform: uppercase;
}

.form-richiesta-vacanza .form-control:-moz-placeholder { /* Firefox 18- */
   color: #ad9967;
   text-transform: uppercase;
}

.form-richiesta-vacanza .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ad9967;
   text-transform: uppercase;
}

.form-richiesta-vacanza .form-control:-ms-input-placeholder {
   color: #ad9967;
   text-transform: uppercase;
}

.form-rosso h3 {
   color: #901336;
}

.form-rosso .form-control {
   border-color: #901336  !important;
   color: #901336  !important;
}
.form-rosso label{
  font-weight: 300;
  color: #901336  !important;
}
.form-rosso button {
   background-color: #901336 !important;
}
.form-rosso button:hover, .form-rosso button:focus .form-rosso button:active:hover {
  color: #fff;
}
.form-rosso .form-control::-webkit-input-placeholder {
   color: #901336;
   text-transform: uppercase;
}

.form-rosso .form-control:-moz-placeholder { /* Firefox 18- */
   color: #901336;
   text-transform: uppercase;
}

.form-rosso  .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #901336;
   text-transform: uppercase;
}

.form-rosso  .form-control:-ms-input-placeholder {
   color: #901336;
   text-transform: uppercase;
}

/*-------------------------------

01 - ARTICOLO CONS

------------------------------- */




.articolo-cons h2 {font-family: 'Oswald';color: #901336;font-size: 42px;font-weight: 600; margin-bottom: 20px;}

.articolo-cons {
    border-bottom: 20px solid #901336;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.articolo-cons:last-of-type {
    margin-bottom: 20px;
    border-width: 8px;
}
.post-precedenti h2 {font-family: 'Oswald';font-size: 32px;color: #901336;}

.post-precedenti h3 {
    font-weight: 300;
    font-family: 'Oswald';
    font-size: 32px;
    margin-bottom: 30px;
}

.post-precedenti .rias-art:after {
    border-bottom: 2px dashed #901336;
    content: " ";
    width: 50%;
    height: 1px;
    display: block;
}


/*-------------------------------

01 - ANNUNCI

------------------------------- */
.annunci {
    font-size: 16px;
    padding: 40px 0;
}
.annunci .ricerca {
    background-color: #780028;
    padding: 20px 15px 30px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;

}
.annunci .checkbox label {
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
    display: block;
    font-family: 'Oswald';
    text-rendering: geometricPrecision;

}
.annunci .form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAAJ0Uk5T/wDltzBKAAAAzElEQVR42uzXQQ6AIAxFQbn/pb0CbX/DZlxr3iQqlO88vj4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgMvbGtdrQPgVbPXvv4GlfuEj3OlX/oKVfuk33OjX1oGFfnEhyverK2G8X16K0/36XhDuNzajbL+zG0b7re042e/NA8F+cyDJ9bsTUazfHslS/f5MGOoPhtJMfzIVR/qjsTzRn50LAv3hwWTen56Mxv3z+nmHUwAAAAAAAAAAAAAAAAAAAAAAAAAAAACA8wswACV5PSno9eHqAAAAAElFTkSuQmCC) no-repeat right center;
    background-size: contain;

}

.annunci .form-control::after {content: " ";width: 5px;height: 5px;background: #000;}
.annunci .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ricerca .btn-cerca {
    background-color: #fff;
    border-color: transparent;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Oswald';
    text-transform: uppercase;
    padding: 0px 40px;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 30px auto 0;
    color: #780028;
}
.annunci .btn.focus, .ricerca .btn:focus, .ricerca .btn:hover{
  color: #780028;
  background-color: #fff;
  border-color: transparent;
  outline: none;
}
.annunci .btn-red {
    background-color: #780028;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 22px;
    padding: 15px 40px;
    border-radius: 0;
    display: block;
    margin: 80px auto 0;
}
.filtri {
    background-color: #780028;
    margin-top: 40px;
    padding: 10px 15px 30px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
}

.filtri h3 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 0;
    color: #fff;
    text-rendering: geometricPrecision;
}
.filtri a {
    color: #FFF;
}

.filtri h3:after {content: " ";display: block;height: 1px;width: 20%;background-color: rgba(255, 255, 255, 0.51);margin-top: 7px;}

.filtro {
    font-size: 18px;
    margin-bottom: 10px;
    text-rendering: geometricPrecision;
}

.filtro .delete-filtro {
    padding-right: 10px;
}
.immobile {padding-bottom: 30px;border-bottom: 10px solid #780028;margin-bottom: 30px;}

.immobile .img-immobile {
    background-size: cover;
    background-position: 50%;
    margin-left: 15px;
}

.immobile .info-immobile h3 {
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 0;
    line-height: 23px;
    margin-bottom: 5px;
}

.immobile .info-immobile h4 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    padding-top: 0;
}

.immobile .info-immobile ul {
    list-style: none;
    padding-left: 0;
    color: #780028;
    margin-bottom: 20px;
}

.immobile .info-immobile ul>li {
    display: inline-block;
    padding-right: 30px;
}

.immobile .info-immobile p.description {
    text-align: justify;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 30px;
}

.immobile .info-immobil .prezzo {}

.immobile .info-immobile .prezzo {font-family: 'Oswald';font-weight: 300;font-size: 28px;display: inline-block;margin-top: 0;}

.immobile .info-immobile .link-dett {
    background-color: #780028;
    color: #fff;
    padding: 3px 35px;
    font-family: 'Oswald';
    font-weight: 300;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.immobile .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



.show-filters {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.show-filters button {
    background-color: #780028;
    border: none;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 22px;
    width: 100%;
    padding: 10px;
}
/*-------------------------------

01 - ALL RESPONSIVE

------------------------------- */
@media (min-width: 768px) and (max-width: 1200px){
  .navbar-default .navbar-nav>li>a {
    padding: 15px 5px;
  }
  .navbar-header {
    width: 30%;
    float: left;
    display: inline-block;
  }

  div#navbar {
      width: 70%;
      padding-top: 10px;
  }
}
@media (max-width: 768px){
  .cerca-casa .ricerca .form-control {
    max-width: 90%;
    display: block;
    margin: 5px auto;
  }
  .ricerca .row.centered .form-group {
      display: block;
      padding: 3px 0;
      margin-bottom: 5px;
  }
  .ricerca .row.centered {
    margin-bottom: 0;
  }
  .foto-team img {
    width: 100%;
  }
  .blocco-team {
    margin-bottom: 20px;
  }
  .annunci .btn-red {
    margin: 30px auto;
  }
  .col-filtri {
    margin-bottom: 50px;
  }
  .immobile .row-eq-height {
    display: block;
  }
  .immobile .img-immobile {
    height: 350px;
    margin-bottom: 20px;
  }
  .immobile .info-immobile .link-dett {
    position: relative !important;
    float: none;
    display: block;
    bottom: initial;
    left: 0;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
  }
  .form-richiesta-vacanza .form-group {
    width: 100%;
  }
  .annuncio .ricerca {
    margin-top: 10px;
  }
  .hide-mobile{
    display: none;
  }
  .immobile .img-immobile{
    margin-left: 0;
  }
  .annunci .show-filters {
    margin-top: -60px;
    margin-bottom: 30px;
  }
  .info-immobile {
    padding: 0;
  }
  article.immobile {
    display: inline-block;
  }
}


/*––––––––––––

CUSTOMS FIXING

–––––––––––––*/
@media (min-width: 768px) and (max-width: 1200px){
.annunci .container{
  width: 98%;
}

.immobile .info-immobile .link-dett {
    position: relative;
    display: block;
    margin-left: 15px;
    margin-top: 20px;
}
}
.annunci .btn-red{
  max-width: 100%;
}



/* bugfixes */
.articolo-cons img {
    max-width: 100%;
    height: auto !important;
}


.img-immobile-container {
    overflow: hidden;
}

/*.img-immobile-container img {
    width: 100%;
    transition: transform .3s ease;
    height: 360px;
}*/

.zoomIn {
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: .4s;
}
.animated {
    animation-duration: 2s;
    animation-delay: .4s;
}
/* new animated number section */
.hl-numeri .number-container{
    text-align: center;
    cursor: pointer;
}
.hl-numeri .number-container .number{
    font-weight: 700;
    font-size: 48px;
    color: #000;
    display: block;
     font-family: 'Oswald', sans-serif;
}
.hl-numeri .number-container .sub-text {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
        color: #706f6f;
}
.hl-numeri a:hover, .hl-numeri a:focus{
    text-decoration: none;
}
@media (max-width: 1200px){
    .hl-numeri .number-container{
        padding-bottom: 20px;
    }
}
@media (max-width: 768px){

    .hl-numeri .number-container .number{
        font-size: 32px;
    }
}
.btn-red {
    background-color: #780028;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 0;
    display: block;
    margin: 80px auto 0;
    max-width: 200px;
    display: inline-block;
}
.btn-red:nth-child(even){
    margin-left: 10px;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
.red-text{
    color: #780028;

}
.badge-red{
    background-color: #780028;
}
.img-immobile-container .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 15px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    z-index: 9;
}


.img-immobile-container {
    overflow: hidden;
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    transition: transform .3s ease-in;
    -moz-transition: transform .3s ease-in;
    -ms-transition: transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    -webkit-transition: transform .3s ease-in;

}
.img-immobile a.link-dett {
    overflow: hidden;
    display: block;
}
article.immobile:hover .img-immobile-container{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

}




/*
 *  Prestige immobile
 */
.annunci_prestige{
    position: relative;
    padding: 80px 0;
    /*margin-top: -40px;*/
    display: block;
}
.annunci_prestige .prestige-container .annunci{
    position: relative;
    display: block;
    height: 100%;
}
/*.annunci_prestige .grid-sizer, .annunci_prestige .immobile-inner{
    margin:
}*/
.annunci_prestige .grid-sizer, .annunci_prestige .immobile{
    width: 49.5%;
    display: inline-block;
    /*margin: 10px;*/
}
@media (min-width: 1600px){
    .annunci_prestige .grid-sizer, .annunci_prestige .immobile{
        width: 32.5%;
        display: inline-block;
    }
}
@media (max-width: 992px){
    .annunci_prestige .grid-sizer, .annunci_prestige .immobile{
        width: 100%;
        display: inline-block;
    }
}

.annunci_prestige .immobile .image{
    overflow: hidden;
}
.annunci_prestige .immobile .image img{
    width: 100%;
}
.annunci_prestige .immobile .img-immobile-container{
    height: auto;
}
.annunci_prestige .immobile .details{
    background-color: #ffffff;
    padding: 10px;
}
.annunci_prestige .immobile .details h3{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #222222;
}
.annunci_prestige .immobile .details .description{
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}
.annunci_prestige .immobile .details ul.meta{
    margin: 0; padding: 0;
    list-style: none;
    background-color:#a98946;
    margin-left: -10px;
    margin-right: -10px;
    padding: 6px 15px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: -10px;
}
.annunci_prestige .immobile .details ul.meta li{
    display: inline-block;
    margin-right: 10px;
}
.annunci_prestige .immobile .details ul.meta li:last-of-type{
    margin-right: 0;
}
.annunci_prestige .immobile .details ul.meta li i{
    margin-right: 3px;
    font-size: 13px;
}
.prestige-badge {
    position: absolute;
    top: 15px;
    right: 0;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    background: #a98946;
    color: #ffffff;
    padding-right: 15px;
    text-transform: uppercase;
    z-index: 9999;
    font-weight: 400;

    box-shadow: 0 20px 38px rgba(0,0,0,0.16) !important;
}

.prestige-badge:after, .prestige-badge:before {
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    content: '';
    display: block;
    border-style: solid;
}
.prestige-badge:before {
    top: 0;
    border-width: 15px 10px 0;
    border-color: #000 transparent transparent;
}
.prestige-badge:before {
        border-top-color: #8d7239;
}
.prestige-badge i {
    margin-top: 0;
    margin-right: 5px;
}
.prestige-badge i {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
.visible-lg-inline {
    display: inline!important;
}

.prestige-badge:after {
    bottom: 0;
    border-width: 0 0 15px 10px;
    border-color: transparent transparent #000;
}

.prestige-badge:after {
    border-bottom-color: #a98946;
}

.annunci_prestige .immobile .btn-dett{
    background-color: #780028;
    color: #fff;
    padding: 12px;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border: 3px solid transparent;
    transition: all .3s ease-in;
}
.annunci_prestige .immobile .btn-dett:hover{
opacity: .9;
}
.annunci_prestige .immobile{
    border-bottom: 0;
    padding-bottom: 0;
    transition: all .3s ease-in-out;
}
.annunci_prestige .immobile:hover{
    text-decoration: none;
    pointer: cursor;
    background-color: transparent;
    box-shadow: 0 20px 38px rgba(0,0,0,0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


.annuncio .prestige .titolo span.icona-x{
        background-color: #a98946;
}
.annuncio .prestige .prezzo{
    color: #a98946;
}
.annuncio .prestige .map{
    border-color: #a98946;
}
.annuncio .prestige .torna-indietro p{
        color: #8d7239;
}
.annuncio .prestige .torna-indietro span.torna-indietro{
    background-color: #8d7239;
}

.annunci .prestige-badge{
    right: 15px;
}
.annunci_prestige .prestige-badge{
    right: 0;
}

body.type-prestige .carousel{
    margin-bottom: 0;
}

.annunci_prestige .section-header{
    padding: 20px 0;
    text-align: center;

}
.annunci_prestige .section-header h2{
    font-size: 52px;
    font-weight: 300;
    color: #a98946;
}
.annunci_prestige .section-header h3{
    font-size: 26px;
    font-weight: 400;
    color: #222222;
}
.annunci_prestige .section-header h2::after{
    display: block;
    content: " ";
    width: 100px;
    height: 3px;
    background-color: #a98946;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* justificato testi */
.immobile .description{
    text-align: justify;
}
.annuncio p, .annuncio div{
    text-align: justify;
}


/* new menu */
@media (min-width: 768px){
    .visibile-mobile{
        display: none !important;
    }
}
.top-menu {
    background-color: #8f1136;
    color: #fff;
}
@media (max-width: 768px){
    .top-menu{
        display: none;
    }
}
.top-menu ul#navbar-top li a{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}



/*
*   COMMERCIALI
*/
@media (min-width: 1200px){
.annunci_commerciali .container {
    width: 1170px;
}

}
/* select.form-control[name="tipologia"] {
    display: none;
} */
