/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team. */
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */
 @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);
 html,button,input,select,textarea {
     color: #222;
}
 html {
     font-size: 1em;
     line-height: 1.4;
     font-family: 'Noto Sans', sans-serbanif;
}
 .data {
     background-color: #fff!important;
     cursor: default!important;
}
/*ban * Remove in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */
 ::-moz-selection {
     background: #b3d4fc;
}
 ::selection {
     background: #b3d4fc;
}
a hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
}
/* * Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
 audio,canvas,img,video {
     vertical-align: middle;
}
/*Video Style*/
 .mejs-container .mejs-controls {
     height: 25px;
     background: #222;
}
 .mejs-controls .mejs-button button{
     margin: 4px 5px;
}
 .mejs-container .mejs-controls .mejs-time{
     padding-top: 5px;
}
 .mejs-controls .mejs-time-rail .mejs-time-total{
     margin: 6px 0px;
     border-radius: 0;
     background: rgba(253, 253, 253, 0.1);
}
 .mejs-video .mejs-controls .mejs-time-rail span{
     height: 3px;
}
 .mejs-controls .mejs-time-rail .mejs-time-current{
     background: #5ab4e6;
}
 .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float{
     height: 20px;
     background: #fff;
     color: #000;
     text-align: center;
     line-height: 15px;
     border: 1px solid transparent;
}
 .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner{
     top: 17px;
}
/* * Remove default fieldset styles. */
 fieldset {
     border: 0;
     margin: 0;
     padding: 0;
}
/* * Allow only vertical resizing of textareas. */
 textarea {
     resize: vertical;
}
/* ========================================================================== Browse Happy prompt ========================================================================== */
 .browsehappy {
     margin: 0.2em 0;
     background: #ccc;
     color: #000;
     padding: 0.2em 0;
}
 img {
    width: 100%;
}
/* ========================================================================== Author's custom styles ========================================================================== */
/*body*/
 body{
     font-family: 'Noto Sans', sans-serif;
     font-size:12px;
     font-weight:normal;
     background:#f9f9f9;
     color:#2d3e50;
     text-align:left;
}
 h1, h2, h3, h4, h5, h6{
     margin:0px;
     line-height: 1.2;
}
 ul,ol{
     padding:0px;
     margin:0px;
}
 a:hover{
     text-decoration:none;
     color:#2f383d;
}
 .text-left{
     text-align:left !important;
}
 input:focus,textarea:focus{
     box-shadow:0px 0px 1px 1px #5ab4e6 !important;
     -webkit-transition:all ease-in-out 0.25s;
     -moz-transition:all ease-in-out 0.25s;
     -o-transition:all ease-in-out 0.25s;
     transition:all ease-in-out 0.25s;
}
/*newsection*/
 .newsection{
     margin-bottom:20px;
}
 .newsection:last-chlid{
     margin-bottom:0px;
}
/* LANG */
 #IDLang {
     margin-top:5px;
     background: #0A1339;
     color: #fff;
}
 a#IDLang {
     margin-right: 10px;
     font-size: 14px;
     color: #fff;
     width: 30px;
     height: 30px;
     display: inline-block;
     text-align: center;
     line-height: 30px;
}
/* Ricerca avanzata BE*/
 .advsearch {
     background: #003b7f;
     padding: 3px 10px 3px 10px;
     color: #fff;
     margin: 20px 0 0 0;
     position: absolute;
     width: 100%;
     text-align: center;
     font-size: 11px;
     z-index: 1;
}
 .advsearch:hover {
     color: #fff;
     cursor: pointer;
}
 .advsearchAdvanced{
     margin:0px;
     background: aliceblue;
     text-align: center;
}
 .advsearchAdvanced p{
     border-right: 1px solid #003b7f;
}
 #advsearchcontainer div {
     margin: 30px 0 0 0;
     padding: 0px;
}
 #advsearchcontainer a {
     color:#003b7f;
     font-size: 11px;
}
 #advsearchcontainer a:hover {
     color:#000;
    text-decoration: underline;
}
 #advsearchcontainer #IATA_ID_Text {
     color: #fe8939;
     font-size: 11px;
     font-weight: 600;
     text-transform: uppercase;
     cursor: pointer;
}
 #advsearchcontainer #IATA_ID_Text span {
     text-alig:left;
}
 #advsearchcontainer #IATA_ID_Text a {
}

