body {
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 13px;
	line-height:1.2em;
}

ul, ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
	
li {
}

.red { color: #e20029; }

a {
    color: #e20029;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:hover { color: #888; text-decoration: none; }

p {
	margin:0 0 10px;
	line-height:20px;
}

h1,h2,h3,h4,h5,h6 {
	margin:10px 0;
	line-height:1.1em;
	letter-spacing:1px;
	}

h1 {font-size:2.2em;}
h2 {font-size:2.0em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}

form {margin:0}
fieldset {padding:0; margin:0; border:0;}
label,input,button,select,textarea {font-size: 0.9em;}
label { }
input { }

.grid-wrap {
  overflow: hidden;
  *zoom:1;}
.grid-wrap:before, .grid-wrap:after{content:""; display:table}
.grid-wrap:after{clear:both}

.grid {
	float:left;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
}

.col-one-third {width: 33.333%;}
.col-two-thirds {width: 66.666%; }
.col-full {width: 100%; }
.col-mini {width: 10%; }
.col-one-half {width: 50%; }
.col-one-quarter {width: 25%; }
.col-three-quarters {width: 75%; }


/* ----- Header ----- */

.header .navbar {
    margin-bottom: 0;
}

.header .navbar-inner {
    background: #fff;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: left;
    margin: 0;
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
    width: 280px;
    height: 63px;
    padding: 30px 0;
    background: url(../img/logo.png) 20px center no-repeat;
}

.header ul.nav {
    text-transform: uppercase;
}

.header ul.nav li a {
    padding: 30px 20px 10px 20px;
    text-shadow: none;
}

.header ul.nav li.current-page a {
    padding-top: 25px;
    border-top: 5px solid #e20029;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

.header ul.nav li a:hover {
    background: #e20029;
    color: #fff;
}

.header ul.nav li a i {
    color: #aaa;
}

.header ul.nav li a:hover i { color: #fff; }


/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 10px;
    background: url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.page-title h2 {
    font-family: "Arial Black", Gadget, sans-serif;
	margin-left: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}


/* ----- Slider general----- */

.slider {
    margin: 0 auto;
	background: url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}


/* ----- Slider Backgrounds----- */

#SliderHome {
	background: url(../img/slider/slider-bg-01.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}

#SliderPromoVideo {
}

#SliderStream {
}

#SliderLogin {
}

#SliderSignup {
}

/* ----- Slider Home----- */

#home-slogan h1 { 
font-family: "Arial Black", Gadget, sans-serif;
	color:#fff;
	padding:20px;
	text-shadow: 3px 3px 3px #000;
	text-align:center;
}

#logo-homeslide {
	margin:6em 0 0 0;
	
	}
	
#badge-homeslide {
	float:right;
	}
	
#logo-homeslide, #badge-homeslide {
	padding-top:70px;
}

#buttons-homeslide {
	margin-top:30px;
	padding-bottom:70px;
	}

#discover {
	float:right;
	margin-right:10px;
	box-shadow: 1px 2px 3px #000;
}
#watch {
	float:left;
	margin-left:10px;
	box-shadow: 1px 2px 3px #000;
}


/* ----- Program Slider ----- */

#programSlider {
	margin-top: 20px;
}

#programSlider .left {
	float:left;
	width:10%;
	cursor: pointer;
}
	
#programSlider .right {
	height:70px;
	float:right;
	cursor: pointer;
}

#programSlider .center {
	height:50px;
	width:80%;
	float:left;
	overflow:hidden;
	text-align:left;
}

#programSlider .center ul {
	position:relative;
}

#programSlider .center ul li {
	float:left;
	padding-right:10px;
}

#programSlider .center ul li:last-child {
	padding-right:0;
}

#programSlider .center ul li.time {
	font-family: Impact, Charcoal, sans-serif;
	font-size:2.5em;
	padding:10px 0 0 10px;
	border-left:1px dotted #000000;
	margin-top:8px;
}

#programSlider .center ul li.title {
	float:left;
	padding:10px;
	}

