@charset "UTF-8";
/***!  /templates/chaletcristina/css/cristina.css  !***/

@media all {/* CSS STYLE-GUIDE 

	verde: #19574b
	salmone: #fccb8d
	bianco: #ffffff

	font-family: 'Dancing Script', cursive;
	font-family: 'PT Sans', sans-serif;

*/
body {
    background: url(https://www.chaletcristina.it/templates/chaletcristina/images/bg-pattern.png) repeat;
    font-size: 0;
}

*::-webkit-scrollbar {
    width: 14px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background-color: #19574b;
}

*::-webkit-scrollbar-thumb {
    background-color: #fccb8d;
}

* {
    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button:focus, input:focus, a:focus {
    outline: none;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    background: #19574b;
}

.ui-widget-header {
    border: 1px solid #19574b;
    background: #19574b;
    color: #fccb8d;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #19574b !important;
    background: #fccb8d !important;
    color: #19574b !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #19574b;
    background: #f6f6f6;
    font-weight: normal;
    color: #19574b;
}

address {
    font-style: normal;
}

#header {
    position: relative;
    width: 100%;
    background: url(https://www.chaletcristina.it/templates/chaletcristina/images/pattern-verde.png) repeat;
}

.header-item.logo {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -21px;
}

.header-item.navigation {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.header-item.navigation ul {
    padding: 0;
    margin: 0;
}

.header-item.navigation ul li {
    display: inline-block;
}

.header-item.navigation ul li a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding-bottom: 30px;
}

.header-item.navigation ul li:after {
    content: " |";
    color: #fff;
    font-weight: bold;
    margin: 0 10px;
    font-size: 16px;
}

.header-item.navigation ul li.active > a {
    font-weight: bold;
}

.header-item.navigation ul li a:hover {
    color: #fccb8d;
}

.header-item.navigation ul li:last-child:after {
    content: "";
    margin: 0;
}

.header-item.navigation ul li ul {
    display: none;
    position: absolute;
    bottom: -44px;
    left: 0;
    width: 100%;
    background: rgba(252, 203, 141, 0.8);
    padding: 13px 0;
    z-index: 999;
}

.header-item.navigation ul li ul li a {
    font-size: 14px;
    color: #19574b;
}

.header-item.navigation ul li:hover ul {
    display: block;
    transition: .5s;
}

.header-item.navigation ul li ul li a {
    padding-bottom: 13px !important;
}

.header-item.navigation ul li ul li a:hover {
    text-decoration: underline !important;
    color: #19574b !important;
}

.header-item.navigation ul li ul li:after {
    color: #19574b !important;
}

.header-item.navigation ul li ul li:last-child:after {
    content: "" !important;
    margin: 0 !important;
}

.menu-open {
    display: block !important;
    position: absolute;
    background: rgba(25, 87, 75, 0.8);
    width: 100%;
    z-index: 999;
}

.hamburger {
    display: none;
}

.language {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    color: #fccb8d;
    font-size: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.mod-languages {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
}

.current-language {
    cursor: pointer;
}

.current-language:after {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    content: "\f0d8";
}

.closed:after {
    content: "\f0d7";
}

.mod-languages {
    font-weight: 700;
}

.lang-inline {
    display: none;
    position: absolute;
    top: 33px;
    margin-left: -30px;
    background: rgba(252, 203, 141, 0.8);
    width: 60px;
    padding: 8px;
    z-index: 999;
    list-style: none;
}

.lang-inline li {
    padding: 7px 0;
}

.lang-inline a {
    text-decoration: none;
    display: block;
    color: #19574b;
    text-align: center;
}

#slider-container {
    position: relative;
}

#slider {
    position: absolute !important;
}

.sliderHalf #slider {
    height: 500px !important;
}

.slider-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 100px;
    color: #FFF;
    width: 110px;
    text-align: center;
    margin-left: -55px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    z-index: 999;
    font-family: 'PT Sans', sans-serif;
}

.slider-scroll-down > * {
    display: block;
}

