@import url("events.css");
@import url("font/flaticon.css");
@import 'https://fonts.googleapis.com/css?family=EB+Garamond';
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700');
@font-face {}

body {
    /*background: url("/image/13 FONTER_1481.jpg") no-repeat center center fixed;*/
    font-family: Cormorant Garamond;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 14px;
    color: #666;
    position: relative;
}

.ce-accept, .ce-dismiss, .ce-disable {
    text-decoration: none;
    padding: 0.2rem 1rem;
    margin: 0;
    /* font-weight: 700; */
    text-transform: uppercase;
    /* font-size: 15px; */
    border: none;
}

.ce-banner p {
    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 13px;
    margin: 0;
    margin-right: 10px;
    /* font-family: sans-serif; */
}

.ce-disable, .ce-dismiss {
    /* background-color: #bf2828; */
    color: white;
}

.ce-accept {
    /* background-color: #204877; */
    /* color: white; */
}

.font-base{    
    font-family: initial!important;
}

.red{
  color: red;
  text-transform: capitalize;
}

@media (min-width: 1680px) {
    .apartment .container {
        width: 1600px;
    }
    .main-search .container {
        width: 1600px;
    }
}

p {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #D6BA66;
}

a:hover, a:active {
    text-decoration: none;
    color: #f1b530;
}

.portlet {
    float: left;
}

.slider-arrows {
    position: absolute;
    top: 200px;
    transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
-webkit-transform: scaleY(1.8);
    font-size: 32px;
    cursor: pointer;
    color: #d9c075;
    z-index: 1000;
}

#goToPrevSlide {
    left: -30px;
}

#goToNextSlide {
    right: -30px;
}

.lSSlideOuter .lSPager.lSpg>li:hover a, .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #D6BA66;
}

#lightGallery-slider {
    height: 80%;
    top: 10%;
    width: 100%;
}

.pages-home .container {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 10px 50px 10px
}

#ui-datepicker-div {
    z-index: 999 !important;
}

.ui-widget-header {}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {}

small, .small {
    font-size: 75%;
}

.row {
    /* margin-right: 0;
    margin-left: 0; */
}

#home {
    padding: 0;
    margin: 154px 0 70px 0;
    /*height:2000px;*/
}


/***HEAD & NAV***/



#nav_ {
    min-height: 120px;
    border: none;
}

.nav_home_2 {
    min-height: 115px!important;
}

#nav_ a {}

.navbar-brand {
    position: relative;
    top: 0;
    padding: 0;
    float: none;
}

.navbar-brand-home {
    display: inherit;
    top: 0px;
}

.navbar-subtitle {
    float: none;
    display: flex;
    display:-webkit-flex;
    /*display:-webkit-box;*/
    display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    height: auto;
    width: 200px;
}

.nav-collapse_home {
    max-height: initial;
}

.title-top {}

.title-top .container {}

.title-top h1 {}

.title-top h1 span {}

#lang ul li a {
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    margin: 0 6px;
    /* border: 1px solid #5d5d5d; */
    padding: 2px!important;
    color: white;
    font-size: 16px;
    font-family: 'Cormorant Garamond', sans-serif;
    /* font-weight: bold; */
    text-shadow: 0px 0px 5px rgba(100, 100, 100, 1);
}

#lang .list-inline>li {
    padding-left: 0;
    padding-right: 0;
}

#lang .list-inline>li:last-child {
    /*padding-right:10px;*/
}

#lang, #top-social {}

#nav_ .container #lang ul:first-child {}

#nav_ .container #lang {
    position: absolute;
}

#nav_ .container #top-social {}

#top-social .list-inline {
    float: right;
}

.title-top #lang {}

.title-top #lang ul {}

.title-top #lang a {}

.gallery-appa .lslide {
    /*position: relative;
    height: 100%;*/
}

