/*MAIN STYLE AND TYPOGRAPHY*/



.cont_offerte
{
    background-color: white;
    padding: 15px;
    margin: 0px;
    border: 1px solid #000;
    margin-bottom: 50px;
}


body {
    background-color: #fcf7ff;
    font-family: 'Lato', serif;
    font-weight: 400;
    line-height: 1.45;
    overflow-x: hidden;
}

p {
    margin-bottom: 1.3em;
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.1em;
}

h1, h2, h3, h4 {
/*  margin: 1.14em 0 0.5em;*/
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 30px;
  font-size: 2em;
  text-transform: uppercase;
}

h2 {font-size: 1.953em;}

h3 {font-size: 1.563em;}

h4 {font-size: 1.25em;}

small, .font_small {font-size: 0.8em;}


h2{
    font-weight: 300;
    color: #9f6633;
    text-transform: uppercase;
    margin: 50px auto 15px;
}

.title_sub{
    font-weight: 300;
    color: #9f6633;
    text-transform: uppercase;
    margin: 50px auto 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9f6633;
}

.title_sub_nomar{
    font-weight: 300;
    color: #9f6633;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #9f6633;
    padding-left: 15px;
}

h3{
    color: #A06632;
    font-weight: 400;
    text-transform: uppercase;
}

h3 small{
    color: #A0A1A2;
    margin-left: 20px;
}

hr.style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }


#content-info{
    position: fixed;
    left: -250px;
    top: 200px;
    width: 300px;
    height: 100px;
    z-index: 22222;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.informazione{
    width: 250px;
    height: 100%;
    float: left;
    background: rgba(159, 102, 51, 0.75);
    padding: 1em;
}

.informazione p, .informazione a{
    color: #fcf7ff;
}

.apri-info{
    width: 50px;
    height: 50px;
    float: right;
    background: rgba(159, 102, 51, 0.75);
    padding: 5px;
    cursor: pointer;
}

.apri-info img{
    width: 40px;
}

.img-chiudi{
    display: none;
}

@media (max-width:1120px){
    #content-info{
        display: none;
    }
}

/*===========================================
================ HEADER NEW ===================
==============================================*/

.top-new{
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fcf7ff;
    z-index: 200;
    padding-bottom: 10px;
}

.top-new .top-logo{
    /*float: right;*/
    /*margin-right: 1em;*/
    width:100%;
    text-align: center;
}

.logo_mobile
{
    width:150px;
    margin-top: 10px;
}

@media (max-width:480px){
    .top-new .top-logo{
        /*width: 200px;*/
    }

    .header_small_struttura .top-logo{
      padding-top: 0;
    }
}

.header_small_struttura .top-logo{
  text-align: right;
}

.header_small_struttura .top-logo img{
  width: 150px;
  display: inline-block;
}

.header_small_struttura .top-logo h1{
  font-size: 1.5em;
  margin-top: 10px;
}



/*===========================================
================ HEADER ======================
==============================================*/

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #7e7e7e;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    font-weight: 700;
}

#header-big{
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #fff;
    position: fixed;
    top: 0;
    -webkit-transition: height 500ms, background 500ms;
    transition: height 500ms, background 500ms;
    padding-bottom: 10px;
}

/*#header-big.tiny{
    height: 100px;
    background: #fcf7ff;
}*/

