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-es.svg");

	width: 85px;
	height: 63px;

	left:830px;
	top: 167px;

	/*-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:791px;
 height:63px;
 width:1px;
 top:167px;
 background-color: #fff;

}

#hbo_logo_intro {
/*	width: 128px;
	height: 64px;

	left: 815px;
	top: 90px;*/
}

#bg_con {
	left: 0px;
	top: 0px;
}


#bg {
	left: 0px;
	top: 0px;

	background-image: url("assets/bg.jpg");
}


#tt {
	background-image: url("assets/tt.svg");
	width: 376px;
	height: 82px;

	left: 580px;
	top: 34px;
}


#tt_intro {
	background-image: url("assets/tt.svg");
	width: 376px;
	height: 82px;
	left: 40px;
	top: 163px;

}

#tt_intro_tt{
	position: absolute;
	width: 300px;
	height: 100px;

}

#tt_intro_sub{
	position: absolute;
	width: 138px;
	height: 18px;
	left:80px;
	top:50px;
}

/*#tt_intro {
		background-image: url("assets/tt-intro.svg");
	width: 300px;
	height: 100px;

	left: 40px;
	top: 80px;
}*/


 /*linear-gradient(to right, rgb(0,0,0) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 80%,rgb(0,0,0) 100%);*/

.blur1 {
	filter:blur(3px);
}




#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: 131px;
	height: 26px;

	left: 823px;
	top: 107px;

/*	-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: 145px;
	height: 48px;
}

#cta {
	right:27px;
	top: 175px;

	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: #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: 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;
}