.mouse {
    height: 31px;
    width: 18px;
    border-radius: 12px;
    transform: none;
    border: 2px solid white;
    position: relative;
    margin: 10px auto 0;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
}

.wheel {
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}

.section-content .inner {
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    z-index: 2;
}

.section-quickrequest {
    margin-top: -90px;
    margin-bottom: 0px;
    z-index: 100;
}

.section-quickrequest * {
    outline: none;
}

.quickrequest-button {
    position: relative;
    text-align: center;
    z-index: 999;
}

.quickrequest-button button {
    display: inline-block;
    height: 60px;
    margin: 0;
    padding: 0px;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    -webkit-appereance: none;
    font-size: 20px;
    color: #fccb8d;
    position: relative;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
}

.quickrequest-button .inner {
    display: inline-block;
    height: 60px;
    margin-top: 30px;
    padding: 0 65px;
    background: #19574b;
    box-sizing: border-box;
    -webkit-appereance: none;
    font-size: 20px;
    color: #19574b;
    position: relative;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.quickrequest-button .ico {
    display: none !important;
    height: 24px;
    line-height: 24px;
    width: 24px;
    font-size: 48px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.requestopen .quickrequest-button .ico {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quickrequest-button .ico:before {
    content: "";
    width: 24px;
    height: 4px;
    background-color: #fccb8d;
    display: block;
    position: absolute;
    top: 10px;
    transition: all 0.2s linear;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.quickrequest-button .ico:after {
    content: "";
    width: 24px;
    height: 4px;
    background-color: #fccb8d;
    display: block;
    position: absolute;
    top: 10px;
    transition: all 0.2s linear;
}

.quickrequest-button .txt {
    display: inline-block;
    letter-spacing: 1px;
}

.quickrequest-button .txt i {
    margin-left: 10px;
    transition: all 0.2s linear;
}

.quickrequest-button button:hover * {
    color: #FFF;
    border-color: #FFF;
    transition: all 0.2s linear;
}

.quickrequest-button button:hover .ico:after, .quickrequest-button button:hover .ico:before {
    background-color: #FFF;
    transition: all 0.2s linear;
}

.quickrequest-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 899;
}

.quickrequest-body form {
    background-color: #19574b;
    background-color: rgba(25, 87, 75, 0.8);
    display: inline-block;
    position: relative;
    padding: 0 60px;
}

.section-quickrequest {
    min-height: 0;
    height: auto;
}

.quickrequest-form-box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 60px 0 100px;
    font-family: 'PT Sans', sans-serif;
}

.quickrequest-form-box .form-item {
    display: inline-block;
    vertical-align: top;
    color: #574742;
    font-size: inherit;
    padding: 0;
    width: 125px;
    cursor: pointer;
    margin: 0 25px;
}

.quickrequest-form-box .form-item:first-child {
    border-left: none;
}

.quickrequest-form-box .form-item label {
    color: #fccb8d;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin: 0;
    letter-spacing: 1px;
}

.quickrequest-form-box .form-item .form-preview {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    margin: 10px 0 0 0;
}

.quickrequest-form-box .form-item .form-preview .i1 {
    font-size: 80px;
    height: 80px;
    line-height: 80px;
    font-family: 'PT Sans', sans-serif;
    display: block;
    color: #FFF;
    margin-bottom: 10px;
}

.quickrequest-form-box .form-item .form-preview .i2 {
    font-size: 18px;
    line-height: 18px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    color: #fccb8d;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
}

.quickrequest-form-box .form-item .form-opener {
    width: 16px;
    height: 10px;
    position: relative;
    margin: 15px auto 5px;
}

.quickrequest-form-box .form-item .form-opener:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #d2ccbe;
    display: block;
    position: absolute;
    top: -6px;
    transition: all 0.2s linear;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    left: 0;
}

.quickrequest-form-box .form-item .form-opener:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #d2ccbe;
    display: block;
    position: absolute;
    top: 6px;
    transition: all 0.2s linear;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    right: 0;
}

.ui-spinner.ui-widget.ui-widget-content {
    border: none;
    background: none;
    font-size: inherit;
}

