﻿@import url(https://fonts.googleapis.com/css?family=Raleway);
.bleed:after {
  display: none !important;
}

.biland {
  /* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
}

.biland .parallaxOuter {
  position: relative;
  width: 100%;
}

.biland .parallaxOuter .parallaxHeight {
  height: 300px;
}

.biland .parallaxOuter .parallaxHeight .parallaxBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.biland .parallaxOuter .parallaxHeight .parallaxBg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.biland .parallaxOuter .parallaxHeight .parallaxBg > img.slow {
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}

.biland .parallaxOuter .parallaxHeight .parallaxContent {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.biland h1, .biland h2, .biland h3, .biland p, .biland a {
  font-family: 'Raleway', sans-serif !important;
}

.biland cite {
  font-style: normal;
}

.biland a {
  text-decoration: none;
}

.biland a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.biland .carousel img {
  width: inherit;
}

.biland .carousel-caption {
  position: absolute;
  right: 20%;
  top: 32%;
  left: 20%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.biland .carousel-caption h1, .biland .carousel-caption h2 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: white;
}

.biland .quote {
  padding: 35px;
}

.biland .quote h3, .biland .quote p, .biland .quote blockquote, .biland .quote cite {
  font-family: 'Raleway', sans-serif;
  color: #1c283a;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
}

.biland .quote p, .biland .quote cite {
  font-size: 16px;
}

.biland blockquote {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  border-left: none !important;
}

.biland blockquote:before {
  font-family: 'Raleway', sans-serif;
  position: absolute;
  font-size: 100px;
  line-height: 1;
  top: 0;
  left: -5px;
  content: "\201C";
}

.biland blockquote:after {
  font-family: 'Raleway', sans-serif;
  position: absolute;
  /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
  float: right;
  font-size: 100px;
  line-height: 1;
  right: -5px;
  bottom: -0.5em;
  content: "\201D";
}

.biland footer {
  padding: 0 0.5em 0 0;
  text-align: center;
}

.biland footer cite {
  font-size: 16px;
}

.biland .fullheight {
  min-height: 100%;
  min-height: 100vh;
  opacity: 0;
  -moz-transition: opacity 1000ms, height 2000ms;
  -o-transition: opacity 1000ms, height 2000ms;
  -webkit-transition: opacity 1000ms, height 2000ms;
  transition: opacity 1000ms, height 2000ms;
}

.biland .attach-bottom-right {
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.biland .bleedback {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.biland .fixback {
  background-attachment: fixed;
}

.biland .gradientback {
  position: relative;
}

.biland .gradientback:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
  /* Standard syntax (must be last) */
}

.biland #fixmidnavwrap {
  min-height: 71px;
}

.biland ul.midnav {
  display: table;
  table-layout: fixed;
  /* the magic dust that ensure equal width */
  width: 100%;
  padding: 0;
  margin: 20px 0;
}

.biland ul.midnav li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #1c283a;
}

.biland ul.midnav li a {
  font-size: 22px;
  color: #1c283a;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

.biland ul.midnav li:first-child {
  border-left: none;
}

.biland ul.midnav.mobile {
  margin: 0;
}

.biland ul.midnav.mobile li {
  color: #000;
  padding: 20px;
  border-top: 1px solid #000;
}

.biland ul.midnav.mobile li:first-child {
  border-top: none;
}

.biland ul.secnav {
  display: block;
  table-layout: fixed;
  /* the magic dust that ensure equal width */
  float: right;
  padding: 0;
  margin: 20px 0;
  width: 100%;
}

.biland ul.secnav li {
  display: block;
  text-align: center;
  min-width: 136px;
  margin-bottom: 10px;
}

.biland ul.secnav li a {
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0 10px;
  display: block;
}

.biland .overshaddow:before {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
  background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);
  background-image: -moz-linear-gradient(top, #ffffff, #d2d2d2);
  background-image: -ms-linear-gradient(top, #ffffff, #d2d2d2);
  background-image: -o-linear-gradient(top, #ffffff, #d2d2d2);
  background-image: linear-gradient(top, #ffffff, #d2d2d2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#d2d2d2');
  height: 7px;
  content: ' ';
  position: absolute;
  width: 100%;
  margin-left: -15px;
}

.biland .affix {
  width: inherit !important;
  margin-left: -15px;
}

.biland section header {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px 0;
  display: block;
}

.biland section header h2 {
  color: white;
  font-size: 40px;
  line-height: 46px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.biland section header p {
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-family: 'Raleway', sans-serif;
}

.biland section header figure {
  margin: 40px 0;
  padding-bottom: 60px;
  background: white;
}

.biland section header figure p {
  text-align: center;
  color: #1c283a;
  padding: 0 40px 30px;
  min-height: 140px;
}

.biland section header figure h3 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #1c283a;
  font-size: 30px;
  margin: 30px;
  min-height: 72px;
}

.biland section header figure a.but {
  display: inline;
  color: #1c283a;
  border: 1px solid #1c283a;
  padding: 15px 50px;
  margin: 20px 0;
}

.biland section article {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.biland section article h3, .biland section article p {
  font-size: 22px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  margin: 60px 0 10px;
}

.biland section article p {
  margin: 20px 0;
  font-weight: normal;
  line-height: 33px;
}

.biland section article div > a {
  margin: 50px 0 60px;
  color: white;
  border: 1px solid white;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  padding: 20px;
  display: inline-block;
  font-weight: bold;
}

.biland section article div > a:hover {
  background: #1c283a;
  border: 1px solid #1c283a;
}

.biland section article .flex-video {
  margin-bottom: 80px !important;
}

@-moz-keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.biland .xf {
  position: relative;
}

.biland .xf > div {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.biland .xf > div.transparent {
  opacity: 0 !important;
}

.biland .xf > div:first-child {
  z-index: 2;
}

@media (max-width: 767px) {
  .biland .carousel-caption {
    left: 20px;
    right: 20px;
    top: 0;
  }
  .biland .carousel-caption h1, .biland .carousel-caption h2 {
    font-size: 24px;
  }
  .biland section article h3, .biland section article p {
    line-height: 28px;
    margin-top: 20px;
  }
  .biland .quote {
    padding: 0;
  }
  .biland .quote blockquote {
    font-size: 20px;
    line-height: 26px;
  }
  .biland .quote cite, .biland .quote p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .biland .carousel-caption {
    top: 5%;
  }
  .biland .carousel-caption h1, .biland .carousel-caption h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .biland .carousel-caption {
    top: 20%;
  }
  .biland .carousel-caption h1, .biland .carousel-caption h2 {
    font-size: 43px;
  }
  .biland section header {
    text-align: left;
  }
  .biland section article {
    background-color: transparent;
    text-align: left;
  }
  .biland ul.secnav {
    display: table;
  }
  .biland ul.secnav li {
    display: table-cell;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .biland .carousel-caption {
    top: 35%;
  }
  .biland .carousel-caption h1, .biland .carousel-caption h2 {
    font-size: 75px;
  }
  .biland .attach-bottom-right {
    position: absolute;
    bottom: 10%;
    right: 10%;
    left: unset;
    margin: inherit;
  }
}

@media (max-width: 991px) {
  .biland section {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .biland section header, .biland section article {
    background-color: unset;
  }
  .biland section article.container {
    width: auto;
    height: 100%;
  }
  .biland .gradientback:before {
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    /* Standard syntax (must be last) */
  }
}

/*# sourceMappingURL=beko2016landing.css.map */