﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@charset "utf-8";
/******************@font-face*******************/
@font-face {
    font-family: 'IcoMoonRegular';
    src: url('../../../font/icon-webfont.eot');
    src: url('../../../font/icon-webfont.eot?#iefix') format('embedded-opentype'), url('../../../font/icon-webfont.woff') format('woff'), url('../../../font/icon-webfont.ttf') format('truetype'), url('../../../font/icon-webfont.svg#IcoMoonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NoticeNotice2';
    src: url('../../../font/notice2std-webfont.eot');
    src: url('../../../font/notice2std-webfont.eot?#iefix') format('embedded-opentype'), url('../../../font/notice2std-webfont.woff') format('woff'), url('../../../font/notice2std-webfont.ttf') format('truetype'), url('../../../font/notice2std-webfont.svg#NoticeNotice2') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('../../../font/modernpics-webfont.eot');
    src: url('../../../font/modernpics-webfont.eot?#iefix') format('embedded-opentype'), url('../../../font/modernpics-webfont.woff') format('woff'), url('../../../font/modernpics-webfont.ttf') format('truetype'), url('../../../font/modernpics-webfont.svgz#ModernPictogramsNormal') format('svg'), url('../../../font/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gestureglyphs';
    src: url('../../../font/gesture_glyphs-webfont.eot');
    src: url('../../../font/gesture_glyphs-webfont.eot?#iefix') format('embedded-opentype'), url('../../../font/gesture_glyphs-webfont.woff') format('woff'), url('../../../font/gesture_glyphs-webfont.ttf') format('truetype'), url('../../../font/gesture_glyphs-webfont.svg#gestureglyphs') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'her3rdM1_menu';
    src: url('../../../font/her3rdM1_menu.eot');
    src: url('../../../font/her3rdM1_menu.eot?#iefix') format('embedded-opentype'),
    /*url('../../../font/her3rdM1_menu.woff') format('woff'),*/
         url('../../../font/her3rdM1_menu.ttf') format('truetype'), url('../../../font/her3rdM1_menu.svg#Her_Menu') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************fine @font-face**************/
/******************   body   *******************/
/******************body**********************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}


#scrollable {
    height: 100% ;
    width: 100%;
    z-index: 2;
    /*overflow-x: hidden;*/ /***** LA WIDTH 100% DELL'id #scrollable GENERA LA SCROLLBAR ORIZZONTALE' ****/
}
/*#bg {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -9999;
}*/


body {
    font-size: 62.5%; /**** NECESSARIO PER UNA CORRETTA VISUALIZZAZIONE ****/
    font-family: 'Open Sans', sans-serif !important; /**** PERSONALIZZO IL FONT ****/
    /*background: #fafafa;*/ /**** PERSONALIZZO IL BACKGROUND ****/
    color: #646464; /**** PERSONALIZZO IL COLORE DEL FONT ****/
    overflow-x: hidden;
    cursor: default;
    background: none;
    width:100%;
}



a {
    color: #646464; /**** PERSONALIZZO IL COLORE DEL FONT LINK ****/
    cursor: pointer;
}


/******************fine body**********************/

.container {
    overflow: hidden;
}
/* DISABILITO LA VISUALIZZAZIONE DEI VALORI DECIMALI */
.testoMaxDecimal {
    display: none;
}

.testoDecimal {
    display: none;
}
/************* Responsive HeaderLogo: visualizzato in sostituzione dell'Header a risoluzioni ridotte (Mobile)'  **************/


/****************** NUOVO RESPONSIVE HEADER LOGO **************/
.ResponsiveheaderLogo {
    position: relative;
    float: left;
    width: 1245px;
    height: 40px;
    clear: both;
    margin-bottom: 2px;
    background-color: #FFF;
    padding: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
}

.ResponsiveheaderLogo img {
    width: 70px;
    height: auto;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

.ResponsiveheaderLogo h1 {
    font-size: 2.2em;
    float: left;
    margin: 5px 5px 0px 5px;
}

.ResponsiveheaderLogo span {
    float: left;
}

span.IconeStar {
    font-size: 1.3em !important;
    color: #d4a040;
    margin-top: 15px;
}

.IconeStar {
    speak: none;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

/************* Fine Responsive HeaderLogo  **************/

/************* Header **************/
.header {
    width: 1310px;
    text-align: center;
    margin:  0 auto;
}

.headerMenu {
    width: 970px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 2px;
    padding: 0;
    display: block;
    clear: both;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #FFF;
}

ul.menu {
    font-size: 1.1em;
    height: auto;
    text-transform: uppercase;
    float: right;
    z-index: auto;
    position: relative;
    line-height: 25px;
}

ul.menu, ul.menu li, ul.menu ul, ul.menu ul li {
    /* margin-top: 3px; */
    list-style-type: none;
}

ul.menu a {
    display: block;
    padding: 0 4px;
    text-decoration: none;
}

ul.menu li {
    float: left;
    position: relative;
}

ul.menu li li {
    float: left;
    line-height: 22px;
    width: auto;
    display: block !important;
    display: inline;
}

ul.menu ul {
    position: absolute;
    top: 22px;
    left: -9999px;
    width: auto;
}

ul.menu ul {
    padding: 2px 2px;
    width: auto;
}

ul.menu ul, ul.menu li li a {
    background-color: #FFF;
}

ul.menu li:hover, ul.menu a:hover {
    color: #B33535;
}

ul.menu li:hover, ul.menu a:hover .icon-ico-home {
    color: #B33535;
}

ul.menu li:hover ul, ul.menu li.sfhover ul {
    left: -1px;
    z-index: 100;
}

.spazio {
    border: 1px;
    width: 1px;
    height: 20px;
    color: #CCCCCC;
    margin-left: 3px;
    margin-right: 5px;
    margin-top: -2px;
}




/*****************************************************/

/**************Icone menu**********************/


/*  NUOVO SET ICONE   */

.icon-ico-lock2, .icon-ico-shield {
    font-size: 14px !important;
}

.icon-ico-home {
    color: #B33535;
    font-size: .9em !important;
}

.TestOfficialBooking {
    position: relative;
    float: left;
    font-size: 1.1em;
    line-height: 25px;
    margin-left: 7px;
    /* margin: 5px 0px 0px 7px; */
    text-transform: uppercase;
    /* font-family: 'Quattrocento Sans', sans-serif; */ /*test per firefox*/
}

.SelezionaLingua {
    position: relative;
    float: right;
    clear: right;
    display: block;
    width: 130px;
    /* margin-top: 5px; */
    height: 25px;
    line-height: 25px;
}

.SelezionaValuta {
    position: relative;
    float: right;
    display: block;
    width: 75px;
    /* margin-top: 5px; */
    line-height: 25px;
}

/******** PERSONALIZZAZIONE MENU CAMBIO LINGUA E VALUTA **********/

.dropdownExchange dd ul li a span, .dropdownExchange dt a span {
    color: #B33535;
}

.dropdownExchange dd ul li a:hover {
    background-color: #B33535;
    color: #FFF;
}

.dropdown dd ul li a:hover {
    background-color: #B33535;
    color: #ffffff;
}

.dropdown dd ul, .dropdownExchange dd ul {
    background: #FFF;
}
    
/******** FINE PERSONALIZZAZIONE MENU CAMBIO LINGUA E VALUTA **********/


/**** Logo e 5 Motivi (nascosti nel responsive) ****/
.headerLogo {
    height: 95px;
    width: 1300px;
}

.logo {
    position: relative;
    float: left;
    width: auto;
    height: auto;
}

.logo img {
    width: auto;
    max-width: 320px;
    height: 95px;
}

.cinqueMotivi {
    position: relative;
    float: right;
    display: block;
    width: 235px;
    height: auto;
    background-color: #FFF;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 0;
}

.sfondoCinque {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 15em;
    color: #fff;
    z-index: 1;
}

.motiviContenuto {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px 0px 0px 5px;
    margin: 0;
    z-index: 3;
}

.motiviContenuto a:link {
    text-decoration: none;
}

.motiviContenuto a:visited {
    text-decoration: none;
}

.motiviFont5 {
    position: relative;
    float: left;
    height: auto;
    width: auto;
    font-size: 4em;
    color: #B33535;
    margin: -7px 5px 0 0;
}

.motiviTesto {
    font-size: 1.3em;
    text-transform: uppercase;
}

.motiviTesto a:link {
    text-decoration: none;
}
/******************** Contenuto Box 5 Motivi **********************/

.containerMotivi {
    position: relative;
    float: left;
    width: 98%;
    clear: both;
    display: block;
    line-height: 150%;
}
/*
.titolo {
    position: relative;
    float: left;
    clear: both;
    display: block;
    margin-left: 5px;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    -moz-box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    z-index: 100;
    font-size: 1.5em;
    color: #B33535;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 110%;
}
*/
.titolo {
    /*display: none;*/
    position: relative;
    /*float: left;
    clear: both;*/
    display: block;
    margin-left: 5px;
    padding: 0px 0;
    /* padding-top: 4px; */
    /* padding-bottom: 5px; */
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    -moz-box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    z-index: 100;
    font-size: 1.8em;
    color: #B33535;
    font-weight: 600;
    text-transform: uppercase;
    /* line-height: 110%; */
}


.MiGlioreTariffa5MotiviContenutoTitolo {
    display: none; /* PER MODIFICA STRUTTURA POP UP */
    position: relative;
    float: left;
    clear: both;
    display: block;
    margin-left: 5px;
    margin-top: 20px;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    -moz-box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    box-shadow: 0 8px 7px -5px rgba(0,0,0,.16);
    z-index: 100;
}

.testoTitolo5MotiviContenuto {
    font-size: 1.5em;
    color: #B33535;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 110%;
}

.MiGlioreTariffa5MotiviContenutoTitoloContainer {
    position: relative;
    float: left;
    clear: both;
    display: block;
    margin-top: 10px;
}

.MiGlioreTariffa5MotiviContenutoContainer {
    position: relative;
    float: left;
    clear: both;
    display: block;
    /*margin-left: 20px;*/
}

.containerNumber {
    position: relative;
    clear: both;
    float: left;
    display: block;
    margin-top: -1px;
    margin-right: 5px;
}

.testoMiGlioreTariffa5MotiviContenuto {
    /* font-size: 1.3em; */
    color: #B33535;
    font-weight: 700;
    text-transform: uppercase;
}

.testo5MotiviContenuto {
    /* font-size: 1.2em; */
    text-align: justify;
    line-height: 150%;
}

.icon-uniE609, .icon-uniE608, .icon-uniE607, .icon-uniE606, .icon-uniE605 {
    font-size: 1.4em !important;
}

/**************Fine Motivi***********************/

/***************** fine headerLogo **************/


/****************** inizio Aside  **********/
.asideVantaggi {
    position: relative;
    float: left;
    /* width: 225px; */
    height: auto;
    line-height: 120%;
}

.UCAside {
    /*background-color: rgba(255, 255, 255, 1);
    Background: rgba(255, 255, 255, 1);*/
    background-color: #FFF;
    Background: #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px 0 15px 7px;
    margin-bottom: 5px;
    position: relative;
    height: auto;
    float: left;
    width: 235px;
    clear: both;
}

.UCAside .easing {
    overflow: hidden;
    margin: 10px 0;
}

.UCAside h2 {
    color: #B33535;
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 130%;
    float: left;
    width: 100%;
    display: block;
}

.UCAside h2 a {
    color: #B33535;
    text-decoration: none;
}

/*.UCAside h3 {
        color: #B33535;
        font-size: 1.3em;
        margin-top: 2px;
        margin-bottom: 3px;
        line-height: 100%;
    }

        .UCAside h3 a {
            color: #646464;
            text-decoration: none;
        }*/

.UCAsideText {
    /*color: #646464;*/
    margin-top: 0;
    height: 145px;
    font-size: 1.2em;
}

.UCAsideText span {
    margin-top: 0px;
    display: block;
}

.icon-uni-check {
    color: #B33535;
    margin-top: 2px;
    float: left;
    line-height: 100%;
}

ul.ElencoVantaggi {
    font-size: 1.2em;
    z-index: auto;
    /*color: #646464;*/
    /* font-family: 'Quattrocento Sans', sans-serif; */
    font-style: italic;
}

ul.ElencoVantaggi, ul.ElencoVantaggi li, ul.ElencoVantaggi ul, ul.ElencoVantaggi ul li {
    list-style-type: none;
}

ul.ElencoVantaggi a {
    display: block;
    text-decoration: none;
}

ul.ElencoVantaggi li {
    position: relative;
    margin-top: 10px;
}

.UCInfoHotel h2 {
    display: block;
}

/* BOX RIEPILOGO STEP 2 e 3 */
.sf--active {
    margin-top: 5px !important;
}

.RiepilogoTitolo {
    display: none;
}

.check-in {
    position: relative;
    width: 33%;
    height: 80px;
    float: left;
    display: block;
    margin-top: 4px;
    cursor: pointer;
}

.check-out {
    position: relative;
    width: 33%;
    height: 80px;
    float: left;
    display: block;
    margin-top: 4px;
    cursor: pointer;
}

.nnotti {
    position: relative;
    width: 33%;
    height: 80px;
    float: left;
    display: block;
    margin-top: 4px;
    cursor: pointer;
}

.ContenitoreTitolo {
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    clear: both;
    display: none;
}

.ContenitoreTitolo span {
    font-size: 1.3em;
    font-weight: 600;
}

.ContenitoreCalendariocheck-in {
    position: relative;
    float: left;
    width: auto;
    clear: both;
}

.ContenitoreCalendariocheck-out {
    position: relative;
    float: left;
    width: auto;
    clear: both;
}

.frecciaSx, .frecciaDx {
    position: relative;
    float: left;
    width: 13px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.ContenitoreCalendarioInterno:hover {
    border: 3px solid #B33535;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.ContenitoreCalendarioInterno {
    position: relative;
    float: left;
    width: 65px;
    height: 75px;
    text-align: center;
    border: 3px solid #B33535;
    border-radius: 2px;
    background: #fff;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.ContenitoreCalendarioInternonotti {
    position: relative;
    float: left;
    width: 65px;
    height: 75px;
    text-align: center;
    border: 3px solid #B33535;
    border-radius: 2px;
    background: #fff;
    cursor: default;
}

.ContenitoreMeseAnnonotti {
    position: relative;
    width: 100%;
    height: 20px;
    /* line-height: 20px; */
    background-color: #B33535;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.ContenitoreMeseAnnonotti span {
    font-size: 1em;
    padding: 2px 0px;
    float: left;
    color: #FFF;
    width: 100%;
}

.ContenitoreMeseAnno {
    position: relative;
    width: 100%;
    height: 20px;
    /* line-height: 20px; */
    background-color: #B33535;
    color: #fff;
    text-align: center;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.ContenitoreCalendarioInterno:hover .ContenitoreMeseAnno {
    background-color: #B33535;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.ContenitoreMeseAnno span {
    font-size: 1em;
    padding: 2px 0px;
    float: left;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
}


.ContenitoreGiorno {
    position: relative;
    width: 100%;
    height: 23px;
    text-align: center;
    float: left;
    font-size: 2.3em;
    color: #B33535;
    padding-top: 13px;
    margin-bottom: 5px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.ContenitoreCalendarioInterno:hover .ContenitoreGiorno {
    color: #B33535;
}

.ContenitoreGiornoSettimana {
    position: relative;
    width: 100%;
    height: 20px;
    text-align: center;
    color: #B33535;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.ContenitoreCalendarioInterno:hover .ContenitoreGiornoSettimana {
    color: #B33535;
}

.ContenitoreGiornonotti {
    position: relative;
    width: 100%;
    height: 23px;
    text-align: center;
    float: left;
    font-size: 2.3em;
    color: #B33535;
    padding-top: 13px;
}

.ContenitoreGiornoSettimananotti {
    position: relative;
    width: 100%;
    height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.riepilogomod input {
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 147px;
    height: auto;
    padding: 7px 10px;
    color: #fff;
    background-color: #B33535;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    /* font-size: 1.2em; */
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    position: relative;
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font: 1.2em 'Open Sans', sans-serif !important;
}

.riepilogomod input:hover {
    background-color: #B33535;
}


/*FINE RIEPILOGO STEP 2 e 3 */








.boxPrivacyCookie {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    display: block;
    background: #f5f5f5;
    left: 10px;
    margin-left: -10px;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
}

.boxPrivacyCookie h3 {
    float: left;
    width: 49.5%;
    /* margin-left: 12px; */
    /* margin-top: 9px; */
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}

.boxPrivacyCookie h3 a {
    text-decoration: none;
}

.boxPrivacyCookie h3 a:hover {
    text-decoration: underline;
}

.boxPrivacyCookie .icon-uni-info {
    font-size: 1.3em;
    float: left;
    /* margin-top: 0px; */
    text-align: left;
    display: none;
}
.boxPrivacyCookie h3:nth-child(1) {
    border-right: 1px solid #fff;
}


/****************** fine UCVantaggi  ************/
/**** STEP ****/

.UCStep table {
    font-size: 1em;
    /*color: #646464;*/
    margin-left: 7px;
    margin-bottom: 12px;
    height: 18px;
    margin-top: 14px;
    text-transform: uppercase;
}
/**** STEP ON ****/
/** STEP ON - Icona Step e dimensioni**/
.step1ON {
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 14px;
    padding: 1px;
    display: inline-block;
    background: #B33535;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.step2ON {
    width: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 1px;
    display: inline-block;
    background: #B33535;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.step3ON {
    width: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 1px;
    display: inline-block;
    background: #B33535;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/** FINE STEP ON - Icona Step e dimensioni**/
/** STEP ON - Colore e Font **/
.FontSteps1ON {
    color: #B33535;
    padding: 0 10px 0 5px;
}

.FontSteps2ON {
    color: #B33535;
    padding: 0px 10px 0px 5px;
}

.FontSteps3ON {
    color: #B33535;
    padding: 0px 10px 0px 5px;
}
/** FINE STEP ON - Colore e Font **/
/**** FINE STEP ON ****/

/**** STEP OFF ****/
/** STEP OFF - Icona Step e dimensioni**/
.step1OFF {
    width: 14px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 1px;
    display: inline-block;
    background: #646464;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.step2OFF {
    width: 14px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 1px;
    display: inline-block;
    background: #646464;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.step3OFF {
    width: 14px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 1px;
    display: inline-block;
    background: #646464;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/** FINE STEP OFF - Icona Step e dimensioni**/
/** STEP DISABILITATO - Colore e Font **/
.FontSteps1OFF {
    padding: 0px 10px 0px 5px;
}

.FontSteps2OFF {
    padding: 0px 10px 0px 5px;
}

.FontSteps3OFF {
    padding: 0px 10px 0px 5px;
}
/** FINE STEP DISABILITATO - Colore e Font **/
/**** FINE STEP OFF ****/
/******************fine icone Step***************/

/* NUOVO SET PER STEP */
.UCStep {
    display: block;
    clear: both;
    height: auto;
    /* margin-top: 7px; */
    padding: 0;
    font-size: 1.2em;
}

ul.ElencoStep {
    font-size: 1.1em;
    height: auto;
    float: left;
    z-index: auto;
    position: relative;
    margin-bottom: 5px;
}

ul.ElencoStep, ul.ElencoStep li, ul.ElencoStep ul, ul.ElencoStep ul li {
    margin-top: 2px;
    list-style-type: none;
}

ul.ElencoStep a {
    display: block;
    text-decoration: none;
}

ul.ElencoStep li {
    float: left;
    position: relative;
}

ul.ElencoStep li span {
    float: left;
    position: relative;
    margin: 3px 10px 0px 3px;
}

.boxStep {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    line-height: 20px;
    float: left;
    background-color: #646464;
    color: #FFF;
}
/* PER MODIFICARE LO STATUS, IMPOSTARE LE DUE SEGUENTI CLASSI NELLA RIGA DI CODICE OPPORTUNA */
/* CAMBIA COLORE AL BOX */
.boxON {
    background-color: #B33535;
    color: #FFF;
}
/* CAMBIA COLORE AL TESTO */
.active {
    color: #B33535;
}



/***************************** RIEPILOGO DATE E PERSONE (STEP 2 e 3) *********************************/
/**** SCRIVO PERIODO SELEZIONATO ****/

.RiepilogoPeriodoSelezionato {
    position: relative;
    float: left;
    width: 724px;
    display: block;
    clear: both;
    height: auto;
    margin: 5px 0 0 7px;
    padding: 0;
    background: #F5F5F5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.RiepilogoPeriodoSelezionato p {
    position: relative;
    float: left;
    width: auto;
    font-size: 1.2em;
    margin: 10px 7px 10px 7px;
}

#ctl00_ContentPlaceHolder1_Her_InfoDatePren_lName {
    font-weight: bold;
}

.imgCalendInfoDate {
    position: relative;
    float: left;
    width: auto;
    font-size: 1.6em;
    /*color: #646464;*/
    font-family: 'calendar';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 8px 5px 0 0px;
    cursor: pointer;
}

.imgCalendInfoDate:before { /* disegna icona calendario */
    content: "\e600";
}

.RiepilogoBTModifica { /* pulsante MODIFICA funzione chiusa */
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-top: 2px;
}

/* pulsante modifica date */
.buttonModSelPer {
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    background-color: #B33535;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin-top: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font:1.2em 'Open Sans', sans-serif !important;
}

.buttonModSelPer:hover {
    background-color: #B33535;
}

.buttonModSelPer:active {
    position: relative;
    top: 1px;
}
/* fine pulsante modifica date */

/**** contenitore e icona sostitutiva pulsante modifica e calendario ***/
.RiepilogoCalendarOpen { /* icona sostituta pulsante MODIFICA funzione aperta */
    position: relative;
    float: left;
    width: auto;
    margin-top: -3px;
}

.iconeee-arrow-upSC {
    color: #B33535;
    margin-top: 13px;
    float: left;
}
/**** fine contenitore e icona sostitutiva pulsante modifica e calendario ***/

/**** FINE SCRIVO PERIODO SELEZIONATO ****/

/**** BOX APRI/CHIUDI MODIFICA DATE ****/

.ContenitoreBkgFr { /**** CONTENITORE BOX MODIFICA DATE ****/
    background-color: #F5F5F5;
    width: 714px;
    margin: -3px 0 12px 7px;
    height: auto;
    float: left;
    /*color: #646464;*/
    /* font-size: 1.3em; */
    padding: 10px 0 10px 10px;
    border-radius: 0px 0px 2px 2px;
}

.contenitoreCalendario { /**** CONTENITORE CALENDARIO TOUCH ORIENTED ****/
    float: left;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}


/*End Riepilogo Date UCAside*/

/*************** InfoDatePrenotazioni************************/
.contenitorePatata, .ContenitoreDXPatata {
    float: right;
    margin-right: 17px;
    position: relative;
    width: 225px;
    height: auto;
    display: block;
    clear: right;
    /*left: 20px;*/
}

.contenitorePulsanti {
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    clear: right;
    text-align: right; /*necessaria per firefox*/
    right: 10px; /*necessaria per firefox*/
}

.contenitoreDiscountCode {
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    clear: right;
}

.CheckInContainer, .CheckOutContainer, .NumNottiContainer, .NumPersone, .NumCamere, .NumPersoneContainer, .NumCamereContainer, .NumBambiniContainer, .NumNeonatiContainer, .PromoContainer, .IataContainer {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.TestoCheckIn, .TestoCheckOut {
    margin: 0px 5px 0px 0px;
    padding: 0;
    position: relative;
    float: left;
    text-align: right;
    width: 70px;
    /* line-height: 28px; */
}



.TestoNumNotti, .TestoNumCamere, .TestoNumBambini, .TestoNumPersone, .TestoNumNeoNati {
    position: relative;
    float: left;
    width: 168px;
    /* line-height: 130%; */
    margin-right: 5px;
    text-align: right;
}



.NumNotti input {
    text-align: center;
    width: 36px;
    padding: 2px;
    padding-top: 3px;
    cursor: default;
    margin-left: 0;
    margin-top: -3px;
    background-color: #B33535;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.selectNumCamere, .selectNumBambini, .selectNumPersone, .selectNumNeonati {
    float: left;
    text-align: left;
    font-size: 1.2em;
}

.TestoCodicePromo, .TestoCodiceIata {
    margin: 0;
    margin-right: 5px;
    padding: 0;
    position: relative;
    float: left;
    /* line-height: 28px; */
    text-align: right;
}

.textboxCodicePromo, .textBoxCodiceIata {
    float: left;
}

.textboxCodicePromo input, .textBoxCodiceIata input {
    cursor: pointer;
    outline: 0;
    text-align: left;
    float: left;
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #aaaaaa;
    height: 18px;
    /* margin-top: 2px; */
    color: #646464 !important;
    /*border-radius: 5px;*/
}

.TestoCodicePromo {
    width: 104px;
}

.TestoCodiceIata {
    width: 104px;
}

.marginBott {
    margin-bottom: 5px;
}

/*.fixedSize {
    width: 226px;
}*/

.buttonVerifyDisp {
    border: 0;
    cursor: pointer;
    width: auto;
    margin: 0 5px;
    padding: 8px 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #FFF;
    background-color: #B33535;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    /*font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;*/
    font: 1.2em 'Open Sans', sans-serif !important;
    /* height: 50px; */
}

.buttonVerifyDisp:hover {
    background-color: #902A2A;
}

.buttonVerifyDisp:active {
    position: relative;
    top: 1px;
}
/**** FINE BOX APRI/CHIUDI MODIFICA DATE ****/
/***************************** FINE RIEPILOGO DATE (STEP 2 e 3) *********************************/


/***************************** BLOCCO DETTAGLIO PERSONE (STEP 2) *********************************/

.RiepilogoPersone {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    height: auto;
    margin-bottom: 10px;
}

.RiepilogoPersone p {
    position: relative;
    float: left;
    width: auto;
    font-size: 1.2em;
    /*color: #646464;*/
    margin: 5px 25px 10px 7px;
}

.riepilogoOspiti {
    font-weight: bold;
}

/***************************** FINE BLOCCO DETTAGLIO PERSONE (STEP 2) *********************************/



/*******************Certificato******************/
.certificato {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    margin-top: 5px;
}

.certificatoInside {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
}

.imgGlobalsign {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-left: 15px;
}

.imgGlobalsign img {
    width: 90px;
}

.globalSign {
    vertical-align: top;
    text-align: left;
}

.firma {
    position: relative;
    float: right;
    width: auto;
    height: auto;
    margin-right: 15px;
}

.testoCertificato {
    font-size: 1.1em;
    float: right;
    position: relative;
    clear: right;
}

.EASYCONSULTING {
    font-family: 'Quattrocento Sans',sans-serif;
    /* font-size: 1em; */
    color: #B33535;
    text-decoration: none;
    vertical-align: top;
    text-align: right;
    float: right;
    position: relative;
    clear: right;
}
/*******************fine Certificato ************/


/*************************Popup Motivi***********/
.TitoloTestoPreload {
    float: left;
    height: 40px;
    color: #6699FF;
    text-align: left;
    width: auto;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.Titolo5TestoPreload {
    color: #FFF;
    float: left;
    margin-right: 10px;
    font-size: 60px;
    height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
}

.contenutoBox {
    width: 500px;
    height: 350px;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 0px;
    padding-right: 25px;
}
/*************************Fine Popup Motivi******/


/************* GESTIONE PERSONALIZZAZIONE COLORI POP UP ***************/



.titoloPopup span {
    color: #B33535 !important;
}

.tCamera {
    color: #646464 !important;
}
.user { color: #646464 !important;}

.testoLabel {
    color: #54585a;
}

.contenitoreOspiti:hover .tCamera {
    color: #574837 !important;
}

.contenitoreOspiti:hover .iconPopUp-user {
    color: #574837 !important;
}

.contenitoreOspiti:hover {
    background: #dcd5cc !important;
}

.contenitoreBottone button {
    background-color: #B33535!important;
}

.contenitoreBottone button:hover {
    background-color: #902A2A!important;
}

.contenitoreBottoneAlert button {
    background-color: #B33535!important;
}

.contenitoreBottoneAlert button:hover {
    background-color: #902A2A!important;
}

    

/************* FINE GESTIONE POP UP ***************/

/* PERSONALIZZAZIONI 2017 */
.titolo, .titoloPopup span, .titoloPopup {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #646464 !important;
}
.tCamera, .testoMiGlioreTariffa5MotiviContenuto {color: #646464 !important;/* font-weight: 600; */text-transform: uppercase;}
/*body {background: #f0f0f0  }
body {background: #f0f0f0 !important; }*/
.menuOfferteSpeciali {padding: 2px 5px;border-radius: 2px;}
ul.menu li {/* margin-top: 2px; */}


.lineImage { display: none;}

.datiClienteRow.policyGDPR {
    display: none;
}

.HER_10, .HER_06 {
    font-size: 50%;
}




/**************** BLOCCO VISIONE LANDSCAPE *****************/
.orientation {
    display: none;
}

@media screen and (orientation:landscape) and (min-width: 580px) and (max-height: 485px) {
    .orientation {
        display: block;
    }
    
    .orientation {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 10%;
        background-color: rgba(0,0,0,.8);
        background: rgba(0,0,0,.8);
        color: rgba(0,0,0,.8);
        background-repeat: repeat;
        text-align: center;
        z-index: 100;
    }

    .contenuntOrientation {
        position: relative;
        width: 70%;
        margin: 0 auto;
        clear: both;
        text-align: center;
    }


    .orientation .testo {
        position: relative;
        float: left;
        color: #fff;
        font-size: 1.3em;
        display: block;
        text-transform: uppercase;
        width: 100%;
        line-height: 100%;
    }

    .rotate_font {
        font-family: gestureglyphs;
        font-size: 140px;
        color: #fff;
        position: relative;
        height: 180px;
        display: block;
        clear: both;
        margin: 0 auto;
    }
}


@media screen and (orientation:landscape) and (min-width: 580px) and (max-height: 335px) {
  
    .orientation {
        padding-top: 5%;
    }

    .orientation .testo {
        font-size: 1.2em;
    }

    .rotate_font {
        font-size: 110px;
        height: 145px;
    }
}

/**** RESPONSIVE ****/