.ui-spinner.ui-widget.ui-widget-content * {
    color: #FFF !important;
}

.ui-spinner.ui-widget.ui-widget-content .ui-spinner-input {
    padding: 0;
    margin: 0;
    width: 46px;
    text-align: right;
    margin-right: 30px;
    outline: none;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 80px;
    line-height: 80px;
    height: 76px;
    box-sizing: border-box;
}

.ui-spinner.ui-widget.ui-widget-content .ui-button {
    background: none;
    border: none;
    width: 16px;
}

.ui-spinner.ui-widget.ui-widget-content .ui-button {
    width: 16px;
    height: 10px;
    cursor: pointer;
}

.ui-spinner.ui-widget.ui-widget-content .ui-button .ui-icon {
    background: none;
}

.ui-spinner.ui-widget.ui-widget-content .ui-button:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #d2ccbe;
    display: block;
    position: absolute;
    top: -6px;
    transition: all 0.2s linear;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    left: 0;
}

.ui-spinner.ui-widget.ui-widget-content .ui-button:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #d2ccbe;
    display: block;
    position: absolute;
    top: 6px;
    transition: all 0.2s linear;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    right: 0;
}

.ui-spinner.ui-widget.ui-widget-content .ui-button.ui-spinner-up:before {
    top: -6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    left: 6px;
}

.ui-spinner.ui-widget.ui-widget-content .ui-button.ui-spinner-up:after {
    top: 6px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    right: 6px;
}

.quickrequest-form-box .form-item-nr .form-opener {
    visibility: hidden;
}

.quickrequest-form-box .form-item.form-item-nr .form-preview {
    padding-right: 24px;
}

.quickrequest-form-box.ui-spinner-up {
    top: 12px !important;
}

.quickrequest-form-box.ui-spinner-down {
    bottom: 12px !important;
}

.quickrequest-form-box .form-button {
    margin-top: 20px;
}

.quickrequest-form-box .form-button button {
    display: inline-block;
    width: auto;
    background-color: #d2ccbe;
    border: none;
    color: #FFF;
    padding: 0 40px;
    min-width: 180px;
    cursor: pointer;
    transition: background 500ms ease-out;
}

.quickrequest-form-box .form-button button:hover {
    background-color: #360d0d;
}

.quick-request-select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}

.quick-request-select span {
    text-align: center;
}

.quick-request-select option {
    font-size: 15px;
    background: #fccb8d;
    color: #19574b;
}

option:hover, option:focus, option:active, option:checked {
    background: #19574b;
    color: #fccb8d;
}

.openclose_quick {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -11px;
    z-index: 999;
    font-size: 28px;
    color: #fccb8d;
    cursor: pointer;
}

.appartamenti-box {
    display: block;
    max-width: 1218px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 65px;
    direction: rtl;
}

.appartamenti-box h2 {
    color: #fccb8d !important;
    font-size: 40px !important;
    margin-top: 10px !important;
    line-height: 135%;
}

.appartamenti-box h2:after {
    display: block;
    content: url(https://www.chaletcristina.it/templates/chaletcristina/images/title-decoration-salmone.png);
    text-align: center;
}

.appartamenti-descrizione, .appartamenti-slider {
    display: inline-block;
    width: 50%;
}

/*.appartamenti-descrizione {vertical-align: bottom !important;}*/
.appartamenti-descrizione {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fccb8d;
    line-height: 200%;
    letter-spacing: 1px;
    background: #19574b;
    text-align: center;
    padding: 40px 0;
}

.appartamenti-descrizione p {
    margin-left: 60px;
    margin-right: 60px;
}

.appartamenti-button {
    font-weight: 700;
    font-size: 17px;
    font-style: normal;
    line-height: 100%;
    width: 211px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0 auto;
    margin-top: 35px;
    border: 1px solid #fccb8d;
    transition: .5s;
}

.appartamenti-button:hover {
    background: #fccb8d;
}

.appartamenti-button a {
    text-decoration: none;
    color: #fccb8d;
    padding: 11px 40px;
}

.appartamenti-button a:hover {
    color: #19574b;
}

.appartamenti-slider img {
    width: 100%;
    height: 100%;
}

#content {
    position: relative;
    background: url(https://www.chaletcristina.it/templates/chaletcristina/images/bg-decoration.png) no-repeat top center;
    background-size: contain;
    min-height: 750px;
    margin-top: 10px;
}

.box {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0 50px 0;
    text-align: justify;
}

#content h1, .altabadia-box h2, .appartamenti-box h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 56px;
    font-weight: 700;
    color: #19574b;
    text-align: center;
    margin-top: 0;
}

