@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('fonts/TrajanPro-Regular.eot');
  src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg'),
       url('fonts/TrajanPro-Regular.ttf') format('truetype'),
       url('fonts/TrajanPro-Regular.woff') format('woff'),
       url('fonts/TrajanPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



/* Slider */
#winterIsNotComing .slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
			touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

#winterIsNotComing .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#winterIsNotComing .slick-list:focus{
	outline: none;
}

#winterIsNotComing .slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}

#winterIsNotComing .slick-slider .slick-track,
#winterIsNotComing .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
				-o-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}

#winterIsNotComing .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#winterIsNotComing .slick-track:before,
#winterIsNotComing .slick-track:after{
	display: table;
	content: '';
}

#winterIsNotComing .slick-track:after{
	clear: both;
}

#winterIsNotComing .slick-loading .slick-track{
	visibility: hidden;
}

#winterIsNotComing .slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

#winterIsNotComing [dir='rtl'] .slick-slide{
	float: right;
}

#winterIsNotComing .slick-slide img{
	display: block;
}

#winterIsNotComing .slick-slide.slick-loading img{
	display: none;
}

#winterIsNotComing .slick-slide.dragging img{
	pointer-events: none;
}

#winterIsNotComing .slick-initialized .slick-slide{
	display: block;
}

#winterIsNotComing .slick-loading .slick-slide{
	visibility: hidden;
}

#winterIsNotComing .slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}

#winterIsNotComing .slick-prev.slick-hidden,
#winterIsNotComing .slick-next.slick-hidden{
	display: none;
}






.winc-wrapper{
	max-width: 100vw;
	overflow-x: hidden;
}


.winc-bg-top{
	background-color: #474747;
}

#winterIsNotComing{
	background: #000 url('got/rock.jpg') repeat-y center top / 100% auto;
	color: #fff;
	font-family: 'TrajanPro-Regular';
	font-size: 14px;
	line-height: 1.7;
	height: auto;
	min-height: 100vh;
	padding-top: 190px;
	padding-bottom: 50px;
	margin: 0 auto;
}



@media (min-width: 768px){
	#winterIsNotComing{
		width: 620px;
	}
}


@media (min-width: 992px){
	#winterIsNotComing{
		font-size: 16px;
		width: 970px;
		padding-top: 170px;
	}
} 



@media (min-width: 1170px){
	#winterIsNotComing{
		font-size: 24px;
		width: 100%;
		padding-top: 210px;
	}
} 




#winterIsNotComing *,
#winterIsNotComing *:hover,
#winterIsNotComing *:focus,
#winterIsNotComing *:hover:focus{
	outline: none !important;
}




#winterIsNotComing .logo{
	background: url('got/winter-title.png') no-repeat center / cover;
	color: transparent;
	font-size: 0;
	width: 220px;
	height: 75px;
	margin: 0 auto 55px;
	display: block;
}


@media (min-width: 768px){

	#winterIsNotComing .logo{
		width: 320px;
		height: 110px;
	}

}


@media (min-width: 992px){

	#winterIsNotComing .logo{
		width: 390px;
		height: 135px;
	}

}


@media (min-width: 1170px){

	#winterIsNotComing .logo{
		width: 580px;
		height: 199px;
		margin-bottom: 85px;
	}

}



/* VIDEO */
#winterIsNotComing .video-wrapper{
	background: #000 url('got/poster.jpg') no-repeat center / cover;
	height: 270px;
	position: relative;
}


#winterIsNotComing .video-wrapper iframe{
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	pointer-events: none;
}

#winterIsNotComing .video-wrapper.active iframe{
	visibility: visible;
	opacity: 1;
	pointer-events: initial;
}

#winterIsNotComing .video-wrapper .btn-play{
	background: url('got/btn-play.png') no-repeat center / cover;
	width: 80px;
	height: 90px;
	margin-left: -40px;
	margin-top: -45px;
	left: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	opacity: 0.7;
	transition: .4s;
}

#winterIsNotComing .video-wrapper.active .btn-play,
#winterIsNotComing .video-wrapper.loading-player .btn-play{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#winterIsNotComing .video-wrapper .btn-play:hover{
	opacity: 1;
}



@media (min-width: 768px){
	#winterIsNotComing .video-wrapper{
		height: 380px;
	}

	#winterIsNotComing .video-wrapper .btn-play{
		width: 120px;
		height: 130px;
		margin-left: -60px;
		margin-top: -65px;
	}
}


