/* SINGLE SLIDE
-------------------------------------------------- */
.full-header-background-image {
  /*
  background-image:url('../img/transition.png');
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
  background-color:#00143B;
}
.full-header-image-layer {
  height:680px;
  /*
  background-image:url('../img/transitionlayer.png');
  background-repeat: repeat;
  */
  background-color:#00143B;
  z-index:100;
}
.full-header-text-container {
  text-align:center;
  color: #fff;
  position: absolute;
  top: 360px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.navigation-right {
  display:none;
  position:absolute;
  top: 360px;
  right:0px;
  z-index:10;
  cursor:pointer;
}
.navigation-left {
  display:none;
  position:absolute;
  top: 360px;
  left:0px;
  z-index:10;
  cursor:pointer;
}
.header-text {
  display:none;
}
.header-text-title {
  font-size:1em;
}
.header-text-caption {
  max-width:100%;
  font-size:0.4em;
  color:#fff;
}
.full-header-text {
  max-width:100%;
  font-size:48px;
  font-weight:600;
  color: #c09555;
  text-shadow: 2px 2px 4px #000000;
}
.header-slide-img {
  display:none;
}
.full-header-image {
  height:680px;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top:10px;
  margin-bottom:10px;
}

@media screen and (max-width: 1280px) {
  
}
@media screen and (max-width: 991px) {
  .slider-navigation {
    display:none;
  }
}
@media screen and (max-width: 767px) {
  .full-header-text-container {
    top: 160px;
  }
  .full-header-text {
    max-width:100%;
    font-size: 38px;
    font-weight: 600;
  }
  .full-header-image-layer {
    height:380px;
    margin-top: 68px;
  }
  .full-header-image {
    height:360px;
  }
  .navigation-right {
    display:none;  
  }
  .navigation-left { 
    display:none;
  }
}
@media screen and (max-width: 568px) {
  .full-header-text {
    font-size: 32px;
    font-weight: 600;
  }
}
@media screen and (max-width: 480px) {
  .full-header-text {
    font-size: 28px;
  }
}


