/* 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'); }

/* 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%; font-size: 18px; }

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

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

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

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

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 30px 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 20px; }

.section::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background: -moz-linear-gradient(1251.84% -1018.04% 90deg, transparent 0%, #030303 100%);
  background: -webkit-linear-gradient(90deg, transparent 0%, #030303 100%);
  background: -webkit-gradient(linear, 1251.84% -1018.04%, 1251.84% -1118.04%, color-stop(0, transparent), color-stop(1, #030303));
  background: -o-linear-gradient(90deg, transparent 0%, #030303 100%);
  background: -ms-linear-gradient(90deg, transparent 0%, #030303 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#030303' ,GradientType=0)";
  background: linear-gradient(180deg, transparent 0%, #030303 100%);
  opacity: 0.09;
  filter: alpha(opacity=9) progid:DXImageTransform.Microsoft.Alpha(opacity=9) progid:DXImageTransform.Microsoft.gradient(startColorstr='#030303',endColorstr='#000000' , GradientType=0);
  z-index: 1; }

.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-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; }

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

.image-6 {
  background: url("../img/cardigan1.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: scroll;
  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 170px;
  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: 100%;
  margin: 20px 0; }

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

.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: 20%;
  margin: auto;
  padding: 10px 0px 50px 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: ;
}

.rightcolumn{
  background-color: ;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  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;}
