@charset "UTF-8";
@font-face {
  font-family: "manusmanus";
  src: url("../fonts/manus-webfont.eot");
  src: url("../fonts/manus-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/manus-webfont.woff2") format("woff2"), url("../fonts/manus-webfont.woff") format("woff"), url("../fonts/manus-webfont.ttf") format("truetype"), url("../fonts/manus-webfont.svg#manusmanus") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "LatoWebBlack";
  src: url("../fonts/LatoLatin-Black.eot");
                        
  src: url("../fonts/LatoLatin-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-Black.woff2") format("woff2"), url("../fonts/LatoLatin-Black.woff") format("woff"), url("../fonts/LatoLatin-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/LatoLatin-Regular.eot");
                        
  src: url("../fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-Regular.woff2") format("woff2"), url("../fonts/LatoLatin-Regular.woff") format("woff"), url("../fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
img,
a {
  border: none;
  text-decoration: none;
  outline: 0;
}

input[type=text],
input[type=submit],
textarea,
button {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

img {
  display: block;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

*:focus {
  outline: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
figure,
fieldset {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

p {
  line-height: 1.5;
}

ul {
  list-style: none;
}

ol {
  padding: 0 0 0 20px;
  margin: 0;
}

fieldset {
  border: 0px;
}

input {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 400;
  font-family: "LatoWebBlack";
}

a {
  color: #ff4e02;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #072942;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1400px;
}

.pageAlign_2 {
  margin: 0 auto;
  max-width: 1040px;
}

.pageAlign_3 {
  margin: 0 auto;
  max-width: 1000px;
}

.pageAlign_4 {
  margin: 0 auto;
  max-width: 1200px;
}

.pageAlign_5 {
  margin: 0 auto;
  max-width: 920px;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

html {
  height: 100%;
}

body,
input,
textarea,
button,
select {
  font-family: "LatoWeb";
  font-size: 16px;
  font-weight: 400;
}

body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  color: #072942;
  background: #ffffff;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.flex_align_center {
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  ms-flex-justify-content: center;
  justify-content: center;
}

.phone {
  cursor: text;
}

.bg_light {
  background: #ece8e5;
}

.bg_grunge {
  background: #cdc4bb;
}

.bg_dark {
  background: #072942;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.7em;
}

.btn {
  text-align: center;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  font-family: "LatoWebBlack";
  padding: 14px 30px 12px 30px;
  text-transform: uppercase;
  background: #ff4e02;
  border: 2px solid #ff4e02;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    
              
                       
             
                  
                         
                 
               
                  
                   
                                                                
                                
                              
     
   
          
                       
            
                  
                         
                 
               
                  
                   
                                                   
                                
                              
     
   
    
}
.btn:hover {
  color: #ff4e02;
  background: none;
}
.btn:hover.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -338px -17px no-repeat;
}
.btn.arrow_right {
  padding-right: 50px;
}
.btn.arrow_right:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 7px;
  height: 13px;
  background: url("../img/sprites-2.png?v=1") -330px -17px no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.play {
  padding-right: 50px;
}
.btn.play:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 14px;
  height: 15px;
  background: url("../img/sprites-2.png?v=1") -326px 0 no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.map {
  padding-right: 65px;
}
.btn.map:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 28px;
  height: 27px;
  background: url("../img/sprites-2.png?v=1") -357px 0 no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.lowercase {
  text-transform: none !important;
}
.btn.style_2 {
  background: white;
  border: 2px solid white;
  color: #072942;
}
.btn.style_2:hover {
  color: white;
  background: none transparent;
}
.btn.style_2:hover.play:after {
  background: url("../img/sprites-2.png?v=1") -341px 0 no-repeat;
}
.btn.style_2:hover.map:after {
  background: url("../img/sprites-2.png?v=1") -385px 0px no-repeat;
}
.btn.style_3, .btn.style_8 {
  background: none transparent;
  border: 2px solid #072942;
  color: #072942;
}
.btn.style_3.arrow_right:after, .btn.style_8.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -314px -17px no-repeat;
}
.btn.style_3:hover, .btn.style_8:hover {
  color: white;
  background: #072942;
}
.btn.style_3:hover.arrow_right:after, .btn.style_8:hover.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -330px -17px no-repeat;
}
.btn.style_3:hover.map:after, .btn.style_8:hover.map:after {
  background: url("../img/sprites-2.png?v=1") -385px 0px no-repeat;
}
.btn.style_4 {
  background: white;
  border: 2px solid white;
  color: #ff4e02;
}
.btn.style_4.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -314px -17px no-repeat;
}
.btn.style_5 {
  background: none transparent;
  border: 2px solid white;
  color: white;
}
.btn.style_5.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -330px -17px no-repeat;
}
.btn.style_5:hover {
  color: #072942;
  background: white;
}
.btn.style_5:hover.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -314px -17px no-repeat;
}
.btn.style_6 {
  background: #072942;
  border: 2px solid #072942;
  color: white;
}
.btn.style_6:hover {
  color: #072942;
  background: none transparent;
}
.btn.style_6:hover.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -314px -17px no-repeat;
}
.btn.style_7 {
  background: #072942;
  border: 2px solid #072942;
  color: white;
}
.btn.style_7:hover {
  color: #072942;
  background: none transparent;
}
.btn.style_7:hover.arrow_right:after {
  background: url("../img/sprites-2.png?v=1") -314px -17px no-repeat;
}
.btn.style_8 {
  background: none transparent;
}
.btn.style_9 {
  color: #ff4e02;
  background: none transparent;
}
.btn.style_9:hover {
  color: white;
  background: #ff4e02;
}
.btn.style_10:hover {
  color: white;
}
.btn.size_2 {
  padding: 14px 20px 13px;
}
.btn.size_3 {
  padding: 16px 40px 14px 40px;
}
.btn.size_3.arrow_right {
  padding-right: 60px;
}
.btn.size_4 {
  font-size: 14px;
  padding: 11px 18px 9px;
}
.btn.size_5 {
  padding: 10px 16px 9px 16px;
  font-size: 13px;
}
.btn.size_6 {
  font-size: 14px;
  padding: 14px 20px 12px;
}

