@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,900');
@import url("button.css");
@import url("filter.css");
@import url("animate.css");

body{width:100%; height: 100%;}
h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', sans-serif;margin: 0;}
h1{font-size: 4em;font-weight: 300;}
h2{font-size: 1.8em;}
h3{font-size: 1.5em;}
h4{font-size: 1.3em;}
h5,h6{font-size: 1em;}
p{margin: 0;font-size: 1.4em;line-height: 1.6;text-align: justify;font-weight: 300;font-family: 'Josefin Sans', sans-serif;font-family: 'Montserrat', sans-serif;}
a, a:focus, a:hover {text-decoration:none;}
ul{list-style-type: none;}

.colonna{padding: 0px 0px;}
.row{margin-left: 0; margin-right: 0}
section{padding-top: 10px; padding-bottom: 10px}
.container-fluid {height: 100%; padding-left: 0; padding-right: 0}
#slideshow div[class^="col-"] {padding: 0}
#slideshow div[class^="col-"] {padding: 0}#slideshow{padding: 0}

#page_default, #page_default a, #page_camere, #page_mappa, #page_mappa a, #page_privacy{color: #ff656b;}

/*MENU*/
header{
    position: fixed;
    top: -2px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 6;
    background: #000;
    background: rgba(0,0,0,0.59);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.59)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#menu{
    margin-bottom: 0;
    top: 0px;
    z-index: 10;
    background: #ffffff !important;
    /* background: #6F2222 !important; */
}
.menu-change{/* background: #ce1313 !important; */}
.menu-change a{/* color: #ffffff !important; *//* border-right: 1px solid rgba(185, 185, 185, 0.42) !important; */}
#page_index #menu{background: none;}
.navbar-nav {width: 100%;}
.navbar-nav a{/* border-right: 1px solid rgba(255, 255, 255, 0.42); */}
#page_index #menu a{/* color: #c41f25; */}
.navbar-nav a{/* border-right: 1px solid rgba(255, 255, 255, 0.42); */}
#page_index .menu-content{display: none;opacity:1 !important}
.menu-content{opacity:0 !important;}
.menuShow{opacity:1 !important}
#menu li{
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 9px;
} 
#menu a{
    color: #933c42;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1.5px;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

#page_camereindex #menu a,#page_default #menu a,#page_mappa #menu a{
    /* color: #1e1e1e; */
}
#menu li:hover, #menu li a:focus, #menu li a:hover{
    background: rgba(4, 7, 7, 0);
    color: #dbaa63 !important;
    /* font-weight: 300; */
}
#menu li:hover > a{
    color: #fff;
}
ul.navbar-nav ul {
    visibility: hidden;
    position: absolute;
    top:59px;
    z-index: 598;
}

.nav.navbar-nav{

}

ul.navbar-nav ul li {
    float: none;
    display: block !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    text-align: center;
}

ul.navbar-nav ul ul {
    top: 1px;
    left: 99%;
}

ul.navbar-nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}

ul.navbar-nav a:link, ul.navbar-nav a:visited {color: #FFFFFF;text-decoration: none;}

ul.navbar-nav a:hover, ul.navbar-nav a:active { color: #FFFFFF; text-decoration: none; }


/* -- level mark -- */
#page_index ul.navbar-nav ul {
    background: transparent;
}
ul.navbar-nav ul {
    width: 100%;
    background: rgb(24, 15, 15) !important;
    text-transform:uppercase;
    padding-left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

ul.navbar-nav ul li {
    line-height:130%;
    /* border-bottom:1px solid rgba(255, 255, 255, 0.42); */
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

ul.navbar-nav ul li a{
    margin:0;
    padding-left:10px !important;
    padding-right: 10px !important;
    color: #fff;
    font-size: 0.9em;
    line-height: normal;
    border: none;
}

ul.navbar-nav ul li.hover, ul.navbar-nav ul li:hover {
    background-color: transparent;
}

ul.navbar-nav ul a:link, ul.navbar-nav ul a:visited { color: #FFFFFF; }
ul.navbar-nav ul a:hover { color: #FFFFFF; text-decoration: none; }
ul.navbar-nav ul a:active { color: #FFFFFF; }

.navbar-toggle {
    width: 45px;
    background-color: #4F4F4F;
    float: left;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 15px;
    z-index: 5;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.logo{
    position: fixed;
    top: 0px;
    width: auto;
    display: block;
    z-index: 5;
    padding-left: 0;
}

#page_privacy #menu{padding-bottom: 8px;}


.logo img{
    width: 200px;
    height: auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
    border-radius: 0 0 3px 3px;
}

.logo-mobile{
    padding: 5px;
    display: none;
    z-index: 3;
    text-align: center;
}

.logo-mobile a{
    padding: 0 !important;
}

.logo-mobile img{
    height: auto;
    width: 77px;
    display: initial;
}

#menu .logo a, #menu .logo-mobile a{text-decoration:none; background: transparent;border-right:0 !important;}

.active a{
    background: #97102F;
    color: #FFF;
}

.navbar{
    border: none;
}

.navbar-nav{
    margin-left: 0;
    z-index: 10;
}
#lingue {
    position: fixed;
    top: 27px;
    right: 15px;
    font-weight: 300;
    font-size: 1em;
    text-align: center;
    color: #FFF;
    width: 90px;
    margin-top: 0;
    height: 24px;
    overflow: hidden;
    padding: 0;
    -moz-transition: height 1.2s ease;
    -webkit-transition: height 1.2s ease;
    -o-transition: height 1.2s ease;
    transition: height 1.2s ease;
    z-index: 11;
}
#lingue li{
    display: block;
    margin: 0;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
}
#freccialingua{
    margin-left: 30px;
    position: absolute;
    top: 3px;
    right: 15px;
    color: #c41f25 !important;
    cursor: pointer;
}

#lingue a{
    color: #933c42;
    display: block;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    border-right:0 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 4px;
    line-height: 1.25;
}
#lingue li:hover, #lingue li a:focus, #lingue li a:hover{
    background-color: rgb(255, 255, 255);
    color: #dbaa63;
}

#lingue li:first-child{
    background-color: transparent;
}

/** Lingue mobile **/
#lingue-mobile{
    display: none;
    font-weight: 300;
    text-align: right;
    color: #FFF;
    margin-bottom: 0;
}

#lingue-mobile li{
    margin-right: 5px;
    display: inline-block;
    margin-top: 0 !important;
}

#lingue-mobile a{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    display: block;
}

#lingue-mobile li:hover, #lingue-mobile li a:focus, #lingue-mobile li a:hover {
    background: transparent;
    color: #fff;
}

.imgrespons{
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    padding: 0;
}

a.swipebox{
    margin: 0;
    padding: 5px;
}

/*Social*/
.at-icon-wrapper{
}
.atss .at-share-btn span .at-icon, .atss a span .at-icon{
    width: 1.5pc !important;
    height: 1.5pc !important;
}
.atss, .atss .at-share-btn, .atss a{
    width: 2pc !important;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{
    padding: 3px 0 !important;
}
.at4-share-title{display: none !important;}

/*SLIDESHOW*/
.claim{
    font-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 1;
    width: 80%;
}

.titoloclaim {
    font-size: 2.6em;
    /* font-weight: 400; */
    display: block;
    /* text-shadow: 1px 1px 2px #333333; */
}

.titoloclaim h3 {
    line-height: 130%;
    /* font-family: 'Josefin Sans', sans-serif; */
    font-weight: 600;
}

.titoloclaim h3 strong {
    color: #fff;
    letter-spacing: 3px;
}

.titoloclaim p{text-align: center;font-family: 'Cinzel', serif;}

.bottoneclaim .bottone{
    margin-top: 20px;
    background: #933c42;
    border: 1px solid #933c42;
    color: #fff;
    font-family: 'Cinzel', serif;
    width: auto;
    float: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}

.claim img{
    display: block; 
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,0.6);
    padding:10px 20px;
}

.claim .bottone{
    width: auto;
    cursor: pointer;
}

#carousel-1.carousel{
    overflow: hidden;
}

