html{
	width: 100%;
	height:100%;
}
@font-face{
	font-family: gothic;
	src: url(../fonts/gothic.woff);
}
@font-face{
	font-family: gothic_bold;
	src: url(../fonts/gothic_bold.woff);
	color: white;
}

body{
	margin:0;
	background-color: #000;
	width: 100%;
	height:100%;
	position: relative;
	font-family: gothic;
	color:#fff;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul li{
	display: inline-table;
}

header{
	min-height: 60px;
	background-color: #000;
	text-align: center;
}

header img{
	margin-top: 10px
}
.launch-wrapper{
	width: 100%;
	height: auto;
	position: relative;
	
	background-size: cover;
	overflow: hidden;
}

#layerA{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;

}
#layerAri{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;

}
#layerIkah{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;

}
#layerFranK{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;

}


.shadowIkah h2{
	font-size: 36px
}

.shadowFrank h2{
	font-size: 36px
}
.upper-sand{
	font-size: 24px;
}
.subtitle{
	font-size: 30px;
}
.shadowIkah .promo-sl{
    padding-top: 26px !important;
}
.shadowIkah h3 {
	font-size: 30px;
	margin-top: 0;
}
.shadow{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bp.png);
	background-repeat: repeat;
}

.shadowAri{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bp.png);
	background-repeat: repeat;
}

.shadowIkah{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bp.png);
	background-repeat: repeat;
}
.shadowFrank{
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bp.png);
	background-repeat: repeat;
}
.re-shadow{
	position: absolute;
	top: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bp.png);
	background-repeat: repeat;
}
.launch-info-odisea{
	width: 50%;
	position: relative;
}

.artist-sl{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.promo-sl{
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 80px;

}

.cover-sl img{
	box-shadow: 10px 5px 25px black;
}
.options-sl{
	margin-top: 25px;
}
.goToimg{
	margin-left: 2%;
	margin-right: 2%;
}

.also-list li{
	padding: 25px;
}

.also-wrapper h2{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.links li{
	padding: 0px;

}

footer{
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.cover-left{
	width: 40%;
}
@media(max-width: 1024px){
	.promo-sl{
		padding-top: 0;
	}
	#layerIkah img{
		width: auto;
		height: 100%;
		margin-left: -50%;
	}
	.cover-left{
	width: 50%;
	}
}

@media(max-width: 768px){
	.cover-left{
		width: 100%;
	}

	#layerA img{
		width: auto !important;
		height: 100% !important;
		margin-left: -100%;
	}
	.cover-sl img{
		width: 69% !important;
	}

	.also-cover img{
		width: 60% !important;
	}

	#layerIkah img{
		width: auto;
		height: 100%;
	}

}

@media(max-width: 400px){

	.fullH{
		min-height: 720px !important;
	}

}