#cookieAlert {
  display: none;
  float: left;
  width: 250px;
  position: fixed;
  bottom: 60px;
  left: 20px;
  background: #072942;
  color: #fff;
  padding: 15px 20px 20px 20px;
  z-index: 40;
  font-size: 12px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
#cookieAlert span.text {
  display: inline-block;
  margin-top: 10px;
}
#cookieAlert:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: url(../img/cookies.png) 0 0 no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.15);
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
}
#cookieAlert .cookie_btn {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
  background: #ff4e02;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  right: 0;
  color: #fff;
  padding: 10px 25px;
  font-weight: 700;
  border: 1px solid #ff4e02;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#cookieAlert .cookie_btn:hover {
  border: 1px solid #ff4e02;
  background: #072942;
  color: #fff;
}
#cookieAlert a {
  color: white;
  text-decoration: underline;
}
#cookieAlert a:hover {
  text-decoration: none;
}

.s_headline {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  color: #072942;
}
.s_headline h1 {
  font-size: 36px;
  font-family: "LatoWebBlack";
  padding-bottom: 5px;
  text-transform: uppercase;
}
.s_headline h2 {
  font-size: 24px;
  padding-bottom: 35px;
}
.s_headline p {
  font-size: 18px;
  margin: 0 auto;
  max-width: 960px;
  margin-bottom: 20px;
}
.s_headline p:last-child {
  margin-bottom: 0;
}
.s_headline.style_2 {
  color: white;
}
.s_headline.style_2 h2 {
  font-family: "manusmanus";
  font-size: 60px;
}
.s_headline.style_3 h2 {
  font-family: "manusmanus";
  font-size: 60px;
  color: #9c8a77;
  padding-bottom: 10px;
}
.s_headline.style_4, .s_headline.style_7 {
  color: white;
}
.s_headline.style_4 h2,
.s_headline.style_4 h3, .s_headline.style_7 h2,
.s_headline.style_7 h3 {
  font-size: 36px;
  font-family: "LatoWebBlack";
  text-transform: uppercase;
  padding-bottom: 20px;
}
.s_headline.style_5 h1,
.s_headline.style_5 h2 {
  font-size: 36px;
  font-family: "LatoWebBlack";
  padding-bottom: 15px;
  text-transform: uppercase;
}
.s_headline.style_5 h3 {
  font-size: 24px;
  padding-bottom: 35px;
  margin-top: -5px;
  text-transform: uppercase;
}
.s_headline.style_6 h1,
.s_headline.style_6 h2,
.s_headline.style_6 h3,
.s_headline.style_6 h4 {
  padding-bottom: 15px;
}
.s_headline.style_7 {
  color: white;
}
.s_headline.style_7 h2,
.s_headline.style_7 h3 {
  font-size: 32px;
  padding-bottom: 0;
}
.s_headline.style_8 {
  color: #072942;
}
.s_headline.style_8 h2 {
  font-size: 34px;
  padding-bottom: 10px;
}
.s_headline.style_8 h3 {
  font-size: 20px;
}
.s_headline.style_9 h2 {
  text-transform: none;
  padding-bottom: 0;
}
.s_headline.style_10 h2 {
  font-size: 22px;
  font-family: "LatoWebBlack";
  text-transform: none;
  padding-bottom: 0;
}
.s_headline.space_2 {
  padding: 50px 20px 40px;
}
.s_headline.space_2.style_2 h2 {
  padding-bottom: 0;
}
.s_headline.space_3 {
  padding: 0;
}
.s_headline.space_4 {
  padding-bottom: 30px;
}
.s_headline.space_5 {
  padding-bottom: 40px;
}
.s_headline.space_6 {
  padding-bottom: 80px;
}
.s_headline.space_7 {
  padding-bottom: 35px;
}

