/*
@font-face {
	font-family: 'Fontin';
	src: url('fonts/Fontin-Bold.eot');
	src: url('fonts/Fontin-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Fontin-Bold.woff') format('woff'),
		url('fonts/Fontin-Bold.ttf')  format('truetype');
	font-weight: bold;
	font-style: normal;
}

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

@font-face {
	font-family: 'Matrix';
	src: url('fonts/matrix.eot');
	src: url('fonts/matrix.eot?#iefix') format('embedded-opentype'),
		url('fonts/matrix.woff') format('woff'),
		url('fonts/matrix.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
*/

body {
	background-color: black;
	color:#dbd08f;
}

section {
	overflow-x: hidden;
}

a,
a:hover,
a:visited,
a:active,
a:link,
a:focus {
	color:#dbd08f;
	text-decoration: none;
}

p {
	font-family: "Droid serif", sans-serif;
	font-size: 25px;
	color:black;
	line-height: 1.5;
}

header {
	background: transparent url("images/bg-header.png") center bottom repeat-x;
	padding-bottom: 20px;
	z-index: 1000;
	position: fixed;
	width: 100%;
	top:0;
}
#header-pc > .container {
	position: relative;
}
header h1 {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
}
header img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


header.reduced img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

header .available {
	font-family: "Gentium Book Basic", serif;	
	letter-spacing: 2px;
	background: transparent url("images/underlines.png") center top no-repeat;
	text-transform: uppercase;
	display: block;	
	height: 34px;
    margin: 68px auto 10px auto;
	text-align: center;	
}

header .available p {
	padding-top: 4px;
	background: -webkit-linear-gradient(#8b7252, #dfd49c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color:#dbd08f;
	font-size: 18px;
}

h2 {
	font-family: "Gentium Book Basic", serif;
}

section {
	overflow: hidden;
	position: relative;
}

#main h2 {
	font-size: 70px;
	color:black;
	text-shadow: 0 0 20px #fff196;
	margin-top: 35px;
}

.skip {
	font-family: "Open Sans", sans-serif;
	color:#f5f1dd;
}

header p {
	margin: 10px;
}

header h1 img {
	margin: 0 auto;
}

header.reduced h1 img {
	margin: 0 0 30px 0;
}

header.reduced .small {
	text-align: right!important;
}

header.reduced .available {
	display: none;
}

header .btn-actions {
	display: none;
    position: relative;
    z-index: 3;
}
header.reduced .btn-actions {
	display: block;
}

.cta-reduced {
	margin: 10px 0 40px 20px !important;
	float:right;
	font-size: 13px!important;
	width: auto!important;
	padding: 10px 30px!important;
}

.cta-reduced strong {
	font-size: 20px!important;
}

#header-mobile {
	display: none;
}

#header-mobile {
}

#header-mobile .fa-bars {
	font-size: 24px;
}
#header-mobile .fa-circle-thin {
    font-size: 46px;
    top: 6px;
}
#hamburger {
	cursor: pointer;
}

#hamburger.open .fa-bars:before {
	content: "\f00d";
}

#header-mobile {
	height: 50px;
}
#header-mobile img {
    margin: auto;
    display: table;
    width: 160px;
    margin-top: 12px;
}
#wrapper-hamburger {
	position: absolute;
	left: 10px;
	top: 3px;
	width: 310px;
}
#hamburger-menu {
	width: 310px;
    height: 100%;
	text-align: left;
    position: fixed;
    list-style: none;
    background-color: black;
    font-family: "Gentium Book Basic", serif;
    padding: 0px;
    left: 0;
	top: 55px;
	-webkit-transform: translate3d(-310px, 0, 0);
	-moz-transform: translate3d(-310px, 0, 0);
	-ms-transform: translate3d(-310px, 0, 0);
	transform: translate3d(-310px, 0, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#hamburger-menu.open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#hamburger-menu li {
    margin-left: 30px;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #5F5D5D;
}
#hamburger-menu a {
	display: block;
    padding: 20px 0 20px 0;
    text-decoration: none;
    font-size: 18px;
}
.hamburger-target{
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

#main {
    padding-top: 140px;
    padding-bottom: 490px;
}

#main .background {
	background: #ecdbac url("images/bg-main.jpg") center top no-repeat;
	background-size: cover;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#container-ivan,
#ivan-stand {
	position: absolute;
}

#container-ivan {
	bottom:-10px;
	z-index: -1;
	width: 100%;
	left: 0;
	height: 0;
    padding-bottom: 500px;
}
#container-ivan #ivan {
	left: 50%;
    margin: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
	/*display: none;*/
	-webkit-transform: translate3d(0,0,0);
}

