.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff
}
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {}.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}
.tooltipster-base .tooltipster-content {
    overflow: hidden
}
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}
.tooltipster-fade-show {
    opacity: 1
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}
.tooltipster-fall-show {}.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}
.tooltipster-slide.tooltipster-slide-show {}.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0
}
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.tooltipster-slideCustom {
    top: -40px;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.tooltipster-slideCustom.tooltipster-slide-show {}.tooltipster-slideCustom.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    top: 0px !important;
    opacity: 0
}
.dw {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 1001;
    color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    text-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden
}
.dwi {
    position: static;
    display: inline-block
}
.dwwr {
    min-width: 170px;
    zoom: 1;
    padding: 0 10px;
    text-align: center
}
.dw-persp,
.dwo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001
}
.dwo {
    background: #000;
    opacity: .7;
    filter: Alpha(Opacity=70)
}
.dw-bubble .dw {
    margin: 20px 0
}
.dw-bubble .dw-arrw {
    position: absolute;
    left: 0;
    width: 100%
}
.dw-bubble-top .dw-arrw {
    bottom: -36px
}
.dw-bubble-bottom .dw-arrw {
    top: -36px
}
.dw-bubble .dw-arrw-i {
    margin: 0 30px;
    position: relative;
    height: 36px
}
.dw-bubble .dw-arr {
    display: block
}
.dw-arr {
    display: none;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-width: 18px 18px;
    border-style: solid;
    margin-left: -18px
}
.dw-bubble-bottom .dw-arr {
    top: 0;
    border-color: transparent transparent #fff transparent
}
.dw-bubble-top .dw-arr {
    bottom: 0;
    border-color: #fff transparent transparent transparent
}
.dwc {
    padding: 30px 2px 5px 2px;
    display: inline-block
}
.dwl {
    text-align: center;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -30px;
    width: 100%
}
.dwv {
    padding: 10px 0;
    border-bottom: 1px solid #000
}
.dw-hidden {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden
}
.dwrc {
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.dwwc {
    margin: 0;
    padding: 0 2px;
    position: relative;
    background: #000;
    zoom: 1
}
.dwwl {
    margin: 4px 2px;
    padding: 0 2px;
    position: relative;
    z-index: 5
}
.dwww {
    position: relative;
    padding: 1px
}
.dww {
    overflow: hidden;
    position: relative;
    z-index: 2
}
.dw-moz .dww {
    opacity: .99
}
.dwsc .dwwl {
    background: #888;
    background: linear-gradient(#000 0%, #333 35%, #888 50%, #333 65%, #000 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0.35, #333), color-stop(0.50, #888), color-stop(0.65, #333), to(#000));
    background: -webkit-linear-gradient(#000 0%, #333 35%, #888 50%, #333 65%, #000 100%);
    background: -moz-linear-gradient(#000 0%, #333 35%, #888 50%, #333 65%, #000 100%)
}
.dwsc .dww {
    color: #fff;
    background: #444;
    background: linear-gradient(#000 0%, #444 45%, #444 55%, #000 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0.45, #444), color-stop(0.55, #444), to(#000));
    background: -webkit-linear-gradient(#000 0%, #444 45%, #444 55%, #000 100%);
    background: -moz-linear-gradient(#000 0%, #444 45%, #444 55%, #000 100%)
}
.dw-bf {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden
}
.dw-ul {
    position: relative;
    z-index: 2
}
.dw-li {
    padding: 0 5px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    white-space: nowrap;
    text-shadow: 0 1px 1px #000;
    vertical-align: bottom;
    opacity: .3;
    filter: Alpha(Opacity=30)
}
.dw-li.dw-hl {
    background: #fff;
    background: rgba(255, 255, 255, .3)
}
.dw-li.dw-v {
    opacity: 1;
    filter: Alpha(Opacity=100)
}
.dw-li.dw-h {
    visibility: hidden
}
.dw-i {
    position: relative;
    height: 100%
}
.dwwb {
    position: absolute;
    z-index: 4;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 40px;
    text-align: center;
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}
.dwa .dwwb {
    opacity: 0
}
.dwwbp {
    top: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 40px
}
.dwwbm {
    bottom: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-size: 32px;
    font-weight: bold
}
.dwpm .dwwc {
    background: transparent
}
.dwpm .dwwl {
    padding: 0
}
.dwpm .dw-li {
    text-shadow: none
}
.dwpm .dwwol {
    display: none
}
.dwwo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000 0%, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0.52, rgba(44, 44, 44, 0)), color-stop(0.48, rgba(44, 44, 44, 0)), to(#000));
    background: -webkit-linear-gradient(#000 0%, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000 100%);
    background: -moz-linear-gradient(#000 0%, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000 100%);
    pointer-events: none
}
.dwwol {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: -1px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #555;
    pointer-events: none
}
.dwbg .dwb {
    cursor: pointer;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    background: #000;
    background: linear-gradient(#6e6e6e 50%, #000 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #000), color-stop(0.5, #6e6e6e));
    background: -webkit-linear-gradient(#6e6e6e 50%, #000 50%);
    background: -moz-linear-gradient(#6e6e6e 50%, #000 50%);
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -webkit-backface-visibility: hidden
}
.dwbc {
    padding: 5px 0;
    text-align: center
}
.dwbw {
    display: inline-block;
    width: 50%;
    position: relative;
    z-index: 5
}
.dwbc-p .dwbw {
    width: 33.33%
}
.dwhl {
    padding-top: 10px
}
.dwhl .dwl {
    display: none
}
.dwms .dwwms .dw-li {
    padding: 0 40px;
    position: relative
}
.dwms .dw-msel:after {
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    content: '✔'
}
.dwbg {
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px
}
.dwbg .dwpm .dwwl {
    border: 1px solid #aaa
}
.dwbg .dwpm .dww {
    color: #000;
    background: #fff;
    -webkit-border-radius: 3px
}
.dwbg .dwwb {
    background: #ccc;
    color: #888;
    text-shadow: 0 -1px 1px #333;
    box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333
}
.dwbg .dwwbp {
    background: linear-gradient(#f7f7f7, #bdbdbd);
    background: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), to(#f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7, #bdbdbd);
    background: -moz-linear-gradient(#f7f7f7, #bdbdbd)
}
.dwbg .dwwbm {
    background: linear-gradient(#bdbdbd, #f7f7f7);
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#bdbdbd));
    background: -webkit-linear-gradient(#bdbdbd, #f7f7f7);
    background: -moz-linear-gradient(#bdbdbd, #f7f7f7)
}
.dwbg .dwbc {
    font-size: 0
}
.dwbg .dwb-a {
    background: #3c7500;
    background: linear-gradient(#94c840 50%, #3c7500 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3c7500), color-stop(0.5, #94c840));
    background: -webkit-linear-gradient(#94c840 50%, #3c7500 50%);
    background: -moz-linear-gradient(#94c840 50%, #3c7500 50%)
}
.dwbg .dwwl .dwb-a {
    background: #3c7500;
    background: linear-gradient(#94c840, #3c7500);
    background: -webkit-gradient(linear, left bottom, left top, from(#3c7500), to(#94c840));
    background: -webkit-linear-gradient(#94c840, #3c7500);
    background: -moz-linear-gradient(#94c840, #3c7500)
}
.jqm .dwo {
    background: none
}
.jqm .dw {
    padding: 6px;
    z-index: 1003
}
.jqm .dwv {
    position: static;
    width: auto;
    padding: .7em 15px .7em 15px;
    border: 0
}
.jqm .dwwr {
    border: 0;
    padding: 0
}
.jqm .dwpm .dwwo {
    background: none
}
.jqm .dwc {
    padding: 30px 5px 5px 5px
}
.jqm .dwhl {
    padding: 5px
}
.jqm .dwwb {
    margin: 0;
    border: 0
}
.jqm .dwwb span {
    padding: 0
}
.jqm .dwwbp .ui-btn-inner {
    font-size: 40px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0
}
.jqm .dwwbm .ui-btn-inner {
    font-size: 32px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px
}
.jqm .dwwbp span {
    font-weight: normal
}
.jqm .dwbc {
    padding: 0
}
.jqm .dwbc .ui-btn {
    margin: .5em 5px
}
.jqm .dwbc .ui-btn-inner {
    font-size: 12px
}
.jqm .dwpm .dwl {
    border: 0;
    background: none
}
.jqm .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #444 transparent
}
.jqm .dw-bubble-top .dw-arr {
    border-color: #222 transparent transparent transparent
}
.jqm.dw-bottom .dw,
.jqm.dw-top .dw {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}
.jqm.dw-top .dw {
    border-right: 0;
    border-top: 0;
    border-left: 0
}
.jqm.dw-bottom .dw {
    border-bottom: 0;
    border-right: 0;
    border-left: 0
}
.android .dw {
    padding: 0;
    background: #000;
    border: 2px solid #555;
    color: #fff
}
.android .dwv {
    padding: 10px;
    border-bottom: 1px solid #333
}
.android .dwwr {
    padding: 0
}
.android .dww {
    top: 0
}
.android .dwwc {
    background: #000
}
.android .dw .dwpm .dww,
.android .dw .dwpm .dwwl {
    border: 0;
    background: #fff
}
.android .dw .dwpm .dww {
    margin: 0
}
.android .dwpm .dww .dw-li {
    color: #000;
    text-shadow: none
}
.android .dwbc {
    padding: 5px 1px;
    background: #9c9c9c
}
.android .dw .dwb {
    margin: 0 5px;
    background: #ccc;
    background: linear-gradient(#eee, #ccc);
    background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee));
    background: -moz-linear-gradient(#eee, #ccc);
    background: -o-linear-gradient(#eee, #ccc);
    color: #000;
    font-weight: normal;
    text-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.android .dw .dwb-a,
.android .dw .dwwl .dwb-a {
    background: #ffb25a;
    background: linear-gradient(#ffb25a, #ef6100);
    background: -webkit-gradient(linear, left bottom, left top, from(#ef6100), to(#ffb25a));
    background: -moz-linear-gradient(#ffb25a, #ef6100);
    background: -o-linear-gradient(#ffb25a, #ef6100)
}
.android .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #000 transparent
}
.android .dw-bubble-top .dw-arr {
    border-color: #9c9c9c transparent transparent transparent
}
.android.dw-top .dw,
.android.dw-bottom .dw {
    border-right: 0;
    border-left: 0
}
.android.dw-top .dw {
    border-top: 0
}
.android.dw-bottom .dw {
    border-bottom: 0
}
.android-ics .dw {
    padding: 0;
    color: #31b6e7;
    background: #292829
}
.android-ics .dw .dwwc,
.android-ics .dw .dwwl,
.android-ics .dw .dww,
.android-ics .dw .dwb,
.android-ics .dw .dwpm .dww {
    background: none
}
.android-ics .dwwr {
    padding: 0
}
.android-ics .dwc {
    padding: 30px 10px 1px 10px
}
.android-ics .dwhl {
    padding: 1px 10px
}
.android-ics .dwv {
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-bottom: 2px solid #31b6e7;
    font-size: 18px
}
.android-ics .dwwl {
    margin: 0 2px
}
.android-ics .dww,
.android-ics .dw .dwpm .dwwl,
.android-ics .dw .dwpm .dww {
    border: 0
}
.android-ics .dww .dw-li {
    color: #fff;
    font-size: 18px;
    text-shadow: none
}
.android-ics .dww .dw-li.dw-hl {
    background: #31b6e7;
    background: rgba(49, 182, 231, .5)
}
.android-ics .dwwo {
    background: linear-gradient(#282828 0%, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(0.52, rgba(40, 40, 40, 0)), color-stop(0.48, rgba(40, 40, 40, 0)), to(#282828));
    background: -moz-linear-gradient(#282828 0%, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828 100%);
    background: -o-linear-gradient(#282828 0%, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828 100%)
}
.android-ics .dw .dwwb {
    background: #292829;
    box-shadow: none;
    -webkit-box-shadow: none
}
.android-ics .dwwb span {
    display: none
}
.android-ics .dwwb:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: #7e7e7e;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    content: ''
}
.android-ics .dwwbm {
    top: 0;
    bottom: auto
}
.android-ics .dwwbp {
    bottom: 0;
    top: auto
}
.android-ics .dwwbm:after {
    border-color: transparent transparent #7e7e7e transparent
}
.android-ics .dwwbp:after {
    border-color: #7e7e7e transparent transparent transparent
}
.android-ics .dw .dwwl .dwb-a {
    background: #292829
}
.android-ics .dwwbm.dwb-a:after {
    border-color: transparent transparent #319abd transparent
}
.android-ics .dwwbp.dwb-a:after {
    border-color: #319abd transparent transparent transparent
}
.android-ics .dw .dwwol {
    width: 60%;
    left: 20%;
    height: 36px;
    border-top: 2px solid #31b6e7;
    border-bottom: 2px solid #31b6e7;
    margin-top: -20px;
    display: block
}
.android-ics .dwbc {
    border-top: 1px solid #424542;
    padding: 0
}
.android-ics .dw .dwb {
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none
}
.android-ics .dw .dwb-a {
    background: #29799c
}
.android-ics .dwb-s .dwb,
.android-ics .dwb-n .dwb {
    border-right: 1px solid #424542
}
.android-ics.dw-bottom .dw,
.android-ics.dw-top .dw {
    border-radius: 0;
    -webkit-border-radius: 0
}
.android-ics .dwwms .dwwol {
    display: none
}
.android-ics .dwwms .dw-li {
    padding-left: 5px;
    padding-right: 36px
}
.android-ics .dwwms .dw-li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    color: #31b6e7;
    line-height: 14px;
    border: 1px solid #424542;
    text-shadow: 0 0 5px #29799c
}
.android-ics .dwwms .dw-msel:after {
    content: '✔'
}
.android-ics.light .dw {
    background: #f5f5f5
}
.android-ics.light .dww .dw-li {
    color: #000
}
.android-ics.light .dwwo {
    background: linear-gradient(#f5f5f5 0%, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(#f5f5f5));
    background: -moz-linear-gradient(#f5f5f5 0%, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5 100%);
    background: -o-linear-gradient(#f5f5f5 0%, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5 100%)
}
.android-ics.light .dw .dwwb {
    background: #f5f5f5;
    color: #f5f5f5
}
.android-ics.light .dwbc {
    border-top: 1px solid #dbdbdb
}
.android-ics.light .dwb {
    color: #000
}
.android-ics.light .dwb-a {
    color: #fff
}
.android-ics.light .dwb-s .dwb,
.android-ics.light .dwb-n .dwb {
    border-right: 1px solid #dbdbdb
}
.android-ics .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #292829 transparent
}
.android-ics .dw-bubble-top .dw-arr {
    border-color: #292829 transparent transparent transparent
}
.android-ics.light .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #f5f5f5 transparent
}
.android-ics.light .dw-bubble-top .dw-arr {
    border-color: #f5f5f5 transparent transparent transparent
}
.android-ics.light .dwwms .dw-li:after {
    text-shadow: 0 0 5px #31b6e7
}
.ios .dw {
    min-width: 134px;
    padding: 0;
    border: 1px solid #2d3034;
    background: none;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0
}
.ios .dwo {
    background: none
}
.ios .dwwr {
    position: relative;
    margin-top: 40px;
    background: #50515d;
    background: linear-gradient(#9f9fa6, #484a55 50%, #272836 50%, #282a39);
    background: -webkit-gradient(linear, left top, left bottom, from(#9f9fa6), color-stop(0.5, #484a55), color-stop(0.5, #272836), to(#282a39));
    background: -webkit-linear-gradient(#9f9fa6, #484a55 50%, #272836 50%, #282a39);
    background: -moz-linear-gradient(#9f9fa6, #484a55 50%, #272836 50%, #282a39)
}
.ios .dwi .dwwr {
    margin-top: 0
}
.ios .dwv {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden
}
.ios .dwc {
    padding: 30px 2px;
    margin: 0
}
.ios .dwhl {
    padding: 10px 2px
}
.ios .dwwc {
    background: transparent
}
.ios .dwwl {
    margin: 4px 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #cbcce0;
    background: linear-gradient(#2c2c38 0%, #cbcce0 35%, #cbcce0 65%, #2c2c38 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#2c2c38), color-stop(0.35, #cbcce0), color-stop(0.65, #cbcce0), to(#2c2c38));
    background: -webkit-linear-gradient(#2c2c38 0%, #cbcce0 35%, #cbcce0 65%, #2c2c38 100%);
    background: -moz-linear-gradient(#2c2c38 0%, #cbcce0 35%, #cbcce0 65%, #2c2c38 100%);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3)
}
.ios td:first-child .dwwl {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px
}
.ios td:last-child .dwwl {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px
}
.ios .dwsc .dwwl {
    border-radius: 0;
    -webkit-border-radius: 0
}
.ios .dwsc .dww {
    background: #fff;
    background: linear-gradient(#333 0%, #999 10%, #fff 30%, #fff 70%, #999 90%, #333 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#333), color-stop(0.10, #999), color-stop(0.30, #fff), color-stop(0.70, #fff), color-stop(0.90, #999), to(#333));
    background: -webkit-linear-gradient(#333 0%, #999 10%, #fff 30%, #fff 70%, #999 90%, #333 100%);
    background: -moz-linear-gradient(#333 0%, #999 10%, #fff 30%, #fff 70%, #999 90%, #333 100%);
    border-radius: 0;
    -webkit-border-radius: 0
}
.ios .dw .dwpm .dww {
    background: linear-gradient(#333, #fff 48%, #fff 52%, #333);
    background: -webkit-gradient(linear, left bottom, left top, from(#333), color-stop(0.48, #fff), color-stop(0.52, #fff), to(#333));
    background: -webkit-linear-gradient(#333 0%, #fff 48%, #fff 52%, #333 100%);
    background: -moz-linear-gradient(#333 0%, #fff 48%, #fff 52%, #333 100%)
}
.ios .dw .dwpm .dwwl {
    margin: 4px 2px;
    border: 1px solid #000
}
.ios .dw .dwpm .dww {
    margin: 0;
    border: 0
}
.ios .dww .dw-li {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    text-shadow: none
}
.ios .dww .dw-li.dw-hl {
    background: linear-gradient(#0288f3, #005de6);
    background: -webkit-gradient(linear, left bottom, left top, from(#0288f3), to(#005de6));
    background: -webkit-linear-gradient(#0288f3, #005de6);
    background: -moz-linear-gradient(#0288f3, #005de6);
    color: #fff
}
.ios .dwwo {
    background: linear-gradient(#333 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0) 90%, #333 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#333), color-stop(0.1, rgba(153, 153, 153, 0)), color-stop(0.9, rgba(153, 153, 153, 0)), to(#333));
    background: -webkit-linear-gradient(#333 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0) 90%, #333 100%);
    background: -moz-linear-gradient(#333 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0) 90%, #333 100%)
}
.ios .dwwol {
    height: 28px;
    padding: 1px;
    margin-top: -16px;
    border-color: #7b8699;
    background: #6f75b0;
    background: linear-gradient(rgba(151, 157, 197, 0.5) 50%, rgba(111, 117, 176, 0.5) 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgba(111, 117, 176, 0.5)), color-stop(0.5, rgba(151, 157, 197, 0.5)));
    background: -webkit-linear-gradient(rgba(151, 157, 197, 0.5) 50%, rgba(111, 117, 176, 0.5) 50%);
    background: -moz-linear-gradient(rgba(151, 157, 197, 0.5) 50%, rgba(111, 117, 176, 0.5) 50%);
    z-index: 10;
    left: -1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50)
}
.ios .dww .dwwol {
    display: none
}
.ios .dw .dwbc {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 28px;
    padding: 5px 0;
    background: #454545;
    background: linear-gradient(rgba(69, 69, 69, 0.7), rgba(37, 37, 37, 0.7) 50%, rgba(16, 16, 16, 0.7) 50%, rgba(0, 0, 0, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 69, 69, 0.7)), color-stop(0.5, rgba(37, 37, 37, 0.7)), color-stop(0.5, rgba(16, 16, 16, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(rgba(69, 69, 69, 0.7), rgba(37, 37, 37, 0.7) 50%, rgba(16, 16, 16, 0.7) 50%, rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(rgba(69, 69, 69, 0.7), rgba(37, 37, 37, 0.7) 50%, rgba(16, 16, 16, 0.7) 50%, rgba(0, 0, 0, 0.7));
    border-bottom: 1px solid #888;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid #888;
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}
.ios .dw .dwb {
    margin: 0 5px;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #1f1f1f;
    background: #1a1a1a;
    background: linear-gradient(#7b7b7b, #1a1a1a 50%, #000 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b), color-stop(0.5, #1a1a1a), color-stop(0.5, #000));
    background: -webkit-linear-gradient(#7b7b7b, #1a1a1a 50%, #000 50%);
    background: -moz-linear-gradient(#7b7b7b, #1a1a1a 50%, #000 50%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3)
}
.ios .dwb-s .dwb {
    border: 1px solid #194aab;
    background: #194aab;
    background: linear-gradient(#82aaff, #3162c4 50%, #194aab 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#82aaff), color-stop(0.5, #3162c4), color-stop(0.5, #194aab));
    background: -webkit-linear-gradient(#82aaff, #3162c4 50%, #194aab 50%);
    background: -moz-linear-gradient(#82aaff, #3162c4 50%, #194aab 50%)
}
.ios .dwb-a {
    opacity: .8;
    filter: alpha(opacity=80)
}
.ios .dw .dwwb {
    color: #fff;
    border: 0;
    background: #3f4e68;
    background: linear-gradient(#c7d1e2 0%, #808ea6 50%, #75859f 50%, #3f4e68 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#3f4e68), color-stop(0.5, #75859f), color-stop(0.5, #808ea6), to(#c7d1e2));
    background: -webkit-linear-gradient(#c7d1e2 0%, #808ea6 50%, #75859f 50%, #3f4e68 100%);
    background: -moz-linear-gradient(#c7d1e2 0%, #808ea6 50%, #75859f 50%, #3f4e68 100%)
}
.ios .dw .dwwl .dwb-a {
    background: #252c36;
    background: linear-gradient(#6b6e75 0%, #272e38 50%, #171e28 50%, #252c36 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#252c36), color-stop(0.5, #171e28), color-stop(0.5, #272e38), to(#6b6e75));
    background: -webkit-linear-gradient(#6b6e75 0%, #272e38 50%, #171e28 50%, #252c36 100%);
    background: -moz-linear-gradient(#6b6e75 0%, #272e38 50%, #171e28 50%, #252c36 100%)
}
.ios .dwb-s,
.ios .dwb-n {
    width: auto;
    float: right;
    text-align: right
}
.ios .dwb-c {
    width: auto;
    float: left;
    text-align: left
}
.ios.dw-bubble .dw {
    padding: 6px;
    background: #afafaf;
    background: linear-gradient(#afafaf, #1b2530 30%);
    background: -webkit-gradient(linear, left top, left bottom, from(#afafaf), color-stop(0.3, #1b2530));
    background: -webkit-linear-gradient(#afafaf, #1b2530 30%);
    background: -moz-linear-gradient(#afafaf, #1b2530 30%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.7)
}
.ios .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #2d3034 transparent
}
.ios .dw-bubble-bottom .dw-arr:after {
    content: '';
    position: absolute;
    top: -16px;
    left: -17px;
    border: 17px solid #afafaf;
    border-color: transparent transparent #afafaf transparent
}
.ios .dw-bubble-top .dw-arr {
    border-color: #1b2530 transparent transparent transparent
}
.ios .dwwms .dwwol {
    display: none
}
.ios .dwwms .dw-li {
    padding: 0 5px 0 30px;
    text-align: left
}
.ios .dw-msel:after {
    width: 30px
}
.ios .dww .dw-msel {
    color: #215085
}
.sense-ui .dw {
    padding: 0;
    background: #333;
    border: 2px solid #fff;
    color: #fff
}
.sense-ui .dwwr {
    padding: 0
}
.sense-ui .dwv {
    padding: 5px 10px;
    border-bottom: 1px solid #666;
    text-align: left
}
.sense-ui .dwwc {
    background: #333
}
.sense-ui .dw .dwpm .dwwl,
.sense-ui .dw .dwpm .dww {
    background: #fff;
    border: 0;
    padding: 0
}
.sense-ui .dwbc {
    padding: 5px 1px;
    background: #000;
    background: linear-gradient(#666 50%, #000 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #000), color-stop(0.5, #666));
    background: -moz-linear-gradient(#666 50%, #000 50%);
    background: -o-linear-gradient(#666 50%, #000 50%)
}
.sense-ui .dw .dwb {
    margin: 0 5px;
    border: 1px solid #333;
    background: #222;
    background: linear-gradient(#444, #000);
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#444));
    background: -moz-linear-gradient(#444, #000);
    background: -o-linear-gradient(#444, #000);
    box-shadow: inset 0 0 5px #000
}
.sense-ui .dw .dwb-a {
    background: #3c7500;
    background: linear-gradient(#94c840, #3c7500);
    background: -webkit-gradient(linear, left bottom, left top, from(#3c7500), to(#94c840));
    background: -moz-linear-gradient(#94c840, #3c7500);
    background: -o-linear-gradient(#94c840, #3c7500)
}
.sense-ui.dw-top .dw {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0
}
.sense-ui.dw-bottom .dw {
    border: 0;
    border-top: 1px solid #666;
    border-radius: 0;
    -webkit-border-radius: 0
}
.wp .dw {
    background: #1f1f1f;
    border-radius: 0;
    -webkit-border-radius: 0
}
.wp .dwwr {
    padding: 10px
}
.wp .dwv {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden
}
.wp .dwc {
    padding: 30px 0 0 0;
    vertical-align: middle
}
.wp .dwhl {
    padding: 0
}
.wp .dwwc {
    padding: 3px;
    background: none
}
.wp .dwwl {
    margin: 0;
    padding: 0 2px;
    background: none
}
.wp .dwl {
    color: #fff
}
.wp .dw .dwwl .dww {
    background: none;
    border: 0;
    color: #fff
}
.wp .dw-li {
    position: relative;
    padding: 0;
    font-size: 26px;
    letter-spacing: -1px;
    text-align: left;
    text-shadow: none;
    opacity: 0;
    box-sizing: border-box;
    filter: Alpha(Opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.wp .dw-i {
    position: relative;
    top: 4%;
    height: 92%;
    padding: 0 5px;
    border: 1px solid #4c4c4c;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: inherit
}
.wp .wpa .dw-li,
.wp .dwa .dw-li {
    opacity: .3;
    filter: Alpha(Opacity=30)
}
.wp .wpa .dw-v,
.wp .dwa .dw-v,
.wp .wpam .dw-v {
    opacity: 1;
    filter: Alpha(Opacity=100)
}
.wp .dw-day,
.wp .dw-mon {
    display: block;
    color: #a9a9a9;
    line-height: 18px;
    font-size: 11px;
    letter-spacing: normal;
    position: absolute;
    bottom: 0;
    filter: inherit
}
.wp .dw-sel {
    opacity: 1;
    filter: Alpha(Opacity=100)
}
.wp .dw .dw-sel .dw-i {
    color: #fff;
    background: #4c4c4c
}
.wp .dw-sel .dw-day,
.wp .dw-sel .dw-mon {
    color: #fff
}
.wp .dw-hl {
    background: none
}
.wp .dw-hl .dw-i {
    background: #4c4c4c
}
.wp .dwa .dww .dw-sel .dw-i {
    border: 1px solid #4c4c4c;
    background-color: transparent
}
.wp .dwa .dw-day,
.wp .dwa .dw-month {
    color: #a9a9a9
}
.wp .dwwo {
    display: none
}
.wp .dwwol {
    display: none
}
.wp .dwbc {
    padding: 0
}
.wp .dwbw {
    float: none;
    width: auto
}
.wp .dw .dwb {
    position: relative;
    top: 0;
    min-width: 32px;
    display: inline-block;
    height: 20px;
    padding: 29px 5px 0 5px;
    background: none;
    box-shadow: none;
    line-height: 20px;
    font-size: 11px;
    font-weight: normal;
    text-transform: lowercase;
    text-shadow: none;
    transition: top .1s linear;
    -webkit-box-shadow: none;
    -webkit-transition: top .1s linear;
    -moz-transition: top .1s linear
}
.wp .dwb:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: 0 -13px;
    background: url(/css/plugins/mobiscroll/wp_icons.png) center center no-repeat
}
.wp .dwb-s .dwb:after {
    background-position: 0 0
}
.wp .dwb-c .dwb:after {
    background-position: -26px 0
}
.wp .dwb-n .dwb:after {
    background-position: -52px 0
}
.wp .dwb-s .dwb-a:after {
    background-position: 0 -26px
}
.wp .dwb-c .dwb-a:after {
    background-position: -26px -26px
}
.wp .dwb-n .dwb-a:after {
    background-position: -52px -26px
}
.wp .dwb.dwb-a {
    top: -3px
}
.wp .dw .dwwl .dwb-a {
    background: #1f1f1f
}
.wp .dw .dwpm .dwwl {
    border: 0
}
.wp .dw .dwwb {
    background: #1f1f1f;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #a9a9a9;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.wp .dwwb span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 0;
    padding-top: 26px;
    overflow: hidden;
    margin: -13px;
    display: block;
    background: url(/css/plugins/mobiscroll/wp_icons.png) center center no-repeat
}
.wp .dwwbp span {
    background-position: -78px 0
}
.wp .dwwbp.dwb-a span {
    background-position: -78px -26px
}
.wp .dwwbm span {
    background-position: -104px 0
}
.wp .dwwbm.dwb-a span {
    background-position: -104px -26px
}
.wp .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #1f1f1f transparent
}
.wp .dw-bubble-top .dw-arr {
    border-color: #1f1f1f transparent transparent transparent
}
.wp .dwwms .dw-li {
    opacity: .3;
    filter: Alpha(Opacity=30);
    padding: 0 0 0 30px
}
.wp .dwwms .dw-v {
    opacity: 1;
    filter: Alpha(Opacity=100)
}
.wp .dwc .dwwms .dw-i,
.wp .dwc .dwwms .dw-sel .dw-i,
.wp .dwc .dwwms .dw-hl .dw-i,
.wp .dwc .dwwms.dwa .dw-sel .dw-i {
    border: 0;
    background: none
}
.wp .dwwms .dw-li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 18px;
    line-height: 20px;
    background: #4c4c4c;
    color: #fff
}
.wp .dwwms .dw-msel:after {
    content: '✔'
}
.wp.light .dw {
    background: #dedede
}
.wp.light .dwv,
.wp.light .dwl,
.wp.light .dwb {
    color: #000
}
.wp.light .dw-li {
    color: #6b6b6b
}
.wp.light .dw-i {
    border-color: #b5b5b5
}
.wp.light .dw-sel .dw-i {
    background: #b5b5b5
}
.wp.light .dw-hl .dw-i {
    color: #fff;
    background: #b5b5b5
}
.wp.light .dw-day,
.wp.light .dw-mon {
    color: #6b6b6b
}
.wp.light .dw-sel .dw-day,
.wp.light .dw-sel .dw-mon {
    color: #fff
}
.wp.light .dw .dwa .dw-sel .dw-i {
    color: #6b6b6b;
    border: 1px solid #b5b5b5;
    background-color: transparent
}
.wp.light .dw .dwc .dwa .dw-day,
.wp.light .dw .dwc .dwa .dw-mon {
    color: #6b6b6b
}
.wp.light .dwb:after {
    background-image: url(/css/plugins/mobiscroll/wp_icons_light.png)
}
.wp.light .dw .dwwb {
    background: #dedede
}
.wp.light .dwwb span {
    background-image: url(/css/plugins/mobiscroll/wp_icons_light.png)
}
.wp.light .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #dedede transparent
}
.wp.light .dw-bubble-top .dw-arr {
    border-color: #dedede transparent transparent transparent
}
.wp.light .dwc .dwwms .dw-i,
.wp.light .dwwms.dwa .dw-sel .dw-i {
    border: 0;
    background: none;
    color: #000
}
.wp.light .dwwms .dw-li:after {
    background: #b5b5b5
}
.wp.light .wp-none .dwwms .dw-li:after {
    color: #000
}
.wp.light .wp-none .dw-sel .dw-i,
.wp.light .wp-none .dw-hl .dw-i {
    color: #000
}
.wp.light .wp-none .dw-day,
.wp.light .wp-none .dw-mon {
    color: #6b6b6b
}
.wp .wp-lime .dw-sel .dw-i,
.wp .wp-lime .dw-hl .dw-i,
.wp .wp-lime .dwwms .dw-li:after {
    background: #a4c400;
    border-color: #a4c400
}
.wp .wp-green .dw-sel .dw-i,
.wp .wp-green .dw-hl .dw-i,
.wp .wp-green .dwwms .dw-li:after {
    background: #60a917;
    border-color: #60a917
}
.wp .wp-emerald .dw-sel .dw-i,
.wp .wp-emerald .dw-hl .dw-i,
.wp .wp-emerald .dwwms .dw-li:after {
    background: #008a00;
    border-color: #008a00
}
.wp .wp-teal .dw-sel .dw-i,
.wp .wp-teal .dw-hl .dw-i,
.wp .wp-teal .dwwms .dw-li:after {
    background: #00aba9;
    border-color: #00aba9
}
.wp .wp-cyan .dw-sel .dw-i,
.wp .wp-cyan .dw-hl .dw-i,
.wp .wp-cyan .dwwms .dw-li:after {
    background: #1ba1e2;
    border-color: #1ba1e2
}
.wp .wp-cobalt .dw-sel .dw-i,
.wp .wp-cobalt .dw-hl .dw-i,
.wp .wp-cobalt .dwwms .dw-li:after {
    background: #0050ef;
    border-color: #0050ef
}
.wp .wp-indigo .dw-sel .dw-i,
.wp .wp-indigo .dw-hl .dw-i,
.wp .wp-indigo .dwwms .dw-li:after {
    background: #6a00ff;
    border-color: #6a00ff
}
.wp .wp-violet .dw-sel .dw-i,
.wp .wp-violet .dw-hl .dw-i,
.wp .wp-violet .dwwms .dw-li:after {
    background: #a0f;
    border-color: #a0f
}
.wp .wp-pink .dw-sel .dw-i,
.wp .wp-pink .dw-hl .dw-i,
.wp .wp-pink .dwwms .dw-li:after {
    background: #f472d0;
    border-color: #f472d0
}
.wp .wp-magenta .dw-sel .dw-i,
.wp .wp-magenta .dw-hl .dw-i,
.wp .wp-magenta .dwwms .dw-li:after {
    background: #d80073;
    border-color: #d80073
}
.wp .wp-crimson .dw-sel .dw-i,
.wp .wp-crimson .dw-hl .dw-i,
.wp .wp-crimson .dwwms .dw-li:after {
    background: #a20025;
    border-color: #a20025
}
.wp .wp-red .dw-sel .dw-i,
.wp .wp-red .dw-hl .dw-i,
.wp .wp-red .dwwms .dw-li:after {
    background: #e51400;
    border-color: #e51400
}
.wp .wp-orange .dw-sel .dw-i,
.wp .wp-orange .dw-hl .dw-i,
.wp .wp-orange .dwwms .dw-li:after {
    background: #fa6800;
    border-color: #fa6800
}
.wp .wp-amber .dw-sel .dw-i,
.wp .wp-amber .dw-hl .dw-i,
.wp .wp-amber .dwwms .dw-li:after {
    background: #f0a30a;
    border-color: #f0a30a
}
.wp .wp-yellow .dw-sel .dw-i,
.wp .wp-yellow .dw-hl .dw-i,
.wp .wp-yellow .dwwms .dw-li:after {
    background: #d8c100;
    border-color: #d8c100
}
.wp .wp-brown .dw-sel .dw-i,
.wp .wp-brown .dw-hl .dw-i,
.wp .wp-brown .dwwms .dw-li:after {
    background: #825a2c;
    border-color: #825a2c
}
.wp .wp-olive .dw-sel .dw-i,
.wp .wp-olive .dw-hl .dw-i,
.wp .wp-olive .dwwms .dw-li:after {
    background: #6d8764;
    border-color: #6d8764
}
.wp .wp-steel .dw-sel .dw-i,
.wp .wp-steel .dw-hl .dw-i,
.wp .wp-steel .dwwms .dw-li:after {
    background: #647687;
    border-color: #647687
}
.wp .wp-mauve .dw-sel .dw-i,
.wp .wp-mauve .dw-hl .dw-i,
.wp .wp-mauve .dwwms .dw-li:after {
    background: #76608a;
    border-color: #76608a
}
.wp .wp-sienna .dw-sel .dw-i,
.wp .wp-sienna .dw-hl .dw-i,
.wp .wp-sienna .dwwms .dw-li:after {
    background: #7a3b3f;
    border-color: #7a3b3f
}
.dw-trans .dw-persp {
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px
}
.dw-trans .dwwb,
.dw-trans .dwwo {
    -webkit-backface-visibility: hidden
}
.dw-in,
.dw-out {
    animation-duration: 350ms;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms
}
.dw-in {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out
}
.dw-out {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in
}
.dw-flip,
.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
    backface-visibility: hidden;
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-backface-visibility: hidden;
    -moz-transform: translateX(0)
}
.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0
}
.dw-flip,
.dw-pop {
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%
}
.dw-pop.dw-in {
    opacity: 1;
    transform: scale(1);
    animation-name: dw-p-in;
    -webkit-animation-name: dw-p-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-p-in;
    -moz-transform: scale(1)
}
.dw-pop.dw-out {
    opacity: 0;
    animation-name: dw-p-out;
    -webkit-animation-name: dw-p-out;
    -moz-animation-name: dw-p-out
}
.dw-flip.dw-in {
    opacity: 1;
    transform: scale(1);
    animation-name: dw-fl-in;
    -webkit-animation-name: dw-fl-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-fl-in;
    -moz-transform: scale(1)
}
.dw-flip.dw-out {
    opacity: 0;
    animation-name: dw-fl-out;
    -webkit-animation-name: dw-fl-out;
    -moz-animation-name: dw-fl-out
}
.dw-swing.dw-in {
    opacity: 1;
    transform: scale(1);
    animation-name: dw-sw-in;
    -webkit-animation-name: dw-sw-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-sw-in;
    -moz-transform: scale(1)
}
.dw-swing.dw-out {
    opacity: 0;
    animation-name: dw-sw-out;
    -webkit-animation-name: dw-sw-out;
    -moz-animation-name: dw-sw-out
}
.dw-slidehorizontal.dw-in {
    opacity: 1;
    transform: scale(1);
    animation-name: dw-sh-in;
    -webkit-animation-name: dw-sh-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-sh-in;
    -moz-transform: scale(1)
}
.dw-slidehorizontal.dw-out {
    opacity: 0;
    animation-name: dw-sh-out;
    -webkit-animation-name: dw-sh-out;
    -moz-animation-name: dw-sh-out
}
.dw-slidevertical.dw-in {
    opacity: 1;
    animation-name: dw-dw-sv-in;
    transform: scale(1);
    -webkit-animation-name: dw-dw-sv-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-dw-sv-in;
    -moz-transform: scale(1)
}
.dw-slidevertical.dw-out {
    opacity: 0;
    animation-name: dw-sv-out;
    -webkit-animation-name: dw-sv-out;
    -moz-animation-name: dw-sv-out
}
.dw-slidedown.dw-in {
    animation-name: dw-sd-in;
    transform: scale(1);
    -webkit-animation-name: dw-sd-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-sd-in;
    -moz-transform: scale(1)
}
.dw-slidedown.dw-out {
    animation-name: dw-sd-out;
    -webkit-animation-name: dw-sd-out;
    -webkit-transform: translateY(-100%);
    -moz-animation-name: dw-sd-out;
    -moz-transform: translateY(-100%)
}
.dw-slideup.dw-in {
    transform: scale(1);
    animation-name: dw-su-in;
    -webkit-animation-name: dw-su-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-su-in;
    -moz-transform: scale(1)
}
.dw-slideup.dw-out {
    animation-name: dw-su-out;
    -webkit-animation-name: dw-su-out;
    -webkit-transform: translateY(100%);
    -moz-animation-name: dw-su-out;
    -moz-transform: translateY(100%)
}
.dw-fade.dw-in {
    opacity: 1;
    animation-name: dw-f-in;
    -webkit-animation-name: dw-f-in;
    -moz-animation-name: dw-f-in
}
.dw-fade.dw-out {
    opacity: 0;
    animation-name: dw-f-out;
    -webkit-animation-name: dw-f-out;
    -moz-animation-name: dw-f-out
}
@keyframes dw-f-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes dw-f-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes dw-f-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes dw-f-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@-webkit-keyframes dw-f-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@-moz-keyframes dw-f-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes dw-p-in {
    from {
        opacity: 0;
        transform: scale(0.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
@-webkit-keyframes dw-p-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes dw-p-in {
    from {
        opacity: 0;
        -moz-transform: scale(0.8)
    }
    to {
        opacity: 1;
        -moz-transform: scale(1)
    }
}
@keyframes dw-p-out {
    from {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(0.8)
    }
}
@-webkit-keyframes dw-p-out {
    from {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}
@-moz-keyframes dw-p-out {
    from {
        opacity: 1;
        -moz-transform: scale(1)
    }
    to {
        opacity: 0;
        -moz-transform: scale(0.8)
    }
}
@keyframes dw-fl-in {
    from {
        opacity: 0;
        transform: rotateY(90deg)
    }
    to {
        opacity: 1;
        transform: rotateY(0)
    }
}
@-webkit-keyframes dw-fl-in {
    from {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: rotateY(0)
    }
}
@-moz-keyframes dw-fl-in {
    from {
        opacity: 0;
        -moz-transform: rotateY(90deg)
    }
    to {
        opacity: 1;
        -moz-transform: rotateY(0)
    }
}
@keyframes dw-fl-out {
    from {
        opacity: 1;
        transform: rotateY(0deg)
    }
    to {
        opacity: 0;
        transform: rotateY(-90deg)
    }
}
@-webkit-keyframes dw-fl-out {
    from {
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
    to {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
}
@-moz-keyframes dw-fl-out {
    from {
        opacity: 1;
        -moz-transform: rotateY(0deg)
    }
    to {
        opacity: 0;
        -moz-transform: rotateY(-90deg)
    }
}
@keyframes dw-sw-in {
    from {
        opacity: 0;
        transform: rotateY(-90deg)
    }
    to {
        opacity: 1;
        transform: rotateY(0deg)
    }
}
@-webkit-keyframes dw-sw-in {
    from {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
}
@-moz-keyframes dw-sw-in {
    from {
        opacity: 0;
        -moz-transform: rotateY(-90deg)
    }
    to {
        opacity: 1;
        -moz-transform: rotateY(0deg)
    }
}
@keyframes dw-sw-out {
    from {
        opacity: 1;
        transform: rotateY(0deg)
    }
    to {
        opacity: 0;
        transform: rotateY(-90deg)
    }
}
@-webkit-keyframes dw-sw-out {
    from {
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
    to {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
}
@-moz-keyframes dw-sw-out {
    from {
        opacity: 1;
        -moz-transform: rotateY(0deg)
    }
    to {
        opacity: 0;
        -moz-transform: rotateY(-90deg)
    }
}
@keyframes dw-sh-in {
    from {
        opacity: 0;
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}
@-webkit-keyframes dw-sh-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes dw-sh-in {
    from {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@keyframes dw-sh-out {
    from {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(100%)
    }
}
@-webkit-keyframes dw-sh-out {
    from {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}
@-moz-keyframes dw-sh-out {
    from {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}
@keyframes dw-dw-sv-in {
    from {
        opacity: 0;
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@-webkit-keyframes dw-dw-sv-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes dw-dw-sv-in {
    from {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@keyframes dw-sv-out {
    from {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(100%)
    }
}
@-webkit-keyframes dw-sv-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}
@-moz-keyframes dw-sv-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
}
@keyframes dw-sd-in {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}
@-webkit-keyframes dw-sd-in {
    from {
        opacity: 1;
        -webkit-transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes dw-sd-in {
    from {
        -moz-transform: translateY(-100%)
    }
    to {
        -moz-transform: translateY(0)
    }
}
@keyframes dw-sd-out {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}
@-webkit-keyframes dw-sd-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(-100%)
    }
}
@-moz-keyframes dw-sd-out {
    from {
        -moz-transform: translateY(0)
    }
    to {
        -moz-transform: translateY(-100%)
    }
}
@keyframes dw-su-in {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}
@-webkit-keyframes dw-su-in {
    from {
        opacity: 1;
        -webkit-transform: translateY(100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes dw-su-in {
    from {
        -moz-transform: translateY(100%)
    }
    to {
        -moz-transform: translateY(0)
    }
}
@keyframes dw-su-out {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(100%)
    }
}
@-webkit-keyframes dw-su-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100%)
    }
}
@-moz-keyframes dw-su-out {
    from {
        -moz-transform: translateY(0)
    }
    to {
        -moz-transform: translateY(100%)
    }
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: url(/css/plugins/owl-carousel/grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}
@keyframes empty {
    0% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}
@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}
@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}
@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}
@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-item.loading {
    min-height: 150px;
    background: url(/css/plugins/owl-carousel/AjaxLoader.gif) no-repeat center center
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal>.mm-panel {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
    left: 0%;
    top: 0;
    margin: 0;
    border: 0px solid rgba(0, 0, 0, 0)
}
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
    border: 0px solid rgba(100, 100, 100, 0)
}
.mm-menu .mm-hidden {
    display: none
}
.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0
}
.mm-fixed-top {
    top: 0
}
.mm-fixed-bottom {
    bottom: 0
}
html.mm-opened .mm-page,
.mm-menu>.mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
html.mm-opened,
html.mm-opened body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}
html.mm-opened .mm-page {
    height: 100%;
    overflow: hidden;
    position: absolute
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: #fff;
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block
}
.mm-menu.mm-current {
    display: block
}
.mm-menu {
    background: inherit;
    display: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}
.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0
}
.mm-menu>.mm-panel.mm-opened {
    left: 0%
}
.mm-menu>.mm-panel.mm-subopened {
    left: -40%
}
.mm-menu>.mm-panel.mm-highest {
    z-index: 1
}
.mm-menu>.mm-panel.mm-hidden {
    display: block;
    visibility: hidden
}
.mm-menu .mm-list {
    padding: 20px 0
}
.mm-menu>.mm-list {
    padding: 20px 0 40px 0
}
.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px
}
.mm-panel>.mm-list:first-child {
    padding-top: 0
}
.mm-list,
.mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-list {
    font: inherit;
    font-size: 14px
}
.mm-list a,
.mm-list a:hover {
    text-decoration: none
}
.mm-list>li {
    position: relative
}
.mm-list>li>a,
.mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto
}
.mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}
.mm-list a.mm-subopen::before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px
}
.mm-list>li.mm-selected>a.mm-subopen {
    background: transparent
}
.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0
}
.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px
}
.mm-list>li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px
}
.mm-list>li.mm-spacer {
    padding-top: 40px
}
.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px
}
.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen {
    height: 40px
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px
}
html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}
.mm-ismenu {
    background: #333
}
.mm-menu {
    color: rgba(255, 255, 255, 0.6)
}
.mm-menu .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.15)
}
.mm-menu .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3)
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3)
}
.mm-menu .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15)
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu .mm-list>li.mm-label {
    background: rgba(255, 255, 255, 0.05)
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.05)
}
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 80%
}
.mm-menu {
    width: 80%
}
@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px
    }
    html.mm-opened.mm-opening .mm-page,
    html.mm-opened.mm-opening #mm-blocker,
    html.mm-opened.mm-opening .mm-fixed-top,
    html.mm-opened.mm-opening .mm-fixed-bottom {
        left: 140px
    }
}
@media all and (min-width: 550px) {
    .mm-menu {
        width: 440px
    }
    html.mm-opened.mm-opening .mm-page,
    html.mm-opened.mm-opening #mm-blocker,
    html.mm-opened.mm-opening .mm-fixed-top,
    html.mm-opened.mm-opening .mm-fixed-bottom {
        left: 440px
    }
}
html.mm-nooverflowscrolling.mm-opened {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll
}
html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto
}
html.mm-nooverflowscrolling.mm-opened>.mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0
}
html.mm-nooverflowscrolling.mm-opened>.mm-panel.mm-current {
    display: block
}
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease
}
html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%)
}
html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}
html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%)
}
html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}
html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%)
}
html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%)
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}
html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease
}
html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-40%);
    -moz-transform: scale(0.7, 0.7) translateX(-40%);
    -ms-transform: scale(0.7, 0.7) translateX(-40%);
    -o-transform: scale(0.7, 0.7) translateX(-40%);
    transform: scale(0.7, 0.7) translateX(-40%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}
html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%)
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(40%);
    -moz-transform: scale(0.7, 0.7) translateX(40%);
    -ms-transform: scale(0.7, 0.7) translateX(40%);
    -o-transform: scale(0.7, 0.7) translateX(40%);
    transform: scale(0.7, 0.7) translateX(40%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%)
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-40%);
    -moz-transform: scale(0.7, 0.7) translateY(-40%);
    -ms-transform: scale(0.7, 0.7) translateY(-40%);
    -o-transform: scale(0.7, 0.7) translateY(-40%);
    transform: scale(0.7, 0.7) translateY(-40%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%)
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(40%);
    -moz-transform: scale(0.7, 0.7) translateY(40%);
    -ms-transform: scale(0.7, 0.7) translateY(40%);
    -o-transform: scale(0.7, 0.7) translateY(40%);
    transform: scale(0.7, 0.7) translateY(40%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%)
}
html.mm-zoom-page.mm-opened .mm-page {
    -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-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}
html.mm-zoom-page.mm-opening .mm-page {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}
html.mm-zoom-page.mm-right.mm-opened .mm-page {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}
html.mm-zoom-page.mm-top.mm-opened .mm-page {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top
}
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}
html.mm-zoom-panels .mm-panel {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}
html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7)
}
.mm-menu.mm-top {
    width: 100%
}
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
    top: 0%
}
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    left: 0
}
.mm-menu.mm-right {
    left: auto;
    right: 0
}
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
    left: auto;
    right: 0%
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    left: auto
}
.mm-menu.mm-bottom {
    width: 100%;
    top: auto;
    bottom: 0
}
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
    bottom: 0%;
    top: auto
}
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    top: auto;
    left: 0
}
.mm-menu.mm-top {
    height: 80%
}
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 80%
}
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -80%
}
@media all and (max-height: 175px) {
    .mm-menu.mm-top {
        height: 140px
    }
    html.mm-top.mm-opened.mm-opening .mm-page,
    html.mm-top.mm-opened.mm-opening #mm-blocker,
    html.mm-top.mm-opened.mm-opening .mm-fixed-top {
        top: 140px
    }
    html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
        bottom: -140px
    }
}
@media all and (min-height: 1100px) {
    .mm-menu.mm-top {
        height: 880px
    }
    html.mm-top.mm-opened.mm-opening .mm-page,
    html.mm-top.mm-opened.mm-opening #mm-blocker,
    html.mm-top.mm-opened.mm-opening .mm-fixed-top {
        top: 880px
    }
    html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
        bottom: -880px
    }
}
.mm-menu.mm-right {
    width: 80%
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 80%
}
@media all and (max-width: 175px) {
    .mm-menu.mm-right {
        width: 140px
    }
    html.mm-right.mm-opened.mm-opening .mm-page,
    html.mm-right.mm-opened.mm-opening #mm-blocker,
    html.mm-right.mm-opened.mm-opening .mm-fixed-top,
    html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
        right: 140px
    }
}
@media all and (min-width: 550px) {
    .mm-menu.mm-right {
        width: 440px
    }
    html.mm-right.mm-opened.mm-opening .mm-page,
    html.mm-right.mm-opened.mm-opening #mm-blocker,
    html.mm-right.mm-opened.mm-opening .mm-fixed-top,
    html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
        right: 440px
    }
}
.mm-menu.mm-bottom {
    height: 80%
}
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 80%
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -80%
}
@media all and (max-height: 175px) {
    .mm-menu.mm-bottom {
        height: 140px
    }
    html.mm-bottom.mm-opened.mm-opening .mm-page,
    html.mm-bottom.mm-opened.mm-opening #mm-blocker,
    html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
        bottom: 140px
    }
    html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
        top: -140px
    }
}
@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom {
        height: 880px
    }
    html.mm-bottom.mm-opened.mm-opening .mm-page,
    html.mm-bottom.mm-opened.mm-opening #mm-blocker,
    html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
        bottom: 880px
    }
    html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
        top: -880px
    }
}
html.mm-front.mm-opened .mm-page {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
}
.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, -moz-transform;
    -ms-transition-property: top, right, bottom, left, -o-transform;
    -o-transition-property: top, right, bottom, left, -o-transform;
    transition-property: top, right, bottom, left, transform
}
html.mm-front .mm-page,
html.mm-front #mm-blocker {
    z-index: 0
}
.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}
html.mm-opened.mm-next .mm-page {
    box-shadow: none
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    left: 0%
}
.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
    left: 0
}
html.mm-opening .mm-menu.mm-top.mm-front,
html.mm-opening .mm-menu.mm-top.mm-next {
    left: 0;
    top: 0%
}
.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
    left: auto
}
html.mm-opening .mm-menu.mm-right.mm-front,
html.mm-opening .mm-menu.mm-right.mm-next {
    left: auto;
    right: 0%
}
.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
    top: auto;
    left: 0
}
html.mm-opening .mm-menu.mm-bottom.mm-front,
html.mm-opening .mm-menu.mm-bottom.mm-next {
    left: 0;
    bottom: 0%
}
.mm-menu.mm-front,
.mm-menu.mm-next {
    left: -80%
}
@media all and (max-width: 175px) {
    .mm-menu.mm-front,
    .mm-menu.mm-next {
        left: -140px
    }
}
@media all and (min-width: 550px) {
    .mm-menu.mm-front,
    .mm-menu.mm-next {
        left: -440px
    }
}
.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
    top: -80%
}
@media all and (max-height: 175px) {
    .mm-menu.mm-top.mm-front,
    .mm-menu.mm-top.mm-next {
        top: -140px
    }
}
@media all and (min-height: 1100px) {
    .mm-menu.mm-top.mm-front,
    .mm-menu.mm-top.mm-next {
        top: -880px
    }
}
.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
    right: -80%
}
@media all and (max-width: 175px) {
    .mm-menu.mm-right.mm-front,
    .mm-menu.mm-right.mm-next {
        right: -140px
    }
}
@media all and (min-width: 550px) {
    .mm-menu.mm-right.mm-front,
    .mm-menu.mm-right.mm-next {
        right: -440px
    }
}
.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
    bottom: -80%
}
@media all and (max-height: 175px) {
    .mm-menu.mm-bottom.mm-front,
    .mm-menu.mm-bottom.mm-next {
        bottom: -140px
    }
}
@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom.mm-front,
    .mm-menu.mm-bottom.mm-next {
        bottom: -880px
    }
}
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto
}
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
    top: 0
}
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0
}
.mm-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 60px;
    padding: 30px 40px 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}
.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1
}
.mm-header .mm-prev,
.mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0
}
.mm-header .mm-prev:before,
.mm-header .mm-next:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -15px
}
.mm-header .mm-prev {
    left: 0
}
.mm-header .mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 22px
}
.mm-header .mm-next {
    right: 0
}
.mm-header .mm-next:before {
    border-top: none;
    border-left: none;
    right: 18px
}
.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    padding-top: 20px;
    top: 50px
}
.mm-menu.mm-hassearch .mm-header .mm-prev:before,
.mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px
}
.mm-menu.mm-hasheader li.mm-subtitle {
    display: none
}
.mm-menu.mm-hasheader .mm-panel {
    padding-top: 80px
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
    padding-top: 120px
}
.mm-menu.mm-hasheader.mm-ismenu>.mm-panel {
    padding-top: 60px
}
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch>.mm-panel {
    padding-top: 100px
}
.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3)
}
.mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3)
}
::-moz-selection {
    background: #888;
    color: white;
    text-shadow: none
}
::selection {
    background: #888;
    color: white;
    text-shadow: none
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.clear {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.hcenter {
    visibility: hidden
}
.unselectable {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    outline: none !important
}
a img {
    border: none
}
a:focus {
    outline: none
}
html,
body {
    height: auto
}
a,
aside p,
p.lead,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
p,
blockquote,
th,
td {
    font-size: 1em;
    font-weight: normal
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}
h1 {
    font-size: 1em
}
h2 {
    font-size: 1em
}
h3 {
    font-size: 1em
}
h4 {
    font-size: 1em
}
h5 {
    font-size: 1em
}
h6 {
    font-size: 1em
}
ul,
ol {
    font-size: 1em
}
label {
    font-size: 1em
}
input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize {
    font-size: 1.5em
}
.error small,
small.error {
    font-size: 0.9em;
    font-weight: bold
}
form.custom div.custom.dropdown ul li {
    font-size: 0.9em
}
.button.large {
    font-size: 1.2em
}
.button.medium {
    font-size: 1em
}
.button.small {
    font-size: 0.8em
}
.button.tiny {
    font-size: 0.7.em
}
.lt-ie9 div.caption {
    background: transparent;
    filter: none
}
textarea {
    resize: none
}
* {
    outline: 0
}
@media only screen and (min-width: 768px) {
    .large-offset-6 {
        margin-left: 50%
    }
}
input[type=submit].button,
button.button,
input[type=button],
input.button {
    -webkit-appearance: none
}
ul {
    margin: 0;
    padding: 0
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0
}
div.errorSummary.reveal-modal {
    color: red;
    background: #ffe5e5
}
div.errorSummary.reveal-modal ul {
    overflow: hidden;
    margin: 1em 0
}
div.errorSummary.reveal-modal ul li {
    position: relative;
    font: normal normal 300 1em 'Open Sans';
    color: darkred;
    margin-left: 20px;
    margin-right: 2%;
    list-style: none
}
div.errorSummary.reveal-modal ul li:before {
    left: -15px;
    position: absolute;
    top: 0.5em;
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid grey
}
div.errorSummary.reveal-modal i.icon {
    font-size: 75px;
    color: orange;
    text-shadow: 1px 1px 2px black;
    float: left;
    margin: 10px 30px 10px 0
}
select {
    padding: 0.2em;
    border: 1px solid #ddd;
    height: 39px;
    line-height: normal;
    -webkit-appearance: listbox
}
.list-view {
    padding-top: 15px
}
form .errorMessage {
    display: none !important
}
form span.required {
    color: red
}
form img {
    cursor: pointer
}
form textarea {
    height: 10em
}
a.button,
form input[type=submit].orange {
    border: none;
    font-weight: 300;
    -webkit-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 0 transparent;
    padding: 0.5em 1.5em;
    margin: 0.5em 0;
    background: #4175af;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
a.button:hover,
form input[type=submit].orange:hover {
    background: #2c5077
}
input[type=submit].darkBlue {
    -webkit-appearance: none;
    background: #4175af;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000001;
    font: normal normal 300 0.875em 'Open Sans';
    text-transform: uppercase;
    width: 100%;
    line-height: 2.2em;
    margin: 0;
    cursor: pointer
}
input[type=submit].darkBlue:hover {
    background: #4e5862
}
form.custom.large input,
form.custom.large .custom.dropdown,
form.custom.large .custom.dropdown .selector {
    height: 3em
}
form.custom.large .custom.dropdown .current {
    line-height: 3em
}
form.custom.large img {
    height: 2.6em
}
form.custom.large input[type="submit"] {
    height: auto
}
form.custom.large i.icon-calendar {
    position: absolute;
    right: 2em;
    top: 0.8em;
    color: #4175af
}
form.custom .error .custom.dropdown {
    border: 1px solid #c60f13;
    background: rgba(198, 15, 19, 0.1)
}
form.custom .error .custom.dropdown.open {
    background: none
}
input[type="submit"],
button.button,
input[type="submit"].button,
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}
label.inline-block {
    display: inline-block;
    margin: 0 0 1em 1.5em;
    top: 0.1em;
    position: relative
}
span.required {
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left: 1em
}
form.custom .custom.checkbox {
    position: absolute;
    top: 0.3em
}
form.custom .custom.checkbox.checked:before {
    font: normal normal normal 1em FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: '\f00c'
}
@media only screen and (max-width: 767px) {
    div.errorSummary.reveal-modal i.icon {
        display: none
    }
}
.show-for-print {
    display: none
}
@media print {
    body.master-layout .hide-for-print,
    body.master-layout header.desktop,
    body.master-layout .pagination,
    body.master-layout .language-selector,
    body.master-layout nav,
    body.master-layout .language,
    body.master-layout .show-for-small,
    body.master-layout section.wide,
    body.master-layout div.sideToolbox,
    body.master-layout div.more-services-widget,
    body.master-layout .book-online,
    body.master-layout footer.main section.upper,
    body.master-layout footer.main section.lower nav.footer,
    body.master-layout .newsletter-form,
    body.master-layout form input[type="submit"] {
        display: none;
        visibility: hidden;
        opacity: 0
    }
    body.master-layout form label {
        margin: 0
    }
    body.master-layout hr {
        border: none;
        border-top: 1px solid lightgrey !important
    }
    body.master-layout .show-for-small {
        display: none !important;
        visibility: hidden !important
    }
    body.master-layout .show-for-print.show-for-small {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1
    }
    body.master-layout .show-for-print {
        display: inline-block
    }
    body.master-layout .show-for-print h1 {
        font: normal normal 300 2em 'Open Sans'
    }
    body.master-layout .show-for-print p {
        font: normal normal 300 1em 'Open Sans'
    }
    body.master-layout .show-for-print a:after {
        content: '' !important
    }
    body.master-layout div.show-for-print,
    body.master-layout article.show-for-print,
    body.master-layout aside.show-for-print,
    body.master-layout details.show-for-print,
    body.master-layout figcaption.show-for-print,
    body.master-layout figure.show-for-print,
    body.master-layout footer.show-for-print,
    body.master-layout header.show-for-print,
    body.master-layout hgroup.show-for-print,
    body.master-layout nav.show-for-print,
    body.master-layout section.show-for-print,
    body.master-layout summary.show-for-print,
    body.master-layout label.show-for-print {
        display: block
    }
    body.master-layout span.show-for-print,
    body.master-layout img.show-for-print {
        display: inline-block
    }
    body.master-layout header.show-for-print .row .logo {
        max-width: 250px;
        float: left;
        margin: 1em;
        display: block;
        width: auto
    }
    body.master-layout header.show-for-print .row .info {
        margin: 1em;
        float: left;
        min-width: 400px
    }
    body.master-layout header.show-for-print .row .info .page-title {
        font: normal normal 300 1em 'Open Sans'
    }
    body.master-layout header.show-for-print .row .info .url {
        font: italic normal 300 0.8em 'Open Sans';
        color: lightgrey !important
    }
    body.master-layout .gallery nav,
    body.master-layout .gallery .nav,
    body.master-layout .gallery .prev,
    body.master-layout .gallery .next {
        display: none !important
    }
    body.master-layout div.accordion.section-container div.section {
        width: 33%;
        float: left
    }
    body.master-layout .section-container > section .content,
    body.master-layout .section-container > .section .content,
    body.master-layout .section-container.auto > section .content,
    body.master-layout .section-container.auto > .section .content {
        display: block
    }
    body.master-layout div.accordion.section-container div.section {
        border: none !important;
        margin: 0 0 2em 0
    }
    body.master-layout div.accordion.section-container div.section.active p.title:after {
        content: '' !important
    }
    body.master-layout div.accordion.section-container div.section p.title:after {
        content: '' !important
    }
    body.master-layout.contact section.wide {
        display: block;
        visibility: visible;
        opacity: 1
    }
    body.master-layout.contact section.wide .map {
        max-height: 20em
    }
    body.master-layout.contact .side {
        margin: 0 !important
    }
    body.master-layout .col-wrapper {
        max-width: 960px;
        margin: 0 auto
    }
    body.master-layout.home .col-wrapper {
        padding: 0 2em
    }
    body.master-layout .col {
        min-height: 0 !important
    }
    body.master-layout footer.main {
        width: 100%;
        position: relative;
        float: right;
        text-align: right
    }
    body.master-layout a.home-link {
        display: none
    }
    body.master-layout.home .col.c1,
    body.master-layout.simple .col.c1,
    body.master-layout.cruise-index .col.c1,
    body.master-layout.gallery .col.c1,
    body.master-layout.book-form .col.c1,
    body.master-layout.book-info .col.c1,
    body.master-layout.book-map .col.c1 {
        display: none
    }
    body.master-layout.simple .scol.sc1,
    body.master-layout.simple .scol.sc2,
    body.master-layout.cruise-index .scol.sc1,
    body.master-layout.cruise-index .scol.sc2,
    body.master-layout.gallery .scol.sc1,
    body.master-layout.gallery .scol.sc2,
    body.master-layout.book-form .scol.sc1,
    body.master-layout.book-form .scol.sc2,
    body.master-layout.book-info .scol.sc1,
    body.master-layout.book-info .scol.sc2,
    body.master-layout.book-map .scol.sc1,
    body.master-layout.book-map .scol.sc2 {
        width: 100%;
        padding: 0 2em
    }
    body.master-layout.simple .col.c2,
    body.master-layout.cruise-index .col.c2,
    body.master-layout.gallery .col.c2,
    body.master-layout.book-form .col.c2,
    body.master-layout.book-info .col.c2,
    body.master-layout.book-map .col.c2 {
        width: 100%;
        max-width: none
    }
    body.master-layout.fleet section.main-contents .fleet {
        margin-top: 0
    }
    body.master-layout.fleet section.main-contents .fleet ul.items li {
        margin: 0 auto;
        max-width: 33%
    }
    body.master-layout.fleet section.main-contents .fleet div.title.show-for-print {
        display: block !important
    }
    body.master-layout.fleet section.main-contents .fleet div.title.show-for-print a {
        text-decoration: none
    }
    body.master-layout.fleet section.main-contents .fleet div.title.show-for-print span.title {
        width: 100%;
        float: none;
        font-size: 1.4em
    }
    body.master-layout.fleet section.main-contents .fleet div.title.show-for-print span.arrow {
        display: none
    }
    body.master-layout .slider.galleries {
        max-width: 500px;
        margin: 0 auto
    }
    body.master-layout .user-content h1 {
        margin: 0 0 0.5em 0
    }
    body.master-layout a.item {
        text-decoration: none
    }
    body.master-layout section.main-contents .items .more {
        display: none !important
    }
    body.master-layout.book-form form,
    body.master-layout.book-info form {
        font-size: 0.8em
    }
}
body.master-layout div.inline-editing-toolbox {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: white
}
body.master-layout div.inline-editing-toolbox form {
    margin: 0;
    padding: 0
}
body.master-layout div.inline-editing-toolbox label,
body.master-layout div.inline-editing-toolbox input {
    margin: 0.5em;
    display: inline-block
}
body.master-layout div.editable-field {
    font: inherit;
    color: inherit;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0
}
body.master-layout.inline-editing-enabled div.editable-field:after,
body.master-layout.inline-editing-enabled div.editable-field:before {
    display: block;
    font: normal normal normal 22px FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: '\f14b';
    color: white;
    position: absolute;
    text-shadow: 0px 0px 5px black;
    opacity: 0;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    top: -25%
}
body.master-layout.inline-editing-enabled div.editable-field:before {
    right: 100%;
    margin-right: 0.5em
}
body.master-layout.inline-editing-enabled div.editable-field:after {
    left: 100%;
    margin-left: 0.5em
}
body.master-layout.inline-editing-enabled div.editable-field:hover,
body.master-layout.inline-editing-enabled div.editable-field.editable-active {
    outline: white dotted thin
}
body.master-layout.inline-editing-enabled div.editable-field:hover:after,
body.master-layout.inline-editing-enabled div.editable-field.editable-active:after,
body.master-layout.inline-editing-enabled div.editable-field:hover:before,
body.master-layout.inline-editing-enabled div.editable-field.editable-active:before {
    opacity: 100
}
body.master-layout.inline-editing-enabled div.editable-field.editable-changed {
    outline: red dotted thin
}
body.master-layout.inline-editing-enabled form.editable-form {
    position: absolute;
    width: auto;
    min-width: 100px;
    text-align: center
}
body.master-layout.inline-editing-enabled form.editable-form button {
    border: 1px solid darkgray;
    background: white;
    color: black;
    display: inline-block;
    width: 40%;
    max-width: 50px;
    margin: 0 5%;
    font: normal normal normal 18px FontAwesome;
    line-height: 30px;
    padding: 0;
    z-index: 100;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15)
}
body.master-layout.inline-editing-enabled form.editable-form button:hover {
    background: lightgrey
}
body.master-layout.inline-editing-enabled form.editable-form button:active {
    background: grey
}
body.master-layout.inline-editing-enabled form.editable-form button.submit {
    color: green
}
body.master-layout.inline-editing-enabled form.editable-form button.reset {
    color: red
}
div.imageClipFP {
    margin: 0 auto;
    overflow: hidden;
    position: relative
}
div.imageClipFP.orient-1 img.img {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 100%;
    max-height: none
}
div.imageClipFP.orient-2 img.img {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    max-height: none
}
div.imageClipFP img.placeholder {
    position: relative;
    width: 100%;
    height: auto
}
div.imageClipFP div,
div.imageClipFP img {
    position: absolute;
    display: block
}
div.imageClipFP div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
div.imageClipFP div img {
    position: absolute
}
img.inline {
    position: relative;
    z-index: 0;
    background-size: contain;
    -ms-behavior: url(/css/plugins/backgroundImage.htc);
    width: 100%
}
body.master-layout header.main.mobile,
body.master-layout header.logo.mobile,
body.master-layout header.dummy.mobile {
    display: none
}
body.master-layout header.dummy.desktop {
    min-height: 104px
}
body.master-layout header.dummy.mobile {
    min-height: 40px
}
body.master-layout header.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20
}
html.touch body body.master-layout header.main.desktop,
html.touch body body.master-layout header.dummy.desktop {
    display: none
}
html.touch body body.master-layout header.main.mobile,
html.touch body body.master-layout header.logo.mobile,
html.touch body body.master-layout header.dummy.mobile {
    display: block
}
@media only screen and (max-width: 1024px) {
    body.master-layout header.main.desktop,
    body.master-layout header.dummy.desktop {
        display: none
    }
    body.master-layout header.main.mobile,
    body.master-layout header.logo.mobile,
    body.master-layout header.dummy.mobile {
        display: block
    }
}
@media only screen and (max-width: 480px) {
    body.master-layout header.main.mobile {
        font-size: 0.8rem
    }
    body.master-layout header.main.mobile div.menu {
        width: 35%
    }
    body.master-layout header.main.mobile div.menu a i {
        font-size: 2em
    }
    body.master-layout header.main.mobile div.toolbox-mobile {
        width: 65%
    }
    body.master-layout header.main.mobile div.toolbox-mobile a.booking-form-toggle-mobile {
        padding: 0 0.8em
    }
}
::-webkit-input-placeholder {
    color: grey
}
::-moz-placeholder {
    color: grey
}
-ms-input-placeholder-color: grey;
input:-moz-placeholder {
    color: grey
}
.hidden,
.hide,
.hideme {
    display: none
}
.npad {
    padding: 0
}
body.master-layout {
    font-family: 'Open Sans';
    font: normal normal 400 1em 'Open Sans'
}
body.master-layout header.main.mobile {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    padding: 0;
    background: #4e5862;
    min-height: 3em
}
body.master-layout header.main.mobile div.menu {
    padding-left: 0.7em;
    width: 6rem;
    float: left
}
body.master-layout header.main.mobile div.menu a {
    display: block;
    color: #fffffe;
    font: normal normal 300 0.85em;
    font-size: 1em;
    line-height: 3em;
    text-transform: uppercase
}
body.master-layout header.main.mobile div.menu a i {
    font-size: 2.25em;
    display: inline;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
    margin-right: 0.25em
}
body.master-layout header.main.mobile div.menu a span {
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    display: inline;
    vertical-align: middle
}
body.master-layout header.main.mobile div.toolbox-mobile {
    float: right;
    width: 12.3rem;
    font-size: 1em;
    line-height: 3em;
    text-transform: uppercase
}
body.master-layout header.main.mobile div.toolbox-mobile a.booking-form-toggle-mobile,
body.master-layout header.main.mobile div.toolbox-mobile div.language-selector {
    float: right;
    display: inline-block
}
body.master-layout header.main.mobile div.toolbox-mobile a.booking-form-toggle-mobile {
    padding: 0 0.6em;
    font-size: 1em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fffffe;
    background: #4175af
}
body.master-layout header.main.mobile div.toolbox-mobile div.language-selector {
    padding-right: 1em;
    width: 50%;
    font-size: 1em;
    line-height: 3em;
    text-align: right
}
body.master-layout header.main.mobile div.toolbox-mobile div.language-selector>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 3em;
    text-transform: uppercase
}
body.master-layout .more-full-round {
    display: none;
    position: absolute;
    left: 50%;
    width: 8em;
    height: 5em;
    margin-left: -4em;
    margin-top: -2.5em;
    z-index: 3
}
body.master-layout .more-full-round a {
    color: #fffffe;
    font: normal normal 300 0.875em 'Open Sans';
    text-shadow: 1px 1px 1px #000001;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    top: 1.325em;
    position: relative
}
body.master-layout .more-full-round a i {
    font-size: 2.5em;
    background: #fffffe;
    padding: 0px;
    display: block;
    color: #424242;
    width: 50%;
    margin: 10px auto;
    font-weight: 100;
    text-shadow: none
}
body.master-layout header.logo.mobile {
    overflow: hidden;
    background: #fffffe;
    width: 100%
}
body.master-layout header.logo.mobile img {
    display: block;
    width: 80%;
    max-width: 220px;
    margin: 1em auto
}
body.master-layout header.main.desktop div.wrapper {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 auto
}
body.master-layout header.main.desktop div.upper {
    background: #fffffe
}
body.master-layout header.main.desktop .pseudo-row {
    overflow: hidden;
    margin: 0 auto
}
body.master-layout header.main.desktop .pseudo-row .left {
    max-width: 300px
}
body.master-layout header.main.desktop div.middle {
    background: #4e5862
}
body.master-layout header.main.desktop div.lower {
    background: rgba(255, 255, 255, 0.89)
}
body.master-layout header.main.desktop a.logo {
    display: block;
    margin: 0.75em 0;
    max-width: 16em
}
body.master-layout header.main.desktop div.toolbox {
    display: inline-block;
    float: right;
    text-align: right
}
body.master-layout header.main.desktop div.best-price {
    color: #fffffe;
    font-size: 0.725rem;
    font-weight: 400;
    border-bottom: none;
    display: inline-block
}
body.master-layout header.main.desktop div.best-price i {
    font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 0.2em
}
body.master-layout header.main.desktop div.toolbox-logos {
    margin: 3.1em auto 0 auto;
    max-width: 350px;
    float: none
}
body.master-layout header.main.desktop .agencies-logos {
    display: block
}
body.master-layout header.main.desktop .agencies-logos .slh {
    width: 67px
}
body.master-layout header.main.desktop .agencies-logos .virtuoso {
    padding: 0 5px;
    width: 23%
}
body.master-layout header.main.desktop .agencies-logos a.tripadvisor img {
    width: 15%
}
body.master-layout header.main.desktop .agencies-logos .tripadvisor-text {
    display: none;
    color: #599442;
    display: inline-block;
    font-size: 0.8em;
    font-family: Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
    position: relative;
    top: 0.6em
}
body.master-layout header.main.desktop .agencies-logos .tripadvisor-text p {
    line-height: 1em;
    margin-bottom: 0
}
body.master-layout header.main.desktop ul.language-selector {
    float: left;
    line-height: 3.2em;
    vertical-align: middle
}
body.master-layout header.main.desktop ul.language-selector li {
    float: left
}
body.master-layout header.main.desktop ul.language-selector li a {
    color: #4e5862;
    border-right: 1px solid #4e5862;
    padding: 0 10px;
    text-transform: capitalize;
    font: normal normal 300 0.75em 'Open Sans'
}
body.master-layout header.main.desktop ul.language-selector li a:hover {
    color: #000001
}
body.master-layout header.main.desktop .header-text {
    color: #fffffe;
    font-size: 0.725rem;
    font-weight: 400;
    border-bottom: none;
    display: block;
    float: left;
    margin-top: 0.8em
}
body.master-layout header.main.desktop .header-text i {
    font-size: 1.2em;
    padding: 0px 10px;
    line-height: 20px
}
body.master-layout header.main.desktop .header-text .txt {
    color: #000001;
    display: inline-block
}
body.master-layout header.main.desktop .header-text a {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    color: #fffffe;
    text-decoration: none
}
body.master-layout header.main.desktop .header-text a:hover {
    color: #000001;
    text-decoration: none;
    border-bottom: 1px #000001 dotted
}
body.master-layout header.main.desktop a.booking-form-toggle {
    display: block;
    float: left;
    margin: 0 0 0 1em
}
body.master-layout header.main.desktop div.language-selector {
    margin-top: 3.75em;
    line-height: 1.5;
    display: block;
    float: left;
    background: #4175af;
    padding: 0.5em 0.6em;
    text-align: center
}
body.master-layout header.main.desktop div.language-selector>a {
    display: block
}
body.master-layout header.main.desktop div.main-menu {
    clear: both
}
body.master-layout .home_gallery_text {
    display: none !important
}
body.master-layout .caption-wrapper {
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: hidden;
    color: #666;
    background: #f4f4f4
}
body.master-layout .caption-wrapper h1 {
    color: #000001;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin-top: 0.5em
}
body.master-layout .caption-wrapper .caption p {
    color: #666
}
body.master-layout footer.main div.upper {
    background: #4e5862;
    padding: 3em 0 1em 0
}
body.master-layout footer.main div.upper .dotted {
    border-left: 1px dotted #fffffe
}
body.master-layout footer.main div.lower {
    font-size: 0.875em;
    color: #666;
    background: #fffffe;
    line-height: auto;
    padding-top: 2em;
    padding-bottom: 3em
}
body.master-layout footer.main div.lower>div.row {
    margin-top: 14px;
    margin-bottom: 14px
}
body.master-layout footer.main div.lower >div.row a {
    color: #666
}
body.master-layout footer.main div.lower >div.row a:hover {
    color: #4d4d4d
}
body.master-layout footer.main div.lower .copyright {
    display: inline-block
}
body.master-layout footer.main div.lower nav {
    margin-left: 20px;
    display: inline-block
}
body.master-layout footer.main div.lower nav ul li {
    display: inline-block;
    position: relative;
    margin-left: 1em
}
body.master-layout footer.main div.lower nav ul li:before {
    content: ' ';
    display: block;
    position: absolute;
    left: -0.7em;
    top: 0.3em;
    width: 1px;
    height: 1em;
    background: #4175af
}
body.master-layout footer.main div.lower nav ul li a {
    color: #4e5862 !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout footer.main div.lower nav ul li a:hover {
    color: #2c3237
}
body.master-layout footer.main div.lower nav .agents-login {
    color: #4e5862;
    text-transform: uppercase;
    cursor: pointer
}
body.master-layout footer.main div.lower .poweredby {
    text-align: right
}
body.master-layout footer.main div.lower .poweredby a {
    color: #686868
}
body.master-layout footer.main .agents-form {
    display: none
}
body.master-layout .tooltipster-base {
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #2f2f2f
}
body.master-layout .tooltipster-base .tooltipster-content {
    font-family: 'Open Sans';
    overflow: inherit
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form {
    position: relative
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .close-form {
    position: absolute;
    background: white;
    top: -15px;
    right: -17px;
    width: 17px;
    padding: 3px 4px;
    font-weight: 700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .close-form .ar-svg {
    position: relative
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .close-form .ar-svg img.placeholder {
    position: relative;
    width: 100%;
    display: block
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .close-form .ar-svg svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .agents-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1em;
    text-transform: uppercase
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form input[type="text"] {
    width: 100%
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .submit {
    margin-top: 1.5em;
    -moz-transform: all 0.5em;
    -o-transform: all 0.5em;
    -webkit-transform: all 0.5em;
    transform: all 0.5em;
    -ms-transform: all 0.5em;
    width: 100%
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .submit input {
    background: #fffffe;
    width: 100%;
    font-family: 'Open Sans';
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 5px 0
}
body.master-layout .tooltipster-base .tooltipster-content .agents-form .submit input:hover {
    background: #4e5862;
    color: #fffffe
}
body.master-layout .tooltipster-base .tooltipster-content .agents-error {
    color: red;
    font-size: 11px;
    max-width: 13em
}
body.master-layout #login-failed {
    display: block;
    text-align: right;
    color: red
}
body.master-layout div.check-out-our-reviews {
    text-align: center;
    margin: 2em 0
}
body.master-layout div.check-out-our-reviews a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 1.125rem;
    color: #4175af;
    border-bottom: 2px dotted #4175af;
    padding-bottom: 0.2em;
    margin-bottom: 0.4em
}
body.master-layout div.check-out-our-reviews a:hover {
    color: #2c5077;
    border-bottom: 2px dotted #2c5077
}
body.master-layout section.wide:not(.contact-map) div.map {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 100%;
    margin-top: 0;
    z-index: 10;
    left: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}
body.master-layout section.wide:not(.contact-map) div.map iframe {
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
body.master-layout section.page div.slide-for-us {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    position: fixed;
    right: 0;
    top: 13em;
    display: block;
    z-index: 20
}
body.master-layout section.page div.slide-for-us .wrap {
    position: fixed;
    right: 0;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s
}
body.master-layout section.page div.slide-for-us .close {
    cursor: pointer;
    z-index: 1;
    background: #4e5862;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 3em;
    height: 3em;
    padding: 1em
}
body.master-layout section.page div.slide-for-us .close svg {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}
body.master-layout section.page div.slide-for-us .close svg line {
    stroke: #fffffe;
    stroke-width: 8px
}
body.master-layout section.page div.slide-for-us .close:hover svg {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}
body.master-layout section.page div.slide-for-us img.slide-img {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: pointer;
    display: block;
    width: 3em;
    height: 10.5em;
    right: 0px
}
body.master-layout section.page div.slide-for-us .slide-wrapper {
    background: #afa787;
    width: 17.5em;
    height: 20.75em;
    position: absolute;
    text-align: center
}
body.master-layout section.page div.slide-for-us .slide-wrapper .slide-images>div {
    padding: 1em 0;
    width: 30%;
    display: inline-block;
    vertical-align: top
}
body.master-layout section.page div.slide-for-us .slide-wrapper .slide-images >div div {
    font-size: 0.625em
}
body.master-layout section.page div.slide-for-us .slide-wrapper .slide-message {
    font: normal normal 400 1em 'Open Sans';
    color: white;
    display: inline-block;
    margin: 1.25em 0.625em 0.625em 0.625em
}
body.master-layout section.page div.slide-for-us .slide-wrapper .slide-button p {
    display: inline-block;
    font: normal normal 700 1.125em 'Open Sans';
    background: black;
    color: white;
    margin: 0.875em 3.125em;
    padding: 0.313em 0.938em
}
body.master-layout section.page div.slide-for-us .slide-wrapper hr {
    width: 70%;
    margin: 1em auto 0
}
body.master-layout section.page div.slide-for-us.open {
    right: 17.5em
}
body.master-layout section.page div.slide-for-us.open .wrap {
    right: 17.5em
}
body.master-layout section.page div.slide-for-us.open .close svg {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg)
}
body.master-layout section.page div.slide-for-us.open .close:hover svg {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
    body.master-layout header.main.mobile div.menu {
        width: 30%
    }
    body.master-layout header.main.mobile div.toolbox-mobile {
        width: 60%
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout footer.main {
        text-align: center
    }
    body.master-layout footer.main div.lower {
        line-height: 2rem
    }
    body.master-layout footer.main div.lower .poweredby {
        text-align: center
    }
    body.master-layout .tooltipster-base {
        left: 20% !important
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    body.master-layout section.page div.slide-for-us {
        top: 8em
    }
}
@media only screen and (max-width: 1130px) {
    body.master-layout header.main.desktop .experience-wrapper a .text {
        margin: 0 0.5em
    }
    body.master-layout header.main.desktop .agencies-logos .tripadvisor-text {
        font-size: 0.7em
    }
}
body.master-layout.home li#video-container {
    display: block
}
body.master-layout.home .video-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 38.65%;
    height: 0;
    overflow: hidden
}
body.master-layout.home .video-container iframe,
body.master-layout.home .video-container object {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 142%;
    top: -25%
}
body.master-layout.home .volcontrol {
    display: block;
    color: white;
    cursor: pointer;
    margin: 20px 0;
    padding: 0 20px;
    text-align: center;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 40px
}
body.master-layout.home .volcontrol i {
    padding: 10px;
    color: #fffffe
}
body.master-layout.home .volcontrol i:hover {
    background-color: #4175af
}
body.master-layout.home .home_gallery_text {
    position: absolute;
    bottom: 60px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    z-index: 10;
    text-align: center
}
body.master-layout.home .custom.booking-form.home_offers {
    display: inline-block;
    max-width: 85%
}
body.master-layout.home .side_icon {
    position: absolute;
    right: -30px;
    top: 120px;
    z-index: 3;
    display: none;
    background: #000001;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    min-width: 60px;
    text-align: center
}
body.master-layout.home .side_icon div.text {
    color: #fffffe;
    padding: 10px 20px;
    font: normal normal 300 0.875em 'Open Sans';
    text-transform: uppercase
}
body.master-layout.home .side_icon:hover {
    cursor: pointer
}
body.master-layout.home .overlayOffers {
    position: absolute;
    z-index: 10;
    top: 13em;
    width: 100%;
    left: 0;
    text-align: center
}
body.master-layout.home .overlayOffers .offset-by-eight .experience-wrapper {
    margin-top: 1.7em
}
body.master-layout.home .overlayOffers .offset-by-eight .experience-wrapper a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.6em 1.25em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 0.875em;
    background: rgba(0, 0, 1, 0.3);
    border: 1px solid #fffffe
}
body.master-layout.home .overlayOffers .offset-by-eight .experience-wrapper a>div {
    display: inline-block
}
body.master-layout.home .overlayOffers .offset-by-eight .experience-wrapper a >div img {
    width: 1.5em;
    height: 1.5em
}
body.master-layout.home .overlayOffers .offset-by-eight .experience-wrapper a .text {
    color: white;
    margin-right: 0.5em
}
body.master-layout.home .overlayOffers .offset-by-eight .experience-wrapper a:hover {
    background: #4175af
}
body.master-layout.home .overlayOffers .offer-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.3)
}
body.master-layout.home .overlayOffers .offer-wrapper a#close_cross {
    color: #fffffe;
    padding: 20px 20px 0 0;
    font-size: 0.875em
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 70px;
    margin: 10px
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides {
    border-top: 1px solid #fffffe
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides li {
    margin: 10px
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides li .slide {
    text-align: left;
    padding: 10px 0;
    display: inline-block;
    font: normal normal 1.5em 'Open Sans'
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides li .slide .title {
    color: #fffffe
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides li .slide .title a {
    color: #fffffe
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides li .slide .description a {
    color: #fffffe
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides li .slide a.button-link {
    border: 1px solid #fffffe;
    padding: 10px;
    margin: 20px auto 0 auto;
    font: normal normal 0.625em 'Open Sans';
    text-transform: capitalize;
    display: block;
    color: #fffffe;
    text-align: center;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides li .slide a.button-link:hover {
    background: #4175af
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides .owl-controls .owl-pagination .owl-page {
    opacity: 0.8
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides .owl-controls .owl-pagination .owl-page span {
    background-color: #fffffe
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home ul.slides .owl-controls .owl-pagination .owl-page.active {
    opacity: 1
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home a.offers-link {
    display: block
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home a.offers-link footer {
    color: #fffffe;
    margin-top: 30px;
    text-transform: capitalize
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home a.offers-link:hover footer {
    color: #4e5862
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home .flex-control-nav {
    position: static
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.4)
}
body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home .flex-control-nav li a.flex-active {
    background: #fffffe
}
body.master-layout.home section.wide .overlay {
    background: #fffffe
}
body.master-layout.home section.wide .overlay h1 {
    color: #4175af
}
body.master-layout.home div.meet-the-team-outer {
    position: relative
}
body.master-layout.home div.meet-the-team-outer footer {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%
}
body.master-layout.home div.meet-the-team-outer footer .title {
    max-width: 50.625rem;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fffffe;
    font-size: 4rem;
    position: relative;
    z-index: 1;
    font-weight: 300
}
body.master-layout.home div.meet-the-team-outer footer .description {
    max-width: 50.625rem;
    margin: 0 auto;
    font-size: 1rem;
    color: #fffffe
}
body.master-layout.home div.meet-the-team-outer footer a.button {
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #4175af;
    padding: 0.75em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
body.master-layout.home div.meet-the-team-outer footer a.button:hover {
    background: #2c5077
}
body.master-layout.home div.meet-the-team-outer footer img {
    width: 100px;
    display: block;
    margin: 0 auto 2em auto
}
body.master-layout.home section.book-direct {
    background-color: #4e5862;
    padding: 30px 20px;
    display: none
}
body.master-layout.home section.book-direct .book-button {
    background: #000001;
    color: #fffffe;
    border: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 0.82rem 1rem;
    display: block;
    text-align: center;
    clear: both;
    max-width: 9em;
    margin: 30px auto 0 auto;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
body.master-layout.home section.book-direct .book-button:hover {
    color: #4e5862
}
body.master-layout.home section.book-direct h3 {
    display: block;
    text-align: center;
    color: #fffffe;
    font-size: 30px;
    font-family: 'Open Sans'
}
body.master-layout.home section.book-direct h3 span {
    display: block;
    font-size: 18px;
    font-style: italic
}
body.master-layout.home section.book-direct ul {
    padding-top: 40px
}
body.master-layout.home section.book-direct ul:after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}
body.master-layout.home section.book-direct ul li {
    width: 28%;
    float: left;
    text-align: center
}
body.master-layout.home section.book-direct ul li.separator {
    width: 7.5%;
    margin-top: -7px
}
body.master-layout.home section.book-direct ul li .title {
    text-transform: uppercase;
    display: block;
    color: #062637;
    position: relative;
    z-index: 0
}
body.master-layout.home section.book-direct ul li .title span {
    display: block;
    color: #fffffe;
    font-size: 13px;
    margin-top: 30px;
    text-transform: none
}
body.master-layout.home section.book-direct ul li .title .number {
    position: absolute;
    z-index: -1;
    top: -45px;
    left: 0;
    right: 0;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto Slab', serif;
    font-style: italic
}
body.master-layout.home section.book-direct ul svg {
    width: 100%;
    height: 2.5rem;
    opacity: 0.25
}
body.master-layout.home section.book-direct ul svg polygon {
    stroke: #fffffe;
    fill: #fffffe
}
body.master-layout.home section.book-direct ul svg line {
    stroke: #fffffe
}
@media only screen and (max-width: 767px) {
    body.master-layout.home section.book-direct ul li {
        width: 100%;
        float: none;
        max-width: 250px;
        margin: 0 auto
    }
    body.master-layout.home section.book-direct ul li.separator {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 25px
    }
    body.master-layout.home section.book-direct ul svg {
        height: 1.7rem
    }
}
body.master-layout.home section.experiences-list {
    padding: 2rem 0
}
body.master-layout.home section.experiences-list header {
    font-size: 1rem;
    color: #4175af;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem auto
}
body.master-layout.home section.experiences-list.medium-up li {
    margin: 4rem 1.5rem 2rem 1.5rem
}
body.master-layout.home section.experiences-list.medium-up .owl-item:nth-child(even) li {
    margin-top: 0
}
body.master-layout.home section.experiences-list ul.owl-carousel li a {
    display: block
}
body.master-layout.home section.experiences-list ul.owl-carousel li .images {
    position: relative
}
body.master-layout.home section.experiences-list img.under {
    position: relative
}
body.master-layout.home section.experiences-list img.over,
body.master-layout.home section.experiences-list canvas {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s
}
body.master-layout.home section.experiences-list ul li a:hover canvas {
    opacity: 0
}
body.master-layout.home section.experiences-list .owl-theme .owl-controls .owl-page span {
    background: #4175af
}
body.master-layout.home section.experiences-list .owl-buttons {
    margin: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    height: auto
}
body.master-layout.home section.experiences-list .owl-buttons .owl-prev,
body.master-layout.home section.experiences-list .owl-buttons .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.home section.experiences-list .owl-buttons .owl-prev {
    left: -1rem
}
body.master-layout.home section.experiences-list .owl-buttons .owl-next {
    right: -1rem
}
body.master-layout.home section.experiences-list .owl-buttons svg {
    width: 2rem;
    height: 2rem
}
body.master-layout.home section.experiences-list .owl-buttons svg path {
    fill: #4175af
}
body.master-layout.home div.experiences-outer {
    position: relative
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-direction-nav a {
    opacity: 0.7;
    text-indent: 0;
    background: none
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-direction-nav a i {
    position: relative;
    top: -0.25em
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-direction-nav .flex-prev {
    left: 1rem
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-direction-nav .flex-next {
    right: 1rem
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-direction-nav .flex-prev,
body.master-layout.home div.experiences-outer .bg-slideshow .flex-direction-nav .flex-next {
    color: white;
    font-size: 5rem
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-direction-nav a.button {
    display: block;
    padding: 1em
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-control-paging {
    margin-bottom: 20px
}
body.master-layout.home div.experiences-outer .bg-slideshow .flex-control-paging li a {
    background: #4e5862
}
body.master-layout.home div.experiences-outer footer {
    position: absolute;
    padding-bottom: 2%;
    bottom: 0;
    text-align: center;
    width: 100%;
    overflow: hidden
}
body.master-layout.home div.experiences-outer footer:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 150%;
    height: 100%
}
body.master-layout.home div.experiences-outer footer img {
    width: 100px;
    display: block;
    margin: 0 auto 2em auto
}
body.master-layout.home div.experiences-outer footer .title {
    max-width: 50.625rem;
    font-size: 4rem;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fffffe;
    position: relative;
    z-index: 1;
    font-weight: 300
}
body.master-layout.home div.experiences-outer footer hr {
    border: 4px solid false;
    border-bottom: none;
    max-width: 50.625rem;
    margin: 1em auto;
    position: relative;
    z-index: 1
}
body.master-layout.home div.experiences-outer footer .description {
    max-width: 50.625rem;
    margin: 0 auto 1em auto;
    font-size: 1.125rem;
    color: #fffffe;
    position: relative;
    z-index: 1
}
body.master-layout.home div.experiences-outer footer a.button {
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #4175af;
    padding: 0.75em 2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 1
}
body.master-layout.home div.experiences-outer footer a.button:hover {
    background: #2c5077
}
body.master-layout.home section.digital-list {
    padding: 20px 1em
}
body.master-layout.home section.digital-list .title {
    font-size: 36px;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    color: #4175af
}
body.master-layout.home section.digital-list .digital_banner {
    text-align: center;
    display: inline-block
}
body.master-layout.home section.digital-list .digital_banner img {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
body.master-layout.home section.digital-list .digital_banner:hover img {
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.45)
}
body.master-layout.home section.digital-list .app_store {
    position: absolute;
    top: 145px;
    left: 26%
}
body.master-layout.home section.digital-list .google_play {
    position: absolute;
    top: 195px;
    left: 26%
}
body.master-layout.home section.digital-list .video {
    width: 100%
}
body.master-layout.home section.digital-list .video .owl-item {
    text-align: center
}
body.master-layout.home section.digital-list .owl-theme .owl-controls {
    margin-top: 1.5em
}
body.master-layout.home section.digital-list .owl-theme .owl-controls .owl-page span {
    background: #4175af
}
body.master-layout.home section.digital-list .owl-buttons {
    margin: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    height: auto
}
body.master-layout.home section.digital-list .owl-buttons svg path {
    fill: #4175af
}
body.master-layout.home section.digital-list .owl-buttons .owl-next,
body.master-layout.home section.digital-list .owl-buttons .owl-prev {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.home section.digital-list .owl-buttons .owl-next svg,
body.master-layout.home section.digital-list .owl-buttons .owl-prev svg {
    width: 2rem;
    height: 2rem
}
body.master-layout.home section.digital-list .owl-buttons .owl-prev {
    left: -1rem
}
body.master-layout.home section.digital-list .owl-buttons .owl-next {
    right: -1rem
}
body.master-layout.home section.rooms-list {
    padding: 2rem 0 0 0;
    font-family: 'Open Sans'
}
body.master-layout.home section.rooms-list h3 {
    font-family: 'Open Sans';
    text-align: center;
    text-transform: uppercase;
    font-size: 1.875rem;
    margin: 0 auto 1em auto;
    color: #4175af
}
body.master-layout.home section.rooms-list .title {
    color: #4175af;
    text-align: center;
    padding-top: 17px;
    line-height: normal
}
body.master-layout.home section.rooms-list .description {
    line-height: normal;
    text-align: center;
    font-size: 1rem;
    color: #666
}
body.master-layout.home section.rooms-list header {
    font-size: 1rem;
    color: #8088a8;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem auto
}
body.master-layout.home section.rooms-list li {
    margin: 2rem 1.5rem
}
body.master-layout.home section.rooms-list li div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.home section.rooms-list ul.owl-carousel li a {
    display: block
}
body.master-layout.home section.rooms-list ul.owl-carousel li .images {
    position: relative
}
body.master-layout.home section.rooms-list .owl-theme .owl-controls .owl-page span {
    background: #4175af
}
body.master-layout.home section.rooms-list .owl-buttons {
    margin: 0;
    position: absolute;
    top: 33%;
    width: 100%;
    height: auto
}
body.master-layout.home section.rooms-list .owl-buttons .owl-prev,
body.master-layout.home section.rooms-list .owl-buttons .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.home section.rooms-list .owl-buttons .owl-prev {
    left: -1rem
}
body.master-layout.home section.rooms-list .owl-buttons .owl-next {
    right: -1rem
}
body.master-layout.home section.rooms-list .owl-buttons svg {
    width: 2rem;
    height: 2rem
}
body.master-layout.home section.rooms-list .owl-buttons svg path {
    fill: #4175af
}
body.master-layout.home section.rooms-list a {
    display: block;
    position: relative
}
body.master-layout.home section.rooms-list footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 5rem 0 1rem 0;
    font-size: 0.875rem;
    color: #fffffe;
    overflow: hidden
}
body.master-layout.home section.rooms-list footer:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: -25%;
    width: 150%;
    height: 20em
}
body.master-layout.home .offers-widget {
    margin: 2rem auto 3rem auto
}
html.touch body.master-layout.home .overlayOffers {
    display: none
}
html.no-touch body.master-layout.home section.rooms-list li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.master-layout.home .overlayOffers .offer-wrapper .slider-offers.home {
        padding: 20px 20px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.master-layout.home section.digital-list .app_store {
        position: absolute;
        top: 145px;
        left: 3em
    }
    body.master-layout.home section.digital-list .google_play {
        position: absolute;
        top: 195px;
        left: 3em
    }
    body.master-layout.home div.experiences-outer div.title {
        font-size: 2.8rem
    }
    body.master-layout.home div.experiences-outer footer:before {
        -webkit-box-shadow: 0 -10em 11em 0 rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0 -10em 11em 0 rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0 -10em 11em 0 rgba(0, 0, 0, 0.4) inset
    }
    body.master-layout.home div.experiences-outer footer img {
        width: 70px
    }
    body.master-layout.home div.experiences-outer footer a.button {
        font-size: 1rem
    }
    body.master-layout.home div.meet-the-team-outer footer a.button {
        font-size: 1rem
    }
    body.master-layout.home .overlayOffers {
        display: none
    }
}
@media only screen and (max-width: 1024px) {
    body.master-layout.home div.experiences-outer footer,
    body.master-layout.home div.meet-the-team-outer footer {
        position: static;
        background: #4175af;
        padding: 2.5rem 2rem
    }
    body.master-layout.home div.experiences-outer footer:before,
    body.master-layout.home div.meet-the-team-outer footer:before {
        display: none
    }
    body.master-layout.home div.experiences-outer footer hr,
    body.master-layout.home div.meet-the-team-outer footer hr {
        border-color: #fffffe
    }
    body.master-layout.home div.experiences-outer footer a.button,
    body.master-layout.home div.meet-the-team-outer footer a.button {
        background: #2c5077
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout.home section.digital-list .app_store {
        position: absolute;
        top: 100px;
        left: 1.7em
    }
    body.master-layout.home section.digital-list .google_play {
        position: absolute;
        top: 150px;
        left: 1.7em
    }
    body.master-layout.home section.experiences-list.medium-up li {
        margin: 0 1.5rem
    }
    body.master-layout.home div.experiences-outer footer {
        padding: 1rem
    }
    body.master-layout.home div.experiences-outer footer img {
        display: none
    }
    body.master-layout.home div.experiences-outer footer div.title {
        font-size: 1.1rem
    }
    body.master-layout.home div.experiences-outer footer div.description {
        font-size: 0.9rem
    }
    body.master-layout.home div.experiences-outer footer a.button {
        font-size: 1rem
    }
    body.master-layout.home div.offers-widget {
        margin: 0 auto 2rem auto
    }
    body.master-layout.home div.meet-the-team-outer footer .title {
        font-size: 1.2rem
    }
    body.master-layout.home div.meet-the-team-outer footer .description {
        font-size: 0.9rem
    }
    body.master-layout.home div.meet-the-team-outer footer a.button {
        font-size: 1rem
    }
    body.master-layout.home .overlayOffers {
        display: none
    }
    body.master-layout.home section.rooms-list {
        margin-bottom: 3rem
    }
    body.master-layout.home section.digital-list .title {
        font-size: 1.1rem
    }
    body.master-layout.home section.digital-list .digital_banner {
        padding-bottom: 0.7rem
    }
}
body.master-layout.experiences header.inner h1 {
    color: #000001;
    font-size: 3rem;
    text-align: center;
    margin: 1em auto 0 auto;
    text-transform: uppercase
}
body.master-layout.experiences header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    text-align: center;
    margin: 0
}
body.master-layout.experiences header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.experiences .share-widget {
    margin-bottom: 3em
}
body.master-layout.experiences ul.list-items {
    margin: 5rem auto 5rem auto;
    position: relative;
    z-index: 5
}
body.master-layout.experiences ul.list-items li {
    margin-bottom: 4rem
}
body.master-layout.experiences ul.list-items li:last-child {
    margin-bottom: 0
}
body.master-layout.experiences ul.list-items a h3 {
    font-size: 1.5rem;
    color: #4175af;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-family: 'Open Sans'
}
body.master-layout.experiences ul.list-items a .description p {
    color: #505050;
    font-size: 1rem
}
body.master-layout.experiences ul.list-items a .read-more {
    padding-bottom: 0.5em;
    display: inline-block;
    color: #4175af;
    font-size: 0.875rem;
    border-bottom: 2px dotted #4175af
}
body.master-layout.experiences ul.list-items a.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}
body.master-layout.experiences ul.list-items a.image svg {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    display: none;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: -1px;
    width: 101%;
    height: 33%
}
body.master-layout.experiences ul.list-items a.image svg polygon {
    fill: #fffffe
}
body.master-layout.experiences ul.list-items li:last-child a.image svg {
    bottom: auto;
    top: -1px
}
body.master-layout.experiences div.experiences-inner {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%
}
body.master-layout.experiences div.experiences-inner svg {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 33%
}
body.master-layout.experiences div.experiences-inner svg polygon {
    fill: #fffffe
}
body.master-layout.experiences div.experiences-inner footer {
    position: absolute;
    padding-bottom: 1.5%;
    bottom: 0;
    text-align: center;
    width: 100%;
    overflow: hidden
}
body.master-layout.experiences div.experiences-inner footer:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 150%;
    height: 100%;
    -webkit-box-shadow: 0 -20em 21em 0 rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 -20em 21em 0 rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 -20em 21em 0 rgba(0, 0, 0, 0.4) inset
}
body.master-layout.experiences div.experiences-inner footer img {
    width: 100px;
    display: block;
    margin: 0 auto 2em auto
}
body.master-layout.experiences div.experiences-inner footer .title {
    max-width: 50.625rem;
    font-size: 4.5rem;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fffffe;
    position: relative;
    z-index: 1
}
body.master-layout.experiences div.experiences-inner footer hr {
    border: 4px solid #fffffe;
    border-bottom: none;
    max-width: 50.625rem;
    margin: 1em auto;
    position: relative;
    z-index: 1
}
body.master-layout.experiences div.experiences-inner footer .description {
    max-width: 50.625rem;
    margin: 0 auto 1em auto;
    font-size: 1.125rem;
    color: #fffffe;
    position: relative;
    z-index: 1
}
body.master-layout.experiences div.experiences-inner footer a.button {
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #4175af;
    padding: 0.75em 2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 1
}
body.master-layout.experiences div.experiences-inner footer a.button:hover {
    background: #2c5077
}
html.no-touch body.master-layout.experiences li:hover a.image svg {
    bottom: -33%
}
html.no-touch body.master-layout.experiences li:last-child:hover a.image svg {
    top: -33%
}
html.no-touch body.master-layout.experiences li a.image {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
html.no-touch body.master-layout.experiences li:hover a.image {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
html.touch body.master-layout.experiences div.experiences-inner a.button {
    display: noneread-more
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.master-layout.experiences div.experiences-inner div.title {
        font-size: 2.4rem
    }
    body.master-layout.experiences div.experiences-inner footer:before {
        -webkit-box-shadow: 0 -5em 5em 0 rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0 -5em 5em 0 rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0 -5em 5em 0 rgba(0, 0, 0, 0.4) inset
    }
    body.master-layout.experiences div.experiences-inner footer img {
        width: 70px
    }
    body.master-layout.experiences div.experiences-inner footer a.button {
        font-size: 1rem
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.master-layout.experiences ul.list-items {
        margin: 5rem auto 2rem auto
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout.experiences header.inner h1 {
        font-size: 1.3rem
    }
    body.master-layout.experiences header.inner .caption {
        font-size: 1rem
    }
    body.master-layout.experiences ul.list-items {
        margin: 2rem auto 2rem auto
    }
    body.master-layout.experiences ul.list-items a h3 {
        margin: 1rem auto;
        font-size: 1.3rem;
        text-align: center
    }
    body.master-layout.experiences ul.list-items svg {
        display: none
    }
    body.master-layout.experiences ul.list-items span.read-more {
        float: right
    }
    body.master-layout.experiences ul.list-items div.description {
        text-align: center
    }
    body.master-layout.experiences div.experiences-inner svg {
        display: none
    }
    body.master-layout.experiences div.experiences-inner footer {
        position: static;
        background: #4175af;
        padding: 1rem
    }
    body.master-layout.experiences div.experiences-inner footer:before {
        display: none
    }
    body.master-layout.experiences div.experiences-inner footer hr {
        border-color: #fffffe
    }
    body.master-layout.experiences div.experiences-inner footer img {
        display: none
    }
    body.master-layout.experiences div.experiences-inner footer div.title {
        font-size: 1.1rem
    }
    body.master-layout.experiences div.experiences-inner footer div.description {
        font-size: 0.9rem
    }
    body.master-layout.experiences div.experiences-inner footer a.button {
        font-size: 1rem;
        background: #8088a8;
        display: none
    }
}
body.master-layout.experience header.inner h1 {
    color: #000001;
    font-size: 3rem;
    text-align: center;
    margin: 1rem auto 0 auto;
    text-transform: uppercase
}
body.master-layout.experience header.inner hr {
    border-color: #000001
}
body.master-layout.experience .caption {
    color: #4175af;
    font-size: 1.5rem;
    margin: 1.5em auto
}
body.master-layout.experience .user-content.main {
    margin-bottom: 5rem;
    columns: 2;
    column-gap: 4em;
    -moz-column-count: 2;
    -moz-column-gap: 4em;
    -webkit-column-count: 2;
    -webkit-column-gap: 4em
}
body.master-layout.experience .user-content.main p {
    color: #505050
}
body.master-layout.experience .share-widget {
    text-align: center
}
body.master-layout.experience a.request.button {
    float: right;
    background: #4175af;
    text-transform: uppercase;
    font-size: 1.125rem;
    max-width: 10em;
    line-height: 1.25em
}
body.master-layout.experience a.request.button:hover {
    background: #2c5077
}
body.master-layout.experience a.book.button {
    background: #4175af;
    text-transform: uppercase;
    font-size: 1.125rem;
    max-width: 10em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.25em
}
body.master-layout.experience a.book.button:hover {
    background: #2c5077
}
body.master-layout.experience .row.equal-columns {
    margin-bottom: 2rem
}
body.master-layout.experience .row.equal-columns a.logo img {
    width: 150px
}
body.master-layout.experience .form-result {
    display: none;
    text-align: center
}
body.master-layout.experience .download-form {
    display: none;
    background: #e6e6e6;
    padding: 2rem 0;
    margin: 0 auto
}
body.master-layout.experience .download-form .title {
    font-size: 1rem;
    color: #a5a5a5;
    text-align: center;
    margin: 1rem auto 1.2rem auto
}
body.master-layout.experience .lower-section {
    background: #f6f6f8;
    padding-top: 2rem
}
body.master-layout.experience #download-form .captcha img {
    position: absolute;
    right: 23px;
    top: 2px;
    height: 44px
}
body.master-layout.experience #download-form input {
    height: 3rem
}
body.master-layout.experience #download-form input[type="submit"] {
    background: #4e5862;
    border: none;
    font-size: 1rem;
    width: 80%
}
body.master-layout.experience #download-form input[type="submit"]:hover {
    background: #2c3237
}
body.master-layout.experience #download-form i {
    color: #4e5862;
    position: absolute;
    right: 1rem;
    top: 0.1rem;
    font-size: 2.8rem
}
body.master-layout.experience hr {
    border: 4px solid #4175af;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.experience .more-entries .title {
    font-size: 1.875rem;
    color: #4175af;
    text-transform: uppercase;
    text-align: center;
    margin: 1em auto
}
body.master-layout.experience .more-entries ul li {
    padding: 1.5rem
}
body.master-layout.experience .more-entries ul li div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.experience .more-entries ul li footer {
    font-size: 1.125rem;
    color: #4e5862;
    text-transform: uppercase;
    text-align: center;
    margin: 1em auto
}
body.master-layout.experience .more-entries .owl-controls {
    margin: 0;
    position: absolute;
    top: 35%;
    width: 100%;
    height: auto
}
body.master-layout.experience .more-entries .owl-controls .owl-prev,
body.master-layout.experience .more-entries .owl-controls .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.experience .more-entries .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.experience .more-entries .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.experience .offers-widget {
    margin: 1rem auto 3rem auto
}
html.no-touch body.master-layout.experience .more-entries ul li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (max-width: 767px) {
    body.master-layout.experience header.inner h1 {
        font-size: 1.3rem
    }
    body.master-layout.experience .caption {
        font-size: 1rem;
        text-align: center
    }
    body.master-layout.experience .user-content.main {
        margin: 0;
        columns: 1;
        column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0
    }
    body.master-layout.experience .row.equal-columns {
        text-align: center
    }
    body.master-layout.experience .more-entries .title {
        font-size: 1.3rem;
        margin: 0
    }
    body.master-layout.experience .more-entries .owl-carousel {
        padding-bottom: 20px
    }
    body.master-layout.experience .more-entries .owl-carousel .owl-controls {
        position: relative
    }
    body.master-layout.experience .more-entries .owl-carousel .owl-controls .owl-page span {
        background: #4175af
    }
    body.master-layout.experience a.request.button {
        float: none
    }
}
body.master-layout.rooms header.inner h1 {
    color: #000001;
    font-size: 1.875rem;
    text-align: center;
    margin: 1em auto 0 auto;
    text-transform: uppercase
}
body.master-layout.rooms header.inner .caption p {
    color: #000001;
    font-size: 1rem;
    text-align: center;
    margin: 0
}
body.master-layout.rooms header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.rooms .overlay-inner a.button {
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
body.master-layout.rooms .overlay-inner a.button:hover {
    background: #2c3237
}
body.master-layout.rooms .overlay-inner .compare-villas-widget a {
    font-size: 1rem;
    text-transform: uppercase;
    background: #4e5862;
    padding: 0.75em 2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 1
}
body.master-layout.rooms .overlay-inner .compare-villas-widget a:hover {
    background: #2c3237
}
body.master-layout.rooms hr.separator {
    border: 4px solid #4175af;
    max-width: 75%;
    border-bottom: none;
    margin: 2em auto 0.5em auto
}
body.master-layout.rooms section.rooms-list {
    margin-bottom: 3rem;
    text-align: center
}
body.master-layout.rooms section.rooms-list .filters {
    margin: 1.2em auto 0em auto
}
body.master-layout.rooms section.rooms-list .filters .filterType {
    width: auto;
    display: inline;
    padding: 0 2em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #4175af;
    background: #666
}
body.master-layout.rooms section.rooms-list .filters .filterType ul {
    width: auto
}
body.master-layout.rooms section.rooms-list .filters .filterType ul li a {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #4175af;
    background: #dad6c8
}
body.master-layout.rooms section.rooms-list .filters .filtr {
    text-align: center;
    width: 100%;
    display: inline;
    padding: 0 2em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #4e5862
}
body.master-layout.rooms section.rooms-list .filters .filtr span {
    margin-right: 1rem
}
body.master-layout.rooms section.rooms-list .filters .filtr li {
    padding: 0 0.5rem;
    margin: 0 0.5rem
}
body.master-layout.rooms section.rooms-list .filters .filtr li:hover {
    cursor: pointer
}
body.master-layout.rooms section.rooms-list .filters .filtr li.active {
    border-bottom: 1px dotted #4e5862
}
body.master-layout.rooms section.rooms-list .filters .filtr ul,
body.master-layout.rooms section.rooms-list .filters .filtr li {
    display: inline-block
}
body.master-layout.rooms section.rooms-list .filters .filtr-title {
    display: inline;
    color: #666;
    font-size: 0.75rem;
    margin-right: 3em;
    text-transform: uppercase
}
body.master-layout.rooms section.rooms-list ul.rooms {
    margin-top: 2.5em
}
body.master-layout.rooms section.rooms-list ul.rooms li.room-type {
    width: 100%;
    font-size: 25px;
    color: #4175af
}
body.master-layout.rooms section.rooms-list ul.rooms li {
    display: inline-block;
    width: 25%
}
body.master-layout.rooms section.rooms-list ul.rooms li .title {
    font-size: 0.825rem;
    font-weight: 900;
    color: #4e5862;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0
}
body.master-layout.rooms section.rooms-list ul.rooms li .descr {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem
}
body.master-layout.rooms section.rooms-list ul.rooms li.mix {
    opacity: 0;
    display: none;
    padding: 1rem 1.5rem;
    vertical-align: top;
    position: relative
}
body.master-layout.rooms section.rooms-list ul.rooms li.mix .ribbon {
    position: absolute;
    left: 1.275rem;
    top: 1.725rem;
    z-index: 2
}
body.master-layout.rooms section.rooms-list ul.rooms div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.rooms section.rooms-list ul.rooms header {
    text-align: center;
    text-transform: uppercase;
    color: #8088a8;
    font-size: 1.125rem;
    margin: 1rem auto
}
body.master-layout.rooms section.rooms-list ul.rooms a {
    display: block;
    position: relative
}
body.master-layout.rooms section.rooms-list ul.rooms footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 5rem 0 1rem 0;
    font-size: 0.875rem;
    color: #fffffe;
    overflow: hidden
}
body.master-layout.rooms section.rooms-list ul.rooms footer:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: -25%;
    width: 150%;
    height: 20em;
    -webkit-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    -moz-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset
}
body.master-layout.rooms .share-widget {
    text-align: center;
    margin-bottom: 5%
}
html.no-touch body.master-layout.rooms section.rooms-list ul.rooms li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (max-width: 767px) {
    body.master-layout.rooms section.rooms-list .filters {
        margin: 1rem auto 0 auto
    }
    body.master-layout.rooms section.rooms-list .filters .filtr li {
        font-size: 1rem;
        display: block;
        margin: 0.5rem auto
    }
    body.master-layout.rooms section.rooms-list ul.rooms li {
        width: 100%
    }
    body.master-layout.rooms section.rooms-list ul.rooms li.mix {
        padding: 1rem 0
    }
    body.master-layout.rooms section.rooms-list ul.rooms li.mix .ribbon {
        left: -0.325rem
    }
}
body.master-layout.room header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.room header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase
}
body.master-layout.room header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.room header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.room header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.room .wide {
    position: relative
}
body.master-layout.room .wide a.button {
    margin-top: 1.5em;
    z-index: 15;
    background: #4e5862;
    text-transform: uppercase;
    font-size: 1.125rem
}
body.master-layout.room .wide a.button:hover {
    background: #2c3237
}
body.master-layout.room .details {
    margin-top: 3rem;
    margin-bottom: 1rem
}
body.master-layout.room .details .user-content {
    columns: 2;
    column-gap: 4em;
    -moz-column-count: 2;
    -moz-column-gap: 4em;
    -webkit-column-count: 2;
    -webkit-column-gap: 4em
}
body.master-layout.room .details .user-content p {
    color: #505050
}
body.master-layout.room .details .user-content ul {
    text-align: left;
    margin-left: 1.6rem
}
body.master-layout.room .details .user-content ul li {
    list-style: disc outside none;
    color: #505050
}
body.master-layout.room .details .z-tabs.white>ul.z-tabs-nav,
body.master-layout.room .details .z-tabs.white>ul.z-tabs-nav>li,
body.master-layout.room .details .z-tabs.white>.z-container {
    border-color: transparent;
    font-family: 'Open Sans'
}
body.master-layout.room .details .z-tabs.horizontal.medium>ul.z-tabs-nav>li>a.z-link {
    font-size: 0.875rem;
    color: #4175af;
    font-family: 'Open Sans';
    text-transform: uppercase
}
body.master-layout.room .details .z-tabs.white>ul.z-tabs-nav>li.z-active {
    margin-bottom: -4px;
    padding-bottom: 4px
}
body.master-layout.room .details .z-tabs.white>ul.z-tabs-nav>li.z-active>a.z-link {
    color: #4e5862;
    font-size: 1.25rem
}
body.master-layout.room .details .z-tabs.white>.z-container {
    border-top: 4px solid #4175af
}
body.master-layout.room .details .tabs {
    display: none
}
body.master-layout.room .details .tabs.z-tabs {
    display: block
}
body.master-layout.room .details .tabs div.content {
    margin-top: 1rem;
    background: transparent;
    border: none
}
body.master-layout.room .details .tabs div.content p,
body.master-layout.room .details .tabs div.content ul li {
    font-size: 1rem
}
body.master-layout.room .details .tabs div.content.photos {
    padding: 2em 1em
}
body.master-layout.room .details .tabs div.content.photos img.img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}
body.master-layout.room .details .tabs div.content.photos ul li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
body.master-layout.room .details .tabs div.content.photos div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.room .details .tabs div.content.floor-plans {
    padding: 2em 1em
}
body.master-layout.room .room-gallery {
    padding: 0 2em
}
body.master-layout.room .room-gallery .gallery-title {
    font-size: 1.25em;
    color: #4175af;
    padding-top: 20px;
    padding-bottom: 40px
}
body.master-layout.room .room-gallery ul li {
    padding: 1.5rem
}
body.master-layout.room .room-gallery ul li div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.room .room-gallery .owl-controls {
    margin: 0;
    position: absolute;
    top: 36%;
    width: 100%;
    height: auto
}
body.master-layout.room .room-gallery .owl-controls .owl-prev,
body.master-layout.room .room-gallery .owl-controls .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.room .room-gallery .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.room .room-gallery .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.room .room-gallery .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.room .room-gallery .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.room .booking_area {
    margin: 40px 0
}
body.master-layout.room a.button.book {
    background: #4175af;
    text-transform: uppercase;
    font-size: 1em;
    max-width: 10em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 1em
}
body.master-layout.room a.button.book:hover {
    background: #2c5077
}
body.master-layout.room .button-middle a.button {
    background: #4175af
}
body.master-layout.room .button-middle a.button:hover {
    background: #2c5077
}
body.master-layout.room .share-widget {
    bottom: -30px
}
body.master-layout.room .row.equal-columns {
    margin-bottom: 2rem
}
body.master-layout.room .form-result {
    display: none;
    text-align: center
}
body.master-layout.room .lower-section {
    background: #f6f6f8;
    padding-top: 2rem
}
body.master-layout.room .more-entries .title {
    font-size: 1.875rem;
    color: #4175af;
    text-transform: uppercase;
    text-align: center;
    margin: 1em auto
}
body.master-layout.room .more-entries ul li {
    padding: 1.5rem
}
body.master-layout.room .more-entries ul li div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.room .more-entries ul li header {
    text-align: center;
    text-transform: uppercase;
    color: #8088a8;
    font-size: 1.125rem;
    margin: 1rem auto
}
body.master-layout.room .more-entries ul li a {
    display: block;
    position: relative
}
body.master-layout.room .more-entries ul li footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 5rem 0 1rem 0;
    font-size: 0.875rem;
    color: #fffffe;
    overflow: hidden
}
body.master-layout.room .more-entries ul li footer:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: -25%;
    width: 150%;
    height: 20em;
    -webkit-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    -moz-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset
}
body.master-layout.room .more-entries ul li .title {
    font-size: 0.975rem;
    color: #4175af;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
    text-transform: none
}
body.master-layout.room .more-entries ul li .descr {
    font-size: 0.975rem;
    color: #666;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: none
}
body.master-layout.room .more-entries .owl-controls {
    margin: 0;
    position: absolute;
    top: 35%;
    width: 100%;
    height: auto
}
body.master-layout.room .more-entries .owl-controls .owl-prev,
body.master-layout.room .more-entries .owl-controls .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.room .more-entries .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.room .more-entries .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.room .offers-widget {
    margin: 1rem auto 3rem auto
}
body.master-layout.room section.rooms-list {
    margin-bottom: 3rem;
    text-align: center
}
body.master-layout.room section.rooms-list ul.rooms {
    margin-top: 2.5em
}
body.master-layout.room section.rooms-list ul.rooms li.room-type {
    width: 100%;
    font-size: 25px;
    color: #4175af
}
body.master-layout.room section.rooms-list ul.rooms li {
    display: inline-block;
    width: 25%
}
body.master-layout.room section.rooms-list ul.rooms li .title {
    font-size: 0.825rem;
    font-weight: 900;
    color: #4e5862;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0
}
body.master-layout.room section.rooms-list ul.rooms li .descr {
    font-size: 0.85rem;
    color: #4e5862;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem
}
body.master-layout.room section.rooms-list ul.rooms li.mix {
    opacity: 0;
    display: none;
    padding: 1rem 1.5rem;
    vertical-align: top;
    position: relative
}
body.master-layout.room section.rooms-list ul.rooms li.mix .ribbon {
    position: absolute;
    left: 1.275rem;
    top: 1.725rem;
    z-index: 2
}
body.master-layout.room section.rooms-list ul.rooms div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.room section.rooms-list ul.rooms header {
    text-align: center;
    text-transform: uppercase;
    color: #4175af;
    font-size: 1.125rem;
    margin: 1rem auto
}
body.master-layout.room section.rooms-list ul.rooms a {
    display: block;
    position: relative
}
body.master-layout.room section.rooms-list ul.rooms footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 5rem 0 1rem 0;
    font-size: 0.875rem;
    color: #fffffe;
    overflow: hidden
}
body.master-layout.room section.rooms-list ul.rooms footer:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: -25%;
    width: 150%;
    height: 20em;
    -webkit-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    -moz-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset
}
body.master-layout.room .share_category_widget .share-widget {
    text-align: center;
    margin-bottom: 5%
}
html.no-touch body.master-layout.room .more-entries ul li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
html.no-touch body.master-layout.room .room-gallery li div.imageClipFP {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
html.no-touch body.master-layout.room .room-gallery li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body.master-layout.room .more-entries ul li header {
        font-size: 1rem
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout.room header.inner h1 {
        font-size: 1.2rem
    }
    body.master-layout.room .details {
        margin-top: 0.5rem;
        margin-bottom: 0
    }
    body.master-layout.room .details .user-content {
        columns: 1;
        column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0
    }
    body.master-layout.room .details .z-tabs.white>ul.z-tabs-nav>li.z-active>a.z-link {
        font-size: 0.875rem
    }
    body.master-layout.room .row.equal-columns {
        text-align: center
    }
    body.master-layout.room a.button.book {
        margin: 1rem auto 0 auto
    }
    body.master-layout.room .more-entries .title {
        font-size: 1.2rem
    }
    body.master-layout.room .more-entries ul li {
        padding: 0 1.5rem
    }
    body.master-layout.room .more-entries .owl-carousel {
        padding-bottom: 20px
    }
    body.master-layout.room .more-entries .owl-carousel .owl-controls {
        position: relative
    }
    body.master-layout.room .more-entries .owl-carousel .owl-controls .owl-page span {
        background: #4175af
    }
    body.master-layout.room .room-gallery .gallery-title {
        padding-bottom: 5px
    }
    body.master-layout.room .room-gallery .owl-controls {
        position: relative
    }
    body.master-layout.room .room-gallery .owl-controls .owl-page span {
        background: #4175af
    }
}
body.master-layout.pressKitList header.inner h1 {
    color: #000001;
    font-size: 1.875rem;
    text-align: center;
    margin: 1em auto 0 auto;
    text-transform: uppercase
}
body.master-layout.pressKitList header.inner .caption p {
    color: #000001;
    font-size: 1rem;
    text-align: center;
    margin: 0
}
body.master-layout.pressKitList header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.pressKitList .overlay-inner a.button {
    display: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
body.master-layout.pressKitList .overlay-inner a.button:hover {
    background: #2c3237
}
body.master-layout.pressKitList hr.separator {
    border: 4px solid #4175af;
    max-width: 75%;
    border-bottom: none;
    margin: 2em auto 0.5em auto
}
body.master-layout.pressKitList section.press-kit-list {
    margin-bottom: 3rem;
    text-align: center
}
body.master-layout.pressKitList section.press-kit-list ul.pressList {
    margin-top: 2.5em
}
body.master-layout.pressKitList section.press-kit-list ul.pressList li {
    display: inline-block;
    width: 25%;
    padding: 1rem 1.5rem
}
body.master-layout.pressKitList section.press-kit-list ul.pressList li .title {
    font-size: 0.825rem;
    font-weight: 900;
    color: #666;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0
}
body.master-layout.pressKitList section.press-kit-list ul.pressList li .descr {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem
}
body.master-layout.pressKitList section.press-kit-list ul.pressList div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.pressKitList section.press-kit-list ul.pressList header {
    text-align: center;
    text-transform: uppercase;
    color: #8088a8;
    font-size: 1.125rem;
    margin: 1rem auto
}
body.master-layout.pressKitList section.press-kit-list ul.pressList a {
    display: block;
    position: relative
}
body.master-layout.pressKitList section.press-kit-list ul.pressList footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 5rem 0 1rem 0;
    font-size: 0.875rem;
    color: #fffffe;
    overflow: hidden
}
body.master-layout.pressKitList section.press-kit-list ul.pressList footer:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: -25%;
    width: 150%;
    height: 20em;
    -webkit-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    -moz-box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset;
    box-shadow: 0 -4em 5em 0 rgba(0, 0, 0, 0.85) inset
}
body.master-layout.pressKitList .share-widget {
    text-align: center;
    margin-bottom: 5%
}
body.master-layout.pressKitList .offers-widget {
    display: none
}
html.no-touch body.master-layout.pressKitList section.press-kit-list ul.pressList li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (max-width: 767px) {
    body.master-layout.pressKitList section.press-kit-list ul.pressList li {
        width: 100%;
        padding: 1rem 0
    }
}
body.master-layout.simples header.inner h1 {
    color: #000001;
    font-size: 3rem;
    text-align: center;
    margin: 1em auto 0 auto;
    text-transform: uppercase
}
body.master-layout.simples header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    text-align: center;
    margin: 0
}
body.master-layout.simples header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.simples ul.list-items {
    margin: 5rem auto 4rem auto;
    position: relative;
    z-index: 5
}
body.master-layout.simples ul.list-items li {
    margin-bottom: 4rem
}
body.master-layout.simples ul.list-items li:last-child {
    margin-bottom: 0
}
body.master-layout.simples ul.list-items a h3 {
    font-family: 'Open Sans';
    font-size: 1.5rem;
    color: #4175af;
    margin-bottom: 1rem;
    text-transform: capitalize
}
body.master-layout.simples ul.list-items a .description p {
    color: #505050;
    font-size: 1rem
}
body.master-layout.simples ul.list-items a .read-more {
    padding-bottom: 0.5em;
    display: inline-block;
    color: #4175af;
    font-size: 0.875rem;
    border-bottom: 2px dotted #4175af
}
body.master-layout.simples ul.list-items a.image {
    display: block;
    position: relative;
    overflow: hidden
}
body.master-layout.simples ul.list-items a.image svg {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: -1px;
    width: 101%;
    height: 33%
}
body.master-layout.simples ul.list-items a.image svg polygon {
    fill: #fffffe
}
body.master-layout.simples ul.list-items li:last-child a.image svg {
    bottom: auto;
    top: -1px
}
body.master-layout.simples hr.separator {
    border: 4px solid #4175af;
    max-width: 75%;
    border-bottom: none;
    margin: 2em auto 0.5em auto
}
body.master-layout.simples .lower-section {
    background: #f6f6f8;
    padding-top: 2rem
}
body.master-layout.simples .share-widget {
    text-align: center;
    margin-bottom: 5%
}
html.no-touch body.master-layout.simples li:hover a.image svg {
    bottom: -33%
}
html.no-touch body.master-layout.simples li:last-child:hover a.image svg {
    top: -33%
}
html.no-touch body.master-layout.simples li a.image {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
html.no-touch body.master-layout.simples li:hover a.image {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (max-width: 767px) {
    body.master-layout.simples header.inner h1 {
        font-size: 1.3rem
    }
    body.master-layout.simples header.inner .caption {
        font-size: 1rem
    }
    body.master-layout.simples ul.list-items {
        margin: 2rem auto 2rem auto
    }
    body.master-layout.simples ul.list-items a h3 {
        margin: 1rem auto;
        font-size: 1.3rem;
        text-align: center
    }
    body.master-layout.simples ul.list-items svg {
        display: none
    }
    body.master-layout.simples ul.list-items span.read-more {
        float: right
    }
    body.master-layout.simples ul.list-items div.description {
        text-align: center
    }
}
body.master-layout.simple header.inner h1 {
    color: #000001;
    font-size: 3rem;
    text-align: center;
    margin: 1rem auto 0 auto;
    text-transform: uppercase
}
body.master-layout.simple header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.simple header.inner .caption p {
    color: color0;
    font-size: 1.125rem;
    text-align: center;
    margin: 1.5em auto
}
body.master-layout.simple .overlay-inner a.button {
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
body.master-layout.simple .overlay-inner a.button:hover {
    background: #2c5077
}
body.master-layout.simple .user-content.main {
    margin: 2rem auto 1rem auto;
    columns: 2;
    column-gap: 4em;
    -moz-column-count: 2;
    -moz-column-gap: 4em;
    -webkit-column-count: 2;
    -webkit-column-gap: 4em
}
body.master-layout.simple .user-content.main p {
    color: #505050
}
body.master-layout.simple .share-widget {
    margin-top: 1.031em;
    margin-bottom: 3rem
}
body.master-layout.simple .lower-section {
    background: #f6f6f8;
    padding-top: 2rem
}
body.master-layout.simple hr.separator {
    border: 4px solid #4175af;
    max-width: 75%;
    border-bottom: none;
    margin: 2em auto 0.5em auto
}
body.master-layout.simple .simple-gallery {
    padding: 0 2em
}
body.master-layout.simple .simple-gallery .gallery-title {
    font-size: 1.25em;
    color: #4175af;
    padding-top: 20px;
    padding-bottom: 40px
}
body.master-layout.simple .simple-gallery ul li {
    padding: 1.5rem
}
body.master-layout.simple .simple-gallery ul li div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.simple .simple-gallery .owl-controls {
    margin: 0;
    position: absolute;
    top: 36%;
    width: 100%;
    height: auto
}
body.master-layout.simple .simple-gallery .owl-controls .owl-prev,
body.master-layout.simple .simple-gallery .owl-controls .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.simple .simple-gallery .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.simple .simple-gallery .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.simple .simple-gallery .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.simple .simple-gallery .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.simple a.button.book {
    background: #4175af;
    text-transform: uppercase;
    font-size: 1.125rem;
    max-width: 10em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.25em
}
body.master-layout.simple a.button.book:hover {
    background: #2c5077
}
html.no-touch body.master-layout.room .simple-gallery li div.imageClipFP {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
html.no-touch body.master-layout.room .simple-gallery li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (max-width: 767px) {
    body.master-layout.simple header.inner h1 {
        font-size: 1.3rem
    }
    body.master-layout.simple header.inner div.caption p {
        font-size: 1rem
    }
    body.master-layout.simple .user-content.main {
        columns: 1;
        column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0
    }
    body.master-layout.simple .simple-gallery .gallery-title {
        padding-bottom: 5px
    }
    body.master-layout.simple .simple-gallery .owl-controls {
        position: relative
    }
    body.master-layout.simple .simple-gallery .owl-controls .owl-page span {
        background: #4175af
    }
}
body.master-layout.gallery header.inner h1 {
    color: #4175af;
    font-size: 3rem;
    text-align: center;
    margin: 1em auto 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
body.master-layout.gallery header.inner .caption p {
    color: #000001;
    font-size: 1rem;
    text-align: center;
    margin: 0
}
body.master-layout.gallery header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.gallery hr.separator {
    border: 4px solid #4175af;
    max-width: 75%;
    border-bottom: none;
    margin: 2em auto 0.5em auto
}
body.master-layout.gallery section.gallery-list {
    margin-bottom: 3rem
}
body.master-layout.gallery section.gallery-list .filters {
    margin: 0 auto 2rem auto;
    width: 100%;
    text-align: center
}
body.master-layout.gallery section.gallery-list .filters .filter {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #4175af;
    padding: 0 0.5rem;
    margin: 0 0.5rem;
    display: inline-block
}
body.master-layout.gallery section.gallery-list .filters .filter:hover {
    cursor: pointer
}
body.master-layout.gallery section.gallery-list .filters .filter.active {
    border-bottom: 1px dotted #4175af
}
body.master-layout.gallery section.gallery-list .filters .filter span {
    margin-right: 1rem
}
body.master-layout.gallery section.gallery-list ul.images li {
    display: inline-block;
    width: 33%
}
body.master-layout.gallery section.gallery-list ul.images li.mix {
    opacity: 0;
    display: none;
    padding: 1rem
}
body.master-layout.gallery section.gallery-list ul.images div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.gallery section.gallery-list ul.images a {
    display: block;
    position: relative
}
html.no-touch body.master-layout.gallery section.gallery-list ul.images li:hover div.imageClipFP {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45)
}
@media only screen and (max-width: 767px) {
    body.master-layout.gallery header.inner h1 {
        font-size: 1.5rem
    }
    body.master-layout.gallery section.gallery-list {
        margin-bottom: 0
    }
    body.master-layout.gallery section.gallery-list .filters {
        margin: 0 auto 1rem auto
    }
    body.master-layout.gallery section.gallery-list .filters .filter {
        font-size: 0.9rem
    }
    body.master-layout.gallery section.gallery-list .filters .filtr li {
        display: block;
        margin: 0.5rem auto
    }
    body.master-layout.gallery section.gallery-list ul.images li {
        width: 50%
    }
    body.master-layout.gallery section.gallery-list ul.images li.mix {
        padding: 0.5rem
    }
}
body.master-layout.contact .wide .map {
    margin: 0 auto
}
body.master-layout.contact header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.contact header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
body.master-layout.contact header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.contact header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.contact header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.contact form.custom.contact {
    margin: 3rem auto 2rem auto
}
body.master-layout.contact form.custom.contact label {
    font: normal normal 300 1em 'Open Sans';
    color: #000001;
    margin: 0 0 0.5em 0
}
body.master-layout.contact form.custom.contact input[type="text"],
body.master-layout.contact form.custom.contact textarea {
    border: 1px solid lightgrey;
    padding: 0 0.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fffffe;
    color: grey;
    height: 41px
}
body.master-layout.contact form.custom.contact input[type="text"]:focus,
body.master-layout.contact form.custom.contact textarea:focus {
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset
}
body.master-layout.contact form.custom.contact textarea {
    height: 10.9em;
    padding: 1em 0.5em
}
body.master-layout.contact form.custom.contact .error input[type="text"],
body.master-layout.contact form.custom.contact .error .custom.dropdown,
body.master-layout.contact form.custom.contact .error textarea {
    border: 1px solid red
}
body.master-layout.contact form.custom.contact .captcha img {
    position: absolute;
    right: 23px;
    top: 2px;
    height: 37px
}
body.master-layout.contact form.custom.contact input[type="submit"] {
    background: #4e5862;
    color: #fffffe;
    border: 1px solid lightgrey;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-bottom: 0 !important;
    padding: 0.5em 1em;
    width: 100%;
    height: 41px
}
body.master-layout.contact form.custom.contact input[type="submit"]:hover {
    background: #2c3237
}
body.master-layout.contact .user-content {
    margin: 3rem auto 2rem auto
}
body.master-layout.contact .user-content a {
    color: #4175af;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
body.master-layout.contact .user-content a:hover {
    color: #2c5077
}
@media only screen and (max-width: 767px) {
    body.master-layout.contact header.inner h1 {
        font-size: 1.4rem
    }
    body.master-layout.contact header.inner .caption {
        font-size: 1rem
    }
}
body.master-layout.reviews header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.reviews header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
body.master-layout.reviews header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.reviews header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.reviews header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.reviews section.reviews ul.items li {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dotted #4e5862
}
body.master-layout.reviews section.reviews ul.items li .title a {
    font-size: 1.125rem;
    color: #4e5862;
    text-transform: capitalize
}
body.master-layout.reviews section.reviews ul.items li .rating {
    font-size: 0.8rem;
    color: #4175af;
    text-align: right
}
body.master-layout.reviews section.reviews ul.items li .review,
body.master-layout.reviews section.reviews ul.items li .review a.content {
    color: #666;
    margin: 0.25rem auto
}
body.master-layout.reviews section.reviews ul.items li .review.full {
    display: none
}
body.master-layout.reviews section.reviews ul.items li time,
body.master-layout.reviews section.reviews ul.items li .author {
    font-size: 0.75rem;
    color: #4e5862
}
body.master-layout.reviews section.reviews ul.items li .source.tripadvisor {
    text-align: right;
    display: block;
    color: #3a8e1b;
    font-size: 1rem
}
body.master-layout.reviews section.reviews ul.items li .more {
    opacity: 0;
    text-transform: lowercase;
    color: #4175af;
    font-size: 0.95rem;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.reviews section.reviews ul.items li:hover .more {
    opacity: 1
}
body.master-layout.reviews section.reviews .pager {
    margin: 1rem 0 2rem 0
}
body.master-layout.reviews section.reviews .review-form-button {
    text-align: center
}
body.master-layout.reviews section.reviews .review-form-button .button.toggle {
    background: #4e5862;
    color: #fffffe;
    border: 1px solid lightgrey;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-bottom: 3rem;
    padding: 0.5em 1em;
    height: 41px
}
body.master-layout.reviews section.reviews .review-form-button .button.toggle:hover {
    background: #2c3237
}
body.master-layout.reviews section.reviews .review-form {
    margin-bottom: 2rem;
    display: none
}
body.master-layout.reviews section.reviews .review-form .title {
    font-size: 1.125rem;
    color: #4e5862;
    text-transform: uppercase;
    margin: 2rem auto 1rem auto
}
body.master-layout.reviews section.reviews .review-form input[type="text"],
body.master-layout.reviews section.reviews .review-form textarea {
    border: 1px solid lightgrey;
    padding: 0 0.5em;
    height: 41px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fffffe;
    color: grey
}
body.master-layout.reviews section.reviews .review-form input[type="text"]:focus,
body.master-layout.reviews section.reviews .review-form textarea:focus {
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset
}
body.master-layout.reviews section.reviews .review-form div.custom.dropdown {
    height: 2.813em
}
body.master-layout.reviews section.reviews .review-form div.custom.dropdown a.current {
    color: grey
}
body.master-layout.reviews section.reviews .review-form div.custom.dropdown a.current,
body.master-layout.reviews section.reviews .review-form div.custom.dropdown a.selector {
    line-height: 2.813em;
    height: 2.813em
}
body.master-layout.reviews section.reviews .review-form textarea {
    height: 10.9em;
    padding: 1em 0.5em
}
body.master-layout.reviews section.reviews .review-form .error input[type="text"],
body.master-layout.reviews section.reviews .review-form .error .custom.dropdown,
body.master-layout.reviews section.reviews .review-form .error textarea {
    border: 1px solid red
}
body.master-layout.reviews section.reviews .review-form .captcha img {
    position: absolute;
    right: 10px;
    top: 2px;
    height: 37px
}
body.master-layout.reviews section.reviews .review-form input[type="submit"] {
    background: #4e5862;
    color: #fffffe;
    border: 1px solid lightgrey;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-bottom: 0 !important;
    padding: 0.5em 1em;
    width: 100%;
    height: 41px
}
body.master-layout.reviews section.reviews .review-form input[type="submit"]:hover {
    background: #2c3237
}
@media only screen and (max-width: 767px) {
    body.master-layout.reviews header.inner h1 {
        font-size: 1.4rem
    }
    body.master-layout.reviews header.inner .caption {
        font-size: 1rem
    }
}
body.master-layout.offers header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.offers header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
body.master-layout.offers header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.offers header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.offers header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.offers a.button.book {
    background: #4175af;
    text-transform: uppercase;
    font-size: 1.125rem;
    max-width: 10em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.25em
}
body.master-layout.offers a.button.book:hover {
    background: #2c5077
}
body.master-layout.offers section.offers ul li.withImage {
    overflow: hidden
}
body.master-layout.offers section.offers ul li.withImage div.imageClipFP {
    width: 11%;
    float: left;
    margin: 1% 2% 2% 2%
}
body.master-layout.offers section.offers ul li.withImage div.rcol {
    width: 89%;
    float: right
}
body.master-layout.offers section.offers ul li {
    margin-bottom: 2rem;
    border-bottom: 1px solid #000001
}
body.master-layout.offers section.offers ul li .title a {
    font-size: 1.5rem;
    color: #4175af;
    text-transform: uppercase
}
body.master-layout.offers section.offers ul li .content p {
    margin-bottom: 0.25rem
}
body.master-layout.offers section.offers ul li .content a {
    color: #666;
    margin: 0.25rem auto
}
body.master-layout.offers section.offers ul li .actions {
    text-align: right
}
body.master-layout.offers section.offers ul li .button {
    background: #4175af;
    color: #fffffe;
    border: none;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-bottom: 0 !important;
    padding: 0.5em 1em
}
body.master-layout.offers section.offers ul li .button:hover {
    background: #2c5077
}
body.master-layout.offers section.offers ul li .content.full {
    display: none
}
body.master-layout.offers section.offers ul li .more {
    opacity: 0;
    text-transform: lowercase;
    color: #4175af;
    font-size: 0.95rem;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.offers section.offers ul li:hover .more {
    opacity: 1
}
body.master-layout.offers .share-widget {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    body.master-layout.offers section.offers ul>li {
        padding-top: 10%
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout.offers header.inner h1 {
        font-size: 1.4rem
    }
    body.master-layout.offers header.inner .caption {
        font-size: 1rem
    }
    body.master-layout.offers section.offers ul>li {
        padding-top: 10%
    }
    body.master-layout.offers section.offers ul li.withImage div.imageClipFP {
        width: 30%;
        float: left;
        margin: 2% 5% 0 0
    }
    body.master-layout.offers section.offers ul li.withImage div.rcol {
        width: 65%;
        float: right
    }
}
body.master-layout.press header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.press header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
body.master-layout.press header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.press header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.press header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.press section.entries ul li {
    margin-bottom: 2rem;
    border-bottom: 1px solid #8088a8
}
body.master-layout.press section.entries ul li .title a {
    font-size: 1.5rem;
    color: #4e5862;
    text-transform: uppercase
}
body.master-layout.press section.entries ul li .content a {
    color: #666;
    margin: 0.25rem auto
}
body.master-layout.press section.entries ul li .actions {
    text-align: right
}
body.master-layout.press section.entries ul li .button {
    background: #4175af;
    color: #fffffe;
    border: none;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin: 0;
    padding: 0.5em 1em
}
body.master-layout.press section.entries ul li .button:hover {
    background: #2c5077
}
@media only screen and (max-width: 767px) {
    body.master-layout.press header.inner h1 {
        font-size: 1.4rem
    }
    body.master-layout.press header.inner .caption {
        font-size: 1rem
    }
}
body.master-layout.files header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.files header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase
}
body.master-layout.files header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.files header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.files header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.files section.entries ul li {
    margin-bottom: 2rem;
    border-bottom: 1px solid #8088a8
}
body.master-layout.files section.entries ul li .title a {
    font-size: 1.5rem;
    color: #4e5862;
    text-transform: uppercase
}
body.master-layout.files section.entries ul li .content a {
    color: #666;
    margin: 0.25rem auto
}
body.master-layout.files section.entries ul li .actions {
    text-align: right
}
body.master-layout.files section.entries ul li .button {
    background: #4175af;
    color: #fffffe;
    border: none;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin: 1rem 0 0 0;
    padding: 0.5em 1em
}
body.master-layout.files section.entries ul li .button:hover {
    background: #2c5077
}
body.master-layout.files .share-widget {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%
}
body.master-layout.news-list header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.news-list header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
body.master-layout.news-list header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.news-list header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.news-list header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.news-list section.entries article.withImage {
    overflow: hidden
}
body.master-layout.news-list section.entries article.withImage div.imageClipFP {
    width: 11%;
    float: left;
    margin: 0 2%
}
body.master-layout.news-list section.entries article.withImage div.rcol {
    width: 85%;
    float: right
}
body.master-layout.news-list section.entries article {
    margin-bottom: 2rem;
    border-bottom: 1px solid #8088a8
}
body.master-layout.news-list section.entries header a {
    font-size: 1.5rem;
    color: #4e5862;
    text-transform: uppercase
}
body.master-layout.news-list section.entries time {
    font-size: 0.9rem;
    color: #4175af;
    margin: 0.5rem 0;
    display: block
}
body.master-layout.news-list section.entries .content a {
    color: #666;
    margin: 0.25rem auto
}
body.master-layout.news-list section.entries .actions {
    text-align: right
}
body.master-layout.news-list section.entries .button {
    background: #4175af;
    color: #fffffe;
    border: none;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin: 1rem 0 0 0;
    padding: 0.5em 1em
}
body.master-layout.news-list section.entries .button:hover {
    background: #2c5077
}
body.master-layout.news-list .share-widget {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%
}
body.master-layout.news-list .tag-filter {
    border: 1px solid #dad6c8;
    padding: 1em;
    margin: 1em;
    background: rgba(255, 255, 255, 0.5);
    text-align: center
}
body.master-layout.news-list .tag-filter span.msg {
    font-size: 1em
}
body.master-layout.news-list .tag-filter span.tag {
    font-weight: bold
}
body.master-layout.news-list .tag-filter a.show-all {
    font-size: 1em;
    color: #4175af
}
@media only screen and (max-width: 767px) {
    body.master-layout.news-list section.entries article.withImage div.imageClipFP {
        width: 25%;
        float: left;
        margin: 0 2%
    }
    body.master-layout.news-list section.entries article.withImage div.rcol {
        width: 70%;
        float: right
    }
}
body.master-layout.news-entry header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.news-entry header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase
}
body.master-layout.news-entry header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.news-entry header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.news-entry article div.user-content {
    padding-left: 2px;
    padding-right: 2px
}
body.master-layout.news-entry article.withImage {
    overflow: hidden
}
body.master-layout.news-entry article.withImage div.left-col {
    width: 30%;
    float: left;
    margin: 0 2%
}
body.master-layout.news-entry article.withImage div.user-content {
    width: 65%;
    float: left
}
body.master-layout.news-entry time {
    font-size: 1rem;
    color: #4175af;
    margin: 0.5rem 0;
    display: block
}
body.master-layout.news-entry .share-widget {
    margin: 2rem auto
}
@media only screen and (max-width: 767px) {
    body.master-layout.news-entry header.inner h1 {
        font-size: 1.2rem
    }
    body.master-layout.news-entry header.inner .caption {
        color: #000001;
        font-size: 1rem;
        margin: 1.5em auto
    }
    body.master-layout.news-entry .user-content {
        text-align: left
    }
    body.master-layout.news-entry article.withImage div.left-col {
        width: 25%;
        margin: 0 4%
    }
    body.master-layout.news-entry article.withImage div.user-content {
        width: 65%;
        float: left
    }
}
body.master-layout.booking div.title {
    color: #ccc;
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 8px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc
}
body.master-layout.request .wide .map {
    margin: 0 auto
}
body.master-layout.request header.inner {
    text-align: center;
    margin-bottom: 2rem
}
body.master-layout.request header.inner h1 {
    color: #000001;
    font-size: 3rem;
    margin: 1rem auto 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
body.master-layout.request header.inner hr {
    border: 4px solid #000001;
    max-width: 730px;
    border-bottom: none;
    margin: 1em auto 1.5em auto
}
body.master-layout.request header.inner .facts {
    color: #a3a3a3;
    font-size: 1.125rem
}
body.master-layout.request header.inner .caption {
    color: #000001;
    font-size: 1.125rem;
    margin: 1.5em auto
}
body.master-layout.request .info-box {
    background: #000001;
    color: #fffffe;
    padding: 1em 1em 0.25em 1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.25em
}
body.master-layout.request .info-box p {
    margin-bottom: 0
}
body.master-layout.request .info-box p strong {
    font-size: 1.25em
}
body.master-layout.request .info-box i {
    display: block;
    font-size: 2em
}
body.master-layout.request .overlay-thank-you {
    display: none;
    text-align: center
}
body.master-layout.request .overlay-thank-you .txt {
    text-align: center;
    background: black footer-upper bg;
    color: #fffffe;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5;
    padding: 2em 1em 1em 1em;
    display: block
}
body.master-layout.request .overlay-thank-you .txt i {
    font-size: 3em
}
body.master-layout.request .overlay-thank-you .txt .thankyoutext {
    font-size: 1.5em;
    margin-top: 1em
}
body.master-layout.request .overlay-thank-you .txt .thankyoutext p {
    margin-bottom: 1.275em
}
body.master-layout.request .overlay-thank-you .txt .social p {
    margin-bottom: 0.25em;
    font-size: 0.8em
}
body.master-layout.request .overlay-thank-you .txt .social ul li {
    display: inline;
    padding: 0.5em;
    text-align: center;
    font-size: 0.675em
}
body.master-layout.request .overlay-thank-you .txt .social ul li a {
    color: #fffffe
}
body.master-layout.request .overlay-thank-you .txt .social ul li a:hover {
    color: #222
}
body.master-layout.request .overlay-thank-you .txt .social ul li a i {
    font-size: 1.075em
}
body.master-layout.request .overlay-load {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 15;
    color: #fffffe;
    text-align: center;
    overflow: hidden;
    padding: 4em 2em 2em 2em
}
body.master-layout.request .overlay-load .txt {
    text-align: center;
    background: #000001;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5;
    padding: 1em;
    display: block
}
body.master-layout.request form.custom.request label {
    font: normal normal 300 1em 'Open Sans';
    color: #000001;
    margin: 0 0 0.5em 0
}
body.master-layout.request form.custom.request input[type="text"],
body.master-layout.request form.custom.request textarea {
    border: 1px solid lightgrey;
    padding: 0 0.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fffffe;
    color: grey;
    height: 41px
}
body.master-layout.request form.custom.request input[type="text"]:focus,
body.master-layout.request form.custom.request textarea:focus {
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset
}
body.master-layout.request form.custom.request textarea {
    height: 10.9em;
    padding: 1em 0.5em
}
body.master-layout.request form.custom.request .custom.dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid lightgrey;
    background: #fffffe;
    color: grey;
    height: 2.913em;
    margin-bottom: 17px
}
body.master-layout.request form.custom.request .custom.dropdown .current,
body.master-layout.request form.custom.request .custom.dropdown .selector {
    line-height: 2.65em;
    color: grey
}
body.master-layout.request form.custom.request .custom.dropdown .selector {
    height: 2.913em
}
body.master-layout.request form.custom.request .error input[type="text"],
body.master-layout.request form.custom.request .error .custom.dropdown,
body.master-layout.request form.custom.request .error textarea {
    border: 1px solid red
}
body.master-layout.request form.custom.request .captcha img {
    position: absolute;
    right: 23px;
    top: 2px;
    height: 37px
}
body.master-layout.request form.custom.request input[type="submit"] {
    background: #4e5862;
    color: #fffffe;
    border: 1px solid lightgrey;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-bottom: 0 !important;
    padding: 0.5em 1em;
    width: 100%;
    height: 41px
}
body.master-layout.request form.custom.request input[type="submit"]:hover {
    background: #2c3237
}
body.master-layout.request form.custom.request .info-box {
    background: #000001;
    color: #fffffe;
    padding: 1em 1em 0.25em 1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.25em
}
body.master-layout.request form.custom.request .info-box p {
    margin-bottom: 0
}
body.master-layout.request form.custom.request .info-box p strong {
    font-size: 1.25em
}
body.master-layout.request form.custom.request .info-box i {
    display: block;
    font-size: 2em
}
body.master-layout.request form.custom.request .errorMessage {
    display: block !important;
    margin-bottom: 1em;
    color: red;
    font-size: 0.75em
}
body.master-layout.request .user-content {
    margin: 3rem auto 2rem auto
}
body.master-layout.request .user-content h2 {
    color: #4e5862;
    font-size: 1.525em
}
body.master-layout.request .user-content a {
    color: #4175af;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
body.master-layout.request .user-content a:hover {
    color: #2c5077
}
body.master-layout.request .simple-gallery {
    padding: 0 2em
}
body.master-layout.request .simple-gallery .gallery-title {
    font-size: 1.25em;
    color: #4175af;
    padding-top: 20px;
    padding-bottom: 40px
}
body.master-layout.request .simple-gallery ul li {
    padding: 1.5rem
}
body.master-layout.request .simple-gallery ul li div.imageClipFP {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.request .simple-gallery .owl-controls {
    margin: 0;
    position: absolute;
    top: 36%;
    width: 100%;
    height: auto
}
body.master-layout.request .simple-gallery .owl-controls .owl-prev,
body.master-layout.request .simple-gallery .owl-controls .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
body.master-layout.request .simple-gallery .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.request .simple-gallery .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.request .simple-gallery .owl-controls .owl-prev {
    left: -1rem
}
body.master-layout.request .simple-gallery .owl-controls .owl-next {
    right: -1rem
}
body.master-layout.request iframe {
    display: none
}
@media only screen and (max-width: 767px) {
    body.master-layout.request header.inner h1 {
        font-size: 1.4rem
    }
    body.master-layout.request header.inner .caption {
        font-size: 1rem
    }
}
body.master-layout.days {
    overflow-x: hidden
}
body.master-layout.days .wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}
body.master-layout.days .wrapper .bg_parallax {
    background-size: 100% auto;
    background-repeat: no-repeat
}
body.master-layout.days .wrapper .lines {
    padding-top: 95px
}
body.master-layout.days .wrapper .lines .line-horizontal {
    width: 50%;
    text-align: right;
    padding-left: 15%;
    overflow: hidden;
    height: 2px;
    position: relative;
    top: -1px
}
body.master-layout.days .wrapper .lines .line-horizontal svg {
    width: 100%;
    vertical-align: top
}
body.master-layout.days .wrapper .lines .line-middle {
    height: 40px
}
body.master-layout.days .wrapper .lines .line-left {
    width: 15%;
    text-align: right;
    position: relative;
    top: -3px;
    left: 2px
}
body.master-layout.days .wrapper .zone-overlay .row {
    max-width: 101.625rem
}
body.master-layout.days .wrapper .zone-overlay .line-top {
    text-align: right;
    width: 15%;
    height: 15%;
    left: 2px;
    position: relative;
    overflow: hidden
}
body.master-layout.days .wrapper .zone-overlay .line-bottom {
    text-align: right;
    left: 2px;
    width: 15%;
    height: 30%;
    position: relative
}
body.master-layout.days .wrapper .last-zone-overlay {
    text-align: center
}
body.master-layout.days .wrapper .last-zone-overlay .lines {
    padding-top: 0;
    padding-bottom: 0
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-left {
    height: 196px
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-middle {
    height: 37px;
    top: -2px;
    position: relative
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-horizontal-left {
    padding-left: 50%;
    text-align: left;
    left: -348px;
    position: relative;
    height: 2px
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-horizontal-left svg {
    vertical-align: top;
    width: 349px
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-horizontal-right {
    padding-left: 50%;
    text-align: left;
    width: 180px;
    height: 2px;
    top: -2px;
    position: relative
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-horizontal-right svg {
    vertical-align: top;
    width: 347px
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-right-border {
    padding-left: 50%;
    text-align: left;
    width: 180px;
    height: 2px;
    top: -2px;
    position: relative;
    margin-left: 346px
}
body.master-layout.days .wrapper .last-zone-overlay .lines .line-left-border {
    padding-left: 50%;
    text-align: left;
    width: 175px;
    height: 2px;
    top: -4px;
    position: relative;
    margin-left: -348px
}
body.master-layout.days .wrapper .last-zone-overlay .line-horizontal-border {
    top: -2px;
    position: relative
}
body.master-layout.days .wrapper .last-zone-overlay .line-horizontal-border svg {
    vertical-align: top;
    width: 694px
}
body.master-layout.days .wrapper .last-zone-overlay .title {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Droid Serif', serif;
    background: #4175af;
    padding: 14px 48px;
    display: inline-block;
    top: -4px;
    position: relative;
    z-index: 1
}
body.master-layout.days .wrapper .last-zone-overlay .title a {
    color: #fffffe;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s
}
body.master-layout.days .wrapper .last-zone-overlay .title a:hover {
    color: #1a3358
}
body.master-layout.days .wrapper .overlay {
    position: relative;
    background: none;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden
}
body.master-layout.days .wrapper .overlay .logo {
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 1, 1, 0.6));
    filter: drop-shadow(1px 1px 2px rgba(0, 1, 1, 0.6))
}
body.master-layout.days .wrapper .overlay .logo img {
    width: 210px
}
body.master-layout.days .wrapper .overlay .mouse {
    height: 94px;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}
body.master-layout.days .wrapper .overlay .content {
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: 7%;
    padding: 0 3.438em 3.438em 3.438em;
    color: #fffffe
}
body.master-layout.days .wrapper .overlay .content h1 {
    font-size: 36px;
    font-family: 'Droid Serif', serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #fffffe;
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.6)
}
body.master-layout.days .wrapper .overlay .content .subtitle {
    font-size: 16px;
    font-family: 'Droid Serif', serif;
    background: #4175af;
    padding: 0.75em 2.188em
}
body.master-layout.days .wrapper .overlay .zone-content {
    width: 23.875em;
    padding: 3.438em 3.438em 3.438em 0;
    opacity: 1;
    margin-left: 80px;
    color: #fffffe;
    text-align: left
}
body.master-layout.days .wrapper .overlay .zone-content .logo {
    width: 75px;
    display: block;
    padding: 0 0 1em 1em;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 1, 1, 0.6));
    filter: drop-shadow(1px 1px 2px rgba(0, 1, 1, 0.6))
}
body.master-layout.days .wrapper .overlay .zone-content .title {
    font-size: 36px;
    font-family: 'Droid Serif', serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.6)
}
body.master-layout.days .wrapper .overlay .zone-content .description {
    text-shadow: 1px 1px 2px rgba(0, 1, 1, 0.6)
}
body.master-layout.days .wrapper .overlay .zone-content .description p {
    color: #fffffe;
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    line-height: normal
}
body.master-layout.days .wrapper .overlay-top {
    top: 8%
}
body.master-layout.days .wrapper .zone-navigation {
    position: fixed;
    top: 20%;
    left: 2%
}
body.master-layout.days .wrapper .zone-navigation ul li {
    margin: 8px 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease
}
body.master-layout.days .wrapper .zone-navigation ul li a {
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout.days .wrapper .zone-navigation ul li a:focus {
    outline: none;
    background-color: white
}
body.master-layout.days .wrapper .zone-navigation ul li a:hover {
    background-color: white
}
body.master-layout.days .wrapper .zone-navigation ul li.current {
    box-shadow: 0 0 0 2px white
}
body.master-layout.days .wrapper .zone-navigation ul li.current a {
    background-color: white;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
}
body.master-layout.days .go-to-center {
    left: 0
}
body.master-layout.days .in-the-shadows-left {
    left: -100%
}
body.master-layout.days .in-the-shadows-right {
    left: 100%
}
body.master-layout.days .category-navigation {
    position: fixed;
    top: 20%;
    right: 0
}
body.master-layout.days .category-navigation ul {
    width: 6.25em
}
body.master-layout.days .category-navigation ul li {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s
}
body.master-layout.days .category-navigation ul li:hover {
    background: rgba(255, 255, 255, 0.8)
}
body.master-layout.days .category-navigation ul li a {
    padding: 2.5em 0;
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #fffffe;
    display: block
}
body.master-layout.days .category-navigation ul li a:hover {
    color: #000001
}
body.master-layout.days .category-navigation ul li.current {
    background: rgba(65, 117, 175, 0.8)
}
body.master-layout.days .category-navigation ul li.current:hover {
    background: rgba(255, 255, 255, 0.8)
}
@media only screen and (max-width: 1024px) {
    body.master-layout.days .wrapper .zone-navigation {
        z-index: 6
    }
    body.master-layout.days .wrapper .zone-overlay .row {
        max-width: 70.625rem
    }
    body.master-layout.days .wrapper .overlay .logo img {
        top: 1em;
        position: relative
    }
    body.master-layout.days .category-navigation {
        z-index: 6
    }
    body.master-layout.days .category-navigation ul li a {
        padding: 1.5em 1em
    }
    body.master-layout.days .parallax {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-perspective: 300px;
        perspective: 300px;
        perspective-origin-x: 100%
    }
    body.master-layout.days .parallax__group {
        position: relative;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transform-origin-x: 100%
    }
    body.master-layout.days .parallax__group:first-of-type {
        z-index: 5;
        overflow: hidden
    }
    body.master-layout.days .parallax__group:nth-of-type(2) {
        z-index: 3
    }
    body.master-layout.days .parallax__group:nth-of-type(3) {
        z-index: 4
    }
    body.master-layout.days .parallax__group:nth-of-type(even) {
        z-index: 2
    }
    body.master-layout.days .parallax__group:nth-of-type(odd) {
        z-index: 3
    }
    body.master-layout.days .parallax__layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    body.master-layout.days .parallax__layer--base {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 4;
        background-position: 50% 50%;
        background-size: auto 100%;
        background-repeat: no-repeat
    }
    body.master-layout.days .parallax__layer--back {
        -webkit-transform: translateZ(-300px) scale(2);
        transform: translateZ(-300px) scale(2);
        z-index: 3;
        background-position: 50% 50%;
        background-size: auto 100%;
        background-repeat: no-repeat
    }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    body.master-layout.days .wrapper .overlay .zone-content .title {
        font-size: 28px
    }
    body.master-layout.days .wrapper .overlay .zone-content .description p {
        font-size: 12px
    }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    body.master-layout.days .wrapper .overlay {
        padding-top: 0
    }
    body.master-layout.days .wrapper .zone-overlay .line-top {
        height: 20%
    }
}
body.master-layout div.pager {
    text-align: center;
    margin: 1em 0.1em
}
body.master-layout div.pager ul.yiiPager {
    font: normal normal 100 1.125em 'Open Sans'
}
body.master-layout div.pager ul.yiiPager li {
    display: inline-block;
    float: none;
    margin-left: 0;
    padding: 0
}
body.master-layout div.pager ul.yiiPager li a {
    min-width: 2em;
    min-height: 2em;
    font: inherit;
    display: inline-block;
    transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -webkit-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s
}
body.master-layout div.pager ul.yiiPager li.hidden {
    display: none
}
body.master-layout div.pager ul.yiiPager li.selected a,
body.master-layout div.pager ul.yiiPager li.selected a:visited,
body.master-layout div.pager ul.yiiPager li.selected a:active {
    background: #4175af;
    color: #fffffe;
    border: none
}
body.master-layout div.pager ul.yiiPager li a,
body.master-layout div.pager ul.yiiPager li a:visited,
body.master-layout div.pager ul.yiiPager li a:active {
    background: #4e5862;
    color: #fffffe;
    border: none;
    line-height: 1.8em
}
body.master-layout div.pager ul.yiiPager li a:hover,
body.master-layout div.pager ul.yiiPager li a:visited:hover,
body.master-layout div.pager ul.yiiPager li a:active:hover {
    background: #4175af;
    color: #fffffe;
    border: none
}
body.master-layout div.pager ul.yiiPager li.first,
body.master-layout div.pager ul.yiiPager li.last {
    display: none
}
body.master-layout div.vcard {
    display: none
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-item.fancybox-close {
    background: transparent
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-item.fancybox-close:after {
    display: block;
    font: normal normal normal 22px FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: '\f011';
    color: #666;
    position: absolute;
    left: -13px;
    top: 27px;
    bottom: auto;
    right: auto;
    text-shadow: 0px 0px 5px lightgrey
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-item.fancybox-close:before {
    display: block;
    font: normal normal normal 45px FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: white;
    position: absolute;
    left: -22px;
    top: 15px;
    bottom: auto;
    right: auto;
    content: '\f111';
    text-shadow: 0px 0px 2px white
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-prev span,
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-next span {
    background: transparent
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-prev span:after,
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-next span:after {
    display: block;
    font: normal normal normal 22px FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    text-shadow: 0px 0px 5px lightgrey
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-prev span:before,
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-next span:before {
    display: block;
    font: normal normal normal 45px FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: white;
    position: absolute;
    top: -12px;
    left: auto;
    bottom: auto;
    right: auto;
    content: '\f111';
    text-shadow: 0px 0px 2px white
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-prev span:after {
    left: -12px;
    content: '\f053'
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-prev span:before {
    left: -24px
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-next span:after {
    content: '\f054';
    left: auto;
    right: -12px
}
body.master-layout div.fancybox-overlay div.fancybox-skin a.fancybox-nav.fancybox-next span:before {
    right: -24px
}
body.master-layout.ps-active {
    background: black
}
body.master-layout section.wide .wide-slideshow {
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}
body.master-layout section.wide .wide-slideshow ul.slides li {
    display: none
}
body.master-layout section.wide .wide-slideshow .flex-control-nav.flex-control-paging {
    visibility: hidden
}
body.master-layout section.wide .overlay {
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 2em;
    overflow: hidden;
    color: #666;
    background: #f4f4f4
}
body.master-layout section.wide .overlay h1 {
    color: #000001;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin-top: 0.5em
}
body.master-layout section.wide .overlay hr {
    border-color: #fffffe;
    border-width: 4px 0 0;
    width: 70%;
    margin: 1em auto;
    display: none
}
body.master-layout section.wide .overlay .description p {
    color: #666
}
body.master-layout section.wide .overlay .columns.small-10 {
    padding-right: 0 !important
}
body.master-layout section.wide .overlay .columns.small-2 {
    padding-left: 0 !important
}
@media only screen and (max-width: 767px) {}@media only screen and (max-width: 1024px) {
    body.master-layout .overlay {
        position: static;
        z-index: auto;
        background: #4175af;
        padding-top: 2em
    }
    body.master-layout .overlay:before {
        display: none
    }
}
@media only screen and (max-width: 667px) {
    body.master-layout section.wide .wide-slideshow.home ul.slides li:first-child {
        display: block
    }
    body.master-layout section.wide .wide-slideshow.home .overlay img {
        max-width: 60px
    }
    body.master-layout section.wide .wide-slideshow.home .overlay h1 {
        font-size: 1.1rem
    }
    body.master-layout section.wide .wide-slideshow.home .overlay div.description p {
        font-size: 0.9rem
    }
}
body.master-layout section.wide {
    position: relative;
    overflow: hidden
}
body.master-layout section.wide .wide-slideshow.inner {
    margin: 0 auto
}
body.master-layout section.wide .wide-slideshow.inner .flex-direction-nav a {
    opacity: 0.5;
    text-indent: 0;
    background: none
}
body.master-layout section.wide .wide-slideshow.inner .flex-direction-nav a i {
    position: relative;
    top: -0.25em
}
body.master-layout section.wide .wide-slideshow.inner .flex-direction-nav .flex-prev {
    left: 1rem
}
body.master-layout section.wide .wide-slideshow.inner .flex-direction-nav .flex-next {
    right: 1rem
}
body.master-layout section.wide .wide-slideshow.inner .flex-direction-nav .flex-prev,
body.master-layout section.wide .wide-slideshow.inner .flex-direction-nav .flex-next {
    color: white;
    font-size: 5rem
}
body.master-layout section.wide .wide-slideshow.inner a.button {
    display: block;
    padding: 1em
}
body.master-layout section.wide .overlay-inner {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-bottom: 6em;
    overflow: hidden
}
body.master-layout section.wide .overlay-inner:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 150%;
    height: 20em
}
body.master-layout section.wide .overlay-inner h1 {
    font-family: 'Open Sans';
    color: #fffffe;
    font-size: 3rem;
    text-align: center;
    margin: 2em auto 0 auto;
    text-transform: uppercase;
    font-weight: 300
}
body.master-layout section.wide .overlay-inner hr {
    border-color: #fffffe;
    border-width: 4px 0 0;
    width: 70%;
    margin: 1em auto
}
body.master-layout section.wide .overlay-inner .caption {
    color: #fffffe;
    font-size: 1.125rem;
    text-align: center;
    margin: 0;
    display: inline
}
body.master-layout section.wide .overlay-inner .caption p {
    margin-bottom: 0
}
body.master-layout section.wide .overlay-inner .breadcrumbs span {
    color: #dad6c8
}
body.master-layout section.wide .overlay-inner .facts {
    display: inline;
    color: #dad6c8
}
@media only screen and (max-width: 767px) {
    body.master-layout section.wide .overlay-inner {
        padding-bottom: 4em
    }
    body.master-layout section.wide .overlay-inner h1 {
        font-size: 1.5rem
    }
    body.master-layout section.wide .overlay-inner .caption {
        font-size: 0.925rem
    }
}
body.master-layout .user-content {
    overflow: hidden;
    font-weight: 300
}
body.master-layout .user-content p {
    font: normal normal 300 1em;
    color: #666
}
body.master-layout .user-content p a:not(.button) {
    color: #4e5862;
    font-weight: 300;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s
}
body.master-layout .user-content p a:not(.button):hover {
    text-decoration: underline
}
body.master-layout .user-content ul {
    margin-bottom: 1.25em
}
body.master-layout .user-content ul li {
    list-style: disc outside none;
    color: #505050;
    margin-left: 1.6em
}
body.master-layout .user-content h1,
body.master-layout .user-content h2,
body.master-layout .user-content h3,
body.master-layout .user-content h4,
body.master-layout .user-content h5,
body.master-layout .user-content h6 {
    font-family: 'Open Sans';
    font-weight: 100;
    color: #666
}
body.master-layout .user-content h1 a,
body.master-layout .user-content h2 a,
body.master-layout .user-content h3 a,
body.master-layout .user-content h4 a,
body.master-layout .user-content h5 a,
body.master-layout .user-content h6 a {
    color: #666
}
body.master-layout .user-content h1 a:hover,
body.master-layout .user-content h2 a:hover,
body.master-layout .user-content h3 a:hover,
body.master-layout .user-content h4 a:hover,
body.master-layout .user-content h5 a:hover,
body.master-layout .user-content h6 a:hover {
    text-decoration: underline
}
body.master-layout .user-content h1 {
    font: normal normal 100 1.875em;
    margin: 9.2% 0 1em 0;
    color: #4e5862
}
body.master-layout .user-content h2 {
    font: normal normal 700 1.125em;
    margin: 1em 0
}
body.master-layout .user-content h3 {
    font-size: 1.1em
}
body.master-layout .user-content h4 {
    font-size: 1.1em
}
body.master-layout .user-content h5 {
    font-size: 1.1em
}
body.master-layout .user-content h6 {
    font-size: 1.1em
}
body.master-layout .user-content h1 a,
body.master-layout .user-content h2 a,
body.master-layout .user-content h3 a,
body.master-layout .user-content h4 a,
body.master-layout .user-content h5 a,
body.master-layout .user-content h6 a {
    font: inherit
}
body.master-layout .user-content abbr {
    font: normal normal 500 1em 'Open Sans';
    color: #4e5862
}
body.master-layout .user-content ol {
    list-style-position: inside
}
body.master-layout .user-content ol li {
    font: normal normal 300 1.25em 'Open Sans';
    color: #cbcbd6
}
body.master-layout .user-content xiframe {
    border: 20px solid #fffffe;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin: 10px;
    width: 97% !important
}
body.master-layout .user-content embed,
body.master-layout .user-content object {
    max-width: 100%
}
body.master-layout .user-content div.youtube {
    position: relative
}
body.master-layout .user-content div.youtube img.placeholder {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%
}
body.master-layout .user-content div.youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
body.master-layout .user-content #flipbook {
    width: 100% !important;
    border: none
}
@media only screen and (max-width: 767px) {
    body.master-layout .user-content {
        text-align: center
    }
    body.master-layout .user-content ul,
    body.master-layout .user-content ol {
        text-align: left
    }
    body.master-layout .user-content table {
        display: inline-block;
        margin: 0 auto
    }
    body.master-layout .user-content form {
        margin: 2em auto
    }
    body.master-layout .user-content form label {
        text-align: left
    }
    body.master-layout .user-content iframe {
        border: 20px solid #fffffe;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        margin: 10px;
        height: 200px !important
    }
}
body.master-layout nav.main.desktop {
    width: 100%
}
body.master-layout nav.main.desktop>ul {
    text-align: left;
    display: block;
    line-height: inherit;
    font: normal normal 300 'Open Sans'
}
body.master-layout nav.main.desktop>ul>li {
    display: inline-block;
    line-height: inherit
}
body.master-layout nav.main.desktop li {
    margin: 0 0.25em;
    white-space: nowrap
}
body.master-layout nav.main.desktop>ul>li {
    position: relative;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
body.master-layout nav.main.desktop >ul>li:hover >a,
body.master-layout nav.main.desktop>ul>li.hover>a {
    border-bottom: 2px solid #fffffe;
    padding-bottom: 5px
}
body.master-layout nav.main.desktop>ul>li.active>a {
    color: #fffffe;
    border-bottom: 2px solid #fffffe;
    padding-bottom: 5px
}
body.master-layout nav.main.desktop a {
    color: #fffffe;
    font-size: 0.72em;
    text-align: center;
    padding: 0 0.5em;
    margin: 4px auto;
    line-height: 43px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    text-transform: uppercase;
    border-bottom: 2px solid transparent
}
nav.main.mobile {
    display: none
}
nav.main.mobile.mm-menu.mm-current {
    display: block
}
body.master-layout div.social-block .title,
body.master-layout div.social-block .description,
body.master-layout div.social-block a {
    color: #fffffe
}
body.master-layout div.social-block .title {
    font-size: 1.125em;
    margin-bottom: 1em
}
body.master-layout div.social-block .description {
    font-size: 0.813rem;
    margin-bottom: 1em
}
body.master-layout div.social-block i {
    font-size: 2rem
}
body.master-layout div.social-block .icon-tripadvisor {
    font-size: 1.5rem
}
body.master-layout div.social-block a {
    display: block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout div.social-block li:hover a {
    color: #2c5077
}
body.master-layout div.social-block ul li {
    padding-left: 0;
    padding-right: 0
}
body.master-layout div.social-block ul li i,
body.master-layout div.social-block ul li div {
    display: inline-block;
    vertical-align: middle
}
body.master-layout div.social-block ul li div {
    margin-left: 0.6em;
    font-size: 0.8em
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body.master-layout div.social-block ul li a i {
        font-size: 0.9rem
    }
    body.master-layout div.social-block ul li a .icon-tripadvisor {
        font-size: 0.65rem
    }
    body.master-layout div.social-block ul li a div {
        font-size: 0.55rem
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout div.social-block ul {
        margin-bottom: 2rem
    }
    body.master-layout div.social-block ul li {
        padding: 0.5em 0.625em 0.725em 0.625em
    }
    body.master-layout div.social-block ul li a {
        text-align: left
    }
}
body.master-layout .dw-hidden {
    display: none
}
div.language-selector.desktop,
div.language-selector.mobile {
    position: relative
}
div.language-selector.desktop>a,
div.language-selector.mobile>a {
    text-transform: uppercase;
    color: #fffffe;
    font: normal normal 300 0.688em 'Open Sans'
}
div.language-selector.desktop ul,
div.language-selector.mobile ul {
    display: none;
    text-align: left;
    width: 7rem !important
}
div.language-selector.desktop ul.open,
div.language-selector.mobile ul.open {
    display: block
}
div.language-selector.desktop ul li,
div.language-selector.mobile ul li {
    position: relative
}
div.language-selector.desktop ul li.active:after,
div.language-selector.mobile ul li.active:after {
    display: block;
    font: normal normal normal 1em FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: '\f046';
    color: #666;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    bottom: auto;
    left: auto
}
form.newsletter-form div.title {
    color: #fffffe;
    font-size: 1.125em;
    margin-bottom: 1em
}
form.newsletter-form div.description {
    color: #fffffe;
    font-size: 0.875em;
    margin-top: 1.1em
}
form.newsletter-form input {
    height: 2.8rem;
    line-height: normal;
    padding: 0 1rem;
    margin: 0 auto
}
form.newsletter-form input[type=submit] {
    background: #4175af;
    border: none;
    color: #fffffe;
    font-size: 1.125em;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
form.newsletter-form input[type=submit]:hover {
    background: #335c8a
}
div.compare-villas-widget {
    margin: 2rem 0 1rem 0;
    position: relative;
    text-align: center
}
div.compare-villas-widget hr {
    border: 4px solid #4175af;
    max-width: 75%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 13%;
    top: 46%;
    z-index: 0
}
div.compare-villas-widget a {
    display: inline-block;
    background: #4175af;
    color: #fffffe;
    font-size: 0.75rem;
    padding: 0.75em 1em;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
div.compare-villas-widget a:hover {
    background: #2c5077
}
div.compare-villas-widget svg {
    width: 1em;
    height: 0.75em;
    vertical-align: middle
}
div.compare-villas-widget svg path {
    fill: #fffffe
}
@media only screen and (max-width: 1024px) {
    div.compare-villas-widget a {
        display: none
    }
    div.compare-villas-widget hr {
        max-width: 75%;
        margin: 0 auto 2rem auto;
        position: static;
        width: 100%;
        left: auto;
        top: auto
    }
}
table.compare-villas {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}
table.compare-villas thead {
    background: #4e5862
}
table.compare-villas thead th {
    background: inherit;
    font-size: 0.875rem;
    color: #fffffe
}
table.compare-villas thead th,
table.compare-villas tbody td {
    text-align: center
}
table.compare-villas tr:nth-of-type(even) {
    background: #9aa5af
}
table.compare-villas a.button {
    min-width: 130px
}
table.compare-villas td.title a {
    font-size: 1rem;
    color: #8088a8;
    margin: 0.5em auto;
    display: block
}
table.compare-villas .imageClipFP {
    max-width: 200px;
    margin: 0 5px
}
table.compare-villas th.surface {
    min-width: 6rem
}
table.compare-villas ul {
    text-align: left;
    margin-left: 1.6rem
}
table.compare-villas ul li {
    list-style: disc outside none
}
table.compare-villas th.title,
table.compare-villas th.buttons {
    width: 235px
}
body.master-layout a.booking-form-toggle {
    background: #4175af;
    color: #fffffe;
    text-transform: uppercase;
    padding: 0.82rem 1rem;
    font-size: 0.8rem;
    text-align: left
}
body.master-layout #ui-datepicker-div {
    font-size: 1rem;
    z-index: 21 !important;
    height: 41px
}
body.master-layout form.booking-form.desktop {
    text-align: left;
    display: none;
    margin: 1em 0;
    font: normal normal 300 0.75em 'Open Sans'
}
body.master-layout form.booking-form.desktop .row {
    margin: 0
}
body.master-layout form.booking-form.desktop .columns {
    padding-left: 0.3em;
    padding-right: 0.3em
}
body.master-layout form.booking-form.desktop label {
    margin: 0
}
body.master-layout form.booking-form.desktop form,
body.master-layout form.booking-form.desktop div.custom.dropdown,
body.master-layout form.booking-form.desktop input[type="text"] {
    margin: 0
}
body.master-layout form.booking-form.desktop input[type="text"] {
    border: 1px solid #fffffe;
    padding: 0 0.5em;
    height: 41px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fffffe;
    color: grey;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    &: focus;
    &--webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    &--moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    &-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset
}
body.master-layout form.booking-form.desktop .custom.dropdown {
    border: 1px solid #fffffe !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fffffe;
    color: lightgrey;
    height: 41px;
    margin-bottom: 0 !important
}
body.master-layout form.booking-form.desktop .custom.dropdown .current,
body.master-layout form.booking-form.desktop .custom.dropdown .selector {
    line-height: 41px;
    color: grey
}
body.master-layout form.booking-form.desktop .custom.dropdown .selector {
    height: 41px
}
body.master-layout form.booking-form.desktop .error input[type="text"],
body.master-layout form.booking-form.desktop .error .custom.dropdown {
    background: #474747;
    border: 1px solid red
}
body.master-layout form.booking-form.desktop input[type="submit"] {
    background: #4175af;
    color: #fffffe;
    border: 1px solid lightgrey;
    padding: 0.55em 0;
    font: normal normal 300 0.8rem 'Open Sans';
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-bottom: 0 !important;
    line-height: 1.5rem
}
body.master-layout form.booking-form.desktop input[type="submit"]:hover {
    background: #2c5077
}
body.master-layout form.booking-form.desktop i.icon-calendar {
    position: absolute;
    right: 0.8em;
    top: 30%;
    color: #4175af;
    cursor: pointer
}
body.master-layout .booking_container {
    background: #dcdee0;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 40px
}
body.master-layout .booking_area {
    background: #fffffe;
    border: 1px solid #9aa5af
}
body.master-layout .booking_area form.booking-form.desktop {
    display: block;
    padding: 10px
}
body.master-layout .booking_area .title {
    padding: 30px 0;
    font: normal normal 1.5em 'Open Sans';
    color: #4175af;
    text-transform: uppercase;
    text-align: center
}
body.master-layout form.booking-form.home_offers {
    text-align: left;
    display: none
}
body.master-layout form.booking-form.home_offers .row {
    margin: 0
}
body.master-layout form.booking-form.home_offers .columns {
    padding-left: 0.3em;
    padding-right: 0.3em
}
body.master-layout form.booking-form.home_offers label {
    margin: 0
}
body.master-layout form.booking-form.home_offers form,
body.master-layout form.booking-form.home_offers div.custom.dropdown,
body.master-layout form.booking-form.home_offers input[type="text"] {
    margin: 0
}
body.master-layout form.booking-form.home_offers input[type="text"] {
    border: 1px solid lightgrey;
    padding: 0 0.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fffffe;
    color: grey;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    &: focus;
    &--webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    &--moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    &-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset
}
body.master-layout form.booking-form.home_offers .custom.dropdown {
    border: 1px solid lightgrey;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fffffe;
    color: lightgrey;
    margin-bottom: 0 !important
}
body.master-layout form.booking-form.home_offers .custom.dropdown .selector:after {
    border-color: #4e5862 transparent transparent transparent
}
body.master-layout form.booking-form.home_offers .error input[type="text"],
body.master-layout form.booking-form.home_offers .error .custom.dropdown {
    background: #474747;
    border: 1px solid red
}
body.master-layout form.booking-form.home_offers .columns.small-1.large-12 {
    text-align: center
}
body.master-layout form.booking-form.home_offers input[type="submit"] {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    background: transparent;
    color: #fffffe;
    border: none;
    border-bottom: 2px dotted #4175af;
    padding: 0.29em 0;
    font: normal normal 300 1em;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-bottom: 0 !important;
    line-height: 1.34rem;
    width: auto
}
body.master-layout form.booking-form.home_offers input[type="submit"]:hover {
    color: #2c5077
}
body.master-layout form.booking-form.home_offers i.icon-calendar {
    position: absolute;
    right: 0.8em;
    top: 40%;
    color: #4175af;
    cursor: pointer
}
body.master-layout div.booking-form-error.reveal-modal {
    color: red;
    background: #ffe5e5
}
body.master-layout div.booking-form-error.reveal-modal ul {
    overflow: hidden;
    margin: 1em 0
}
body.master-layout div.booking-form-error.reveal-modal ul li {
    position: relative;
    font: normal normal 300 1em;
    color: darkred;
    margin-left: 20px;
    margin-right: 2%;
    list-style: none
}
body.master-layout div.booking-form-error.reveal-modal ul li:before {
    left: -15px;
    position: absolute;
    top: 0.5em;
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid grey
}
body.master-layout div.booking-form-error.reveal-modal i.icon {
    font-size: 75px;
    color: orange;
    float: left;
    margin: 10px 30px 10px 0
}
body.master-layout div.booking-form-error.reveal-modal a.button {
    background: #4175af;
    color: #fffffe;
    border: 1px solid #646464;
    padding: 0.55em 2em;
    font: normal normal 300 1em;
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 1em;
    right: 1em
}
body.master-layout div.booking-form-error.reveal-modal a.button:hover {
    background: #2c5077
}
div.booking-form-wrapper-mobile.form {
    display: none;
    background: #3e3e3e
}
div.booking-form-wrapper-mobile.form.mm-menu.mm-current {
    display: block
}
div.booking-form-wrapper-mobile.form header {
    text-align: center;
    color: #fffffe;
    text-transform: uppercase;
    margin: 1em 0 0.8em 0
}
div.booking-form-wrapper-mobile.form .row {
    padding: 5px 0
}
div.booking-form-wrapper-mobile.form .columns {
    margin-bottom: 0.7em
}
div.booking-form-wrapper-mobile.form label {
    margin: 0
}
div.booking-form-wrapper-mobile.form form,
div.booking-form-wrapper-mobile.form div.custom.dropdown,
div.booking-form-wrapper-mobile.form input[type="text"] {
    margin: 0
}
div.booking-form-wrapper-mobile.form input[type="text"] {
    border: 1px solid #646464;
    height: 2.33em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #474747;
    color: lightgrey;
    &: focus;
    &--webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    &--moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    &-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3) inset
}
div.booking-form-wrapper-mobile.form .custom.dropdown {
    border: 1px solid #646464;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #474747;
    color: lightgrey;
    height: 2.33em;
    margin-bottom: 0
}
div.booking-form-wrapper-mobile.form .custom.dropdown .current,
div.booking-form-wrapper-mobile.form .custom.dropdown .selector {
    line-height: 2.45em;
    color: lightgrey
}
div.booking-form-wrapper-mobile.form .custom.dropdown .selector {
    height: 2.313em
}
div.booking-form-wrapper-mobile.form .error input[type="text"],
div.booking-form-wrapper-mobile.form .error .custom.dropdown {
    background: #474747;
    border: 1px solid red
}
div.booking-form-wrapper-mobile.form input[type="submit"] {
    background: #4175af;
    color: #fffffe;
    border: none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    padding: 0.3em 0;
    font: normal normal 300 1em 'Open Sans';
    text-transform: uppercase;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s
}
div.booking-form-wrapper-mobile.form input[type="submit"]:hover {
    background: #2c5077
}
div.booking-form-wrapper-mobile.form i.icon-calendar {
    position: absolute;
    right: 1.8em;
    top: 29%;
    color: #4175af;
    cursor: pointer
}
@media only screen and (min-width: 1024px) {
    body.master-layout div.booking-form-wrapper div.form .row .columns {
        width: 16.5%
    }
}
@media only screen and (max-width: 1023px) {
    body.master-layout div.booking-form-wrapper-mobile .row .columns {
        width: 100%
    }
    body.master-layout .booking_area .title {
        font: normal normal 300 1em 'Open Sans'
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout div.booking-form-error.reveal-modal {
        padding: 1.25em 1.25em 3em 1.25em
    }
    body.master-layout div.booking-form-error.reveal-modal i.icon {
        font-size: 30px;
        margin: 5px 10px 5px 0
    }
    body.master-layout div.booking-form-error.reveal-modal a.button {
        padding: 0.05em 1em
    }
}
div.awards-widget {
    margin: 3.5rem 0 1rem 0
}
div.awards-widget>div.title {
    color: #4175af;
    font-size: 1.875rem;
    margin-bottom: 0.45em;
    text-align: center;
    text-transform: uppercase
}
div.awards-widget>div.caption {
    color: #666;
    font-size: 1.125em;
    font-style: italic;
    margin-bottom: 3em;
    text-align: center
}
div.awards-widget ul {
    margin: 0 auto;
    width: 90%
}
div.awards-widget ul div {
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s
}
div.awards-widget ul circle {
    transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s
}
div.awards-widget ul div.title {
    color: #4e5862;
    font-size: 0.938rem;
    text-align: center;
    text-transform: uppercase;
    min-height: 48px
}
div.awards-widget ul div.caption {
    text-align: center;
    text-transform: uppercase;
    color: #4e5862;
    font-size: 1.325rem;
    font-weight: 700
}
div.awards-widget ul div.year {
    text-align: center;
    text-transform: uppercase;
    color: #4175af;
    font-size: 1.125rem;
    font-weight: 700
}
div.awards-widget ul img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
div.awards-widget ul hr {
    border: 1px solid #4175af;
    border-bottom: none
}
div.awards-widget ul footer {
    display: block;
    width: 100%
}
div.awards-widget ul svg {
    width: 100%;
    height: 20px
}
div.awards-widget ul svg circle {
    stroke: #fffffe;
    stroke-width: 3px;
    fill: #4175af
}
div.awards-widget ul svg line {
    stroke: #4e5862
}
div.awards-widget ul .owl-controls {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto
}
div.awards-widget ul .owl-controls .owl-prev,
div.awards-widget ul .owl-controls .owl-next {
    position: absolute;
    background: transparent;
    color: #4175af;
    font-size: 3.2rem;
    margin: 0;
    padding: 0
}
div.awards-widget ul .owl-controls .owl-prev {
    left: -3rem
}
div.awards-widget ul .owl-controls .owl-next {
    right: -3rem
}
html.no-touch div.awards-widget ul li:hover div {
    color: #2c3237
}
html.no-touch div.awards-widget ul li:hover svg circle {
    color: #2c3237
}
@media only screen and (max-width: 480px) {
    div.awards-widget ul .owl-controls .owl-prev {
        left: -1.5rem;
        font-size: 2rem
    }
    div.awards-widget ul .owl-controls .owl-next {
        right: -1.5rem;
        font-size: 2rem
    }
}
@media only screen and (max-width: 767px) {
    div.awards-widget {
        margin: 2rem 0 1rem 0
    }
    div.awards-widget>div.title {
        font-size: 1.2rem
    }
    div.awards-widget>div.caption {
        font-size: 0.9rem
    }
    div.awards-widget ul .owl-wrapper-outer div {
        font-size: 0.7rem !important
    }
}
.breadcrumbs {
    text-align: center;
    color: #4e5862;
    margin: 1em auto;
    background: none;
    border: none;
    font-size: 1rem
}
.breadcrumbs a {
    color: #4e5862;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    font-size: 1rem
}
.breadcrumbs a:hover {
    color: #707e8d
}
.breadcrumbs span {
    color: #707e8d;
    font-size: 1rem
}
div.offers-widget {
    margin: 1rem auto;
    max-width: 930px;
    text-align: center
}
div.offers-widget ul {
    overflow: hidden
}
div.offers-widget ul li {
    width: 28%;
    float: left
}
div.offers-widget ul li.separator {
    width: 7.5%
}
div.offers-widget ul li:hover .title {
    color: #2c5077
}
div.offers-widget ul li:hover footer {
    color: #2c5077
}
div.offers-widget ul li a .title {
    font-size: 1.875rem;
    color: #4175af;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
div.offers-widget ul li a footer {
    font-size: 0.875rem;
    color: #4175af;
    text-transform: lowercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
div.offers-widget svg {
    width: 100%;
    height: 2.5rem
}
div.offers-widget svg polygon {
    stroke: #eaeaea;
    fill: #eaeaea
}
div.offers-widget svg line {
    stroke: #eaeaea
}
div.offers-widget a.button {
    background: #4175af;
    text-transform: uppercase;
    font-size: 1.125rem;
    max-width: 10em;
    line-height: 1.25em
}
div.offers-widget a.button:hover {
    background: #2c5077
}
@media only screen and (max-width: 767px) {
    div.offers-widget ul li {
        width: 100%;
        float: none;
        max-width: 250px;
        margin: 0 auto
    }
    div.offers-widget ul li.separator {
        width: 100%
    }
    div.offers-widget ul li a .title {
        font-size: 1.375rem
    }
    div.offers-widget svg {
        height: 1.7rem
    }
}
body.master-layout #_atssh {
    display: none
}
body.master-layout #at_auth {
    line-height: 0
}
body.master-layout .atm-f,
body.master-layout #at3winfooter {
    height: 2em !important
}
body.master-layout .addthis_default_style {
    position: relative
}
body.master-layout .share-widget {
    text-align: right
}
body.master-layout .share-widget a {
    color: #4e5862;
    font-size: 0.875rem;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
body.master-layout .share-widget a:hover {
    color: #373f46
}
body.master-layout .share-widget i {
    vertical-align: middle;
    margin-right: 0.5em
}
body.master-layout .share-widget li {
    margin-right: 1.5em
}
@media only screen and (min-width: 768px) {
    #at20mc {
        position: fixed !important
    }
}
@media only screen and (max-width: 767px) {
    body.master-layout .share-widget {
        text-align: center
    }
    body.master-layout .share-widget li {
        margin-right: 1em;
        margin-left: 1em
    }
}
body.master-layout div.map {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    width: 100%
}
body.master-layout div.map iframe {
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 250px
}
body.master-layout div.map img.placeholder {
    position: relative;
    width: 100%
}
body.master-layout div.map a.overlay {
    display: block;
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
body.master-layout div.map a.overlay i {
    display: inline-block;
    font: normal normal normal 37px FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: grey;
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-shadow: 0px 0px 5px white
}
body.master-layout div.map a.overlay .caption {
    font: normal normal normal 18px 'Open Sans';
    color: grey;
    width: 100%;
    height: 62px;
    line-height: 62px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    text-align: left;
    padding: 0 0 0.5em 0.5em
}
@media only screen and (max-width: 767px) {}html.no-touch body.master-layout div.map a.overlay {
    display:none
}
body.master-layout #mm-blocker {
    z-index: 30
}
.tagcloud-widget {
    margin: 2em 0 1em 0;
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    opacity: 0
}
.tagcloud-widget.ready {
    opacity: 100
}
.tagcloud-widget .widget-title {
    font-size: 1em;
    color: #666;
    border-bottom: 1px solid #dad6c8;
    margin-bottom: 0.5em;
    padding-bottom: 0.75em
}
.tagcloud-widget ul.tags li {
    display: inline-block;
    margin-right: 1em
}
.tagcloud-widget ul.tags li a,
.tagcloud-widget ul.tags li span {
    color: #4175af
}
.tagcloud-widget ul.tags li a:hover {
    text-decoration: underline
}
body.master-layout .popup-banner {
    display: none
}
body.master-layout .popup-banner-wrapper {
    background: #fffffe;
    border-radius: 5px
}
body.master-layout .popup-banner-wrapper .user-content {
    padding: 0.5em 0
}
body.master-layout .popup-banner-wrapper .user-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.7em
}
body.master-layout .popup-banner-wrapper .user-content p:last-child {
    margin-bottom: 0
}
body.master-layout .popup-banner-wrapper .user-content ul {
    margin: 0 0 0.7em 0
}
body.master-layout .popup-banner-wrapper .user-content ul li {
    color: #666;
    font-size: 0.9rem
}
body.master-layout .popup-banner-wrapper .user-content ul li:before {
    content: "• ";
    color: #666;
    border: none;
    left: -0.5em;
    top: -0.3em;
    font-size: 1.6rem
}
body.master-layout .popup-banner-wrapper .user-content hr {
    margin: 1.25em 0
}
body.master-layout .popup-banner-wrapper .user-content h3 {
    margin-bottom: 0.3em;
    margin-top: 0em
}
body.master-layout.el nav.main.desktop a {
    padding: 0 0.3em
}
body.master-layout.el nav.main.desktop li {
    margin: 0 0.1em
}
body.master-layout.de nav.main.desktop a {
    padding: 0 0.1em
}
body.master-layout.de nav.main.desktop li {
    margin: 0 0.1em
}
body.master-layout.fr header.main.desktop a.booking-form-toggle {
    margin: 0 0.8em;
    padding: 0.8rem 0.375rem
}
body.master-layout.fr nav.main.desktop a {
    padding: 0 0.1em
}
body.master-layout.fr nav.main.desktop li {
    margin: 0 0.1em
}
body.master-layout.ru header.main.desktop a.booking-form-toggle {
    margin: 0em 0.35em;
    padding: 0.8rem 0.2rem
}
body.master-layout.ru nav.main.desktop a {
    padding: 0em
}
body.master-layout.ru nav.main.desktop li {
    margin: 0 0.01em
}
body.master-layout.ru header.main.desktop .header-text i {
    padding: 0px 3px
}
body.master-layout.tr header.main.desktop a.booking-form-toggle {
    padding: 0.8rem 0.5rem
}
body.master-layout.tr nav.main.desktop a {
    padding: 0 0.1em
}
body.master-layout.tr nav.main.desktop li {
    margin: 0 0.1em
}