.gallery-appa .lslide img {
  /*transform: translateY(-50%);
  top: 50%;
  position: relative;*/
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.navbar-header {
    z-index: 1000000;
}

.nav-container {
    /*display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -webkit-box-pack: justify;
    display: -webkit-box;*/
    position: relative;
    margin: 5px 0;
}

.righto{
    float: right;
    right: 0;
}
.lefto{
  float: left;
  left:0;
}

.logo {
    margin: 5px 0px;
    /*flex: 0 0 100px;
    -webkit-flex:0 0 100px;
    -webkit-box-flex:0 0 100px;
    -moz-flex:0 0 100px;
    -moz-box-flex:0 0 100px;
    -ms-flex:0 0 100px;*/
    width: 100%;
    float: left;
}

.logo-hidden {
    display: none;
}

.logo-home {
    /*left: 38px;*/
    /*top: 100px;*/
    height: auto;
    /*position: absolute;*/
    z-index: 100;
    width: 260px;
}

.slice-container {
    height: 300px;
    margin: 20px 0;
    background-size: cover;
    background-attachment: fixed;
    border: 2px solid #5d5d5d;
}

.slice {
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
    top: 50%;
}

.navbar-brand img {
    height: 100px;
    margin: 0 auto;
}

.logo-home img {
    /*height: 185px;*/
    margin: 0 auto;
}

#lang-container-home {
    position: absolute;
    top: 0;
    right: 10px;
    white-space: nowrap;
    z-index: 10000;
}

#lang-container {
    position: absolute;
    top: 10px;
    right: 10px;
    white-space: nowrap;
}

#lang, #top-social {}

.nav-footer {
    float: none;
    display: flex;
    display:-webkit-flex;

    display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    /* width: 100%; */
    padding: 0;
    /* margin-top: 50px; */
}

.nav-footer>li>a:hover, .nav-footer>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.active-nav {
    color: #D6BA66!important;
    border-bottom-color: #D6BA66!important;
}

#nav .navbar-nav li a {
    font-family: 'EB Garamond', sans-serif;
    font-size: 14px;
    color: #dcdcdc;
    padding: 0px 14px;
    line-height: 23px;
    z-index: 9;
    border-bottom: 1px solid #dcdcdc;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 3px;
}

.dropdown-menu>li>a {
    margin: 10px 0;
}

.navbar-nav li {
    position: relative;
    margin: 0px 20px;
    display: table;
}

.dropdown:hover>ul {
    display: block;
}

#nav .nav-home li a {
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
    letter-spacing: 5px;
    display: inline;
    border: none;
}

#nav .nav-home li {
    position: relative;
    margin: 10px 10px;
    display: block;
    text-align: center;
    background: rgba(25, 24, 21, 0.9);
    border-radius: 10px 0;
}

#nav .navbar-nav li a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.dropdown-menu {
    background-color: rgba(25, 24, 21, 0.9);
}

.navbar-nav>li>.dropdown-menu {
    padding: 0;
    margin: 0;
    left: 0;
    left: inherit;
    padding-top: 10px;
}

.navbar-default {
    background-color: rgba(25, 24, 21, 0.9);
    border-bottom: 2px solid #5d5d5d;
    border-radius: 0;
}

.list-inline {}

.input-group-addon {}


/***FLASH***/

.btn-warning {}

.btn-warning:hover {}

#book_ .btn-warning {}

#book_ .btn-warning:hover {}

.carousel-control {}


/** Fading Flash **/

.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel-control {
    background-image: none !important;
}

.next.left, .prev.right {
    opacity: 1;
    z-index: 1;
}

.active.left, .active.right {
    opacity: 0;
    z-index: 2;
}


/***/

#anim {
    max-height: 500px;
    overflow: hidden;
}

#flash .carousel-inner img {
    /*
	max-width: none;
    margin: 0 auto;
    left: 0;
    right: 0;*/
    witdh: 100%;
}

.carousel-indicators {
    display: none;
}

#flash {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

#flash.flash-others {
    position: relative;
    height: auto;
    /*border-bottom:2px solid #5d5d5d;*/
}

.carousel-caption {}


/***BOOK***/

#book {}

#book_ {}

#book_ .book {}

#book_ .input-group, #book_ .input-group input, #book_ .input-group select, #book_ .input-group-addon {}

#book_ .input-group-addon i {}

#book .container {}


/*#book select {

}*/

#book_ input.btn {}

#book_>.container {}

#book_ input, #book_ select {}

#book_ .btn-warning {}


/**** HOME ****/

#home h1, #home h2, #home h3, #home h4, #home h5, #home h6 {}


/***MAIN***/

.m-0 {
    margin: 0px;
    padding: 10px 6rem;
    background: #6b6b6bb0;
    box-shadow: 0 0 20px #000;
    color: black;
    font-size: 3rem;
}
.flyer {
    margin: auto 2rem 13rem 2rem;
}