.carousel-control{
    width: 10% !important;
}
.carousel-control.right, .carousel-control.left{
    background: none !important;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    height: 100px;
    z-index: 4 !important;
}

.carousel-claim p{
    font-weight: 400;
    text-shadow: 1px 1px 2px #333333;
    line-height: 111%;
    font-family: 'Cinzel', serif;
}

#slideshow .backgroundcolorcarousel{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.2);z-index: 1;}

/*ZOOM*/
.effectzoom > .item img {
    transition: transform 4000ms linear 0s;
    transform: scale(1.1);
}

/*FADE*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -webkit-transition: opacity 0.6s ease-out 0s;
    -moz-transition: opacity 0.6s ease-out 0s;
    -ms-transition: opacity 0.6s ease-out 0s;
    -o-transition: opacity 0.6s ease-out 0s;
    transition: opacity 0.6s ease-out 0s;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

/*FADE + ZOOM*/
.carousel-fade2 .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow:hidden;
}
.carousel-fade2 > .item img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
.carousel-fade2 .carousel-inner .active {
    opacity: 1;
}

.carousel-fade2 .carousel-inner .active.left,
.carousel-fade2 .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade2 .carousel-inner .next.left,
.carousel-fade2 .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade2 .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade2 .carousel-inner > .item.next,
    .carousel-fade2 .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade2 .carousel-inner > .item.prev,
    .carousel-fade2 .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade2 .carousel-inner > .item.next.left,
    .carousel-fade2 .carousel-inner > .item.prev.right,
    .carousel-fade2 .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*PAGINA*/
.page{
    margin-top: 20px;
    margin-bottom: 30px;
}

hr {
    width: 100%;
    height: 1px;
    margin: 5px 0 10px 0;
    padding: 0
}
hr.colored {
    border-color: #fff;
}
#carousel-pagina .carousel{
    margin-top: 0;
    height: auto;
}
#carousel-pagina .item {
    height: auto;
}
#carousel-pagina .item img{
    position: static;
    transform: none;
}
.foto-gallery{
    position: relative;
}
.mask-gallery{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    height: 100%;    
    opacity: 0;
    transition: all 0.5s ease;
}
.mask-gallery div{
    background: rgba(0,0,0,0.7);
    height: 100%;
}
.mask-gallery img{
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);  
}
.foto-gallery span.mask-gallery:hover, .foto-gallery .mask-gallery:hover{
    opacity: 1;
}

#titolo-interno h3 {
    text-transform: uppercase;
    padding-top: 4px;
    font-size: 1.8em;
    letter-spacing: 2px;
}

#fastreservation .tariffeTitolo h3 {
    font-size: 1.5em;
    padding-top: 11px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/*CAMERE*/
.room_title{
    text-transform: uppercase;
    color: #fff;
    font-size: 2.7em;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70%;
    text-align: center;
    z-index: 1;
    /* text-shadow: 1px 1px 3px #000; */
    font-weight: 600;
    margin-top: -10px;
    /* font-family: 'Josefin Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

.room_custom{
    padding-bottom: 13px;
    padding-top: 13px;
    position: absolute;
    bottom: 15px;
    font-weight: 300;
    z-index: 1;
    font-size: 1.15em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    /* font-family: 'Josefin Sans', sans-serif; */
    background: #933c42;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    font-family: 'Montserrat', sans-serif;
}
.room_custom:hover{
    background-color: rgb(255, 255, 255);
    color: #9cab44;
    /* text-shadow: 1px 1px 4px #000; */
}
.da {
    text-transform: uppercase;
}
.roomprice{
    position: absolute;
    top: 5px;
    right: 10px;
    color: #FFF;
    text-align: center;
    line-height: 1;
    font-size: 1.4em;
    padding: 20px;
    font-weight: 300 !important;
    /* font-family: 'Lato', sans-serif !important; */
    font-family: 'Josefin Sans', sans-serif;
}
.room_description{
    display: none;
}
.scopri{
    text-transform: uppercase;
    color: #d9b163;
    margin-top: 10px;
    font-weight: 200;
}

#gruppocamere h3{position:absolute;width:100%;text-align:center;color:#FFF;top:45%;text-transform:uppercase;font-size: 1.5em;/* text-shadow: 1px 1px 3px #000; */font-weight: 600;font-family: 'Josefin Sans', sans-serif;}
#gruppocamere .room_custom{font-size: 1.1em;}
#gruppocamere .custom-col{margin-bottom: 20px; margin-right: 0px; margin-left: 0px;}
#group-{padding: 0;}

#page_default .room_custom {
    display: none;
}

#page_default .roomprice-camera {
    position: absolute;
    top: 20px;
    right: 45px;
    background: #29181c;
    border-radius: 79px;
    padding: 20px;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #a5405c;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 110%;
    padding-top: 20px;
}

#page_default .da {
    display: block;
    text-transform: none;
    font-size: 0.8em;
}

/*CONTATTI*/
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e1e1e1;
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.5s ease,opacity 0.5s ease;
    -moz-transition: top 0.5s ease,opacity 0.5s ease;
    -ms-transition: top 0.5s ease,opacity 0.5s ease;
    transition: top 0.5s ease,opacity 0.5s ease;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[name=datepickerci].form-control, input[name=datepickerco].form-control {
    background-color: transparent;
}
.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
    font-weight: 300;
    font-family: roboto, sans-serif;
}
.form-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.btn {
    border-radius: 0;
    padding: 12px 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}
.btn-outline-dark {
    color: #FFF;
    background: #c20410;
    border: 1px solid #c20410;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
    color: white;
    background: #e7101e;
    border-color: #e7101e;
    outline: none;
}
.form-group p{
    color: #9D9D9D;
}
.option {
    margin-right: 10px;
}
.option {
    margin-right: 10px;
}

/*COMMENTI*/
.testimonials {
    text-align: center;
    margin-top: 35px;
}
.testimonials .testimonials-carousel .item {
    padding: 0 100px;
}
p.lead {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2em;
    color: #97102F;
    text-align: center;
}
.testimonials .testimonials-carousel .item p.quote {
    padding-bottom: 15px;
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.testimonials .testimonials-carousel .item .testimonial-info {
    margin-bottom: 30px;
    padding-top: 15px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
.testimonial-img img{
    position: static;
    transform: none;
    margin-top: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
    display: inline-block;
    text-align: left;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
    font-size: 1.6em;
    color: #FFF;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
    margin: 0;
    color: #FFF;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
    color: #FFF;
    display: table;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev, .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
    left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
    right: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev, .testimonials .testimonials-carousel .owl-controls .owl-next {
    text-align: center;
    position: absolute;
    height: 60px;
    width: 40px;
    border-radius: 0 !important;
    line-height: 50px;
    font-size: 60px !important;
    margin: auto 0 !important;
    top: 0;
    bottom: 0;
    background-color: transparent !important;
    color: #FFF !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-pagination {
    display: none !important;
}
.bottone-slide{
    border: 1px solid #d9b163;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    color:#d9b163;
    font-size: 1.5em;
    position: absolute;
    right: 0;
    bottom: 0px;
}

/*MAPPA*/
#mappa1, #mappa2{
    height: 470px;
    margin-left: -15px;
    margin-right: -15px;
}

#contenuto-interno #mappa1{
    height: 450px !important;
    margin-left: -15px;
    margin-right: -15px;
}

#page_mappa #mappa1{
    height: 800px;
}
#map-canvas1, #map-canvas2{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.popup{color: #000;}
.popup p{
    color: #000;
    margin-top: 5px;
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 0;
}
.popup h4{color: #000;}
.popup img{
    padding: 5px;
    margin-bottom: 10px !important;
    width: 100px !important;
    margin-top: 0px !important;
    /* background: rgb(156, 171, 68) !important; */
    background: #fff !important;
}
.popup a{
    color: #000 !important;
}

#page_index .popup {overflow: hidden}
#page_index .popup img {padding: 0px;margin-bottom: 0px;margin-top: 0px}
#page_index .popup p{ display: none }

/*FAQ*/
.panel{
    box-shadow: none !important;
}    
.panel-default{
    border: none !important;
}    
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
    border: none !important;
}
.panel-body{
    border-top: 1px solid #ddd !important;
}