#content h2, #content h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 42px;
    font-weight: 700;
    color: #19574b;
    text-align: center;
    margin-top: 0;
}

#content h1:after, .altabadia-box h2:after {
    display: block;
    content: url(https://www.chaletcristina.it/templates/chaletcristina/images/title-decoration.png);
    text-align: center;
}

#content p, .altabadia-box p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #19574b;
    line-height: 200%;
    letter-spacing: 1px
}

#content a {
    color: #92836d;
}

.altabadia-box a {
    color: #19574b;
}

#content ul {
    list-style: square;
    color: #19574b;
    line-height: 200%;
    font-size: 16px;
}

#content ul li ul {
    list-style: circle;
}

.altabadia-box {
    max-width: 1300px;
    margin: 0 auto;
}

.altabadia-box p {
    text-align: center;
}

.altabadia-box h2 {
    margin-bottom: 0;
}

.altabadia-image img {
    width: 100%;
}

.altabadia-button {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    width: 211px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 35px auto;
    border: 1px solid #19574b;
    transition: .5s;
}

.altabadia-button:hover {
    background: #19574b
}

.altabadia-button a {
    text-decoration: none;
    color: #19574b;
    padding: 11px 40px;
}

.altabadia-button a:hover {
    color: #fccb8d;
}

.weather-box {
    width: 100%;
    background: url(https://www.chaletcristina.it/templates/chaletcristina/images/pattern-salmone-chiaro.png) repeat;
    text-align: center;
    font-size: 0;
}

.weather-widjet {
    width: 330px;
    margin: 0 auto;
    padding: 35px 0;
    font-family: 'PT Sans', sans-serif;
}

.weather, .footer-meteo {
    display: inline-block;
    vertical-align: middle;
}

.weather {
    font-size: 18px;
    font-weight: bold;
    width: 270px;
}

.footer-meteo {
    font-size: 36px;
    color: #19574b;
}

.forecastdays .date, .forecastdays .icon, .forecastdays li .temperature, .forecastdays li .wi {
    color: #8d7f6a !important;
}

#google-map {
    height: 340px;
    width: 100%;
}

#map-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("https://www.chaletcristina.it/templates/chaletcristina/images/google-map-b.jpg") no-repeat center center;
    background-size: cover;
}

#map-canvas a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#footer {
    width: 100%;
    background: url(https://www.chaletcristina.it/templates/chaletcristina/images/pattern-verde.png) repeat;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fccb8d;
    letter-spacing: 1px;
}

.footer-item.logo {
    padding: 35px 0 10px 0;
}

.footer-item.address {
    padding-bottom: 30px;
}

.footer-item.address a {
    color: #fccb8d;
    text-decoration: none;
}

.footer-item.address a:hover {
    color: #fff;
}