@media (min-width: 992px){
	#winterIsNotComing .video-wrapper{
		height: 530px;
	}
}


@media (min-width: 1170px){
	#winterIsNotComing .video-wrapper{
		height: 795px;
	}
}



/* THRONE BLOCK */
#winterIsNotComing .throne-wrapper{
	padding: 50px 0 0;
}

#winterIsNotComing .throne-wrapper .throne{
	width: 100%;
}

#winterIsNotComing .throne-wrapper figure::after{
	content: '';
	background: #ffc742;
	width: 94%;
	height: 2px;
	margin: 30px auto 40px;
	display: block;
}



@media (min-width: 992px){
	#winterIsNotComing .throne-wrapper{
		padding: 90px 0 0;
	}
}


@media (min-width: 1170px){
	#winterIsNotComing .throne-wrapper{
		padding: 140px 0 0;
	}
}







/* ISLANDS BLOCK */
#winterIsNotComing .islands-wrapper{
	padding: 30px 0 0;
}


#winterIsNotComing .islands-wrapper .sword-title{
	margin-bottom: 50px;
}


@media (min-width: 992px){
	#winterIsNotComing .islands-wrapper{
		padding-top: 30px;
	}
}


@media (min-width: 1170px){
	#winterIsNotComing .islands-wrapper{
		padding-top: 50px;
	}

	#winterIsNotComing .islands-wrapper .content{
		margin-bottom: 15px;
	}
}






/* BANNERS */
#winterIsNotComing .islands-wrapper nav{
	margin-bottom: 60px;
	position: relative;
	/* overflow-x: hidden; */
}


#winterIsNotComing .islands-wrapper .bar{
	background: url('got/bar-c.png') repeat-x center / auto 100%;
	width: calc(100% - 64px);
	height: 40px;
	margin-left: 32px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 1;
}


#winterIsNotComing .islands-wrapper .bar::before{
	content: '';
	background: url('got/bar-l.png') no-repeat center / cover;
	width: 22px;
	height: 40px;
	margin-left: -20px;
	display: block;
}


#winterIsNotComing .islands-wrapper .bar::after{
	content: '';
	background: url('got/bar-r.png') no-repeat center / cover;
	width: 22px;
	height: 40px;
	margin-right: -20px;
	display: block;
}



#winterIsNotComing .islands-wrapper .ban{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	font-size: 0;
	color: transparent;
	transition: .3s;
}



#winterIsNotComing .islands-wrapper .ban-elhiero{ background-image: url('got/banner-elhierro.png'); }
#winterIsNotComing .islands-wrapper .ban-fuerteventura{ background-image: url('got/banner-fuerteventura.png'); }
#winterIsNotComing .islands-wrapper .ban-grancanaria{ background-image: url('got/banner-grancanaria.png'); }
#winterIsNotComing .islands-wrapper .ban-lapalma{ background-image: url('got/banner-lapalma.png'); }
#winterIsNotComing .islands-wrapper .ban-lagomera{ background-image: url('got/banner-lagomera.png'); }
#winterIsNotComing .islands-wrapper .ban-lanzarote{ background-image: url('got/banner-lanzarote.png'); }
#winterIsNotComing .islands-wrapper .ban-tenerife{ background-image: url('got/banner-tenerife.png'); }




#winterIsNotComing .islands-wrapper .row-1{
	font-size: 0;
	text-align: center;
	left: 0;
	right: 0;
	top: 6px;
	position: absolute;
	z-index: 20;
}


#winterIsNotComing .islands-wrapper .row-1 .ban{
	width: 90px;
	height: 200px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
}





#winterIsNotComing .islands-wrapper .row-2{
	font-size: 0;
	text-align: center;
	padding-top: 60px;
	position: relative;
	z-index: 10;
}

#winterIsNotComing .islands-wrapper .row-2 .ban{
	width: 90px;
	height: 315px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
}






@media (min-width: 768px){

	#winterIsNotComing .islands-wrapper nav{
		margin-bottom: 40px;
	}


	#winterIsNotComing .islands-wrapper .row-1 .ban{
		width: 115px;
		height: 240px;
	}
	

	#winterIsNotComing .islands-wrapper .row-2 .ban{
		width: 115px;
		height: 380px;
	}

	#winterIsNotComing .islands-wrapper nav{
		margin-bottom: 100px;
	}


	#winterIsNotComing .islands-wrapper nav .ban.active{
		filter: brightness(1.7) drop-shadow(0 10px 20px rgba(255,255,255,0.2));
	}

	/* #winterIsNotComing .islands-wrapper nav:hover .ban.inactive{ */
	#winterIsNotComing .islands-wrapper nav .ban.inactive{
		filter: saturate(35%);
	}
}