/********** BLOG **************/
#page_indexblog .logo img {width: 103px;}
#page_indexblog .menufisso{margin: 0;}
#page_indexblog article {background-color: #f5f5f5; padding-bottom: 20px}
#page_indexblog .anteprimablog{margin-top: 20px; background-color: #fff; min-height: 200px; color: #000;}
#page_indexblog .anteprimablog i{margin: 0 5px; color: #ccc}
#page_indexblog .anteprimablog, #page_indexblog .immagineblog{padding-left: 0; padding-right: 0}
#page_indexblog .immagineblog{max-height: 300px; overflow: hidden}
#page_indexblog .estrattblog{margin-top: 10px}
#page_indexblog .anteprimablog a{color: #000}
#page_indexblog .anteprimablog a:hover{color: #d9b163}
#page_indexblog .articolilaterali{margin-top: 20px; background-color: #fff; min-height: 200px}
#page_indexblog .separablog{width: 100%; height: 1px; background-color: #ebebeb; margin-bottom: 10px}
#page_indexblog .footeranteprima{font-size: 12px; font-weight: 600}
#page_indexblog .titoloblog{font-size: 20px; font-weight: 400; padding-bottom: 5px; padding-top: 5px; text-transform: uppercase; text-align: center; padding-left: 0; padding-right: 0;}
#page_indexblog .nav{margin-top: 10px}
#page_indexblog .nav i{margin-right: 5px}
#page_indexblog .tab-content{border-left: solid 1px #ccc; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; padding: 10px; margin-bottom: 10px}
#page_indexblog .sidebarblog i{margin-right: 5px; padding-bottom: 20px; }
#page_indexblog .fotoblog{margin-top: 10px}
#page_indexblog .sidebarblog a{font-size: 12px; color: #000; line-height: 0; text-transform: none}
#page_indexblog .sidebarblog .pubbli{margin-top: 5px; font-size: 12px; color: #000; line-height: 100%; text-transform: none}
#page_indexblog .active a {background: transparent}
#page_indexblog .nav-tabs a{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: pointer
}
#page_indexblog .nav-tabs a:hover {
    color: #D9B163;
}
#page_indexblog #naviga{margin-top: 20px; text-align: center}
#page_indexblog #naviga div{background-color: #fff; padding: 5px 0}
#page_indexblog #naviga div a{cursor: pointer; padding: 3px 7px; font-size: 14px; margin: 0 3px; background-color: #f5f5f5; color: #000}
#page_indexblog #naviga div a:hover{background-color: #d9b163; color: #fff}

#page_indexblog .bottoneblog{margin-bottom: 10px; margin-right: 15px; text-align: center; background-color: #D9B163; color: #fff; width: auto; padding: 5px 50px}
#page_indexblog .bottoneblog a, #page_indexblog .bottoneblog a:hover{color: #fff}
#page_indexblog .listag{margin: 0 5px; background-color: #fff}
#page_indexblog #tornaalblog div{background-color: #fff; margin-top: 20px; padding: 10px; text-align: center; margin-left: -15px}
#page_indexblog #tornaalblog div a{color: #000}

/************** ******************/
/*OFFERTE SPECIALI*/
.offerta{
    float: left;
    min-height: 250px;
    margin-bottom: 15px;
    max-height:500px;
}
.offerta p{
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    color: #000;
}
.offerta .backgroundcolor{
    background: rgba(255,255,255,0.1);
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
.offerta:hover .backgroundcolor{
    background: rgba(255,255,255,0.7);
}
.offerta .leftside{
    float: left;
    display: block;
    background: rgba(255,255,255,0.6);
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}
.offerta .titolo-offerta, .offerta h3, .offerta h5, .offerta .scopri-offerta, .offerta .prezzo{
    float: left;
    display: block;
    width: 100%; 
}

.offerta .titolo-offerta{
    height: 200px;
    overflow: hidden;
    padding: 0px 10px
}

.offerta h3{
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 2em;
}
.offerta h4{
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
}
.scopri-offerta{
    padding: 0px 10px
}
.piu{
    background: #000;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #FFF;
}
.offerta h5{
    color: #000;
    margin-top: 42px;
    text-align: left;
}
.prezzo{
    padding: 0px 10px;
    padding-bottom: 10px;
}
.up{    
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin-top: 42px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.offerta span{
    color: #000;
    font-size: 1.3em;
}
.offerta h6{
    color: #000;
    margin-top: 42px;
    text-align: left;
}

/*OFFERTA PAGINA SINGOLA*/
#offerta-singola h1{color:#000;border-bottom: 1px solid #000;padding-bottom: 10px;margin-bottom: 10px;}
#offerta-singola h2{color:#000;text-transform: uppercase;font-size: 1.5em;}
#offerta-singola p{color:#000;}
#offerta-singola .bottone{font-size: 1.2em;background: #d2002f;padding-bottom: 10px;float: none;clear: both;}
#offerta-singola .bottone p{color:#FFF;margin: 0;float: left;}
.foto-offerta{padding-left: 0;}
.arrow{width: 24px;float: left;margin-left: 5px;margin-top: 2px;}
#offerta-singola h4{font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;color: #000;text-transform: uppercase;margin-bottom: 10px;font-size: 1.2em;}
.scadenza{padding-left: 0;padding-right: 0;margin-top: 20px;}

/*CAROUSEL offerte*/
#carousel-offerta{margin-top: 0; margin-bottom: 0;}
#carousel-offerta .colonna{padding: 0px;}
#offerte-text{position: absolute; height: 100%; width: 80%}

#carousel-offerta .scopri-offerta{top: 25%; display: none}
#carousel-offerta .piu{margin-top: -2px; display: none}
#carousel-offerta .up{margin-top: 0; display: none}
#carousel-offerta .prezzo{margin-top: 0; display: none}

.offertaTitolo p{    
    position: absolute;
    bottom: 0;
    font-weight: 600;
    padding: 10px;
    font-size: 1.3em;
    color: #fff;
}

.offertaSottotitolo p{
    position: absolute;
    top: 10px;
    font-weight: 600;
    font-size: 1.6em;
    right: -10px;
    color: #fff;
}

#carousel-offerte .carousel-control.right{margin-right: -70px;}
#carousel-offerte .carousel-control.left {margin-left: -50px;}

/*CAROUSEL evento*/
#carousel-evento{margin-top: 0; margin-bottom: 0;}
#carousel-evento .colonna{padding: 0px;}
#evento-text{position: absolute; height: 100%; width: 80%}

#carousel-evento .scopri-offerta{top: 25%; display: none}
#carousel-evento .piu{margin-top: -2px; display: none}
#carousel-evento .up{margin-top: 0; display: none}
#carousel-evento .prezzo{margin-top: 0; display: none}

.eventoTitolo p{    
    position: absolute;
    top: 50px;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 1.3em;
    color: #fff;
}

.eventoSottotitolo p{
    position: absolute;
    bottom: 40px;
    padding: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 1em;
    color: #fff;
}

#carousel-evento .carousel-control.right{margin-right: -70px;}
#carousel-evento .carousel-control.left {margin-left: -50px;}

/*CAROUSEL BLOG*/
#carousel-blog{margin-top: 80px;margin-bottom: 80px;}
#blog-text {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 40px;
    right: 40px;
    background: rgba(255,255,255,0.5);
    padding: 10px;
}

#carousel-blog h4, #carousel-blog p, #carousel-blog span{position: relative; display: block; color:#000;}
#carousel-blog span{color: #000;font-size: 1.3em;}
#carousel-blog .active a { background: transparent; }

/*FOOTER*/
#footer{
    background: #000;
    padding-top: 20px;
    padding-bottom: 130px;
}
#footer h4{
    margin-bottom:10px;
    color: #ffca7b;
    font-weight: 600;
    /* font-size: 1.4em; */
}
#footer a{
    color: #ddd;
}
#footer p{
    text-align: center;
    color: #ddd;
}
#footer .fa{margin-right: 5px;}
.list-inline{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

/**** banner cookie ****/
.checkCookie{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    display: none;
    background: #923c42;
}

.checkCookie p{font-family: 'Montserrat', sans-serif;}

.centerCookie{
    position:relative;
    width: 100%;
    margin:0;
    padding: 10px 20px;
    padding-right: 155px;
}

p.centerCookie{
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

.centerCookie .privacylink {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
}

.centerCookie .privacylink a:link, .centerCookie .privacylink a:visited, .centerCookie .privacylink a:hover {color: #ffffff!important;}

.centerCookie .bancookiebold{font-weight: 600}

#chiudicookie{
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #1b1b1b;
}

#chiudicookie:hover{background-color: #000}

#chiudicookie span{
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 150px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 970px){
    .centerCookie{float: left; display: block; padding: 10px 5px;}
    #chiudicookie{position: relative; float: left; right: auto; top: auto; width: 100%; height: auto; padding: 10px 5px; display: block;}
    #chiudicookie span{position: relative; top: auto; left: auto; width: 100%;}
}
/**** fine banner cookie ****/

/*PRIVACY*/
#privacy-titolo{
    height: 200px;
    color: #FFF;
    width: 100%;
    position: fixed;
    top: 51px;
    left: 0;
    z-index: 1;
    margin: 0;
}
#privacy-titolo div{
    margin-top: 100px;
    padding-left: 15px;
}
#privacy-titolo h1{
    color:#FFF;
}
#privacy-titolo p{
    text-transform: uppercase;
    margin-bottom: 5px;
}
#privacy{
    margin-bottom:40px;
    margin-top: 270px;
    margin-left: 0;
}
#privacy h3{
    text-transform: uppercase;
    margin-top: 20px;
    color:#000;
}
#privacy p{color: #000;}
.riga{display: block;}