.home {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.pages-home {
    display: none;
}

.sub-offer {}


/*
#main:not(.home){
	    background: url('/img/shadowmain.png') no-repeat top center;
}
*/

.pages-home, #main:not(.home) {
    /*background: url(/image/back_stemma.jpg); */
    background-size: initial;
    background: whitesmoke;
    background-attachment: fixed;
}

.pages-home>.container>h3 {
    font-family: Cormorant Garamond;
    font-size: 55px;
    text-align: center;
    color: #772a2a;
}

.pages-home>.container>h4 {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    color: #772a2a;
}

.pages-home .box {
    padding: 10px 20px;
    background-color: rgba(103, 13, 13, 0.8);
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
}

.pages-home .box img {}

.pages-home .box>h4 {
    font-size: 22px;
}

.pages-home .box>h4>a {
    line-height: 50px;
    font-family: Cormorant Garamond;
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #888;
    padding: 0 25px;
}

.pages-home .box>p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 23px;
    font-family: 'Cormorant Garamond', sans-serif;
}

.main-search {
    background: transparent!important;
    padding-top: 130px;
}

.prodotti-body {
    /* background: url(/image/back_stemma_2.jpg)!important; */
    position: relative;
    background: #1E1D1B;
}

.prodotti-title {
    color: #D6BA66!important;
    border-bottom: 1px solid #888!important;
    margin-bottom: 0!important;
}

.prodotti-body #footer {
    position: fixed;
}

.home-body {
    position: absolute;
    width: 100%;
    height: 100%;

}

/* .main-search #corpo {
    margin-bottom: 0px;
} */

.pages-home>.container>h3.second-intro {}

.banner-home {}

.banner-home img {}

.bottom{
  padding-bottom: 10px;
}

.apartments {
    /*display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;*/
}

.apt-container {
    /*padding-bottom: 10px;*/
    margin: 20px 0;
    overflow: hidden;
    /*margin: 0 20px;*/
    /*min-height: 380px;*/
    /*background: rgba(204,204,204,0.25);
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);*/
    background: transparent;
}

.apt-container:hover .img-apt-search {
    opacity: 0.8;
}

.apt-container:hover .span-titolo {
    color: #D6BA66;
    /* border-bottom-color: #D6BA66; */
}

.apartment-page {
    /*padding: 20px 0;
	margin: 20px 0;
    padding: 20px 0;*/
    /* margin-top: -1px; */
    /* border-bottom: 1px solid #5d5d5d; */
    /* border-top: 1px solid #5d5d5d; */
    /*background: rgba(204,204,204,0.25);*/
}

.img-apt-search {
    height: 300px;
    /* margin: 0 auto; */
    /* display: block; */
    position: relative;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
    left: 50%;
    max-width: initial;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.img-apt-search:hover {}

.abs-apt-search {}

.apartment-page h4 {
    /* border: 3px solid #5d5d5d; */
    /* width: 100%; */
    /* text-align: center; */
    /* float: left; */
    /* background: #555; */
    /* padding: 10px 0px; */
    /* margin-bottom: 10px; */
    margin: 0;
}

.apartment-page h4 .span-titolo {
    line-height: 26px;
    font-family: Cormorant Garamond;
    font-size: 22px;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #666;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    /*background-color: rgba(255,255,255,1);*/
    background: transparent;
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* left: 50%; */
    /* top: 50%; */
    /* -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%); */
    padding: 5px 10px;
    white-space: nowrap;
    display: block;
}

.span-titolo .n-guests {
    font-size: 21px;
    /*font-family: Georgia;*/
}

.span-titolo small {
    font-size: 18px;
    white-space: normal;
        color: #333;
}

.apartment-page p {
    font-size: 16px;
    text-align: center;
    margin: 10px;
}


/*
.apartment-page h4 .span-titolo:hover{
	background-color:#5d5d5d;
}*/


/*.apartment-page h4 .span-titolo:hover{
	color:#D6BA66;
}*/

.check-av {
    margin-top: 20px;
    text-align: center;
}

.check-av a {
    color: #888;
    border: 2px solid black;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;;
}

.check-av a:hover {
    color: #fff;
    background: #888;
}

.link-vino {
    float: left;
    color: #aaa;
    border: 1px solid #aaa;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 3px;
        margin-bottom: 20px;
}

.link-vino:hover {
    border: 1px solid #D6BA66;
}


/*
.apartment-page h4 .check-av:hover a{
	color:#5d5d5d;
}*/

.apartment-page .col-sm-6.col-xs-12 h4 {
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background: #555;
}

.apartment-page .col-sm-6.col-xs-12 img {
    border: 1px solid #5d5d5d;
}

.apartment-page hr {
    width: 100%;
    position: relative;
    top: 30px;
}

.apartment-page:last-child hr {
    display: none;
}

.rooms .apartment-page div:first-child {}

.rooms .apartment-page div:first-child img {}

.rooms .apartment-page h4 {}

.rooms .apartment-page h4 p {}

.rooms .apartment-page h4 a {}

.map-home {}

.map-home h3 {}

.map-home img {}


/***APARTMENTS***/

#main.apartment {
    padding-top: 120px;
    padding-bottom: 120px;
    /*background: url(/image/back_stemma_2.jpg);*/
}

