body{
	font-family: 'Montserrat', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:	antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
}

.click {
	cursor:pointer;
}

.absolute {
	position: absolute;
}

.image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#banner {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #242220;
	border: 1px solid #000000;
}

#main-click {
	top: 0px;
	left: 0px;
}

#hbo_logo {

	background-image: url("assets/hbo-pt.svg");
	background-repeat: no-repeat;
	width: 92px;
	height: 62px;

	left:828px;
	top: 96px;

	/*-webkit-filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));*/
	/*filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));*/
}

#separator {
 left:780px;
 height:63px;
 width:1px;
 top:172px;
 background-color: #FFFFFF;

}
/*
#hbo_logo_intro {
	background-image: url("assets/hbo-pt.svg");
	background-repeat: no-repeat;
	width: 92px;
	height: 62px;

	left: 828px;
	top: 96px;
}*/

#bg_con {
	left: 0px;
	top: 0px;
}


#bg {
	left: 0px;
	top: 0px;

	background-image: url("assets/bg.jpg");
}



#tt_intro {
	background-image: url("assets/tt.svg");
	width: 290px;
	height:116px;

	left: 40px;
	top: 70px;
}



#tt {
	background-image: url("assets/tt.svg");
	width: 414px;
	height:166px;

	left: 535px;
	top: -20px;
}



#txt_freetrial {
	display: none;
	width: 400px;
	height: 26px;

	left: 23px;
	top: 180px;

	-webkit-filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));
	filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));
}

#txt_streamnow {
	background-image: url("assets/tt-sub.svg");
	width: 152px;
	height: 27px;

	left: 792px;
	top: 106px;

/*	-webkit-filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));
	filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));*/
}


.cta-width {
	width: 148px;
	height: 47px;
}

#cta {
	right:25px;
	top: 181px;

	overflow: hidden;
}

#cta-bg {
	background-color: #e2981b;
	border-radius: 6px;

	webkitFilter: "brightness(1)";
	filter: brightness(1);
	-webkit-filter: brightness(1);
}

.cta-text {
	display: table;
}

.cta-text p {
	display: table-cell;
  	vertical-align: middle;
	font-size: 15px;
	font-weight: 700;
	color:#000000;
	text-align: center;
}

#cta-sign-up {
/*	top: -100%;*/
}

#fade {
	top: 0;
	left: 0;
	background-color: #242220;

	opacity: 0;
}

#play {
	width: 63px;
	height: 62px;

	left: 608px;
	top: 161px;

	display: none;

	webkitFilter: "brightness(1)";
	filter: brightness(1);
	-webkit-filter: brightness(1);
}


#loadCurtain {
	top: 0;
	left: 0;

	background-color: #000;
}

#video-container {
	width: 427px;
	height: 250px;

	right: 387px;
	top: 0px;

	background: #000;
}

#iPlayer {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity:0;
}

#legal {
	width: 240px;
	height: 7px;

	right: 5px;
	bottom: 5px;

	font-family: Arial, "sans-serif";
	font-size: 7px;
	line-height: 1em;
	color: #606063;
	opacity: 0.5;
	text-align: right;
}


.cont:hover {
	opacity:0.6;
}