.footer-item.navigation {
    width: 100%;
    background: url(https://www.chaletcristina.it/templates/chaletcristina/images/pattern-salmone.png) repeat;
    font-style: normal;
    font-size: 15px;
    color: #19574b;
    letter-spacing: 0;
    padding-top: 4px;
    margin-top: 10px;
}

.box-footer {
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1px;
}

.footer-item.copyright, .footer-item.menu, .footer-item.altea { /*display: inline-block;*/
    margin: 10px 0;
}

.footer-item.copyright { /*position: absolute;*/
    left: 0;
}

.footer-item.menu {
    position: relative;
}

.footer-item.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-item.menu ul li {
    display: inline-block;
}

.footer-item.menu ul li:after {
    content: " /";
    margin: 0 5px;
}

.footer-item.menu ul li:last-child:after {
    content: "";
    margin: 0;
}

.footer-item.menu ul li a {
    color: #19574b;
    text-decoration: none;
}

.footer-item.menu ul li a:hover {
    text-decoration: underline;
}

.footer-item.altea {
    right: 0;
    top: -4px;
}

.mobile-button {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 0;
    text-align: center;
    z-index: 999;
}

.mobile-button a {
    color: #fccb8d;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
}

.mobile-button .fa {
    font-size: 18px !important;
}

.book, .call {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 15px 0;
    background: #19574b;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.call {
    border-right: 1px solid #fccb8d;
}

.book {
    border-left: 1px solid #fccb8d;
}

#cristinaForm, #alteaForm {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #19574b;
}

.item-cols {
    position: relative;
    overflow: hidden;
}

.item-col-2 {
    position: relative;
    float: left;
    width: 48%;
    text-align: left;
    margin: 0 1% 30px;
}

fieldset p {
    margin-top: 30px;
}

.item-col-last {
    text-align: center;
}

.item-col-last .special {
    font-size: 13px;
    line-height: 130%;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

fieldset legend, .item-col-last legend {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #19574b;
    color: #fccb8d;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
}

fieldset label, .item-col-last label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}

.hiddenlayer {
    position: absolute;
    height: 23px;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 50;
}

#ui-datepicker-div {
    z-index: 900 !important;
}

fieldset label input[type="text"] {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd7d1;
    background: none;
    padding: 3px 10px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    width: 55%;
    display: inline-block;
}

fieldset label input.nr {
    width: 25px;
}

fieldset label input.error {
    background-color: #FDF4F8;
    border-color: #8c1145;
}

fieldset label span {
    display: inline-block;
    width: 33%;
}

fieldset label span.req {
    font-weight: bolder;
}

fieldset label span.req:after {
    content: " (*)";
}

fieldset textarea {
    width: 95%;
    box-sizing: border-box;
    height: 160px;
    border: 1px solid #ddd7d1;
    background: none;
}

form button {
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

fieldset select[disabled] {
    -webkit-appearance: none;
}

fieldset textarea {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #19574b;
    padding: 10px;
}


form button.ui-datepicker-trigger {
    margin: 0;
    background: none;
    border: none;
}

.item-cols hr {
    display: none;
}

.item-privacy {
    font-size: 13px;
    border: 1px solid #ddd7d1;
    line-height: 130%;
    text-align: left;
    height: 70px;
    overflow: auto;
    margin-bottom: 20px;
}

.item-col-2-intern {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    font-size: 12px;
}

.item-col-2-intern label {
    width: 50%;
    float: left;
}

.item-col-2-intern select {
    margin-right: 5px;
}

.item-col-2-intern label span {
    display: none;
}

.item-col-2 fieldset, .item-col-last fieldset {
    border: 0 !important;
}

.anfrage-button {
    background-color: #19574b;
    color: #fccb8d;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 15px 20px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .5s;
}

.anfrage-button:hover, #richiesta input[type="submit"]:hover {
    background-color: #fccb8d;
    color: #19574b;
}

#alteaPrivacyText1 {
    width: 100%;
    resize: none;
    border: 0;
    border: 1px solid #ddd7d1;
    color: #3c3c3b;
    font-size: 13px;
    line-height: 130%;
    text-align: left;
    height: 70px;
    overflow: auto;
    margin-bottom: 20px;
}

#privacytxt {
    border: 1px solid #ddd7d1;
    padding: 10px;
    margin: 10px 0;
    display: block;
    font-size: 13px;
}

#richiesta input[type="text"] {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd7d1;
    background: none;
    padding: 3px 10px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    width: 55%;
    display: inline-block;
}

#richiesta td.titoloform {
    padding: 10px 5px;
    background: #353b44;
    color: #ffffff;
    font-weight: bold;
}

