@import url(http://fonts.googleapis.com/css?family=Raleway:500,400,300,200,100);
/*------------------------
---------- fonts ---------
--------------------------*/
/*------------------------
--------- HTML -----------
--------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: white;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
#wrapper {
  height: 100%;
  position: relative;
}
a:link,
a:hover,
a:visited,
a:active {
  color: white;
}
/*------------------------
--------- BG logo --------
--------------------------*/
div.backgroundLogo {
  width: 100%;
  height: 100%;
  position: relative;
  background: #5b5b5b;
  /* Old browsers */

  background-image: url("http://cdn.rogal.net/img2/logo.png"), -moz-radial-gradient(center, ellipse cover, #606060 0%, #464646 100%);
  /* FF3.6+ */

  background-image: url("http://cdn.rogal.net/img2/logo.png"), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #606060), color-stop(100%, #464646));
  /* Chrome,Safari4+ */

  background-image: url("http://cdn.rogal.net/img2/logo.png"), -webkit-radial-gradient(center, ellipse cover, #606060 0%, #464646 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: url("http://cdn.rogal.net/img2/logo.png"), -o-radial-gradient(center, ellipse cover, #606060 0%, #464646 100%);
  /* Opera 12+ */

  background-image: url("http://cdn.rogal.net/img2/logo.png"), -ms-radial-gradient(center, ellipse cover, #606060 0%, #464646 100%);
  /* IE10+ */

  background-image: url("http://cdn.rogal.net/img2/logo.png"), radial-gradient(ellipse at center, #606060 0%, #464646 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#353535', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1001;
}
/*------------------------
--------- PreLoader ------
--------------------------*/
@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  div#preloader img {
    display: block;
  }
}
@media print {
  div#preloader,
  div#preloader img {
    visibility: hidden;
    display: none;
  }
}
/*------------------------
--------- BigVideo -------
--------------------------*/
.screenWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}
.screen {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #323232;
}
.screen img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  opacity: 0;
}
.screen img:first-child,
.screen img .active {
  opacity: 1;
}
.screen .quote,
.screen .by-line {
  display: none;
}
.screen.active {
  right: 0;
  z-index: 0;
}
.screen.moving {
  z-index: 10;
}
.bgTexture {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  background: url(../img/bgTexture.png);
}
#big-video-wrap video,
#big-video-wrap canvas {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#big-video-wrap video {
  height: 100%;
  position: absolute;
}
/*------------------------
--------- Header ---------
--------------------------*/
header {
  position: relative;
  z-index: 10;
  width: 100%;
}
header .span6 {
  margin-top: 60px;
}
header .aboutBtn {
  float: right;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
header .aboutBtn:hover {
  text-decoration: none;
}
header .logo {
  margin-bottom: 3px;
}
header .border {
  content: "";
  height: 2px;
  background: url('../img/dotted.png') repeat-x;
  width: 100%;
  opacity: .5;
}
/*------------------------
--------- About ----------
--------------------------*/
.about {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.about img {
  border-bottom: 2px dotted #988a69;
  margin-top: 40px;
}
.about h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.571em;
  letter-spacing: 2px;
  margin-top: 30px;
}
.about p,
.about li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.about .contact ul {
  margin-left: 0;
}
.about .contact span,
.about .partners span {
  color: #988a69;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}
.about .contact p,
.about .partners p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 19px;
}
.about .contact ul,
.about .partners ul {
  margin-top: 0;
  margin-bottom: 20px;
}
.about .contact ul li,
.about .partners ul li {
  list-style: none;
  display: block;
  margin-bottom: 3px;
  line-height: 19px;
  font-size: 13px;
}
.about .partners li {
  font-size: 12px;
}
.about .credits span {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}
.about .credits ul,
.about .credits li {
  list-style: none;
  margin: 0;
}
.about .credits li {
  font-size: 12px;
  color: #999;
  line-height: 19px;
}
.about .credits li a:link,
.about .credits li a:visited {
  color: #999;
}
.about .closeBtn {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  float: right;
  text-transform: uppercase;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color .5s, border .5s;
  -moz-transition: color .5s, border .5s;
  -o-transition: color .5s, border .5s;
  transition: color .5s, border .5s;
}
.about .closeBtn:before {
  content: "+";
  /* Safari */

  -webkit-transform: rotate(45deg);
  /* Firefox */

  -moz-transform: rotate(45deg);
  /* IE */

  -ms-transform: rotate(45deg);
  /* Opera */

  -o-transform: rotate(45deg);
  display: inline-block;
  position: relative;
  font-size: 2.428em;
  font-weight: 500;
  margin-right: 5px;
  float: left;
}
.about .closeBtn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
/*------------------------
------ Nav arrows --------
--------------------------*/
.nav-left,
.nav-right {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.nav-left:hover:after,
.nav-right:hover:after,
.nav-left:hover:before,
.nav-right:hover:before {
  cursor: pointer;
  opacity: 1;
}
.nav-left:hover,
.nav-right:hover {
  cursor: pointer;
}
.nav-left:after {
  z-index: 1000;
  display: inline-block;
  position: fixed;
  content: "";
  border-top: white solid 2px;
  border-right: white solid 2px;
  height: 40px;
  width: 40px;
  margin: 40px;
  /* Safari */

  -webkit-transform: rotate(-135deg);
  /* Firefox */

  -moz-transform: rotate(-135deg);
  /* IE */

  -ms-transform: rotate(-135deg);
  /* Opera */

  -o-transform: rotate(-135deg);
  left: 0;
  top: 50%;
  opacity: .5;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.nav-left:after:hover {
  cursor: pointer;
  opacity: 1;
}
.nav-right:after {
  z-index: 1000;
  display: inline-block;
  position: fixed;
  content: "";
  border-top: white solid 2px;
  border-right: white solid 2px;
  height: 40px;
  width: 40px;
  margin: 40px;
  /* Safari */

  -webkit-transform: rotate(45deg);
  /* Firefox */

  -moz-transform: rotate(45deg);
  /* IE */

  -ms-transform: rotate(45deg);
  /* Opera */

  -o-transform: rotate(45deg);
  right: 0;
  top: 50%;
  opacity: .5;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.nav-right:after:hover {
  cursor: pointer;
  opacity: 1;
}
.nav-left .pad,
.nav-right .pad {
  position: fixed;
  width: 100px;
  height: 100%;
  content: '';
  top: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 999;
}
.nav-left .pad:hover,
.nav-right .pad:hover {
  cursor: pointer;
}
.nav-left .pad {
  left: 0;
}
.nav-right .pad {
  right: 0;
}
.shadowL {
  left: 0;
  position: fixed;
  content: '';
  width: 15%;
  height: 100%;
  top: 0;
  z-index: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */

}
.shadowR {
  right: 0;
  position: fixed;
  content: '';
  width: 15%;
  height: 100%;
  top: 0;
  z-index: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  /* IE10+ */

  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */

}
.shadowR.active,
.shadowL.active {
  opacity: .35;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
/*------------------------
------- Slides Nav -------
--------------------------*/
#slidesNav {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 100;
}
#slidesNav .fillme,
#slidesNav .playpause {
  float: right;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px 2px 15px;
  border-radius: 15px;
}
#slidesNav .playpause {
  padding-bottom: 4px;
}
#slidesNav .navSquare {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-right: 20px;
  display: inline-block;
  border-radius: 5px;
}
#slidesNav .navSquare:hover {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#slidesNav .navSquare:last-child {
  margin-right: 0;
}
#slidesNav .navSquare.active {
  background: #a29678;
}
/*.playpause {
	float:right;
	width:12px;
	height: 12px;
	background: red;
	margin-left: 20px;
	&:hover{
		cursor: pointer;
		background: lighten(red, 10%);
	}
	/*
&:after{
	    width: 0px;
	    height: 0px;
	    margin-left: 15px;
	    position: relative;
	    border-top: 8px solid transparent;
	    border-bottom: 8px solid transparent;
	    border-left: 14px solid rgba(100,100,100,1);
	    z-index: 20;
    }
    &:hover:after{
	   border-left: 14px solid rgba(125,125,125,1);
    }
*/
.playpause {
  height: 18px;
  width: 0;
  margin-left: 10px;
}
.paused {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, 0.5);
  border-bottom: 6px solid transparent;
  margin: 2px 0 0 -4px;
}
.paused:hover {
  border-left-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
.playing {
  height: 12px;
  width: 3px;
  border-left: 4px solid rgba(255, 255, 255, 0.25);
  border-right: 4px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin: 2px 0 0 -5px;
}
.playing:hover {
  border-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
/*------------------------
--------- Quote ----------
--------------------------*/
#quotes {
  position: relative;
}
#quotes .mobileVideoBtn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.143em;
  margin-top: 60px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.8);
  z-index: 100;
  text-align: center;
  width: 180px;
  height: 100px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.8);
}
#quotes .mobileVideoBtn span {
  display: block;
  position: relative;
  text-align: center;
  top: -55px;
}
#quotes .mobileVideoBtn .t {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .75;
  border: 1px solid #6f6f6f;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
