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: #000;
	border: 1px solid #000000;
}

#main-click {
	top: 0px;
	left: 0px;
}

#hbo_logo {

	background-image: url("assets/hbo-pt.svg");
	background-repeat: no-repeat;
	width: 109px;
	height:73px;

	left: 88px;
	top: 508px;

	-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:138px;
 height:65px;
 width:1px;
 top:511px;
 width:1px;
  background-color: #FFFFFF;
}

#hbo_logo_intro {

	background-image: url("assets/hbo-pt.svg");
		background-repeat: no-repeat;
	width: 109px;
	height: 73px;

	left: 88px;
	top: 508px;

	/*-webkit-filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));*/
	/*filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));*/
}


#bg_con {
	left: 0px;
	top: 0px;
}


#bg {
	left: 0px;
	top: 0px;

	background-image: url("assets/bg.jpg");
}


#green-fade {
	background: rgb(69,108,99);
	background: linear-gradient(170deg, rgba(69,108,99,0) 10%, rgba(69,108,99,1) 20%, rgba(69,108,99,1) 100%);


}




#tt {

	background-image: url("assets/tt.svg");
	width: 250px;
	height: 49px;

	left: 42px;
	top: 26px;
}

#tt_intro {

		background-image: url("assets/tt.svg");
		width: 250px;
		height: 94px;

		left: 25px;
		top: -10px;
}

#tt_intro_tt{

	background-image: url("assets/tt.svg");
	width: 284px;
	height: 87px;

	left: 8px;
	top: 25px;

}

#tt_intro_sub{

/*		background-image: url("assets/tt_intro_sub.svg");*/

	width: 150px;
	height: 16px;
	top:65px;
	left:75px;


}




#txt_freetrial {
	display: none;
	width: 264px;
	height: 16px;

	left: 18px;
	top: 403px;

	-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: 137px;
	height: 25px;

	left: 151px;
	top: 82px;

	-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: 125px;
	height: 50px;
}

#cta {
	border-radius: 6px;
	left: 155px;
	top: 518px;
	overflow: hidden;
}

#cta-bg {
	background-color: #e2981b;
	border-radius: 0px;

	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: 14px;
	font-weight: 700;
	color:#000000;
	text-align: center;
}

#cta-sign-up {
/*	top: -100%;*/
}

#fade {
	top: 0;
	left: 0;
	background-color: #000;

	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: 240px;

	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: 300px;
	height: 7px;

	left: 0px;
	bottom: 2px;

	font-family: Arial, "sans-serif";
	font-size: 7px;
	line-height: 1em;
	color: #fff;
	opacity: 0.5;
	text-align: center;
}


.cont:hover {
	opacity:0.6;
}