.top-logo{
    display: inline-block;
    width: 250px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.top-logo.shrink{
    width: 200px;
}

.big_header_struttura{
  height: 110px !important;
}

.big_header_struttura .top-logo{
  width: 200px;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.big_header_struttura .titolo_struttura{
  margin-top: -20px;
  display: inline-block;
}

.titolo_struttura h1{
  color: #000;
}

.titolo_struttura h1:hover{
  color: #000;
  text-decoration: none;
}

.logo-top{
    width: 100%;
}

.hidden-info{
    display: block;
}

.hidden-info li{
    margin-bottom: 10px;
}

@media (min-width:991px){
    .hidden-info{
        display: none;
    }
}

.divider {
    height: 1px;
    margin: 9px 0px;
    overflow: hidden;
    background-color: #E5E5E5;
}

.invisible{
    width: 100%;
    height: 80px;
    background: transparent;
    z-index: 0;
}

/*===========================================
================ HOME ======================
==============================================*/

#intro_home{
    width: 100%;
    height: 450px;
    background-image: url(../immagini/tuscany3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
}


.darker{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#intro_home h1{
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 5em;
}

.content-form-home{
    color: #141204;
    background: #e6d3a3;
    padding: 20px 40px;
}

.content-form-home h3{
    font-family: 'Nothing You Could Do', cursive;
    color: #141204;
    margin: 0;
}

.input-group {
    margin-bottom: 30px;
    
}
.form-control{
    font-size: 16px;
}

#form-home label{
    font-weight: 400;
    font-size: 1.1em;
}
.inside-ancora{
    margin-bottom: 30px;
}

.btn-form{
    background: #698f3f;
    margin-top: 20px;
    border-radius: 0;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fcf7ff;
}

.btn-form:hover, .btn-form:focus{
    color: #fcf7ff;
}

#form-home .form-control{
    border-radius: 0;
}

#form-home .input-group-addon{
    border-radius: 0;
    color: #373a36;
}

.btn-select-number{
    border: 0;
    border-radius: 0;
    background: #fcf7ff;
    color: #141204;
}

.btn-select-number:hover, .btn-select-number:focus, .btn-select-number:visited{
    color: #141204;
}

/*===========================================
================ NEWS SECTION HOME ======================
==============================================*/

.content-small-box{
    padding: 2em;
}

.small-box{
    border-bottom: 3px solid #ccc;
}

.small-box h2{
/*    border-top: 1px solid #ccc;*/
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}

.small-box img{
    width: 100%;
}

.content-big-box{
    padding: 2em;
}

.big-box{
    border-bottom: 3px solid #ccc;
}

.big-box h2{
/*    border-top: 1px solid #ccc;*/
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}

.big-box img{
    width: 100%;
    height: 600px;
}

time.icon
{
  font-size: 1em; /* change icon size */
  display: inline-block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fcf7ff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fcf7ff, 0 3px 0 #bdbdbd, 0 4px 0 #fcf7ff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fcf7ff;
  background-color: #A67B5E;
border-bottom: 1px dashed #724A2F;
box-shadow: 0px 2px 0px #5C351B;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #A67B5E;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.accadde-oggi{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accadde-oggi h4{
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
}

/* RIMUOVI PLACEHOLDER AL CLICK*/
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder
{
    color:transparent !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder
{
    color:transparent !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder
{
    color:transparent !important;
}

.bottom-section-home{
    margin-bottom: 30px;
}


.bottom-section-home h2{
     border-bottom: 2px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}

/*===========================================
================ FOOTER ======================
==============================================*/

#bottom{
    background: #141204;
    padding: 40px 0;
    font-weight: 300;
    color: #fcf7ff;
    margin-top: 50px;
}

@media (max-width:768px){
    #bottom{
        padding-top: 60px;
    }
    .img-agriturismi h1 {
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 2em !important;
}
.img-chianti h1 {
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 2em !important;
}
.img-viaggio h1 {
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 2em !important;
}
.content_contatti img {
    width: 70px !important;
    margin: 0 auto;
}
}

#bottom a{
    color: #A8AC54;
    text-decoration: none;
}

#bottom a:hover{
    text-decoration: underline;
}

#newsletter{
    text-align: center;
}

#bottom .form-control{
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #555;
}

#bottom .form-control:focus{
    box-shadow: 0 4px 2px -2px #9d9d9d;
}

#bottom .btn-form{
    margin-top: 0;
    font-size: 1em;
    background: #555;
    color: #fcf7ff;
}

#bottom h5{
    font-size: 1.2em;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 20px;
}