@media (min-width: 992px){

	#winterIsNotComing .islands-wrapper .bar{
		width: 84%;
		margin-left: -42%;
		left: 50%;
	}


	#winterIsNotComing .islands-wrapper .row-1 .ban{
		width: 160px;
		height: 325px;
	}
	

	#winterIsNotComing .islands-wrapper .row-2{
		padding-top: 90px;
	}


	#winterIsNotComing .islands-wrapper .row-2 .ban{
		width: 160px;
		height: 515px;
	}


	#winterIsNotComing .islands-wrapper nav{
		margin-bottom: 100px;
	}
}





@media (min-width: 1170px){

	#winterIsNotComing .islands-wrapper .bar{
		width: 90%;
		height: 44px;
		margin-left: -45%;
	}


	#winterIsNotComing .islands-wrapper .bar::before{
		width: 30px;
		height: 45px;
		margin-left: -30px;
	}
	
	
	#winterIsNotComing .islands-wrapper .bar::after{
		width: 30px;
		height: 45px;
		margin-right: -30px;
	}


	#winterIsNotComing .islands-wrapper .row-1 .ban{
		width: 260px;
		height: 530px;
		margin: 0 10px;
	}
	

	#winterIsNotComing .islands-wrapper .row-2{
		padding-top: 130px;
	}


	#winterIsNotComing .islands-wrapper .row-2 .ban{
		width: 260px;
		height: 840px;
	}

}









/* INFO BLOCKS */
#winterIsNotComing .islands-wrapper .infoblocks *{
	transition-timing-function: ease-in-out;
}

#winterIsNotComing .islands-wrapper .infoblocks{
	background: rgba(0,0,0,.5);
	text-align: center;
	padding: 55px 0 30px;
	position: relative;
	display: none;
	overflow: hidden;
}


#winterIsNotComing .islands-wrapper .infoblocks .info-wrapper{
	min-width: 100%;
	position: relative;
	transition: .4s;
}


#winterIsNotComing .islands-wrapper .infoblocks .close{
	background: url('got/got-x.png') no-repeat center / cover;
	width: 34px;
	height: 34px;
	display: block;
	right: 15px;
	top: 15px;
	position: absolute;
	cursor: pointer;
	opacity: 0.7;
}

#winterIsNotComing .islands-wrapper .infoblocks .close:hover{
	opacity: 1;
}


#winterIsNotComing .islands-wrapper .infoblocks .info{
	width: 100%;
	position: relative;
	display: none;
}


#winterIsNotComing .islands-wrapper .infoblocks .info.active{
	display: block;
}





#winterIsNotComing .islands-wrapper .infoblocks .info h3{
	color: #ffc742;
	font-size: 2.8rem;
	text-transform: uppercase;
	margin: 0 0 25px;
	white-space: nowrap;
	transition: .3s;
}


#winterIsNotComing .islands-wrapper .infoblocks .info h4{
	color: #ffc742;
	font-size: 1.7rem;
	margin: 0 0 30px;
	transition: .3s;
}


#winterIsNotComing .islands-wrapper .infoblocks .info .content{
	height: 120px;
	padding-bottom: 55px;
	transition: .3s;
}


#winterIsNotComing .islands-wrapper .infoblocks .info img{
	width: 100%;
	transition: .3s;
	box-shadow: 0 25px 30px -20px #000;
}





#winterIsNotComing .slick-dots{
	font-size: 0;
	text-align: center;
	padding: 30px 0 50px;
	margin: 0;
}

#winterIsNotComing .slick-dots li{
	margin: 0 3px;
	display: inline-block;
}

#winterIsNotComing .slick-dots li button{
	background: transparent;
	border: none;
	width: 12px;
	height: 12px;
	padding: 0;
	box-shadow: 0 0 0 1px #fff inset;
	border-radius: 100px;
}

#winterIsNotComing .slick-dots .slick-active button{
	background: #fff;
}


#winterIsNotComing .slick-prev,
#winterIsNotComing .slick-next{
	background-color: transparent;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	color: transparent;
	font-size: 0;
	padding: 0;
	display: none; 
	opacity: 0.3;
	transition: .3s;
	z-index: 30;
}


/* #winterIsNotComing .slick:hover .slick-arrow{ */
#winterIsNotComing .slick-prev:hover,
#winterIsNotComing .slick-next:hover{
	opacity: 1;
}





