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

- 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: 5px;
    display: block;
    margin: 80px auto 0;
}
.btn-white {
    background-color: #fff;
    color: #8F1136;
  
    font-weight: 300;
    font-size: 22px;
    padding: 15px 40px;
    border-radius: 5px;
    display: block;

    width:304px;
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
}

.btn-white:hover{
  color: #8F1136;
  text-decoration:none;

}

.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;
}


.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; background-color:#fff;}

.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: none;
    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;
}










.form-blu h3 {
   color: #154570;
}

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

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

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

.form-blu  .form-control:-ms-input-placeholder {
   color: #154570;
   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;
}
.ricerca .checkbox label {
  font-size: 18px;
  line-height: 14px;
}
.cerca-casa .ricerca .checkbox label {
  font-family: 'Oswald';
  font-weight: 100;
  display: block;
  text-align: left;
}
.ricerca .form-group {
  margin-top: 20px;
}
.ricerca .form-group+.form-group {
  margin-top: 0;
}
.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: 769px){
  .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;
  }
  .show-mobile{
    display:block;
  }
  .immobile .img-immobile{
    margin-left: 0;
  }
  .annunci .show-filters {
    margin-top: -60px;
    margin-bottom: 30px;
  }
  .info-immobile {
    padding: 0;
  }
  article.immobile {
    display: inline-block;
  }
}


@media (min-width: 770px){
.hide-desktop{
    display: none;
  }
  .show-desktop{
    display: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: 'Lato';
 
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 5px;
    display: block;
    margin: 80px auto 0;
    width:305px;
    display: inline-block;
}
.btn-red:nth-child(even){
    margin-left: 10px;
    margin-right: 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: 100;
    font-weight: 400;

    box-shadow: 0 20px 38px rgba(0,0,0,0.16) !important;
}
.prestige-badge.argento{
   background: #b0b0b0;
}
.prestige-badge.blue{
   background: #2a569a;
}

.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.argento:before{
  border-top-color: #666;
}

.prestige-badge.blue:before{
   border-top-color: #204071;
}

.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;
}
.prestige-badge.argento:after {
        border-bottom-color: #b0b0b0;
}
.prestige-badge.blue:after {
        border-bottom-color: #2a569a;
}

.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;
} */


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


/* BARRA EVIDENZA */
section.barra-evidenza{
  padding:31px 0;
}
/* TODO MOBILE!!!!!!!!!!!!!!!!!!!!! */
section.barra-evidenza div.container{
  width:80%;
}
section.barra-evidenza div.container h3{
font-size:32px;
line-height:32px;
}
section.barra-evidenza div.container small{
font-size:22px;
line-height:22px;
}


#section-151{
  margin-top:60px;
}



/* CURIOSITA */

#curiosita.container{
  width:90%;
}
#curiosita .contents {
  margin:10px;
  background-color:#F1F1F1;
  border:1px solid #DFDFDF;
}
#curiosita .contents h4{
  font-family: 'Lato';
  color:#901337;
  text-transform: uppercase;
  font-size:22px;
  padding:10px;
  height: 60px;
}
#curiosita .contents div.testo{
font-size:16px;
font-family:'Lato';
color:#585858;
padding:10px;
height: 150px;
}
#curiosita .contents a.btn-red{
  width:100%;
  margin-top:0px;
  text-align:center;
  font-size:16px;
  font-family: 'Lato';
}
#curiosita .contents .cta-btn{
    margin:10px;
 
}
#curiosita div.foto-curiosita{
  max-height:240px;
  overflow:hidden;
}
#curiosita .curiosita_categorie{
  font-size:11px;
  font-family:'Lato';
  font-weight: 800;
  color:#585858;
  text-transform:uppercase;
  padding:10px;
  height:100px;
}
#curiosita .owl-prev:before {
    content: '\f053';
    color: #901337;
    /*background-color: #000;*/
    width: 50px;
    height: 64px;
    display: block;
    background-image: url('../img/left-arrow.png');
}
#curiosita .owl-next:before {
    content: '\f053';
    color: #901337;
    /*background-color: #000;*/
    width: 50px;
    height: 64px;
    display: block;
    background-image: url('../img/right-arrow.png');
}