#contatto-rapido .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
    font-weight: normal;
    cursor: pointer;
    font-size: 0.9em;
    color: #7B7B7B;
}

.social-container{
    margin-top: 20px;
}

.social-container a{
    font-size: 1.5em;
    padding: 15px;
    color: #8d8d8d;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.social-container a:hover .fa-facebook{
    color: #3b5998;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.social-container a:hover .fa-twitter{
    color: #00aced;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.social-container a:hover .fa-google-plus{
    color: #dd4b39;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.social-container a:hover .fa-linkedin{
    color: #007bb5;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.copyright{
    margin-top: 20px;
}

.affiliati{
    text-align: center;
    margin-top: 30px;
}

.affiliati a{
    text-decoration: underline;
}



/*===========================================
================ ABOUT ======================
==============================================*/

.img-about{
    height: 400px;
    background: url(../immagini/crete/grano.jpg) no-repeat bottom center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

/*===========================================
================ CONTATTI ======================
==============================================*/

#map-canvas-contatti{
    width: 100%;
    height: 400px;
}

.form-contatti{
    margin-bottom: 30px;
}

.form-contatti .form-control{
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #373A36;
}

.form-contatti .form-control:focus{
    box-shadow: 0 4px 2px -2px #9d9d9d;
}

.form-contatti .btn-form{
    margin-top: 0;
    font-size: 1em;
    background: #373a36;
    color: #fcf7ff;
}

.form-contatti h5{
    font-size: 1.2em;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}



/*===========================================
================ SCHEDA STRUTTURA ======================
==============================================*/

.img-big{
    height: 200px;
    background: url(../immagini/chianti/chianti02.jpg) no-repeat bottom right scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-big h1{
    color: #fcf7ff;
    font-size: 3em;
    font-weight: 400;
    text-shadow: 0 0 20px #000;
    text-transform: capitalize;

}

.form-struttura{
    width: 100%;
    margin: 0 auto;
    margin-top:-15px;
    border:1px solid #9f6633;
    padding:20px;
    border-top: none;
    background-color:white;
}

.form-struttura .col-md-12, .form-struttura .col-xs-12{
    margin-bottom: 10px;
}

.form-struttura .form-control{
    background: transparent;
    border-radius: 0;
}

.form-struttura .input-group-btn{
    border: 1px solid #ccc;
}

.form-struttura .btn-form-page{
    margin-top: 10px;
}

.form-struttura .input-group-addon{
    border-radius: 0;
}

#scheda-struttura{
    padding-top: 110px;
    min-height: 80vh;
}

@media (max-width:991px){
  #scheda-struttura{
    min-height: 700px;
  }
}

@media (max-width:1300px){
  #scheda-struttura{
      min-height: 800px;
  }
}

#scheda-struttura h2{
    margin: 30px auto;
}

#scheda struttura .address{
    color: rgb(123, 80, 46);
    font-weight: 700;
}


.content-servizi img{
    width: 32px;
    margin: 20px;
}

.content-servizi span{
    cursor: pointer;
}

.content-form-page{
    background: rgba(159, 102, 51, 0.7);
    margin-top: 30px;
}

.content-form-page h3{
    color: #fcf7ff;
}

.content-form-page h3 small{
    color: rgb(123, 80, 46);
}

.form-page{
    margin-top: 20px;
}



.datepickerdemoBasicUsage {
  /** Demo styles for mdCalendar. */ }
  .datepickerdemoBasicUsage md-content {
    padding-bottom: 200px; }
  .datepickerdemoBasicUsage .validation-messages {
    font-size: 11px;
    color: darkred;
    margin: 10px 0 0 25px; }



.btn-form-page{
    background: #909845;
    border-radius: 0;
    color: #fcf7ff;
    text-transform: uppercase;
}

@media (max-width:991px){
    .btn-form-page{
        margin-bottom: 20px;
    }
}

