/* Variables */
/* Mixins */
/* Animation */
@-webkit-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
@-moz-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
@-o-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: -10px; }
  100% {
    bottom: 0; } }
@keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }

/* hosted fonts */
    @font-face { font-family: HelveticaNeueThin; src: url('/fonts/HelveticaNeue-Thin.otf'); }
    @font-face { font-family: HelveticaNeueThinItalic; src: url('/fonts/HelveticaNeue-ThinItalic.otf'); }
    @font-face { font-family: HelveticaNeueThinCondensed; src: url('/fonts/HelveticaNeue-ThinCond.otf'); }
    @font-face { font-family: HelveticaNeueLight; src: url('/fonts/HelveticaNeue-Light.otf'); }
    @font-face { font-family: HelveticaNeueBold; src: url('/fonts/HelveticaNeue-Bold.otf'); }
    @font-face { font-family: HelveticaNeueRoman; src: url('/fonts/HelveticaNeue-Roman.otf'); }

    @font-face { font-family: FSMeRegular; src: url('/fonts/fsmereg.otf'); }

/* Standard CSS */
body {
  margin: 0; }

a {
  text-decoration: none;
    color: #3c3c3b;
}

a:link {
  text-decoration: none;
    color: #3c3c3b;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

header, section, footer, nav, div, ul, li {
  box-sizing: border-box; }

img {
  border: 0; }

/* Styles */
body {
  font: 14px "HelveticaNeueLight";
  color: #3c3c3b;
  background-color: #fff; }

.tes-logo {
  width: 350px;
  height: 125px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

b, strong {
  font-family: "HelveticaNeueBold";
  font-weight: normal; }

p {
  line-height: 120%; }

p.smalltext{font: 10px "HelveticaNeueLight";}

h1 {
  font-size: 3em;
  font-family: "HelveticaNeueBold";
  letter-spacing: -0.03em;
  font-weight: normal;
  color: #5a5a59;
  padding: 0 0 35px 0;
  margin: 0 0 10px 0;
  position: relative;
  text-transform: lowercase;
  overflow: hidden; }

h1.rise span {
  bottom: 0;
  opacity: 1; }

h1 span {
  position: relative;
  bottom: -150px;
  opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out; }

h2 {
  font: 57px "HelveticaNeueLight";
  font-weight: normal;
  color: #3c3c3b;
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
  position: relative;
  text-transform: lowercase;
  overflow: hidden; }

h2 img {
  height: 83px;
  width: 270px;
  position: relative;
  bottom: -150px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  opacity: 0; }

h2.rise img {
  bottom: 0;
  opacity: 1; }

h2 span {
  position: relative;
  bottom: -150px;
  opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out; }

h2.rise span {
  bottom: 0;
  opacity: 1; }

h2::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -230px;
  width: 460px;
  height: 3px;
  background-color: #3c3c3b; }

h4 {
  font: 17px "HelveticaNeueLight";
  color: #1c1c1b;
  margin: 10px 0 20px 0;
  line-height: 22px; }

.slim-body-content {
  width: 100%;
  position: relative;
  padding: 60px 0px 40px 0;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 930px;
  text-align: center; }

.full-width {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background-color: #525252;
}

.full-width-and-height {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background-color: #525252;
  }

.full-width-img{
  width: 100%;
  height: auto;
}

.full-width-web-img{
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
}

.full-width-mobile-img{
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: auto;
}

.landing_background{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4c954+0,6d9139+100 */
background: #a4c954; /* Old browsers */
background: -moz-linear-gradient(left,  #a4c954 0%, #6d9139 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a4c954 0%,#6d9139 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a4c954 0%,#6d9139 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c954', endColorstr='#6d9139',GradientType=1 ); /* IE6-9 */

}

.landing_text{
  padding-top:50vh;
  text-align: left ;
  padding-left: 50px;
}

.page_three_text{
  width: 70%;
  margin: auto;
  text-align: left;
  padding-top: 30vh;
}

.page_three_text h1{
  color: white;
}

.page_three_text h3{

}


.section::after {
}

.img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  text-align: center; }
  .img-container .more {
    display: inline-block;
    padding: 10px;
    border: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    position: relative;
    color: #fff;
    cursor: pointer;
    }

.img-container:hover .more {
  opacity: 1; }

.img-container::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.img-container:hover::before {
  opacity: 1; }

#video.img-container::before {
  content: none; }


  .image-1 {
    background: url("../img/bof_1.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed; }

.image-2 {
  background: url("../img/dan2.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

.image-3 {
  background: url("../img/lv2.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

.image-4 {
  background: url("../img/bafta1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }




.thirdfin-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%); }


/* Slides */
.unslider{overflow:auto;margin:0;padding:0}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}
.unslider-arrow.next{
display: none;
}
.unslider-arrow.prev{
display: none;
}


  .unslider-nav ol {
    list-style: none;
    text-align: center;
  }
  .unslider-nav ol li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
  }
  .unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
  }


/* ------------------------------ Popup ------------------------------ */
.popup-window {
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  display: none;
  padding: 0 70px;
  text-align: center;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.popup-content, .popup-content-single {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.popup-content p {
  color: #fff; }

.popup-content img {
  width: auto;
max-height: 80vh;
}

.popup-container {
  width: 100%;
  max-width: 760px;
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 5vh;
  margin: 5vh 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.my-slider{padding-bottom: 20px;}

.popup-container .close {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 23px;
  width: 23px;
  cursor: pointer; }



.smallspacer{
    width: 100%;
    height: 150px;
}

.tinyspacer{
    width: 100%;
    height: 75px;
}

.logo{
  width: 40%;
  margin: auto;
  padding: 10px 0px 90px 0px;
}

.onecolumn{
  width: 55%;
  margin: auto;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
}

.onecolumn li{
  list-style: disc inside;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.twocolumnwrapper{
  width: 90%;
  margin: auto;
  padding: 50px;
}

.twocolumn{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
}

.leftcolumn{
  background-color: ;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #c0c0c0;
}

.rightcolumn{
  background-color: ;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #c0c0c0;
}

.twocolumn li{
  list-style: disc inside;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.logotab{
  position: fixed;
  top: -10px;
  right: 30px;
  width:50px;
  padding: 20px 10px 10px 10px;
  background-color: #efefef;
  box-sizing: content-box;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.21);
  cursor: pointer;
  }

.logotab:hover{top: 0px;}

.makeitred{color: #ea1d3c;}

/* ------------------------------ services section ------------------------------ */

.sub_title_section{
  width: 100%;
  padding: 20px 0px;
}

.services_wrapper{
  width: 70%;
  margin: auto;
}

.services_wrapper_row{
    display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row /* works with row or column */
   flex-direction: row;
   -webkit-align-items: top;
   align-items: top;
   -webkit-justify-content: center;
   justify-content: center;
}

.services_block_15{
  width: 15%;
  display: inline-block;
  padding: 10px;
  float: left;
  box-sizing: border-box;
}


.services_wrapper_row::after {
    content: "";
    clear: both;
    display: table;
}

.services_block img{
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.services_block_caption{
  padding: 0px 0px 15px 0px;
  text-align: center;
}

.services_block_caption p{
    font-size: 11px;
}


.videoBlock{
  width: 100%;
  background-color: green;
  height: 90vh;
    display: inline-block;
}

.linebreak{
    height: 1px;
    background-color: #333;
    margin: 35px auto;
    width: 25%;
}

#navBlock{
    opacity: 0.8;
    width: 200px;
    box-sizing: border-box;
    position: fixed;
    top:100px;
    left: -180px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    z-index: 10;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    }
#navBlock:hover{
    left: 0px !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    }
#nav_line{
  height: 1px;
  width: 160px;
  background-color: #3c3c3b;
  margin: 10px 20px;
  box-sizing: border-box;
  }
#nav_title{
  font: 18px "HelveticaNeueBold";
  }
.navGroup{
    }
.navItem{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0px 10px;
    border-right: 0px;
    border-right-style: solid;
    border-right-color: #555;
    font: 12px "HelveticaNeueLight";
    }
.navItem a:hover{
    color: #ea1d3c
    }
.navItem:last-of-type{border-right: 1px;}

.quoteBlockWrapper {
    width: 80%;
    margin: auto;
    }
.quoteBlockWrapper h3{
    font: 30px "HelveticaNeueLight";
    font-weight: normal;
    color: #b1b1ae;
    padding: 0 0 35px 0;
    margin: 0 0 35px 0;
    position: relative;
    text-transform: lowercase;
    overflow: hidden;
    text-align: center
    }

/* ------------------------------ responsive ------------------------------ */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .img-container:hover .more {display: none;}
    .twocolumn{width: 100%;}
    .leftcolumn {
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #C0C0C0;
        }
    .navBlock{display: none}
}