#programSlider .center ul li h3, h4 {
	margin:0;
	line-height:1;
	letter-spacing: 0;
}

#programSlider .center ul li h3 {
	font-size:1.2em;
}

#programSlider .center ul li h4 {
	font-size:1.1em;
	padding-top:5px;
	color: #e20029;
}

/* ----- Schedule Slider ----- */

#schd_slider {
	margin-top: 20px;
}

#schd_slider .left {
	float:left;
	width:10%;
	cursor: pointer;
}
	
#schd_slider .right {
	height:70px;
	float:right;
	cursor: pointer;
}

#schd_slider .center {
	height:50px;
	width:80%;
	float:left;
	overflow:hidden;
}

#schd_slider .center ul {
	position:relative;
}

#schd_slider .center ul li {
	float:left;
	padding-right:10px;
}

#schd_slider .center ul li.active {
	background: url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

#schd_slider .center ul li:last-child {
	padding-right:0;
}

#schd_slider .center ul li.date {
	float:left;
	padding:10px 29px;
	border-left:1px dotted #000000;
	}
	
#schd_slider .center ul li.date:last-child {
	border-right:1px dotted #000000;
	}

#schd_slider .center ul li h3, h4 {
	margin:0;
	line-height:1;
	letter-spacing: 0;
}

#schd_slider .center ul li h3 {
	font-size:1.2em;
}

#schd_slider .center ul li h4 {
	font-size:1.1em;
	padding-top:5px;
	color: #e20029;
}

/* ----- Schedule ----- */

#schd_wrapper {
	margin-top:50px;	
}

.schd_element {
	float:left;
	padding:10px 0;
	border-bottom:1px dotted #000000;
}

.schd_time {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:1.5em;
	letter-spacing:1px;
	background-color:#999;
	color:#fff;
	float:left;
	padding:10px;
	width:180px;
	text-align:center;
}

.schd_name {
	float:left;
	padding:5px 0 0 20px;
}

.schd_name .schd_clip {
	font-size:1.4em;
	font-weight:bold;
}

.schd_name .schd_series {
	font-size:1.2em;
	color:#e20029;
}

/* ----- Program / Series ----- */

.videowrapper {
}

.titlewrapper {
	padding-top:5px;
}

.titlewrapper ul li {
	float:left;
}

.titlewrapper img {
	margin:5px 0 0 30px;
}

.titlewrapper ul li h5 {
	margin-top:-5px;	
}

.program, .series {
    margin-top: 40px;
	padding-bottom: 10px;
}

.program h4, .series h4 {
	padding:10px 0;
}

.program, .series img {
	padding-bottom:10px;
}



.program h5 {
	color:#e20029;
}

.series {
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}

.series p {
	font-size:0.9em;
	line-height:18px;
}


div#seriesList ul li {
    display:inline;
	width:22%;
	padding:10px;
	float:left;
}

/* ----- About Us ----- */

.about-us {
    margin-top: 20px;
}

.about-us-text {
    padding: 10px 0;
}

.about-us-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.about-us-text p {
    padding: 0 20px;
    line-height: 1.8em;
}

#series-logos ul li {
	display:inline;
	float:left;
	padding:10px;
}

#series-logos ul {
	margin-top:20px;
}

/* --- FAQ --- */

.faq {
    margin-top: 20px;
}

/* ----- Login / SignUp / Promo Teaser ----- */

.login {
	background-color:#942C2E;
	margin:50px 200px;
}

.blueBox {
	background-color:#217ec4;
}

.greenBox {
	background-color:#9eb447;
	padding:40px 50px;
}

.formHeader {
    margin-bottom: 20px;
}

.formHeader h3 {
	color:#fff;
}

.greenBox .inputs input[type=name], input[type=surname], input[type=email], input[type=password] {
    font-size: 0.8rem;
	background: #fff;
    outline: none; 
    border: none;
    padding: 10px;
    width: 95%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

.greenBox .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

.greenBox .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
}

.greenBox .inputs label.terms, .terms a {
    float: left;
	color:#fff;
}