.content-apt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 30px;
    border: 2px solid rgb(159, 102, 51);
    width: 80%;
    margin: 0 auto;
    padding: 1em 0 2em;
}

.apt{
    background: #fcf7ff;
    min-height: 400px;
    width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-img-apt{
    width: 350px;
    position: relative;
}

.content-img-apt img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.content-img-apt p{
    position: absolute;
    bottom: 0;
    right: 20px;
    background: rgb(159, 102, 51);
    color: #fcf7ff;
    padding: 0.7em 1em;
}

#map-canvas-apt{
    width: 100%;
    height: 400px;
}

.chiantiferie{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.chiantiferie-list{
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.7em 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 200px;
    height: 100px;
    font-size: 1.2em;
    font-weight: 300;
    padding: 0 0.5em;
}

/*===========================================
================ AGRITURISMI ======================
==============================================*/

.img-agriturismi{
    background: url(../immagini/tuscany2.jpg) no-repeat center center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 200px;
    position: relative;
}

.img-agriturismi h1{
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 5em;
}

#strutture h1{
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 2em;
}

#strutture .row{
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(159, 162, 163, 0.65);
    padding: 30px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#strutture .row:last-child{
    border-bottom: 0;
}

.right{
    text-align: right;
}

#strutture h3{
    margin-top: 0;
}

#strutture a{
    font-size: 1.1em;
    text-decoration: underline;
}

#strutture .align-right{
    float: right;
    margin-right: 10%;
}

#strutture .align-left{
    float: left;
    margin-left: 10%;
}

@media (max-width:991px){
    .right{
        text-align: center;
    }
    .center-xs{
        text-align: center;
    }

    #strutture img{
        display: block;
        margin: 0 auto;
    }
}

.content-image-strutture{
    overflow: hidden;
    width: 100%;
}

.content-image-strutture img {
    -webkit-transition: all 500ms;
    transition: all 500ms;
    z-index: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.content-image-strutture img:hover {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
    -webkit-transition: all 800ms;
    transition: all 800ms;
}


/*===========================================
================ CHIANTI ======================
==============================================*/
#localita h2{
    border-bottom: 1px solid rgb(123, 80, 46);
}

.img-chianti{
    background: url(../immagini/tuscany3.jpg) no-repeat center center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 200px;
    position: relative;
}

.img-chianti h1{
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 5em;
}
.spazio-titolo{
    margin: 0px auto 15px !important;

}
.content-agriturismi{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 30px;
    /*border: 2px solid rgb(159, 102, 51);*/
    width: 100%;
    margin: 0 auto;
    padding: 1em 0 2em;
}

