header {
  float: left;
  width: 100%;
  -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);
  position: absolute;
  z-index: 500;
}
header .top {
  float: left;
  width: 100%;
  height: 40px;
  padding-left: 60px;
  padding-right: 60px;
  background: #072942;
  color: #a3a5ac;
}
header .top .left {
  float: left;
  padding-top: 10px;
}
header .top .left .info li {
  float: left;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
header .top .left .info li:last-child:before {
  display: none;
}
header .top .left .info li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #a3a5ac;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.3);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
header .top .left .info li a {
  position: relative;
  display: block;
  color: #a3a5ac;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .top .left .info li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
}
header .top .left .info li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
header .top .left .info li a.phone {
  padding-left: 19px;
}
header .top .left .info li a.phone:before {
  top: 2px;
  width: 13px;
  height: 13px;
  background: url("../img/sprites-2.png?v=1") -185px 0px no-repeat;
}
header .top .left .info li a.phone:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
header .top .left .info li a.mail {
  padding-left: 23px;
}
header .top .left .info li a.mail:before {
  top: 1px;
  width: 18px;
  height: 16px;
  background: url("../img/sprites-2.png?v=1") -199px 0px no-repeat;
}
header .top .right {
  float: right;
  padding-top: 10px;
}
header .top .right .langSwitch {
  float: left;
  font-size: 13px;
}
header .top .right .langSwitch > nav > ul > li {
  float: left;
  position: relative;
}
header .top .right .langSwitch > nav > ul > li > span.active {
  position: relative;
  padding: 0 15px 0 28px;
  color: #a3a5ac;
  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;
}
header .top .right .langSwitch > nav > ul > li > span.active:before, header .top .right .langSwitch > nav > ul > li > span.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 13px;
}
header .top .right .langSwitch > nav > ul > li > span.active:after {
  top: 5px;
  right: 0;
  left: auto;
  width: 9px;
  height: 4px;
  background: url("../img/sprites-2.png?v=1") -306px -5px no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
header .top .right .langSwitch > nav > ul > li > span.active.lang-en:before {
  background: url("../img/sprites-2.png?v=1") -218px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > span.active.lang-sl:before {
  background: url("../img/sprites-2.png?v=1") -240px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > span.active.lang-cs:before {
  background: url("../img/sprites-2.png?v=1") -441px -37px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > span.active.lang-nl:before {
  background: url("../img/sprites-2.png?v=1") -417px -37px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > span.active.lang-de:before {
  background: url("../img/sprites-2.png?v=1") -262px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > span.active.lang-it:before {
  background: url("../img/sprites-2.png?v=1") -284px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li:hover > span.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
header .top .right .langSwitch > nav > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 26px;
  right: -20px;
  width: 94px;
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.5);
}
header .top .right .langSwitch > nav > ul > li > ul:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid white;
}
header .top .right .langSwitch > nav > ul > li > ul > li {
  text-align: left;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a {
  padding: 8px 10px 8px 44px;
  color: #072942;
  display: block;
  position: relative;
  font-weight: 700;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 9px;
  width: 21px;
  height: 13px;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.6);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a.lang-en:before {
  background: url("../img/sprites-2.png?v=1") -218px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a.lang-sl:before {
  background: url("../img/sprites-2.png?v=1") -240px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a.lang-cs:before {
  background: url("../img/sprites-2.png?v=1") -441px -37px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a.lang-nl:before {
  background: url("../img/sprites-2.png?v=1") -417px -37px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a.lang-de:before {
  background: url("../img/sprites-2.png?v=1") -262px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li > ul > li > a.lang-it:before {
  background: url("../img/sprites-2.png?v=1") -284px 0px no-repeat;
}
header .top .right .langSwitch > nav > ul > li.open > ul {
  display: block;
}
header .bottom {
  float: left;
  width: 100%;
  height: 80px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  background: #fffddd;
}
header .bottom .logo {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .bottom .logo a {
  float: left;
  width: 142px;
  height: 47px;
  text-indent: -9999px;
  background: url("../img/sprites-2.png?v=1") 0 0 no-repeat;
}
header .bottom .right {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#mobileNav_btn {
  display: none;
  float: left;
  padding: 16px 30px 15px 0;
  margin-right: 30px;
  border-right: 1px solid #cfcdcb;
}
#mobileNav_btn div {
  width: 24px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mobileNav_btn div span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ff4e02;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mobileNav_btn div span:nth-child(1) {
  top: 0px;
}
#mobileNav_btn div span:nth-child(2) {
  top: 7px;
}
#mobileNav_btn div span:nth-child(3) {
  top: 14px;
}
#mobileNav_btn div.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mobileNav_btn div.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
#mobileNav_btn div.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mainNav > nav > ul > li {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 40px;
}
.mainNav > nav > ul > li:last-child {
  margin-right: 0;
}
.mainNav > nav > ul > li > a,
.mainNav > nav > ul > li > span.active {
  color: #072942;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}
.mainNav > nav > ul > li > span.active {
  color: #ff4e02;
}
.mainNav > nav > ul > li.disable_link > a:after,
.mainNav > nav > ul > li.disable_link > span.active:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 8px;
  width: 10px;
  height: 5px;
  background: url("../img/sprites-2.png?v=1") -294px -44px no-repeat;
}
.mainNav > nav > ul > li.disable_link > span.active:after {
  background: url("../img/sprites-2.png?v=1") -338px -44px no-repeat;
}
.mainNav > nav > ul > li.disable_link:hover > a:after,
.mainNav > nav > ul > li.disable_link:hover > span.active:after {
  background: url("../img/sprites-2.png?v=1") -338px -44px no-repeat;
}
.mainNav > nav > ul > li:hover > a {
  color: #ff4e02;
}
.mainNav > nav > ul > li.mm_container:hover > a:before,
.mainNav > nav > ul > li.mm_container:hover > span.active:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0px;
  width: 101px;
  height: 11px;
  background: url("../img/sprites-2.png?v=1") -586px 0 no-repeat;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mainNav > nav > ul > li.mm_container:hover .mm_dropdown {
  display: block;
}
.mainNav > nav > ul > li.regular_submenu {
  position: relative;
}
.mainNav > nav > ul > li.regular_submenu:hover > ul {
  display: block;
}
.mainNav > nav > ul > li.regular_submenu > ul {
  display: none;
  position: absolute;
  width: 260px;
  left: 50%;
  top: 50px;
  color: white;
  padding: 20px 0 10px;
  background: #072942;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mainNav > nav > ul > li.regular_submenu > ul:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1px;
  width: 101px;
  height: 11px;
  background: url("../img/sprites-2.png?v=1") -586px 0 no-repeat;
}
.mainNav > nav > ul > li.regular_submenu > ul > li {
  padding: 15px 10px;
  text-transform: uppercase;
}
.mainNav > nav > ul > li.regular_submenu > ul > li > a {
  color: white;
  padding-bottom: 2px;
}
.mainNav > nav > ul > li.regular_submenu > ul > li > a:hover {
  border-bottom: 2px solid #ff4e02;
}
.mainNav > nav > ul > li.regular_submenu > ul > li > span.active {
  padding-bottom: 2px;
  color: #ff4e02;
}
.mainNav .mm_dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  color: white;
  padding: 60px 20px;
  background: #072942;
}
.mainNav .mm_dropdown .box {
  float: left;
  width: 100%;
}
.mainNav .mm_dropdown .box.dim_1 {
  width: 22.8571428571%;
  margin-right: 2.8571428571%;
}
.mainNav .mm_dropdown .box.dim_1.space_2 {
  margin-right: 0;
}
.mainNav .mm_dropdown .box.dim_2 {
  width: 74.2857142857%;
}
.mainNav .mm_dropdown .box.dim_2 .coverList_2.items_3 .item {
  width: 30.7692307692%;
  margin-right: 3.8461538462%;
}
.mainNav .mm_dropdown .box.dim_2 .coverList_2.items_3 .item:nth-child(3n) {
  margin-right: 0;
}
.mainNav .mm_dropdown .box.dim_2 .coverList_2.items_4 .item {
  width: 22.1153846154%;
  margin-right: 3.8461538462%;
}
.mainNav .mm_dropdown .box.dim_2 .coverList_2.items_4 .item:nth-child(4n) {
  margin-right: 0;
}
.mainNav .mm_dropdown .box.dim_2.space_2 {
  margin-right: 2.8571428571%;
}
.mainNav .mm_dropdown .box.dim_3 {
  width: 14.2857142857%;
  margin-right: 1.4285714286%;
}
.mainNav .mm_dropdown .box.dim_3.space_2 {
  margin-right: 0;
}
.mainNav .mm_dropdown .box.dim_4 {
  width: 84.2857142857%;
}
.mainNav .mm_dropdown .box.dim_4 .coverList_2.items_5 .item {
  width: 18.6440677966%;
  margin-right: 1.6949152542%;
}
.mainNav .mm_dropdown .box.dim_4 .coverList_2.items_5 .item:nth-child(5n) {
  margin-right: 0;
}
.mainNav .mm_dropdown .box.inner_space_1 {
  padding-top: 10px;
}
.mainNav .mm_dropdown .box.inner_space_1 h5 {
  padding-bottom: 26px;
}
.mainNav .mm_dropdown .box.offers .item {
  float: left;
  width: 100%;
}
.mainNav .mm_dropdown .box.offers .item img {
  -webkit-box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 9px 25px 0px rgba(0, 0, 0, 0.5);
}
.mainNav .mm_dropdown .box.offers .item.link {
  margin-top: 25px;
}
.mainNav .mm_dropdown .box.offers .item.link a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  font-family: "LatoWebBlack";
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  -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;
}
.mainNav .mm_dropdown .box.offers .item.link a:hover {
  border: 1px solid #ff4e02;
  background: #ff4e02;
}
.mainNav .mm_dropdown .box .coverList_2.items_4 .item {
  width: 22.8571428571%;
  margin-right: 2.8571428571%;
}
.mainNav .mm_dropdown .box .coverList_2.items_4 .item:nth-child(4n) {
  margin-right: 0;
}
.mainNav .mm_dropdown .box_1 h5 {
  font-size: 18px;
  font-family: "LatoWebBlack";
  padding-bottom: 20px;
  text-transform: uppercase;
}
.mainNav .mm_dropdown .box_1 ul li {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.mainNav .mm_dropdown .box_1 ul li a {
  color: white;
  padding-bottom: 2px;
}
.mainNav .mm_dropdown .box_1 ul li a:hover {
  border-bottom: 2px solid #ff4e02;
}
.mainNav .mm_dropdown .box_1 ul li span.active {
  padding-bottom: 2px;
  color: #ff4e02;
}
.mainNav .mm_dropdown .box_2 h5 {
  font-size: 36px;
  font-family: "manusmanus";
  text-transform: none;
  padding-bottom: 20px;
}

.mobileNavigation {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 50001;
  overflow-y: auto;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  backface-visibility: hidden;
}
.mobileNavigation.open {
  left: 0;
}
.mobileNavigation .close {
  float: left;
  width: 100%;
  padding: 5px 10px 0 0;
}
.mobileNavigation .close span {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.mobileNavigation .close span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url("../img/sprites-2.png?v=1") -386px -31px no-repeat;
}
.mobileNavigation .cta {
                       
          
              
  float: left;
  width: 100%;
  padding: 20px;
}
.mobileNavigation .cta .btn {
  width: 100%;
}
.mobileNavigation .content {
  float: left;
  width: 100%;
}
.mobileNavigation .content > nav > ul > li {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: "LatoWebBlack";
  border-bottom: 1px solid #e7e7e7;
}
.mobileNavigation .content > nav > ul > li > a,
.mobileNavigation .content > nav > ul > li > span.active {
  display: block;
  padding: 15px 30px;
  color: #072942;
}
.mobileNavigation .content > nav > ul > li > a:hover,
.mobileNavigation .content > nav > ul > li > span.active:hover {
  color: #ff4e02;
}
.mobileNavigation .content > nav > ul > li > span.active {
  color: #ff4e02;
}
.mobileNavigation .content > nav > ul > li.submenu > span.arrow {
  position: absolute;
  right: 9px;
  top: 7px;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.mobileNavigation .content > nav > ul > li.submenu > span.arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 7px;
  background: url("../img/sprites-2.png?v=1") -307px -39px no-repeat;
}
.mobileNavigation .content > nav > ul > li.toggle > span.arrow:before, .mobileNavigation .content > nav > ul > li.submenu.trail > span.arrow:before {
  background: url("../img/sprites-2.png?v=1") -307px -31px no-repeat;
}
.mobileNavigation .content > nav > ul > li.toggle > ul, .mobileNavigation .content > nav > ul > li.submenu.trail > ul {
  display: block;
}
.mobileNavigation .content > nav > ul > li > ul {
  display: none;
  padding: 5px 0;
  background: #f1f1f1;
  border-top: 1px solid #e7e7e7;
}
.mobileNavigation .content > nav > ul > li > ul > li {
  text-transform: none;
  font-family: "LatoWeb";
}
.mobileNavigation .content > nav > ul > li > ul > li > a,
.mobileNavigation .content > nav > ul > li > ul > li > span.active {
  display: block;
  padding: 10px 30px;
  color: #072942;
}
.mobileNavigation .content > nav > ul > li > ul > li > a:hover,
.mobileNavigation .content > nav > ul > li > ul > li > span.active:hover {
  color: #ff4e02;
}
.mobileNavigation .content > nav > ul > li > ul > li > span.active {
  color: #ff4e02;
}
.mobileNavigation .content > nav > ul > li > ul > li > span.arrow {
  display: none;
}

.heroSlider {
  position: relative;
    
           
                
                       
            
                
                
                 
                 
                                                                      
   
    
}
.heroSlider .slides-navigation .slide-nav {
  z-index: 20;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: 60px;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  -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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.heroSlider .slides-navigation .slide-nav:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.heroSlider .slides-navigation .slide-nav.prev {
  left: 20px;
  background: url("../img/sprites-2.png?v=1") -719px 0 no-repeat;
}
.heroSlider .slides-navigation .slide-nav.next {
  right: 20px;
  background: url("../img/sprites-2.png?v=1") -755px 0 no-repeat;
}
.heroSlider .slides-navigation .slide-nav.disable {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.1);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.heroSlider .slides-navigation .slide-nav.disable:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.1);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.heroSlider .slides-pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 20;
}
.heroSlider .slides-pagination a {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  padding: 5px 0;
  position: relative;
  text-indent: -9999px;
}
.heroSlider .slides-pagination a:last-child {
  margin-right: 0;
}
.heroSlider .slides-pagination a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  border: none;
  cursor: pointer;
  background: white;
}
.heroSlider .slides-pagination a.current:before {
  background: #ff4e02;
}
.heroSlider .slides-pagination {
  display: none;
}
.heroSlider #slider {
  position: relative;
  padding-top: 120px;
  background: #072942;
}
.heroSlider .slide-item {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.heroSlider .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 431px;
  z-index: 10;
  background: url(../img/overlay_1.png) left top repeat-x;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.6);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.heroSlider .slide-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 431px;
  z-index: 10;
  background: url(../img/overlay_2.png) left top repeat-x;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.heroSlider .slides-container {
  display: none;
}
.heroSlider .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.heroSlider .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.heroSlider .static_content {
  position: absolute;
  z-index: 19;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 120px;
}
.heroSlider .container {
  position: relative;
  z-index: 12;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  padding: 0 20px 120px 20px;
}
.heroSlider .container h1 {
  font-size: 72px;
  font-family: "LatoWebBlack";
  text-transform: uppercase;
}
.heroSlider .container h3 {
  font-family: "manusmanus";
  font-size: 110px;
  line-height: 1;
}
.heroSlider .container h4 {
  font-size: 34px;
}
.heroSlider .container .action {
  padding-top: 40px;
}
.heroSlider.index .container .action {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  ms-flex-justify-content: center;
  justify-content: center;
}
.heroSlider.index .container .action a {
  margin-left: 20px;
}
.heroSlider.index .container .action a:first-child {
  margin-left: 0;
}

.heroPages {
  float: left;
  width: 100%;
  margin-top: 120px;
  position: relative;
}
.heroPages .container {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
  height: 425px;
  color: white;
  padding: 0 20px;
  text-align: center;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.heroPages .container:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 21, 28, 0.5);
}
.heroPages .container .content {
  position: relative;
  z-index: 1;
}
.heroPages .container h1 {
  font-size: 54px;
  font-family: "LatoWebBlack";
  text-transform: uppercase;
}
.heroPages .container h2 {
  font-size: 32px;
  font-family: "LatoWebBlack";
}
.heroPages .container .tripadvisorBadge {
  padding-top: 10px;
}
.heroPages .container .tripadvisorBadge div {
  display: inline-block;
  width: 120px;
  height: 125px;
  background: url(../img/tripadvisor_badge_2017.png) 0 0 no-repeat;
}
.heroPages .btn_actions {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  ms-flex-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.heroPages .btn_actions a {
  margin-right: 20px;
}
.heroPages .btn_actions a:last-child {
  margin-right: 0;
}
.heroPages.style_2 .content, .heroPages.style_6 .content {
  max-width: 820px;
}
.heroPages.style_3, .heroPages.style_4, .heroPages.style_5 {
  background: #ff5f1b url(../img/pattern_2.png) repeat;
}
.heroPages.style_3 .container:after, .heroPages.style_4 .container:after, .heroPages.style_5 .container:after {
  display: none;
}
.heroPages.style_4 {
  background: #072942 url(../img/pattern_2.png) repeat;
}
.heroPages.style_5 {
  background: #1659a7 url(../img/pattern_2.png) repeat;
}
.heroPages.style_6 .container h1 {
  font-size: 62px;
}
.heroPages.style_6 .container p {
  font-size: 18px;
  padding-top: 10px;
  color: #a3a5ac;
}
.heroPages.style_7 .container {
  -moz-box-align: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding-bottom: 40px;
}
.heroPages.style_8 .container h1 {
  font-size: 100px;
  text-transform: none;
  font-family: "manusmanus";
}
.heroPages.slider_common {
  position: relative;
}
.heroPages.slider_common .container {
    
            
                
                       
                
            
             
                 
               
                                                                                  
   
           
              
              
                 
               
                                                                                              
   
      
}
.heroPages.has_availability_widget .container {
  height: 600px;
  padding-bottom: 100px;
}
.heroPages .figure img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.weatherWidget_3 {
  position: absolute;
  z-index: 10;
  right: 40px;
  top: 160px;
  height: 75px;
  color: white;
}
.weatherWidget_3 .item {
  float: right;
  width: 220px;
  padding-left: 115px;
  position: relative;
  margin-right: 20px;
}
.weatherWidget_3 .item:last-child {
  margin-right: 0;
}
.weatherWidget_3 .item .ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 115px;
  height: 100%;
}
.weatherWidget_3 .item .ico span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.weatherWidget_3 .item .label {
  font-size: 14px;
  font-family: "LatoWebBlack";
}
.weatherWidget_3 .item .value {
  font-size: 28px;
}

.weather_icons_white .item .ico.wIcon41Rain span {
  width: 58px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") 0 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41Cloud span {
  width: 88px;
  height: 43px;
  background: url("../img/weather_icons_white.png?v=2") -59px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41Snow span {
  width: 59px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -149px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41Storm span {
  width: 60px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -210px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41SnowRain span {
  width: 59px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -271px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41StormRain span {
  width: 60px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -331px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41StormHail span {
  width: 60px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -392px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41SunRain span {
  width: 61px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -454px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41SunCloud span {
  width: 90px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -516px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41Sun span {
  width: 61px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -607px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41Fog span {
  width: 60px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -670px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41NightCloud span {
  width: 87px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -732px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41Night span {
  width: 61px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -822px 0 no-repeat;
}
.weather_icons_white .item .ico.wIcon41NightRain span {
  width: 55px;
  height: 60px;
  background: url("../img/weather_icons_white.png?v=2") -884px 0 no-repeat;
}
.weather_icons_white .item .ico.ico_lake span {
  width: 64px;
  height: 60px;
  background: url("../img/sprites-2.png?v=1") -338px -332px no-repeat;
}

@media screen and (max-width: 1040px) {
  .weather_icons_white .item .ico.wIcon41Rain span {
    width: 35px;
    height: 60px;
    background: url("../img/weather_icons_white-mobile.png?v=2") 0 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41Cloud span {
    width: 53px;
    height: 26px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -35px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41Snow span {
    width: 35px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -89px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41Storm span {
    width: 36px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -125px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41SnowRain span {
    width: 35px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -162px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41StormRain span {
    width: 36px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -197px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41StormHail span {
    width: 36px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -234px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41SunRain span {
    width: 36px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -271px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41SunCloud span {
    width: 54px;
    height: 36pxx;
    background: url("../img/weather_icons_white-mobile.png?v=2") -308px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41Sun span {
    width: 36px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -363px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41Fog span {
    width: 36px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -400px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41NightCloud span {
    width: 52px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -437px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41Night span {
    width: 37x;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -490px 0 no-repeat;
  }
  .weather_icons_white .item .ico.wIcon41NightRain span {
    width: 33px;
    height: 36px;
    background: url("../img/weather_icons_white-mobile.png?v=2") -527px 0 no-repeat;
  }
  .weather_icons_white .item .ico.ico_lake span {
    width: 39px;
    height: 36px;
    background: url("../img/sprites-2.png?v=1") -579px -332px no-repeat;
  }
}
.heroHome {
  width: 100%;
  min-height: 760px;
  height: 80vh;
  position: relative;
  padding-top: 120px;
}
.heroHome::before, .heroHome::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.heroHome::before {
  background: linear-gradient(180deg, rgba(15, 19, 22, 0) 56.77%, #0f1316 100%);
}
.heroHome::after {
  background: linear-gradient(180deg, rgba(15, 19, 22, 0.58) 0%, rgba(15, 19, 22, 0) 50.52%);
}
.heroHome .background {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.heroHome .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroHome .container {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 120px;
  padding-bottom: 128px;
}
.heroHome h1 {
  color: white;
  font-size: 110px;
  line-height: 1;
  font-family: "manusmanus";
  text-align: center;
}
.heroHome .subheadline {
  font-size: 30px;
  color: white;
  padding-top: 10px;
  text-align: center;
}
.heroHome .formAvailabilityDatePicker {
  padding-top: 40px;
}
.heroHome .youtube {
  position: absolute;
  right: 30px;
  bottom: -20px;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.37);
  border-radius: 16px;
  overflow: hidden;
  z-index: 4;
}
.heroHome .youtube a {
  display: block;
  position: relative;
}
.heroHome .youtube a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.2s ease-in-out;
  background: linear-gradient(180deg, rgba(15, 19, 22, 0) 0%, #0f1316 100%);
}
.heroHome .youtube a:hover::before {
  opacity: 0.6;
}
.heroHome .youtube a:hover svg {
  transform: scale(1.05);
}
.heroHome .youtube svg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.heroHome .awards {
  position: absolute;
  z-index: 3;
  padding: 0 20px 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}