.ui-menu .ui-menu-item {
    font-family: 'Open Sans Condensed', sans-serif;
}
.input-alert {
    background-color: #FFEBEB !important;
    border: 2px solid #FF5B5B !important;
}
ul.std-list {
    padding-left:15px;
    margin-bottom:10px;
}
ul.std-list > li {
    list-style:disc;
}
#noscript {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100000;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#noscript > div {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #bbb;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#noscript > p {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 340px;
    margin: 0 0 0 -190px;
    padding: 50px 20px 20px 20px;
    overflow: hidden;
    background: #666 url('../img/warning.png') center 10px no-repeat;
    font-size: 12pt;
    text-align: center;
    color: #fff;
    border: 2px solid #999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 15px #333;
    -webkit-box-shadow: 0 0 15px #333;
    box-shadow: 0 0 15px #333;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#alertWindowCP {
    display:none;
    position: fixed;
    top:0; left:0;
    z-index: 100000;
    width: 100%; height:100%;
    padding:0; margin:0;
    background-color: transparent;
}
#alertWindowCP > .CPbg {
    position: absolute;
    top:0; left:0;
    width: 100%; height:100%;
    padding:0; margin:0;
    background-color: #aaa;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#alertWindowCP > .CPwindow {
    position: absolute;
    top: 20%; left: 50%;
    width: 220px;
    padding: 20px 0;
    margin: 0 0 0 -110px;
    background-color: #fff;
    border: 3px solid #d4b66d;
    text-align: center;
    font: normal normal 18px/normal 'Open Sans Condensed', Tahoma, Arial, sans-serif!important;
    color: #444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}