@media (min-width: 768px){
	#winterIsNotComing .islands-wrapper .infoblocks{
		padding-bottom: 30px;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info h3{
		font-size: 2.8rem;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info h4{
		font-size: 2rem;
		margin-bottom: 40px;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info .content{
		height: 120px;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info .slick-slide img,
	#winterIsNotComing .islands-wrapper .infoblocks .info .slick-cloned img{
		width: 90%;
		margin: 0 0 0 auto;
		transform: scale(.9);
		transform-origin: center top;
		transition: .4s ease-in-out;
		transition-delay: .4s;
	}
	
	
	#winterIsNotComing .islands-wrapper .infoblocks .info .slick-active img{
		margin: 0 auto;
		transform: scale(1);
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info .slick-active + .slick-slide img{
		margin: 0 auto 0 0;
	}




	#winterIsNotComing .slick-next,
	#winterIsNotComing .slick-prev{
		width: 46px;
		height: 50px;
		display: block;
		top: 100px;
		position: absolute;
	}

	#winterIsNotComing .slick-prev{
		background-image: url('got/arrow-l.png');
		left: 38px;
	}
	
	#winterIsNotComing .slick-next{
		background-image: url('got/arrow-r.png');
		right: 38px;
	}


}




@media (min-width: 992px){
	#winterIsNotComing .islands-wrapper .infoblocks{
		padding-bottom: 70px;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info h3{
		font-size: 4rem;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info h4{
		font-size: 3rem;
	}


	#winterIsNotComing .slick-next,
	#winterIsNotComing .slick-prev{
		width: 60px;
		height: 60px;
		top: 160px;
	}

	#winterIsNotComing .slick-prev{
		left: 50px;
	}
	
	#winterIsNotComing .slick-next{
		right: 50px;
	}
}




@media (min-width: 1170px){
	#winterIsNotComing .islands-wrapper .infoblocks .close{
		width: 50px;
		height: 50px;
		top: 75px;
		right: 20px;
	}


	#winterIsNotComing .islands-wrapper .infoblocks{
		padding-top: 145px;
		padding-bottom: 70px;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info h3{
		font-size: 5.8rem;
		margin-bottom: 35px;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info h4{
		font-size: 3.8rem;
		margin-bottom: 60px;
	}

	#winterIsNotComing .islands-wrapper .infoblocks .info .content{
		margin-bottom: 40px;
	}


	#winterIsNotComing .slick-prev,
	#winterIsNotComing .slick-next{
		width: 80px;
		height: 80px;
		top: 220px;
	}

	#winterIsNotComing .slick-prev{
		left: 80px;
	}
	
	#winterIsNotComing .slick-next{
		right: 80px;
	}

}
















#winterIsNotComing .sword-title{
	color: #ffc742;
	font-size: 2.2rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -0.7px;
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 30px;
	margin-right: 30px;
	align-items: center;
	justify-content: center;
	display: flex;
}

/* #winterIsNotComing .sword-title span{
	padding-top: 10px;
} */

#winterIsNotComing .sword-title::before,
#winterIsNotComing .sword-title::after{
	background: #ffc742;
	width: 50px;
	height: 2px;
	margin-top: -10px;
}



#winterIsNotComing .content{
	padding: 0 60px 35px;
	text-align: center;
}



@media (min-width: 768px){

	#winterIsNotComing .sword-title{
		white-space: nowrap;
	}

}



@media (min-width: 992px){
	#winterIsNotComing .sword-title{
		font-size: 3rem;
		line-height: 1;
		margin-left: 0;
		margin-right: 0;
	}


	#winterIsNotComing .sword-title::before,
	#winterIsNotComing .sword-title::after{
		content: '';
	}

	#winterIsNotComing .sword-title::before{
		margin-right: 15px;
	}

	#winterIsNotComing .sword-title::after{
		margin-left: 15px;
	}

	#winterIsNotComing .content{
		padding-bottom: 50px;
	}
}



@media (min-width: 1170px){
	#winterIsNotComing .sword-title{
		font-size: 4.4rem;
		line-height: 1;
		margin-left: 0;
		margin-right: 0;
	}

	#winterIsNotComing .sword-title::before{
		margin-right: 15px;
	}
	#winterIsNotComing .sword-title::after{
		margin-left: 15px;
	}

	#winterIsNotComing .sword-title::before,
	#winterIsNotComing .sword-title::after{
		width: 80px;
	}
}