#main>.container {}

#main.apartment .container {
    /*background: #f7f3ec;*/
    border-radius: 10px;
    padding-bottom: 100px;
    top: 20px;
    position: relative;
}


/*
#main.apartment .container h2{
    font-family: Cormorant Garamond;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}*/

#main.apartment .container h3 {
    font-size: 26px;
}

.apt-name {}

.apt-name h2 {}

.lSSlideWrapper {}

#apartment-tabs {}

.lSAction>a {
    z-index: 10;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {}

.nav-tabs>li>a {
    font-size: 18px;
}

.nav>li>a {}

#apartment-tabs .nav-tabs {}

#book-apt {
    /*margin: 15px 0 0 15px;	*/
}

#book-apt form .input-group:nth-child(3), #book-apt form .input-group:nth-child(3) input {}

#book-apt #price p {
    text-transform: capitalize;
}

.n-guests {
    font-size: 30px;
}

#book-apt #price p span {
    font-size: 30px;
}

#book-apt .input-group {
    border-radius: 0px;
    width: 100%;
    margin: 10px 0;
}

#book-apt .input-group input.form-control, #book-apt .input-group-addon {}

#book-apt .input-group input.btn {
    border-radius: 0px;
    width: 100%;
    background-color: #5d5d5d;
    border-color: #5d5d5d;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

#book-apt .input-group input.btn:hover {
    background-color: #D6BA66;
    ;
    border-color: #D6BA66;
    ;
}

#book-apt .check-in-info {}

#book-apt .check-in-info ul {}

#book-apt .check-in-info:first-of-type {
    margin-bottom: 10px;
}

#book-apt .check-in-info h3 {}

#meteo-apt {}


/***PAGES***/

#extrainfo .title {}

#extrainfo .infos {}

#corpo {
    margin-bottom: 100px;
    display: inline-block;
}

#corpo h1, #main.apartment .container h1 {
    font-family: Cormorant Garamond;
    font-size: 33px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;
    /* text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.5); */
}

#corpo h3 {
    font-family: Cormorant Garamond;
    font-size: 17px;
    color: #D6BA66;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: -20px;
}

.estate-txt h3{
  font-size: 24px!important;
  margin-bottom: 10px!important;
}

.estate-txt ul{
    list-style: none;
}

.estate-txt li{
  font-size: 20px;
}

/*.lslide {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}*/

#corpo .pull-left {
    /*margin-right: 10px;*/
}

#corpo .pull-left img {
    /*border: 2px solid #5d5d5d;*/
}

#corpo .pull-right img {
    /*border-left: 5px solid #5d5d5d;*/
}

#corpo .col-md-6, #corpo .col-md-4, #corpo .col-md-12 {
    /*padding-left:0px;
	padding-right:0px;*/
}

.apartments {}

.rooms .apartment-page {}

.rooms .apartment-page div:first-child {}

.rooms .apartment-page div:first-child img {}

.rooms .apartment-page h4 {}

.rooms .apartment-page h4 p {}

.rooms .apartment-page h4 a {}

.input-group .form-control, .input-group-addon:last-child {}

.breadcrumb {
    background-color: transparent;
    /* padding: 8px 0px 8px 0px;
    margin: 0; */
}

.breadcrumb>li+li:before, .breadcrumb li a {
    font-family: Cormorant Garamond;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: 700;
}

#gallery {
    padding-left: 0;
}

#gallery .col-xs-12 {
    padding-left: 0;
    margin-bottom: 50px;
}

#gallery img {}

#gmap, #pano {
    height: 500px;
}

#gmap, #flash {
    margin-top: 120px;
}

