@charset "UTF-8";
/* CSS Document */

.clearfloat { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	}


#login {
	background:#000;
}

/* LOGIN STYLES */

#login .container {
	margin:0 auto;
	text-align:center;	
	background:url('../img/login-logo.jpg') no-repeat top center;
}
#loginForm {
	width:300px;
	margin:0 auto;
	text-align:center;
	padding-top:425px;
}

#login h3 {
	font-size: .775em;
	color:#F30;
	margin:0 0 8px 0;
	padding:0;
}

#login label {
	display:block;
	width:100px;
	text-align:right;
	float:left;
	margin:0;
	padding:0 10px 0 0;
	font-weight:bold;
	font-size: 1em;
	line-height: 1.8em;
	height:1em;
	cursor:default;
	color:#fff;
}
#login input {
	margin:0 10px 10px 10px!important;
	width:100%;
	display:block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #ccc;
	padding:3px 8px!important;
}
#login input.button {
	width:80px !important;
	display:inline;
	font-weight:bold;
	background-color:#ccc;
}
#login .text_box {
	margin-left: 0 !important;
}
#login .row {
	display:block;
	position:relative;
	width:150px;
	float:left;
}


#login .clearbtn{
	position:absolute;
	display:none;
	top:5px;
	right:-12px;
	height:18px;
	width:18px;
	margin:0!important;
	padding:0!important;
	cursor: pointer;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	font-size:.8em;
	font-family:arial, serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#ccc;
	border:0 none;
	/* easing */
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	   -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	     -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
	
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

.clearbtn:active {
	}
.clearbtn:hover {
}



/* App Page */
.app {
	background:url('../img/app-bg.jpg') repeat;
	
}
#main {
position:absolute;
top:44px;
}
header.top {
	background:url('../img/app-bg') repeat;
	height:44px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2);
}
header.top .top-bg{
background:url('../img/app-logo.jpg') no-repeat top center;
height:44px;
}
header.top img {
	padding:0 10px;
}
.flt-l {
	float:left;
}
.flt-r {
	float:right;
}
section header {
	background:url('../img/row-bg.jpg') repeat-x;
	height:33px;
	line-height:35px;
	position:relative;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .4);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .4);
}
section header img {
	display:block;
	margin-right:8px!important;
	}
section header .icon {
	margin-top:8px;
}
section header h2 {
	color:#fff;
	font-size:1em;
}
section header p{
color:#fff;
margin-right:10px;font-size: .875em;
}

section ul, section ul li {list-style: none; list-style-image: none; margin: 0; padding: 0; display:block; }

section .slider-cont {
	width:100%;
	overflow:auto;
	background:#e0e1e5;
}
section ul {
	height:213px;
	width:1690px;
}
section ul li {
	width:120px;
	height:190px;
	margin:10px 5px 0 15px;
	float:left;
	position:relative;
	overflow:hidden;
	padding:0;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

section ul li h3, section ul li p {
	position:absolute;
	z-index:99;
}
section ul li h3 {
	display:block;
	background-color: rgba(0, 0, 0, .7);
	color:#fff;
	top:40px;
	padding:5px 8px;
	font-size:.825em;
	width:104px;
	max-height:130px;
}
section ul li img {
	display:block;
	position:absolute;
	z-index:98;
}
section ul li .icon {
background: #fff;
padding:3px;
border:1px solid #ccc;
right:5px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
-webkit-box-shadow: 0px 8px 3px 3px rgba(0, 0, 0, .2);
-moz-box-shadow: 0px 8px 3px 3px rgba(0, 0, 0, .2);
box-shadow: 0px 8px 3px 3px rgba(0, 0, 0, .2);
}
section .thumbholder {
width:118px;
height:160px;
position:absolute;
top:24px;
border:1px solid #999;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
z-index:99;
background:#fff;
}
section .thumb {
height:160px;
min-width:120px;
display:block;
background:#fff;
border:0 none;
}
section footer {
	background:url('../img/row-btm-bg.jpg') repeat-x;
	width:100%;
	text-align:center;
	height:14px;
	line-height:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .4);
}
section p.days_ago {
	font-size: .7em;
	color:#666;
	left:5px; 
	top:5px;
	text-transform: uppercase;
}
h3.bottom {
	top:auto;
	bottom:0;
}
.slider-cont ul li a {
	display:block;
	height:160px;
	max-height:160px;
	width:120px;
	max-width:120px;
}
.slider-cont ul li a img.thumb, .slider-cont ul li a h3  {
	opacity:.5;
}
.slider-cont ul li a.adoverlay img.thumb, .slider-cont ul li a.adoverlay h3 {
	opacity:1;
}

