@charset "UTF-8";
/* Your custom styles */
body{
    font-size:16px;
}
#logo img{
    height:50px;
    margin:0;
}
.parallax_window_in {
    height: 600px;
    position: relative;
    display: table;
    width: 100%;
}
.parallax_window_in.slide {
    height: 700px;
}

.sub_content_in {
    display: table-cell;
    padding: 45px 15% 0 15%;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}
.parallax_window_in.slide .sub_content_in{
   background: rgba(0, 0, 0, 0.2);
}

.sub_content_in h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 0;
}
@media (max-width: 768px) {

  .sub_content_in h2 {
      font-size: 32px;
  }
}

@media (max-width: 560px) {

  .sub_content_in h2 {
      font-size: 28px;
  }
}

.mountain{
  background-color: #f00;
  width: 100%;
  height: 100%;
}

.sub_content_in p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.main-menu{
    float: none;
}
a {
    color: #2c4a6d;
}
.btn_1 {
    color: #fff;
    background: #385477;
}
a.btn_1_outline,
.btn_1_outline {
    color: #385477;
    border: 2px solid #385477;
}

footer{
    padding:2em 0;
}



.main-menu > ul > li:hover > a {color: #4088DA;}

video {
    opacity: 1;
}
.teaser-video {
    opacity: 1;
}


#header_menu{
    background-color:#2c4a6d;
}

@media (max-width: 768px) {

    #hero_video {
        background: none !important;
    }
}
ul#access_top{
    float: none;
    position: absolute;
    right:10px;
    z-index:99;
}
#login .modal-popup{
    background: url(../img/bg_login.jpg) no-repeat center ;
    background-size: cover;
}

.btn-clean{
    background: transparent;
}

.form-feedback {
    position: absolute;
    left:50%;
    top:1em;
    transform: translateX(-50%);

}
.form-feedback .msg{
    background: rgba(255,255,255,.25);
    padding:0.5em;
    color: #fff;
    text-align: left;
}
.form-feedback .msg.error{
    background: rgba(255,0,0,.25);
}

.pillars{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.pillars .pillar{
    background-color: #fff;
    width: 17%;
    padding: .3em .5em;
    margin-bottom: 30px;
    border-bottom: 2px solid #666;
}
.pillars .pillar p{
    font-weight: bold;
}

@media (max-width: 1200px) {
    .pillars .pillar{
        width: 30%;
    }
}
@media (max-width: 768px) {
    .pillars{
        justify-content: space-between;
    }
    .pillars .pillar{
        width: 50%;
    }
}
@media (max-width: 560px) {
    .pillars{
        justify-content: center;
    }
    .pillars .pillar{
        width: 70%;
        text-align: center;
        min-width: 300px;
    }
}













/* Shared styles */
.drop-shadow {
  position: relative;
  background: #fff;
}

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}

/* Lifted corners */
.lifted {
  border-radius: 4px;
}

.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

.lifted:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}

/* Curled corners */
.curled {
  border: 1px solid #efefef;
  border-radius: 0 0 120px 120px/0 0 6px 6px;
}

.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  transform: skew(-8deg) rotate(-3deg);
}

.curled:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

/* Perspective */
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  max-height: 50px;
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  transform: skew(50deg);
  transform-origin: 0 100%;
}

.perspective:after {
  display: none;
}

/* Raised shadow - no pseudo-elements needed */
.raised {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* Curved shadows */
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 10px/100px;
}

.curved-vt-2:before {
  right: 0;
}

.curved-hz-1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

.curved-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

/* Rotated box */
.rotated {
  box-shadow: none;
  transform: rotate(-3deg);
}

.rotated > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


.brands, .mana{
  background-color: #ffffff;
}
.mana{
  padding: 1em;
}

.brands .items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.brands .items .item{
  width: 17%;
}

@media (max-width: 768px) {

  .brands .items .item{
    width: 23%;
  }
}

@media (max-width: 560px) {

  .brands .items .item{
    width: 45%;
  }
}

.logos img{
  width: 100%;
}
.starlogo{
  width: 80px;
}
.ele{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.e1{
  font-weight: bold;
}
.e2{

}

.btn-big{
  font-size: 1.2em;
  padding: .5em;
  margin: 20px 0;
  white-space:normal;
}

.logos{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logos .item{
  width: 15%;
}
.logos .item img{
  width: 100%;
  max-width: 140px;
}

.hl{
  padding: 10px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.br{
    width: 200px;
    padding-right: 10px;
  }
.hl img{
  width: 100%;
}
.line{
  font-weight: bold;
  font-size: 1.5em;
}
.hl .starlogo{
  width: 100px;
}

@media (max-width: 700px) {

  .br{
    width: 150px;
    padding-right: 10px;
  }
  .line{
    font-size: 1.25em;
  }
}

@media (max-width: 560px) {

  .line{
    font-size: 1.15em;
  }
}