.request-form .row .form-control {
    /*margin-bottom:5px;*/
}

.form-control:focus {}

.request-form .btn-warning {}

.request-form .btn-warning:active, .btn-warning:focus {}

.request-form .privacy-checkbox {}

.request-form input {
    /*margin:6px 0 0 ;*/
}

.request-form .priv-label {}

.request-form {
    line-height: 46px;
}

#rg-gallery, #imageGallery, #apartment-tabs, .tab-pane {
    margin: 10px 0;
}

.lSGallery {}


/***FOOTER***/

.eventbox {}

.tripadvisor-widget {}

.tripadvisor-widget div {}

.btn-warning {
    color: #fff;
    background-color: #D6BA66;
    border-color: #D6BA66;
}

.input-group[class*=col-] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

#CDSWIDGRN.widGRN .footer {}

#CDSWIDCOE {}

#footer {
    background: rgba(25, 24, 21, 0.9);
    margin-top: 50px;
    padding-top: 10px;
    text-align: center;
    /*border-top: 2px solid #5d5d5d;*/
    position: absolute;
    width: 100%;
    bottom: 0;
    font-family: 'Cormorant Garamond', sans-serif;
}

#footer p {
    font-size: 17px;
}

#footer.footer-others {
    /*background: rgba(103,13,13,1);
background: -moz-linear-gradient(left, rgba(103,13,13,1) 0%, rgba(179,29,29,1) 50%, rgba(103,13,13,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(103,13,13,1)), color-stop(50%, rgba(179,29,29,1)), color-stop(100%, rgba(103,13,13,1)));
background: -webkit-linear-gradient(left, rgba(103,13,13,1) 0%, rgba(179,29,29,1) 50%, rgba(103,13,13,1) 100%);
background: -o-linear-gradient(left, rgba(103,13,13,1) 0%, rgba(179,29,29,1) 50%, rgba(103,13,13,1) 100%);
background: -ms-linear-gradient(left, rgba(103,13,13,1) 0%, rgba(179,29,29,1) 50%, rgba(103,13,13,1) 100%);
background: linear-gradient(to right, rgba(103,13,13,1) 0%, rgba(179,29,29,1) 50%, rgba(103,13,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772a2a', endColorstr='#772a2a', GradientType=1 );
color:#ffffff;*/
}

#footer>.row {}

#footer .footer-top {}

#footer h3 {}

#footer .footer-top p {}

#footer .footer-top p a {}

#footer .footer-bottom {}

#footer #CDSWIDSSP {}

#footer .footer-bottom .container {}

#footer .footer-bottom a, #footer .footer-bottom a:hover {}

#footer .footer-bottom img {}

#footer .address p {
    color: #dcdcdc;
}

#footer .address a {}

#footer .eventsinflorence li {}

#footer .eventsinflorence li a {}

#footer .eventsinflorence li a p {}

#footer .eventsinflorence li a img {}

#main .eventsinflorence_page {}

#main .eventsinflorence_page h4 {}

#main .events_form>.col-xs-12:first-of-type {}

#main .events_form>.col-xs-12 {}

#main .events_form p {}

#main .eventsinflorence_page .input-group[class*="col-"] {}

#main .eventsinflorence_page .btn-default {}

#bottom {}

#bottom a {}


/***TABLES***/

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    z-index: 100000000000;
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 769px) and (max-width:1199px) {
    #nav .navbar-nav {
        float: none!important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #nav_ .navbar-nav li a {
        font-size: 14px;
    }
}



.navbar-toggle {
    color: gainsboro;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    color: white;
    background-color: transparent;
}


/*.logo-home{
	height: 172px!important;
}*/

.img-vino {
    height: 500px;
    width: auto;
}

.img-vino-container {
    text-align: center;
}

.texts-vino a {
    color: #ffffff;
    background-color: #5d5d5d;
    padding: 10px;
    /* margin: 10px; */
    text-decoration: none;
    /* margin: 10px auto; */
    transition-property: background-color;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    float: right;
}

.texts-vino a:hover {
    background: #D6BA66;
}

.texts-vino {
    text-align: justify;
    float: left;
}

.scheda-vino {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5d5d5d;
}