#quotes .mobileVideoBtn .t:before {
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  left: 0;
  content: '';
  display: block;
  box-shadow: inset 0px 0px 10px black;
}
#quotes .mobileVideoBtn .t img {
  display: block;
  margin: 0 auto;
}
#quotes .mobileVideoBtn .t img.portrait {
  width: 100%;
}
#quotes .mobileVideoBtn .t img.landscape {
  height: 100%;
  max-width: inherit;
}
#quotes .mobileVideoBtn .t:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/play-btn.png') 50% 50% no-repeat;
  background-size: 40%;
  content: '';
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: .7;
}
#quotes .popover {
  color: #444444;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: .75s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: .75s;
  animation-iteration-count: infinite;
  animation-duration: .75s;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.8);
}
.pullquote {
  position: relative;
  z-index: 5;
  font-size: 1em;
  margin-top: 10px;
}
.pullquote .right,
.pullquote .left {
  opacity: 0;
  position: relative;
}
.pullquote .active {
  margin-left: 0;
}
.pullquote .quote {
  width: 83.33%;
  position: relative;
  font-size: 3.286em;
  line-height: 1.2em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.8);
}
.pullquote .quote.hideBr br {
  display: none;
}
.pullquote .quotemarks:before {
  display: inline;
  content: "\201C";
  margin-left: -0.35em;
  margin-right: 3px;
  font-size: 2em;
  font-weight: 300;
  position: relative;
  top: 20px;
}
.pullquote .quotemarks:after {
  display: inline-block;
  content: "\201D";
  margin-left: 3px;
  margin-top: -10px;
  font-size: 2em;
  font-weight: 300;
  position: relative;
  top: .25em;
  margin-left: -30px;
  left: 30px;
}
.pullquote .by-line {
  text-transform: uppercase;
  font-size: 1.285em;
  margin-top: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.pullquote .by-line:before {
  content: '\2014';
  margin-right: 5px;
}
.pullquote .learn-more {
  padding: .38em 10px;
  margin-top: 30px;
  margin-bottom: 55px;
  background: rgba(152, 138, 105, 0.75);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 1.428em;
  font-weight: 500;
  letter-spacing: 1px;
}
.pullquote .learn-more:hover {
  cursor: pointer;
  background: rgba(152, 138, 105, 0.9);
}
/*------------------------
------ Bottom Nav --------
--------------------------*/
.bottom {
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  overflow: hidden;
  z-index: 10;
  height: 70px;
}
.bottomNav {
  height: 70px;
  width: 100%;
  text-align: center;
}
.bottomNav a {
  text-transform: uppercase;
  font-size: 1.143em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 2px;
  padding: 19px 0 15px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: color .5s, border-bottom .5s, background .5s;
  -moz-transition: color .5s, border-bottom .5s, background .5s;
  -o-transition: color .5s, border-bottom .5s, background .5s;
  transition: color .5s, border-bottom .5s, background .5s;
}
.bottomNav a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}
.bottomNav .btnHolder {
  margin: 0;
  width: 50%;
}
.bottomNav .btnHolder2 {
  margin: 0;
/*  width: 33.33%; */
  width: 50%;
}
.bottomNav .btnHolder.selected a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.bottomNav .border {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  bottom: 10px;
  margin-top: -1px;
}
.bottom .closeBtn {
  z-index: 10;
  position: relative;
}
.bottom .closeBtn span {
  position: relative;
  display: inline-block;
  bottom: -15px;
  float: right;
  text-transform: uppercase;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color .5s, border .5s;
  -moz-transition: color .5s, border .5s;
  -o-transition: color .5s, border .5s;
  transition: color .5s, border .5s;
}
.bottom .closeBtn span:before {
  content: "+";
  /* Safari */

  -webkit-transform: rotate(45deg);
  /* Firefox */

  -moz-transform: rotate(45deg);
  /* IE */

  -ms-transform: rotate(45deg);
  /* Opera */

  -o-transform: rotate(45deg);
  display: inline-block;
  position: relative;
  font-size: 2.428em;
  font-weight: 400;
  margin-right: 5px;
  float: left;
}
.bottom .closeBtn span:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.bottomContent {
  margin: 0 0 30px 0;
}
.bottomContent .container {
  position: relative;
  opacity: 0;
  z-index: 5;
}
.bottomContent .container.active {
  opacity: 1;
  z-index: 9;
}
.bottomContent h1 {
  font-size: 2.857em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 300;
}
.bottomContent p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.bottomContent .stat {
  width: 31.623931623931625%;
  margin-left: 2.564102564102564%;
  float: left;
}
.bottomContent .stat:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.bottomContent .statFigure {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px;
}
.bottomContent .statTitle {
  font-size: 12px;
  color: #988a69;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: block;
  font-weight: 500;
  line-height: 18px;
}
.bottomContent h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: normal;
}
.bottomContent ul {
  margin: 0;
}
.bottomContent ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
  margin-right: 20px;
  letter-spacing: 1px;
  line-height: 1.3em;
}
.bottomContent ul li span {
  text-transform: uppercase;
  display: block;
  font-size: 0.928em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 4px;
}
.bottomContent .thumbs .t {
  height: 100px;
  float: left;
  width: 23.404255319148934%;
  margin-left: 2.127659574468085%;
  margin-bottom: 2.127659574468085%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.bottomContent .thumbs .t:nth-of-type(4n+1) {
  margin-left: 0;
  clear: left;
}
.bottomContent .thumbs .t .tInner {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .75;
  border: 1px solid #6f6f6f;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.bottomContent .thumbs .t .tInner:before {
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  left: 0;
  content: '';
  display: block;
  box-shadow: inset 0px 0px 10px black;
}
.bottomContent .thumbs .t .tInner img {
  display: block;
  margin: 0 auto;
}
.bottomContent .thumbs .t .tInner img.portrait {
  width: 100%;
}
.bottomContent .thumbs .t .tInner img.landscape {
  height: 100%;
  max-width: inherit;
}
.bottomContent .thumbs .t.video .tInner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/play-btn.png') 50% 50% no-repeat;
  background-size: 40%;
  content: '';
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: .7;
}
.bottomContent .thumbs .t:hover .tInner {
  border-color: #a9a9a9;
  opacity: 1;
}
.caps {
  text-transform: uppercase;
  display: block;
  font-size: 0.928em;
  font-weight: 400;
  letter-spacing: 1px;
}
.small-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.small-video video,
.small-video canvas {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.small-video video {
  height: 100%;
  position: absolute;
}
/*------------------------
--------- General --------
--------------------------*/
.downArrow:after {
  display: inline-block;
  position: relative;
  content: "";
  margin-left: 8px;
  top: -4px;
  border-top: white solid 1px;
  border-right: white solid 1px;
  height: 6px;
  width: 6px;
  /* Safari */

  -webkit-transform: rotate(135deg);
  /* Firefox */

  -moz-transform: rotate(135deg);
  /* IE */

  -ms-transform: rotate(135deg);
  /* Opera */

  -o-transform: rotate(135deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.70710678, M12=-0.70710678, M21=0.70710678, M22=-0.70710678,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.70710678, M12=-0.70710678, M21=0.70710678, M22=-0.70710678, sizingMethod='auto expand');
}
.upArrow:after {
  display: inline-block;
  position: relative;
  content: "";
  margin-left: 8px;
  top: -1px;
  border-top: white solid 1px;
  border-right: white solid 1px;
  height: 6px;
  width: 6px;
  /* Safari */

  -webkit-transform: rotate(-45deg);
  /* Firefox */

  -moz-transform: rotate(-45deg);
  /* IE */

  -ms-transform: rotate(-45deg);
  /* Opera */

  -o-transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, sizingMethod='auto expand');
}
/*------------------------
--------- Mixins --------
--------------------------*/
/*------------------------
------ Responsive --------
--------------------------*/
@media (min-width: 1500px) {
  .pullquote {
    font-size: 1.08em;
  }
  .pullquote br {
    display: none;
  }
  .container {
    width: 1400px !important;
  }
  br.width1 {
    display: none;
  }
}
/* landscape ipad */
@media (min-width: 980px) and (max-width: 1199px) {
  body {
    font-size: .75em;
  }
  .pullquote br {
    display: none;
  }
  .container {
    width: 840px !important;
  }
  div.about .contact span,
  div.about .partners span {
    font-size: 20px;
  }
  div.about .contact p,
  div.about .partners p {
    font-size: 12px;
  }
  div.about div.partners ul {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  div.about div.partners ul:first-child {
    margin-bottom: 0;
  }
  div.about div.partners ul li {
    font-size: 11px;
    line-height: 17px;
  }
  div.bottomContent .stat {
    width: 48.61878453038674%;
    margin-left: 2%;
    float: left;
  }
  div.bottomContent .stat:nth-child(3n+1) {
    margin-left: 2%;
    clear: none;
  }
  div.bottomContent .stat:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  div.bottomContent div.thumbs .t {
    height: 80px;
    float: left;
    width: 31.914893617021278%;
    margin-left: 2.127659574468085%;
    margin-bottom: 2.127659574468085%;
  }
  div.bottomContent div.thumbs .t:nth-of-type(4n+1) {
    margin-left: 2.127659574468085%;
    clear: none;
  }
  div.bottomContent div.thumbs .t:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }
  div.bottomContent .awards .span6 {
    width: 100%;
    margin-left: 0;
  }
}
/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
  body {
    font-size: .7em;
  }
  .pullquote br {
    display: none;
  }
  .container {
    width: 600px !important;
  }
  div.about p {
    font-size: 13px;
    line-height: 19px;
  }
  div.about .contact span,
  div.about .partners span {
    font-size: 20px;
  }
  div.about .contact p,
  div.about .partners p {
    font-size: 12px;
  }
  div.about div.partners ul {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  div.about div.partners ul:first-child {
    margin-bottom: 0;
  }
  div.about div.partners ul li {
    font-size: 11px;
    line-height: 17px;
  }
  div.about .credits li {
    font-size: 11px;
  }
  div.bottomContent .stat {
    width: 48.61878453038674%;
    margin-left: 2%;
    float: left;
  }
  div.bottomContent .stat:nth-child(3n+1) {
    margin-left: 2%;
    clear: none;
  }
  div.bottomContent .stat:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  div.bottomContent ul {
    font-size: 1.1em;
  }
  div.bottomContent div.thumbs .t {
    height: 80px;
    float: left;
    width: 31.914893617021278%;
    margin-left: 2.127659574468085%;
    margin-bottom: 2.127659574468085%;
  }
  div.bottomContent div.thumbs .t:nth-of-type(4n+1) {
    margin-left: 2.127659574468085%;
    clear: none;
  }
  div.bottomContent div.thumbs .t:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }
  div.bottomContent .awards .span6 {
    width: 100%;
    margin-left: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    font-size: .6em;
  }
  .pullquote br {
    display: none;
  }
  .container {
    width: 400px !important;
  }
  div.bottomContent .stat {
    width: 48.61878453038674%;
    margin-left: 2%;
    float: left;
  }
  div.bottomContent .stat:nth-child(3n+1) {
    margin-left: 2%;
    clear: none;
  }
  div.bottomContent .stat:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  div.bottomContent ul {
    font-size: 1.1em;
  }
  div.bottomContent div.thumbs .t {
    height: 80px;
    float: left;
    width: 31.914893617021278%;
    margin-left: 2.127659574468085%;
    margin-bottom: 2.127659574468085%;
  }
  div.bottomContent div.thumbs .t:nth-of-type(4n+1) {
    margin-left: 2.127659574468085%;
    clear: none;
  }
  div.bottomContent div.thumbs .t:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }
  div.bottomContent .awards .span6 {
    width: 100%;
    margin-left: 0;
  }
  div.bottomContent .span6,
  div.bottomContent .span5 {
    width: 100%;
    margin-left: 0;
  }
  div.about p {
    font-size: 13px;
    line-height: 19px;
  }
  div.about .contact span,
  div.about .partners span {
    font-size: 20px;
  }
  div.about .contact p,
  div.about .partners p {
    font-size: 12px;
  }
  div.about div.partners ul {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  div.about div.partners ul:first-child {
    margin-bottom: 0;
  }
  div.about div.partners ul li {
    font-size: 11px;
    line-height: 17px;
  }
  div.about .credits li {
    font-size: 11px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .pullquote br {
    display: none;
  }
  .nav-left .pad,
  .nav-right .pad {
    display: none;
  }
  .bottomNav .span4 {
    float: left;
  }
  .pullquote {
    width: 80%;
    margin-left: 20px;
  }
  header div.span6 {
    width: 48.93617021276595% !important;
    float: left !important;
  }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