/*BANNER VIP CLUB*/
#bannervip{
    background: rgba(38,43,48,0.70);
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: none;
}
#banner-content div{
    padding: 0;
    text-align: center;
}
#banner-content span{
    color: #FFF;
    font-size: 1.5em;
    margin-right: 20px;
    display: inline-block;
    margin-top: 15px;
}
#banner-content .bottone-banner{
    background: #822a42;
    padding: 10px;
    display: inline-block;
    margin-top: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
}
#banner-content .bottone-banner:hover{
    background: #582d39;
}
.banner{
    width: 170px;
    margin-right: 20px;
    display: inline-block;
}

/************ stile personalizzato ********************/
h1,h2, h3,h4,h5,h6{color: #ffffff;}

#titolo-camere-home h4 {
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
    text-transform: uppercase;
    margin-top: -10px;
    font-weight: 300;
}

section#banner-fr {
    background: #933c42;
}

#banner-fr h3 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    letter-spacing: 3px;
}

#fast-internet  p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

section#contenuto-risto {
    background: #171717;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contenuto-risto h3 {
    font-size: 2.6em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#contenuto-risto p {
    color: #ddd;
}

#titolo-camere-home h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
    font-size: 3.2em;
    color: #933c42;
    letter-spacing: 3px;
}
#titolo-gallery-home h2 {
    text-align: center;
    font-size: 2.6em;
    margin-top: 33px;
    font-weight: 300;
    letter-spacing: 3px;
}

section#fast-internet {
    background: #f1c661;
    text-align: center;
    padding: 25px;
}

#fast-internet h3 {
    font-size: 3.2em;
    text-transform: uppercase;
    font-weight: 600;
}

#page_index #footer {
    padding-bottom: 135px;
}

#contenuto-interno2 h3 {
    color: #f2d4a5;
    font-family: 'Cinzel', serif;
    font-size: 2em;
    margin-top: -15px;
    border-bottom: 1px solid #c7ab80;
    width: 40%;
    padding-bottom: 15px;
}

#contenuto-interno h1 strong {
    font-size: 1.5em;
    color: #fff;
    border-bottom: 1px solid #933c42;
    line-height: 85px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#titolo-camere-home {/* padding-top: 60px; */padding-bottom: 30px;background: #fff;}

#contenuto-hotel2 h3 {
    font-size: 2.5em;
    color: #ffc97b;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
}

#contenuto-hotel2 p {
    color: #ffffff;
    /* font-size: 2em; */
    text-align: center;
}

#titolo-camere-home .bottone {
    float: none;
    width: auto;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    background: #b3cc22;
    border: 1px solid #b3cc22;
}

#titolo-camere-home .button--rayen::before {padding: 12px 0;}

#servizi-home a.bottone {
    margin-right: 10px;
    right: 0;
    background: none;
    border: 1px solid #fff;
}

#servizi-home a.bottone:hover {
    margin-right: 10px;
    right: 0;
    background: rgba(9, 41, 60, 0.83);
    border: 1px solid #09293c;
}

#servizi-home-2 a.bottone {
    border: 1px solid #124666;
    background: rgba(9, 41, 60, 0.83);
}

#servizi-home .bottone p {
    width: auto;
    margin-left: 0;
    font-size: 1.3em;
}

#gallery-home-testo h2 {
    color: #185f88;
    font-size: 2.4em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
    display: inherit;
}

#contenuto-servizi-home p {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    text-transform: uppercase;
    font-weight: 400;
}

#appartamenti-home a.bottone {
    margin-right: 10px;
    right: 0;
    background: none;
    border: 1px solid #fff;
}

#appartamenti-home a.bottone:hover {
    margin-right: 10px;
    right: 0;
    background: rgba(9, 41, 60, 0.83);
    border: 1px solid #09293c;
}

#appartamenti-home .bottone p {
    width: auto;
    margin-left: 0;
    font-size: 1.3em;
}

#contenuto-interno-2 p {
    color: #09293c;
    text-align: center;
    font-size: 1.8em;
}

#contenuto-interno-2 h2 {
    text-align: center;
    font-family: 'Julius Sans One', sans-serif;
    color: #125780;
    font-size: 3.4em;
}

#gallery-home .sez-1 {
    padding: 0;
}

span.uno {
    font-size: 0.7em;
    color: #5283c0;
}

#hotel .backgroundcolor {
    background: none !important;
}

.capo {font-size: 1em;text-transform: lowercase;font-weight: 300;color: #FFF;font-family: 'Julius Sans One', sans-serif;}
#hotel{margin-top: -6px;}
#hotel h1{margin-top: 25px;margin-bottom: 20px;font-weight: 300;line-height: 65%;text-transform: uppercase;font-family: 'Julius Sans One', sans-serif;text-shadow: 1px 1px 5px #000;}
#hotel p{color: #FFF;margin-bottom: 20px;}
#carousel-3{margin-top: 20px;margin-bottom: 20px;}
#appartamenti-home, #servizi-home{/* margin-top: 30px; */margin-bottom: 30px;}
#gallery-home, #contatti-home{padding-top: 30px;padding-bottom: 30px;}
#contatti-home img{width: 130px;margin-bottom: 20px;background: #09293c;padding: 10px;border-radius: 3px;}

#appartamenti-home h2, #servizi-home h2{font-family: 'Playfair Display', serif;font-size: 5em;margin-top: 80px;line-height: 93%;/* margin-bottom: 20px; */margin-left: 40px;font-family: 'Julius Sans One', sans-serif;text-shadow: 1px 1px 4px #000;}
#appartamenti-home p, #servizi-home p{color: #FFF;font-size: 1.4em;margin-left: 40px;width: 60%;text-shadow: 1px 1px 3px #000;}

#servizi-home-2 h2{font-family: 'Playfair Display', serif;font-size: 5em;margin-top: 115px;/* margin-bottom: 20px; */font-family: 'Julius Sans One', sans-serif;text-shadow: 1px 1px 4px #000;text-align: center;}
#servizi-home-2 p{color: #FFF;font-size: 1.5em;text-align: center;text-shadow: 1px 1px 3px #000;}

#tipologie h3 {font-weight: 200;}
#dovesiamo-home h2, #camere-home h2, #camere-home p, #tipologie h3l, #testo-home p, #mappa-home p{font-weight: 300;}
#titolo h3, #titolo-interno h1, #mappa-home strong {font-weight: 400;}

#camere-home h2, #tipologie h3, #dovesiamo-home h2{font-size: 3.5em;}
#titolo h3 {font-size: 2.5em;}
#mappa-home strong {font-size: 2.2em;}
#testo-home p, #camere-home p, #mappa-home p {font-size: 1.2em;}


section#camere-home {
    -webkit-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    border-top: 1px solid #686868;
}