/* SLIDER */


#slider.container{
  width:70%;
}
#slider .contents {
  margin:10px;
  background-color:#F1F1F1;
  border:1px solid #DFDFDF;
}
#slider .contents h4{
  font-family: 'Lato';
  color:#901337;
  text-transform: uppercase;
  font-size:22px;
  padding:10px;
  height: 60px;
}
#slider .contents div.testo{
font-size:16px;
font-family:'Lato';
color:#585858;
padding:10px;
height: 150px;
}
#slider .contents a.btn-red{
  width:100%;
  margin-top:0px;
  text-align:center;
  font-size:16px;
  font-family: 'Lato';
}
#slider .contents .cta-btn{
    margin:10px;
 
}
#slider div.foto-slider{
  max-height:240px;
  overflow:hidden;
}
#slider .slider_categorie{
  font-size:11px;
  font-family:'Lato';
  font-weight: 800;
  color:#585858;
  text-transform:uppercase;
  padding:10px;
}
#slider .owl-prev:before {
    content: '\f053';
    color: #901337;
    /*background-color: #000;*/
    width: 50px;
    height: 64px;
    display: block;
    background-image: url('../img/left-arrow.png');
}
#slider .owl-next:before {
    content: '\f053';
    color: #901337;
    /*background-color: #000;*/
    width: 50px;
    height: 64px;
    display: block;
    background-image: url('../img/right-arrow.png');
}

#slider div.foto-curiosita{
 
  overflow:hidden;
  position:relative;
}
#slider a.btn-red{
    border-radius:0;
    position:absolute;
    bottom:0px;
    margin-left:0px;
    text-transform: uppercase;
}


/* OWL carousel SLIDER */


#slider .owl-prev{
 
    top:56% !important;

}

#slider  .owl-next{
 
    top:56% !important;
    right:-60px;
}

#slider{
    margin-top:50px;
    margin-bottom:50px;
}


/* FOOTER */
footer input.nl-input {
    width: 70%;
    height: 48px;
    margin-right: 12px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding:0 15px;
    color:#666;
    float: left;
}
footer .nl-footer {
    padding: 30px;
    background-color:#8F1136;
}
footer .nl-footer a{
  color: inherit;
  text-decoration: underline;
}
form .help-block{
  display: none;
  color: #FFF;
}
form .has-error .help-block{
  display: block;
}
form .alert{
  display: none;
}
footer .nl-footer .section-body{
   background-color:#8F1136; 
}
footer .nl-footer .container {
    width:90%;
}
button.nl-button {
    font-family: 'Lato';
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 48px;
    width: 150px;
}
button.nl-button:hover{
    opacity:0.8;
}

label.nl-disclaimer {
    margin-top: 12px;
    display: inline-block;
    font-size:12px;
}
label.nl-disclaimer input {
height:12px;
width:12px;
}
label.nl-disclaimer span{
    padding-left: 5px;
    color: #fff;
    font-family: 'Lato';
    padding-bottom: 8px;

    vertical-align: middle;
    display: inline-block;
}
#section-26 div.section-body{
    background-color:#2A2A2A;
    padding-top:55px;
   
    color:#fff;
}
#section-26 div{
   font-size:13px !important;
   padding:0 20px;  
}
.footer-social a{
    color:#fff;
    font-size: 18px;
}
.footer-links{
    padding-top:50px !important;
}
.footer-links a{
    color:#fff;
}
.footer-links a:hover{
    opacity:0.8;
    text-decoration:none;
}
#section-258 a{
color:#fff;
}
#section-258 a:hover{
color:#fff;
opacity:0.8;
text-decoration:none;
}