.recensioni-row {
    display: flex;
    display:-webkit-flex;
    /*display:-webkit-box;*/
    display:-moz-flex;
/*display:-moz-box;*/
display:-ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.recensione {
    margin-bottom: 20px;
		flex: 1 0 auto;
    -webkit-flex:1 0 auto;
    -webkit-box-flex:1 0 auto;
    -moz-flex:1 0 auto;
    -moz-box-flex:1 0 auto;
    -ms-flex:1 0 auto;
}

.recensione img {
    margin: 0 auto 10px auto;
    display: inherit;
    opacity: 0.8;
    width: 200px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.recensione img:hover {
    opacity: 1;
}


/*.recensione:first-child {
	border-left: 1px solid #ddd;
}*/

.recensione a {
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.img-prodotti-cont {
    float: right;
    position: relative;
    /*
-webkit-box-shadow: inset 140px 0px 173px 67px rgba(30,29,27,1);
-moz-box-shadow: inset 140px 0px 173px 67px rgba(30,29,27,1);
box-shadow: inset 140px 0px 173px 67px rgba(30,29,27,1);*/
}

.img-prodotti {
    max-width: 100%;
    z-index: -1;
    position: relative;
    /*border-radius: 50% 0 0 50%;*/
    max-height: 500px;
}

.slide-sel-cont {
    /*display: flex;*/
    /*display:-webkit-flex;*/
    /*display:-moz-flex;*/
/*display:-moz-box;*/
/*display:-ms-flexbox;*/
    /*flex-flow: row nowrap;*/
    /*-webkit-flex-flow: row nowrap;*/
    /*flex-flow: row wrap;*/
    /*-webkit-flex-flow: row wrap;*/
    /*justify-content: center;*/
    /*-webkit-justify-content: center;*/
    /*-webkit-box-pack: justify;*/
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: justify;
}

.img-slide-sel {
    /*width: 280px;
height: 280px;
    opacity: 0.3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0 auto;
    background-size: cover!important;*/
    max-height: 600px;
    opacity: 0.3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0 auto;
    background-size: cover!important;
}

.img-slide-sel:hover {
    /*-webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));*/
    opacity: 1;
}

.prod-slide-sel {
  /*width: 16.66%;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;*/
  text-align: center;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.prod-slide-sel:hover {}

.prod-slide-sel strong {
    white-space: nowrap;
    color: #dcdcdc;
    /* padding: 5px 10px; */
    background: rgba(30, 29, 27, 0.75);
    top: 5px;
    position: relative;
    font-size: 24px;
}

.testi-prodotti {
  width: 50%;
  min-width: 300px;
  margin-left: 20px;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px #2d2d2d;
  padding: 20px;
  float: left;
  margin-top: 20px;
  height: 100%;
}

.testi-prodotti p {

    font-size: 17px;
    /* max-width: 600px; */
    color: #eee;
    font-family: serif;
}

.testi-prodotti h4 {
    color: #dcdcdc;
    font-size: 22px;
}

.slider-prod-cont {
    display: none;
}

.slider-prod-cont #imageGallery{
    margin: 0 0 10px 0!important;
}

.slider-prod-cont .rg-gallery {
    margin: 0 0 100px 0!important;
}

.bg-vino {
  float: left;
  width: 100%;
  background-blend-mode: normal!important;
  background-repeat: no-repeat!important;
  background-position: right 100%!important;
  background-size: contain!important;
  min-height: 500px;
  border-bottom: 1px solid #888!important;
}


@media (max-width:992px) {
    .img-prodotti {
        border-radius: 20px;
        max-height: inherit;
    }

		.testi-prodotti {
				float: left;
				margin-left: 0px;
                        width: 100%;
                        
    min-width: auto;
		}

    /* .main-search #corpo {
        margin-bottom: 100px;
    } */
}
.ce-banner {
    background-color: rgba(25, 24, 21, 0.9);
}
.ui-widget-header {
    border: 1px solid #5d5d5d;
    background: #5d5d5d;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #dac176;
}

/*
#nav .nav-home-2 li a {
    font-size: 20px;
    border-bottom: none;
}*/
#cont_4d6fbec57fcb8b316e60dbf77227dcb9 {
    text-align: center;
    width: 100%!important;
}
.estate {
    /*height: 400px;
    overflow: hidden;*/
    padding: 0;
height: 100%;
}

.estate-txt {
  text-align: center;
  /* float: none!important; */
  /* margin-top: 10px; */
  background: white;
  height: 100%;
  /*padding: 0px 50px;*/
  padding: 0px 25px;
  /* margin: 0 20px; */
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}


.estatebox{
  /*background: white;
    margin: 10px 0;
    padding: 15px 0;
    box-shadow: 0px 0 5px #ccc;*/
    float: left;
width: 100%;
overflow: hidden;
}

@media (min-width:992px) {
  .estate-img {
      height: 700px;
      max-width: initial;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
  }
  .estatebox{
    height: 600px;
  }
}

@media (min-width:768px) {
    #nav_home {
        display: flex;
        display:-webkit-flex;
        display:-moz-flex;
        display:-moz-box;
        display:-ms-flexbox;
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        width: 250px;
        position: absolute;
        top: 220px;
        background: none;
        border: none;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    #nav .navbar-nav {
        position: absolute;
        margin: 0;
        padding: 0;
        margin-top: 50px;
    }
    #nav .nav-home-2 {
        margin-top: 40px;
    }
    .nav-home {
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        margin: 22px 0 0 0px;
    }
}

