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");
	background-repeat: no-repeat;
	width: 30px;
	height: 22px;
	left: 29px;
	top: 170px;
	/*-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:39px;
 height:30px;
 width:1px;
 top:165px;
 border-left: 1px solid white;

}


#hbo_logo_intro {
	width: 42px;
	height: 85px;

	left: 30px;
	top: 160px;
}

#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: 93px;
	height: 14px;

	left: 2px;
	top: 6px;
}

#txt_streamnow {
	background-image: url("assets/tt-sub.svg");
	width: 64px;
	height: 28px;

	left: 30px;
	top: 16px;

	-webkit-filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));
	filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .4));
}


#tt_intro {

		background-image: url("assets/tt.png");
	width: 96px;
	height: 40px;

	left: 0px;
	top: 2px;
}

#tt_intro_sub{

	background-image: url("assets/tt_intro_sub.svg");
	width: 50px;
	height: 8px;
	top:20px;
	left:24px;


}

#introtext1 {

	width: 66px;
	height: 16px;
	left:16px;
	top: 80px;
}

#introtext2 {
	width: 98px;
	height: 16px;
	left: 0px;
	top: 80px;
}

#introtext3 {

	width: 78px;
	height: 16px;
	left: 10px;
	top: 80px;
}

#introtext11 {
	background-image: url("assets/introtext-1.svg");
	width: 100%;
	height: 100%;
	-webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1.0) 20%,  rgba(0, 0, 0, 1.0) 80%, transparent);
}
/* blurred */
#introtext12 {
	background-image: url("assets/introtext-1.svg");
	width: 100%;
	height: 100%;
}

#introtext21 {
	background-image: url("assets/introtext-2.svg");
	width: 100%;
	height: 100%;
	-webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1.0) 20%,  rgba(0, 0, 0, 1.0) 80%, transparent);
}
/* blurred */
#introtext22 {
	background-image: url("assets/introtext-2.svg");
	width: 100%;
	height: 100%;
}

#introtext31 {
	background-image: url("assets/introtext-3.svg");
	width: 100%;
	height: 100%;
	-webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1.0) 20%,  rgba(0, 0, 0, 1.0) 80%, transparent);
}
/* blurred */
#introtext32 {
	background-image: url("assets/introtext-3.svg");
	width: 100%;
	height: 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));
}



.cta-width {
	width: 50px;
	height: 19px;
}

#cta {
	left: 44px;
	top: 170px;

	overflow: hidden;
}

#cta-bg {
	background-color: #e2981b;
	border-radius: 5px;

	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: 8px;
	font-weight: 700;
	columns: #000000;;
	text-align: center;
	line-height: 8.5px;
}

#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: 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;
}
