body {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
h1,
h2,
h3 {
  font-weight: normal;
}
#container {
  position: fixed;
  min-width: 800px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#container.scaleDown {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}
#scrollBar {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
  position: fixed;
  top: 55px;
  height: 100%;
  width: 12px;
  right: 0px;
  z-index: 15000;
}
#scrollBar.showMe {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#scrollBar .bg {
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#scrollBar .handle {
  cursor: pointer;
  width: 20px;
  height: 60px;
  background-color: #06284e;
  position: absolute;
  top: 0px;
  left: 0px;
}
#recordOverlay {
  display: none;
}
#recordOverlay.onStage #overlayContent {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#recordOverlay.onStage #cover {
  opacity: 0.6;
}
#recordOverlay.onStage #btnCloseRecord {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#recordOverlay #overlayContent {
  position: fixed;
  width: 454px;
  height: 450px;
  top: 176px;
  margin-left: -234px;
  left: 50%;
  z-index: 20000;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#recordOverlay #overlayContent.active .landingLogo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
}
#recordOverlay #overlayContent.active .landingCopy {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
}
#recordOverlay #overlayContent.active .landingSponsors {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
}
#recordOverlay #overlayContent.active .landingButtons {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
}
#recordOverlay #overlayContent .landingLogo {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 369px;
  height: 50px;
  background-image: url('http://media.itsourtime.com/img/d/landing_logo_new.png');
  background-position: center center;
  background-repeat: no-repeat;
  top: 75px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  z-index: 2000;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #recordOverlay #overlayContent .landingLogo {
    background-image: url("http://media.itsourtime.com/img/d/landing_logo_new@2x.png");
    background-size: 369px 50px;
  }
}
#recordOverlay #overlayContent .landingCopy {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 360px;
  height: 150px;
  top: 145px;
  font-family: Omnes_ATTMedium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #666;
  text-align: center;
  left: 50%;
  margin-left: -180px;
  font-size: 16px;
  position: absolute;
  line-height: 19px;
}
#recordOverlay #overlayContent .landingSponsors {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 142px;
  height: 100px;
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -69px;
  position: relative;
  background-image: url('http://media.itsourtime.com/img/d/landing_logos.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #recordOverlay #overlayContent .landingSponsors {
    background-image: url("http://media.itsourtime.com/img/d/landing_logos@2x.png");
    background-size: 142px 100px;
  }
}
#recordOverlay #overlayContent .landingSponsors .link {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
}
#recordOverlay #overlayContent .landingSponsors .att {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  left: 0px;
}
#recordOverlay #overlayContent .landingSponsors .usa {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  right: 0px;
}
#recordOverlay #overlayContent .landingButtons {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 340px;
  height: 65px;
  position: absolute;
  top: 410px;
  left: 50%;
  margin-left: -170px;
  text-align: center;
}
#recordOverlay #overlayContent .landingButtons a {
  display: inline-block;
  width: 115px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