#richiesta input[type="submit"] {
    border: 0;
    color: #fff;
    text-transform: uppercase;
    background: #353b44;
    padding: 15px 25px;
    cursor: pointer;
}

.errorMessages {
    display: none;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #8c1111;
    padding: 10px;
    background-color: transparent;
    margin-top: 20px;
    vertical-align: middle;
    line-height: 17px;
    height: auto !important;
    font-weight: 700;
    color: #8c1111 !important;
}

.errorMessages label {
    display: list-item;
    list-style-type: none !important;
    margin-left: 0 !important;
    margin-bottom: 4px;
    font-size: 13px;
    text-align: left !important;
}

.errorMessages p {
    color: #8c1145;
    font-weight: bold;
    margin-top: 0;
}


.ui-datepicker table {
    background: #fff !important;
}

#ui-datepicker-div .ui-widget-header {
    border: 0 !important;
    background: #19574b !important;
    color: #fccb8d !important;
}

.ui-widget-content, .ui-widget-header {
    border: 0 !important;
    background: transparent !important;
    color: #333;
}

#tabs ul li {
    display: inline-block !important;
    margin-right: 15px !important;
    background: transparent;
}

#tabs ul li:hover, #tabs ul li:active, #tabs ul li:focus {
    background: #19574b;
    border: 1px solid #19574b;
}

#tabs ul li a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #19574b;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    width: auto;
    transition: all 0.2s ease;
    padding: 5px 40px;
}

#tabs ul li a:hover, #tabs ul li a:active, #tabs ul li a:focus, .btn-active {
    color: #fccb8d !important;
    background: #19574b !important;
    border-bottom: 1px solid #19574b !important;
}

#tabs ul li:last-child {
    margin-right: 0 !important;
}

#tabs ul {
    text-align: center !important;
    padding-bottom: 40px !important;
}

.price-table {
    overflow-x: auto;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 50px;
}

.price-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #19574b;
}

.price-table th, .price-table td {
    border: none;
    text-align: center;
    padding: 8px;
}

.price-table th {
    background: #19574b;
    color: #fccb8d;
}

.price-table td {
    background: #fccb8d;
    color: #19574b;
}

.price-table span {
    font-size: 14px
}

.price-style #content {
    background: none;
    margin-top: 0 !important;
    min-height: auto !important;
}


.app-container {
    position: relative;
    width: 100%;
    display: block;
    background: #333;
    font-size: 0;
}

.app-container + h2 {
    margin-top: 30px !important;
}

.mirror {
    direction: rtl;
}

.mirror p, .mirror a {
    direction: ltr;
}

.app-content, .app-photo {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.app-content {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 250%;
    letter-spacing: 1px;
    background: #19574b;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
}

.app-calltoactions {
    white-space: nowrap;
}

.app-calltoactions > * {
    margin: 0 20px;
}

.app-content p, .app-content h2, .app-content a {
    color: #fccb8d !important;
}

.app-content p, .app-content h2 {
    margin: 40px;
}

.app-content a {
    font-weight: 700;
    font-size: 17px;
    font-style: normal;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 35px;
    border: 1px solid #fccb8d;
    transition: .5s;
    text-decoration: none;
}

.app-content a:hover {
    background: #fccb8d !important;
    color: #19574b !important;
}

.app-price, .app-disp {
    display: inline-block;
}

.app-photo {
    position: relative;
    background: #333;
}

.app-photo img {
    width: auto;
    height: 370px;
}

.app-map a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fefefe;
    color: #333;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
}

.scroll-to-top {
    bottom: 60px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    z-index: 999;
    display: block;
    background-color: #19574b;
    cursor: pointer;
}

.scroll-to-top:before, .scroll-to-top:after {
    width: 2px;
    height: 12px;
    background-color: #fccb8d;
    content: "";
    position: absolute;
    top: 9px;
}

