/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.clear{
clear: both;
}
input::-moz-focus-inner {
border: 0 none;
padding: 0;
}
/* END RESET.CSS */
/* FONTS */
@font-face {
font-family: "arial_black";
src: url('arial_black-webfont.eot');
src: url('arial_black-webfont.eot?#iefix') format('embedded-opentype'),
url('arial_black-webfont.woff') format('woff'),
url('arial_black-webfont.ttf') format('truetype'),
url('arial_black-webfont.svg#arial_blackregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "arial_base";
src: url('arial_bold-webfont.eot');
src: url('arial_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('arial_bold-webfont.woff') format('woff'),
url('arial_bold-webfont.ttf') format('truetype'),
url('arial_bold-webfont.svg#arialbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "arial_base";
src: url('arial-webfont.eot');
src: url('arial-webfont.eot?#iefix') format('embedded-opentype'),
url('arial-webfont.woff') format('woff'),
url('arial-webfont.ttf') format('truetype')
url('arial-webfont.svg#arialregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* END FONTS */
fieldset, img, button {
border: none;
}
body {
font-family: "arial_base", sans-serif;
background-color: black; font-size: 12px;
overflow: hidden;
}
h1 {
font-family: "arial_black", sans-serif;
font-size: 43px;
color: #ffffff;
text-transform: uppercase;
}
b,
strong,
.bold {
font-weight: bold;
}
.uppercase{
text-transform:uppercase;
}
a,
a:link,
a:visited,
a:active {
text-decoration: none;
}
a.link_img,
a.link_img:link,
a.link_img:visited,
a.link_img:active {
opacity: 0.586;
}
a.link_img:hover {
opacity: 1;
}
footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.floatL {
float: left;
}
.floatR {
float: right;
}
/*----------------------------------------------*/
/* 4- Main HP */
/*----------------------------------------------*/
section a,
section a:link,
section a:visited,
section a:active {
color: #ffffff;
}
section a:hover {
color: #bfbfbf;
}
/*----------------------------------------------*/
/* 9- Footer HP */
/*----------------------------------------------*/
footer a,
footer a:link,
footer a:visited,
footer a:active {
color: #bfbfbf;
}
footer a:hover {
color: #ffffff;
}
footer ul {
margin: 0;
font-weight: bold;
font-size: 9px;
color: #b9b9b9;
text-transform: uppercase;
}
footer ul li{
display: inline;
}
footer ul li a{
display: inline-block;
}
/*----------------------------------------------*/
/* 5- Video Page */
/*----------------------------------------------*/
.link_prev{
display: inline-block;
width: 17px;
height: 20px;
margin-left: 6px;
vertical-align: baseline;
}
.link_prev img {
width: 100%;
}
#title_vp {
padding: 19px 0 5px 0;
}
#title_vp h1{
display: inline-block;
margin-left: 12px;
font-size: 27px;
}
/*----------------------------------------------*/
/* Video */
/*----------------------------------------------*/
.video_wrap {
width: 100%; position: relative; background: #333333;
}
#video_sequence {
position: relative; width: 237px; height: 100px; margin: 0 auto;
}
.float_sequence {
white-space: nowrap;
overflow: hidden;
}
.float_sequence ul{
display: inline-block;
margin: 0;
padding: 7px 0;
}
.float_sequence li {
display: inline-block;
margin: 0 6px;
}
.float_sequence li a {
display: inline-block;
}
#title_sequence {
width: 100%;
margin-bottom: 9px;
font-family: "arial_black", sans-serif;
font-size: 16px;
color: #777777;
}
#title_sequence ul {
left: 36px;
}
#title_sequence a,
#title_sequence a:link,
#title_sequence a:visited,
#title_sequence a:active{
font-family: "arial_black", sans-serif;
font-size: 16px;
color: #777777;
}
#title_sequence a:hover {
color: #ffffff;
}
#title_sequence .here a{
color: #ffffff;
}
#tag_container {
margin: 9px 0;
}
#tag_sequence {
margin-right: 209px;
font-size: 13px;
font-weight: bold;
}
/*----------------------------------------------*/
/* Search/Tag */
/*----------------------------------------------*/
input {
font-family: "arial_base", sans-serif;
font-size: 13px;
color: #000000;
height: 24px;
border: none;
padding: 0;
margin: 0;
float: left;
-webkit-appearance: none;
}
input[type=text] {
width: 158px;
background-color: #999999;
border-radius: 4px 0 0 4px;
padding:0 8px;
}
input[type=search] {
width: 200px;
background-color: #999999;
border-radius: 4px;
padding:0 8px;
margin-right: 20px;
}
input[type=submit] {
width: 33px;
background-color: #636363;
font-weight: bold;
font-size: 15px;
text-align: center;
line-height: 24px;
border-radius: 0 4px 4px 0;
margin: 0 5px;
}
input[type=submit]:hover{
background-color: #ffffff;
}
::-webkit-input-placeholder {
color: #333; text-style: italic;
}
:-moz-placeholder {
color: #333; text-style: italic;
}
:-ms-input-placeholder {
color: #333; text-style: italic;
}
#form_tag,
#form_search {
float: right;
margin-left: 13px;
}
/*----------------------------------------------*/
/* Video Controls */
/*----------------------------------------------*/
.video-wait {
background: url(../img/playvideo.png) rgba(128,128,128,.5) center no-repeat;
font-size: 48px;
z-index: 8;
position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.video-wait.pause {
background: none;
}
#controlContainer{
overflow: hidden;
}
#controlbar {
position: absolute;
bottom: 0px;
left: 0;
right: 0;
height: 50px;
text-align: center;
font-size: 0;
white-space: nowrap;
}
#progressContainer {
width: 240px;
padding-top: 8px;
margin: 0 16px;
display: inline-block;
font-size: 10px;
}
#progressBar {
position: relative;
z-index: 1;
width: 240px;
background: #777777; border: none;
height: 5px;
border-radius: 2px;
}
#progressBar .ui-slider-handle {
width: 12px;
height: 12px;
background: #000000;
border-radius: 2px;
border: 2px solid #777777;
-moz-box-shadow: 0 0 5px 3px #000000;
-webkit-box-shadow: 0 0 5px 3px #000000;
box-shadow: 0 0 5px 3px #000000;
background-position: -72px 0;
margin-left: -8px;
margin-top: -2px;
cursor: hand;
}
#progressBar .ui-slider-range {
background: #ffffff; border: none;
border-radius: 2px;
}
#btnPlayPause {
width: 16px;
height: 18px;
background-position: -77px 0;
margin-top: 2px;
}
#btnPlayPause.pause {
background-position: -77px -17px;
}
footer ul#progressTime{
margin: 10px 0;
width: 240px;
font-size: 11px;
}
.txt_white {
color: #ffffff;
}
.btn, .sdhdbtn {
background: transparent url(../img/controls.png) no-repeat top left;
display: inline-block; vertical-align: top;
}
.btn, .sdhdgroup {
margin: 0 16px;
}
.sdhdgroup {
margin-top: 5px;
display: inline-block; vertical-align: top;
}
.sdhdbtn {
height: 12px;
}
#btnSD {
width: 24px;
}
.SD #btnSD, .HD #btnSD:hover {
background-position: 0 0;
}
.HD #btnSD {
background-position: 0 -12px;
}
.sdhdsep {
background-position: -24px 0; width: 6px;
}
#btnHD {
width: 25px;
}
.SD #btnHD {
background-position: -30px 0;
}
.SD #btnHD:hover, .HD #btnHD {
background-position: -30px -12px;
}
#btnBck {
background-position: -55px 0;
width: 16px;
height: 16px;
margin-top: 3px;
}
#btnBck:hover {
background-position: -55px -16px;
}
#btnFwd {
background-position: -93px 0;
width: 16px;
height: 16px;
margin-top: 3px;
}
#btnFwd:hover {
background-position: -93px -16px;
}
#btnInfo {
background-position: -109px 0;
width: 21px;
height: 21px;
}
#btnInfo:hover {
background-position: -109px -21px;
}
#btnChoice {
background-position: -130px 0;
width: 21px;
height: 21px;
}
#btnChoice:hover {
background-position: -130px -21px;
}
/* HOME PAGE */
.home_header {
margin-top: 20px;
}
.taglist_container {
position: absolute; top:80px;
bottom: 0; left: 0; right: 0; overflow: hidden;
}
.taglist_container table {
position: absolute; border-collapse: collapse; border: 1px solid #151515;
}
.taglist_container td {
width: 180px; min-width: 180px; max-width: 180px; font-size: 16px;
height: 52px; min-height: 52px; max-height: 52px; text-align: center;
overflow: hidden; vertical-align: middle; border: 1px solid #151515;
}
/* ARROWS */
.arrow {
position: absolute; width: 22px; height: 22px; margin-left: -11px; margin-top: -11px; background: url(../img/arrows.png);
cursor: pointer;
}
.arrow_left {
left: 0; top: 50%; margin-left: 0; background-position: top left;
}
.arrow_right {
right: 0; top: 50%; margin-left: 0; background-position: top right;
}
.arrow_top {
top: 0; left: 50%; margin-top: 0; background-position: bottom left;
}
.arrow_bottom {
bottom: 0; left: 50%; margin-top: 0; background-position: bottom right;
}
/* AUTOCOMPLETE */
.ui-autocomplete {
max-height: 100px;
max-width: 170px;
overflow: auto;
background: #1d1d1d;
border: none;
border-radius: 0;
}
.home .ui-autocomplete {
max-width: 210px;
max-height: 500px;
}
.ui-menu-item {
margin: 0 2px; padding: 5px; border-bottom: 2px solid #000000; color: #ffffff;
}
.ui-menu-item a {
color: #f0f0f0;
}
/* LIGHTBOX */
.lightBoxWrap {
display: none; z-index: 100;
}
.lightBoxWrap, .lightBoxBg {
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.lightBoxBg {
background: black; opacity: .8;
}
.lightBox {
position: absolute; top: 15%; left: 15%; right: 15%; bottom: 15%; color: #FFFFFF;
}
.lightBoxScroll {
position: absolute; top: 60px; left: 0; right: 0; bottom: 0; overflow: auto;
}
.lightBox h3 {
font-family: "arial_black", sans-serif;
font-size: 24px; text-align: center; margin: 3px 0;
}
a.lightBoxClose {
float: right; font-size: 30px; color: #ACACAC;
font-weight: bold;
}
a.lightBoxClose:hover {
color: #FFFFFF;
}
.lightBoxScroll p {
font-size: 14px; margin: 14px 20px 14px 0; line-height: 21px;
}
.lightBoxScroll h4 {
font-size: 18px; font-family: "arial_black", sans-serif; margin: 18px 0;
}
.grey {
color: #9B9A9A;
}
/* METANAV COMPENSATION */
.metanav {
position: fixed !important;
z-index: 1000;
}