/* BANNER E SLIDERS */
.carousel-caption h4 {
    font-size: 47px;
    color: #000;
    text-align: left;
    font-weight: 300;
    text-shadow: none;
}

.titolo-separatore{
    text-align:center;
    margin:60px;
}

.titolo-separatore h2{
    font-size:41px;
    color:#8F1136;
}

.titolo-separatore hr{
    display:inline-block;
    border:2px solid #8F1136;
    width:100px;

}
.center{
    margin:0 auto;
}
.separatore-sub{
    font-size:18px;
    font-weight:600;
}



.numero-cerchiato{
    background-color:#8F1136;
    color:#fff;
    border-radius:50%;
    width:70px;
    height:70px;
    text-align:center;
    margin:0 auto;
    font-size:41px;
    vertical-align: middle;
    line-height:70px;
    margin-top: 60px;

}
.numero-testo{
    text-align:center;
    color:#8F1136;
    padding-top:5px;
    font-size:21px;
    margin-bottom: 60px;
}

.form-grigio {
    width: 350px;
    margin: 0 auto;
}

.form-grigio.full {
    width: 100%;
    margin: 0 auto;
}

.form-grigio h3{
    color:#780028;
    font-size:18px;
    font-weight:300;
    letter-spacing:normal;
    font-family:'Lato';
    text-align:center;
    padding-top:60px;
}

.form-richiesta-vacanza.form-grigio .form-control {
    color: #707070;
    border-color: #707070;
    border-radius: 0;
    border-width: 1px;
    height:48px;
}
.form-richiesta-vacanza.form-grigio .form-control::-webkit-input-placeholder {
   color: #707070;
   text-transform: none;
}
.form-richiesta-vacanza.form-grigio .form-group{
    width:100%;
}
.form-richiesta-vacanza.form-grigio .btn-verde{
    width:100%;
    height:73px;
    border-radius:5px;
    background-color:#8F1136;
}


/* hl investment */
.numero-cerchiato.verde{
    background-color:#006241;
}

.numero-testo.verde{
    color:#262626;
    font-size:18px;
    font-family:'Lato';
    font-weight: 300;
}
.titolo-separatore.verde h2{
  color:#006241;
  font-size:35px;  
}
.titolo-separatore.verde hr{
    border-color:#006241;
    background-color: #006241;
}


/* annuncio */
@media (min-width: 1200px)
{
    .annuncio .container {
    width: 80%;
    
    }
   
}

 .annuncio .container .box{margin:11px; position:relative;}

 .annuncio .container .box .overlay{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    padding:11px;
    opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
 }
 .annuncio .container .box .overlay .image-search {
 color:#fff;
 font-size:32px;

}
.annuncio .container .box .overlay  small{
     color:#fff;
}

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

.annuncio h2 {
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 38px;
    color: #901336;
    font-size: 20px;
}
.annuncio > .prezzo {
    background-color: #780028;
    margin-top: 20px;
    padding: 25px;
    color: #fff;
}

.annuncio .prezzo .col-sm-4.valore {
    color: #fff;
    font-size: 39px;
    font-weight: 400;
    font-family: 'Lato';
}
.annuncio  .prezzo .col-sm-4.valore .strong{
    font-weight:300;
}
.annuncio  .prezzo  a{
    color:#fff;
    text-decoration:none;
}

.annuncio .map{
    border: 1px solid #707070;
    padding:5px;
}

.titolo-correlati{
    font-size:28px;
    color:#780028;
    text-align:center;
    font-weight:600;
    margin:60px 0;

}
.container.correlati a:hover{
    text-decoration:none;
}
.container.correlati .correlati-item{
    padding:11px;
}
.container.correlati .correlati-item img{
    width:100%;
}
.container.correlati .correlati-item h4{
    color:#707070;
    text-transform: uppercase;

}
.container.correlati .correlati-item span{
    color:#780028;
    padding:0px;
    padding-right:25px;
}
.container.correlati .correlati-item .btn-red{
    width:120px;
    font-size:12px;
    text-align:center;
    padding:0;
    padding-top:11px;
    padding-bottom:11px;

}
.container.correlati{
    width:90%;
    margin-bottom:160px;
}

