@font-face {
	font-family: 'Xtreem';
	src: url('../assets/fonts/XtreemThin_Demo.eot');
	src: local('☺'), url('../assets/fonts/XtreemThin_Demo.woff') format('woff'), url('../assets/fonts/XtreemThin_Demo.ttf') format('truetype'), url('../assets/fonts/XtreemThin_Demo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  src: local('Allura'), local('Allura-Regular'), url(http://themes.googleusercontent.com/static/fonts/allura/v2/piROihwq0_hcWhCbsLJUv-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

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

ul{
  margin:0;
  padding:0;
}

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

body{
	background-color: #000000;
	margin:0;
	padding:0;
}

#logo{
  margin-left: 10px;
  padding-top: 12px;
}

#social { position: absolute; top:10px; right:0px; height: 35px; width:278px;,overflow:hidden;}
#social-btns { 
  position: absolute;
  top: -4px;
  left: 0px;
  //z-index: 1;
  width: 258px;
  height: 33px;
  overflow: hidden;
  padding-left: 5px;
}
#social-btns-over{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f2eaec;
    width: 148px;
    height: 28px;
    padding-top: 7px;
    padding-left: 110px;
    //z-index: 10;
    font-family: "Arial Black",Arial,serif;
    font-weight: bold;
    font-size: 14px;
    background-image: url(../assets/img/footer/share_bg.png);
    background-repeat: no-repeat;
}
#fb { margin-top: 12px; float: left; clear:none; }
#gplus { margin-left: 4px; margin-top: 12px; float: left; clear:none; width:60px;}
#pint { margin-left: 4px; margin-top: 12px; float: left; clear:none;}
#twtr { margin-left: 4px; margin-top: 12px; float: left; clear:none;}
#tw-lionsgate,#volume { float: left; clear:none; margin-left:2px;}
#fb-lionsgate { float: left; clear:none; margin-left: 260px;}

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

.sp-viewport{
}
.sp-scrollbar {
  width: 3px;
  cursor: pointer;
  left:-25px !important;
}

.sp-scrollbar .sp-thumb {
  background-color: #ffffff;
  -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: #ffffff;
}

#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: #e8cb92;
  -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: #e8cb92;
}