.scroll-to-top:before {
    left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scroll-to-top:after {
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.reqButton {
    background: #ffffff00;
    width: 10rem;
    height: 3rem;
    display: block;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    right: 7rem;
}

.reqButton a {
    line-height: 3rem;
    padding: 5px;
    color: #195649;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-size: 17px;
    background: #ffffff;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 700;
}

@media only screen and (max-width: 1300px) {
    .altabadia-box {
        margin: 0 25px;
    }

    .reqButton {
        right: 5rem;
    }
}

@media only screen and (max-width: 1235px) {
    .appartamenti-descrizione, .appartamenti-slider {
        display: block;
        width: 100%;
    }

    .reqButton {
        display: none;
    }

    .mobile-button {
        display: flex !important;
        justify-content: space-around;
        background: rgba(255, 255, 255, 0);
    }

    .book, .call {
        width: 31%;
        border: 0px;
    }

    .quickrequest-button {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    #nav {
        display: none;
    }

    .quick-button {
        display: block;
    }

    .header-item.navigation li {
        display: block !important;
        padding: 16px 0;
    }

    .header-item.navigation li a {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .header-item.navigation li:after {
        content: "" !important;
        margin: 0 !important;
    }

    .header-item.navigation ul li ul {
        display: none;
        position: inherit;
        width: 100%;
        background: rgba(252, 203, 141, 0.8);
        padding: 0;
        margin-top: 10px;
        z-index: 999;
    }

    .header-item.navigation ul li ul li {
        padding: 8px 0 !important;
    }

    .header-item.navigation ul li ul li:first-child {
        padding-top: 12px !important;
    }

    .header-item.navigation ul li ul li:last-child {
        padding-bottom: 12px !important;
    }

    .header-item.navigation ul li ul li a {
        font-size: 15px;
    }

    .header-item.navigation ul li ul li:after {
        content: "" !important;
        margin: 0 !important;
    }

    #nav ul li:hover ul {
        display: none;
    }

    #nav ul li.opensubnav ul {
        display: block !important;
        margin: 10px 0 0 0 !important;
    }

    .hamburger {
        display: inline-block;
    }

    .header-item.navigation {
        padding: 5px 0;
    }

    .lang-inline {
        top: 26px;
    }

    .box {
        margin: 0 96px;
        max-width: none;
    }

    .appartamenti-box {
        margin: 0;
        max-width: none;
        direction: rtl;
    }

    .altabadia-box p {
        margin-bottom: 35px;
    }

    .altabadia-box h2 {
        margin-top: 65px;
    }

    .altabadia-button {
        margin-bottom: 65px;
    }

    .footer-item.altea {
        top: -4px;
    }

    .quickrequest-button .inner, .quickrequest-body form {
        width: 100%;
        padding: 0 !important;
    }

    .quickrequest-form-box .form-item label, .quickrequest-form-box .form-item .form-preview .i2 {
        font-size: 17px;
    }

    .quickrequest-form-box .form-item .form-preview .i2 {
        line-height: 17px;
    }

    .quickrequest-form-box .form-item .form-preview .i1, .ui-spinner.ui-widget.ui-widget-content .ui-spinner-input {
        font-size: 70px;
        height: 70px;
        line-height: 70px;
    }

    .quickrequest-button .inner {
        height: 50px;
        margin-top: 40px;
    }

    .quickrequest-button button {
        height: 50px;
        font-size: 18px;
    }

    .quickrequest-form-box .form-item {
        width: 100px;
    }

    .app-content, .app-photo {
        display: block;
        width: 100%;
    }

    .reqButton {
        top: 64px;
        right: 0;
        z-index: 46;
    }
}

.popup-calltoaction-widget-by-altea {
    bottom: 55px !important;
}

@media only screen and (max-width: 959px) {
    .footer-item.copyright {
        left: 10px;
    }

    .footer-item.altea {
        right: 10px;
    }

    .item-col-2 {
        float: none;
        margin: 0 auto 20px;
        width: auto;
    }
}

@media only screen and (max-width: 765px) {
    .mobile-button {
        display: block !important;
    }

    .book, .call {
        display: inline-block;
        box-sizing: border-box;
        width: 50%;
        padding: 15px 0;
        background: #19574b;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .book {
        border-left: 1px solid #fccb8d;
    }

    .call {
        border-right: 1px solid #fccb8d;
    }

    .quickrequest-button {
        display: none !important;
    }

    .language {
        right: 16px;
    }

    .lang-inline {
        margin-left: -36px;
    }

    .header-item.logo {
        left: 16px;
        margin-top: -17px;
    }

    .header-item.logo img {
        width: 110px;
    }

    #content p, .altabadia-box p, .appartamenti-descrizione p {
        font-size: 14px;
        line-height: 220%;
    }

    #content h1, .altabadia-box h2, .appartamenti-box h2 {
        font-size: 30px !important;
        margin-bottom: 0 !important;
    }

    #content h2, #content h3 {
        font-size: 28px !important;
    }

    #content h1:after, .altabadia-box h2:after {
        content: url(https://www.chaletcristina.it/templates/chaletcristina/images/title-decoration-mobile.png) !important;
    }

    .appartamenti-box h2:after {
        content: url(https://www.chaletcristina.it/templates/chaletcristina/images/title-decoration-salmone-mobile.png) !important;
    }

    .altabadia-box h2 {
        margin-top: 40px;
    }

    .appartamenti-box h2 {
        margin: 0 !important;
        line-height: normal;
    }

    .altabadia-button {
        margin: 40px auto !important;
    }

    .altabadia-box p {
        text-align: justify;
    }

    .appartamenti-box {
        margin: 0 16px;
    }

    .appartamenti-box p {
        text-align: justify;
    }

    .box, .altabadia-box {
        margin: 0 16px;
    }

    .appartamenti-descrizione p {
        margin-left: 16px;
        margin-right: 16px;
        direction: ltr;
    }

    .footer-item.logo img { /*width: 150px;*/
        height: auto;
    }

    #footer {
        margin-bottom: 50px;
    }

    #content {
        margin-top: 100px;
        background: url(https://www.chaletcristina.it/templates/chaletcristina/images/bg-decoration.png) no-repeat center center;
    }

    #richiesta textarea {
        width: 80%;
    }

    .item-col-2-intern label {
        width: auto;
        float: none;
    }

    #map-canvas {
        background: url("https://www.chaletcristina.it/templates/chaletcristina/images/google-map-s.jpg") no-repeat center center;
        background-size: cover;
    }
}

