/* tte.css v1.0.0
 * ================
 */
/* Body */
html {
  font-size: 62.5%;
  font-family: 'Quantico';
  font-weight: bold;
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 9999;
}
body {
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: black;
  color: white;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Cairo", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
  max-width: 90% !important;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: 'Quantico', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.35em;
  margin-bottom: 0px;
}
h2 {
  font-size: 2.00em;
  margin-bottom: 0px;
}
h3 {
  font-size: 1.75em;
  margin-bottom: 0px;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
small,
sub,
sup {
  font-size: 75%;
}
hr {
  border-color: #2c8898;
}
a {
  text-decoration: none;
  color: #2c8898;
}
a:hover {
  color: #982c61;
  border-bottom: 2px solid #4a4a4a;
}
ul {
  padding-left: 1.4em;
}
li {
  margin-bottom: 0.2em;
}
blockquote {
  font-style: italic;
  margin-left: 1.5em;
  padding-left: 1em;
  border-left: 3px solid #2c8898;
}
img {
  max-width: 100%;
  height: auto;
}
/* Pre and Code */
pre {
  background-color: #f1f1f1;
  display: block;
  padding: 1em;
  overflow-x: auto;
}
code {
  font-size: 0.9em;
  padding: 0 0.5em;
  background-color: #f1f1f1;
  white-space: pre-wrap;
}
pre > code {
  padding: 0;
  background-color: transparent;
  white-space: pre;
}
/* Tables */
table {
  text-align: justify;
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  padding: 0.5em;
  border-bottom: 1px solid #f1f1f1;
}
/* Buttons, forms and input */
input,
textarea {
  border: 1px solid #4a4a4a;
}
input:focus,
textarea:focus {
  border: 1px solid #2c8898;
}
textarea {
  width: 100%;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #2c8898;
  color: #f9f9f9;
  border-radius: 1px;
  border: 1px solid #2c8898;
  cursor: pointer;
  box-sizing: border-box;
}
.button[disabled],
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  cursor: default;
  opacity: .5;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  background-color: #982c61;
  border-color: #982c61;
  color: #f9f9f9;
  outline: 0;
}
textarea,
select,
input[type] {
  color: #4a4a4a;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  margin-bottom: 10px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
textarea:focus,
select:focus,
input[type]:focus {
  border: 1px solid #2c8898;
  outline: 0;
}
input[type="checkbox"]:focus {
  outline: 1px dotted #2c8898;
}
label,
legend,
fieldset {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
/* Bolt-specific stuff */
.callout {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.meta {
  color: #888;
  font-size: 0.9em;
}
ul.pagination li {
  list-style-type: none;
  display: inline;
  color: #999;
}
ul.pagination li + li:before {
  content: " | ";
}
/*  MAIN */
h2,
h3 {
  margin-bottom: 0;
}
.logo {
  position: fixed;
  top: 40px;
  right: 40px;
}
video#main-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-color: transparent !important;
}
video#main-video[poster] {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  object-fit: cover;
}
.menu li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-transform: uppercase;
}
.menu li a:hover,
.menu li a:focus,
.menu li a {
  font-family: 'Quantico';
  text-decoration: none;
  font-size: 3rem;
  line-height: 3.1rem;
  font-weight: 700;
  color: white;
  text-align: right;
  border: 0px;
}
.menu li a.active,
.menu li a:hover {
  color: #e09626;
}
.menu li a.active {
  display: none;
}
.menu li a.instagram:hover {
  text-decoration: none;
}
.menu li,
.menu li a {
  text-align: right;
}
.menu li a.last {
  text-indent: 99999px;
}
.menu {
  z-index: 100;
  margin-right: 40px;
  float: right;
  position: absolute;
  right: 0px;
  top: -160px;
}
footer a:focus,
footer a:hover {
  outline: none;
  color: #e09626;
  text-decoration: none;
  border: 0;
}
.menu .instagram {
  text-indent: -9999px;
  background-image: url('../images/instagram_logo.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  min-width: 25px;
  height: 25px;
  display: block;
  width: 25px;
  float: right;
  margin-top: 10px;
}
footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
footer .tte {
  font-weight: 900;
}
footer .footer-copy .tte strong {
  color: #e09626;
}
footer a {
  color: white;
}
footer .footer-copy {
  margin-bottom: 10px;
  float: right;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-family: 'Cairo';
  font-weight: 700;
  padding-right: 40px;
  padding-left: 40px;
}
footer .address {
  font-weight: normal;
}
footer .interpunct {
  font-size: 2rem;
  margin-left: 8px;
  margin-right: 4px;
}
.section .inner {
  font-size: 1.2em;
  line-height: 1.1em;
}
.section video {
  z-index: 100;
  background-size: cover;
  background-position: center center;
  object-fit: inherit;
}
.video-container {
  margin-right: 8px;
}
.section h1,
.section h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.section h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}
#work.section h3 {
  margin-bottom: -5px;
  margin-left: 5px;
}
.section {
  font-size: 1.4rem;
  font-weight: normal;
}
video.general {
  width: 100%;
  height: auto;
  border: 4px solid white;
  background-color: black;
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
/* RESPONSIVE TWEAKS */
/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
@media (max-width: 684px) {
  body {
    font-size: 1.53rem;
  }
}
@media (max-width: 382px) {
  body {
    font-size: 1.35rem;
  }
}
@media (max-width: 1000px) {
  footer .interpunct {
    display: none;
  }
}
/* SLIDERS*/
.slick-slide:focus {
  outline: none;
}
.slick-next.slick-arrow.slick-disabled {
  display: none !important ;
}
.slick-prev.slick-arrow.slick-disabled {
  display: none !important ;
}
.slick-slide a:focus,
.slick-slide a {
  outline: none;
}
.slick-slide a img {
  border: 4px solid white;
  margin-left: -4px;
}
.videos-holder {
  margin-left: 40px;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
html .slick-slide {
  outline: none;
}
html .slick-prev,
html .slick-next {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  opacity: .45;
}
html .slick-prev {
  background-image: url('../images/arrow_left.png') !important;
}
html .slick-next {
  background-image: url('../images/arrow_right.png') !important;
}
html .slick-prev:hover,
html .slick-next:hover {
  opacity: 1;
}
.bgpane {
  z-index: -50;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
}
.btn_mobile {
  display: none;
}
@media (max-width: 550px) {
  .videos-holder {
    margin-left: 0px;
  }
}
.inner a:hover {
  color: #e09626;
}
.inner a {
  color: white;
  border: 0;
}
.inner p {
  margin-top: 0;
}
.btn_service:hover,
.btn_service {
  color: white;
  border: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 2px;
  display: block;
}
.btn_service:hover {
  color: #bbb;
}
.btn_service.selected {
  color: #e09626;
}
.service-area {
  margin-bottom: 20px;
}
.service-area h3 {
  margin-bottom: 0px;
}
.service-area .service {
  margin-bottom: 15px;
}
.video-title {
  margin-bottom: 20px !important;
}
.col-mb-6 {
  padding-left: 0;
}
.video-item.selected img {
  border-color: #e09626;
}
@media (max-height: 700px) {
  .menu {
    top: -120px;
  }
  .menu .last {
    position: fixed;
    left: 15px;
    bottom: 15px;
  }
}
@media (max-height: 540px) {
  .logo {
    width: 45px;
    top: 10px;
    right: 10px;
  }
  .fp-tableCell {
    vertical-align: top !important;
  }
  html {
    font-size: 50%;
  }
}
@media (min-width: 1500px) and (max-height: 700px) {
  .section video {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .col-group {
    margin: 0;
  }
  .inner {
    padding-top: 10px;
  }
  .logo {
    width: 45px;
    top: 10px;
    right: 10px;
  }
  .fp-section {
    padding-top: 28px !important;
  }
  .fp-tableCell {
    vertical-align: top !important;
  }
  .container {
    width: 100%;
    max-width: 100% !important;
  }
  .col-group {
    width: 100%;
    padding: 0;
  }
  .videos-holder {
    margin-left: 0px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-slide a img {
    max-width: 75px;
  }
  .video-container {
    position: relative;
  }
  #about .video-container h3 {
    display: none;
  }
  .video-container h3 {
    position: absolute;
    bottom: 20px;
    right: 10px;
    display: none;
  }
  .menu {
    top: -95px;
    margin-right: 10px;
  }
  footer .footer-copy {
    padding-right: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 1.6rem;
    width: 90%;
  }
  footer .tte {
    display: block;
    letter-spacing: 0.005em;
    font-size: 1.6rem;
  }
  .menu .last {
    position: fixed;
    left: 15px;
    bottom: 5px;
  }
  html {
    font-size: 50%;
  }
  /*  MOBILE NAV */
  .btn_mobile {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    left: -38px;
    top: 41px;
    text-align: center !important;
    font-size: 9px;
    padding-left: 0px;
    display: block;
    width: 53%;
    font-size: 12px !important;
    line-height: 2rem !important;
  }
  ul.menu li a:hover {
    color: #333333;
    color: #e09626;
  }
  ul.menu {
    bottom: 42px;
    display: block;
    padding-top: 10px;
    padding-bottom: 11px;
    background-color: #e09626;
    background-color: #333333;
    width: 165px;
    padding-right: 10px;
    right: -170px;
    position: fixed;
    height: auto;
    top: initial;
    left: auto;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  ul.menu.expand {
    right: -10px;
  }
  ul.menu.expand .btn_mobile::before {
    display: none;
  }
  ul.menu.expand .btn_mobile {
    text-indent: -9999px;
    background-color: #b77d2c;
    background-color: #595858;
    background-image: url('../images/hamburger.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    height: 96% !important;
    top: 2% !important;
    width: 20px !important;
    left: 5px !important;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  }
  .btn_mobile::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e09626;
    border-bottom: 10px solid #333333;
    content: "";
    position: absolute;
    top: -10px;
    left: 38%;
  }
  #work.section h3 {
    margin-bottom: -9px;
  }
  .btn_service.selected {
    color: #e09626;
  }
  .slick-slide .video-item img {
    border: 2px solid white;
  }
  .video-item.selected img {
    border-color: #e09626;
  }
  .video-container h3 {
    position: absolute;
    bottom: -28px;
    right: -2px;
    display: block;
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .videos-holder {
    margin-left: 0px !important;
  }
  .logo {
    width: 45px;
    top: 10px;
    right: 10px;
  }
  .fp-section {
    padding-top: 28px !important;
  }
  .fp-tableCell {
    vertical-align: top !important;
  }
  .slick-slide a img {
    max-width: 75px;
  }
  .video-container {
    position: relative;
  }
}
/* Landscape IPHONE5  */
@media (min-width: 568px) and (max-height: 320px) {
  html {
    font-size: 44%;
  }
  .btn_service:hover,
  .btn_service {
    line-height: 1.4rem !important;
  }
  .col-dt-7 {
    width: 50% !important;
  }
  div.col-mb-12.col-12.col-dt-5 {
    width: 50% !important;
  }
}
/* Landscape IPHONE6  */
@media (min-width: 736px) and (max-height: 414px) {
  .col-dt-7 {
    width: 50% !important;
  }
  div.col-mb-12.col-12.col-dt-5 {
    width: 50% !important;
  }
}
/* Landscape IPHONE6  */
@media (min-width: 667px) and (max-height: 375px) {
  .col-dt-7 {
    width: 50% !important;
  }
  div.col-mb-12.col-12.col-dt-5 {
    width: 50% !important;
  }
  .section .inner {
    padding-top: 0;
  }
  #work .videos-holder > div {
    position: relative;
    margin-bottom: 20px;
  }
  #work .videos-holder h3 {
    position: absolute;
    top: -20px;
  }
  #work .slick-slide > div {
    padding-top: 0 !important;
  }
  #work .col-group {
    padding-top: 30px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  html {
    font-size: 45% !important;
  }
}
/* IPHONE 5*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  html {
    font-size: 40% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: landscape) {
  html {
    font-size: 40% !important;
  }
  .col-dt-7 {
    width: 50% !important;
  }
  div.col-mb-12.col-12.col-dt-5 {
    width: 50% !important;
  }
}
/* IPAD MINI 4 */
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
  html {
    font-size: 62.5%;
  }
  .container {
    width: 100%;
    max-width: 95%;
  }
}
