@font-face {
  font-family: 'HeliosCond';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HeliosCondNormal.eot?#iefix");
  src: url("../fonts/HeliosCondNormal.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondNormal.woff") format("woff"), url("../fonts/HeliosCondNormal.ttf") format("truetype"), url("../fonts/HeliosCondNormal.svg#GothamPro") format("svg");
}
@font-face {
  font-family: "HeliosCond";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/HeliosCondItalic.eot?#iefix");
  src: url("../fonts/HeliosCondItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondItalic.woff") format("woff"), url("../fonts/HeliosCondItalic.ttf") format("truetype"), url("../fonts/HeliosCondItalic.svg#GothamPro") format("svg");
}
@font-face {
  font-family: "HeliosCond";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HeliosCondBold.eot?#iefix");
  src: url("../fonts/HeliosCondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondBold.woff") format("woff"), url("../fonts/HeliosCondBold.ttf") format("truetype"), url("../fonts/HeliosCondBold.svg#GothamPro") format("svg");
}
@font-face {
  font-family: "HeliosCond";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/HeliosCondBold.eot?#iefix");
  src: url("../fonts/HeliosCondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondBold.woff") format("woff"), url("../fonts/HeliosCondBold.ttf") format("truetype"), url("../fonts/HeliosCondBold.svg#GothamPro") format("svg");
}
@font-face {
  font-family: "HeliosCond";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/HeliosCondItalicBold.eot?#iefix");
  src: url("../fonts/HeliosCondItalicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondItalicBold.woff") format("woff"), url("../fonts/HeliosCondItalicBold.ttf") format("truetype"), url("../fonts/HeliosCondItalicBold.svg#GothamPro") format("svg");
}
@font-face {
  font-family: "HeliosCond";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/HeliosCondItalicBold.eot?#iefix");
  src: url("../fonts/HeliosCondItalicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondItalicBold.woff") format("woff"), url("../fonts/HeliosCondItalicBold.ttf") format("truetype"), url("../fonts/HeliosCondItalicBold.svg#GothamPro") format("svg");
}
html,
body {
  height: 100%;
  font-family: "HeliosCond", sans-serif;
}
.main-container {
  min-height: 100%;
}
.main-bg-default {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.landing-nav {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.1;
  text-align: center;
}
.landing-nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.landing-nav li {
  display: inline-block;
  position: relative;
}
.landing-nav li a,
.landing-nav li span {
  padding: 3px 35px;
  display: block;
  min-width: 140px;
  border-left: 2px solid #fff;
  color: #fff;
  text-align: left;
}
.landing-nav li:hover a,
.landing-nav li:hover span,
.landing-nav li a:hover,
.landing-nav li span:hover {
  text-decoration: none;
  background: rgba(157, 90, 28, 0.7);
  cursor: pointer;
}
.landing-nav li > ul {
  position: absolute;
  left: 0;
  display: none;
  padding-top: 5px;
}
.landing-nav li > ul a {
  font-size: 0.9em;
  border: none;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.3);
}
.landing-nav li > ul li {
  padding-bottom: 1px;
  display: block;
}
.landing-nav li > ul li:hover a {
  background: #9d5a1c;
}
.landing-nav li > ul li:last-child a {
  border: none;
}
.landing-nav li:hover > ul {
  display: block;
}
.landing-nav li:last-child > a,
.landing-nav li:last-child > span {
  border-right: 2px solid #fff;
}
.lang-switcher {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 10px;
  text-transform: uppercase;
  padding: 2px 8px;
  background: #a05c1d;
  color: #fff;
  font-size: 1.3em;
}
.lang-switcher:before,
.lang-switcher:after {
  content: "";
  position: absolute;
  right: -10px;
  border: 10px solid transparent;
  border-top-color: #a05c1d;
}
.lang-switcher:before {
  top: -10px;
  -webkit-transform: translateX(-1px) rotate(135deg);
  -ms-transform: translateX(-1px) rotate(135deg);
  transform: translateX(-1px) rotate(135deg);
}
.lang-switcher:after {
  bottom: -10px;
  -webkit-transform: translateX(-1px) rotate(45deg);
  -ms-transform: translateX(-1px) rotate(45deg);
  transform: translateX(-1px) rotate(45deg);
}
.lang-switcher:hover {
  text-decoration: none;
  color: #fff;
}
.bottom-row {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.bottom-row p {
  margin: 0;
  padding: 0;
}
.copyright-block {
  display: block;
  margin: 0 auto;
  padding: 3px 0;
  font-size: .8em;
  color: #a5afb1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}
.copyright-block p {
  margin: 0;
  padding: 0;
}
.pos-rel {
  position: relative;
}
.slider-buttons,
.dots {
  display: block;
  text-align: center;
  padding: 0 0 30px;
  position: absolute;
  bottom: 80px;
  width: 100%;
  font-size: 0;
}
.slider-buttons .slider-button,
.dots .slider-button,
.slider-buttons .dot,
.dots .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  margin-right: 5px;
}
.slider-buttons .slider-button.active,
.dots .slider-button.active,
.slider-buttons .dot.active,
.dots .dot.active {
  background: #fff;
}
.background-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.background-slider .banner {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100% !important;
}
.background-slider .banner ul {
  padding: 0;
  margin: 0;
  height: 100% !important;
}
.background-slider .banner li {
  list-style: none;
}
.background-slider .banner ul li {
  float: left;
}
.background-slider .banner.no-js ul li {
  position: absolute;
  left: 0;
  top: 0;
}
.background-slider .slide-1 {
  background-image: url(../images/slider/slide-1.jpg );
}
.background-slider .slide-2 {
  background-image: url(../images/slider/slide-2.jpg );
}
.background-slider .slide-3 {
  background-image: url(../images/slider/slide-3.jpg );
}

.background-slider .description-wrap {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.background-slider .description-wrap .description {
  background: rgba(0, 0, 0, 0.7);
  font-size: 2em;
  font-style: italic;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 5px 25px;
  line-height: 1.3;
}

.background-slider .description-wrap .description a {
  color: inherit;
}

.background-slider .description-wrap .description i {
  display: block;
  font-size: 80%;
}