#titolo-camere-home strong {
    font-size: 1.5em;
    color: #ffffff;
    border-bottom: 1px solid #5b5b5b;
    line-height: 85px;
    /* font-family: 'Cinzel', serif; */
    text-transform: uppercase;
    font-weight: 600;
}

#dovesiamo-home a.bottone {
    color: #fff;
    margin-top: 20px;
    float: none;
    width: auto;
    font-size: 1.3em;
    background: #933c42;
    border: 1px solid #933c42;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

section#contenuto-foto {
    background: #1b1b1b;
    padding-bottom:45px;
}

section#titolo-gallery-home {
    background: #1b1b1b;
}

div#container-rooms- {
    background: #2c2c2c;
}

section#titolo-interno {
    background: #fd2424;
    text-align: center;
    letter-spacing: 1px;
}

section#dovesiamo-home {
    background: #000000;
    padding-bottom: 45px;
    padding-top: 45px;
}

#contenuto-servizi-home-2 p {
    text-align: center;
    font-size: 1.6em;
    color: #515151;
    font-weight: 300;
}

#contenuto-servizi-home h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 3px;
}

section#contenuto-servizi-home-2 {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#contenuto-hotel a.bottone {
    float: left;
    width: auto;
    color: #fff;
    margin-top: 20px;
    font-size: 1.3em;
    background: #933c42;
    border: 1px solid #933c42;
    padding-left: 20px;
    padding-right: 20px;
}

#contenuto-hotel .button--rayen::before, #contenuto-servizi-home .button--rayen::before, #dovesiamo-home .button--rayen::before, #bottone-camere .button--rayen::before{
    padding: 10px 0px;
}

#dovesiamo-home h2 {
    text-align: center;
    font-family: raleway;
    text-transform: uppercase;
    color: #fff;
    margin-top: 90px;
    text-shadow: 1px 1px 3px #000;
    font-family: 'Quicksand', sans-serif;
}

section#contenuto-servizi-home {
    background: #141414;
}

#camere-home h2 {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    margin-top: 80px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Quicksand', sans-serif;
}

#camere-home p {
    width: 70%;
    margin-top: 10px;
    text-shadow: 1px 1px 3px #000;
}

#titolo-meeting h2 {
    font-family: 'Cinzel', serif;
    color: #121212;
    font-size: 2.7em;
    margin-top: 25px;
    margin-bottom: 20px;
}

section#contenuto-meeting {
    padding-bottom: 30px;
}

#contenuto-servizi-home a.bottone {
    margin-top: 20px;
    background: #933c42;
    border: 1px solid #933c42;
    color: #fff;
    font-family: 'Cinzel', serif;
    width: auto;
    float: none;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

#intro-home .backgroundcolor {
    filter: saturate(0.2);
    -webkit-filter: saturate(0.2);
    background: rgba(20, 20, 20, 0.81);
    background: rgba(20,20,20,1);
    background: -moz-linear-gradient(top, rgba(20,20,20,1) 10%, rgba(20,20,20,1) 11%, rgba(20,20,20,0.57) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(20,20,20,1)), color-stop(11%, rgba(20,20,20,1)), color-stop(100%, rgba(20,20,20,0.57)));
    background: -webkit-linear-gradient(top, rgba(20,20,20,1) 10%, rgba(20,20,20,1) 11%, rgba(20,20,20,0.57) 100%);
    background: -o-linear-gradient(top, rgba(20,20,20,1) 10%, rgba(20,20,20,1) 11%, rgba(20,20,20,0.57) 100%);
    background: -ms-linear-gradient(top, rgba(20,20,20,1) 10%, rgba(20,20,20,1) 11%, rgba(20,20,20,0.57) 100%);
    background: linear-gradient(to bottom, rgba(20,20,20,1) 10%, rgba(20,20,20,1) 11%, rgba(20,20,20,0.57) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#141414', GradientType=0 );
}

.backgroundslideroom {
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
}


#tipologie h3 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    color: #9a3451;
    text-shadow: 1px 1px 5px #222;
    font-family: 'Quicksand', sans-serif;
}

#tipologie a.bottone {
    width: 800px;
    font-size: 1em;
    margin-bottom: 30px;
    padding-top: 13px;
    padding-bottom: 12px;
    background: #582d39;
}

#titolo-gallery-home h3 {
    margin-top: 25px;
    font-size: 3em;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 100;
}

#tipologie a.bottone:hover{    
    color: #FFF!important;
    background-color: rgb(130, 42, 66);
}

.menufisso{
    position: fixed;
    width: 100%;
    z-index: 2;
    padding-left: 20px !important;
}
.shadow{
    -webkit-box-shadow: 0px 5px 26px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 26px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 26px -2px rgba(0,0,0,0.75);
}

.menufisso div.custom-col{
    margin-left: 195px;
}

.backgroundcolor{
    position: absolute;
    width: 100%;
    height: 100%;
}

.stylecolor1{
    background-color: #d1b892;
}

.stylecolor2{
    background-color: #191919;
}

.stylecolor3{
    background-color: #ffffff;
}

section a:link{
    color: #ea3030;
}

.custom-col{
    margin: 0;
    min-height: 0;
}

section#gallery-home {
    padding-bottom: 30px;
}

#testo-home .carousel-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

#testo-home p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    margin-right: 20px;
}

.titoloformcontatti{color: #c20410;font-family: roboto, sans-serif;font-weight: 300;font-size: 2em;}

.contVideo{
    position: absolute;
    top: 10%;
    z-index: 1;
}

/*IE CSS*/
@media screen\0 {
    #menu li{
        margin-top: 11px;
    }
    #carousel-3 .item .foto-slide{
        display: block;
    }
    #lingue{top:16px;height: 34px;}
    #freccialingua{top: 13px;}
}   

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
}

section#contenuto-interno {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #2c2c2c;
}

section#contenuto-interno:last-of-type {
    /* padding-bottom: 30px; */
}

div#container-rooms-camere {
    background: #151515;
}

div#container-rooms-dependance {
    background: #151515;
}

#contenuto-interno h4 {
    font-family: 'Cinzel', serif;
    text-align: center;
    color: #786240;
    margin-top: 18px;
    font-weight: 300;
}

#contenuto-interno h2 {
    text-align: center;
    color: #ffffff;
    /* margin-top: 150px; */
    font-weight: 600;
    font-size: 4em;
    letter-spacing: 3px;
}

section#banner-fr-home {
    background: none;
    position: absolute;
    bottom: 117px;
    width: 100%;
    z-index: 5;
}

#banner-fr-home h2 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-size: 2.2em;
}

#titolo-interno h2 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
}

#dovesiamo-home h3 {
    font-size: 2.2em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#dovesiamo-home strong {
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    font-size: 1.15em;
    color: #fff;
}

#dovesiamo-home p {
    color: #fff;
}

#dovesiamo-home a {
    color: #d99528;
}

#contenuto-interno h1 {
    margin-top: 20px;
    color: #d7a967;
    font-size: 3.2em;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

#contenuto-interno p {
    color: #ddd;
}

#contenuto-interno strong {
    letter-spacing: 1px;
    font-size: 1.05em;
}

#contenuto-hotel, #titolo-hotel {background-color: #ffffff;}

#titolo-hotel h1 {
    margin-top: 30px;
    color: #eaba79;
    font-size: 5em;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 8px;
}

#titolo-hotel h1 strong {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #d6ccbe;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
}

#page_gallery #contenuto-interno .sez-2 p {
    padding-left: 70px;
    line-height: 4;
    margin-top: 20px;
}

#contenuto-interno2 h1 {
    color: #ffffff;
    /* text-transform: uppercase; */
    font-family: 'Cinzel', serif;
    padding-top: 20px;
    text-align: center;
    font-family: 'Meie Script', cursive;
    font-size: 4.4em;
    line-height: 76px;
    text-shadow: 2px 2px 4px #000;
}