.greenBox .inputs label.terms a:hover {
    color:#217ec4;
}

.greenBox .inputs #submit {
    width: 30%;
    margin-top: 20px;
	float:right;
    padding: 15px 10px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    background: #217ec4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
    clear: both;
}

.greenBox .inputs #submit:hover {
    background: #4f9ad3;
}

#signupTeaser {
	color:#fff;
	padding: 50px 20px;
	text-align:center;
}

#signupTeaser h1 {
	font-size:2.8em;
}

#signupTeaser h5 {
	padding-bottom:1em;
}

#subscribe {
    width: 30%;
    margin: 0 auto;
    padding: 15px 10px;
    color: #217ec4;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
    clear: both;
}

#promoTeaser {
	color:#fff;
	padding: 30px 20px 0;
	text-align:center;
}

#promoTeaser p {
	font-size:1.3em;
	padding-bottom:0.5em;
}

#promoTeaser p.first {
	padding-top:2em;
}

#interestedTeaser {
	color:#fff;
	padding: 50px 20px;
}

#interestedTeaser a {
	color:#fff;
}



/* ----- Slogan ----- */

#WOF {
	border-bottom:dotted 1px #666;
}

.slogan {
    padding: 20px 0;
	text-align:center;
}

.slogan sup {
	font-size:0.6em;
}

.slogan h2 {
   	font-family: "Arial Black", Gadget, sans-serif;
    color: #e20029;
}

/* ----- Footer ----- */

footer {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #fff;
    -moz-box-shadow:
        0 10px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 10px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 10px 15px 0 rgba(0,0,0,.05) inset;
}

footer .footer-border {
    margin-top: 10px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
	font-size:0.9em;
}

footer .language {
    margin-top: 10px;
    text-align: right;
}

footer .social {
	display:none;
    margin-top: 10px;
    text-align: right;
}

footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px;}

footer .social a.twitter { background: url(../img/social-icons/twitter.png) left bottom no-repeat; }
footer .social a.facebook { background: url(../img/social-icons/facebook.png) left bottom no-repeat; }
footer .social a.youtube { background: url(../img/social-icons/youtube.png) left bottom no-repeat; }

footer .social a:hover { background-position: left top; }


/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

	.mq0-col-full {width: 100%; }
	
	.login {
	margin:50px 20px;
	}
	
	#programSlider .center ul li.title {
		
	}
	
	#contPro1 {
		width:50%;
	}
	
	#contPro2 {
		width:50%;
	}
	
	#contPro3 {
		display:none;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
    
	.mq1-col-full {width: 100%; }
	
	.header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }
	
	.login {
		margin:50px 20px;
	}
	
	#programSlider .center ul li.title {
		
	}
	
	#contPro1 {
		width:50%;
	}
	
	#contPro2 {
		width:50%;
	}
	
	#contPro3 {
		display:none;
	}
	
}

@media (min-width: 481px) and (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }
	
	.mq2-col-full {width: 100%; }
	.mq2-col-one-half {width: 50%; }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }
	
	.slider, .program, .series {
        padding: 0 20px;
    }
	
	.login {
		margin:50px 0;
	}

    .slogan, footer {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	#programSlider .center ul li.title {
		
	}
	
	#contPro1 {
		width:100%;
	}
	
	#contPro2 {
		display:none;
	}
	
	#contPro3 {
		display:none;
	}
	
}

@media (max-width: 480px) {
	
	.mq3-col-full {width: 100%; }
	
	.login {
		margin:50px 0;
	}
	
	#programSlider .center {
		width:79%;
	}
	
	#programSlider .center ul li.title {
		width:60%;
	}
	
	#programSlider .center ul li.time {
		font-size:1em;
	}
	
	#programSlider .center ul li h3 {
		font-size:0.9em;
	}

	#programSlider .center ul li h4 {
		font-size:0.8em;
	}
		
	#contPro1 {
		width:100%;
	}
	
	#contPro2 {
	display:none;
	}
	
	#contPro3 {
	display:none;
	}
	
	#schd_slider .center {
		width:79%;
	}
}