.s_headline_2 {
  text-align: center;
  padding-bottom: 50px;
}
.s_headline_2 .title {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 5px;
}
.s_headline_2 h2,
.s_headline_2 h3 {
  font-size: 38px;
  text-transform: uppercase;
  font-family: "LatoWebBlack";
  padding-bottom: 15px;
}
.s_headline_2 .text {
  font-size: 18px;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.s_headline_2.variant-inverted {
  color: white;
}

.s_teaser {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  color: #072942;
}
.s_teaser h1,
.s_teaser h2 {
  font-size: 36px;
  font-family: "LatoWebBlack";
  padding-bottom: 5px;
  text-transform: uppercase;
}
.s_teaser h3 {
  font-size: 24px;
}
.s_teaser h3.style_2 {
  font-family: "LatoWebBlack";
}
.s_teaser h4 {
  font-family: "LatoWebBlack";
}
.s_teaser p {
  font-size: 18px;
  margin: 0 auto;
  max-width: 960px;
  margin-top: 20px;
}
.s_teaser ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}
.s_teaser ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.s_teaser ul {
  padding: 15px 0;
}
.s_teaser ul li:before {
  left: auto;
  margin-left: -15px;
}
.s_teaser.style_2 {
  text-align: justify;
}
.s_teaser.style_2 h1,
.s_teaser.style_2 h2 {
  text-align: center;
}
.s_teaser.style_2 p {
  max-width: none;
}
.s_teaser.space_2 {
  padding-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.ul-disc-list ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}
.ul-disc-list ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #cfcdcb;
  background: white;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 48px 0 15px;
  font-size: 14px;
  font-family: "LatoWebBlack";
  line-height: 48px;
  color: #858583;
  height: 48px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #9e9a96;
}