@media only screen and (max-width: 600px) {
    .footer-meteo {
        display: none;
    }

    .box-footer {
        padding-top: 16px;
    }

    .footer-item.copyright, .footer-item.altea, .footer-item.menu {
        display: block;
        margin: 5px 0 !important;
    }

    .footer-item.copyright, .footer-item.altea {
        position: relative;
        left: auto;
        right: auto;
    }

    .no-mobile {
        display: none;
    }

    .footer-item.logo {
        padding: 30px 0 0 0;
    }

    .footer-item.address {
        padding-bottom: 1px;
    }

    .footer-item.address p {
        margin: 15px 16px;
    }

    .app-content a {
        font-size: 16px;
    }

    .app-content p, .app-content h2 {
        margin: 25px;
    }

    .app-price, .app-disp {
        display: block;
    }

    .app-calltoactions > * {
        margin: 15px 20px !important;
    }

}

@media print {
    #header, .header-item.navigation, .language, #slider-container, .slider-scroll-down, .section-quickrequest, #content h1:after, .weather-box, .footer-item.navigation, .footer-item.logo, .scroll-to-top, #google-map, #tabs ul li a, #tabs ul {
        display: none !important;
    }

    .box {
        padding: 60px 0 30px 0;
    }

    #content h1, #content h2, #content h3, #content p, #content a, .footer-item.address, .footer-item.address a, .price-table th, .price-table td {
        color: #000 !important;
    }

    .price-table th, .price-table td {
        border: 1px solid #000 !important;
    }

    #content a {
        text-decoration: none !important;
    }

    #content h1, #content h2, #content h3 {
        font-size: 35px;
    }
}


.jmap_filetree span.folder {
	display:none;
}}