#contenuto-interno2 p {
    line-height: 1.9em;
    color: #ffffff;
    letter-spacing: 0.015em;
}
#contenuto-interno2 a{color: #FFF;}

span.room_description {
    font-size: 1.2em;
    color: #fff;
    display: none;
    font-weight: 300 !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contenuto-interno h3 {
    color: #fff;
    /* font-family: 'Cinzel', serif; */
    font-size: 2.3em;
    margin-top: 20px;
    font-weight: 300;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    font-family: 'Josefin Sans', sans-serif;
}

#page_index #mappa2 {
    height: 450px;
}

li span {
    color: #040707;
    text-transform: uppercase;
    /* font-family: 'Quicksand', sans-serif; */
    font-weight: 600;
}

li span:hover {
    color: #933c42;

}

section#mappa-street {
    padding-top: 0;
    padding-bottom: 0;
}

#testo-home h1 {
    margin-top: 20px;
    font-family: 'Quicksand', sans-serif;
}

#titolo h3 {
    color: #822a42;
}

#page_index .backgroundcolor {
    background-color: rgba(0,0,0,0.20);
}

#titolo-camere-home .backgroundcolor {
    background-color: rgba(0, 0, 0, 0.78) !important;
}

strong {
    font-weight: 300;
    color: #d79d43;
}

section#appartamenti-home {
    -webkit-box-shadow: inset 0 5px 20px -5px #000000;
    box-shadow:inset 0 5px 20px -5px #000000;
}

#titolo-interno h1{
    color: #9a3451;
    text-shadow: 1px 1px 5px #000;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

div#gruppocamere {
    -webkit-box-shadow: inset 0px 12px 43px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 12px 43px -14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 12px 43px -14px rgba(0,0,0,0.75);
    border-top: 1px solid #b0556e;
}

#mappa-home strong {
    color: #a26677;
    font-family: 'Quicksand', sans-serif;
}
#mappa-home p{
    text-align: left
}

#ombra {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index:3;
    background: rgba(0,0,0,0.91);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.91)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

section#tipologie {
    padding-bottom: 15px;
    webkit-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    border-top: 1px solid #686868;
}

section#testo-home {
    padding-bottom: 15px;
    -webkit-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    border-top: 1px solid #686868;
}

section#mappa-home {
    padding-bottom: 30px;
    padding-top: 15px;
    webkit-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    box-shadow: inset 0px 12px 35px -6px rgba(0,0,0,0.75);
    border-top: 1px solid #686868;
}

.classespan {
    font-size: 2em;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
}

#slideshow .item img{
    width: 100%;
}

section#intro-home {
    background: #ffffff;
    padding-bottom: 40px;
    /* padding-top: 40px; */
}

section#contenuto-hotel2 {
    background: #933c42;
    padding-bottom: 40px;
    padding-top: 40px;
}

#intro-home p {
    color: #383838;
}

#intro-home strong {
    letter-spacing: 1px;
    text-transform: uppercase;
    /* font-size: 1.05em; */
}

#contenuto-interno2 h1 strong {
    font-size: 1.5em;
    font-family: 'Cinzel', serif;
}

.foto-slide{
    padding-right:5px !important;
    padding-left:5px !important;
}

#titolo-gallery-home strong {
    color: #ffca7b;
    font-weight: 600;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0;
}

#contenuto-hotel p {
    font-size: 1em;
}

#contenuto-hotel .backgroundcolor {
    background: rgba(27,27,27,0.12);
    background: -moz-linear-gradient(top, rgba(27,27,27,0.12) 0%, rgba(27,27,27,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,27,27,0.12)), color-stop(100%, rgba(27,27,27,1)));
    background: -webkit-linear-gradient(top, rgba(27,27,27,0.12) 0%, rgba(27,27,27,1) 100%);
    background: -o-linear-gradient(top, rgba(27,27,27,0.12) 0%, rgba(27,27,27,1) 100%);
    background: -ms-linear-gradient(top, rgba(27,27,27,0.12) 0%, rgba(27,27,27,1) 100%);
    background: linear-gradient(to bottom, rgba(27,27,27,0.12) 0%, rgba(27,27,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#1b1b1b', GradientType=0 );
}

#contenuto-hotel h3 {
    line-height: 100%;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600;
}

.claim h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
    font-family: 'Quicksand', sans-serif;
}

#testocontatti img, #testomappa img{
    background: black;
    padding: 10px;
}
#testocontatti h3{
    text-transform: uppercase;
}

#riprova-sociale .backgroundcolor {
    background-color: rgba(0, 0, 0, 0.41);
}
.centra{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#testiservizi img{
    padding-left: 5px;
    padding-right: 5px;
}
#testiservizi .swipebox{
    padding-left: 0;
    padding-right: 0;
}
#slide-camere .item img{
    width: 100%;
}
#carousel-room{
    margin-left: -5px;
    margin-right: -5px;
}
#tipologie .col-md-12{
    padding-right: 0;
    padding-left: 0;
}
#slideshow{
    position: relative;
}

.carousel-inner .foto-slide img{
    background-color: rgba(0, 0, 0, 0.5);
}

#page_camereindex article{
    background-color: #170E10
}

article section:nth-child(1){padding-top: 0; padding-bottom: 0}

.gm-iv-address{display:none!important;}
#banner-fr h2 {
    margin-top: 5px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
#carousel-4 .claim{display: none;}
#page_mappa #contenuto-interno .bottone, #page_default #contenuto-interno .bottone{margin-top: 20px;float: left;right: 0;margin-right: 0;color: #fff;background: #b3cc21;}
#bottone-camere{margin: 0;padding: 0;}
#bottone-camere .sez-1 {padding: 0;margin: 0;}
#bottone-camere .bottone {width: 100%;margin: 0;background: #9cab44;font-size: 1.3em;color: #fff;letter-spacing: 1px;}
#bottone-camere .bottone:hover {letter-spacing: 1px;font-family: 'Josefin Sans', sans-serif;}
#contenuto-interno2 {background: #141414;}

#contenuto-servizi-home .sez-1, #dovesiamo-home .sezpag-1, #contenuto-hotel .sez-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

#contenuto-hotel .sez-1 {text-align: left;}

#carousel-room {margin-top: 20px;}

#titolo-camere-home .sez-1 {text-align: center;}

section#contenuto-interno:last-child {padding-bottom: 40px;}