#recordOverlay #overlayContent .landingButtons a div {
  width: 115px;
  height: 35px;
  position: relative;
  display: inline-block;
}
#recordOverlay #overlayContent .landingButtons a .landingButton.ie .bg {
  background-color: transparent;
}
#recordOverlay #overlayContent .landingButtons a .landingButton.ie .bg .ieBlack {
  display: block;
}
#recordOverlay #overlayContent .landingButtons a .landingButton .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#recordOverlay #overlayContent .landingButtons a .landingButton .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
#recordOverlay #overlayContent .landingButtons a .landingButton .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
#recordOverlay #overlayContent .landingButtons a .landingButton:hover.ie .bg {
  background-color: transparent;
}
#recordOverlay #overlayContent .landingButtons a .landingButton:hover.ie .bg .ieRed {
  display: block;
}
#recordOverlay #overlayContent .landingButtons a .btniOS.ie .bg {
  background-color: transparent;
}
#recordOverlay #overlayContent .landingButtons a .btniOS.ie .bg .ieBlack {
  display: block;
}
#recordOverlay #overlayContent .landingButtons a .btniOS .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#recordOverlay #overlayContent .landingButtons a .btniOS .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
#recordOverlay #overlayContent .landingButtons a .btniOS .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
#recordOverlay #overlayContent .landingButtons a .btniOS:hover.ie .bg {
  background-color: transparent;
}
#recordOverlay #overlayContent .landingButtons a .btniOS:hover.ie .bg .ieRed {
  display: block;
}
#recordOverlay #overlayContent .landingButtons a .btniOS .bg {
  background: url('../img/d/app_store_black_new.png') center center no-repeat;
  background-color: #000;
}
#recordOverlay #overlayContent .landingButtons a .btniOS .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('../img/d/app_store_back_text.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #recordOverlay #overlayContent .landingButtons a .btniOS .copy {
    background-image: url("../img/d/app_store_back_text@2x.png");
    background-size: 90px 25px;
  }
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid {
  float: right;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid.ie .bg {
  background-color: transparent;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid.ie .bg .ieBlack {
  display: block;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid:hover.ie .bg {
  background-color: transparent;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid:hover.ie .bg .ieRed {
  display: block;
}
#recordOverlay #overlayContent .landingButtons a .btnAndroid .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('http://media.itsourtime.com/img/d/google_copy.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #recordOverlay #overlayContent .landingButtons a .btnAndroid .copy {
    background-image: url("http://media.itsourtime.com/img/d/google_copy@2x.png");
    background-size: 90px 25px;
  }
}
#recordOverlay #overlayContent .landingLogo {
  top: 35px;
}
#recordOverlay #overlayContent .landingCopy {
  top: 110px;
}
#recordOverlay #overlayContent .landingSponsors {
  top: 245px;
}
#recordOverlay #overlayContent .landingButtons {
  top: 370px;
}
#recordOverlay #cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background: url('http://media.itsourtime.com/img/d/overlay_fill.png');
  opacity: 0;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  z-index: 15000;
}
canvas {
  position: fixed;
  top: 80px;
  left: 0;
  width: 1280px;
  height: 720px;
}
/*************************************/
/* ------------ COLOURS ------------ */
/*************************************/
/*************************************/
/* ------------ FONTS -------------- */
/*************************************/
@font-face {
  font-family: 'Omnes_ATTMedium';
  src: url('http://media.itsourtime.com/fonts/omnesatt-medium.eot');
  src: url('http://media.itsourtime.com/fonts/omnesatt-medium.eot?#iefix') format('embedded-opentype'), url('http://media.itsourtime.com/fonts/omnesatt-medium.woff') format('woff'), url('http://media.itsourtime.com/fonts/omnesatt-medium.ttf') format('truetype'), url('http://media.itsourtime.com/fonts/omnesatt-medium.svg#Omnes_ATTMedium') format('svg');
}
@font-face {
  font-family: 'Omnes_ATTLight';
  src: url('http://media.itsourtime.com/fonts/omnesatt-light.eot');
  src: url('http://media.itsourtime.com/fonts/omnesatt-light.eot?#iefix') format('embedded-opentype'), url('http://media.itsourtime.com/fonts/omnesatt-light.woff') format('woff'), url('http://media.itsourtime.com/fonts/omnesatt-light.ttf') format('truetype'), url('http://media.itsourtime.com/fonts/omnesatt-light.svg#Omnes_ATTLight') format('svg');
}
@font-face {
  font-family: 'Omnes_ATTRegularItalic';
  src: url('http://media.itsourtime.com/fonts/omnesatt-regularitalic.eot');
  src: url('http://media.itsourtime.com/fonts/omnesatt-regularitalic.eot?#iefix') format('embedded-opentype'), url('http://media.itsourtime.com/fonts/omnesatt-regularitalic.woff') format('woff'), url('http://media.itsourtime.com/fonts/omnesatt-regularitalic.ttf') format('truetype'), url('http://media.itsourtime.com/fonts/omnesatt-regularitalic.svg#Omnes_ATTRegularItalic') format('svg');
}
@font-face {
  font-family: 'Omnes_ATTRegular';
  src: url('http://media.itsourtime.com/fonts/omnesatt-regular.eot');
  src: url('http://media.itsourtime.com/fonts/omnesatt-regular.eot?#iefix') format('embedded-opentype'), url('http://media.itsourtime.com/fonts/omnesatt-regular.woff') format('woff'), url('http://media.itsourtime.com/fonts/omnesatt-regular.ttf') format('truetype'), url('http://media.itsourtime.com/fonts/omnesatt-regular.svg#Omnes_ATTRegular') format('svg');
}
@font-face {
  font-family: 'Omnes_ATTMediumItalic';
  src: url('http://media.itsourtime.com/fonts/omnesatt-mediumitalic.eot');
  src: url('http://media.itsourtime.com/fonts/omnesatt-mediumitalic.eot?#iefix') format('embedded-opentype'), url('http://media.itsourtime.com/fonts/omnesatt-mediumitalic.woff') format('woff'), url('http://media.itsourtime.com/fonts/omnesatt-mediumitalic.ttf') format('truetype'), url('http://media.itsourtime.com/fonts/omnesatt-mediumitalic.svg#Omnes_ATTMediumItalic') format('svg');
}
@font-face {
  font-family: 'Omnes_ATTLightItalic';
  src: url('http://media.itsourtime.com/fonts/omnesatt-lightitalic.eot');
  src: url('http://media.itsourtime.com/fonts/omnesatt-lightitalic.eot?#iefix') format('embedded-opentype'), url('http://media.itsourtime.com/fonts/omnesatt-lightitalic.woff') format('woff'), url('http://media.itsourtime.com/fonts/omnesatt-lightitalic.ttf') format('truetype'), url('http://media.itsourtime.com/fonts/omnesatt-lightitalic.svg#Omnes_ATTLightItalic') format('svg');
}
.ScoutCond-Regular {
  font-family: "Scout Cond", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.Scout-Black {
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.Scout-BlackItalic {
  font-family: ScoutBlackItalic, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.Scout-Bold {
  font-style: normal;
  font-weight: bold;
  font-family: Scout, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.Scout-BoldItalic {
  font-family: ScoutBoldItalic, Arial, sans-serif;
}
.OmnesATT-Light {
  font-family: Omnes_ATTLight Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.OmnesATT-LightItalic {
  font-family: Omnes_ATTLightItalic, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.OmnesATT-Medium {
  font-family: Omnes_ATTMedium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.OmnesATT-MediumItalic {
  font-family: Omnes_ATTMediumItalic, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.OmnesATT-Regular {
  font-family: Omnes_ATTRegular Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.OmnesATT-RegularItalic {
  font-family: "Omnes_ATTRegularItalic", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*************************************/
/* ------------ MIX IN'S ----------- */
/*************************************/
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.smartFill {
  width: 100%;
  max-height: 100%;
}
.ccnr {
  background-position: center center;
  background-repeat: no-repeat;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.triggerGPU {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.fadeDown {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.fadeIn {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.scaleDownFade {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.scaleUpFade {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.scaleDown {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.scaleUp {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/***************************************************************************************************************/
/* ----------- STYLES ------------*/
/***************************************************************************************************************/
#vignette {
  -moz-box-shadow: inset 0 0 300px #666;
  -webkit-box-shadow: inset 0 0 300px #666;
  box-shadow: inset 0 0 300px #666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
}
/*************************************/
/* ------------ HEADER ------------- */
/*************************************/
#headerMain {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  display: block;
  position: absolute;
  width: 100%;
  min-width: 800px;
  height: 55px;
  left: 0px;
  top: 0px;
  z-index: 11000;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 10 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  line-height: 60px;
}
#headerMain.showMe {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#headerMain .divider {
  width: 2px;
  height: 30px;
  border-left: 2px solid #dddede;
  display: inline-block;
  float: right;
  margin-top: 14px;
  margin-right: 18px;
}
#headerMain .button {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  cursor: pointer;
  height: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 2px;
  text-transform: uppercase;
  margin-top: -10px;
}
#headerMain .button .copy {
  display: block;
  height: 8px;
  color: #06284e;
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  margin: 1px 0 0 0;
}
#headerMain .button:hover .bar {
  margin: 5px 0 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#headerMain .button.active .bar {
  margin: 5px 0 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#headerMain .button .bar {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  height: 2px;
  width: 100%;
  background: #b30f3a;
  margin: 10px 0 0 0;
}
#headerMain #headerHash {
  display: inline-block;
  background-image: url('http://media.itsourtime.com/img/d/itsourtimelogo.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 49px;
  width: 155px;
  margin-right: 15px;
  margin-left: 17px;
  margin-top: 1px;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain #headerHash {
    background-image: url("http://media.itsourtime.com/img/d/itsourtimelogo@2x.png");
    background-size: 155px 21px;
  }
}
#headerMain #btnRecord {
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 203px;
  height: 44px;
  background-image: url('http://media.itsourtime.com/img/d/header_record_logo_new.png');
  background-position: center right;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 47px;
  position: relative;
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain #btnRecord {
    background-image: url("http://media.itsourtime.com/img/d/header_record_logo_new@2x.png");
    background-size: 55px 44px;
  }
}
#headerMain #btnRecord .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 15px;
  color: #b30f3a;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#headerMain #btnRecord.ie #recordBar {
  display: none;
}
#headerMain #btnRecord #recordBar {
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  width: 140px;
  height: 2px;
  opacity: 0;
  position: absolute;
  bottom: 6px;
}
#headerMain #btnRecord #recordBar .grey {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #e3e3e3;
}
#headerMain #btnRecord #recordBar .red {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #b30f3a;
}
#headerMain #btnRecord:hover.ie {
  display: block;
}
#headerMain #btnRecord:hover.ie #recordBar {
  display: block;
}
#headerMain #btnRecord:hover #recordBar {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
#headerMain .headerShare {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: 14px;
  margin-top: -2px;
  line-height: 75px;
}
#headerMain .headerShare .headerShare {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
#headerMain .headerShare .headerShare.ie .red {
  display: none;
}
#headerMain .headerShare .headerShare .blue {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare .headerShare .red {
  opacity: 0;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare .headerShare:hover.ie .red {
  display: block;
}
#headerMain .headerShare .headerShare:hover .blue {
  opacity: 0;
}
#headerMain .headerShare .headerShare:hover .red {
  opacity: 1;
}
#headerMain .headerShare #fbIcon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
}
#headerMain .headerShare #fbIcon.ie .red {
  display: none;
}
#headerMain .headerShare #fbIcon .blue {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare #fbIcon .red {
  opacity: 0;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare #fbIcon:hover.ie .red {
  display: block;
}
#headerMain .headerShare #fbIcon:hover .blue {
  opacity: 0;
}
#headerMain .headerShare #fbIcon:hover .red {
  opacity: 1;
}
#headerMain .headerShare #fbIcon .blue {
  background-image: url('http://media.itsourtime.com/img/d/fb_icon.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain .headerShare #fbIcon .blue {
    background-image: url("http://media.itsourtime.com/img/d/fb_icon@2x.png");
    background-size: 6px 13px;
  }
}
#headerMain .headerShare #fbIcon .red {
  background-image: url('http://media.itsourtime.com/img/d/fb_icon_red.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain .headerShare #fbIcon .red {
    background-image: url("http://media.itsourtime.com/img/d/fb_icon_red@2x.png");
    background-size: 6px 13px;
  }
}
#headerMain .headerShare #twIcon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  margin-right: 2px;
}
#headerMain .headerShare #twIcon.ie .red {
  display: none;
}
#headerMain .headerShare #twIcon .blue {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare #twIcon .red {
  opacity: 0;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare #twIcon:hover.ie .red {
  display: block;
}
#headerMain .headerShare #twIcon:hover .blue {
  opacity: 0;
}
#headerMain .headerShare #twIcon:hover .red {
  opacity: 1;
}
#headerMain .headerShare #twIcon .blue {
  background-image: url('http://media.itsourtime.com/img/d/tw_icon.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain .headerShare #twIcon .blue {
    background-image: url("http://media.itsourtime.com/img/d/tw_icon@2x.png");
    background-size: 14px 12px;
  }
}
#headerMain .headerShare #twIcon .red {
  background-image: url('http://media.itsourtime.com/img/d/tw_icon_red.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain .headerShare #twIcon .red {
    background-image: url("http://media.itsourtime.com/img/d/tw_icon_red@2x.png");
    background-size: 14px 12px;
  }
}
#headerMain .headerShare #emailIcon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
}
#headerMain .headerShare #emailIcon.ie .red {
  display: none;
}
#headerMain .headerShare #emailIcon .blue {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare #emailIcon .red {
  opacity: 0;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#headerMain .headerShare #emailIcon:hover.ie .red {
  display: block;
}
#headerMain .headerShare #emailIcon:hover .blue {
  opacity: 0;
}
#headerMain .headerShare #emailIcon:hover .red {
  opacity: 1;
}
#headerMain .headerShare #emailIcon .blue {
  background-image: url('http://media.itsourtime.com/img/d/email_icon.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain .headerShare #emailIcon .blue {
    background-image: url("http://media.itsourtime.com/img/d/email_icon@2x.png");
    background-size: 12px 9px;
  }
}
#headerMain .headerShare #emailIcon .red {
  background-image: url('http://media.itsourtime.com/img/d/email_icon_red.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #headerMain .headerShare #emailIcon .red {
    background-image: url("http://media.itsourtime.com/img/d/email_icon_red@2x.png");
    background-size: 12px 9px;
  }
}
#headerMain .headerShare #emailIcon a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
@-webkit-keyframes leftArrow {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes leftArrow {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(3px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes leftArrow {
  0% {
    -o-transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(3px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  to {
    -o-transform: rotate(360deg);
  }
}
.custom-fullscreen-control {
  width: 3.8em !important;
  cursor: pointer !important;
  float: right !important;
}
.custom-fullscreen-control:before {
  content: "\e000";
}
.custom-fullscreen-control.shrink:before {
  content: "\e00b";
}
#btnScrollToExplore {
  display: none;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 20000;
  position: fixed;
  bottom: 50px;
  width: 56px;
  height: 56px;
  left: 50%;
  margin-left: -26px;
  cursor: pointer;
}
#btnScrollToExplore.showMe {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#btnScrollToExplore .bg {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  behavior: url(../js/vendor/PIE.htc);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#btnScrollToExplore .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('http://media.itsourtime.com/img/d/scroll_arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #btnScrollToExplore .arrow {
    background-image: url("http://media.itsourtime.com/img/d/scroll_arrow@2x.png");
    background-size: 22px 12px;
  }
}
#btnScrollToExplore:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#btnScrollToExplore:hover .arrow {
  -webkit-animation: 'leftArrow' 400ms 1 ease-out;
  -moz-animation: 'leftArrow' 400ms 1 ease-out;
  -o-animation: 'leftArrow' 400ms 1 ease-out;
}
#footerMain {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  position: absolute;
  z-index: 11000;
  left: 0px;
  bottom: 0px;
  width: 100%;
  min-width: 800px;
  height: 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}