.agriturismi, .agriturismi-reverse{
    background: #fcf7ff;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-start;
    -ms-flex-align: end;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.agriturismi h3, .agriturismi-reverse h3{
    margin-top: 0;
}

.agriturismi:last-child{
    border-bottom: 0;
}

.agriturismi .content-servizi img{
    width: 18px;
    margin: 5px;
}

.agriturismi-reverse:last-child{
    border-bottom: 0;
}

.agriturismi-reverse .content-servizi img{
    width: 18px;
    margin: 5px;
}

.content-img-agriturismi{
    /*width: 350px;*/
    position: relative;
}

.content-img-agriturismi img{
    width: 80%;
    height: auto;
    overflow: hidden;
}

.content-img-agriturismi p{
    position: absolute;
    bottom: 0px;
    right: 20px;
    background: #10134D none repeat scroll 0% 0%;
    color: #FFF;
    padding: 0.7em 1em;
    border: 3px solid #FFF;
}

.content-localita-small{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
/*    border: 2px solid rgb(159, 102, 51);*/
    margin: 0 auto;
    padding: 1em 0 2em;
}

.localita-small{
    width: 260px;
}

@media (max-width:768px){
    .agriturismi{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .agriturismi > div{
        margin: 0 auto;
    }

    .agriturismi-reverse{
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .agriturismi-reverse > div{
        margin: 0 auto;
    }
}

@media (max-width:768px){
    .content-img-agriturismi{
        width: 320px;
    }
}

/*===========================================
============ SPUNTI DI VIAGGIO ==============
==============================================*/

.img-viaggio{
    background: url(../immagini/spunti_viaggio/civita-di-bagnoregio.jpg) no-repeat top center scroll;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
}

.img-viaggio h1{
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 5em;
}

@media (min-width:768px){
    .img-viaggio{
        background: url(../immagini/spunti_viaggio/civita-di-bagnoregio.jpg) no-repeat top -250px center scroll;
        background-size: cover;
    }
}

.content-spunti{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spunti{
    width: 350px;
}


#spunti-viaggio{
    margin-bottom: 40px;
}

.content-image-viaggio{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.content-image-viaggio img{
    width: 100%;
}

.content-image-viaggio figcaption{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fcf7ff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.3em;
    padding: 10px 30px;
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.content-image-viaggio:hover{
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.7);
}

.content-image-viaggio:hover figcaption{
    bottom: 50%;
}

/*===========================================
============ VIAGGIO - DETTAGLIO ==============
==============================================*/

.img-viaggio-dettaglio{
    background: url(../immagini/spunti_viaggio/piazza-del-campo.jpg) no-repeat center center scroll;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.privacy_cookie
{
    font-size:10px;
}
.icons-sopra {
    width: 30px;
    margin: 15px auto;
}
.icone-sopra-sito{
    /*float: right;*/
/*    margin: 10px;*/
    position: absolute;
    top:0;
    right:0;
}
/*===========================================
============ MINISITO STRUTTURA ==============
==============================================*/

.main_home_struttura{
  background: url(../immagini/pereto/esterno.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  width: 100%;
  min-height: 400px;
  padding: 250px 1em 150px;
}

.content_box_struttura{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.box_struttura{
  width: 350px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fcf7ff;
  margin-bottom: 30px;
}

.box_struttura h2{
  margin: 1em;
}

.box_struttura h4, .box_struttura p{
  margin-left: 1em;
}

.box_struttura .fotorama:hover img{
  filter: contrast(1) sepia(0.7);
  -webkit-filter: contrast(1) sepia(0.7);
}

.content_img_box{
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#map_home_struttura{
  width: 100%;
  height: 200px;
}

.top_img{
  background: url(../immagini/pereto/appartamento.jpg) no-repeat bottom center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  width: 100%;
  height: 300px;
}

.top_img h1{
  padding-top: 150px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.main_struttura{
  width: 100%;
  min-height: 400px;
}

.main_struttura .content_box_struttura{
  margin: -40px auto;
}

.main_struttura .box_struttura{
  border: 1px solid #141204;
  margin: 10px;
}

.main_struttura_apt{
  min-height: 400px;
}

.img_big_struttura{
  height: 100vh;
  background: url(../immagini/chianti/chianti02.jpg) no-repeat bottom right scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  position: relative;
}

.content_form_struttura{
  max-width: 500px;
  background: rgba(159, 102, 51, 0.75);
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.content_form_struttura h3{
  color: #fcf7ff;
  text-align: center;
}

.content_form_struttura label{
  color: #fcf7ff;
}

@media (max-width:991px){
  .content_form_struttura{
    top: 20%;
    max-height: 400px;
  }

}

#dove_siamo{
  padding-top: 80px;
  min-height: 100vh;
}

#contatti{
  padding-top: 100px;
  min-height: 50vh;
}

.content_contatti{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.content_contatti img{
  width: 100px;
  margin: 0 auto;
}

.content_contatti a{
  font-size: 1.5em;
  color: #141204;
}

.wrap_appartamenti{
  height: 100vh;
}

@media (max-width:991px){
  .wrap_appartamenti{
    display: none;
  }
}

.descrizione_apt{
  height: 120px;
  color: #fcf7ff;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.descrizione_apt h2{
  margin-top: 0;
  color: #fcf7ff;
  font-weight: 700;
}

.espandi{
  position: absolute;
  top: 25%;
  left: 5%;
  width: 500px;
  background: rgba(159, 102, 51, 0.75);
  padding: 1em;
}

.content_plus_minus{
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  display: flex;
  width: 100px;
  justify-content: space-around;
  padding: 1em;
}

.plus{
  border: 2px solid #fcf7ff;
  padding: 0.5em;
  color: #fcf7ff;
}

.minus{
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em;
  color: rgba(255, 255, 255, 0.5);
}

.plus:hover, .minus:hover{
  cursor: pointer;
}

.wrap_appartamenti_small .descrizione_apt{
  color: #000;
  margin-top: 30px;
}

.wrap_appartamenti_small .descrizione_apt h2{
  color: #000;
}

@media (min-width:992px){
  .wrap_appartamenti_small{
    display: none;
  }
}

.messaggio
{
    position: absolute;
    margin-top: 150px;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: white;
    text-shadow: 1px 1px black;
    font-variant: small-caps;
    border: 1px solid white;
    background-color: red;
}

@media (max-width: 520px){
    .content_contatti{
        flex-wrap: wrap;
    }
}

/*===========================================
================== CERCA =====================
==============================================*/

.content_strutture_cerca{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    margin: 5px;
    background-color: #add4b01a;
    background-color: rgba(229, 210, 162, 0.27);
    color: #6f4516;
    border: 1px solid rgb(229, 210, 162);
    border-radius: 5px;
}

.dettaglio_cerca_small{
  width: 20%;
}

.dettaglio_cerca_big{
  width: 50%;
}

@media (max-width:767px){
  .content_strutture_cerca{
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .dettaglio_cerca_small, .dettaglio_cerca_big{
    width: 90%;
  }
  .intermezzo {
    width: 100%;
    height: 300px;
    background: url(../immagini/tuscany2.jpg) no-repeat, scroll !important;
    background-position: bottom center !important;
 
    margin: 50px auto;
}
}

@media (max-width:991px){
  .scheda_strut{
    margin-top: 100px;
  }
}

.date_flex{
  display: flex;
  justify-content: space-around;
  align-items: center;
  -webkit-display: flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
}

.date_flex input{
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}

@media (max-width: 520px){
  .date_flex{
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .date_flex input{
      margin-bottom: 15px !important;
  }
  .sfondo_struttura h1 {
      font-size: 3em !important;
  }
  #intro_home h1 {
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 3em;
}
.content-text-intermezzo h1{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nothing You Could Do', cursive;
    margin-top: 60px;
    font-size: 4em;
}

}

.lingue_alte
{
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content_box_home{
    height: 100%;
    background: #e6d3a3;
}

.content_box_home img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.slider_strutture_home{
    margin: 40px auto;
}

.slider_strutture_home h2{
    margin: 10px 0;
    font-size: 1.18em;
    padding-left: 0.5em;
    font-weight: 700;
    text-decoration: none;
}

.slider_strutture_home h4{
    font-size: 1em;
    padding-left: 0.5em;
    color: #141204;
    text-decoration: none;
}

.slider_strutture_home > div{
    margin-bottom: 8px;
    height: 300px;
    padding: 0 4px;
}

.slider_strutture_home a:hover h2{
    color: #141204;
}

.slider_strutture_home a:hover h4{
    text-decoration: none !important;
}

.service-icon{
    width: 150px;
    height: auto;
    margin: 20px auto;
}

.intermezzo{
    width: 100%;
    height: 300px;
    background: url(../immagini/tuscany2.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 50px auto;
    padding: 30px
}
.content-text-intermezzo h1{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nothing You Could Do', cursive;
    margin-top: 60px;
    font-size: 4em;
}


.content_box_image{
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.content_box_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lista_risorse > div a:hover{
    text-decoration: none !important;
}

.lista_risorse > div a:hover .prezzo_risorsa{
    text-decoration: none !important;
}

.lista_risorse > div a:hover h4{
    text-decoration: none !important;
}

.lista_risorse > div{
    height: 390px;
    margin-bottom: 30px;
}

.prezzo_risorsa{
    color: #121204;
    margin: 10px 0;
    display: block;
    opacity: 0.8;
    font-style: italic;
}

.desc_risorsa{
    color: #121204;
}

.content_risorsa{
    padding: 15px;
    border: 1px solid #ac763a;
    border-top: 0;
}

.panel {
    margin-bottom: 0;
    background-color: rgba(229, 210, 162, 0.5);
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6f4516;
    border: 1px solid rgb(229, 210, 162);
}

.panel-body{
   padding: 15px 30px;
}

.panel-heading {
    padding: 15px 30px 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dettagli_risorsa .panel-body, .dettagli_risorsa .panel-heading{
    color: #141204;
}

.dettagli_risorsa span{
    text-transform: uppercase;
    color: #ac763a;
}

.panel ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.panel li{
    text-transform: capitalize;
    color: #ac763a;
}

#map_risorsa{
    width: 100%;
    height: 300px;
}

.sfondo_struttura h1{
    font-family: 'Nothing You Could Do', cursive;
    color: #fcf7ff;
    font-size: 5em;
    text-shadow: 2px 2px 1px black;
}

/*.content_form_risorsa{
    background-color: rgba(229, 210, 162, 0.5);
    padding-bottom: 2em;
    color: #ac763a;
    margin: 30px 0;
}

.content_form_risorsa .form-control{
    border: 1px solid #ac763a;
    border-radius: 0;
    color: #ac763a;
}

.input-daterange input:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #ac763a;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ac763a;
}

.content_form_risorsa .input-group-btn {
    border: 1px solid #ac763a;
}*/
@media (max-width:540px){
    .content-text-intermezzo h1{
        text-transform: uppercase;
        color: #fff;
        font-family: 'Nothing You Could Do', cursive;
        margin-top: 60px;
        font-size: 3em;
    }
}

@media (max-width:440px){
    .icone-sopra-sito {
        float: right;
/*        margin: 12px !important;*/
    }
}
@media(max-width: 360px){
    .top-new .top-logo {
/*    width: 140px;
    margin-top: 10px;*/
    
}
.icons-sopra {
    width: 35px;
/*    margin: 5px auto;*/
}
}
@media(max-width: 320px){
    .sfondo_struttura {
    height: 320px !important;
}
}



.titolo_loco
{
    font-size: 13px !important;
    text-align: center;
}

.testo_struttura
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2 !important;
}

.captcha_container div:first-of-type
{
    margin: 0 auto;
}




/*===========================================
============ LANDING PAGE ==============
==============================================*/

.landing__section{
    padding-bottom: 25px;
}

.landing__section figure{
    height: 400px;
    padding: 15px 25px;
}

.landing__section figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.landing__form input{
    width: 100%;
}

.landing__form textarea{
    display: block;
    width: 100%;
}

#section__form .form-control{
    margin-bottom: 15px;
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #555;
}

#section__form .landing__form__title{
    margin: 50px 0 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #9f6633;
    border-bottom: 1px solid #9f6633;
}

#section__form .btn-form{
    margin-top: 15px;
    padding: 3px 8px;
    font-size: 1em;
    background: #9f6633;
    color: #fff;
}
.stick{
display: flex;
flex-direction: column;
position: fixed;
float: right;
right: 5%;
}    
@media screen and (max-width: 1770px) {
  .stick {
display: flex;
flex-direction: column;
position: fixed;
float: right;
right: 0%;
    
  }
@media screen and (max-width: 1578px) {
  .stick {
display: block;
position: relative;
width:100%
    
  }
}
.pesante{
    font-weight: 500;
}
.verde{
background-color:green !important;
}