#adwatch header {
position:relative;
}
.jqmClose {
	display:block;
	position:absolute!important;
	height:42px;
	width:42px;
	background:url('../img/button-overlay_close.png')
}
.adcont a, .mpucont a {
text-decoration: none;}




/* OVERLAY */

#advideo, #adthankyou, #watchvideo, #targetcontent {
	display:none;	
}


.watchbtn  {
text-align:center;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration:none;
	
}
.watchbtn b {
	padding:40px 40px 10px;
	display:block;
	font-size:26px;
}
.watchbtn i {
	display:block;
	font-style: normal;
	font-size:18px;
	padding:0 50px 0;
}

.watch {
	background:#f6f7f9;
}
.skip {
	background:#b5b5b5;
}
.skip b {
	padding:40px 50px 10px;
}

.watch b {
	color:#0051a5;
}
.watch i {
	color:#5b5b5b;
}

.skip b {
	color:#fff;
}
.skip i {
	color:#6a6a6a;
}

a.continue {
display:none;
	}



.redeem {
text-align: center;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display:block;
height:20px;
line-height:20px;
margin:0 auto;
margin-top:10px;
-webkit-border-radius: 12px;
	border: solid 3px rgb(110,110,110);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74,74,74,0.85)), color-stop(0.5, rgba(20,20,20,0.75)), color-stop(0.5, rgba(2,2,2,0.75)), to(rgba(14,14,14,0.75)));
	color: #fff;
	text-shadow: #000 0 1px 0;
	font: bold 16px/20px Helvetica, Sans-serif;
	padding: 9px 11px;
	width:300px;}

#adthankyou h3, #adthankyou p {
	text-align:center;
}

.mputracker {
position:absolute;
display:block;
float:left;
}
p.headline {	
	width:100%;
	text-align:center;
	margin:0;
	color:#fff;
	font-weight:bold;
}
#modalWindow {
	overflow: auto;
}
#modalwindow iframe {
	width:100%;
	height:100%;
}

.dummy {
	margin:0 10px 10px 10px!important;
	width:100%;
	display:block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #ccc;
	padding:3px 8px!important;
	height:16px;
	background:#fff;
}

.h-slide {
	height:100%;
	overflow:auto;
	background:#e0e1e5;
	position:relative;
	width:100%
}
.h-header {
		-webkit-box-shadow: 0px -10px 10px 3px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px -10px 10px 3px rgba(0, 0, 0, .3);
box-shadow: 0px -10px 10px 3px rgba(0, 0, 0, .3);
}
	.h-slide-inner {
	width:100%
}
#content {
	top:44px;
}
#opencontent {
display:none;
position:absolute;
top:20px;
right:20px;
	-webkit-border-radius: 12px;
	border: solid 3px rgb(110,110,110);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74,74,74,0.85)), color-stop(0.5, rgba(20,20,20,0.75)), color-stop(0.5, rgba(2,2,2,0.75)), to(rgba(14,14,14,0.75)));
	color: #fff;
	text-shadow: #000 0 1px 0;
	font: bold 16px/20px Helvetica, Sans-serif;
	padding: 9px 11px;
}



