*{
    -webkit-font-smoothing: antialiased;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

@font-face {
  font-family: 'TradeGothic';
  src: url('../assets/fonts/TradeGothic/TradeGothicLTStd-BdCn20.eot?') format('eot'), 
       url('../assets/fonts/TradeGothic/TradeGothicLTStd-BdCn20.otf')  format('opentype'),
       url('../assets/fonts/TradeGothic/TradeGothicLTStd-BdCn20.woff') format('woff'), 
       url('../assets/fonts/TradeGothic/TradeGothicLTStd-BdCn20.ttf')  format('truetype'),
       url('../assets/fonts/TradeGothic/TradeGothicLTStd-BdCn20.svg') format('svg');
}

img,a{
  border:none;
  text-decoration:none;
  vertical-align: middle;
}

body{
	margin:0;
	padding:0;
  background-color: #000000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#ie-wrapper{
	position:absolute;
	width:625px;
	height:100px;
	margin-top:-160px;
	margin-left:-312px;
	top:50%;
	left:50%;
}

#ie-wrapper h1{
	font-family: Arial,sans-serif;
	font-size:21px;
	color:#ffffff;
	text-align:center;
}

#ie-wrapper a,#ie-wrapper p{
	color:#be231e;
	font-family: Arial,sans-serif;
	font-size:18px;
	text-align:center;
	text-decoration: none;
}

/* ------ SCROLL PANEL ----- */

.sp-viewport{
}
.sp-scrollbar {
  width: 1px;
  cursor: pointer;
  left:-25px !important;
  background: #757575;
  overflow: visible!important;
}

.sp-scrollbar .sp-thumb {
  /*background-color: #FFF;*/
  background: url('../assets/img/trailer/player-seek-active.png');
  width: 6px!important;
  left: -3px!important;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.sp-scrollbar.active .sp-thumb {
  background-color: #FFF;
}

#social-widget .sp-viewport{
  padding-right:0px !important;
  padding-left:0px !important;
}
#social-widget .sp-scrollbar {
  width: 3px;
  cursor: pointer;
  right:0px !important;
  left:auto !important;
}
#social-widget .sp-scrollbar .sp-thumb {
  background-color: #FFF;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.sp-scrollbar.active .sp-thumb {
  background-color: #FFF;
}

/* PAGINATION - Home, Gallery */

.pagi:hover, .pagi.active {
  top: -19px;
}

.pagi.active { cursor: default }

/* YOUTUBE PLAYER */
#ytPlayer {
  position: relative;
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.castRed {
  color: red !important;
} 


.gallery {
  -webkit-transform: translate3d(0,0,0);
}

.navBorderActive {
  width: 100% !important;
  opacity: 1 !important;
}
 