#alertWindowCP > .CPwindow > p {margin:0 0 10px 0; padding:0 20px; line-height:inherit;}
#alertWindowCP > .CPwindow > .CPclose {
    display: block;
    outline: none;
    width: 70px;
    margin: 5px auto 0 auto;
    border: none;
    overflow: hidden;
    background-color: #111;
    color: #d4b66d;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 7px 10px;
    cursor: pointer;
}
#alertWindowCP > .CPwindow > .CPclose:hover {
    background-color: #d4b66d;
    color: #111!important;
}
#alertWindowCP > .CPwindow > .CPclose:active {
    background-color: #d4b66d;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 2px #444;
    box-shadow: inset 0 1px 2px #444;
}
#waitLoading
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    z-index: 10000;
}
#waitLoading > P
{
    display: block;
    text-align: center;
    position: absolute;
    z-index: 10000;
    left: 50%;
    top: 20%;
    overflow: hidden;
    width: 200px;
    padding: 20px 10px;
    margin: 0 0 0 -110px;
    background-color: #FFF4E9;
    color: #DD6F29;
    border: 2px solid #DD6F29;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    -moz-box-shadow: 0 0 15px #444;
    -webkit-box-shadow: 0 0 15px #444;
    box-shadow: 0 0 15px #444;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#globalMsg
{
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    margin: 10px 0;
    padding: 0 5px;
}
#globalMsg > P
{
    overflow: hidden;
    margin: 0 auto;
    padding: 11px 42px 11px 42px;
    text-align: center;
    border: 1px solid #FFD967;
    background-color: #FFFBF0;
    color: #3D6611;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    /*+border-radius:5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    min-width: 220px;
    max-width: 500px;
    width:auto;
    background-repeat: no-repeat;
    background-position: 5px center;
    /*[empty]display:;*/
    /*+box-shadow:0px 1px 2px #A0A0A0;*/
    -moz-box-shadow: 0px 1px 2px #A0A0A0;
    -webkit-box-shadow: 0px 1px 2px #A0A0A0;
    -o-box-shadow: 0px 1px 2px #A0A0A0;
    box-shadow: 0px 1px 2px #A0A0A0;
}
#globalMsg > P.success
{
    border-color: #95A486;
    color: #3D6611;
    background-color: #EFF5EA;
    background-image: url('../img/checkmark.png');
}
#globalMsg > P.error
{
    border-color: #F16048;
    color: #DF280A;
    background-color: #FAEBE7;
    background-image: url('../img/warning.png');
}
body {position:relative;}
body > .warningPopup {
    display:none;
    position:static;
    margin: 0;
    padding: 0;
    background: transparent;
}
body > .warningPopup::before {
    display:block;
    content:'';
    position: absolute;
    top: 0; bottom:0;
    left: 0; right:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #111;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index:50000;
}
body > .warningPopup > div {
    display:block;
    position:fixed;
    top: 0; bottom:0;
    left: 0; right:0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow:auto;
    background: transparent;
    z-index:100000;
}
body > .warningPopup > div > div {
    display:block;
    overflow:auto;
    background: #fff;
    border: 4px solid #e41e1e;
    border-radius: 3px;
    width:60%;
    margin: 150px 20% 0 20%;
    padding:20px 0 30px 0;
    text-align: center;
}
body > .warningPopup p {
    display:block;
    overflow:hidden;
    margin:0; padding:20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
body > .warningPopup p.title {
    font-weight:bold;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body > .warningPopup p.title::before {
    display:inline;
    content: "\f071";
    font-family: FontAwesome!important;
    color: #e41e1e;
    font-size: 40px;
    line-height: 40px;
    margin:0; padding:0 20px 0 0;
    vertical-align: baseline;
}
body > .warningPopup .closePopup {
    display:inline-block;
    overflow:hidden;
    background: #e41e1e;
    color:#fff;
    border:none;
    border-radius: 3px;
    outline: none;
    padding: 5px 15px; margin:0;
    cursor:pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
body > .warningPopup .closePopup:hover {
    background: #d4b66d;
}
@media (min-width:768px) {
    .frm-wrap .fulltel {
        display:block;
        overflow:hidden;
        margin:0;
        padding:0;
    }
    .frm-wrap .fulltel > select {
        width: 25%;
        float:left;
    }
    .frm-wrap .fulltel > select + input {
        float:right;
        width:70%;
    }
}
@media screen and (max-width:767px), screen and (max-height: 450px)
{
    #alertWindowCP, #noscript {overflow: auto;}
    #alertWindowCP > .CPwindow, #noscript > p {
        width: 100%;
        box-sizing:border-box;
        min-width: 200px;
        margin: 0 auto;
        left:0; top:0;
        border-top: none;
        border-left:none;
        border-right:none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
    }
    body > .warningPopup > div > div {
        margin:0;
        width:100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
img.corner {
	float:left;
	max-width:40%;
	margin:0 15px 15px 0;
}
@media screen and (max-width:767px) {
	img.corner {
		float:none;
		max-width:100%;
		margin:0 auto 15px auto;
	}
}
@media only screen and (max-width: 991px) {
    fieldset.register .frm-wrap.half,
    form#frm-register fieldset#anagrafica .frm-wrap.half {
        width:100%;
        float:none;
    }
}
ul.pressreview {
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
}
ul.pressreview > li {
    display:block;
    overflow:hidden;
    padding:0 0 20px 0;
    margin:0;
    width:100%;
}
ul.pressreview > li + li {
    padding-top:30px;
    border-top: 1px solid #ccc;
}
ul.pressreview > li > .body {
    display:inline;
    overflow:hidden;
    margin:0;
    padding:0;
    color:#333333;
    text-decoration: none;
}
ul.pressreview > li > .body:hover {
    color:#00457f;
}
ul.pressreview > li > .body strong {
    font-size:1.3em;
}
ul.pressreview > li > .img {
    display:block;
    overflow:hidden;
    margin:0 15px 10px 0;
    padding:0;
    width:25%;
    float:left;
    position:relative;
}
ul.pressreview > li > .img:hover {opacity:0.7;}
ul.pressreview > li > .img img {
    width:100%;
    height:auto;
}
@media (min-width: 992px){
    ul.pressreview > li {
        border-top:none!important;
        padding:0!important;
        margin-bottom:30px;
        width:48%;
        float:right;
    }
    ul.pressreview > li:nth-of-type(odd) {
        float:left;
        clear:both;
    }
}

ul.destinations,
ul.destinations_widget {
    display:block;
    list-style: none;
    margin:0 -15px;
    padding:0;
}
ul.destinations > li,
ul.destinations_widget > li {
    display:block;
    overflow:hidden;
    margin:0;
    padding:15px;
    width:100%;
}
ul.destinations .img,
ul.destinations .content,
ul.destinations_widget .img{
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
}
ul.destinations .img img,
ul.destinations_widget .img img{
    width:100%;
    height:auto;
}
ul.destinations_widget .title {
    display:block;
    overflow:hidden;
    margin:0;
    padding:5px 0 0 0;
    color:#222;
    font-size:1.2em;
    font-weight: 500;
}
ul.destinations .content a:hover,
ul.destinations_widget .title:hover {text-decoration:underline!important;}
ul.destinations .img:hover,
ul.destinations_widget .img:hover {opacity:0.7;}
ul.destinations .img + .content {padding-top:5px;}
ul.destinations .content > a {
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
    /*color:#222;*/
    font-size:1.5em;
    font-weight: 600;
}
ul.destinations .content > p {
    display:block;
    overflow:hidden;
    margin:0;
    padding:10px 0 0 0;
}
.wa_button {
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
    width:60px;
    height:60px;
    position:fixed;
    bottom:50px;
    right:50px;
}
.wa_button a {
    text-decoration: none;
    cursor:pointer;
}
.wa_button img {
    width:100%;
    height:100%;
}
@media (min-width:768px) {
    ul.destinations .img {
        float:left;
        width:33.333333%;
    }
    ul.destinations .img + .content {
        float:left;
        width:66.666666%;
        padding-left:10px;
        padding-top:0;
    }
    ul.destinations_widget {
        display:flex;
        flex-wrap:wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    ul.destinations_widget > li {
        flex:0 0 50%;
        width:50%;
    }
}
@media (min-width:992px) {
    ul.destinations {
        display:flex;
        flex-wrap:wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    ul.destinations > li {
        flex-basis:50%;
        width:50%;
    }
    ul.destinations_widget > li {
        flex-basis:25%;
        width:25%;
    }
}