/* MICRO SITE CSS */
@font-face {
  font-family: 'Cicle_Semi';
  src: url('../fonts/Cicle_Semi-webfont.eot');
  src: url('../fonts/Cicle_Semi-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cicle_Semi-webfont.woff') format('woff'),
       url('../fonts/Cicle_Semi-webfont.ttf') format('truetype'),
       url('../fonts/Cicle_Semi-webfont.svg#sofia_pro_lightregular') format('svg');
  font-weight: bold;
  font-style: normal;

}

body {
  background-color: #000 !important;
  color: #fff !important;
}

h1, h2, h3, h4 {
  font-family: "Cicle_Semi"; 
  letter-spacing: 0px;
  color: #fff;
}

h2 {
  font-size: 1.8rem !important;
}

/* MENU DRAWER */
#menudrawer{
  position: absolute;
  width:600px;
  height:100%;
  top:0;
  left:0;
  background-color: rgba(0,0,0,.7);
  padding: 20px;
  z-index: 100;
}

#menudrawer div.menu.sub {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #202324;
	z-index: -1;
	width: 500px;
	border: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#menudrawer div.menu {
	height: 100%;
	position: absolute;
	border-right: 1px solid rgba(0,0,0,.35);
}

.video-nav {
	width: 100%;
	height: 90px;
	margin-top: 5px;
	padding:0;

  @media only screen and (min-width: 576px) {
    height: 50px;
  }
}

.video-nav  li {
	display: inline-block;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: uppercase;
}

.video-nav a {
	line-height: 2.2em;
	color: #34a2fa;
	-webkit-transition: color 0.1s ease-in;
	text-decoration: none;
}

.video-nav li.active, 
.video-nav a:hover {
  color: #acaaaa;
}

.video-nav h4 {
  font-size: 16px;
  margin: 6px 0;
}

.block {
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}

#microplayer .sp-video {
  margin-bottom: 0;
}

.sp-video {
  text-align: center;
  background-color: #000
}

#microsite .sp-video {
  top: 15px;
  position: relative;
}
  

#microplayer {
  background-color: #000;
	border-radius: 10px;
	border: 3px solid #3d3d3d;
  display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#microthumbs img {
  width: 100%;
  margin: 0px;
}

.microclip {
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align:center;
  display: inline-block;
}

.microclip a{display:inline;}

.microclip h4 {
  font-size: 7pt;
  line-height: 14pt;
  background-color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width:95%;
  margin-left: 5px;
}
  
.microclip img {border: 1px solid #ccc;}
.microhover a:hover h4{color:#ff582a !important;}

.closebutton {
  background-color: transparent;
  border: none;
	position:absolute;
	width:50px;
	top: 0;
  right: 0;
}

#player {
  height: 484px;
  width: 100%;
}

.player-logo {
  height: 484px;
  width: 100%;

  @media only screen and (min-width: 1200px) {
    height: 600px;
  }
}

iframe, .fallback {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 768px !important;
  }
}
  
/* SMALL */
@media only screen and (min-width: 425px) {
  #player {height: 380px;}
}

/* @media only screen and (orientation: portrait) and (max-width: 767px) {
  #microplayer {
    height: 60vh;
    width: 100vh;
    overflow-x: auto;
    position: absolute;
    top: 100%;
    right: 0;
    transform-origin: 100% 0vh 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #player {height: 50vh;}
}
@media only screen and (orientation:landscape) and (max-width: 767px){
  #microplayer {
    height: 60vh;
    width: 100%;
    overflow-x: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #player {height: 80vh;}
} */

#spot-titles {
  width:100%;
}