#footerMain #sound {
  display: inline-block;
  width: 35px;
  height: 30px;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
#footerMain #sound .soundOn {
  cursor: pointer;
  background-image: url('http://media.itsourtime.com/img/d/icon_sound_on.png');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #footerMain #sound .soundOn {
    background-image: url("http://media.itsourtime.com/img/d/icon_sound_on@2x.png");
    background-size: 17px 11px;
  }
}
#footerMain #sound .soundOff {
  cursor: pointer;
  background-image: url('http://media.itsourtime.com/img/d/icon_sound_off.png');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #footerMain #sound .soundOff {
    background-image: url("http://media.itsourtime.com/img/d/icon_sound_off@2x.png");
    background-size: 17px 11px;
  }
}
#footerMain #leftFooter {
  vertical-align: middle;
  font-family: Omnes_ATTMedium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: #989797;
  font-size: 10px;
  padding-top: 10px;
}
#footerMain #leftFooter p {
  display: inline-block;
  margin: 0px;
  margin-right: 2px;
}
#footerMain #leftFooter a {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  color: #989797;
  font-size: 10px;
  text-decoration: none;
}
#footerMain #leftFooter a:hover {
  color: #000000;
}
#footerMain #middleFooter {
  opacity: 0;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  width: 180px;
  position: absolute;
  left: 50%;
  text-align: center;
  margin-left: -90px;
  display: inline-block;
  color: #224165;
  font-style: normal;
  font-weight: bold;
  font-family: Scout, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  height: 27px;
  margin-top: 7px;
}
#footerMain #rightFooter {
  display: inline;
  float: right;
  margin-top: -90px;
  background-color: white;
  width: 186px;
  height: 100px;
  text-align: center;
}
#footerMain #rightFooter a {
  display: inline-block;
  width: 69px;
  height: 65px;
  border: none !important;
  vertical-align: top;
  margin-top: 22px;
  position: relative;
}
#footerMain #rightFooter #logoAtt {
  position: absolute;
  background-image: url('http://media.itsourtime.com/img/d/footer_att.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-right: 2px solid #b2b2b2;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #footerMain #rightFooter #logoAtt {
    background-image: url("http://media.itsourtime.com/img/d/footer_att@2x.png");
    background-size: 40px 61px;
  }
}
#footerMain #rightFooter #logoUSAOlympic {
  position: absolute;
  background-image: url('http://media.itsourtime.com/img/d/footer_olympics.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #footerMain #rightFooter #logoUSAOlympic {
    background-image: url("http://media.itsourtime.com/img/d/footer_olympics@2x.png");
    background-size: 50px 55px;
  }
}
#footerMain #rightFooter #partners {
  width: 83px;
  height: 10px;
  background-image: url('http://media.itsourtime.com/img/d/proud_partner.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #footerMain #rightFooter #partners {
    background-image: url("http://media.itsourtime.com/img/d/proud_partner@2x.png");
    background-size: 83px 10px;
  }
}
/*************************************/
/* ------------ STORIES ------------- */
/*************************************/
.fadeBack {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#loader {
  position: fixed;
  top: 50%
	left:50%;
  margin-left: -70px;
  margin-top: -70px;
  width: 140px;
  height: 140px;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#loader #ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url('http://media.itsourtime.com/img/d/ring_preload.png') center center no-repeat;
  -webkit-animation: 'spinner' 1s infinite linear;
  -moz-animation: 'spinner' 1s infinite linear;
  -o-animation: 'spinner' 1s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#loader #letters {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  height: 30px;
  top: 50px;
  text-align: center;
}
#loader #letters .letter {
  width: 12px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Scout Cond", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #364767;
  opacity: 0.6;
  font-size: 36px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#loader #letters #u {
  -webkit-animation: 'letter-u' 2s linear 0s infinite;
  -moz-animation: 'letter-u' 2s linear 0s infinite;
  -o-animation: 'letter-u' 2s linear 0s infinite;
}
#loader #letters #s {
  -webkit-animation: 'letter-s' 2s linear 0s infinite;
  -moz-animation: 'letter-s' 2s linear 0s infinite;
  -o-animation: 'letter-s' 2s linear 0s infinite;
}
#loader #letters #a {
  -webkit-animation: 'letter-a' 2s linear 0s infinite;
  -moz-animation: 'letter-a' 2s linear 0s infinite;
  -o-animation: 'letter-a' 2s linear 0s infinite;
}
#ringLoader {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -70px;
  margin-top: -70px;
  width: 140px;
  height: 140px;
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#ringLoader.oldIE .loaderHalf {
  display: none;
}
#ringLoader.oldIE #letters {
  display: none;
}
#ringLoader.oldIE #oldIE {
  display: block;
}
#ringLoader .loaderHalf {
  width: 70px;
  height: 140px;
  float: left;
  overflow: hidden;
}
#ringLoader .loaderHalf img {
  transition: transform 50ms linear;
  -moz-transition: -moz-transform 50ms linear;
  -webkit-transition: -webkit-transform 50ms linear;
  -o-transition: -o-transform 50ms linear;
}
#ringLoader .loaderRight img {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ringLoader .loaderLeft img {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ringLoader #oldIE {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url('http://media.itsourtime.com/img/d/loader_ie.gif');
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
#ringLoader #letters {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  height: 30px;
  top: 50px;
  text-align: center;
}
#ringLoader #letters .letter {
  width: 12px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Scout Cond", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #364767;
  opacity: 0.6;
  font-size: 36px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#ringLoader #letters #u {
  -webkit-animation: 'letter-u' 2s linear 0s infinite;
  -moz-animation: 'letter-u' 2s linear 0s infinite;
  -o-animation: 'letter-u' 2s linear 0s infinite;
}
#ringLoader #letters #s {
  -webkit-animation: 'letter-s' 2s linear 0s infinite;
  -moz-animation: 'letter-s' 2s linear 0s infinite;
  -o-animation: 'letter-s' 2s linear 0s infinite;
}
#ringLoader #letters #a {
  -webkit-animation: 'letter-a' 2s linear 0s infinite;
  -moz-animation: 'letter-a' 2s linear 0s infinite;
  -o-animation: 'letter-a' 2s linear 0s infinite;
}
@-webkit-keyframes letter-u {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  10% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
}
@-moz-keyframes letter-u {
  0% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  10% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  20% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
}
@-o-keyframes letter-u {
  0% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  10% {
    -o-transform: scale(1.2);
    opacity: 1;
  }
  20% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
}
@-moz-keyframes letter-s {
  0% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  30% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  40% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  30% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
}
@-webkit-keyframes letter-s {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  30% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  30% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
}
@-o-keyframes letter-s {
  0% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  30% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  40% {
    -o-transform: scale(1.2);
    opacity: 1;
  }
  50% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  30% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
}
@-o-keyframes letter-a {
  0% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  60% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  70% {
    -o-transform: scale(1.2);
    opacity: 1;
  }
  80% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -o-transform: scale(1);
    opacity: 0.6;
  }
}
@-webkit-keyframes letter-a {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  60% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  70% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
}
@-moz-keyframes letter-a {
  0% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  60% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  70% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.6;
  }
}
.menuItem {
  margin-top: 25px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.menuItem:first-of-type {
  margin-top: 0px;
}
.menuItem.activeMenuItem .copy {
  color: #b30f3a;
}
.menuItem.activeMenuItem .star .red {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menuItem:hover {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.menuItem:hover .copy {
  color: #b30f3a;
}
.menuItem:hover .star .red {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menuItem .copy {
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  display: inline-block;
  color: #06284e;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  margin-left: 20px;
}
.menuItem .sport {
  font-family: "Omnes_ATTRegularItalic", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: none;
  position: absolute;
  left: 20px;
  bottom: -15px;
  color: #06284e;
}
.menuItem .star {
  vertical-align: middle;
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 6px;
  width: 8px;
  height: 8px;
}
.menuItem .star .red {
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('http://media.itsourtime.com/img/d/icon_star_red.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .menuItem .star .red {
    background-image: url("http://media.itsourtime.com/img/d/icon_star_red@2x.png");
    background-size: 8px 8px;
  }
}
.menuItem .star .blue {
  background-image: url('http://media.itsourtime.com/img/d/icon_star.png');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .menuItem .star .blue {
    background-image: url("http://media.itsourtime.com/img/d/icon_star@2x.png");
    background-size: 8px 8px;
  }
}
#fullscreenHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 15000;
  display: none;
  pointer-events: none;
}
#athletes .scrollContent {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  height: auto;
  overflow: visible;
}
#athletes .scrollContentRight {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  height: auto;
  overflow: visible;
}
#athletes.showContent #backgrounds {
  opacity: 1;
}
#athletes #backgrounds {
  opacity: 0;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#athletes #backgrounds .bgImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#athletes #athleteImages {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#athletes #athleteMenu {
  z-index: 5000;
  width: 170px;
  height: 280px;
  top: 50%;
  margin-top: -180px;
  position: fixed;
  display: none;
  left: 0px;
  z-index: 10000;
}
#athletes #athleteMenu .menuItem {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
#athletes #athleteMenu .menuItem.btnMenu0 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
#athletes #athleteMenu .menuItem.btnMenu1 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 30ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 30ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 30ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 30ms;
}
#athletes #athleteMenu .menuItem.btnMenu2 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms;
}
#athletes #athleteMenu .menuItem.btnMenu3 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 90ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 90ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 90ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 90ms;
}
#athletes #athleteMenu .menuItem.btnMenu4 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 120ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 120ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 120ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 120ms;
}
#athletes #athleteMenu .menuItem.btnMenu5 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 150ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 150ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 150ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 150ms;
}
#athletes #athleteMenu .menuItem.btnMenu6 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 180ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 180ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 180ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 180ms;
}
#athletes #athleteMenu .menuItem.btnMenu7 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 210ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 210ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 210ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 210ms;
}
#athletes #athleteMenu.active .menuItem {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#metronome {
  display: none;
}
/*************************************/
/* ------------ GRID ------------- */
/*************************************/
#masterClip {
  display: none;
}
.view {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-backface-visibility: hidden;
  -moz-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  display: none;
}
#gridParallax {
  height: 100%;
  overflow: visible;
}
#gridParallax .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
#gridParallax .scrollContent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  height: auto;
  overflow: visible;
}
canvas {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 800px;
}
#videoOverlay #overlayPlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
}
#videoOverlay #overlayPlayer video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#chantOverlay #chantOverlayPlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#chantOverlay #chantOverlayPlayer video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#chantOverlay .chantLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url('http://media.itsourtime.com/img/d/chant_loader.gif') center center no-repeat;
  margin-left: -16px;
  margin-top: -16px;
}
#imageOverlay #photoHolder {
  position: absolute;
}
#imageOverlay #photoHolder img {
  position: absolute;
}
#textOverlay #textContainer {
  position: absolute;
  width: 450px;
  height: 450px;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -225px;
  background-color: rgba(6, 40, 78, 0.2);
  text-align: center;
  display: table;
}
#textOverlay #textContainer .content {
  display: table-cell;
  vertical-align: middle;
}
#textOverlay #textContainer #quote {
  color: #06284e;
  font-family: Omnes_ATTLightItalic, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 80%;
  margin-left: 10%;
  font-size: 24px;
}
#textOverlay #textContainer #name {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 80%;
  margin-left: 10%;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 20px;
}
.overlay {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-backface-visibility: hidden;
  -moz-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 25000;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  opacity: 0;
  position: fixed;
}
.overlay.onStage {
  opacity: 1;
}
.overlay .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url('http://media.itsourtime.com/img/d/overlay_fill.png');
  opacity: 1;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.overlay .btnCloseOverlay {
  position: absolute;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  overflow: visible;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  top: 80px;
}
.overlay .btnCloseOverlay .bg {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #cbd2db;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.overlay .btnCloseOverlay .icon {
  transition: all 240ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 240ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 240ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 240ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('http://media.itsourtime.com/img/d/icon_overlay_close.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .overlay .btnCloseOverlay .icon {
    background-image: url("http://media.itsourtime.com/img/d/icon_overlay_close@2x.png");
    background-size: 16px 16px;
  }
}
.overlay .btnCloseOverlay:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.overlay .btnCloseOverlay:hover .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.landingMixIn.active .landingLogo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
}
.landingMixIn.active .landingCopy {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
}
.landingMixIn.active .landingSponsors {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
}
.landingMixIn.active .landingButtons {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
}
.landingMixIn .landingLogo {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 369px;
  height: 50px;
  background-image: url('http://media.itsourtime.com/img/d/landing_logo_new.png');
  background-position: center center;
  background-repeat: no-repeat;
  top: 75px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  z-index: 2000;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .landingMixIn .landingLogo {
    background-image: url("http://media.itsourtime.com/img/d/landing_logo_new@2x.png");
    background-size: 369px 50px;
  }
}
.landingMixIn .landingCopy {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 360px;
  height: 150px;
  top: 145px;
  font-family: Omnes_ATTMedium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #666;
  text-align: center;
  left: 50%;
  margin-left: -180px;
  font-size: 16px;
  position: absolute;
  line-height: 19px;
}
.landingMixIn .landingSponsors {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 142px;
  height: 100px;
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -69px;
  position: relative;
  background-image: url('http://media.itsourtime.com/img/d/landing_logos.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .landingMixIn .landingSponsors {
    background-image: url("http://media.itsourtime.com/img/d/landing_logos@2x.png");
    background-size: 142px 100px;
  }
}
.landingMixIn .landingSponsors .link {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
}
.landingMixIn .landingSponsors .att {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  left: 0px;
}
.landingMixIn .landingSponsors .usa {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  right: 0px;
}
.landingMixIn .landingButtons {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 340px;
  height: 65px;
  position: absolute;
  top: 410px;
  left: 50%;
  margin-left: -170px;
  text-align: center;
}
.landingMixIn .landingButtons a {
  display: inline-block;
  width: 115px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
.landingMixIn .landingButtons a div {
  width: 115px;
  height: 35px;
  position: relative;
  display: inline-block;
}
.landingMixIn .landingButtons a .landingButton.ie .bg {
  background-color: transparent;
}
.landingMixIn .landingButtons a .landingButton.ie .bg .ieBlack {
  display: block;
}
.landingMixIn .landingButtons a .landingButton .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.landingMixIn .landingButtons a .landingButton .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
.landingMixIn .landingButtons a .landingButton .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
.landingMixIn .landingButtons a .landingButton:hover.ie .bg {
  background-color: transparent;
}
.landingMixIn .landingButtons a .landingButton:hover.ie .bg .ieRed {
  display: block;
}
.landingMixIn .landingButtons a .btniOS.ie .bg {
  background-color: transparent;
}
.landingMixIn .landingButtons a .btniOS.ie .bg .ieBlack {
  display: block;
}
.landingMixIn .landingButtons a .btniOS .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.landingMixIn .landingButtons a .btniOS .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
.landingMixIn .landingButtons a .btniOS .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
.landingMixIn .landingButtons a .btniOS:hover.ie .bg {
  background-color: transparent;
}
.landingMixIn .landingButtons a .btniOS:hover.ie .bg .ieRed {
  display: block;
}
.landingMixIn .landingButtons a .btniOS .bg {
  background: url('../img/d/app_store_black_new.png') center center no-repeat;
  background-color: #000;
}
.landingMixIn .landingButtons a .btniOS .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('../img/d/app_store_back_text.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .landingMixIn .landingButtons a .btniOS .copy {
    background-image: url("../img/d/app_store_back_text@2x.png");
    background-size: 90px 25px;
  }
}
.landingMixIn .landingButtons a .btnAndroid {
  float: right;
}
.landingMixIn .landingButtons a .btnAndroid.ie .bg {
  background-color: transparent;
}
.landingMixIn .landingButtons a .btnAndroid.ie .bg .ieBlack {
  display: block;
}
.landingMixIn .landingButtons a .btnAndroid .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.landingMixIn .landingButtons a .btnAndroid .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
.landingMixIn .landingButtons a .btnAndroid .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
.landingMixIn .landingButtons a .btnAndroid:hover.ie .bg {
  background-color: transparent;
}
.landingMixIn .landingButtons a .btnAndroid:hover.ie .bg .ieRed {
  display: block;
}
.landingMixIn .landingButtons a .btnAndroid .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('http://media.itsourtime.com/img/d/google_copy.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .landingMixIn .landingButtons a .btnAndroid .copy {
    background-image: url("http://media.itsourtime.com/img/d/google_copy@2x.png");
    background-size: 90px 25px;
  }
}
.btnPlay {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
}
.btnPlay:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.btnPlay .bg {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../js/vendor/PIE.htc);
  border: 2px solid #ffffff;
}
.btnPlay .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: 22px 17px;
  background-image: url('http://media.itsourtime.com/img/d/icon_play.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .btnPlay .icon {
    background-image: url("http://media.itsourtime.com/img/d/icon_play@2x.png");
    background-size: 14px 17px;
  }
}
.item {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-backface-visibility: hidden;
  -moz-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
}
.item .ieOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
.item .centerContainer {
  display: table-cell;
  vertical-align: middle;
}
.item.removed canvas {
  display: none !important;
}
.item.removed video {
  display: none !important;
}
.item.removed img {
  display: none !important;
}
.item.clicked {
  opacity: 1 !important;
}
.item.clicked .imgOverlay {
  opacity: 0 !important;
}
.item.clicked .info {
  bottom: 0px;
}
.item:hover {
  z-index: 1000;
}
.item .flagImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  z-index: 100;
  display: block;
}
.item img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: none;
}
.item video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item.athlete {
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
  position: fixed !important;
  top: 0px !important;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0;
}
.item.athlete.active {
  opacity: 1;
}
.item.athlete img {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.item.filmPlayer {
  text-align: center;
}
.item.filmPlayer .video-js {
  width: 100% !important;
  height: 100% !important;
}
.item.filmPlayer .video-js video {
  position: absolute;
  display: block;
}
.item.filmPlayer .filmOverlay {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.item.filmPlayer .filmOverlay.hidden {
  display: none;
}
.item.filmPlayer .filmOverlay .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.item.filmPlayer .filmOverlay .background.justin {
  background: url('http://media.itsourtime.com/img/d/justin_poster.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.item.filmPlayer .filmOverlay .background.noelle {
  background: url('http://media.itsourtime.com/img/d/noelle_poster.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.item.filmPlayer .filmOverlay .overlayContent {
  height: 180px;
  top: 50%;
  width: 100%;
  margin-top: -75px;
  position: absolute;
}
.item.filmPlayer .filmOverlay .overlayContent h1 {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 37px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 0px;
}
.item.filmPlayer .filmOverlay .overlayContent .divider {
  width: 194px;
  height: 2px;
  margin-bottom: 10px;
  display: inline-block;
  background: url('http://media.itsourtime.com/img/d/divider.png') center center no-repeat;
}
.item.filmPlayer .filmOverlay .overlayContent h2 {
  color: #ffffff;
  opacity: 0.5;
  font-family: Omnes_ATTMedium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 20px;
}
.item.poster {
  border: none;
  text-decoration: none;
}
.item.poster:hover .backgroundBlue {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.item.poster .content {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.item.poster .content .quoteText {
  color: #ffffff;
  opacity: 1;
  font-family: "Omnes_ATTRegularItalic", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  width: 72%;
  text-align: center;
  margin: auto;
}
.item.poster .content .quoteName {
  color: #ffffff;
  opacity: 1;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.item.poster .content .handle {
  color: #ffffff;
  opacity: 1;
  font-family: Omnes_ATTLightItalic, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 9px;
  margin-top: 5px;
  text-align: center;
}
.item.poster .content a {
  text-decoration: none;
  border: none;
}
.item.poster .backgroundBlue {
  transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #06284e;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.item.landingFrame {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CDFFFFFF, endColorstr=#CDFFFFFF)";
  overflow: visible;
  cursor: auto;
}
.item.landingFrame.active .landingLogo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
}
.item.landingFrame.active .landingCopy {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
}
.item.landingFrame.active .landingSponsors {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms;
}
.item.landingFrame.active .landingButtons {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
}
.item.landingFrame .landingLogo {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 369px;
  height: 50px;
  background-image: url('http://media.itsourtime.com/img/d/landing_logo_new.png');
  background-position: center center;
  background-repeat: no-repeat;
  top: 75px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  z-index: 2000;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .item.landingFrame .landingLogo {
    background-image: url("http://media.itsourtime.com/img/d/landing_logo_new@2x.png");
    background-size: 369px 50px;
  }
}
.item.landingFrame .landingCopy {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 360px;
  height: 150px;
  top: 145px;
  font-family: Omnes_ATTMedium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #666;
  text-align: center;
  left: 50%;
  margin-left: -180px;
  font-size: 16px;
  position: absolute;
  line-height: 19px;
}
.item.landingFrame .landingSponsors {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 142px;
  height: 100px;
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -69px;
  position: relative;
  background-image: url('http://media.itsourtime.com/img/d/landing_logos.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .item.landingFrame .landingSponsors {
    background-image: url("http://media.itsourtime.com/img/d/landing_logos@2x.png");
    background-size: 142px 100px;
  }
}
.item.landingFrame .landingSponsors .link {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
}
.item.landingFrame .landingSponsors .att {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  left: 0px;
}
.item.landingFrame .landingSponsors .usa {
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  right: 0px;
}
.item.landingFrame .landingButtons {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 340px;
  height: 65px;
  position: absolute;
  top: 410px;
  left: 50%;
  margin-left: -170px;
  text-align: center;
}
.item.landingFrame .landingButtons a {
  display: inline-block;
  width: 115px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
.item.landingFrame .landingButtons a div {
  width: 115px;
  height: 35px;
  position: relative;
  display: inline-block;
}
.item.landingFrame .landingButtons a .landingButton.ie .bg {
  background-color: transparent;
}
.item.landingFrame .landingButtons a .landingButton.ie .bg .ieBlack {
  display: block;
}
.item.landingFrame .landingButtons a .landingButton .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.item.landingFrame .landingButtons a .landingButton .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
.item.landingFrame .landingButtons a .landingButton .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
.item.landingFrame .landingButtons a .landingButton:hover.ie .bg {
  background-color: transparent;
}
.item.landingFrame .landingButtons a .landingButton:hover.ie .bg .ieRed {
  display: block;
}
.item.landingFrame .landingButtons a .btniOS.ie .bg {
  background-color: transparent;
}
.item.landingFrame .landingButtons a .btniOS.ie .bg .ieBlack {
  display: block;
}
.item.landingFrame .landingButtons a .btniOS .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.item.landingFrame .landingButtons a .btniOS .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
.item.landingFrame .landingButtons a .btniOS .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
.item.landingFrame .landingButtons a .btniOS:hover.ie .bg {
  background-color: transparent;
}
.item.landingFrame .landingButtons a .btniOS:hover.ie .bg .ieRed {
  display: block;
}
.item.landingFrame .landingButtons a .btniOS .bg {
  background: url('../img/d/app_store_black_new.png') center center no-repeat;
  background-color: #000;
}
.item.landingFrame .landingButtons a .btniOS .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('../img/d/app_store_back_text.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .item.landingFrame .landingButtons a .btniOS .copy {
    background-image: url("../img/d/app_store_back_text@2x.png");
    background-size: 90px 25px;
  }
}
.item.landingFrame .landingButtons a .btnAndroid {
  float: right;
}
.item.landingFrame .landingButtons a .btnAndroid.ie .bg {
  background-color: transparent;
}
.item.landingFrame .landingButtons a .btnAndroid.ie .bg .ieBlack {
  display: block;
}
.item.landingFrame .landingButtons a .btnAndroid .bg {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.item.landingFrame .landingButtons a .btnAndroid .bg .ieBlack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_black.png') center center no-repeat;
}
.item.landingFrame .landingButtons a .btnAndroid .bg .ieRed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url('http://media.itsourtime.com/img/d/btn_rounded_red.png') center center no-repeat;
}
.item.landingFrame .landingButtons a .btnAndroid:hover.ie .bg {
  background-color: transparent;
}
.item.landingFrame .landingButtons a .btnAndroid:hover.ie .bg .ieRed {
  display: block;
}
.item.landingFrame .landingButtons a .btnAndroid .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('http://media.itsourtime.com/img/d/google_copy.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .item.landingFrame .landingButtons a .btnAndroid .copy {
    background-image: url("http://media.itsourtime.com/img/d/google_copy@2x.png");
    background-size: 90px 25px;
  }
}
.item.stat {
  background-color: #b11e3d;
  text-align: center;
}
.item.stat .centerContainer {
  display: table-cell;
  vertical-align: middle;
}
.item.stat:hover .circle {
  -moz-box-shadow: 0px 0px 0px 5px #fff;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
  box-shadow: 0 0 0px 5px #fff;
}
.item.stat:hover .circle.ie {
  border: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/d/ie_medals_circle_hover.png', sizingMethod='scale')";
}
.item.stat:hover p {
  margin-bottom: 10px;
}
.item.stat:hover .bottom {
  height: 10px;
}
.item.stat p {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  color: #ffffff;
  font-family: Omnes_ATTMedium, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  margin: 0 auto;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.item.stat .circle {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
.item.stat .circle.ie {
  botder: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/d/ie_medals_circle.png', sizingMethod='scale')";
}
.item.stat .circle .num {
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background: url('http://media.itsourtime.com/img/d/num_bg.png') center center no-repeat;
  display: inline-block;
  line-height: 43px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.item.stat .bottom {
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  position: absolute;
  height: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #000000;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.item.name .centerContainer {
  display: table-cell;
  vertical-align: bottom;
}
.item.name .name {
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 6px rgba(150, 150, 150, 0.5);
  -moz-text-shadow: 2px 2px 6px rgba(150, 150, 150, 0.5);
  -webkit-text-shadow: 2px 2px 6px rgba(150, 150, 150, 0.5);
  margin: 0px;
  text-transform: uppercase;
  font-family: "Scout Cond", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 54px;
  line-height: 40px;
  color: #ffffff;
  width: 100%;
}
.item.name .shadow {
  position: absolute;
  z-index: 1;
  margin: 0px;
  text-transform: uppercase;
  font-family: "Scout Cond", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 54px;
  line-height: 40px;
  color: #000;
  width: 100%;
  left: 0px;
  bottom: 0px;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=1, offY=1) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.Blur(pixelradius=3, enabled='true');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#000000,offX=1,offY=1)" "progid:DXImageTransform.Microsoft.Alpha(opacity=30)" "progid:DXImageTransform.Microsoft.Blur(pixelradius=3, enabled='true')";
}
.item.name.charlie .name {
  font-size: 37px;
  line-height: 29px;
}
.item.name.t-right .name {
  text-align: right;
}
.item.name.t-right .shadow {
  text-align: right;
}
.item.name.t-left .name {
  text-align: left;
}
.item.name.t-left .shadow {
  text-align: left;
}
.item.social .imgHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.item.social:hover .imgHolder {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.item.socialvid .imgHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 450ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.item.socialvid:hover .imgHolder {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.item.quote {
  background-color: rgba(6, 40, 78, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1106284e, endColorstr=#1106284e)";
  transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  text-align: center;
}
.item.quote:hover {
  background-color: rgba(6, 40, 78, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC06284e, endColorstr=#CC06284e)";
}
.item.quote:hover p {
  color: #ffffff;
}
.item.quote p {
  transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  color: #06284e;
  font-family: Omnes_ATTRegular Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 90%;
  margin-left: 5%;
  font-size: 9px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.item.quote h2 {
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-family: "Scout Black", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 90%;
  margin-left: 5%;
  margin-top: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.item.insta a {
  position: relative;
  border: none;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.item.insta a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.item.instavid img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.item.instavid .iconPlay {
  position: absolute;
  width: 51px;
  height: 51px;
  background-image: url('http://media.itsourtime.com/img/d/icon_play.png');
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .item.instavid .iconPlay {
    background-image: url("http://media.itsourtime.com/img/d/icon_play@2x.png");
    background-size: 51px 51px;
  }
}
.vjs-control-bar {
  z-index: 10;
}
.socialIcon {
  position: absolute;
  opacity: 0.85;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.socialIcon a {
  display: block;
  cursor: pointer;
}
.socialIcon:hover {
  opacity: 1;
}
.instaIcon {
  position: absolute;
  opacity: 0.85;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background: url('http://media.itsourtime.com/img/d/icon_instagram.png') center center no-repeat;
  border-radius: 3px;
}
.instaIcon a {
  display: block;
  cursor: pointer;
}
.instaIcon:hover {
  opacity: 1;
}
.instaIcon.ie {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.itsourtime.com/img/d/icon_instagram.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://media.itsourtime.com/img/d/icon_instagram.png', sizingMethod='scale')";
}
.instaIcon.large {
  bottom: 6px;
  left: 6px;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
.instaIcon.large a {
  width: 17px;
  height: 17px;
}
.instaIcon.medium {
  bottom: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
}
.instaIcon.medium a {
  width: 11px;
  height: 11px;
}
.instaIcon.small {
  bottom: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
}
.instaIcon.small a {
  width: 11px;
  height: 11px;
}
.twitterIcon {
  position: absolute;
  opacity: 0.85;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background: url('http://media.itsourtime.com/img/d/tw_white_icon.png') center center no-repeat;
}
.twitterIcon a {
  display: block;
  cursor: pointer;
}
.twitterIcon:hover {
  opacity: 1;
}
.twitterIcon.ie {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.itsourtime.com/img/d/tw_white_icon.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://media.itsourtime.com/img/d/tw_white_icon.png', sizingMethod='scale')";
}
.twitterIcon.large {
  bottom: 6px;
  left: 6px;
  width: 22px;
  height: 18px;
  background-size: 22px 18px;
}
.twitterIcon.large a {
  width: 22px;
  height: 18px;
}
.twitterIcon.medium {
  bottom: 3px;
  left: 3px;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
}
.twitterIcon.medium a {
  width: 12px;
  height: 10px;
}
.twitterIcon.small {
  bottom: 3px;
  left: 3px;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
}
.twitterIcon.small a {
  width: 12px;
  height: 10px;
}
.facebookIcon {
  position: absolute;
  opacity: 0.85;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background: url('http://media.itsourtime.com/img/d/fb_icon_large.png') center center no-repeat;
}
.facebookIcon a {
  display: block;
  cursor: pointer;
}
.facebookIcon:hover {
  opacity: 1;
}
.facebookIcon.ie {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.itsourtime.com/img/d/fb_icon_large.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://media.itsourtime.com/img/d/fb_icon_large.png', sizingMethod='scale')";
}
.facebookIcon.large {
  bottom: 6px;
  left: 6px;
  width: 8px;
  height: 17px;
  background-size: 8px 17px;
}
.facebookIcon.large a {
  width: 8px;
  height: 17px;
}
.facebookIcon.medium {
  bottom: 3px;
  left: 3px;
  width: 6px;
  height: 13px;
  background-size: 6px 13px;
}
.facebookIcon.medium a {
  width: 6px;
  height: 13px;
}
.facebookIcon.small {
  bottom: 3px;
  left: 3px;
  width: 6px;
  height: 13px;
  background-size: 6px 13px;
}
.facebookIcon.small a {
  width: 6px;
  height: 13px;
}
#scrollContentMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  height: auto;
  overflow: visible;
}
#scrollContentMain .viewContent {
  display: none;
  position: relative;
}
#films {
  height: 100%;
  overflow: visible;
}
#films #filmMenu .menuItem {
  margin-top: 10px;
}
#films .scrollContent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  height: auto;
  overflow: visible;
}
#films.showContent #filmMenu {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#films canvas {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 800px;
}
#films #filmMenu {
  z-index: 5000;
  width: 300px;
  height: 80px;
  top: 50%;
  margin-top: -60px;
  position: fixed;
  display: none;
  left: 0px;
  z-index: 10000;
}
#films #filmMenu .menuItem {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
#films #filmMenu .menuItem.btnMenu0 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
#films #filmMenu .menuItem.btnMenu1 {
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 50ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 50ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 50ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 50ms;
}
#films #filmMenu.active .menuItem {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
/***************************************************************************************************************/
/* ----------- MEDIA QUERIES ------------*/
/***************************************************************************************************************/
@media only screen and (min-width: 750px) {
  
}
@media only screen and (min-width: 800px) {
  
}
@media only screen and (min-width: 960px) {
  
}
@media only screen and (min-width: 850px) {
  #headerMain #headerHash {
    margin-left: 34px;
    margin-right: 30px;
  }
  #headerMain .button {
    margin-right: 34px;
  }
}
@media only screen and (min-width: 1000px) {
  
}
@media only screen and (min-width: 1200px) {
  #athletes #athleteMenu {
    width: 250px;
  }
  .menuItem .copy {
    font-size: 16px;
    margin-left: 55px;
    line-height: 15px;
  }
  .menuItem .sport {
    left: 55px;
  }
  .menuItem .star {
    left: 40px;
  }
  .item.quote p {
    width: 80%;
    margin-left: 10%;
    font-size: 15px;
  }
  .item.quote h2 {
    font-size: 13px;
    line-height: 13px;
    margin-left: 10%;
    width: 80%;
    margin-top: 10px;
  }
  .item.stat p {
    font-size: 13px;
    margin-top: 15px;
  }
  .item.stat .circle {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  .item.stat .circle .num {
    line-height: 60px;
    font-size: 20px;
  }
  .item.poster .content .quoteText {
    font-size: 24px;
  }
  .item.poster .content .quoteName {
    font-size: 18px;
  }
  .item.poster .content .handle {
    font-size: 12px;
  }
  .item.name .name {
    font-size: 70px;
    line-height: 60px;
  }
  .item.name .shadow {
    font-size: 70px;
    line-height: 60px;
  }
  .item.name.charlie .name {
    font-size: 57px;
    line-height: 43px;
  }
  .item.name.charlie .shadow {
    font-size: 57px;
    line-height: 43px;
  }
  .instaIcon.large {
    bottom: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .instaIcon.large a {
    width: 20px;
    height: 20px;
  }
  .instaIcon.medium {
    bottom: 6px;
    left: 6px;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
  .instaIcon.medium a {
    width: 17px;
    height: 17px;
  }
  .twitterIcon.large {
    bottom: 10px;
    left: 10px;
    width: 33px;
    height: 27px;
    background-size: 33px 27px;
  }
  .twitterIcon.large a {
    width: 33px;
    height: 27px;
  }
  .twitterIcon.medium {
    bottom: 6px;
    left: 6px;
    width: 22px;
    height: 18px;
    background-size: 22px 18px;
  }
  .twitterIcon.medium a {
    width: 22px;
    height: 18px;
  }
  .facebookIcon.large {
    bottom: 10px;
    left: 10px;
    width: 11px;
    height: 22px;
    background-size: 11px 23px;
  }
  .facebookIcon.large a {
    width: 11px;
    height: 22px;
  }
  .facebookIcon.medium {
    bottom: 6px;
    left: 6px;
    width: 8px;
    height: 17px;
    background-size: 8px 17px;
  }
  .facebookIcon.medium a {
    width: 8px;
    height: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  #athletes #athleteMenu {
    width: 300px;
  }
  .menuItem {
    margin-top: 35px;
  }
  .menuItem .copy {
    font-size: 20px;
    line-height: 20px;
    margin-left: 40px;
  }
  .menuItem .sport {
    left: 40px;
    font-size: 16px;
    bottom: -17px;
  }
  .menuItem .star {
    left: 25px;
  }
  .item.quote p {
    font-size: 20px;
  }
  .item.quote h2 {
    font-size: 21px;
    line-height: 21px;
    margin-top: 15px;
  }
  .item.stat p {
    font-size: 20px;
    margin-top: 20px;
  }
  .item.stat .circle {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
  }
  .item.stat .circle .num {
    line-height: 80px;
    font-size: 24px;
  }
  .item.poster .content .quoteText {
    font-size: 34px;
  }
  .item.poster .content .quoteName {
    font-size: 30px;
  }
  .item.poster .content .handle {
    font-size: 18px;
  }
  .item.name .name {
    font-size: 90px;
    line-height: 80px;
  }
  .item.name .shadow {
    font-size: 90px;
    line-height: 80px;
  }
  .item.name.charlie .name {
    font-size: 76px;
    line-height: 60px;
  }
  .item.name.charlie .shadow {
    font-size: 76px;
    line-height: 60px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  
}