@media (min-width: 767px) and (max-width:991px) {
    #nav_ .navbar-nav li a {
        font-size: 14px;
        padding: 2px 7px;
        letter-spacing: 2px;
    }
    .navbar-nav li {
        position: relative;
        margin: 0px 8px 0px 8px;
        display: table;
    }
    .apt-container {
        min-height: 305px;
    }
}

@media (max-width: 767px) {
    
    .nav-container {
        display: initial;
    }
    .nav>li {
        text-align: center;
        font-size: 30px;
        margin: 0px 20px;
        width: 100%;
        background: transparent!important;
    }
    .navbar-nav>li>.dropdown-menu {
        display: block;
        padding: 0;
        right: 0px!important;
        background: none;
        border: none;
        position: relative;
        width: 100%;
        box-shadow: none;
    }
    .logo {
        display: none;
    }
    .logo-hidden {
        display: block;
        position: absolute;
        top: 3px;
        left: 0px;
    }
    #nav .navbar-nav {
        position: relative;
        z-index: 99999999999999;
        display: inline;
        /* float: left!important; */
        margin: 0;
        padding: 0;
    }
    #nav .navbar-nav {
        width: 100%;
    }
    #nav .navbar li a {
        font-size: 16px;
        padding: 20px;
    }
    .navbar-nav li {
        margin: 0px;
    }
}
@media (max-width: 768px) {
    .nav-footer>li {
        font-size: 14px;
        margin: 0;
        width: auto;
    }
    #main.apartment .container {
        top: 0px;
    }
    #main.apartment {
        padding-top: 65px;
    }
    #gmap, #flash {
        margin-top: 65px;
    }
    #lang ul li a {
        margin: 0px 5px;
    }
    .dropdown-menu>li>a {
        margin: 0;
    }

    .nav-collapse_ {
        width: auto;
        text-align: center;
    }
    .logo.col-xs-6 {
        width: 100% !important;
    }
    #lang.col-xs-3, #top-social.col-xs-3 {
        width: 40% !important;
    }
    #book_ {
        position: relative;
        bottom: 0;
    }
    #book .container {}

    .navbar-collapse.in {
        overflow-y: visible !important;
        max-height: inherit;
        margin-top: 10px;
    }
    .img-prodotti {
        float: none;
        border-right: none;
        padding-right: 0px;
        margin: 0 auto;
    }
    .estate img{
      width: 100%;
    }
    #nav_ {
        min-height: 65px!important;
        position: absolute
    }
    .apt-container {
        min-height: initial;
    }
    .main-search {
        padding-top: 70px;
    }
    #footer p {
        font-size: 13px;
        line-height: 16px;
        margin: 0;
    }
    .bottom {
        padding-bottom: 0;
    }
    #lang-container-home {
        right: 60px;
        left: initial;
    }
    #lang-container {
        right: 60px;
        left: initial;
    }
    .dropdown-toggle .caret {
        display: none;
    }
    
    #apartment-tabs .nav-tabs {
        padding: 0;
    }
    #apartment-tabs .nav-tabs li {
        margin: 0;
    }
    .logo-hidden .logo-img {
        height: 40px;
        margin-top: 8px;
        margin-left: 8px;
    }

    .nav-collapse_ .container {
        flex-flow: column;
        -webkit-flex-flow: column;
        max-height: inherit;
    }
    .logo-home {
        display: none;
    }
    .dropdown-menu>li {
        width: 100%;
    }
    .nav-home {
        padding: 0px 0 30px 0!important;
    }
}