.selectric-hover .selectric {
  border-color: #b7b4b0;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #b7b4b0;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

               
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b7b4b0;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-style_2 .selectric {
  border: 0;
}
.selectric-style_2 .selectric .label {
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  font-size: 16px;
  color: #072942;
}
.selectric-style_2 .selectric .button {
  background: transparent;
}
.selectric-style_2 .selectric .button:after {
  right: auto;
  left: 10px;
  border-top-color: #072942;
}

.selectric-style_3 .selectric {
  border: 0;
}
.selectric-style_3 .selectric .label {
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  font-size: 16px;
  color: #072942;
}
.selectric-style_3 .selectric .button {
  background: transparent;
}
.selectric-style_3 .selectric .button:after {
  right: auto;
  left: 10px;
  border-top-color: #072942;
}

.alert-component {
  display: flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 10px;
  padding-left: 0;
  color: #072942;
}
.alert-component--space-2 {
  margin-bottom: 30px;
}
.alert-component--date {
  text-align: center;
  flex-shrink: 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alert-component--date * {
  line-height: 1.4;
}
.alert-component--big {
  font-size: 20px;
  font-family: "LatoWebBlack";
}
.alert-component--small {
  font-size: 10px;
  text-transform: uppercase;
}
.alert-component--content {
  display: flex;
  flex-direction: column;
}
.alert-component--label {
  line-height: 1;
  display: inline-flex;
  font-size: 14px;
  color: white;
  padding: 3px 8px;
  margin-bottom: 4px;
  border-radius: 4px;
  align-items: center;
}
.alert-component--label strong {
  padding-left: 4px;
  font-family: "LatoWebBlack";
}
.alert-component--text {
  font-size: 14px;
}
.alert-component--green {
  background: #ecf6ec;
  border-color: #7dc248;
}
.alert-component--green .alert-component--label {
  background: #7dc248;
}
.alert-component--red {
  background: #f6ecec;
  border-color: #c24848;
}
.alert-component--red .alert-component--label {
  background: #c24848;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  margin-top: 10px;
  z-index: 101;
  font-size: 14px;
  background-color: #ece8e5;
  padding: 5px 12px;
  line-height: 20px;
  -webkit-box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.date-picker-wrapper:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 5px 7.5px;
  border-color: transparent transparent #ece8e5 transparent;
}
.date-picker-wrapper.single-month {
  max-width: 360px;
}
.date-picker-wrapper.single-month .month-wrapper {
  width: 100% !important;
}
.date-picker-wrapper.single-month .month-wrapper table {
  width: 100%;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  font-family: "LatoWebBlack";
  font-weight: 400;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
  font-family: "LatoWebBlack";
  font-weight: 400;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.date-picker-wrapper .month-wrapper table {
  width: 200px;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 200px;
  float: left;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 7px 0 6px;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #d8dbdf;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-family: "LatoWebBlack";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .week-name th {
  font-weight: 400;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #d8dbdf;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ff4e02;
  color: white !important;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  display: block;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:after,
.date-picker-wrapper table .caption .prev:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.date-picker-wrapper table .caption .next:after {
  background: url("../img/sprites-2.png?v=1") -314px -17px no-repeat;
}

.date-picker-wrapper table .caption .prev:after {
  background: url("../img/sprites-2.png?v=1") -306px -17px no-repeat;
}

.date-picker-wrapper table .caption .next:hover:after,
.date-picker-wrapper table .caption .prev:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #ece8e5;
  border-bottom: 8px solid #ece8e5;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #ece8e5;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #ece8e5;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px;
  text-align: center;
}

.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

                
.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour,
.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected {
  background-color: #072942 !important;
  color: white !important;
}

.date-picker-wrapper .last-date-selected {
  background-color: #072942 !important;
  color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -11px;
  margin-left: -8px;
  display: none;
  background-color: #0a51a1;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  color: white;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0a51a1;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

body {
  font-size: 14px;
  color: #1c1b19;
  height: auto;
}

html {
  height: auto;
}

.container {
  display: inline-block;
  width: 100%;
  padding: 40px 30px;
}

.close_iframe_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.close_iframe_btn:after {
  content: "×";
  text-align: center;
  position: absolute;
  color: #85878e;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 19px;
  line-height: 29px;
  font-weight: 300;
  background: #f1f1f1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close_iframe_btn:hover:after {
  background: #cfcdcb;
  color: white;
}

.headline {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
  margin-top: -4px;
}
.headline h1 {
  font-size: 28px;
  font-family: "LatoWebBlack";
  text-transform: uppercase;
}
.headline h4 {
  padding-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #a3a5ac;
}
.headline.style_2 h1 {
  text-transform: none;
  font-size: 32px;
}
.headline.style_2 h4 {
  font-size: 18px;
}
.headline.space_2 {
  padding: 30px 0;
  margin-bottom: 0;
  margin-top: 0;
}

form {
  display: inline-block;
  width: 100%;
}
form .widget-group {
  display: inline-block;
  width: 100%;
  margin-left: -8px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 19px;
}
form .widget-group:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  padding-right: 16px;
  border-bottom: 1px dashed #cfcdcb;
}
form .widget-group.style_2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
form .widget-group.style_2:before {
  display: none;
}
form .widget-group-datepicker {
  display: inline-block;
  width: 100%;
}
form .widget {
  float: left;
  width: 50%;
  padding-left: 16px;
  margin-bottom: 16px;
}
form .widget.widget-textarea {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
form .widget.w100 {
  width: 100%;
}
form .widget.w100 input[type=text], form .widget.w100 input[type=email], form .widget.w100 input[type=button] {
  width: 50%;
}
form .widget.widget-explanation {
  width: 100%;
}
form .widget.widget-explanation h3 {
  font-family: "LatoWebBlack";
  line-height: 1;
}
form .widget.error {
  position: relative;
}
form .widget.error p.error {
  position: absolute;
  left: 10px;
  top: -9px;
  font-size: 12px;
  color: #ff4e02;
  background: white;
  padding: 0 5px;
}
form .widget label {
  display: none !important;
}
form .widget input[type=text], form .widget input[type=email], form .widget input[type=button] {
  display: inline-block;
  width: 100%;
  height: 50px;
  background: white;
  padding: 0 15px;
  font-family: "LatoWebBlack";
  font-size: 14px;
  color: #1c1b19;
  text-align: left;
  border: 1px solid #cfcdcb;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
form .widget input[type=text]:focus, form .widget input[type=email]:focus, form .widget input[type=button]:focus {
  border: 1px solid #1c1b19;
}
form .widget input[type=button], form .widget input.datepicker {
  cursor: pointer;
  padding: 0 50px 0 15px;
  color: #858583;
}
form .widget textarea {
  display: inline-block;
  width: 100%;
  height: 100px;
  background: white;
  padding: 14px;
  font-family: "LatoWebBlack";
  font-size: 16px;
  color: #1c1b19;
  text-align: left;
  resize: none;
  border: 1px solid #cfcdcb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
form .widget textarea:focus {
  border: 1px solid #1c1b19;
}
form .widget.datepicker {
  position: relative;
}
form .widget.datepicker:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 27px;
  height: 26px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../img/sprites-2.png?v=1") -691px 0px no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
form .widget.camping_pitch {
  display: none;
}
form .widget.camping_pitch.open {
  display: block;
}
form .submit_container {
  padding-left: 8px;
  padding-right: 8px;
}
form .submit_container input[type=submit] {
  display: inline-block;
  width: 100%;
  float: left;
  height: 50px;
  line-height: 53px;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "LatoWebBlack";
  background: #ff4e02;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form .submit_container input[type=submit]:hover {
  color: white;
  background: #7dc248;
}

.fidelityPopupWidget .step_group ._headline {
  font-size: 18px;
  color: #072942;
  padding-bottom: 30px;
  font-family: "LatoWebBlack";
}
.fidelityPopupWidget .step_accommodation {
  padding-bottom: 60px;
}
.fidelityPopupWidget .step_accommodation .options {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.fidelityPopupWidget .step_accommodation .option {
  width: 240px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.fidelityPopupWidget .step_accommodation .option:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.7);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.fidelityPopupWidget .step_accommodation .option.selected {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.fidelityPopupWidget .step_accommodation .option.selected:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.fidelityPopupWidget .step_accommodation .option.selected .checked_overlay {
  display: block;
}
.fidelityPopupWidget .step_accommodation .option.selected .title {
  background: #7dc248;
}
.fidelityPopupWidget .step_accommodation .option .checked_overlay {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 50px);
  background: rgba(255, 255, 255, 0.5);
}
.fidelityPopupWidget .step_accommodation .option .checked_overlay span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: white;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fidelityPopupWidget .step_accommodation .option .checked_overlay span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 18px;
  background: url(../img/ico_check.png) 0 0 no-repeat;
}
.fidelityPopupWidget .step_accommodation .option .cover {
  height: 0;
  padding-top: 92%;
}
.fidelityPopupWidget .step_accommodation .option .title {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  ms-flex-justify-content: center;
  justify-content: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  color: white;
  background: #0a51a1;
  font-size: 14px;
  font-family: "LatoWebBlack";
  line-height: 1;
  text-transform: uppercase;
}
.fidelityPopupWidget .step_dates {
  position: relative;
}
.fidelityPopupWidget .step_dates:before {
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display: block;
}
.fidelityPopupWidget .step_dates.reveal:before {
  display: none;
}
.fidelityPopupWidget .step_dates .formAvailabilityDatePicker {
  max-width: 760px;
}
.fidelityPopupWidget .step_dates form .widget {
  position: relative;
  left: -16px;
}
.fidelityPopupWidget .step_dates form .submit_container {
  left: -8px;
  width: 100%;
  text-align: center;
}
.fidelityPopupWidget.style_2 {
  padding-bottom: 160px;
}
.fidelityPopupWidget .date-picker-wrapper.inline-wrapper {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.fidelityPopupWidget .date-picker-wrapper.inline-wrapper:before {
  top: auto;
  bottom: -5px;
  border-width: 7.5px 5px 0 7.5px;
  border-color: #ece8e5 transparent transparent transparent;
}

@media screen and (max-width: 580px) {
  .fidelityPopupWidget .step_group ._headline {
    padding-bottom: 10px;
  }
  .fidelityPopupWidget .step_accommodation {
    padding-bottom: 35px;
  }
  .fidelityPopupWidget .step_accommodation .options {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fidelityPopupWidget .step_accommodation .option {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .fidelityPopupWidget .step_accommodation .option:last-child {
    margin-bottom: 0;
  }
  .fidelityPopupWidget .step_accommodation .option .checked_overlay {
    height: calc(100%);
    width: calc(100% - 130px);
    right: 0;
    left: auto;
  }
  .fidelityPopupWidget .step_accommodation .option .checked_overlay span {
    width: 50px;
    height: 50px;
  }
  .fidelityPopupWidget .step_accommodation .option .cover {
    float: right;
    width: calc(100% - 130px);
    padding-top: 0;
    height: 100px;
  }
  .fidelityPopupWidget .step_accommodation .option .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100%;
    text-align: center;
    font-size: 14px;
  }
  .fidelityPopupWidget .btn {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .close_iframe_btn {
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
  }
  .close_iframe_btn:after {
    width: 32px;
    height: 32px;
    font-size: 21px;
    line-height: 33px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .container {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 420px) {
  .headline {
    margin-bottom: 22px;
  }

  form .widget-group {
    margin-left: 0;
    padding-bottom: 15px;
  }
  form .widget {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  form .widget.widget-textarea {
    padding: 0;
  }
  form .submit_container {
    padding: 0;
  }

  .fidelityPopupWidget .step_dates form .widget {
    position: relative;
    left: 0;
  }
  .fidelityPopupWidget .step_dates form .submit_container {
    left: 0;
  }
}