#privacy h3{font-weight: bold; text-decoration: underline; margin-top: 10px; margin-bottom: 10px}
form .checkprivacyform {padding-left: 0; padding-right: 0; font-style: italic;}
form .checkprivacyform .checkformm{position: relative; float: left; width: auto; display: inline-grid;}
form .checkprivacyform .checkformm input{display: inline;}
form .checkprivacyform .testo-infodatiform{position: relative; float: left; width: calc(100% - 21px); margin-left: 5px; text-align: justify;}
form .checkprivacyform .testo-infodatiform a, form .checkprivacyform .testo-infodatiform a:link, form .checkprivacyform .testo-infodatiform a:hover {color: #000!important; text-decoration: underline; font-weight: 300;}
form .checkprivacyform .checkdaticomformm{position: relative;float: left;width: auto;display: inline-grid;}
form #leggiinfofinicomm{color:#000!important; font-style: italic; text-decoration: underline; font-weight: 300!important; cursor: pointer}
form #divinfofinicomm{height: auto; overflow: hidden; background-color: #dedede; padding: 5px; display: none}

.partner{height: 60px;margin-left: 5px;margin-right: 5px;margin-bottom: 40px;}
/************** RESPONSIVE ******************/

@media (max-width: 1600px){
    /** home page **/
    p {font-size: 1.3em;}
    .titoloclaim {font-size: 2.15em;}
    #fastreservation .tariffeTitolo h3 {font-size: 1.25em;}
    #banner-fr h2 {font-size: 1.5em;}
    #menu a, #lingue a {font-size: 0.9em; letter-spacing: 1px;}
    #lingue {top: 30px;}
    #lingue li:first-child {margin-bottom: 8px;}
    #freccialingua {top: 0;}
    ul.navbar-nav ul {width: 181px;}
    ul.navbar-nav ul li {width: 181px !important;}
    .logo img {width: 180px;}
    #titolo-hotel h1 {font-size: 4.15em; letter-spacing: 6.65px;}
    #titolo-camere-home h2 {font-size: 2.65em;}
    #titolo-gallery-home h2 {font-size: 2.15em;}
    .room_title {font-size: 2.2em;}
    .roomprice {font-size: 1.45em;}
    .room_custom {font-size: 1em;}
    #contenuto-servizi-home h3, #contenuto-hotel h3 {font-size: 2.9em;}
    #contenuto-hotel2 h3 {font-size: 2.1em;}
    #dovesiamo-home h3 {font-size: 1.85em;}
    #titolo-camere-home h4 {font-size: 1.35em;}
    #footer h4 {font-size: 1.3em;}
    #contenuto-interno2 h3 {font-size: 2.15em;}
    /** pagine interne **/
    #contenuto-interno h1, #contenuto-interno-titolo h1 {font-size: 2.65em;}
    #contenuto-interno h1 strong {line-height: 70.5px;}
    #gruppocamere h3 {font-size: 1.25em;}
    #contenuto-interno h3 {font-size: 1.9em;}
    #contenuto-interno h2 {font-size: 3.3em;}
    #gruppocamere .room_custom {font-size: 0.9em;}
}

@media (max-width: 1400px){
    /** home page **/
    .titoloclaim {font-size: 1.9em;}
    .logo img {width: 160px;}
    p {font-size: 1.15em;}
    #fastreservation .tariffeTitolo h3 {font-size: 1.1em;}
    #banner-fr h2 {font-size: 1.3em;}
    #menu a, #lingue a {font-size: 0.8em; letter-spacing: 0.5px;}
    ul.navbar-nav ul {width: 156px;}
    ul.navbar-nav ul li {width: 156px !important;}
    #titolo-hotel h1 {font-size: 3.65em; letter-spacing: 5.85px;}
    #titolo-camere-home h2 {font-size: 2.35em;}
    #titolo-gallery-home h2 {font-size: 1.9em;}
    #titolo-camere-home .bottone, #contenuto-hotel a.bottone {font-size: 1.1em;}
    #dovesiamo-home a.bottone, #contenuto-servizi-home a.bottone, .bottoneclaim .bottone {font-size: 1.1em;}
    .room_title {font-size: 1.8em;}
    .roomprice {font-size: 1.3em; padding: 15px;}
    .room_custom {font-size: 0.9em;}
    #contenuto-servizi-home h3, #contenuto-hotel h3 {font-size: 2.55em;}
    #contenuto-hotel2 h3 {font-size: 1.85em;}
    #dovesiamo-home h3 {font-size: 1.6em;}
    #titolo-camere-home h4 {font-size: 1.3em;}
    #footer h4 {font-size: 1.2em;}
    #contenuto-interno2 h3 {font-size: 1.9em;}
    #contenuto-servizi-home .colonna, #contenuto-hotel .colonna {min-height: 350px !important;}
    /** pagine interne **/
    [id^=indexcamera] {min-height: 261px !important;}
    #gruppocamere .custom-col {padding-left: 12px; padding-right: 12px; margin-bottom: 24px;}
    #contenuto-interno h1, #contenuto-interno-titolo h1 {font-size: 2.35em;}
    #contenuto-interno h1 strong {line-height: 62px;}
    #gruppocamere h3 {font-size: 1.1em; padding-left: 5%; padding-right: 5%;}
    #contenuto-interno h3 {font-size: 1.7em;}
    #contenuto-interno h2 {font-size: 2.9em;}
    #gruppocamere .room_custom {font-size: 0.8em;}
    section#contenuto-interno:last-child {padding-bottom: 30px;}
    #bottone-camere .bottone {font-size: 1.1em;}
}

@media (max-width: 1200px) {
    /** home page **/
    p {font-size: 1.05em; line-height: 1.6;}
    .titoloclaim{font-size: 1.65em;}
    .logo img {width: 140px;}
    #lingue {top: 23px;}
    #fastreservation .tariffeTitolo h3 {font-size: 0.95em;}
    #banner-fr h2 {font-size: 1.15em;}
    #menu a, #lingue a {font-size: 0.7em; letter-spacing: 0;}
    #lingue {top: 27px; height: 18px; width: 80px;}
    #lingue li:first-child {margin-bottom: 10px;}
    ul.navbar-nav ul {width: 131px;}
    ul.navbar-nav ul li {width: 131px !important; margin-top: 8px !important; margin-bottom: 8px !important;}
    .navbar-nav>li>a {padding-bottom: 10px; padding-top: 10px;}
    #titolo-hotel h1 {font-size: 3.15em; letter-spacing: 5px;}
    #titolo-camere-home h2 {font-size: 2em;}
    #titolo-gallery-home h2 {font-size: 1.65em;}
    #titolo-camere-home .bottone, #contenuto-hotel a.bottone {font-size: 1.05em;}
    #dovesiamo-home a.bottone, #contenuto-servizi-home a.bottone, .bottoneclaim .bottone {font-size: 1.05em;}
    .room_title {font-size: 1.6em;}
    .roomprice {font-size: 1.15em;}
    .room_custom {font-size: 0.8em;}
    .carousel-control.right img, .carousel-control.left img {width: 40px;}
    .carousel-control.right, .carousel-control.left {margin-top: -20px;}
    #contenuto-servizi-home h3, #contenuto-hotel h3 {font-size: 2.2em;}
    #contenuto-hotel2 h3 {font-size: 1.55em;}
    #dovesiamo-home h3 {font-size: 1.4em;}
    #titolo-camere-home h4 {font-size: 1.25em;}
    #footer h4 {font-size: 1.1em;}
    #contenuto-interno2 h3 {font-size: 1.65em;}
    #contenuto-servizi-home .colonna, #contenuto-hotel .colonna {min-height: 305px !important;}
    section#intro-home {padding-bottom: 30px; padding-top: 30px;}
    /** pagine interne **/
    [id^=indexcamera] {min-height: 230px !important;}
    #contenuto-interno h1, #contenuto-interno-titolo h1 {font-size: 2em;}
    #contenuto-interno h1 strong {line-height: 53px;}
    #gruppocamere h3 {font-size: 0.95em; padding-left: 3%; padding-right: 3%;}
    #contenuto-interno h3 {font-size: 1.45em;}
    #gruppocamere .room_custom {font-size: 0.7em;}
    #contenuto-interno h2 {font-size: 2.5em;}
    #bottone-camere .bottone {font-size: 1.05em;}
}

@media (max-width: 1024px) {
    /** home page **/
    .logo img {width: 130px;}
    .titoloclaim{font-size: 1.4em;}
    ul.navbar-nav ul {left: -12px; top: 49px;}
    #menu a {letter-spacing: -0.5px;}
    #titolo-camere-home h2 {font-size: 1.7em;}
    #titolo-gallery-home h2 {font-size: 1.4em;}
    #titolo-camere-home .bottone, #contenuto-hotel a.bottone {font-size: 1em;}
    #dovesiamo-home a.bottone, #contenuto-servizi-home a.bottone, .bottoneclaim .bottone {font-size: 1em;}
    #contenuto-servizi-home h3, #contenuto-hotel h3 {font-size: 1.85em;}
    #contenuto-hotel2 h3 {font-size: 1.35em;}
    #dovesiamo-home h3 {font-size: 1.2em;}
    #contenuto-interno2 h3 {font-size: 1.4em;}
    #titolo-camere-home h4 {font-size: 1.2em;}
    #fast-internet  p {font-size: 1em;}
    #contenuto-servizi-home .colonna, #contenuto-hotel .colonna {min-height: 260px !important;}
    /** pagine interne **/
    [id^=indexcamera] {min-height: 197px !important;}
    #gruppocamere .custom-col {padding-left: 6px; padding-right: 6px; margin-bottom: 12px;}
    #contenuto-interno h1, #contenuto-interno-titolo h1 {font-size: 1.7em;}
    #contenuto-interno h1 strong {line-height: 45px;}
    #contenuto-interno h3 {font-size: 1.2em;display: inline-block;}
    #contenuto-interno h2 {font-size: 2.1em;}
    #bottone-camere .bottone {font-size: 1em;}
}

@media (max-width: 992px) {
    /** home page **/
    article {margin-top: 170px!important;}
    #menu a {padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0;}
    .titoloclaim{font-size: 1.3em;}
    #titolo-hotel h1 {font-size: 2.5em; letter-spacing: 4px;}
    #titolo-camere-home h2 {font-size: 1.6em;}
    #titolo-gallery-home h2 {font-size: 1.3em;}
    .room_title {font-size: 1.8em;}
    .room_custom {font-size: 0.9em;}
    .roomprice {padding: 25px;}
    #contenuto-servizi-home h3, #contenuto-hotel h3 {font-size: 1.75em;}
    #contenuto-hotel2 h3 {font-size: 1.25em;}
    #dovesiamo-home h3 {font-size: 1.4em; margin-top: 0;}
    #footer h4 {font-size: 1em;}
    #banner-fr h2 {text-align: center;}
    .logo-mobile {display: block; top: 0; width: 100%; text-align: center; position: fixed; background: #fff;}
    .logo {display: none;}
    #menu li {margin-top: 8px; margin-bottom: 8px;}
    #lingue {top: 98px; width: 70px;}
    .navbar-nav {margin-left: 0 !important;}
    #page_index #menu, #menu {background: #fff !important; margin-top: 77px;}
    #page_index ul.navbar-nav ul {background: rgb(255, 255, 255);}
    ul.navbar-nav ul {width: 135px; top: 42px;}
    ul.navbar-nav ul li {width: 140px !important;}
    section#intro-home .sez-1, section#intro-home .sez-2, section#contenuto-interno .sez-1, section#contenuto-interno .sez-2, section#contenuto-interno .sez-3, section#contenuto-hotel .sez-1 {padding-left: 25px; padding-right: 25px;}
    section#intro-home .sez-1 {margin-bottom: 25px;}
    section#intro-home {padding-bottom: 15px;}
    section#dovesiamo-home {text-align: center; padding-top: 20px; padding-bottom: 20px;}
    section#contenuto-foto {padding-bottom: 20px;}
    section#dovesiamo-home .sez-1 {padding-bottom: 20px; padding-left: 20px; padding-right: 20px;}
    section#contenuto-risto {padding-bottom: 20px; padding-top: 30px;}
    #mappa1 {margin-left: 5px; margin-right: 5px;}
    #page_camere #contenuto-interno .sez-1 {margin-bottom: 25px;}
    #contenuto-servizi-home img {width: 140px;}
    #slider-control .carousel-control {width: 18% !important;}
    #contenuto-interno2 h3 {font-size: 1.3em;}
    #titolo-camere-home h4 {font-size: 1.15em;}
    #page_index #footer {padding-bottom: 30px;}
    #contenuto-risto p {padding-bottom: 20px;}
    #footer {padding-bottom: 20px;}
    /** pagine interne **/
    [id^=indexcamera] {min-height: 261px !important;}
    #gruppocamere .custom-col {padding-left: 7.5px; padding-right: 7.5px; margin-bottom: 15px; margin-right: auto; margin-left: auto;}
    #gruppocamere .custom-col {margin-right: auto; margin-left: auto;}
    #contenuto-interno h1, #contenuto-interno-titolo h1 {font-size: 1.6em;}
    #contenuto-interno h1 strong {line-height: 42.5px;}
    #gruppocamere h3 {font-size: 1.1em;}
    #contenuto-interno h3 {display: inline-block; padding-top: 15px; padding-bottom: 5px; font-size: 1.15em; margin-top: 0;}
    #gruppocamere .room_custom {font-size: 0.8em;}
    #contenuto-interno h2 {font-size: 2em;}
    #page_default #contenuto-interno .sez-2 {margin-top: 20px;}
    section#contenuto-interno:last-child {padding-bottom: 20px;}
}

@media (max-width: 767px){
    /** home page **/
    p {font-size: 1.15em;}
    #ombra {display: none;}
    #page_index #menu, #menu {top: 0px; margin-top: 0;}
    #lingue {display: block;top: 25px;position: fixed;right: 10px;margin-top: 0;}
    #menu li {display: block;width: 100% !important;}
    #lingue li{margin-right: 3px;}
    #menu a  {font-size: 1em; text-align: left;border: none;}
    #lingue a {font-size: 1em;}
    #freccialingua {right: 10px; top: 2px;}
    .logo-mobile img {width: 58px;}
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {max-height: 410px;}
    ul.navbar-nav ul {position: absolute; top: -10px; left: 130px; width: 60% !important;}
    ul.navbar-nav ul li {text-align: left;}
    article {margin-top: 90px!important;}
    .titoloclaim {font-size: 0.8em;}
    #titolo-hotel h1 {font-size: 2em; letter-spacing: 3.2px; padding-left: 30px; padding-right: 30px;}
    #titolo-camere-home h2 {font-size: 1.3em;}
    #titolo-gallery-home h2 {font-size: 1.15em;}
    #titolo-gallery-home strong {font-size: 1.2em;}
    #contenuto-servizi-home h3, #contenuto-hotel h3 {font-size: 1.4em; margin-top: 0; margin-bottom: 15px;}
    #contenuto-hotel2 h3 {font-size: 1.1em;}
    #dovesiamo-home h3 {font-size: 1.15em; letter-spacing: 1px; margin-left: 0;}
    #carousel-4 .carousel-control, #carousel-19 .carousel-control, #carousel-33 .carousel-control {width: 13% !important;}
    #slider-control .carousel-control {width: 21% !important; margin-top: -32px;}
    #dovesiamo-home a.bottone, #contenuto-servizi-home a.bottone {font-size: 0.9em; padding-left: 15px; padding-right: 15px;}
    .bottoneclaim .bottone {font-size: 0.9em; padding-left: 20px; padding-right: 20px;}
    #titolo-camere-home .bottone, #contenuto-hotel a.bottone {font-size: 0.9em; padding-left: 15px; padding-right: 15px;}
    .room_title {font-size: 1.15em;}
    .roomprice {font-size: 1em; top: 2px; right: 6px; padding: 15px;}
    .room_custom {font-size: 0.75em; bottom: 15px; padding-bottom: 11px; padding-top: 11px; width: 240px; margin-left: -120px;}
    #titolo-camere-home {padding-bottom: 25px;}
    #footer {padding-bottom: 30px;}
    #titolo-camere-home h4 {font-size: 1em;}
    #footer h4 {margin-top: 20px;}
    #contenuto-interno2 h3 {font-size: 1.05em;}
    section#dovesiamo-home {padding-top: 15px;}
    #dovesiamo-home #slideshow, #mappa1 {height: 360px !important;}
    #carousel-76 .carousel-control {width: 12% !important;}
    /** pagine interne **/
    #contenuto-interno h1, #contenuto-interno-titolo h1 {font-size: 1.4em;}
    #contenuto-interno h1 strong {line-height: 36px;}
    #contenuto-interno h1 strong {font-size: 1.3em;}
    #contenuto-interno h3 {font-size: 1.3em;}
    #gruppocamere h3 {font-size: 1.2em;}
    #gruppocamere .room_custom {font-size: 0.9em;}
    #contenuto-interno h2 {font-size: 1.6em; margin-top: 30px; padding-left: 30px; padding-right: 30px;}
    section#contenuto-interno {padding-bottom: 10px; padding-top: 10px;}
    .partner{height: 50px;}
}

@media (max-width: 320px){
    p {font-size: 1.1em;}
    ul.navbar-nav ul {left: 100px; width: 70% !important;}
    #titolo-hotel h1 {font-size: 1.9em; letter-spacing: 3px;}
    .titoloclaim h3 {letter-spacing: 1.5px;}
    #titolo-camere-home h2 {font-size: 1.2em;}
    #contenuto-interno h1, #contenuto-interno-titolo h1 {font-size: 1.2em;}
    .room_custom {font-size: 0.85em;}
    #contenuto-interno strong {letter-spacing: 0.5px;}
    .partner{height: 40px;}
}