/* SERVIZI */
.blocchetti-servizi{
    width: 100%;
    background-color: #8F1136;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
    border-left:1px solid #fff;
    border-right:1px solid #fff;

}
.blocchetti-servizi:hover{
    opacity:0.8;

}
.blocchetti-servizi a{
     color: #fff;
     text-decoration:none;

}

.contenitore-servizi .contents {
    padding: 2px;
}
.sub-menu{
    min-height: 100px;
    padding-top: 40px;
}
.sub-menu p{
    text-align:center;
}

.sub-menu a{
    color:#000;
    text-align:center;
    display:inline-block;
}

/* ANNUNCI MOBILE */
@media (max-width: 769px) {
 .curiosita_categorie{
  visibility:hidden;
  height:40px !important;
 } 
 #curiosita .cta-btn{
  margin-top:25px !important;
 }
.visible-xs.show-filters button{
    position:fixed;
    bottom:0px;
    left:0;
    right:0;
    z-index:500;
}

.col-filtri{
    /* margin: -11px; */
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 800;
    background-color: #780028;
    display:none;

}
.checkbox{
    width:50%;
}

.immobile{
    border-bottom:none;
}
.filtri{
    margin-top:0;
}

}

/* ANNUNCIO MOBILE */

@media (max-width: 769px){
    .copertina-mobile img{
        width:100%;
    }
    .copertina-mobile{
        padding:0;
        margin:0;
    }
    .copertina-mobile div{
        width:70px;
        height:70px;
        background-color: rgba(255,255,255,0.6);
        position: absolute;
    top: 25%;
    text-align: center;
    line-height: 70px;
    font-size: 50px;
    }
    .copertina-mobile div.left{
        left:0;
    }
    .copertina-mobile div.right{
        right:0;
    }
    .annuncio .container{
        width:100%;
        margin:10px 0 ;
        padding:0;
        margin:0;
    }
   .btn-red:nth-child(even) {
     margin-left: auto; 
     margin-right:auto;
    }
    .annuncio .container{
        margin-bottom:50px;
    }
    .annuncio .prezzo .col-sm-4.valore{
        text-align:center;
        margin-bottom:50px;
    }
    .prezzo .col-sm-8 strong {
        text-align: center;
        margin-bottom: 34px;
        display: inline-block;
    }
    .container.correlati .correlati-item .btn-red{
        width:100%;
        clear:both;
        float:none;
        margin-bottom:50px;
    }
    button.nl-button{
        width:100%;
        margin-top:25px;
    }
    input.nl-input{
        width:100%;
    }
}


.lg-backdrop {
   background-color: #780028 !important;
}
.lg-sub-html, .lg-toolbar {
   background-color: transparent;
   color: #fff;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
   color:#fff !important;

}
.lg-toolbar{
    background:transparent!important;
}
.lg-toolbar .lg-icon {
    color:#fff !important;
}
.lg-thumb-outer.lg-grab{
    background:transparent !important;
}
#lg-counter{
    color:#fff !important;
}

div.home-banner small, div.home-banner h3, div.home-banner h4, div.home-banner h5{
    color:#292929;
    text-shadow: none;
    text-align: left !important;

}
div.home-banner h2{
    font-size:65px;
}
div.home-banner h4{
    font-size:25px;
}
div.home-banner h5{
    font-size:20px;
}
div.home-banner a.btn-red{
    margin-top:40px;
    margin-left: 0;
}

.modal form .nl-input{
  border-color:#666;
  color:#780028;
}
.modal form .nl-button{
  background-color:#8F1136;
  width: 100%;
  margin-left: -20px;
  height: 34px;
  border: none;
}
.modal form .form-group{
  margin-bottom: 0;
}
.modal form .form-group.checkbox{
  margin-top: 0;
  margin-bottom: 20px;
}