#ivan-stand {
	left: 50%;
    margin-left: -125px;
	z-index: 0;
    top: -10px;
}

.cta {
	background: rgba(181,39,46,1);
	background: -moz-linear-gradient(top, rgba(181,39,46,1) 0%, rgba(128,28,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,39,46,1)), color-stop(100%, rgba(128,28,31,1)));
	background: -webkit-linear-gradient(top, rgba(181,39,46,1) 0%, rgba(128,28,31,1) 100%);
	background: -o-linear-gradient(top, rgba(181,39,46,1) 0%, rgba(128,28,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(181,39,46,1) 0%, rgba(128,28,31,1) 100%);
	background: linear-gradient(to bottom, rgba(181,39,46,1) 0%, rgba(128,28,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5272e', endColorstr='#801c1f', GradientType=0 );
	border-radius: 3px;
	padding: 15px 30px;
	font-family: "Gentium Book Basic", serif;
	display: block;
	width: 300px;
	margin: 0 auto;
	font-size: 19px;	
	text-shadow: 1px 1px 1px #000;
}

.cta strong {
	text-transform: uppercase;
	font-size: 30px;
	display: block;
}

.cta:hover {
	text-decoration: none;
	color:white;
	background: #b5272e;
	text-shadow: none;
}

.cta-primary {
	margin: 410px auto 0 auto;
    width: auto;
    display: inline-block;
}

#main .cta {
    position: absolute;
    margin: 0;
    margin-left: -153.5px;
    left: 50%;
    bottom: 80px;
}

#main .cta-de,
#main .cta-pl,
#main .cta-fr {
	width: 400px!important;
	margin-left: -200px!important;
}

#about {
    margin-top: -90px;
    padding-top: 60px;
    padding-bottom: 170px;
}
#about .background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url("images/bg-about.png") center top no-repeat;
	left: 0;
    top: 30px;
    background-size: cover;
}

#about h2 {
    margin-bottom: 20px;
    font-size: 45px;
    margin-top: 50px;
    text-align: center;
	color:#b5272e;
	background: -webkit-linear-gradient(#000, #b5272e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#about .container {
	z-index: 1;
	position: relative;
}

.media-custom {
	margin-top: 50px;
}

.media-custom img {
	position: relative;
}

.media-custom a {
	display: table;
	position: relative;
	margin: auto;
}

.media-custom a img {
	border:solid 2px #000;
	width: 100%;
}

.media-custom a:hover img {
	border:solid 2px #fff;
}

.media-custom span {
	position: absolute;
	width: 100%;
	top:50%;
	margin-top: -20px;
	left: 0;
	text-align: center;
	color:rgba(255,255,255,0.8);
	font-size: 30px;
}

.media-custom a:hover span {
	color:white;
}

.bg-faction {
	width: 100%;
	z-index: -1;
	position: relative;
	overflow: hidden;
    background-size: cover !important;
    height: 1350px;
}

#factions {
	margin-top: -30px;
	overflow: visible;
}
#factions-container {
	overflow: hidden
}
#factions .separateur {
    background: transparent url("images/bg-pre-order.png") center top repeat-x;
    height: 186px;
    width: 100%;
    position: absolute;
    top: -27px;
    left: 0;
}

.content-faction {
	z-index: 100;
    margin-top: 510px;
}

.content-faction h3 {
	text-transform: uppercase;
	font-family: "Gentium Book Basic", serif;
	font-size: 40px;
	background: -webkit-linear-gradient(#8b7252, #ded293);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:90px 0 60px;
}

.content-faction p {
	color:#dbcf92;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
}

.container-posing {
	width: 100%;
	margin: auto;
	position: relative;
}

.posing {
	position: absolute;
	-webkit-transform: translate3d(50px, 0, 0);
	-moz-transform: translate3d(50px, 0, 0);
	-ms-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	opacity: 0;
	left: 0;
}

.posing.haven {
    top: 600px;
	left: 50%;
	right: initial;
	margin-left: -400px;
}

.posing.dungeon {
    top: 500px;
	left: 50%;
	right: initial;
	margin-left: -400px;
}

.posing.academy {
    top: 760px;
	left: 50%;
	right: initial;
    margin-left: -500px;
}

.posing.necropolis {
    top: 760px;
	left: 50%;
	right: initial;
	margin-left: -450px;
}

.posing.sylvan {
    top: 760px;
	left: 50%;
	right: initial;
	margin-left: -400px;
}

.posing.stronghold {
    top: 760px;
	left: 50%;
	right: initial;
	margin-left: -400px;
}

#factions-container .cycle-slide-active .posing, #factions-container .ontransition .posing {
	-webkit-transition: -webkit-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
	-moz-transition: -moz-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
	-ms-transition: -ms-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
	transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
}