/*loghi top*/
.header-loghi {background:#eeeeee;}
.header-loghi .col-md-12 {text-align:left; float:left;}
.header-loghi img {height: 24px; width:auto; margin: 20px 20px 20px 0;}



/*social-icon*/
 .header-top .social-icon {
     margin:6px 0;
}
 .social-icon a{
     margin-right:5px;
     font-size: 20px;
     color: #fff;
     width: 30px;
     height: 30px;
     display: inline-block;
     text-align: center;
     line-height: 30px;
}
 .social-icon a,.social-icon a:hover{
     -webkit-transition: background ease-in-out 0.5s;
     -moz-transition: background ease-in-out 0.5s;
     -o-transition: background ease-in-out 0.5s;
     transition: background ease-in-out 0.5s;
}
 .social-icon{
     text-align:left;
     margin: 20px 0 0 0;
}
 .social-icon a:last-child{
     margin-right:0px;
}
 .social-icon a:hover{
     color:#fff !important;
}
 .facebook:hover {
     border-bottom:3px solid #fff !important;
}
 .twitter:hover {
     border-bottom:3px solid #fff !important;
}
 .googleplus:hover {
     border-bottom:3px solid #fff !important;
}
 .dribble:hover {
     border-bottom:3px solid #fff !important;
}
 .linkedin:hover {
     border-bottom:3px solid #fff !important;
}
 .vimeo:hover {
     border-bottom:3px solid #fff !important;
}
 .email:hover {
     border-bottom:3px solid #fff !important;
}
 .pinterest:hover {
     border-bottom:3px solid #fff !important;
}
 .instagram:hover {
     border-bottom:3px solid #fff !important;
}
/*.facebook:hover {
     background:#3b5998 !important;
}
 .twitter:hover {
     background:#00aeef !important;
}
 .googleplus:hover {
     background:#dd4b39 !important;
}
 .dribble:hover {
     background:#ea4c89 !important;
}
 .linkedin:hover {
     background:#0e76a8 !important;
}
 .vimeo:hover {
     background:#44bbff !important;
}
 .email:hover {
     background:#5ab4e6 !important;
}
 .pinterest:hover {
     background:#b81d09 !important;
}
 .instagram:hover {
     background:#b81d09 !important;
}
*/
 .core:hover {
     background:#1c5394 !important;
}
 .plus:hover {
     background:#999795 !important;
}
 .premier:hover {
     background:#96885c !important;
}
 .premier-coll:hover {
     background:#A7C4BF !important;
}
 .premier-sign:hover {
     background:#a85624 !important;
}
 .premier-sure:hover {
     background:#614876 !important;
}
 .premier-aiden:hover{
    background:#b01c12!important
}
/* aggiunta GP per box pagine turistiche */
 .kids:hover {
     background:#ff9900 !important;
}
 .wellness:hover {
     background:#79d0e7 !important;
}
 .pets:hover {
     background:#c7a8cf !important;
}
/*headertop*/
 .header-top{
     background:#172660;
     min-height:40px;
}
 .login-details {
     margin:10px 0;
}
 .login-details li{
     float:left;
     list-style:none;
     margin-right:20px;
     color: #fff;
}
 .login-details li:last-child{
     margin-right:0px;
}
 .login-details li:nth-child(3n){
     margin-right:5px;
}
 .login-details a {
     display:inline-block;
     font-size:11px;
     color:#fff;
}
 .login-details .pri-color:hover{
     color:#fff;
}
 .login-details .agenticon {
     background:url(../img/user-icon.png) no-repeat left -0px;
     padding-left:20px;
}
 .login-details .customericon {
     background:url(../img/user-icon.png) no-repeat left -17px;
     padding-left:20px;
}
 .login-details .membericon {
     background:url(../img/user-icon.png) no-repeat left -36px;
     padding-left:20px;
}
 .login-details .loginicon {
     background:url(../img/user-icon.png) no-repeat left -55px;
     padding-left:20px;
    margin-right:12px;
}
 .main-header{
     padding:30px 0 30px;
     box-shadow: 0px 1px 5px rgba(19, 18, 18, 0.2);
     background:#003b7f;
     min-height:140px;
}
 .main-header.affix{
     top:0px;
     width:100%;
     background:#003b7f;
     z-index:999;
     -webkit-transition: all ease 0.3s;
     -ms-transition: all ease 0.3s;
     -o-transition: all ease 0.3s;
     transition: all ease 0.3s;
}
 .main-header.affix #logo{
     margin:5px 0;
}
 .main-header-home {
     padding:12px 0 12px;
     height:170px;
     background:#003b7f;
}
 .main-header-home h1 {
     font-size: 35px;
     font-weight: 600;
     color:#fff;
}
 .main-header-home h2 {
     font-size: 13px;
     font-weight: 600;
     margin: 5px 0 0 0;
     color:#fff;
}
 .mobile-menu-icon{
    /*display:none;
    */
}
 .mobile-menu{
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
    /* max-width: 75%;
     */
     top:74px;
     background: #003b7f;
     text-align: center;
     z-index:9997;
     height: auto;
     border: 3px solid #003b7f;
}
 .main-header.affix .mobile-menu{
     top: 65px;
}
 .mobile-menu > ul{
     display:none;
     width: 100%;
     margin: 0 auto;
     overflow:visible!important;
}
 .mobile-menu li{
    /* max-width: 250px;
     */
     padding: 2% 10% 2% 10%;
     text-align:left;
     overflow:visible!important;
}
 .mobile-menu li:last-child{
     padding-bottom:20px;
}
 .mobile-menu-icon{
     width: 36px;
     height: 35px;
     background: #003b7f;
     text-align: center;
     line-height: 33px;
     color: #fff;
     margin-right: 5px;
     margin-top: 15px;
     cursor:pointer;
     display:block;
}
 .sb-search {
     margin-top: 15px;
}
 .mobile-menu .sub-menu{
     border-bottom: 2px solid rgba(0, 0, 0, 0.2);
     box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
 .mobile-menu .sub-menu a{
     font-weight:400;
}
 .mobile-menu .sub-menu li:last-child{
     padding-bottom:0px;
     margin-bottom:0px;
}
 .fa-bars:before{
     font-size: 35px;
     color: #fff;
}
 .sb-search {
     position: relative;
     margin-top: 10px;
     width: 30px;
     height: 35px;
     float: right;
     overflow: hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     transition: width 0.3s;
     display:none;
     -webkit-backface-visibility: hidden;
}
 .sb-search-input {
     position: absolute;
     top: 0;
     right: 30px;
     border: none;
     outline: none;
     background: none;
     width: 150px;
     height: 35px;
     margin: 0;
     z-index: 10;
     padding: 0px 10px;
     font-family: inherit;
     font-size: 14px;
     font-weight:300;
     color: #000;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius:3px;
}
 .sb-icon-search, .sb-search-submit {
     width: 36px;
     height: 35px;
     display: block;
     position: absolute;
     right: 0;
     top: 0;
     padding: 0;
     margin: 0;
     line-height: 36px;
     text-align: center;
     cursor: pointer;
}
 .sb-search-submit {
     background: #000;
    /* IE needs this */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
     filter: alpha(opacity=0);
    /* IE 5-7 */
     opacity:0;
     color: transparent;
     border: none;
     outline: none;
     z-index: -1;
}
 .sb-icon-search {
     color: #b1b1b1;
     background:none;
     z-index: 90;
     font-size: 14px;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     -webkit-font-smoothing: antialiased;
     font-family: 'FontAwesome';
}
 .sb-icon-search:before {
     content: "\f002";
}
/* Open state */
 .sb-search.sb-search-open, .no-js .sb-search {
     width: 180px;
}
 .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
     color: #fff;
     z-index: 11;
}
 .sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
     z-index: 90;
}
/*logo*/
 #logo{
     margin: 0 auto!important;
     width:245px;
}
/*Nav*/
 .main-nav {
     float:right;
     margin-top:15px;
}
 .main-nav li{
    /* padding:17px 0;
     */
     margin-right:20px;
     position:relative;
     list-style:none;
}
 .main-nav a{
     font-size:18px;
     font-weight: 800;
     color:#fff;
     position:relative;
     font-family: 'Noto Sans', sans-serif;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .main-nav a:hover{
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .main-nav li.parent > a:after{
     font-family:"FontAwesome";
     content:"\f107";
     padding-left:4px;
}
 .main-nav li:last-child{
     margin-right:0px;
     margin-bottom:0px;
     padding-bottom: 0;
     border-bottom: none;
}
 .main-nav li:hover .sub-menu{
     visibility:visible;
     display:block;
     top:50px;
}
 .main-nav li.active > a{
     color:#5ab4e6;
}
 .sub-menu{
     position:absolute;
     z-index:1000;
     background: #172660;
     padding:10px ;
    /* width:100%;
     */
     width:310px;
     margin-top: -15px;
     visibility:hidden;
     display:none;
     border-bottom:2px solid #000;
     margin-bottomn:20px;
}
 .sub-menu li{
     padding-top:0px;
     padding-bottom:8px;
     margin-bottom: 0px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     margin-right:0;
     width:100%;
}
 .sub-menu li a{
     color:#fff;
     font-weight:500;
     -webkit-transition:ease 0.2s;
     -moz-transition:ease 0.2s;
     -o-transition:ease 0.2s;
     transition:ease 0.2s;
}
 .main-nav li:hover .sub-menu li .sub-menu{
     top: 0px;
}
 .sub-menu li .sub-menu .arrow{
     left: 10px;
     border-left: 0;
}
 .sub-menu li .sub-menu{
     left: 100%;
     top: 0px;
}
 .sub-menu li a:hover{
     padding-left:5px;
     -webkit-transition:ease 0.2s;
     -moz-transition:ease 0.2s;
     -o-transition:ease 0.2s;
     transition:ease 0.2s;
}
 .sub-menu .arrow{
     position: absolute;
     border: transparent;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-bottom: 9px solid #172660;
     width: 0;
     height: 0;
     top: -15px;
     left: 9px;
}
/* ============================================================= B A N N E R ================================================================ */
 .banner {
     min-height: 680px;
     height:auto;
     background-size: cover;
}
 .banner .center {
     padding-top: 195px;
     padding-bottom: 80px;
    text-align: center;
}
 .banner .center h1, .banner .center h2, .banner .center p {
     color:#fff;
     font-weight:500;
     text-shadow: 4px 3px 8px rgba(0, 0, 0, 0.85);
     line-height:120%;
}
 .banner .center h1 {
     font-size:4.6em;
}
 .banner .center h2 {
     font-size:3em;
}
/*.banner p {
     font-size: 16px;
     width: 75%;
     margin: 0 auto;
}
 .banner .title, .banner-expo .title {
     font-size: 60px;
     font-weight: 300;
     margin-bottom: 10px;
}
 #ctl00_lblBWRRegisterMessage a:hover {
    color:#44a6dd;
     text-decoration:underline;
}
 */
 .banner-business, .banner-italians, .banner-BWitalia, .banner-offerte, .banner-offerte-en, .banner-hotels, .banner-vantaggi, .banner-ricerca, .banner-info-turistiche, .banner-LandingPage {
     min-height:480px;
     height:auto;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .banner-italians .center p, .banner-business .center p, .banner-BWitalia .center p, .banner-hotels .center p, .banner-vantaggi .center p, .banner-ricerca .center p, .banner-info-turistiche .center p {
     font-size:2.8em;
     font-weight:400;
     line-height:100%;
     text-align:center;
     margin-bottom:10px;
}
 .banner-business {
    background: url(/hotels/common_inc/img/banner-business-meeting.jpg) no-repeat center top;
     min-height:520px;
     height:auto;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .banner-BWitalia {
    background: url(/hotels/common_inc/img/bg-best-western-italia.jpg) no-repeat center top;
     min-height:440px;
     height:auto;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .banner-italians {
    background: url(/hotels/common_inc/img/bg-italians.jpg) no-repeat center top;
     min-height:520px;
     height:auto;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .banner-offerte {
    background: url(/summerselection/estatealmare/bg-estatealmare.jpg) no-repeat center top;
     min-height:520px;
     height:auto;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     -o-background-size: cover;
     background-size:cover;
}
 .banner-offerte-en {
    background: url(/summerselection/estatealmare/bg-estatealmare.jpg) no-repeat center top;
     min-height:520px;
     height:auto;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     -o-background-size: cover;
     background-size:cover;
}
 .banner-alitalia {
    background: url(/hotels/common_inc/img/bg-promozioni-mille-miglia-alitalia.jpg) no-repeat center top;
     min-height:520px;
     height:auto;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     -o-background-size: cover;
     background-size:cover;
}
 .banner-feltrinelli {
    background: url(/hotels/common_inc/img/bg-promozioni-feltrinelli.jpg) no-repeat center top;
     min-height:520px;
     height:auto;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     -o-background-size: cover;
     background-size:cover;
}
 .banner-promo-green {
    background: url(/hotels/common_inc/img/bg-best-western-green.jpg) no-repeat center top;
     min-height:520px;
     height:auto;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     -o-background-size: cover;
     background-size:cover;
}
/* ************************** Banner BWR Home ***************************/
 .ContainerBWR {
    background: #003b7f;
     color:#fff;
    position: relative;
    display: block;
    min-height: 140px;
     margin:auto;
}
 .ContainerBWRcol {
    display:block;
    padding: 30px 15px 30px 15px;
}
 .ContainerBWRcol p {
    font-size:16px;
    text-align: left;
}
 .ContainerBWRcol span {
}
 .ContainerBWRcol .btn-pri .btn-pri .both-btn a:hover {
    background: white;
	border: 3px solid #DAB24D;
}
 a.btn-bwr {
    background: white;
	border: 3px solid #DAB24D;
}
/* ************************** Regole Banner Pagine I livello Sezioni Hotels ***************************/
 .banner-core {
     background: url(/hotels/common_inc/img/best-western-hotel-header.jpg) no-repeat left top;
     min-height: 580px;
     height: auto;
     background-size: cover;
}
 .banner-plus {
     background: url(/hotels/common_inc/img/best-western-hotel-plus-header.jpg) no-repeat left top;
     min-height: 580px;
     height: auto;
     background-size: cover;
}
 .banner-premier {
     background: url(/hotels/common_inc/img/best-western-premier-hotel-header.jpg) no-repeat left top;
     min-height: 580px;
     height: auto;
     background-size: cover;
}
 .banner-collection {
     background: url(/hotels/common_inc/img/best-western-bw-premier-hotel-header.jpg) no-repeat left top;
     min-height: 580px;
     height: auto;
     background-size: cover;
}
 .banner-cluster-business {
     background: url(/hotels/common_inc/img/best-western-pacchetto-business.jpg) no-repeat center top;
     min-height:520px;
     height: auto;
     background-size: cover;
}
 .banner-cluster-sport {
     background: url(/hotels/common_inc/img/best-western-pacchetto-sport-friendly.jpg) no-repeat center top;
     min-height:520px;
     height: auto;
     background-size: cover;
}
 .banner-cluster-inclusive{
    background:url(/hotels/common_inc/img/best-western-pacchetto-inclusive.jpg) no-repeat center top;
    min-height:520px;
    height:auto;
    background-size:cover
}
 .banner-woman {
     background: url(/hotels/common_inc/img/best-western-pacchetto-woman.jpg) no-repeat center top;
     min-height:520px;
     height: auto;
     background-size: cover;
}
 .banner-kids {
     background: url(/hotels/common_inc/img/201607-offerta-kids-hotel.jpg) no-repeat center top;
     min-height: 520px;
     height: auto;
     background-size: cover;
}
 .banner-green {
     background: url(/hotels/common_inc/img/best-western-hotel-green.jpg) no-repeat center top;
     min-height: 520px;
     height: auto;
     background-size: cover;
}
 .banner-pets {
     background: url(/hotels/common_inc/img/best-western-hotel-pets.jpg) no-repeat center top;
     min-height: 520px;
     height: auto;
     background-size: cover;
}
 .banner-RO {
     background: url(/hotels/common_inc/img/best-western-hotel-room-only.jpg) no-repeat center top;
     min-height: 520px;
     height: auto;
     background-size: cover;
}
 .banner-wellness {
     background: url(/hotels/common_inc/img/best-western-hotel-benessere.jpg) no-repeat center top;
     min-height: 520px;
     height: auto;
     background-size: cover;
}
 .banner-rider {
     background: url(/hotels/common_inc/img/best-western-hotel-rider-friendly.jpg) no-repeat center top;
     min-height: 520px;
     height: auto;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .banner-guide {
     background: url(/hotels/common_inc/img/best-western-guide.jpg) no-repeat left top;
     min-height: 400px;
     height: auto;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-position: center center;
}
/* ========================================================================== Classi aggiuntive banner ========================================================================== */
 .immaginetitolo {
    margin-top:-123px!important;
    margin-left:-223px!important
}
 .immaginebottone {
    margin-top:-100px!important
}
 #Table1 td,th{
    padding:10px;
}
 #logout {
    border-top:1px solid #ccc;
    margin-top: 3px;
    padding: 20px;
}
 #form {
    padding:15px 15px 15px 15px;
     border:1px solid #ccc;
    width:80%;
    margin:0 auto;
}
 @media only screen and (max-width: 1200px) {
     .banner-pets {
         background-image: url(/hotels/common_inc/img/best-western-hotel-pets-mobile.jpg);
    }
}
/* ************************** Regole Banner Pagine I livello Sezioni Hotels ************************** */
 .banner-offerte .center, .banner-offerte-en .center {
     padding:102px 50px 150px;
}
 .banner-offerte .center h1, .banner-offerte-en .center h1 {
    font-size:3em;
}
 .banner-offerte .center h2, .banner-offerte-en .center h2 {
    font-size:4.6em;
     line-height:110%;
}
 .banner-offerte .center .btn, .banner-offerte-en .center .btn {
     color: #0573b6 !important;
     border: #0573b6 1px solid;
     background: #fff;
}
 .banner-offerte .center .btn:hover, .banner-offerte-en .center .btn:hover {
    opacity:0.8;
}
 .eventform-orizzontale-offerte {
    padding:15px 0;
     margin-top:-130px;
}
 @media screen and (max-device-width: 480px) {
     .eventform-orizzontale-offerte {
        padding:15px 0;
         margin-top:0;
    }
}
 .eventform-orizzontale-offerte .container .col-md-6 p span {
     margin-left:20px;
     float:right
}
 .eventform-orizzontale-offerte .container .col-md-6 p {
     margin-top:10px;
     margin-bottom:0;
}
/* ************************** Regole per contenitore home e offerte ************************** */
 .offerte .speakers .speaker-img {
    max-width:350px;
}
 .offerte .speakers .speaker-content {
     text-align:left;
}
 .offerte .speakers .speaker-content h3 {
     font-weight:300;
     margin-top:26px;
}
 .offerte .speakers .speaker-content .btn-disabled:hover {
    background: #5ab4e6;
     filter: inherit;
}
 .offerte h3 {
    color:#44a6dd;
     margin-bottom:10px;
     font-size:19px;
}
 .offerte ul {
     margin:10px auto;
}
 .offerte .eventsimg {
    width:100%;
}
 .offerte .background-content .eventform-con {
     margin:8px 0;
}
 .offerte .col-md-3 .event-content .title, .offerte .col-md-2 .event-content .title {
    font-weight:300;
}
 .offerte .col-md-2 .event-content .title {
    font-size:16px;
     margin: 0 10px;
}
 .offerte .col-md-2 .event .btn {
    font-size:11px;
    padding: 8px;
    width: 100%;
}
 .offerte .col-md-2 .event {
    margin-bottom:8px;
}
 .offerte .icon {
    color:#44a6dd;
     font-size:1.2em;
     margin-right:6px;
}
 .search-offerte #aside h3 {
     margin:18px auto 8px !important;
     padding-bottom:4px;
     border-bottom:1px dotted #CCC;
}
 .search-offerte p {
     color:#000000;
}
 .search-offerte .categories p:before {
     width:100%;
     display:block;
     content: url(BWRsi.png);
}
 .search-offerte p span {
     width:85%;
     display:block;
     float:right;
}
 .search-offerte .text ul {
     margin-left:0;
}
/*classe BWRSI per le offerte riservate ai BWR */
/*.search-offerte .bwrsi .event {
     border:1px solid #4ba9cc;
}
 */
/*.search-offerte .bwrsi .event .title:before {
     width:100%;
     display:block;
     content: url(BWRsi.png);
}
*/
 .search-offerte .bwrsi .event .title a {
     color:#4ba9cc;
}
 .search-offerte .bwrsi .event .title a:hover {
     color:inherit
}
/* ============================================================= classi new info turistiche =============================================================*/
 .banner-info-turistiche {
     background: url(/hotels/common_inc/img/bg-informazioni-turistiche-italia-hotel-best-western.jpg) no-repeat center bottom;
     min-height:540px;
     height:auto;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .banner-info-turistiche h1 {
     font-size:60px;
     margin:40px auto 14px;
     font-weight:500;
}
 .banner-info-turistiche h2 {
     color:#fff;
     font-weight:300;
     font-size:40px;
     line-height:120%;
     text-align:center;
     margin:20px auto;
}
 .banner-info-turistiche .center p {
     font-size:24px;
     font-weight:400;
}
 .banner-info-turistiche .center {
     padding:140px 0 90px;
}
/* ========================================================== classi new Home =============================================================*/
 #mainbanner {
    position:relative;
     margin-bottom:50px;
}
 #hpform {
     background-color: rgba(255, 255, 255, 0.99);
     z-index:1;
    background: #fff;
    height:auto;
    margin: 25px 0 -75px 0;
    z-index: 2;
    position: absolute;
    border-bottom: 3px solid #003b7f;
    display:block;
}
 #hpform .container {
     max-width: 1146px;
}
 #hpform #main-tab .col-sm-12 ul li {
     background-color: rgba(240, 240, 240, 0.80);
     opacity:0.9;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 #hpform #main-tab .col-sm-12 ul li:hover{
     background-color: rgba(204, 204, 204, 0.95);
     opacity:1;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 #hpform #main-tab .col-sm-12 ul li a {
     border-radius:0;
     text-transform:uppercase;
     border:none;
     color:#6d7a83;
     position:relative;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 #hpform #main-tab .col-sm-12 ul li a:hover {
     color:#5ab4e6;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 #hpform #main-tab .col-sm-12 ul li.active a {
    color:#5ab4e6;
}
 .btn-group-justified>.langlink {
     float: none;
     display: table-cell;
     width: 1%;
     text-align:center;
     padding-top:10px;
     padding-bottom:10px;
}
 #hpform .btn-book {
    font-size:1.4em;
     font-weight:600;
    padding:5px 15px;
     letter-spacing:0em;
    margin-top: 36px;
    height: 34px;
}
 #hpform h1, #hpform h2 {
     color:#5690c1;
     font-weight:500;
}
 #hpform h1 {
     margin-top:2px;
    font-size:1.5em;
}
 #hpform h2 {
     font-size: 14px;
     color:#5690c1;
    margin:0 auto 4px;
}
 #hpform label {
     margin-bottom:8px;
     margin-top:8px;
     font-weight:500;
    font-size: 15px;
}
 #hpform .col-sm-12 label {
     margin-top:4px;
     font-weight:500;
}
 #hpform .checkbox, #hpform #popover-corpid {
     font-size: 14px;
    /* text-align: left;
     */
     padding: 0 19px 0 19px!important;
     line-height: 13px;
     text-decoration:none;
}
 #hpform .checkbox, #hpform #popover-corpid a {
}
 #hpform .checkbox, #hpform #popover-corpid a:hover {
    text-decoration:underline;
     text-decoration-color: #fe8939;
}
 .popover-content {
    padding: 14px!important;
}
 #hpform #popover-corpid .checkbox input[type="checkbox"] {
    margin-left:-18px !important;
}
 #hpform .checkbox {
    padding-left:0!important
}
 #hpform .popover-content .checkbox {
    padding-left:20px!important
}
 a#popover-bwr {
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 5px auto;
    font-size:14px;
}
 #hpform .event-detail-img {
     text-align:center;
     padding-bottom:20px;
}
 #hpform .event-detail-img img {
     width:60%;
}
 .datepicker-days {
     margin:auto 10px;
}
 .datepicker-days .day {
     color:#666;
     text-align:center;
}
 .datepicker-days .day:hover {
     color:#333;
     cursor:pointer;
     background:#eee;
}
 .datepicker-days .active {
     color:#fff;
     background:#666;
}
 .datepicker-days .active:hover {
     color:#eee;
     background:#666;
}
 .carousel-inner {
    max-height: 90%;
}
 .carousel-caption {
    bottom: 0;
    z-index: 1;
    background: #fff;
     z-index:1;
    position: absolute;
    border-bottom: 3px solid #003b7f;
    padding: 10px 0px 10px 0px;
    text-shadow: none;
    max-width: 1146px;
}
 div.carousel-caption.BWR-gold {
    border-bottom: 3px solid #DAB24D;
}
 .carousel-caption h4 {
     font-size:1.5em;
     padding:0.2em;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption p, .carousel-caption .btn {
     margin:4px 10px;
     line-height:100%;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption p {
     color:#003b7f;
     padding:0.1em 0.5em;
     display:inline-block;
     width:auto;
     font-weight:600;
}
 .carousel-caption h1, .carousel-caption h2, carousel-caption h3 {
     font-size:2.1em;
     padding:0.2em;
}
 .carousel-caption h3:hover {
     color:#b3d4fc;
}
 .carousel-inner img {
    object-fit: cover;
    width: 100%;
    max-height: 590px;
     image-rendering: auto;
}
 .carousel-indicators {
    bottom: 105px;
}
 .carousel-indicators li {
    width: 15px;
    height:15px;
     margin:2px;
}
 .carousel-indicators .active {
    width: 15px;
    height:15px;
    margin:2px;
}
 .carousel-caption .btn {
     background-color: #fff;
     color:#0573b6 !important;
     border-color:#0573b6;
     margin-left:1.2em;
     margin-top:1.8em;
}
 .carousel-caption .btn:hover {
     background-color: rgba(255, 255, 255, 0.8);
     color:rgba(5, 115, 182, 0.86)!important;
     ;
     border-color:rgba(5, 115, 182, 0.86);
}
 .dynbanner p {
     color: #003b7f;
     padding: 0.1em 0.5em;
     display: inline-block;
     width: auto;
     font-weight: 600;
}
 .dynbanner p span {
     font-size:1.5em;
}
/* ========================================================================== SLIDER MOBILE ========================================================================== */
/*@media (min-width:1520px){
     #hpform {
    }
}
 @media (min-width:1462px) {
     .carousel-caption {
        width: 43%;
    }
}
 @media (max-width:1462px) and (min-width:1094px) {
     .nav > li > a {
        padding: 10px 15px!important;
    }
     #hpform h1 {
        font-size: 16px;
    }
     #hpform h2 {
        font-size: 12px;
    }
     .carousel-inner > .item > a > img {
        width: initial;
        float:right;
    }
     .immaginetitolo {
        margin-top:-80px!important;
        margin-left:-163px!important
    }
     .immaginebottone {
        margin-top:-80px!important;
        margin-left:30px!important;
    }
}
 @media (max-width:1093px) and (min-width:785px){
     .carousel-inner {
        max-height: 600px;
    }
     .carousel-caption {
        width: 37%;
        margin-top:30px;
         top:0;
    }
     .carousel-inner > .item > a > img {
        width: initial;
        float:right;
    }
     .carousel-caption h3 {
        font-size: 39px;
        margin-top:0;
    }
     #hpform .container {
    }
     .immaginetitolo {
        margin-top:-54px!important;
        margin-left:-200px!important
    }
     .immaginetitolo img {
        width:600px;
    }
     .immaginebottone {
        margin-top:-15px!important;
         margin-left:-0px!important
    }
}
 @media (max-width:785px) and (min-width:768px){
     .carousel-caption {
        width: 37%;
        top:0;
    }
     .carousel-inner {
        max-height: 600px;
    }
     .carousel-caption h3 {
        font-size: 39px;
    }
     .carousel-inner > .item > a > img {
        width: initial;
        float:right;
    }
     #hpform .container {
    }
     .carousel-caption h3 {
        font-size: 36px;
    }
     .immaginetitolo img {
        width:445px;
    }
     .immaginetitolo {
        margin-top: -31px !important;
        margin-left: -119px !important;
    }
     .immaginebottone {
        margin-top:45px!important
    }
}
 @media only screen and (max-width: 767px) {
     .carousel-caption {
         width: 78%;
        text-align: center;
    }
     .carousel-caption h3 {
        font-size: 20px;
    }
     .carousel-caption p {
        font-size: 15px;
    }
     .btn-lg {
        border-radius: 4px;
         padding: 10px 32px;
    }
     .carousel-caption .btn {
        font-size:13px
    }
     .immaginetitolo img {
        width:350px;
         margin-left: -76px!important;
    }
     .immaginetitolo {
        width:100%!important;
         margin:-70px auto!important;
         float:none;
         text-align:center;
    }
     .immaginebottone {
        margin-top:55px!important
    }
}
 @media only screen and (max-width: 686px) {
     .carousel-inner > .item > a > img {
        width: initial;
        max-height: 274px;
        float: right;
        width: 100%;
        height: auto !important;
    }
     .carousel-caption .btn {
         font-size: 11px;
    }
     .carousel-caption .btn {
         padding: 10px 8px;
        margin-top:5px!important;
    }
     .carousel-indicators {
        display:none;
    }
}
 @media (max-width:1199px){
     .eventform-orizzontale-offerte .title {
        font-size: 14px!important;
    }
     .eventform-orizzontale-offerte small {
         font-size: 13px!important;
    }
     .eventform-con .form-input .styled-select select {
        font-size:12px!important;
    }
     .eventform-con .form-input input {
        font-size:11px!important;
    }
     .eventform-orizzontale-offerte {
        margin-top: -75px!important;
    }
     .main-nav a {
         font-size: 11px;
    }
     .main-nav li {
         float: left;
         padding: 7px 0;
         margin-right: 16px!important;
    }
     .main-nav {
         float: right;
         margin-right: -25px;
         margin-top: 29px;
    }
     .sub-menu {
         margin-top: -19px;
    }
     .sub-menu .arrow {
         top: -21px;
    }
     #logo img {
         width: 100%;
    }
}
 @media (max-width:414px){
     .carousel-caption {
         width: 88%;
         right: 6%;
         margin:0 auto!important;
         top: 5px;
         padding: 5px 10px;
    }
     .carousel-caption h3 {
         font-size:1.6em;
        margin-top:0;
         padding: 0;
    }
     .carousel-caption p {
         font-size:1.2em;
        padding: 0;
    }
}
 */
/* ========================================================== fix BWR gated -==========================================================*/
 #hpform .container {
     padding: 15px 0 15px 0;
    min-height: 120px;
    position: relative;
}
 #hpform #main-tab .col-sm-12, #hpform #main-tab .col-sm-6 {
     padding-left:0;
     padding-right:0;
}
 #hpform .container .row {
    margin:2px 0 0px;
     border:0px solid;
}
 #hpform .container .row select:hover, #hpform .container .row input:hover, #hpform .container .row .input-group-addon:hover {
    cursor:pointer;
}
 #BWR h2 {
     margin-top:3px;
}
 #BWR .col-sm-7 {
    padding-left:3px;
}
 #BWR a.btn-border {
     width:100%;
     margin:3px auto 0;
     letter-spacing:0px;
     color: #57b6e6;
     border-color:#1a508b;
     background-color:#ececec;
     -webkit-transition: color 0.4s ease-in;
     -moz-transition: color 0.4s ease-in;
     -o-transition: color 0.4s ease-in;
     -ms-transition: color 0.4s ease-in;
     transition: color 0.4s ease-in;
}
 #BWR a.btn-border:hover{
    color:#1a508b;
     border-color:#57b6e6;
     cursor:pointer;
}
 #BWR .btn-lg {
     padding:7px 20px;
}
 #BWR p {
    text-align:center;
     display:block;
     margin:5px auto;
}
 #BWR p>a, #BWR .checkbox p>a span {
     font-size:1.2em;
     text-decoration:none;
     color: #57b6e6;
     -webkit-transition: color 0.3s ease-in;
     -moz-transition: color 0.3s ease-in;
     -o-transition: color 0.3s ease-in;
     -ms-transition: color 0.3s ease-in;
     transition: color 0.3s ease-in;
}
 #BWR p>a:hover, #BWR .checkbox p>a span:hover {
    color:#2f383d;
}
 #BWR p>a i {
    margin-right:5px;
}
 .eventicon-bwr, .eventcontent-bwr {
     display:inline-block;
     margin-bottom:2px;
     border:0 solid;
}
 .eventicon-bwr {
     width:14%;
     text-align:center;
     line-height:25px;
     font-size:20px;
}
 .eventcontent-bwr {
     width:85%;
     float:right;
     font-size:1.1em;
}
 .eventcontent-bwr p {
     margin:0;
     line-height:150%;
     text-align:left !important;
}
 .eventicon-bwr i.fa {
     color: #22a10d;
     margin: 5px auto;
     display:block;
}
 #BWR .checkbox {
     padding-left:2px;
}
 #BWR .checkbox p {
    text-align:left;
}
 #BWR .checkbox p>a span {
     font-size:0.9em ;
}
 #loginform input {
    margin-left:0;
     margin-right:6px;
}
 #home-MondoBW .event-content h3, #home-Vacanze .event-content h3 {
     font-weight:500;
}
 #home-USP .eventsicon {
     font-size:26px;
     width:50px;
     height:50px;
     line-height:50px;
     margin:20px auto 0;
}
 #home-USP .eventsicon:hover {
     border: 1px solid #35a7e7;
}
 #home-USP .event .job {
     font-size:14px;
}
 #home-USP .event:hover {
     background-color:#c00;
     cursor:pointer;
}
 #home-MondoBW .event:hover {
     background-color:#228eca;
}
 #home-MondoBW .event p a {
     font-weight:bold;
     text-decoration:underline;
     margin-top:10px;
}
 #home-MondoBW .event p a:hover, #home-MondoBW .event:hover p a {
     color:#fff;
     text-decoration:underline;
     font-weight:bold;
}
/* ------------- countdown clock ------------*/
 .clock {
     display:inline-block;
     margin:40px auto;
}
 .countdown-container {
     position: relative;
     top: 50%;
}
 .clock-item .inner {
    height: 0px;
     padding-bottom: 100%;
     position: relative;
     width: 100%;
}
 .clock-canvas {
     background-color:#fff;
     border-radius:50%;
     height:0px;
     padding-bottom:100%;
     box-shadow:inset 0px 0px 0px 5px #c4cbcf;
}
 .clock-item {
     width:160px;
     float:left;
     margin-right:30px;
}
 .clock-item:last-child {
     margin-right:0px;
}
 .clock-content {
     margin-top:20px;
}
 .clock-content .val {
     position: absolute;
     top: 50%;
     right: 0;
     left: 0;
     margin-top: -43px;
     font-size: 62px;
     font-weight: 300;
}
 .clock-content .typ {
     font-size:24px;
     font-weight:300;
}
 .clock-item .inner {
     height: 0px;
     padding-bottom: 100%;
     position: relative;
     width: 100%;
}
 .clock-canvas {
     background-color: #fff;
     border-radius: 50%;
     height: 0px;
     padding-bottom: 100%;
     box-shadow: inset 0px 0px 0px 5px #c4cbcf;
}
 .clock-item {
     width:160px;
     float:left;
     margin-right:30px;
}
 .clock-item:last-child{
     margin-right:0px;
}
 .clock-content {
     margin-top:20px;
}
 .clock-content .val {
     position: absolute;
     top: 50%;
     right: 0;
     left: 0;
     margin-top: -43px;
     font-size: 62px;
     font-weight: 300;
}
 .clock-content .typ {
     font-size:24px;
     font-weight:300;
}
/*eventform*/
 .eventform {
     padding: 21px 0;
}
 .eventform .title {
     color:#fff;
     text-transform:uppercase;
     font-weight:900;
     font-size:22px;
}
 .eventform small {
     color:#fff;
     font-size:18px;
}
 .eventform-con {
     margin-top:5px;
}
 .eventform-con .form-input {
     float:left;
     margin-right:28px;
     position:relative;
    width:100%
}
 .eventform-con .form-input.search-location {
     width: 33%;
}
 .eventform-con .form-input.search-location input {
     padding:0px 40px;
}
 .eventform-orizzontale, .eventform-orizzontale-offerte {
    padding:15px 0;
    background: none repeat scroll 0 0 rgba(0, 51, 102, 0.7) !important;
     margin-top:-82px;
}
 .eventform-orizzontale .title, .eventform-orizzontale-offerte .title {
     color:#fff;
     text-transform:uppercase;
     font-weight:900;
     font-size:20px;
}
 .eventform-orizzontale small,.eventform-orizzontale-offerte small {
     color:#fff;
     font-size:16px;
}
 .eventform-con .form-input:last-child{
     margin-right:0px;
}
 .eventform-con .form-input input,.eventform-con .form-input .styled-select{
     width:100%;
     height:40px;
     border:none;
     outline:none;
     padding:0px 15px;
     font-family: 'Noto Sans', sans-serif;
     border-radius:3px;
     font-size:14px;
}
 .eventform-con .form-input .icon.icon-s{
     right: 0px;
     left: 0px;
     background: transparent;
     text-align: center;
     font-size: 16px;
     line-height: 40px;
     width: 40px;
     cursor:default;
}
 .eventform-con .form-input .icon{
     position: absolute;
     top: 50%;
     background: #f8f8f8;
     border: 0;
     width: 40px;
     height: 100%;
     right: 0;
     margin-top: -20px;
     font-size: 18px;
     outline:none;
     cursor:pointer;
}
 .eventform .eventform-con .form-input .styled-select{
     background: url('../img/nav-bg.png') no-repeat scroll right center #FFF;
}
 .eventform-con .form-input .styled-select{
     padding:0px;
     width: 100%;
     height: 40px;
     overflow: hidden;
     background: url('../img/arrow-2.png') no-repeat scroll right center #FFF;
     border-radius: 3px;
}
 .eventform-con .form-input .styled-select select {
     background: none repeat scroll 0% 0% transparent;
     padding: 10px;
     font-size: 14px;
     line-height: 1;
     border: 0px none;
     border-radius:0;
     height: 40px;
     cursor: pointer;
     outline: medium none;
     width: 120%;
}
/*Tabs*/
 .ui-tabs-nav{
     margin:10px auto 24px;
     display:inline-block;
}
 .ui-tabs .ui-state-default{
     list-style:none;
     float:left;
     height:39px;
     line-height:38px;
     outline:none;
     min-width:175px;
     border-top:1px solid #c2c4cb;
     border-bottom:1px solid #c2c4cb;
     border-right:1px solid #c2c4cb;
}
 .ui-tabs .ui-state-default:first-child{
     border-left:1px solid #c2c4cb;
     border-radius: 4px 0px 0px 4px;
}
 .ui-tabs .ui-state-default:last-child{
     border-radius: 0px 4px 4px 0px;
}
 .ui-tabs .ui-state-default a{
     padding:0px 20px;
     color:#a8a8a8;
     font-size:18px;
     display:block;
     outline:none;
     text-decoration:none;
     font-weight:300;
     height: 100% 
}
 .ui-tabs .ui-state-default.ui-tabs-active{
     border:1px solid #0573b6;
     border-left:1px solid #0573b6 ;
     border-right:1px solid #0573b6 ;
}
 .ui-state-default.ui-tabs-active a{
     background:#0573b6;
     color:#fff;
}
/*events*/
 .events {
     text-align:center;
}
 .text {
     text-align:left;
}
 .text .title, .events .title, .event .title {
     font-size:27px;
     font-weight:400;
     color:#003b7f;
     margin-bottom: 10px;
     line-height:110%;
}
 .text p, .text ul, .text ul li {
     font-size:14px;
     color:#444;
     line-height:150%;
}
 .text strong {
     font-weight:bold;
}
 .text a, .text a:link {
     color:#00588A;
     text-decoration:underline;
}
 .text a:hover {
     color:#197eb6;
     text-decoration:none;
}
 .text h2, .text h3, .text h4, .text h5, .text h6 {
     color:#003b7f;
     margin:5px auto 2px;
}
 .text ul {
    list-style-position:outside;
     margin-left:20px;
}
 .text ul li {
     margin-bottom:10px;
}
 .contentcenter {
     width:60%;
     margin:0 auto 35px;
     font-size:18px;
     color:#54667a;
     font-weight:300;
}
 .eventcontainer {
     margin-bottom:30px;
}
 .eventsicon {
     width: 100px;
     height: 100px;
     text-align: center;
     border: 1px solid #5ab4e6;
     line-height: 100px;
     margin: 25px auto 0px;
     font-size: 45px;
     color: #5ab4e6;
     display:inline-block;
}
 .eventsicon i.fa:hover {
     color:#fff;
}
 .eventsicon-bw {
     width:75px;
     height:75px;
     text-align: center;
     border: 1px solid #5ab4e6;
     line-height:75px;
     margin: 25px auto 0px;
     font-size: 45px;
     color: #5ab4e6;
     display:inline-block;
}
 .eventsicon-bw i.fa:hover {
     color:#5ab4e6;
}
 .event-content {
     padding:15px 10px;
}
 .event .event-content p > a {
     font-weight:bold;
     margin-top:14px;
}
 .event {
     background:#fff;
     font-size:13px;
     font-weight:300;
     text-align:center;
}
 .event .title {
     color: #003b7f;
     padding: 0.1em 0.5em;
     display: inline-block;
     width: auto;
     font-weight: 600;
     font-size: 1.5em;
}
 .event .title a {
     color:#2c3e50;
}
 .event img {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     -ms-transition: all ease-in-out .5s;
     -o-transition: all ease-in-out .5s;
     transition: all ease-in-out .5s;
}
 .event:hover img{
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     -ms-transition: all ease-in-out .5s;
     -o-transition: all ease-in-out .5s;
     transition: all ease-in-out .5s;
}
 .event .links{
     background:#fff;
}
 .event .links li{
     float: left;
     list-style: none;
     width: 33.3%;
     text-align: center;
     height: 40px;
     line-height: 39px;
     border-top: 1px solid #f3f3f5;
     border-right: 1px solid #f3f3f5;
}
 .event .links li:last-child{
     border-right:none;
}
 .event .links a{
     color:#c3c8cd;
     font-weight:400;
     cursor: pointer;
     position: relative;
}
 .event .links .icon{
     margin-right:5px;
}
 .event .social-icon a{
     color:#c3c8cd;
     border-top: 1px solid #f3f3f5;
     border-right: 1px solid #f3f3f5;
     width:52px;
     height: 40px;
     line-height: 40px;
     margin-right: 0px;
     font-size:18px;
     text-align:center;
}
 .event .social-icon a:last-child{
     border-right:0px;
}
 .eventsimg {
     overflow:hidden;
}
 .eventsimg {
     position:relative;
    /*display:inline-block;
    */
}
 .eventsimg .video-icon {
     margin-left: -30px;
     margin-top: -20px;
}
 .eventsimg .video-length{
     bottom:6px;
     right:8px;
}
 .eventsimg:hover .video-icon, .eventsimg:hover .video-length{
     visibility:visible;
     display:block;
}
 .eventsimg img{
     max-width:100%;
     width: 100%;
}
 .events .eventform-con{
     clear:both;
     padding-bottom:30px;
     border-bottom:1px solid #c3c8cd;
     margin-top:0px;
     margin-bottom:5px;
}
 .events .form-input{
     border:1px solid #c2c4cb;
     border-radius:3px;
}
 .events .eventform-con .form-input .icon,.events .eventform-con .form-input input,.events .eventform-con .form-input .styled-select select{
     color:#00000;
}
 .events .eventform-con .form-input input::-webkit-input-placeholder{
     color:#c3c8cd;
}
 .events .eventform-con .form-input input::-moz-placeholder{
     color:#c3c8cd;
}
 .events .eventform-con .form-input input:-ms-input-placeholder {
     color:#c3c8cd;
}
 .events .form-input.search-location{
     width:23%;
}
 .events .event-filter li{
     float:left;
     list-style:none;
     width:40px;
     height:40px;
     border:1px solid #c3c8cd;
     line-height:40px;
     margin-left:2%;
     color:#c3c8cd;
     cursor:pointer;
     color:#c3c8cd;
     font-size:18px;
     border-radius:3px;
}
 .events .event-filter li.active{
     color:#fff;
     background:#5ab4e6;
     border:0px;
}
 .rating{
     color:#ffaa00;
     margin-bottom:5px;
}
 .job{
     font-size:18px;
     margin-bottom:8px;
     line-height:1;
}
 .blog .eventsimg{
     float:left;
     margin-right:20px;
     max-width: 300px;
}
 .blog .event-content{
     overflow:hidden;
     text-align:left;
}
 .blog .event-content .btn{
     margin-top:5px;
}
 .blog .meta,.blog .meta a{
     margin:5px 0;
     color:#c2c4cb;
}
 .blog .event-container{
     margin-bottom: 30px;
     padding-bottom: 30px;
     border-bottom: 1px solid #c3c8cd;
}
 .event-container{
     margin-bottom:20px;
}
/*fielder-items */
 .fielder-items .form-input{
     width:230px;
     margin-right:15px;
}
 .fielder-items .form-input.arrow-up-down{
     width:auto;
     border:none;
}
 .fielder-items .event-filter{
     float:right;
}
 .fielder-items .event-filter li:last-child{
     margin-right:0px;
}
 .fielder-items .event-filter li {
     margin-right:20px;
     margin-left:0px;
}
 .fielder-items .form-input.arrow-up-down .btn {
     padding: 11px 14px;
     border-radius: 3px;
     font-size: 13px 
}
/*meta*/
 .meta{
     list-style:none;
     display:inline-block;
}
 .meta li{
     float:left;
     margin-right:10px;
     font-weight:normal;
}
 .meta a{
     color:#2c3e50;
     margin-right:5px;
}
 .meta .icon {
     margin-right:8px;
}
/*sep*/
 .sep{
     height: 1px;
     background: #e6e6e6;
     display: block;
     margin: 5px -10px 8px;
}
/*background*/
 .background {
     background:#e8e8e8;
     background-size: 100% 100%;
     display: table;
     width: 100%;
     padding:20px 0;
}
 .background-content{
     padding: 10px 8%;
     text-align:center;
}
 .border-cover {
     width: 80%;
     margin: 0 auto;
     border:3px solid #fff;
}
 .border-cover .title{
     font-weight:900;
     background:url(../img/background-bg.png) no-repeat top center;
     max-width:540px;
     margin-right:auto;
     margin-left:auto;
     margin-top:-35px;
     margin-bottom:15px;
}
 .border-cover p{
     max-width:540px;
     margin-right:auto;
     margin-left:auto;
}
 .background-content .both-btn{
     margin:20px auto;
     width:90%;
}
 .background .event {
     background:#fcfcfc;
     -webkit-transition:all ease-in-out 0.3s;
}
 .background .event:hover{
     background:#fff;
    /*background:#fdad01;
     yellow */
     color:#428bca;
     border-color:#fff;
     -webkit-transition:all ease-in-out 0.5s;
}
 .background .event:hover .title,.background .event:hover p{
     color:#428bca;
}
 .background .event:hover .eventsicon{
     border-color:#fff;
     color:#fff;
}
 .background .eventform-con{
     margin:30px 0px 
}
 .background .eventform-con .form-input{
     border:1px solid #000;
     border-radius:3px;
}
 .background .form-input.search-location{
     width:35%;
}
 .background .eventform-con .btn{
     padding:8px 22px;
     border-radius:4px;
}
 .background .eventform-con .form-input input,.background .eventform-con .form-input .icon{
     color:#54667a;
}
 .background .eventform-con .form-input input::-webkit-input-placeholder{
     color:#54667a;
}
 .background .eventform-con .form-input input::-moz-placeholder{
     color:#54667a;
}
 .background .eventform-con .form-input input:-ms-input-placeholder {
     color:#54667a;
}
/*both-btn*/
 .both-btn{
     position:relative;
}
 .both-btn .round{
     position:absolute;
     top: 0;
     left: 50%;
     background: #fff;
     border-radius: 50%;
     width: 60px;
     height: 60px;
     margin-left: -28px;
     line-height: 57px;
     font-size: 24px;
     font-weight: 300;
     box-shadow: inset 0px 0px 5px 3px #ddeaf1;
}
 .both-btn .find-events,.both-btn .but-ticket{
     float:left;
     width:50%;
     background:#ccc;
     height:60px;
     line-height:60px;
}
 .both-btn .find-events a,.both-btn .but-ticket a{
     font-size:19px;
     font-weight:300;
     display:block;
     color:#fff;
     border-radius:4px;
}
/* Social */
 .social-box {
     border-bottom: 1px solid #374959;
     margin-bottom: 16px;
     padding-bottom: 8px;
}
 .social-box:last-child {
     margin: 0px;
     border: 0px;
}
 .social-img {
     width: 35px;
     height: 35px;
     background: none;
     border-radius: 0;
     float: left;
     margin-right: 12px;
     overflow: hidden;
}
 .social-content {
     overflow: hidden;
}
 .social-content p {
     margin-top: 8px;
     font-size: 13px;
}
/*Recent-Blog*/
 .recent-blog {
    /*border-bottom: 1px solid #374959;
    */
     margin-bottom: 12px;
     padding-bottom: 8px
}
 .recent-img {
     width:70px;
     height:70px;
     background:#ccc;
     border-radius:2px;
     float:left;
     margin-right:15px;
     margin-top:5px;
     overflow: hidden;
}
 .recent-content {
     overflow:hidden;
}
 .recent-blog .title{
     margin-bottom:10px;
     font-size:16px;
     font-weight:600;
}
 .recent-blog h4.title {
     font-size:15px;
}
 .recent-blog .title a {
     color:#a0a7ae;
}
 .recent-content .date {
     margin-bottom:0px;
     font-size:12px;
}
 .recent-content .destinations {
     margin-bottom:0px;
     font-size:13px;
}
 .recent-content .comment a{
     color:#a0a7ae;
     font-size:12px;
}
 .recent-content .icon{
     margin-right:10px;
     font-size:12px;
}
/*event-full-width */
 .event-full-width {
     text-align:left;
}
/*pagination*/
 .pagination{
     margin: 0;
     display: block;
}
 .pagination>li>a{
     border: 1px solid #c2c4cb;
     border-radius: 3px;
     width: 33px;
     height: 33px;
     text-align: center;
     line-height: 19px;
     font-size: 18px;
     color: #9aa7af;
     font-weight: 300;
     margin-right: 10px;
}
 .pagination>li>a:hover{
     background:#9aa7af;
     color:#fff;
     border:1px solid;
}
/*SUB-BANNER*/
 .sub-banner{
     background:#e9f2f7;
     padding:35px 0;
     border-bottom: 1px solid #c2c4cb;
     box-shadow: inset 0px 1px 1px #d7dfe4;
}
 .sub-banner h1 {
     font-size:27px;
     color:#22568d;
}
 .sub-banner h2 {
     font-weight:300;
     font-size:22px;
}
 .breadcrumb{
     float:right;
     margin:0px;
     padding:7px 0px;
     background:none;
}
 .breadcrumb>li{
     margin-right:5px;
     font-size:18px;
}
 .breadcrumb>li a{
     font-size:18px;
}
 .breadcrumb>li+li:before{
     margin-right:7px;
     font-family: "FontAwesome";
     content: "\f105";
     padding: 0px;
     color: #ccc;
     background: #fff;
     width: 15px;
     height: 15px;
     display: inline-block;
     text-align: center;
     line-height: 15px;
     font-size: 12px;
     border: 1px solid #c2c4cb;
     border-radius:3px;
}
/*event-detail-container*/
 .event-detail-container{
     text-align:left;
}
 .event-detail .meta{
     margin:15px 0;
     font-size:14px;
}
 .title-info-turistiche {
     font-size:28px;
     font-weight:300;
     margin: 5px 15px 10px;
     color:#5690c1;
}
 .event-detail .main-title {
     font-size:28px;
     font-weight:bold;
     color:#2c3e50;
}
 .event-detail .title {
     font-size:27px;
     font-weight:300;
     margin-bottom:15px;
}
 .event-detail h4.title {
     font-size:22px;
}
 .event-detail .main-title a{
     color:#2c3e50;
}
 .event-detail p{
     font-size:14px;
     font-weight:300;
}
 .event-detail img{
     max-width:100%;
}
 .event-detail-img{
     padding-bottom:40px;
     margin-bottom:20px;
     border-bottom:1px solid #c3c8cd;
}
 .event-detail .social-icon{
     margin-top:40px;
}
 .event-detail .social-icon a{
     border: 1px solid #c3c8cd;
     color:#c3c8cd;
     height: 40px;
     width:40px;
     line-height:40px;
     border-radius:3px;
     text-align:center;
     margin-right:10px;
     font-size:18px;
}
 .event-detail .social-icon a:hover{
     border:1px solid ;
}
 .facebook-pagle{
     width: auto !important;
     display: inline-block;
     padding: 0px 15px;
     font-size:16px !important;
     font-weight:bold;
}
/*speakers-tabs*/
 .speakers-tabs .title{
     font-size:30px;
     margin-bottom:25px;
}
 .speakers-tabs .speaker-ul{
     margin-bottom: 0px;
     width: 100%;
}
 .speakers-tabs .speaker-ul li{
     float: left;
     list-style: none;
     height: 40px;
     line-height: 11px;
     border-top: 1px solid #c2c4cb;
     border-bottom: 1px solid #c2c4cb;
     border-right: 1px solid #c2c4cb;
     width: 25%;
     text-align: center;
     font-size: 18px;
     font-weight: 400;
     color: #a1a1a1;
}
 .speakers-tabs .speaker-ul li:first-child{
     border-left: 1px solid #c2c4cb;
     border-radius: 4px 0px 0px 4px;
}
 .ui-tabs .ui-state-default:last-child,.speakers-tabs .speaker-ul li:last-child{
     border-radius: 0px 4px 4px 0px;
}
 .speakers-tabs .speaker-ul a{
     width: 100%;
}
 .speakers{
     margin-top:30px;
}
 .speakers .speaker-img{
     float:left;
     margin-right:30px;
     max-width: 300px;
     overflow: hidden;
}
 .speakers .speaker-img img{
     max-width: 100%;
}
 .speakers .speaker-content{
     overflow:hidden;
     font-size:14px;
     color:#2d3e50;
     font-weight:300;
}
 .speakers .speaker-content .title{
     font-size:24px;
     margin-bottom:0px;
}
 .speakers .speaker-content .meta{
     margin:8px 0;
     color:#c2c4cb;
}
 .speakers .speaker-content .meta a{
     color:#c2c4cb;
}
 .speakers .speaker-content .meta .icon {
     padding-right: 0px;
}
 .speakers .author{
     font-size:26px;
     color:#2e343e;
     font-weight:400;
     margin-bottom:2px;
}
 .speakers .job{
     font-size:18px;
     font-weight:300;
}
 .speakers h3{
     margin-bottom:10px;
}
 .speakers .btn {
     margin: 15px 20px 3px 0px;
}
 .speakers .bar {
     background:#000057;
     height:40px;
     text-align: center;
     line-height:40px;
     border-radius:3px;
     margin-top:30px;
}
 .speakers .bar p, .speakers .bar h3 {
     margin-bottom:0px;
     font-size:18px;
     color:#fff;
     text-align:left;
}
 .speakers .icon {
     padding-right:10px;
     padding-left:20px;
}
 .speakers .bar {
     height:auto;
     text-align: center;
     line-height:40px;
     border-radius:3px;
     -webkit-border-radius:3px;
     margin-top:30px;
     margin-bottom:10px;
}
 .speakers .bar h3 {
     font-size:23px;
     margin-bottom:0px;
     color:#fff;
     text-align:left;
     line-height:150%;
}
 .speakers p {
     line-height:150%;
}
/*speaker-event*/
 .speaker-event .title{
     font-size:26px;
     font-weight:300;
     margin-bottom:25px;
}
 .speaker-event .event{
     text-align:center;
     color:#54667a;
}
 .speaker-event .job{
     margin-bottom:10px;
}
 .speaker-event .event-content .title{
     font-size:18px;
     color:#54667a;
     margin-bottom:6px;
     font-weight:700;
}
 .speaker-event p{
     margin-bottom:0px;
}
/*sponsored*/
 .sponsored .title{
     font-size:30px;
     font-weight:300;
     margin-bottom:25px;
}
 .sponsored .sponsored-logo{
     text-align: center;
     border: 3px solid #dddee2;
     height: 90px;
     padding: 27px 25px;
     border-radius: 2px;
     background:#fff;
     display:block;
     -webkit-filter: grayscale(1);
     -moz-filter: grayscale(1);
     -moz-filter: grayscale(1);
     -o-filter: grayscale(1);
     filter: grayscale(1);
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     -ms-transition: all ease-in-out .5s;
     -o-transition: all ease-in-out .5s;
     transition: all ease-in-out .5s;
}
 .sponsored .sponsored-logo:hover{
     -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
     -moz-filter: grayscale(0);
     -o-filter: grayscale(0);
     filter: grayscale(0);
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     -ms-transition: all ease-in-out .5s;
     -o-transition: all ease-in-out .5s;
     transition: all ease-in-out .5s;
}
 .sponsored img{
     margin: auto;
     display: inline-block;
     opacity:0.2;
}
 .sponsored .sponsored-logo:hover img{
     opacity:1;
}
/*.gallery-event*/
 .gallery .col-md-3:nth-child(5n){
     clear: both;
}
 .event-gallery .title{
     font-size:30px;
     font-weight:300;
     margin-bottom:25px;
}
 .event-gallery .content .title{
     font-size:18px;
     text-transform:uppercase;
     font-weight:bold;
     color:#2c3e50;
     margin-bottom:5px;
}
 .event-gallery-content{
     color:#2c3e50;
     text-align: center;
     border-radius: 3px;
     background: #fff;
     border: 1px solid #c2c4cb;
     border-top: 0px;
}
 .gallery-event-img {
     overflow: hidden;
}
 .gallery-event-img img,.sponsored-logo img,.speaker-img img,.flicker img,.single-event-img img{
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     transition-property: opacity;
     transition-duration: 400ms;
     transition-timing-function: ease;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     -ms-transition: all ease-in-out .5s;
     -o-transition: all ease-in-out .5s;
     transition: all ease-in-out .5s;
}
 .event-gallery-content:hover img,.sponsored-logo:hover img,.speaker:hover img,.flicker a:hover img,.single-event-img:hover img{
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     -ms-transition: all ease-in-out .5s;
     -o-transition: all ease-in-out .5s;
     transition: all ease-in-out .5s;
}
 .event-gallery .content{
     padding: 14px 10px 8px;
}
 .event-gallery img{
     max-width:100%;
}
/*ticket-resgister*/
 .ticket-resgister {
     text-align:center;
}
 .ticket-resgister .title{
     font-size:30px;
     font-weight:300;
     margin-bottom:25px;
     text-align:left;
}
 .ticket-resgister .ticket{
     background:#e9f2f7;
     padding:20px 0;
}
 .ticket-resgister .ticket .title{
     font-size:24px;
     font-weight:bold;
     margin:0 auto 15px;
     text-align:center;
}
 .ticket-value{
     display: inline-block;
     background: #6652AC;
     height: 42px;
     min-width: 75px;
     line-height: 42px;
     color:#fff;
     box-shadow: inset 0px -1px 0px 0px #3d208b;
     font-size:30px;
     font-weight:bold;
     word-spacing: -4px;
     margin: 0 auto 15px;
     position:relative;
     padding:0px 20px;
}
 .ticket-value:before{
     position: absolute;
     content: '';
     width: 15px;
     height: 15px;
     display: inline-block;
     border-radius: 50%;
     background: #e9f2f7;
     top: 50%;
     margin-top: -7px;
     left: -8px;
}
 .ticket-value:after{
     position: absolute;
     content: '';
     width: 15px;
     height: 15px;
     display: inline-block;
     border-radius: 50%;
     background: #e9f2f7;
     top: 50%;
     margin-top: -7px;
     right: -8px;
}
 .ticket-resgister h3{
     font-size:24px;
     font-weight:bold;
     text-transform:uppercase;
     color:#2c3e50;
     margin-bottom:15px;
}
 .ticket-resgister li{
     list-style:none;
     margin-bottom:10px;
     padding:0px 10px 10px 10px;
     border-bottom:1px solid #eaeaea;
}
 .ticket-resgister .ticket .btn{
     float:none;
     font-size:16px;
     font-weight:bold;
     margin-top:5px;
     border-radius:4px;
}
 .button-icon {
     margin-right:8px;
}
 .ticket-resgister .btn-lg{
     margin:60px auto 0;
     font-size: 18px;
     border-radius: 4px;
     width:75%;
}
/*single-blog*/
 .single-blog{
     text-align:left;
}
 .single-blog .title{
     text-transform:uppercase;
     font-size:24px;
     font-weight:bold;
}
 .single-blog .title a{
     color:#2c3e50;
}
 .single-blog .event{
     background:none;
     text-align:left;
}
 .single-blog .eventsimg{
     width:100%;
     float:none;
     margin-bottom:25px;
}
 .single-blog .meta{
     border-bottom: 1px solid #c2c4cb;
     display: block;
     padding-bottom: 10px;
     margin: 10px 0;
}
 .single-blog .event-content{
     padding:0px;
}
 .single-blog .event-container{
     margin-bottom:0px;
}
 .single-blog .event-container .sep{
     margin:30px 0;
}
 .single-blog blockquote{
     margin:20px 0;
}
 .single-blog p:last-child{
     margin-bottom:0px;
}
 blockquote{
     border:none;
     background:#fff;
     font-size:24px;
     font-style:italic;
     color:#2d3e50;
}
 blockquote .icon-quote{
     float: left;
     font-size: 40px;
     margin-right: 40px;
}
 blockquote p{
     overflow:hidden;
}
/*comments*/
 .comments{
     padding-bottom:30px;
     margin-bottom:30px;
     border-bottom:1px solid #c3c8cd;
     font-weight:300;
}
 .comments li{
     margin-bottom:30px;
}
 .comments .title{
     font-size:18px;
     font-weight:normal;
     margin-bottom:20px;
     text-transform:capitalize;
}
 .comment .author{
     font-weight:bold;
     font-size:20px;
     margin-bottom:3px;
}
 .comment p{
     font-size:14px;
}
 .comment .date{
     margin-left:20px;
     font-weight:300;
     font-size:14px;
}
 .comments li:last-child{
     margin-bottom:0px;
}
 .comments .author-img{
     background:#ccc;
     width:70px;
     height:70px;
     border-radius:2px;
     float:left;
     margin-right:30px;
}
 .comments .comment-content{
     overflow:hidden;
}
 .comments .child{
     margin-left: 12%;
     margin-top:30px;
}
/*comment-form*/
 .comment-form .title{
     font-size:18px;
     text-transform:capitalize;
     margin-bottom:30px;
}
 .comment-form label{
     display:block;
}
 .comment-form p{
     margin-bottom:30px;
}
 .comment p:last-child{
     margin-bottom:0px;
}
 .comment-form form{
     padding-bottom:30px;
     border-bottom: 1px solid #c2c4cb;
}
 .textflied{
     width:100%;
     height:40px;
     padding:0px 10px;
     border:1px solid #c2c4cb;
     border-radius:2px;
     outline:none;
}
 .texttextarea{
     padding:10px;
     width:100%;
     border-radius:2px;
     border:1px solid #c2c4cb;
     outline:none;
}
/*single-event*/
 .single-event-img {
     position:relative;
     display:inline-block;
     overflow: hidden;
}
 .single-event-img:hover .video-icon,.single-event-img:hover .video-length{
     visibility:visible;
     display:block;
}
 .single-event-img img{
     max-width:100%;
}
 .single-event .title{
     font-size:18px;
     font-weight:900;
     text-transform:uppercase;
     line-height: 1.4;
}
 .single-event .meta{
     margin:10px 0;
}
 .single-event .meta,.single-event .meta a{
     color:#c2c4cb;
     font-size:14px;
}
 .single-event p{
     font-size:14px;
     font-weight:300;
}
 .single-event h3{
     font-size:18px;
     margin-bottom:10px;
}
 .single-event-content{
     margin-bottom:20px;
}
 .single-event .share .title{
     text-transform:capitalize;
     margin-bottom:15px;
}
 .single-event .social-icon a{
     font-size: 21px;
     color: #777e8b;
     background: #eeeff0;
     width: 38px;
     height: 38px;
     text-align: center;
     line-height: 38px;
     margin-right: 10px;
}
/*video*/
 .video-icon{
     width: 65px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     background: #5ab4e6;
     color: #fff;
     opacity: 0.9;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-left: -50px;
     visibility: hidden;
     display: none;
     border-radius: 2px;
}
 .video-length{
     background: rgba(44, 62, 80, 0.65);
     width: 65px;
     height: 40px;
     line-height: 40px;
     color: #fff;
     text-align: center;
     position: absolute;
     bottom: 20px;
     right: 20px;
     border-radius:2px;
     visibility:hidden;
     display:none;
}
 .video-length p{
     margin:0px;
     font-weight:900;
     font-size:16px;
}
/*contact*/
 .contact .title{
     font-weight:normal;
     font-size:18px;
     margin-bottom:25px;
}
 .contact label{
     font-size:14px;
     margin-bottom:8px;
}
 #contactform p{
     margin-bottom:25px;
     position:relative;
}
 #contactform p:last-child{
     margin-bottom:0px;
}
 #contactform button{
     outline:none;
}
 #contactform .textflied{
}
 #contactform .icon{
     position:absolute;
     top: 40px;
     right: 10px;
     color:#c3c8cd;
}
 .contact .map{
     border:4px solid #ccc;
     border-radius:4px;
     height:240px;
}
 .contact .map-container{
     margin-bottom:30px;
}
 .contactinfo ul{
     margin-bottom:20px;
}
 .contactinfo li{
     list-style:none;
     margin-bottom:10px;
     font-size:14px;
}
 .contactinfo li a{
     color:#777e8b;
}
 .contactinfo .titles{
     display:inline-block;
     float:left;
     font-size:14px;
     font-weight:700;
     margin-right:10px;
     margin-bottom:0px;
     width:60px;
}
 .contactinfo .content{
     float:left;
}
 .contactinfo .social-icon a{
     font-size: 21px;
     color: #777e8b;
     background: #eeeff0;
     width: 38px;
     height: 38px;
     text-align: center;
     line-height: 38px;
     margin-right: 10px;
}
 .error{
     color:#E43A3A;
     margin:5px 0px 0px !important;
}
 .sent{
     color:#259132;
     margin-bottom:10px;
}
/*filter-item*/
 .itemgrid,.itemlist{
     overflow:hidden;
}
 .itemgrid .meta,.itemgrid .btn{
     display:none;
}
 .itemgrid .event-border:after,.itemlist .event-border:after{
     content: "";
     border-bottom: 1px solid #e6e6e6;
     position: absolute;
     bottom: 0;
     width: 100%;
     left:0px;
}
 .itemlist .eventsimg{
     float:left;
     margin-right:20px;
     max-width: 300px;
}
 .itemlist .links{
     display:none;
}
 .itemlist .event-content{
     padding:12px 10px;
     overflow:hidden;
     text-align:left;
}
 .itemlist .event-content .meta {
     list-style: none;
     margin: 6px 0;
}
 .itemlist .event-content .meta li,.itemlist .event-content .meta li a{
     color:#c2c4cb;
}
 .itemlist .btn{
     margin: 5px 20px 0 0;
}
 .events .eventform-con{
     margin-bottom: 30px;
}
 .itemgrid .event-border{
    /*min-height: 456px;
    */
     padding-bottom: 30px;
     margin-bottom: 30px 
}
 .itemlist .event-border{
     padding-bottom: 30px;
     margin-bottom: 30px;
}
 .itemgrid .event-border:nth-child(5),.col-md-9 .itemgrid .event-border:nth-child(4n){
     clear:both;
}
 .col-md-9 .itemgrid .event-border:nth-child(5){
     clear:none;
}
/*main-footer*/
 .main-footer{
     padding:60px 0;
     color:#b6babe;
     background: #0b3363;
     background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzBiMzM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzEwNTNhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
     background: -moz-linear-gradient(top, #0b3363 2%, #1053a4 75%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#0b3363), color-stop(75%,#1053a4));
     background: -webkit-linear-gradient(top, #0b3363 2%,#1053a4 75%);
     background: -o-linear-gradient(top, #0b3363 2%,#1053a4 75%);
     background: -ms-linear-gradient(top, #0b3363 2%,#1053a4 75%);
     background: linear-gradient(to bottom, #0b3363 2%,#1053a4 75%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3363', endColorstr='#1053a4',GradientType=0 );
}
 .main-footer a {
     color:#5ab4e6;
}
 .main-footer a:hover {
     color:#4bb9f6;
     text-decoration:underline;
}
 .main-footer p,.main-footer .fa-ul li{
     font-size:12px;
}
 .main-footer .fa-li{
     margin-top:3px;
}
 .main-footer h2{
     font-size:16px;
     font-weight:700;
     margin-bottom:30px;
     color:#c1c6cb;
}
 .main-footer h2 .border{
     height: 1px;
     background: #54667a;
     display: block;
     width: 45px;
     margin-top: 10px;
}
 .main-footer .about {
     border-bottom: 1px solid #374959;
     padding-bottom: 8px;
     margin-bottom: 14px;
}
 .main-footer .about:first-child {
     border-bottom: none;
}
 .main-footer .about p i {
     margin-right:5px;
}
 .flicker a{
     margin-bottom: 12px;
     display: inline-block;
     margin-right: 6px;
}
 .flicker a:nth-child(3n){
     margin-right:0px;
}
 .flicker img{
     width: 80px;
     height: 80px;
     border-radius: 3px;
}
 .fa-ul {
     margin-left:0;
     margin-top:8px;
}
 .fa-ul>li {
     padding-left:25px;
     margin-bottom:5px;
     padding-bottom:5px;
    /*border-bottom: 1px solid #374959;
    */
}
 .fa-ul>li:last-child {
     margin-bottom:20px;
    /* border-bottom:1px solid #374959;
    */
}
 .fa-li {
     left:0px;
     width:15px;
}
 .fa-promozioni {
     margin-bottom:10px;
}
 .lastest-tweets .fa-twitter {
     color:#5bb4e1;
}
 .lastest-tweets .fa-twitter:hover {
     background:none
}
 .lastest-tweets li {
     margin-bottom:15px;
     padding-bottom:15px;
}
 .owl-theme .owl-controls{
     position: absolute;
     top: -57px;
     right: 0;
     margin:0px;
}
 .owl-theme .owl-controls .owl-nav div{
     margin: 0px;
     width: 30px;
     height: 31px;
     border-radius: 3px;
     padding: 0;
     margin-right: 10px;
     font-size: 15px;
     line-height: 32px;
     background: #d6d9dc;
}
 .owl-theme .owl-controls .owl-nav div:last-child{
     margin-right:0px;
}
 .owl-theme .owl-controls .owl-nav div:hover{
     background:#5ab4e6;
}
 .owl-theme .owl-controls .owl-nav .owl-prev:after{
     font-family:"FontAwesome";
     content:"\f053";
}
 .owl-theme .owl-controls .owl-nav .owl-next:after{
     font-family:"FontAwesome";
     content:"\f054";
}
 #descriptors {
     display: inline;
     width: auto;
     float: left;
     margin-top: 4px;
}
 #descriptors a img {
     border: 0;
     margin: 10px;
     float: left;
     clear: none;
}
 #descriptors a img {
     border: 0;
     margin: 10px;
     float: left;
     clear: none;
    width:auto;
}
 #descriptors p {
     font-size: 11px;
     float: left;
     clear: none;
     color: #FFF;
     margin-top: 30px;
     line-height: 1.7em;
}
 #descriptors a {
     text-decoration: none;
     color: #5ab4e6;
}
 #descriptors a:hover {
     text-decoration: underline;
}
/*aside*/
 #aside, .aside {
     border:1px solid #c2c4cb;
     text-align:left;
     background:#fff;
}
 #aside .title, .aside .title{
     margin-bottom:22px;
     font-size:18px;
     letter-spacing: -0.5px;
     color:#003c7e;
     font-weight:normal;
}
 #aside .title:after, .aside .title:after{
    /*content: "\f04b";
     font-family: "FontAwesome";
    */
     float: right;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
     font-size: 15px;
     margin-top: 2px;
     color: #d0d6d9;
     margin-right:5px;
}
 #aside .header{
     padding:10px;
     color:#fff;
     position:relative;
     margin-bottom:20px;
}
 #aside .header .title{
     color:#fff;
     margin-bottom:0px;
     font-weight:900;
     font-size:19px;
     text-transform:uppercase;
}
 #aside .header .title:after,#aside .top-ppost .title:after{
     content:"";
}
 #aside .header .arrow-down{
    /*border-top: 10px solid #735cb0;
    */
     border-top: 10px solid #735cb0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     position: absolute;
     bottom: -10px;
     z-index: 9;
     left: 50%;
     margin-left: -16px;
}
 #aside .widget, .aside .widget {
     padding: 10px;
     margin-bottom:25px;
}
 #aside .widget:last-child, .aside .widget:last-child {
     margin-bottom:0px;
}
 #aside .widget .form-input {
     width:100%;
     margin-bottom: 15px;
}
 .aside-bar-style-two#aside .widget .form-input input{
     padding: 0px 15px;
}
 .aside-bar-style-two#aside .widget .form-input{
     margin-bottom: 0px;
}
 #aside .widget .form-input .icon{
     font-size: 18px;
}
 #aside .widget .eventform-con{
     border:0px;
     padding-bottom:0px;
     margin-bottom:0px;
}
 #aside .widget .datepicker{
     width: 46%;
     margin-right: 15px;
}
 #aside .widget .datepicker input{
     padding-left:7px;
}
 #aside .widget .datepicker + .datepicker{
     margin-right:0px;
}
 #aside .categories li{
     list-style:none;
     background:#f8f8f8;
     margin-bottom:5px;
     min-height:26px;
}
 #aside .categories li a:hover,#aside .categories a:hover:before{
     color:#21c2f8;
}
 #aside .categories a:before{
     content:"\f067";
     font-family:"FontAwesome";
     padding-right:15px;
     color:#c3c8cd;
}
 #aside .categories a{
     display:block;
     color:#2c3e50;
     padding: 7px 5px;
}
 #aside .categories a .numbers{
     float: right;
     color: #c3c8cd;
     font-size: 14px;
     padding: 3px 4px;
     line-height: 15px;
}
 #aside .categories a:hover .numbers{
     background:#21c2f8;
     padding:3px 5px;
     border-radius:1px;
     color:#fff;
}
 #aside small{
     font-size: 14px;
     margin-bottom: 3px;
     display: block;
}
 #aside .tag a{
     padding: 6px 11px;
     display: inline-block;
     background: #e1e3e6;
     border-radius: 3px;
     color: #2c3e50;
     margin-right: 13px;
     margin-bottom: 10px;
}
 #aside .tag a:hover{
     background:#5ab4e6;
     color:#fff !important;
}
 #aside .testimonials .testimonials-content{
     padding:10px;
     color:#fff;
     position:relative;
     margin-bottom:10px;
     border-radius:2px;
}
 #aside .testimonials-content p{
     margin-bottom:0px;
}
 #aside .testimonials-content .arrow-down{
     border-top: 9px solid #5ab4e6;
     border-left: 9px solid transparent;
     border-right: 9px solid transparent;
     position: absolute;
     bottom: -8px;
     z-index: 9;
     left: 20%;
     margin-left: -16px;
}
 #aside .testimonials .name{
     margin:0px;
     font-weight:bold;
     color:#2d3e50;
}
 #aside .testimonials small{
     font-weight:300;
}
 #aside .news .form-group{
     position:relative;
}
 #aside .news .form-group input{
     position:relative;
     width:100%;
     border:1px solid #c2c4cb;
     border-radius:2px;
     height:40px;
     padding:0px 10px;
     outline:none;
}
 #aside .news .form-group .icon{
     left: auto;
     top: 23px;
     right: 1px;
     height: 38px;
     margin-top: -22px;
     border: 0;
     width: 40px;
     font-size: 19px;
     outline: none;
     background: #f8f8f8;
     position:absolute;
     text-align:center;
     line-height:38px;
     color:#c6cbd0;
}
 #aside .news button{
     border:0px;
     margin-bottom:10px;
}
 #aside .top-ppost {
     margin-bottom:20px;
}
 #aside .top-ppost:last-child{
     margin-bottom:5px;
}
 #aside .top-ppost .date{
     background: #2c3e50;
     display: inline-block;
     width: 65px;
     border-radius: 2px;
     font-weight: 300;
     text-align: center;
     padding: 5px 0;
     color:#fff;
     float:left;
     margin-right:18px;
}
 #aside .top-ppost .title{
     font-size:16px;
     font-weight:bold;
     margin-bottom:5px;
     line-height:1.4;
}
 #aside .top-ppost .title a{
     color:#54667a;
}
 #aside .top-ppost .meta{
     color:#c2c4cb;
}
 #aside .top-ppost p{
     font-size: 14px;
    /* line-height: 1;
     */
     margin-bottom: 0;
}
 #aside .top-ppost span{
     display: block;
     line-height: 1;
     font-size: 30px;
     padding-bottom: 5px;
     border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
 #aside.aside-bar-style-two{
     border:0;
     background:none;
     padding: 0px;
}
 #aside.aside-bar-style-two .widget{
     padding:13px;
     border:1px solid #c2c4cb;
     border-radius:2px;
     background:#fff;
}
 #aside .widget .map{
     background: #ccc;
     border: 4px solid #c2c4cb;
     height: 250px;
     border-radius: 4px;
}
 #aside .cound-date img{
     max-width:100%;
     margin-bottom:20px;
}
 #aside .btn-full{
     height:50px;
     line-height:35px;
     width:100%;
     margin-bottom:10px;
}
/*widget-social-icon*/
 #aside .widget .social-icon li{
     list-style:none;
     margin-bottom:10px;
     min-height:40px;
     line-height:40px;
     font-size:11px;
}
 #aside .widget .social-icon li a{
     color:#445261;
}
 #aside .widget .social-icon .facebook a:hover .icon, #aside .widget .social-icon .email a:hover .icon, #aside .widget .social-icon .twitter a:hover .icon{
     border:none;
     color:#fff;
     border-right:1px solid #fff;
     border-radius:0;
}
 #aside .widget .social-icon .icon {
    width:40px;
     height:40px;
     line-height:40px;
     text-align:center;
     font-size:18px;
     border-radius:3px;
     border:1px solid #c2c4cb;
     float:left;
     margin-right:10px;
     color:#c3c8cd;
}
 #aside .widget .social-icon-localita .icon {
     width:36px;
     height:36px;
     line-height:34px;
     text-align:center;
     font-size:18px;
     border-radius:3px;
     border:1px solid #c2c4cb;
     float:left;
     margin-right:12px;
     color:#c3c8cd;
}
 #aside .widget ul.social-icon-localita {
     margin-left:12px;
}
 #aside .widget .social-icon-localita li {
     width:100%;
     clear: both;
     display: block;
     margin-bottom: 24px;
}
/*widget-piani-online*/
 #aside .widget .piani-online li {
     list-style:none;
     margin-bottom:10px;
     min-height:40px;
     line-height:30px;
     font-size:14px;
}
 #aside .widget .piani-online .content{
     overflow:hidden;
}
 #aside .widget .piani-online .icon {
     width:34px;
     height:34px;
     line-height:40px;
     text-align:center;
     font-size:15px;
     border-radius:3px;
     border:1px solid #c2c4cb;
     float:left;
     margin-right:10px;
     color:#c3c8cd;
}
 #aside .widget .social-icon li a{
     color:	#000000;
}
 #aside .contact-button{
     margin:10px 0px 20px 0px;
     font-size:14px;
     font-weight:bold;
     width:100%;
}
 #aside .widget li{
     list-style:none;
     margin-bottom:5px;
     font-size:14px;
     color:#000000;
}
 #aside .widget .widget-list a{
     font-weight:300;
     color:#000000;
}
 #aside .widget .blod{
     font-size:18px;
     font-weight:bold;
}
 #aside .border-remove{
     background:none !important;
     border:none !important;
     padding:0px !important;
}
 .border-remove .form-group{
     margin-bottom:0px !important;
}
 #countdown-3{
     height:70px;
     margin-bottom:20px 
}
 #countdown-3 div{
     width:25px !important;
     height:50px !important;
     margin-right:5px !important;
     border:1px solid #9e9e9e;
     background:#272727;
     border-radius:3px;
}
 #countdown-3 div:after{
     background: #343434;
     height: 1px;
     display: inline-block;
     position: absolute;
     width: 40px;
     content: '';
     top: 50%;
}
 .grid-list.event-container{
     margin-bottom: 0px;
}
/*button*/
 .btn, .text .btn {
     text-transform:uppercase;
     padding:9px 20px;
     color:#444;
     opacity:0.9;
     display:inline-block;
     font-size:13px;
     font-weight:700;
     border-radius:4px;
     border:none;
     color:#fcfcfc 
    /*!important*/
    ;
     text-decoration:none !important;
     outline:none;
     white-space:normal;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .btn:hover, .text .btn:hover {
     color:#003c7e;
     opacity:0.8;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .btn-border {
     background:#f9f9f9;
     color:#c3c8cd;
     border:1px solid #c2c4cb;
}
 .btn-border:hover {
     color:#333;
     border: 1px solid;
}
 .btn-border-blu {
     background:#f9f9f9;
     color:#2b94ce;
     border:1px solid #5ab4e6;
}
 .btn-border-blu:hover {
     color:#069;
     border: 1px solid;
}
 .btn-disabled {
     background:#c3c8cd;
     color:#fff;
}
 .btn-disabled:hover {
     color:#fff;
}
 .btn-book {
     background:#F96401;
}
 .btn-book:hover {
     background:#f76005;
}
 .btn-sec {
     background:#003c7e;
     color:#fff;
}
 .btn-sec:hover {
     opacity:0.8;
}
 .btn-lg {
     border-radius:4px;
     padding:13px 45px;
}
 .text a.btn-book {
    color:#fff;
     font-size:12px;
     padding:8px auto;
}
 .btn-login {
    color:#fff;
    background:#003c7f;
    float:right;
}
 .btn-login:hover {
    background:#336398;
}
 .btn-Gradient-pri{
     background: #35b2f8;
     background: -moz-linear-gradient(top, #35b2f8 0%, #239ee2 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35b2f8), color-stop(100%,#239ee2));
     background: -webkit-linear-gradient(top, #35b2f8 0%,#239ee2 100%);
     background: -o-linear-gradient(top, #35b2f8 0%,#239ee2 100%);
     background: -ms-linear-gradient(top, #35b2f8 0%,#239ee2 100%);
     background: linear-gradient(to bottom, #35b2f8 0%,#239ee2 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b2f8', endColorstr='#239ee2',GradientType=0 );
     box-shadow: inset 0px 0px 0px 1px #49c0fc;
}
 .btn-Gradient-pri:hover{
     background: #239ee2;
     background: -moz-linear-gradient(top, #239ee2 0%, #35b2f8 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#239ee2), color-stop(100%,#35b2f8));
     background: -webkit-linear-gradient(top, #239ee2 0%,#35b2f8 100%);
     background: -o-linear-gradient(top, #239ee2 0%,#35b2f8 100%);
     background: -ms-linear-gradient(top, #239ee2 0%,#35b2f8 100%);
     background: linear-gradient(to bottom, #239ee2 0%,#35b2f8 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239ee2', endColorstr='#35b2f8',GradientType=0 );
}
 .btn-Gradient-pri{
     color:#fff;
     background: #2b3c4e;
     background: -moz-linear-gradient(top, hsl(211,29%,24%) 0%, hsl(210,33%,18%) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(211,29%,24%)), color-stop(100%,hsl(210,33%,18%)));
     background: -webkit-linear-gradient(top, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     background: -o-linear-gradient(top, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     background: -ms-linear-gradient(top, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     background: linear-gradient(to bottom, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3c4e', endColorstr='#1e2d3c',GradientType=0 );
}
 .btn-black:hover{
     opacity: 1;
     background: #1e2d3c;
     background: -moz-linear-gradient(top, hsl(210,33%,18%) 0%, hsl(211,29%,24%) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(210,33%,18%)), color-stop(100%,hsl(211,29%,24%)));
     background: -webkit-linear-gradient(top, hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
     background: -o-linear-gradient(top, hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
     background: -ms-linear-gradient(top, hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
     background: linear-gradient(to bottom, hsl(210,33%,18%) 0%,hsl(211,29%,24%) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2d3c', endColorstr='#2b3c4e',GradientType=0 );
}
 .btn .icon{
     margin: 0px 8px;
}
/*color*/
 a,.login-details .pri-color,.login-details a:hover,.main-nav a:hover,.event .links a:hover,.pri-color,.recent-content a:hover,.event-full-width h3 a:hover,.event-detail h3 a:hover,.meta a:hover,#aside .top-ppost .title a:hover,.speakers .speaker-content .meta a:hover,.search button:hover,#contactform span,.blog .event-content .title:hover a,.single-blog .title a:hover,.event .title a:hover,.itemlist .event-content .meta li a:hover,#aside .widget .widget-list a:hover,#aside .top-ppost .meta:hover{
     color:#5ab4e6;
}
 #amount{
     color:#5ab4e6 !important;
}
/*background*/
 .btn-pri,#aside .testimonials .testimonials-content,.ticket-resgister .btn-pri,.both-btn .find-events a,.bx-wrapper .bx-controls-direction a:hover{
     background:#0052B8;
    color:#fff;
}
 a.btn-pri {color:#fff!important}
/*background-color-Two*/
 .eventform ,aside .header,.both-btn .but-ticket a,.sb-search.sb-search-open .sb-icon-search,.background .eventform-con .btn{
     background:#0058AD;
}
 .eventform-con .form-input .icon,.eventform-con .form-input input,.eventform-con .form-input input::-webkit-input-placeholder,.eventform-con .form-input .styled-select select{
     color:#735cb0;
}
 .eventform-con .form-input input::-moz-placeholder{
     color:#735cb0;
}
 .eventform-con .form-input input:-ms-input-placeholder {
     color:#735cb0;
}
/*! * jQuery UI Slider 1.10.4 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/slider/#theming */
 .ui-slider {
     position: relative;
     text-align: left;
}
 .ui-slider .ui-slider-handle {
     position: absolute;
     z-index: 2;
     width: 1.2em;
     height: 1.2em;
     cursor: default;
}
 .ui-slider .ui-slider-range {
     position: absolute;
     z-index: 1;
     font-size: .7em;
     display: block;
     border: 0;
     background-position: 0 0;
}
/* For IE8 - See #6727 */
 .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
     filter: inherit;
}
 .ui-slider-horizontal {
     height: .8em;
}
 .ui-slider-horizontal .ui-slider-handle {
     top: -.3em;
     margin-left: -.6em;
}
 .ui-slider-horizontal .ui-slider-range {
     top: 0;
     height: 100%;
}
 .ui-slider-horizontal .ui-slider-range-min {
     left: 0;
}
 .ui-slider-horizontal .ui-slider-range-max {
     right: 0;
}
 .ui-slider-vertical {
     width: .8em;
     height: 100px;
}
 .ui-slider-vertical .ui-slider-handle {
     left: -.3em;
     margin-left: 0;
     margin-bottom: -.6em;
}
 .ui-slider-vertical .ui-slider-range {
     left: 0;
     width: 100%;
}
 .ui-slider-vertical .ui-slider-range-min {
     bottom: 0;
}
 .ui-slider-vertical .ui-slider-range-max {
     top: 0;
}
 .ui-slider-horizontal{
     height:3px;
     background:#c3c8cd;
     border:none;
     width: 95%;
     margin:0 auto 20px;
     border-radius: 5px;
}
 .ui-slider .ui-slider-handle{
     border-radius:50%;
     background:#ccc;
     outline:none;
     cursor:pointer;
     width:17px;
     height:17px;
}
 .ui-slider-horizontal .ui-slider-handle{
     top:-7px;
     background:#2c3e50;
     border:none;
}
 .ui-slider-horizontal .ui-widget-header{
     background:#5ab4e6;
}
/* ========================================================================== mappa e liste ========================================================================== */
 .divMap {
     width: auto;
     height: 45px;
     padding: 10px;
     background-color: #0052B8;
     text-decoration: underline;
     cursor: pointer;
     border: 1px solid;
     border-radius: 4px;
     color: #FFF;
     font-weight: bold;
}
 #map_canvas {
     margin-left: 10px;
}
 .eventform-orizzontale, .eventform-orizzontale-offerte {
     margin-top: -81px;
}
 .grid-list.event-container {
    padding: 0 18px;
}
 .filter ul li {
    width: 164px;
}
 .list-hotels {
     padding: 2px;
}
 .list-hotels tbody tr td {
     padding: 5px;
     border-bottom: 1px dotted #dedede;
     font-size: 14px;
     text-align: left;
     padding-left: 15px;
     background:#f9f9f9;
}
 .list-hotels tbody tr td.spacer, .list-hotels tbody tr td.top {
     border: 0;
     text-align: right;
}
 .list-hotels tbody tr td a {
     color: #69c;
     font-size: 14px;
     font-weight: normal;
     text-decoration: underline;
}
 .list-hotels tbody tr td a:hover {
     text-decoration: none;
}
 .list-hotels tbody tr td.intestazione {
     border-bottom: 2px solid #333;
     font-weight: bold;
     padding-bottom: 3px;
     font-size: 16px !important;
}
 .itemgrid .btn {
    display:block;
}
 .labels {
     color: #222;
     background-color: rgba(255,255,255,0.7);
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 12px;
     text-align: center;
     width: auto;
     white-space: nowrap;
     padding: 5px;
}
 div.labels:hover {
     color: #c00;
     background-color: rgba(255,255,255,0.9);
}
 .contents section p a, .contents section ul li a {
     font-weight: bold;
     color: #0052B8;
     text-decoration: underline;
}
 .filter {
     width: 601px;
    ;
    height: 90px;
    margin: 0 auto;
}
 .filter span {
     opacity: 0.7;
     cursor: pointer;
     text-transform:none;
}
 @media screen and (max-width:628px) {
     .filter {
         width: 176px;
        margin: 0px auto 28px;
         overflow: hidden;
        height: 133px;
    }
}
 @media screen and (max-width:484px) {
     .list-hotels tbody tr td {
         padding: 0px;
         border-bottom: 1px dotted #DEDEDE;
         font-size: 14px;
    }
     table {
         width: 97%;
        float: center;
         margin: 0 auto;
    }
}
 @media screen and (max-width:391px) {
     .list-hotels tbody tr td {
         padding: 0px;
         border-bottom: 1px dotted #DEDEDE;
         font-size: 10px;
    }
     table {
         width: 90%;
        float: center;
         margin: 0 auto;
    }
     .text a.btn-book {
         color: #FFF;
         font-size: 8px;
    }
}
/* ========================================================================== Gallery ========================================================================== */
 .gallery .event-gallery-content{
     margin-bottom: 30px;
}
 .gallery .event-gallery-content .content{
     padding: 15px;
}
 .gallery .event-gallery-content .content p{
     margin-bottom: 0px;
}
 .gallery .event-gallery-content .title{
     font-size: 18px;
     margin-bottom: 8px;
}
/*Share .stButton {
     float: left;
    position: absolute;
}
 .stButton .stLarge {
     background-image: none !important;
}
 */
 #cookiemsg {
    width:100%!important;
     margin:0!important;
    padding: 12px 35px;
    text-align:center;
}
 .close:after {
    content: "Ok"!important;
    color:#fff;
     margin-left: 0;
}
 #cookiemsg .close {
    background: #003c7e;
     border-radius:4px;
    padding: 10px 24px;
     font-weight: bold;
    float: right;
    opacity:1;
}
/* ========================================================================== RE-SIZE ========================================================================== */
 @media (max-width:1009px) {
     .banner-ideeregalo {
         min-height: 200px!important;
    }
     .banner-borghi {
         min-height: 200px!important;
    }
     .login-details li{
         margin-right:20px;
    }
    /*event-container*/
     .event .social-icon a{
         width:42px;
    }
     .event-content .meta li{
         margin-bottom:5px;
    }
     .event-content .meta{
         margin-bottom:0px;
    }
    /*aside*/
     #aside {
         max-width:300px;
    }
     #aside .datepicker{
         width:100%;
         margin-bottom: 20px !important;
    }
     #aside .too {
         top: 50px;
         left: 50%;
         margin-left: -8px;
         margin-top: -1px;
    }
     #aside .contact-button{
         width:100%;
         font-size:11px;
    }
    /*footer*/
     .flicker a{
         margin-right:15px;
         margin-bottom:15px;
    }
     .flicker a:nth-child(3n){
         margin-right:15px;
    }
}
 @media (max-width:991px) {
     .main-header-home h1 {
         font-size:28px;
    }
     #hpform .container {
         padding-top:0px 
    }
     .main-header-home {
        padding: 12px 0 60px;
        height: auto;
    }
     #hpform label {
        margin-bottom: 4px;
         margin-top: 8px!important;
        font-weight: 600;
        font-size: 18px;
    }
     .sb-search, .mobile-menu-icon {
         margin: 7px auto auto;
         width: 25%;
         float: left;
         text-align: left;
    }
     .social-icon {
         text-align: right;
        /*margin-top: -30px;
        */
         width: 25%;
         margin: 7px auto auto;
    }
     .social-icon a {
         font-size: 15px;
         width: 18px;
         height: 30px;
         text-align: right;
    }
     #logo {
         margin: 0 auto!important;
         width: 50%;
         text-align: center;
         float:left;
    }
     #logo img {
         margin: 0 0 0 0px;
         width: 180px;
    }
     .eventform-orizzontale-offerte {
         margin-top: 0px!important;
    }
     .eventform-con .form-input:last-child {
        margin: 3px;
    }
     .eventform-orizzontale {
        margin-top:0!important;
        text-align:center;
    }
     .header-top{
         text-align:center;
    }
    /*nav*/
     .main-header .mobile-nav-wrapper{
         position:relative;
    }
     .header-top .social-icon{
         text-align:center;
         float:none !important;
    }
     .login-details{
         display:inline-block;
    }
     .clock-item{
         width:150px;
    }
     .banner .center {
         padding: 100px 0;
    }
     .event {
         margin-bottom: 20px;
    }
     .eventform {
         text-align:center;
    }
     .eventform-con{
         margin-top:15px;
    }
     .eventform-con .form-input.search-location{
         width:auto;
    }
     .eventform-con .form-input {
         margin-right: 2.5%;
    }
    /*event-container*/
     .event-container{
         margin-bottom:20px;
    }
     .event-container .col-md-3{
         width:50%;
         float:left;
         margin-bottom:30px;
    }
     .event-container .col-md-3:nth-child(3n){
         clear: both;
    }
     .grid-list.event-container .col-md-3:nth-child(3n){
         clear: none;
    }
     .contentcenter{
         width:90%;
    }
     .events .eventform-con .form-input.search-location,.events .form-input{
         width:47%;
         margin-bottom:20px;
    }
     .events .eventform-con .form-input:nth-child(2){
         margin-right:0px;
    }
     .events .eventform-con .form-input:last-child{
         width:auto;
         margin:0px;
    }
     .fielder-items .form-input{
         width:auto;
         margin-bottom:0px;
    }
     .events .eventform-con.fielder-items .form-input:nth-child(2){
         margin-right:2%;
    }
     .event .social-icon a{
         width:20%;
    }
     .itemgrid .event-border{
         max-width: 33.3%;
         float: left;
    }
     .itemgrid .event-border:nth-child(5){
         clear:none;
    }
    /*background-content*/
     .background .event{
         margin-bottom:20px;
    }
     .border-cover{
         width:100%;
    }
     .background .eventform-con .form-input {
         width: 57%;
         margin: 0 auto !important;
         float: inherit;
         border:none!important;
    }
    /*single-event*/
     .single-event .single-event-img{
         margin-bottom:30px;
    }
     .col-md-9.col-sm-9.pull-right,.col-md-9.col-sm-9{
         float:left !important;
         width:100%;
         margin-bottom:30px;
    }
    /*banner */
     .carousel-inner img {
        width: 100%;
         min-height: 300px!important;
         object-fit: cover;
         max-height: 400px!important;
    }
    /*speakers*/
     .speakers-tabs .speaker-ul a{
         padding: 0px 13px;
         display: inline-block;
    }
     .speakers-tabs .speaker-img{
         float:none;
         margin-right:0px;
         margin-bottom:25px;
    }
     .speakers .bar p {
         font-size:20px !important;
         display:block;
         float:none;
         color:#fff;
    }
     .speaker-event .col-md-4,.event-gallery .col-md-4{
         width:240px !important;
    }
     .ticket-resgister .col-md-4{
         width:100%;
         margin-bottom:25px;
    }
     .ticket-resgister .col-md-4:last-child{
         margin-bottom:0px;
    }
     .ticket-resgister .btn-lg{
         margin-top:40px;
    }
     .blog{
         margin-bottom:50px;
    }
    /*sponsored*/
     .sponsored .col-md-3{
         width:187px !important;
    }
    /*aside*/
     #aside .contact-button{
         font-size:14px;
    }
    /*footer*/
     .main-footer .widget{
         margin-bottom:30px;
    }
     .main-footer .widget:last-child{
         margin-bottom:0px;
    }
     .header-container{
         position:relative;
    }
	#hpform .container .row .col-sm-4, #hpform .container .row .col-sm-3 , #hpform .container .row .col-sm-2 {
		width:100%;
	}
    .gallery .col-md-3.col-sm-3{
         width: 33%;
         float: left;
    }
     .gallery .col-md-3:nth-child(5n){
         clear: none;
    }
     .gallery .col-md-3:nth-child(3n+1){
         clear: both;
    }
}
 @media (max-width:768px) {
	 
	 .header-loghi img {height: 17px; width:auto; margin:13px 13px 13px 0;}
	 .header-loghi .col-md-12 {text-align: center;float: none;}

     .login-details li {
        display:inline;
        float:none;
    }
    /*.fa-bars {
        padding: 10px;
    }
    */
     .eventform-orizzontale-offerte {
         margin-top: 0px!important;
    }
     .eventform-con .form-input:last-child {
        margin: 3px;
    }
     .eventform-orizzontale {
        margin-top:0!important;
        text-align:center;
    }
     .banner-ideeregalo {
         min-height: 200px!important;
    }
     .speakers .speaker-content {
        text-align:center!important;
        padding:10px;
    }
     .both-btn .find-events a,.both-btn .but-ticket a{
         font-size:14px;
    }
     .clock {
         margin-top:35px;
    }
     .clock-item{
         width:110px;
         margin-right:20px;
    }
     .clock-content .val{
         font-size: 45px;
         margin-top: -33px;
    }
     .clock-content .typ {
         font-size: 18px;
    }
     .banner{
         min-height:100%;
    }
     .banner .title{
         font-size: 40px;
    }
     #aside{
         float:none;
         clear:both;
         margin:0 auto;
    }
     .col-md-3.col-sm-3{
         position: static;
    }
     .sponsored .sponsored-logo {
        padding: 10px;
         height: auto;
    }
     #roomoccupancydetail .col-sm-3 {
        width: 25%;
        font-size: 10px;
    }
    #mainbanner {
        margin-bottom: 22px;
    }
	#advsearchcontainer .col-sm-3 {
		width:25%;
		float:left;
		min-height:auto;
		height:auto;
	}
}
/* classi BE nascoste per responsive */
 @media (max-width:991px) {
     #hpform {
        background:#fff;
        padding-bottom: 16px;
        padding-top: 0px;
        position: relative;
        float: left;
    }
     .nav-tabs, #hpform #BWR, #hpform .btn-group-justified, #hpform h1 {
        display:none
    }
     #hpform label, #IATA_ID_Text, #hpform .fa-pencil-square-o, a#btnsearch {
        color:#003b7f;
        opacity:1
    }
     #hpform a#btnsearch {
        color: #fff;
        opacity: 1;
         height: 50px;
        padding: 12px;
    }
     #IATA_ID_Text {
        font-size:10px
    }
     #IATA_ID_Text:hover{
        color:#fff;
    }
     #hpform .checkbox, #hpform #popover-corpid {
        margin: 40px auto 0px;
        text-align: center;
        text-decoration: none;
    }
     #hpform .popover {
        top: 55px!important;
        left: 0!important;
    }
     #hpform #main-tab {
        display:none
    }
     #hotel h1 {
        margin:4px 0
    }
     .header-top .col-md-5 {
        display:none;
    }
     .popover.right > .arrow {
        top: 0;
        left: 43px;
        margin-top: -16px;
        border-left-width: 0;
        border-right-color: #999;
        border-right-color: rgba(0,0,0,.25);
        transform: rotate(89deg);
         -ms-transform: rotate(89deg);
         -webkit-transform: rotate(89deg);
    }
     #roomoccupancydetail .col-sm-3 {
        width: 25%;
        font-size: 10px;
        float:left;
    }
     .advsearch {
        background: #003b7f;
        color: #fff;
        /* position: absolute;
         */
         width: -webkit-fill-available;
         text-align: center;
        font-size: 11px;
        z-index: 1;
        padding: 5px 10px 5px 10px;
        margin: 22px 15px 15px 15px;
        display: block;
        left: 0px;
    }
     #mainbanner h4 {
        display:none;
    }
     .carousel-caption h3 {
        font-size: 1.5em;
        padding: 0.2em;
    }
     .carousel-indicators {
        display:none;
    }
     .carousel-caption p {
        display:none;
    }
     .eventform-con .form-input,.eventform-con .form-input.search-location{
         width:48%;
         margin-top: 15px;
    }
     .eventform-con .form-input:nth-child(2n){
         margin-right:0px;
    }
     .eventform-con .form-input .btn{
         width:100%;
    }
     .eventform-con{
         margin-top:0px;
    }
     .background .eventform-con .form-input {
         width: 100%;
         margin-bottom: 20px;
         margin-top: 0;
    }
     .background .eventform-con .btn{
         width: 30%;
    }
     .events .eventform-con .form-input,.events .eventform-con .form-input.search-location{
         margin-top:0px;
         width: 48%;
    }
     .eventform-con.fielder-items .form-input, .eventform-con.fielder-items .form-input.search-location{
         width:auto;
    }
     #hpform #main-tab .col-sm-12 ul li {
        float: left;
         width: 33%;
        font-size: 11px;
    }
     #hpform #main-tab .col-sm-12 .nav > li > a {
        padding: 9px 2px;
    }
     .form-control {
        height: 35px;
    }
     .input-daterange .col-sm-6 {
        width:50%;
         float:left;
    }
     #hpform .col-sm-5 #popover-bwr, #hpform .col-sm-5 #showMe_BWR {
        width:48%;
         float:left;
         margin-right:4px;
    }
     #hpform .col-sm-5 #popover-bwr, #hpform .col-sm-5 #showMe_BWR a{
        text-decoration:underline;
    }
     #hpform .col-sm-5 {
        overflow: hidden;
    }
     #hpform .event-detail-img {
         padding-bottom: 8px;
    }
     .event-detail-img {
         padding-bottom: 20px;
         margin-bottom: -2px;
    }
     .main-header.affix #logo {
         margin: -2px 0;
    }
     #hpform .col-sm-7 {
        display:none;
    }
}
/* classi BE nascoste per responsive */
 @media (max-width:650px) {
     .daterangepicker .drp-buttons .btn {
         padding: 8px 8px!important;
         margin: 20px 5px 0px;
         min-width: 117px;
    }
     .sub-banner{
         text-align:center;
    }
     .sub-banner .title,.sub-banner .breadcrumb{
         float:none;
    }
     .sub-banner .breadcrumb{
         padding:10px 0px 0px;
    }
     .sub-banner h2 {
        text-align:center;
         float:center!important;
    }
     .background-content {
         padding: 10px 30px;
    }
     .itemgrid .event-border{
         max-width:50%;
    }
     .itemgrid .event-border:nth-child(5),.col-md-9 .itemgrid .event-border:nth-child(4n){
         clear:none;
    }
     .gallery .col-md-3.col-sm-3{
         width: 50%;
         float: left;
    }
     .gallery .col-md-3:nth-child(2n+1){
         clear: both;
    }
     .gallery .col-md-3:nth-child(3n+1){
         clear: none;
    }
     .eventicon-bwr i.fa {
        display:none;
    }
     #hpform h1 {
        font-size: 1.4em;
        margin-bottom:4px;
    }
     #hpform .checkbox, #hpform #popover-corpid {
        font-size: 12px;
        letter-spacing: -0.2px;
    }
     #hpform .checkbox, #hpform #popover-corpid a {
        /*text-decoration:underline;
        */
    }
     #hpform label {
        margin-top: 2px;
    }
     #hpform .col-sm-12 label {
        margin-top: 2px;
    }
     .popover p label {
        color:#333!important
    }
     .eventcontent-bwr {
        display:none
    }
     .main-header, .main-header.affix {
        background:none;
        background-color:#003b7f;
    }
}
 @media (max-width:565px) {
     .both-btn .find-events a,.both-btn .but-ticket a{
         font-size:12px;
    }
     .clock-item{
         width:80px;
         margin-right:20px;
    }
     .clock-content .val {
         font-size: 21px;
         margin-top: -15px;
    }
     .clock-content .typ {
         font-size:14px;
    }
     .clock-content {
         margin-top: 10px;
    }
     .itemlist .eventsimg{
         float:none;
         margin-right:0px;
         max-width: 100%;
    }
     .itemgrid .event-border{
         max-width:100%;
    }
     .blog .eventsimg{
         width:100%;
         max-width: 100%;
    }
     .nav-tabs {
        display:none
    }
     .header-top .col-md-5{
        display:none;
    }
     .immaginetitolo img {
        width:300px;
        margin-left: -56px !important;
    }
     .immaginetitolo {
        margin: -37px auto !important;
    }
     .banner {
        min-height: 180px!important;
    }
}
 @media (max-width:560px) {
     .eventform-con.fielder-items .form-input, .eventform-con.fielder-items .form-input.search-location,.events .eventform-con.fielder-items .form-input:last-child{
         margin-bottom:15px;
         width:100%;
    }
     .fielder-items .form-input.arrow-up-down .btn{
         width:40px;
    }
	
	#advsearchcontainer .col-sm-3, #hpform .checkbox, #hpform #popover-corpid {
		margin-top:0px;
		width:100%;
		float:none;
		min-height:auto;
		height:auto;
		border-top:1px solid #003b7f;
	}
	#advsearchcontainer .col-sm-3:first-of-type {
		margin-top:30px;
		border-top:none;
	}
	.advsearchAdvanced p {
		border-right: none;
	}
}
 @media (max-width:480px) {
    /* Mobile Menu ========================================================================== */
     .mobile-menu > ul {
        height:auto
    }
    /*.fa-bars {
        padding:10px;
    }
    */
     .sb-search,.mobile-menu-icon {
         margin:7px auto auto;
    }
     .main-header .sb-search{
         display:none;
    }
     .banner .center{
         padding: 50px 0;
    }
     .border-cover{
         border:none;
    }
     .border-cover .title{
         background:none;
         margin-top:0px;
         font-weight:700;
    }
     .background-content{
         padding:0px;
    }
     .both-btn .find-events a, .both-btn .but-ticket a{
         font-size:10px;
    }
     .event-container .col-md-3{
         width:100%;
    }
     .eventform-con .form-input, .eventform-con .form-input.search-location,.events .eventform-con .form-input,.events .eventform-con .form-input.search-location{
         width:100%;
    }
     .login-details{
         width:100%;
    }
     .login-details li{
         text-align:left;
         margin-bottom:10px;
         margin-right:10px;
    }
     .banner .center h1 {
         font-size: 2.6em;
    }
     .banner .center h2 {
         font-size: 2em;
         margin-bottom: 49px;
    }
}
 @media (max-width:450px) {
     .background .eventform-con .form-input {
         border: none
    }
     .login-details {
        width: 100%;
        ;
        text-align: center;
        margin: 3px auto;
    }
     .login-details a {
        font-size: 10px;
    }
     .login-details .agenticon {
        background: none;
         padding-left: 0px;
    }
     .login-details .customericon {
        background:none;
         padding-left: 0px;
    }
     .login-details .membericon {
        background: none;
         padding-left: 0px;
    }
     .login-details li {
        margin-bottom: 0;
        margin-right: 5px;
    }
     .clock{
         max-width:72%;
         margin:0px auto;
    }
     .clock-item{
         width:130px;
         margin-top:60px;
    }
     .clock-item:nth-child(2n){
         margin-right:0px 
    }
     .clock-content .val {
         font-size: 60px;
         margin-top: -40px;
    }
     .clock{
         max-width:35%;
    }
}
 @media (max-width:400px) {
     .ui-tabs-nav{
         width:100%;
    }
     .ui-tabs .ui-state-default:first-child,.ui-tabs .ui-state-default:last-child{
         border-radius:0;
         border-right:none;
         border-left:none;
    }
     .ui-tabs .ui-state-default{
         float:none;
         border:none;
         border-bottom:1px solid #ccc;
    }
     .both-btn .find-events a, .both-btn .but-ticket a{
         font-size:16px;
         text-indent:22px;
    }
     .both-btn .find-events a{
         text-indent:-22px;
    }
     .fa-minus:before{
         content:"";
    }
     .gallery .col-md-3.col-sm-3{
         width: 100%;
         float: left;
    }
     .mobile-menu-icon {
         width: 25%;
    }
     .social-icon {
         width: 25%;
    }
     #logo {
         float: left;
         width: 50%;
    }
     #logo img {
         width:100%;
    }
     .both-btn .find-events a, .both-btn .but-ticket a{
         font-size:10px;
    }
}
 @media (max-width:304px) {
     #logo {
         width:70%;
    }
     .social-icon {
         display:none;
    }
}
/* ========================================================================== Helper classes ========================================================================== */
/* * Image replacement */
 .ir {
     background-color: transparent;
     border: 0;
     overflow: hidden;
    /* IE 6/7 fallback */
     *text-indent: -9999px;
}
 .ir:before {
     content: "";
     display: block;
     width: 0;
     height: 150%;
}
/* * Hide from both screenreaders and browsers: h5bp.com/u */
 .hidden {
     display: none !important;
     visibility: hidden;
}
/* * Hide only visually, but have it available for screenreaders: h5bp.com/v */
 .visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
}
/* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */
 .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto;
}
/* * Hide visually and from screenreaders, but maintain layout */
 .invisible {
     visibility: hidden;
}
 .clear {
     float:none;
     clear:both;
}
/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */
 .clearfix:before, .clearfix:after {
     content: " ";
    /* 1 */
     display: table;
    /* 2 */
}
 .clearfix:after {
     clear: both;
}
/* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
 .clearfix {
     *zoom: 1;
}
/* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */
 @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
 @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */
 @media print {
     * {
         background: transparent !important;
         color: #000 !important;
        /* Black prints faster: h5bp.com/s */
         box-shadow: none !important;
    }
     a, a:visited {
         text-decoration: underline;
    }
     a[href]:after {
         content: " (" attr(href) ")";
    }
     abbr[title]:after {
         content: " (" attr(title) ")";
    }
    /* * Don't show links for images, or javascript/internal links */
     .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
         content: "";
    }
     pre, blockquote {
         border: 1px solid #999;
         page-break-inside: avoid;
    }
     thead {
         display: table-header-group;
        /* h5bp.com/t */
    }
     tr, img {
         page-break-inside: avoid;
    }
     img {
         max-width: 100% !important;
    }
     @page {
         margin: 0.5cm;
    }
     p, h2, h3 {
         orphans: 3;
         widows: 3;
    }
     h2, h3 {
         page-break-after: avoid;
    }
}
 .main-example{
     text-align: center;
}
 .time-count-container{
     float: left;
     position: relative;
}
 .time-count-container .arrow{
     position: absolute;
     top: 50%;
     right: 13%;
     font-size: 25px;
     margin-top: -21px;
}
 .main-example .countdown-container {
     height: 100px;
     display: inline-block;
     margin: 25px 0px 10px 0px;
}
 .main-example .time {
     display: inline-block;
     text-align: center;
     position: relative;
     height: 65px;
     width: 43px;
     margin-right: 20px;
     -webkit-perspective: 500px;
     -moz-perspective: 500px;
     -ms-perspective: 500px;
     -o-perspective: 500px;
     perspective: 500px;
     -webkit-perspective: 500px;
     -moz-perspective: 500px;
     -ms-perspective: 500px;
     -o-perspective: 500px;
     perspective: 500px;
}
 .main-example .time:last-child{
     margin-right: 0px;
}
 .main-example .count {
     background: #2b3c4e;
     background: -moz-linear-gradient(45deg, hsl(211,29%,24%) 0%, hsl(210,33%,18%) 100%);
     background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,hsl(211,29%,24%)), color-stop(100%,hsl(210,33%,18%)));
     background: -webkit-linear-gradient(45deg, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     background: -o-linear-gradient(45deg, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     background: -ms-linear-gradient(45deg, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     background: linear-gradient(45deg, hsl(211,29%,24%) 0%,hsl(210,33%,18%) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3c4e', endColorstr='#1e2d3c',GradientType=1 );
     color: #f8f8f8;
     display: block;
     font-family: initial;
     font-size: 22px;
     line-height: 66px;
     font-weight: 400;
     overflow: hidden;
     position: absolute;
     text-align: center;
     top: 0;
     width: 100%;
     -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
     -ms-transform: translateZ(0);
     -o-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-transform-style: flat;
     -moz-transform-style: flat;
     -ms-transform-style: flat;
     -o-transform-style: flat;
     transform-style: flat;
}
 .main-example .count.top {
     border-radius: 3px 3px 0 0;
     height: 50%;
     -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
     -ms-transform-origin: 50% 100%;
     -o-transform-origin: 50% 100%;
     transform-origin: 50% 100%;
}
 .main-example .count.bottom {
     border-top: 2px solid rgba(0, 0, 0, 0.1);
     border-radius: 0 0 3px 3px;
     line-height: 0;
     height: 50%;
     top: 50%;
     -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
     -ms-transform-origin: 50% 0;
     -o-transform-origin: 50% 0;
     transform-origin: 50% 0;
}
 .main-example .label {
     margin-top: 5px;
     display: block;
     position: absolute;
     width: 100%;
     color: #444;
     text-transform: uppercase;
     font-size: 13px;
     top: 77px;
     padding: 0;
}
/* Animation start */
 .main-example .count.curr.top {
     -webkit-transform: rotateX(0deg);
     -moz-transform: rotateX(0deg);
     -ms-transform: rotateX(0deg);
     -o-transform: rotateX(0deg);
     transform: rotateX(0deg);
     z-index: 3;
}
 .main-example .count.next.bottom {
     -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
     -ms-transform: rotateX(90deg);
     -o-transform: rotateX(90deg);
     transform: rotateX(90deg);
     z-index: 2;
}
/* Animation end */
 .main-example .animate .count.curr.top {
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     -ms-transition: all 300ms ease-in-out;
     -o-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
     -webkit-transform: rotateX(-90deg);
     -moz-transform: rotateX(-90deg);
     -ms-transform: rotateX(-90deg);
     -o-transform: rotateX(-90deg);
     transform: rotateX(-90deg);
}
 .main-example .animate .count.next.bottom {
     -webkit-transition: all 300ms ease-in-out 300ms;
     -moz-transition: all 300ms ease-in-out 300ms;
     -ms-transition: all 300ms ease-in-out 300ms;
     -o-transition: all 300ms ease-in-out 300ms;
     transition: all 300ms ease-in-out 300ms;
     -webkit-transform: rotateX(0deg);
     -moz-transform: rotateX(0deg);
     -ms-transform: rotateX(0deg);
     -o-transform: rotateX(0deg);
     transform: rotateX(0deg);
}
/* ========================================================================== LANDING PAGE ========================================================================== */
 .LandingPage {
     width:auto;
     display:block;
     clear:both;
     background-color:rgba(255, 255, 255, 0.1);
}
 .LandingPage p, .LandingPage h1, .LandingPage img {
     display:inline-block;
     float:right;
     margin:20px;
}
 .LandingPage img {
     width:auto;
}
 .LandingPage p, .LandingPage h1 {
     color:#fff;
     width:60%;
}
 .LandingPage h1 {
     font-size:74px;
     line-height:100%;
}
 .LandingPage p {
     font-size:30px;
     line-height:120%;
}
/* @media only screen and (max-width: 479px) {
     .expo h1 {
         font-size:50px;
         margin:0 50px 0 0;
    }
}
 */
 @media only screen and (min-device-width : 375px) and (max-device-width : 667px){
     .expo p, .expo h1, .expo img {
         display:block;
         float:none;
         margin:0;
    }
     .expo p, .expo h1 {
         display:block;
         width:95%;
         margin:10px;
    }
     .expo h1 {
         font-size:50px;
    }
     .expo img {
         margin:0;
    }
}
 @media only screen and (min-device-width : 414px) and (max-device-width : 736px){
     .expo p, .expo h1, .expo img {
         display:block;
         float:none;
         margin:0;
    }
     .expo p, .expo h1 {
         display:block;
         width:95%;
         margin:10px;
    }
     .expo h1 {
         font-size:50px;
    }
     .expo img {
         margin:0;
    }
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
     .expo p, .expo h1, .expo img {
         display:block;
         float:none;
         margin:0;
    }
     .expo p, .expo h1 {
         display:block;
         width:95%;
         margin:10px;
    }
     .expo h1 {
         font-size:50px;
    }
     .expo img {
         margin:0;
    }
     .LandingPage h1 {
         font-size:2.813em;
    }
}
/* ========================================================================== GMAP HOTELS ========================================================================== */
 .gmap-hotels {
     width:100%;
     height: 40vw;
     max-height:478px;
     min-height:100px;
}
/* ========================================================================== Aggiunte da versione nuova BWR ========================================================================== */
 #Table1 td,th{
    padding:10px;
}
 #logout {
    border-top:1px solid #ccc;
    margin-top: 3px;
    padding: 20px;
}
 #form {
    padding:15px 15px 15px 15px;
     border:1px solid #ccc;
    width:80%;
    margin:0 auto;
}
/* ========================================================================== SEZIONE VANTAGGI ========================================================================== */
 .newsletter img {
    width:50px;
    float:left;
}
 .newsletter h2 {
    font-size: 18px;
     text-transform: uppercase;
     text-align: right;
     border-bottom: 1px solid #DDD;
     padding: 6px 0px 10px;
    margin-bottom: 12px;
}
 .newsletter p{
    text-align:right;
    font-size:13px;
    font-weight: 400;
}
 .btn-vant {
    color:#fff;
     background:#004AAF!important;
    float:right;
}
 .btn-vant:hover {
    color:#fff;
     background:#1767D3!important;
}
 .center p{
    font-size: 30px;
}
 .btn-cadeau {
     padding: 10px 17px;
     border: 1px solid #CCCCCC!important;
     color: #CCCCCC!important;
     text-transform: uppercase;
     margin-top: 34px;
     font-size: 19px;
     text-decoration: none!important;
}
 .btn-cadeau:hover {
    color:#575757!important;
    border:1px solid #575757!important;
}
 .border-cover .title {
    background:#F9F9F9!important;
    text-align:center;
    margin: -20px auto 30px;
}
 .border-cover .title h2{
    margin: -20px auto 30px;
}
 #roomoccupancydetail .col-sm-3{
    padding:6px;
}
/* ========================================================================== ACCORDION ========================================================================== */
 .accordion dl, .accordion-list {
     border: 1px solid #F9F9F9;
}
 .accordion dl:after, .accordion-list:after {
     content: "";
     display: block;
     height: 6px;
     width: 100%;
     background-color: #2E90C7;
}
 .accordion dd, .accordion__panel {
     background-color: #F9F9F9;
     font-size: 14px;
     padding: 0 25px;
}
 .accordion p {
     padding: 1em 2em 1em 2em;
}
 .accordion {
     position: relative;
     background-color:#F9F9F9;
}
 .accordionTitle, .accordion__Heading {
     background-color: #003b7f;
     text-align: center;
     font-weight: 700;
     padding: 18px 35px 9px;
     display: block;
     text-decoration: none;
     color: #fff;
     -webkit-transition: background-color 0.5s ease-in-out;
     transition: background-color 0.5s ease-in-out;
     border-bottom: 1px solid ##003b7f;
}
 .accordionTitle:before, .accordion__Heading:before {
     content: "+";
     font-size: 1.5em;
     line-height: 17px;
     float: left;
     -webkit-transition: -webkit-transform 0.3s ease-in-out;
     transition: -webkit-transform 0.3s ease-in-out;
     transition: transform 0.3s ease-in-out;
     transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
 .accordionTitle:hover, .accordion__Heading:hover {
     opacity:0.7;
}
 .accordionTitleActive, .accordionTitle.is-expanded {
     background-color: #2E90C7;
}
 .accordionTitleActive:before, .accordionTitle.is-expanded:before {
     -webkit-transform: rotate(-225deg);
     transform: rotate(-225deg);
}
 .accordionItem {
     height: auto;
     overflow: hidden;
     max-height: 50em;
     -webkit-transition: max-height 1s;
     transition: max-height 1s;
}
 .accordionItem ul li{
    font-size:15px!important;
}
 @media screen and (min-width: 48em) {
     .accordionItem {
         height: auto;
         -webkit-transition: max-height 0.5s;
         transition: max-height 0.5s;
    }
}
 @media only screen and (max-width : 709px){
     .accordionItem ul li{
        font-size:13px!important;
    }
}
 @media only screen and (max-width : 548px){
     .accordionItem ul li{
        font-size:12px!important;
    }
}
 .accordionItem.is-collapsed {
     max-height: 0;
}
 .no-js .accordionItem.is-collapsed {
     max-height: auto;
}
 .animateIn {
     -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
     animation: accordionIn 0.45s normal ease-in-out both 1;
}
 .animateOut {
     -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
 @-webkit-keyframes accordionIn {
     0% {
         opacity: 0;
         -webkit-transform: scale(0.9) rotateX(-60deg);
         transform: scale(0.9) rotateX(-60deg);
         -webkit-transform-origin: 50% 0;
         transform-origin: 50% 0;
    }
     100% {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes accordionIn {
     0% {
         opacity: 0;
         -webkit-transform: scale(0.9) rotateX(-60deg);
         transform: scale(0.9) rotateX(-60deg);
         -webkit-transform-origin: 50% 0;
         transform-origin: 50% 0;
    }
     100% {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @-webkit-keyframes accordionOut {
     0% {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(0.9) rotateX(-60deg);
         transform: scale(0.9) rotateX(-60deg);
    }
}
 @keyframes accordionOut {
     0% {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(0.9) rotateX(-60deg);
         transform: scale(0.9) rotateX(-60deg);
    }
}
 .special .carousel-caption p {
    color:#ffffff;
     text-shadow:none;
}
 .special .carousel-caption h3 {
    color:#fff;
    text-shadow:none;
    margin-top:-40px;
}
 .hp-box {
     margin-bottom: 20px;
}
 .hp-box .event{
     min-height: 250px;
     margin-top: 20px;
}
 .last {
     margin-bottom: 0px;
}


/*cookie*/
.c-cookie-banner .c-cookie-banner-main {padding:5px!important;}
.c-cookie-banner .c-cookie-banner-wrapper {max-width: 80%!important;}
.c-cookie-banner .c-cookie-banner-body-desc {width: 85%!important;}
.c-cookie-banner .c-cookie-banner-body-desc-title {font-size: 15px!important;}
.c-cookie-banner .c-cookie-banner-body-desc-content {margin: 0!important;}
.c-cookie-banner {font-size: 13px!important;}
.c-cookie-banner .c-cookie-banner-body-btn-wrapper {width: 15%;	padding-top: 0;    text-align: right!important;}
.c-cookie-banner .c-cookie-banner-body-banner-button {background-color:##003b7f!important;font-size: 12px!important;margin-bottom: 6px!important;min-width: 200px!important;padding: 4px!important;height: 29px!important;}
.c-cookie-banner .c-cookie-banner-header {margin-bottom:7px!important}
.c-cookie-banner .c-cookie-banner-pref-footer button {background-color:##003b7f!important;}
.c-cookie-banner-body-desc-footer-policy-btn, .c-cookie-banner-body-desc-footer-policy-btn:hover {color: ##003b7f!important;font-size: 12px!important;}
.c-cookie-banner .c-cookie-banner-body-pref-btn-wrapper {display: contents!important;}
.c-cookie-banner-body-banner-button:hover {opacity:0.9!important}
.c-cookie-banner .c-cookie-banner-header .c-cookie-banner-header-refuse-btn {font-size:12px!important; padding:0!important;}
.c-cookie-banner .c-cookie-banner-body-banner-button-transparent, .c-cookie-banner .c-cookie-banner-body-desc-footer-policy-btn {color: ##003b7f!important;font-size:12px!important;padding:0!important;}
.c-cookie-banner .c-cookie-banner-powered-logo {height: 14px!important;}
@media screen and (max-width:778px) {
.c-cookie-banner .c-cookie-banner-wrapper {max-width: 90%!important;}
.c-cookie-banner .c-cookie-banner-body-desc {width: 100%!important;}
.c-cookie-banner .c-cookie-banner-body-desc-title {line-height: 20px!important;}
.c-cookie-banner {font-size: 12px!important;}
.c-cookie-banner .c-cookie-banner-body-btn-wrapper {display:block!important}
.c-cookie-banner .c-cookie-banner-body-btn-wrapper {text-align:left!important;}
.c-cookie-banner .c-cookie-banner-body-banner-button {min-width: 153px!important;margin:5px!important;}
}

.link-speciale {
  color: ##003b7f;
  text-decoration: none;
}

.link-speciale:hover {
  color: #428bca;
  text-decoration: none;
}
