@font-face {
  font-family: 'entypo';
  src:url('../fonts/controls/entypo.eot');
  src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/controls/entypo.woff') format('woff'),
    url('../fonts/controls/entypo.ttf') format('truetype'),
    url('../fonts/controls/entypo.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;  
}

.site-wrapper.pretty-embed {overflow: hidden;}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;  
  background-size: cover;
  background-position: bottom;
}
.cover-container {
  margin-left: auto;
  margin-right: auto;
  padding: 25% 0;
}

.cover-heading .img-responsive {margin:auto; padding: 25px;}

.scroll {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  color:#fff;
  font-size: 25px;
}

/*--captions--*/

.caption {
  position: absolute;
  padding: 60px;
  background: rgba(0,0,0,0.35);
}

.caption h1 {
  color: #fff;
  font-size: 35px;  
  margin-bottom: 20px;
}

.caption h2 {
  color: #fff;
  font-size: 35px;
  margin-top: 0;
  font-style: italic;
}

#caption-1 {
  bottom:0;
  right: 0;
  text-align: right;
}

#caption-2 {
  bottom:0;
  left: 0;
}

#caption-3 {
  bottom:0;
  right: 0;
}

#caption-4 {
  bottom:0;
  left: 0;
}

#caption-5 {
  bottom:0;
  left: 0;
}


@media (max-width: 991px) {  
  .caption {}
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Cover
 */

.cover {
  z-index:1;
  color:#fff;    
}


@media (max-width: 1200px) {

}


/*background slideshow*/
.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}
 
.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}
 
/* If background-size supported we'll add the images to the background of the li */
 
.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
 
/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
    display: none;
}
 
.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
  position: absolute;
  width: 100%;
  height: 100px;
  margin: 0;
  top: 50%;
  left: 0;
  right: 0;
}
}

.cbp-bicontrols span {  
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}



.cbp-bicontrols span:before {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 100px;
  font-size: 50px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  opacity: 0.7;
  cursor: pointer;
}

.cbp-bicontrols span:hover:before {
  opacity: 1;
}

.cbp-bicontrols span:active:before {
  top: 2px;
}

span.cbp-biplay:before {
  content: "\e002";
}

span.cbp-bipause:before {
  content: "\e003";
}

span.cbp-binext:before {
  content: "\e000";
}

span.cbp-biprev:before {
  content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
  float: right;
}


/* Fallback */
 
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}
 
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}


/*
 * Affix and center
 */

@media (min-width: 992px) {  

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

}

@media (min-width: 992px) {
  .cover-container {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .cover-container {
    width: 960px;
  }
}

@media (max-width: 991px) {  

  .cover-heading .img-responsive {   
    height: 125px;
  }

  .caption h2 {
    display: none;
  }

  .caption h1 {
    font-size: 25px;
  }

  .cbp-bicontrols {display: none;}

  .caption {
    position: absolute;
    padding: 20px 30px;    
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    height: auto;
  }

}

#big-video-wrap {z-index:-1;}