#factions-container .cycle-slide-active .posing {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.factions-list {
	position: absolute;
	top:70px;
	z-index: 100;
	margin-left: 0;
	width: 100%;
}

.factions-list h2 {
	text-transform: uppercase;
	font-family: "Gentium Book Basic", serif;
	font-size: 40px;
	background: -webkit-linear-gradient(#8b7252, #ded293);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    margin-bottom: 35px;
}

.faction a {
	display: block;
	text-align: center;
	background-image: none;
	height: auto;
	width: auto;
	text-transform: uppercase;
	font-family: "Gentium Book Basic", serif;
	font-size: 20px;
    margin-bottom: 10px;
	/*
	background: -webkit-linear-gradient(#8b7252, #ded293);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
}

.faction a:hover {
	text-decoration: none;
}

#pager {
	border-bottom: solid 1px #48443a;
	border-top: solid 1px #48443a;
    padding: 11px 0px 1px 0px;
}

.faction.haven a {
	background-position: 0 0;
}

.faction a:focus {
	outline: none;
}

.faction.haven a:hover,
.faction.haven.cycle-pager-active a {
	background-position: 0 -185px;
}

.faction.academy a {
	background-position: -171px 0;
}

.faction.academy a:hover,
.faction.academy.cycle-pager-active a {
	background-position: -171px -185px;
}

.faction.necropolis a {
	background-position: -342px 0;
}

.faction.necropolis a:hover,
.faction.necropolis.cycle-pager-active a {
	background-position: -342px -185px;
}

.faction.stronghold a {
	background-position: -513px 0;
}

.faction.stronghold a:hover,
.faction.stronghold.cycle-pager-active a {
	background-position: -513px -185px;
}

.faction.sylvan a {
	background-position: -684px 0;
}

.faction.sylvan a:hover,
.faction.sylvan.cycle-pager-active a {
	background-position: -684px -185px;
}

.faction.dungeon a {
	background-position: -855px 0;
}

.faction.dungeon a:hover,
.faction.dungeon.cycle-pager-active a {
	background-position: -855px -185px;
}

#content {
    padding-bottom: 50px;
	background: transparent url("images/bg-content.png") center top no-repeat;
	margin-top: -30px;
    z-index: 100;
    background-size: 3000px 100%;
    margin-top: -60px;
}

#content h2 {
	text-transform: uppercase;
	font-family: "Gentium Book Basic", serif;
	font-size: 65px;
	background: -webkit-linear-gradient(#8b7252, #ded293);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 90px 0 50px 0;
    margin-top: 450px;
	font-size: 40px;
	text-align: center;
}

#content li {
	font-family: "Droid serif", sans-serif;
	font-size: 22px;
	line-height: 1.7;
	margin: 25px 0;
	text-shadow: 1px 1px 1px black;
}

#content li strong {
	font-weight: bold;
	text-transform: uppercase;
}

#posing-dragon {
    position: absolute;
    left: 50%;
    top: 68px;
    margin-left: -230px;
    width: 360px;
}

#pre-order {
	background: transparent url("images/bg-pre-order.png") center top repeat-x;
	margin-top: -30px;
    z-index: 101;
}

#pre-order h2 {
	text-transform: uppercase;
	font-family: "Gentium Book Basic", serif;
	font-size: 50px;
	background: -webkit-linear-gradient(#8b7252, #ded293);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 60px 0 50px 0;
	letter-spacing: 3px;
}

.pack {
	margin: 0 auto;
	text-align: center;
}

.pack img {
	margin: 0 auto;
}

.pack span {
	display: block;
	background: transparent url("images/underlines-pack.jpg") center top no-repeat;
	text-transform: uppercase;
	font-family: "Gentium Book Basic", serif;
	font-size: 25px;
	background: -webkit-linear-gradient(#8b7252, #ded293);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	height: 66px;
	padding-top: 7px;
	margin: 10px auto 30px auto;
}

.pack a:hover {
	text-decoration: none;
	color:white;
}

.pack-wrapper {
	height: 302px;
}

footer {
	text-align: center;
	padding-bottom: 30px;
}

footer hr {
	border-color:#404040;
}

.legalslogo img {
	margin: 10px auto;
	vertical-align: middle;
}

footer .shift {
	margin-top: 25px;
}

footer small {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color:#8b8b8b;
}

.btn-black {
	background: #454545;
	color:#e7e9e2;
}

.btn-black:focus, .btn-black:hover {
	color:white;
}

/* Media Queries */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.bg-faction {
		height: 965px;
	}

	.content-faction {
    	margin-top: 360px;
   	}

   	.factions-list {
		left: 50%;
   	}

	.posing.dungeon {
		top: 40px;
	    right: -730px;
	    left: initial;	
	}

	.posing.haven {
		top: 190px;
		right: -365px;
	    left: initial;
	}

	.posing.academy {
		top: 395px;
	    right: -425px;
	    left: initial;
	}

	.posing.necropolis {
		top: 420px;
	    right: -315px;
	    left: initial;
	}

	.posing.sylvan {
		top: 420px;
	    right: -210px;
	    left: initial;
	}

	.posing.stronghold {
		top: 360px;
	    right: -330px;
	    left: initial;
	}

	
	#main {
	    padding-bottom: 600px;
	}
	#container-ivan {
	    padding-bottom: 615px;
	}

	#main h2 {
		font-size: 70px;
	}
	#about h2 {
		font-size: 70px;
	    margin-bottom: 75px;
	    margin-top: 75px;
	    font-size: 45px;
	    text-align: left;
	}
	.factions-list h2 {
		font-size: 50px;
		margin-bottom: 35px;
	}
	#content h2 {
		font-size: 65px;
    	margin-top: 90px;
    	text-align: left;
	}
	#pre-order h2 {
		font-size: 51px;
	}
	#posing-dragon {
	    top: initial;
		bottom: -30px;
   		margin-left: -900px;
		width: auto;
   	}
  	header.reduced h1 {
    	top: 18px;
  	}
  	header.reduced h1 img {
		-webkit-transform: translate3d(-255px, 0, 0);
		-moz-transform: translate3d(-255px, 0, 0);
		-ms-transform: translate3d(-255px, 0, 0);
		transform: translate3d(-255px, 0, 0);
	}

}/* /Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.factions-list {
		width: 970px;
	}
	.posing.dungeon {
	    right: -685px;
	}
	#content {
  		background-size: cover;
    	margin-top: -50px;
  	}

  	header h1 {
    	top: 13px;
  	}
  	header.reduced h1 {
    	top: 18px;
  	}
  	header.reduced h1 img {
		-webkit-transform: translate3d(-345px, 0, 0);
		-moz-transform: translate3d(-345px, 0, 0);
		-ms-transform: translate3d(-345px, 0, 0);
		transform: translate3d(-345px, 0, 0);
	}

}/* /Medium devices (desktops, 992px and up) */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#main,
	#about .background,
	#content,
	.bg-faction {
		background-size: cover!important;
	}
	
	.faction a {
		height: 185px;
		background: transparent url("images/sprites.png") 0 0 no-repeat;
		padding-top: 160px;
		width:171px;
	}

	#pager {
		padding-bottom: 30px;
	}

	.content-faction {
		margin-top: 427px;
	}

	.factions-list {
		width: 1170px;
	}

	.posing.dungeon {
	    right: -580px;
	}

	#ivan-stand {
		left: 50%;
		margin-left: -50px;
	}

	#posing-dragon {
   		margin-left: -1000px;
   	}

   	header.reduced h1 {
   		top: 19px;
   	}
  	header.reduced h1 img {
		-webkit-transform: translate3d(-445px, 0, 0);
		-moz-transform: translate3d(-445px, 0, 0);
		-ms-transform: translate3d(-445px, 0, 0);
		transform: translate3d(-445px, 0, 0);
	}
}/* Large devices (large desktops, 1200px and up) */

/* /Media Queries */


/** Custom media queries KEVIN **/

@media (max-width: 520px) {
	.bg-faction {
		height: 1600px;
	}

	.posing.haven {
	    top: 800px;
	}

	.posing.dungeon {
	    top: 700px;
	}

	.posing.academy {
	    top: 960px;
	}

	.posing.necropolis {
	    top: 960px;
	}

	.posing.sylvan {    
		top: 1090px;	
	}

	.posing.stronghold {
	    top: 960px;
    	margin-left: -300px;
	}
}

@media (max-width: 769px) {
	#header-pc {
		display: none;
	}
	#header-mobile {
		display: block;
	}
	#main {
		padding-top: 35px;
	}
}

@media (max-width: 991px) {
	#header-pc img {
		width: 200px;
		margin: 12px 0 15px 0;
	}
}