/* Savage Hunt*/




@import url(https://fonts.googleapis.com/css?family=Marcellus+SC:400,700);

/* ---- General Styling ---- */

p {
    margin: 0px 0px 15px;
	color: #b9b8b8;
}

body{
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
    color: #b9b8b8;
	background-color: #111;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #fff;
    box-shadow: 0 0 0px 100px white inset;
}

#password-lost-form .reg-header.text-center{
	text-align: left;
}

.header {
	border-bottom: none;
}

.header .logo  {
    display: none;
}
.header.small .logo {
    display: inline-block;
    position: absolute;
    width: 200px; /* 600 */
    height: 90px;
    text-align: center;
    left: 50%;
    top: 105px;
    margin-left: -100px; /* -300 */
	/*
    display: inline-block;
    position: absolute;
    width: 130px;
    height: 90px;
    text-align: center;
    left: 0;
    top: 25px;
    margin-left: 0;
	display: none;*/
}
.header.small .logo img {
    width: 100%;
}

.breadcrumbs {
    border-bottom: 1px solid #444;
}
.breadcrumb a {
    color: #fff;
}

.main-container{
	-ms-transition: transform 200ms ease 0s;
	-webkit-transition: transform 200ms ease 0s;	
	transition: transform 200ms ease 0s;	
}

.topbar-toggle,
.navigation-toggle{
	display: none;
}

.mobile-accountHeader{
	display: none;
}
	
.wrapper {
    overflow-x: hidden;
    background: #000 none repeat scroll 0% 0%;
    margin: 0px auto;
    max-width: 1920px;
    box-shadow: -8px 0px 10px rgba(0, 0, 0, 0.1), 8px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-feature-account{
	background: #171717 url('../images/background-header-account.jpg') no-repeat center top/cover;
	width: 100%;
	max-width: 1920px;
    min-height: 330px;
	position: relative;
	margin: 0px auto;
}

.lpr-header{
	display: block;
}

.main-feature-news{
	background: #171717 url('../images/background-header-newssection.jpg') no-repeat center top/cover;
	width: 100%;
	max-width: 1920px;
	min-height: 340px;
	position: relative;
	margin: 0px auto;
}

.main-feature-media{
	background: #171717 url('../images/background-header-media.jpg') no-repeat center top/cover;
	width: 100%;
	max-width: 1920px;
	min-height: 340px;
	position: relative;
	margin: 0px auto;
}
.main-feature-small{
	background: #171717 url('../images/background-header-small.jpg') no-repeat center top/cover;
	width: 100%;
	max-width: 1920px;
	min-height: 340px;
	position: relative;
	margin: 0px auto;
}

#block2.medien:after,
.main-feature-account:after, .main-feature-small:after {
	content: '';
    background: transparent url(../images/header-divider.png) no-repeat center top;
    width: 100%;
    max-width: 1920px;
    min-height: 60px;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    bottom: -30px;
    z-index: 10;
}

/*.main-feature-big:after,*/
.main-feature-news:after,
.main-feature-media:after,
.main-feature-small:after{
	content: '';
    background: transparent url(../images/header-divider.png) no-repeat center top;
    width: 100%;
    max-width: 1920px;
    min-height: 60px;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    bottom: -30px;
    z-index: 10;
}


h4{
	font: 400 20px/22px "Marcellus SC",Arial,sans-serif;
    color: #eae9e9;
}
hr {
    margin: 30px 0;
    border-top: 1px solid #444;
}

.alert-warning{
	color: #72c02c;
	background:transparent;
	border: none;
}

.alert-dismissable .close{
	display: none;	
}

.alert-warning h4{
    font: 700 22px/22px "Marcellus SC",Arial,sans-serif;
}

#block1.login hr {
    margin: 30px 0 15px;
}

.main-feature-big{
	width: 100%;
	max-width: 1920px;
	min-height: 650px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: #000 url('../images/background-section-home-top.jpg') no-repeat center top;
}

.header.small:before,
.header.big:before{
	/*background: transparent url('../images/spritesheet.png') no-repeat center -192px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: -2px;*/
}

.main-feature-big .logobig {
    vertical-align: middle;
    display: block;
    width: 360px; /* 600 */
    height: 184px;
    margin: 145px -180px 0px; /* 215px -300px 0px */
    left: 50%;
    z-index: 20;
    position: absolute;
}

.main-feature-big .logobig img {
    /*display: none;*/
    width: 100%;
}

.content{
	position: relative;
}

.border-box{
  background-color: #000; /*#fff7e3;*/
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  -moz-border-image: url("../images/dp-border-image.png") 20 20 20 20 repeat stretch;
  -webkit-border-image: url("../images/dp-border-image.png") 20 20 20 20 repeat stretch;
  border-image: url("../images/dp-border-image.png") 20 20 20 20 repeat stretch;
}

.breadcrumbs {
    /*margin-bottom: 150px;*/
    overflow: visible;
    position: relative;
}
.breadcrumbs .container {
    text-align: center;
}

#block1.home {
    padding-top: 0;
}

.breadcrumbs{
	display: none;
}

h2, .headline h2{
	font: 100 40px/40px "Marcellus SC",Arial,sans-serif;
	color: #eae9e9;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5), 1px 2px 2px rgba(0,0,0,0.5), 1px 1px 5px rgba(0,0,0,0.3);
}

section .headline h2 {
    position: relative;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-left: 20px !important;
}

.breadcrumb li.active, .breadcrumb li a:hover {
    color: #c0921e;
    text-decoration: none;
}

.blog-thumb-v3 h3{
    font-family: "Marcellus SC",Arial,sans-serif;
    font-size: 19px;
    line-height: 17px;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.input-group{
	width: 100%;
}

h2.title-v2{
	color: #c0921e;
}

.blog-grid h2.blog-grid-title-lg {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 10px;
    font-weight: 700;
}

.blog-grid h3{
	line-height: 1;
}

.thumbnails .blog-grid h3 a {
	font: 700 18px/18px "Open Sans",Arial,sans-serif;
    color: #eae9e9;
	text-shadow: none;
	margin-top: 5px;
}

.news-overview-list {
	margin-top: -5px;	
}


p{
	font-size: 16px;
}

.account-details p{
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #b9b8b8;
}
.account-details p strong{
	color: #eae9e9;
}

.play-button-small{
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 0;
}

.play-button-big{
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: -10px;
} 

.play-button-small a{
	display: block;
    width: 440px;
    height: 210px;
    margin: 0 auto;
    position: relative;
}

.play-button-big a, .play-button-small a{
    display: block;
    width: 351px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    color: #fff;
    font: 600 23px/25px "Marcellus SC",Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 44px;
    background: transparent url(../images/dp-ornament-button.png) no-repeat center top/cover;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.play-button-big a.de:after {
    font: 100 28px/33px "Marcellus SC",Arial,sans-serif;
}

.play-button-big a.fr {
    font: 600 29px/54px "Marcellus SC",Arial,sans-serif;
	/*padding-top: 13px;*/
}


.play-button-small a:hover,
.play-button-big a:hover{
	color: #fff;
    text-shadow: 0px 0px 3px rgba(255,255,255,0.5), 0px 0px 15px rgba(255,255,255,0.5);
    background-position: center -138px;
}

.fb-login-button img{
	margin: 20px 0px 0px;
}

.profile .date-formats {
    color: #FFF;
    float: left;
    text-align: center;
    background: #c0921e none repeat scroll 0% 0%;
    margin: 7px 13px 0px 0px;
    padding: 7px 10px 4px;
}

.profile .panel-heading {
	background: #000;
}

.profile .profile-event {
	background: #000;
}

.profile .panel-heading {
	border: none;
}

.profile .profile-body {
    padding: 20px;
    background: #000 none repeat scroll 0% 0%;
}

.profile-body .profile-c{
	padding: 0px 15px;
}

.profile-body .profile-c .carousel-inner .item{
	padding: 20px;
}

a {
    /*color: #c0921e;*/
	color: #ffc21e;
    text-decoration: none;
}

a:hover, a:active {
    /*color: #c7721e;*/
	color: #ffd61e;
    text-decoration: none;
}

.checkbox label, .radio label {
	color: #999;
}

.checkbox a, .radio a{
	color: #ccc;
}

.latest-list small {
    color: #ccc;
    display: block;
}

.latest-list li {
    padding: 8px 0px;
    border-top: 1px solid #ccc;
}

.latest-list li:first-child {
    padding-top: 0px;
    border-top: medium none;
}

.latest-list li a {
    color: #555;
}

.link-list a {
    color: #EEE;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #BBB;
    float: right;
    margin-top: 10px;
}

.link-list li:first-child {
    border-top: medium none !important;
}

.headline {
    display: block;
    margin: 10px 0px 25px;
    border-bottom: none;
}

.headline h2, .headline h3, .headline h4 {
	margin: 0px 0px -2px;
	/*padding-bottom: 5px;*/
	display: inline-block;
    border-bottom: none;
}

.header .topbar ul.loginbar > li > a, 
.header .topbar ul.loginbar > li > a:hover {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.header .topbar ul.loginbar li i.fa {
    color: #fff;
}

.header .topbar ul.languages li i.fa {
    color: #BBB;
    display: none;
}

.header .topbar ul.languages li.active i.fa{
	display: block;
}

#sidebar-nav-1 .fa{
	width: 20px;
}

#sidebar-nav-1 a:hover{
	color: #c0921e;
}

.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #182A43 none repeat scroll 0% 0%;
}

.headline-v2 {
    display: block;
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px 0px 20px;
    padding: 0px;
    border-left: none;
}

.blog-latest-posts h3 {
    font-size: 14px;
    margin: 0px 0px 3px;
    line-height: 20px;
}

.blog-latest-posts a,
.blog-latest-posts a:hover{
	color: #c0921e;
	text-decoration: none;
}

.thumbnail h3 a, .thumbnail-style h3 a {
    color: #585F69;
    font-size: 18px;
    font-weight: 700;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #c0921e;
	text-decoration: none;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

.blog-grid a.r-more {
	color: #FFF;
	padding: 1px 6px;
	background: #990000 none repeat scroll 0% 0%;
	display: inline-block;
	font-style: normal;
}

.migration li{
	font: 900 40px/41px 'Marcellus',Arial,sans-serif;
	color: #c0921e;
}

.migration li h2{
	font-size: 22px;
	line-height: 23px;
	margin-top: 30px;
}

.migration li p{
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.42857;
	color: #555;
	font-weight: 400;
}

.modal-sm{
	width: 350px;
}

.modal-content {
    position: relative;
    border-radius: 0 0 0 0;
    outline: 0px none;
    background: transparent;
    border: none;
    box-shadow: none;
    height: 120px;
}

.modal-body h4{
	display: none;
}

.modal-body #modal-login-body a,
.modal-body #modal-cashshop-body a,
.modal-body #modal-register-body a{
    box-sizing: border-box;
    height: 100px;
    margin: -5px auto;
    display: block;
    width: 280px;
    background: transparent url('../images/modal-play-button.png') no-repeat scroll center top;
    border: 0px none;
	padding-top: 22px;

	font: 700 44px/44px 'Marcellus', sans-serif;
    color: #FFF;
    text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8), 0px 0px 4px rgba(0,0,0,0.7), 0px 0px 3px rgba(0,0,0,0.6);
	text-decoration: none;
}

.modal-body #modal-login-body a:hover{
	text-decoration: none;
	background-position: center bottom;
}

.content-boxes-v2-o small{
	font: 700 13px/16px "Open Sans", sans-serif;
	color: #333;
}

/* Slick Adaptions */

.shf-header {
	position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -452px;
    bottom: 0px;
    text-align: left;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    min-height: 100px;
}

.shf-header span {
	display: block;
    color: #fff;
    font: 700 35px/33px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

/* ---- Header Styling ---- */

.header.small,
.header.big {
	position: relative;
	max-width: 1920px;
	margin: 0px auto;
	font-size: 100%;
    background: #000 url("../images/background-menu.jpg") no-repeat scroll center bottom;
}

.header > .container {
    display: table;
	margin-bottom: -78px;
    height: 110px; /* necessary because the logo is not shown anymore */
    position: relative;
}

.header .topbar {
    z-index: 12;
    padding: 4px 0px;
    position: relative;
}

.header .topbar ul.loginbar > li {
    display: inline;
    list-style: outside none none;
    position: relative;
    padding-bottom: 15px;
}

.header .navbar-collapse {
	height: 85px !important;
}

.header .navbar-nav {
    position: relative;
	margin-top: 17px;
}

.header .navbar-nav > li:hover > a, .header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
    color: #ccc;
}

.header .topbar ul.loginbar li i.fa-home{
	font-size: 15px;
}

.header .topbar ul.accountBar li i.fa-cog,
.header .topbar ul.accountBar li i.fa-key{
	display: none;
}

/*accountBar*/
.header .topbar ul.accountBar {
	top: 25px;
	left: -5px;
	display: none;
	padding: 4px 0;
	padding-left: 0; 
	list-style: none;
	min-width: 100px;
	position: absolute;
	background: #f0f0f0;
}
	
.header .topbar li:hover ul.accountBar {
	display: block;
}
	
.header .topbar ul.accountBar:after {
	top: -4px;
	width: 0; 
	height: 0;
	left: 8px;
	content: ' '; 
	display: block; 
	position: absolute;
	border-bottom: 6px solid #f0f0f0;	
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
	
.header .topbar ul.accountBar li a {
	color: #555;
	display: block;
	font-size: 10px;
	padding: 2px 12px;
	margin-bottom: 1px;
	text-transform: uppercase;
}
	
.header .topbar ul.accountBar li.active a i {
	color: #999;
	float: right;
	margin-top: 2px;
}
	
.header .topbar ul.accountBar li a:hover, 
.header .topbar ul.accountBar li.active a {
	background: #fafafa;
}
	
.header .topbar ul.accountBar li a:hover {
	text-decoration: none; 
}

/* ---- Content / Section Styling ---- */

.thumbnail-style:hover {
    box-shadow: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
}

.content-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

#block1.login .content,
#block1.password-reset .content,
#block1.register .content{
	min-height: 595px;
}

#block1,
#block2,
#block3,
#block4,
#block5{
	max-width: 1920px;
	margin: 0px auto;
	position: relative;
}

#block3.game{
	min-height: 800px;
}

#block1.home h1{
	font: 900 38px/35px 'Marcellus',Arial,sans-serif;
	color: #c0921e;
}
#block1.home .caption > h3 > a {
    display: block;
    height: 27px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #eae9e9;
}


#block1.home .col-md-6,
#block1.home .col-md-3,
#block5.home .col-md-6,
#block5.home .col-md-3,
#block4.game .col-md-6,
#block4.game .col-md-3,
#block3.medien .col-md-6,
#block3.medien .col-md-3{
	text-align: left;	
}

#block1.home {
    background: #000 url('../images/background-section-home.jpg') no-repeat scroll center top / cover;
/*    min-height: 1250px;*/
}

#block2.home{
    background: #000  url('../images/background-section-about.jpg') no-repeat center top / cover;
	min-height: 750px;
}

#block3.home{
    background: #000;
/*   background: #fff url('../images/sec-background-tower.jpg') no-repeat center bottom / cover; */
}

#block4.home .jumbotron p{
	font-size: 16px;
}

#block5.home{
    background: #000;
/*	background: #fff url('../images/background-section-2.jpg') no-repeat center bottom / cover; */
}

#block2 p{
	margin-left: 40px;
}

#block2 .about-list{
	margin-left: 40px;
}

#block2 .about-list li{
	color: #b9b8b8;
	font-size: 16px;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: inherit;
    margin-left: 28px;
    position: relative;
	display: none;
}

.panel-orange {
    border-color: #c0921e;
}

.panel-orange > .panel-heading {
    background: #c0921e none repeat scroll 0% 0%;
}

#block1.features h3{
	font-weight: 700;
	margin-top: 30px;
}

#block1.medien{
	background: url('../images/background-section.jpg') no-repeat center 99%;
}

#block1.login {
	background: #18161b url('../images/background-section-account.jpg') no-repeat scroll center top / cover;
}
#block1.login p, #block1.register p, #block1.password-reset p {
    color: #aeaeae;
}

#block1.register {
	background: #18161b url('../images/background-section-account.jpg') no-repeat scroll center top / cover;
}

#block1.password-reset {
	background: #18161b url('../images/background-section-account.jpg') no-repeat scroll center top / cover;
}

#block1.news-detail,
#block2.medien{
    background: #18161b url('../images/background-section-download.jpg') repeat-y scroll center top;
}
#block1.news-detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

#block3.medien{
    background: #18161b url('../images/background-section-download.jpg') repeat-y scroll center top;
}
.news-date-detail{
	margin-top: -15px;	
}

.title-v4 {
    font-size: 22px;
    margin: 0px 0px 20px;
    font-weight: bold;
    position: relative;
    text-transform: none;
    border-bottom: 2px solid #333;
}

.thumbnail-img,
.thumbnail-style .thumbnail-img{
	/*background-color: rgba(29, 29, 29, 0.9);
    border-width: 4px;
    border-style: ridge;
    border-color: #8C532A #693E17 #693E1F #925C35;
    padding: 0;*/
	
    background-color: #fff7e3;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    -moz-border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
    -webkit-border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
    border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
}

section.home .thumbnail-kenburn:before,
section.home .thumbnail-kenburn:after,
section.home .thumbnails .thumbnail-img:before,
section.home .thumbnails .thumbnail-img:after,

section.news-detail .col-sm-6.sm-margin-bottom-20:before,
section.news-detail .col-sm-6.sm-margin-bottom-20:after,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:before,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:after
{
    /*content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 28px;
    background: url('../images/spritesheet.png') no-repeat;
    z-index: 1;*/
}
section.home .thumbnail-kenburn:before,
section.news-detail .col-sm-6.sm-margin-bottom-20:before {
    background-position: -18px -12px;
}
section.home .thumbnail-kenburn:before {
    top: 1px;
    left: 15px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20:before {
    top: -6px;
    left: 8px;
}

section.home .thumbnail-kenburn:after,
section.news-detail .col-sm-6.sm-margin-bottom-20:after {
    background-position: -64px -12px;
}
section.home .thumbnail-kenburn:after {
    top: 1px;
    right: 14px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20:after {
    top: -6px;
    right: 7px;
}

section.home .thumbnails .thumbnail-img:before,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:before {
    background-position: -18px -55px;
}
section.home .thumbnails .thumbnail-img:before {
    left: -10px;
    bottom: -8px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:before {
    left: -10px;
    bottom: -8px;
}

section.home .thumbnails .thumbnail-img:after,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:after {
    background-position: -64px -55px;
    right: -10px;
}
section.home .thumbnails .thumbnail-img:after {
    bottom: -8px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:after {
    bottom: -8px;
}

.thumbnail-style a.btn-more {
    display: none;
    /*
    right: -10px;
    bottom: 10px;
    color: #FFF;
    padding: 1px 6px;
    position: absolute;
    background: #c0921e none repeat scroll 0% 0%;
    display: inline-block;
    */
}

.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #fff;
}

.news-detail ul li{
	color: #b9b8b8;
}

/* ---- Content / About Home ----*/

#screens {
    width: 730px;
    height: 240px;
    background: url('../images/home/screenshots_bg.png') center top no-repeat;
    margin-left: -50px;
}

.fs_screenshots {
    position: relative;
}

.fs_screenshots .screen1 {
    left: 46px;
}
.fs_screenshots .screen1, .fs_screenshots .screen2, .fs_screenshots .screen3 {
    position: absolute;
    top: 53px;
}



/* ---- Content / Download Page ---- */

#block1.download {
    background: #18161b url('../images/background-section-download.jpg') no-repeat scroll center top;
	min-height: 750px;
}

#block1.download p{
	margin-left: 40px;	
}

#block1.download p.smaller{
    width: 80%;
}

#block1.download h2.subHeadline{
    margin: 30px 0px 10px 40px;
}

#block1.download table{
	margin: 30px 0px 0px 40px;	
}

#block1.download th{
    color: #fff;
    font-weight: 700;
}

#block1.download td{
	padding-right: 15px;
}

#block1.download .download-button{
	background: url('../images/download_button.png') center top no-repeat;
    width: 370px;
    height: 110px;

    font: 700 26px/110px "Marcellus SC",Calibri,Arial,sans-serif;
    color: #F5F5F5;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000, 0px 0px 4px #000, 0px 0px 3px #000;
    animation: 1050ms ease 0s normal none infinite glide;
    border: 0px none;
    display: block;
    cursor: pointer;
    text-align: center;
}

#block1.download .download-button:hover{
	background-position: center bottom;
}

/* ---- Responsive Video Styling ---- */

#savagehunt-video{
	/*border-width: 4px;
    border-style: ridge;
    border-color: #8C532A #693E17 #693E1F #925C35;*/
	
    background-color: #fff7e3;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    -moz-border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
    -webkit-border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
    border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---- Footer Styling ---- */

.footer-logo {
    margin: 17px 0px 20px;
	height: 40px;
}

.footer-v1{
	max-width: 1920px;
	margin: 0px auto;
    background: #121115 url("../images/background-footer.jpg") no-repeat scroll center -3px/cover;
    position: relative;
}

.footer-v1:before {

    background: url('../images/spritesheet.png') no-repeat  center -185px;
    height: 30px;
    content:'';
    display: block;
    /*	box-shadow: 0px 7px 5px rgba(0,0,0,0.2);*/
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer-v1 .footer{
	/*background: #fff url('../images/section-divider.png') no-repeat scroll 50% 0px; /*, url('../images/background-footer.jpg') no-repeat scroll center top; */
	background: none;
    padding: 20px 0px 20px; /*  70px 0px 20px;*/
}

.footer-v1 .footer p{
	font-size: 14px;
}

.footer-v1 .copyright {
	background: #000;
	padding: 5px 0px 5px;
	min-height: 90px;
}

.footer-v1 .copyright a {
	font-size: 14px;
	color: #ffc21e;	
}

.footer-v1 .headline {
    /*border-bottom: 1px dotted rgba(174,174,174,0.8);*/
    border-bottom: 2px solid #9c0000;
}

.footer-v1 .copyright p{
	font-size: 14px;
	color: #aeaeae;
}

.footer-v1 .footer h2 {
	color: #eae9e9;
	font: 400 20px/16pt "Marcellus SC",sans-serif;
    border-bottom: 2px solid #9c0000;
}



.footer-v1 .footer p {
    color: #aeaeae;
}

.footer-v1 .link-list a, .footer-v1 .link-list i {
    color: #aeaeae;
}

.footer-v1 .link-list li {
    border-top: medium none !important; /*1px solid #ccc;*/
}

.footer-v1 .bg-so{
	height: 28px;
	top: 0px;
	left: 3px;
	width: 28px;
	z-index: 0;
	background-color: rgb(255, 255, 255);
	border-radius: 5px !important;
	position: absolute;
}

.social_facebook,
.social_youtube{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.social_facebook:after{
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
}

.social-icons li{
	position: relative;
	width: 32px;
	height: 32px;
}


/* ---- DP-Styling ---- */

section{
	position: relative;
}

.center{
	text-align: center;
}
	
.mt60{
	margin-top: 40px;
}

.story.st1 .mt60{
	margin-top: 20px;
}

.mt620{
	/*margin-top: 620px;*/
}

.border-box{
    background-color: #fff7e3;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    -moz-border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
    -webkit-border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
    border-image: url(../images/dp-border-image.png) 5 5 5 5 repeat stretch;
}

.slick-initialized .slick-slide {
    display: block;
    position: relative;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.breadcrumbs {
	overflow: hidden;
    padding: 20px 0px 16px;
    border-bottom: 1px solid #EEE;
    background: transparent url(../images/background-breadcrumbs.jpg) repeat scroll 0% 0%;
    display: none;
}
	
.breadcrumbs h1 {
    font: 400 44px/45px "Marcellus SC",Arial,sans-serif;
    color: #eaeaea;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px;
    top: auto;
    margin-left: auto;
    left: auto;
    transform: translate(-50%, 0);
    display: inline-block;
    z-index: 1;
}
	
.breadcrumbs h1:before{
	background: none;
}

.play-button{
    position: absolute;
    top: 520px;
    left: 300px;
	
	background: transparent url('../images/button-green.jpg') no-repeat center top;
    width: 259px;
    height: 63px;	
}
	
.trailer-button{
    position: absolute;
    top: 520px;
    right: 300px;
	
	background: transparent url('../images/button-blue.jpg') no-repeat center top;
    width: 259px;
    height: 63px;	
}

#blockmain{
	background: #000 url('../images/background-section-home-content.jpg') no-repeat center top;
	min-height: 1650px;
}

#sh-logo{
	background: transparent url('../images/logo-savage-hunt.png') no-repeat center top;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -225px;
	width: 450px;
	height: 500px;
}
	
#savage-hunt-teaser{
    background: rgba(0,0,0,0.4);
    border: 1px solid #5b5a50;
    width: 1320px;
    height: 620px;
    box-sizing: border-box;
    padding: 25px 7px;
    margin-left: -65px;
}
	
#savage-hunt-teaser .upper{
	
}

#savage-hunt-teaser .lower{
	clear: both;
}

#savage-hunt-teaser .lower ul{
    margin: 0px 0px;
    padding: 20px 2px;
}
	
#savage-hunt-teaser .lower ul li{
	float: left;
	list-style: none;
    position: relative;
	margin: 0px 6px;
}

#savage-hunt-teaser .shopbox{
     float: right;
     margin-top: -10px;
}

#savage-hunt-teaser .lower-text{
	position: absolute;
    color: #fff;
    bottom: 5px;
    left: 2px;
    font: 400 30px/27px'Marcellus SC', serif;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.5);
    padding: 15px;
    right: 5px;
    min-height: 83px;
}



#savage-hunt-teaser .infobox{
	float: left;
	margin: -8px 10px 0px;
    width: 912px;
    height: 337px;
}

.hunt-them-all{
	margin: 0px auto;
    text-align: center;
}
	
#news-section{
    background: rgba(0,0,0,0.4);
    border: 1px solid #5b5a50;
    width: 1320px;
    height: 615px;
    box-sizing: border-box;
    padding: 25px 7px;
    margin-left: -65px;
}

#news-section .news{
    width: 405px;
    height: 570px;
    position: relative;
    float: left;
    margin: 0px 14px;
}
	
#news-section .title-image{
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 50%;
    margin-left: -200px;
}

#news-section .news-content{
	background: transparent url('../images/news/news-paper.png') no-repeat center top;
    width: 410px;
    height: 320px;
    padding: 20px;
    z-index: 5;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -205px;
}
	
#news-section .news-content h2{
    color: #222;
	width: 330px;
	font-weight: 700;
}

#news-section .news-content h2 a,
#news-section .news-content h2 a:active,
#news-section .news-content h2 a:hover{
	color: #fff;
}
	
#news-section .news-content p{
    color: #222;
}

#news-section-account a.r-more {
	color: #FFF;
    padding: 2px 7px;
    margin: 2px;
    background: #990000 none repeat scroll 0% 0%;
    display: inline-block;
    font-style: normal;
}

/* START FAQ */

#block1.faq {
    background: #18161b url(../images/background-section-download.jpg) repeat-y scroll center top;
	min-height: 900px;
}

.faq .panel-group{
    background: none;
    margin: 0px 10%;
}	

.faq .panel {
    margin-bottom: 0px;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.7);
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
}
	
.faq .panel-default>.panel-heading {
    color: #333;
    background-color: rgba(0,0,0,0.75);
    border-color: #ddd;
	position: relative;
}

.faq .panel-heading a.accordion-toggle::after {
    position: absolute;
    content: '';
    top: 8px;
    right: 8px;
    background: transparent url(../images/condition.png) no-repeat center top;
    width: 28px;
    height: 28px;
    z-index: 10;
}
	
.faq .panel-heading a.accordion-toggle.collapsed::after {
    position: absolute;
    content: '';
    top: 8px;
    right: 8px;
    background: transparent url(../images/condition.png) no-repeat center bottom;
    width: 28px;
    height: 28px;
    z-index: 10;
}
	
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    padding: 20px 40px 5px;
}
	
.faq .acc-v1 .panel-heading a {
    display: block;
    font-size: 20px;
    padding: 10px 20px 7px;
    background: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-weight: 400;
}

.faq .headline h4.panel-title{
	width: 100%;
}

.faq a{
	color: #ffc21e;
}

.faq a.accordion-toggle{
	color: #fff;
}

.faq a:hover, .faq a:active, .faq a:focus {
	color: #ffd61e;
}
	
.faq p{
	color: #fcfcfc;
	font-size: 14px;
}

/* END FAQ */

#blockbook{
    background: #000 url(../images/background-dragonbook.jpg) no-repeat center top/cover;
    min-height: 1390px;
    padding-top: 30px;
}

#blockbook h1{
	color: #fff;
    font: 700 40px/35px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.main-dragonbook-small {
    background: #171717 url(../images/background-header-dragonbook.jpg) no-repeat center top/cover;
    width: 100%;
    max-width: 1920px;
    min-height: 340px;
    position: relative;
    margin: 0px auto;
}

.main-download-small:after,
.main-faq-small:after,
.main-dragonbook-small:after {
	content: '';
    background: transparent url(../images/header-divider.png) no-repeat center top;
    width: 100%;
    max-width: 1920px;
    min-height: 60px;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    bottom: -30px;
    z-index: 10;
}	

#book-section{
	position: relative;
    /*  height: 1100px;*/
}

#book-section iframe{
	margin: auto;
	display: block;
}

#dragonbook{
	background: transparent url('../images/dragonbook/dragonbook.png') no-repeat center top;
    width: 1509px;
    height: 1115px;
    padding: 20px;
    z-index: 5;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -755px;
}
	
#book-section ul.dragon-pictures li{
	background: transparent url('../images/dragonbook/dragonbook-border.png') no-repeat center top;
	float: left;
	list-style: none;
    position: relative;
    margin: 5px 5px;
    padding: 8px;
}

.left-page{
    position: relative;
    width: 730px;
    height: 1040px;
    padding: 60px 20px 30px 80px;
    float: left;
}
	
.right-page{
	position: relative;
	width: 730px;
	height: 1040px;
    padding: 60px;
	float: right;
}

#dragon-headline{
    position: absolute;
    color: #222;
    top: 75px;
    left: 70px;
    width: 500px;
    text-align: center;
    font: 400 25px/25px'Marcellus SC', serif;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.8);
}
	
#dragon-picture{
    position: absolute;
    top: 155px;
    left: 27px;
}

#dragon-picture:before{
	content: '';
    background: transparent url(../images/dragonbook/dragonbook-pictureframe.png) center top no-repeat;
    width: 585px;
	height: 375px;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    bottom: 0px;
    z-index: 10;
}
	
#dragon-description{
    position: absolute;
    top: 600px;
    width: 520px;
    height: 300px;
    padding: 15px;
    color: #222;
}
	
#select-dragon{
	text-align: right;
   	padding-right: 40px;
   	padding-bottom: 10px;
}
	
#select-dragon select{
	border: none;
    background: transparent url(../images/dragon-selection-bg.png) no-repeat center top/cover;
    color: #fff;
    text-align: left;
    width: 540px;
    outline: none;
    height: 47px;
    padding: 0px 20px;
	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
	
#select-dragon select:hover{
	background-position: center bottom;	
}
	
#select-dragon select option {
    background: #5b4729;
}
	
#select-char{
	border: none;
    background: transparent url(../images/dragonbook/dragonbook-choose.png) no-repeat center top/cover;
    width: 380px;
    height: 47px;
    padding: 11px 20px;
    display: inline-block;
    margin-left: 20px;
}

.choose-your-char{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    font-family: 'Marcellus SC';
	display: inline-block;
}
	
#select-char input{
    width: 300px;
    padding-left: 20px;
    background: none;
    border: none;
    color: #fff;
    outline: none;
}


#blockfeatures{
    background: #000 url(../images/background-section-features-forest.jpg) no-repeat center;
    min-height: 660px;
}

section#blockfeatures:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

section#blockfeatures h2{
	font-weight: 700;
    color: #fff;
}

#blockcave{
	background: #000 url('../images/background-section-cave.jpg') no-repeat center;
	min-height: 1685px;
}
	
#blockhousing{
	background: #000 url('../images/background-section-housing.jpg') no-repeat center;
	min-height: 715px;
}
	
#blockfeatures:after,
#blockslider:after,
#blockcave:after,
#blockhousing:after{
	content: '';
    background: transparent url(../images/header-divider.png) center top no-repeat;
    width: 100%;
    max-width: 1920px;
    min-height: 60px;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    bottom: -30px;
    z-index: 10;
}	

#blockslider .slick-dots{
	display: none !important;
}

#blockfeatures #sh-logo{
	top: 0px;
}

#blockfeatures .feature-description{
    position: absolute;
    top: 115px;
    left: 50%;
    margin-left: -350px;
}

#blockfeatures .feature-description p{
    font: 400 24px/29px 'Open Sans', serif;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.8);
    color: #fff;
}
	
#blockfeatures .trailer{
    background: transparent url(../images/dp-features-video.jpg) no-repeat center center;
    position: absolute;
    top: 1100px;
    left: 50%;
    margin-left: -340px;
    width: 960px;
    height: 540px;
}
	
#blockfeatures .feature-headline{
	position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 1770px;
    text-align: center;
    color: #fff;
    font: 700 45px/50px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

	
#blockcave .cave-description{
    position: absolute;
    top: 20px;
    left: 620px;
}

#blockcave h2{
    color: #fff;
    font: 700 40px/40px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
	
#blockcave .cave-description p{
    font: 400 22px/26px 'Open Sans', serif;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.8);
    color: #fff;
}
	
#blockcave .cave-headline{
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 890px;
    text-align: center;
    color: #fff;
    font: 700 45px/50px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
	
.world-header {
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 70px;
    text-align: center;
}

.world-header h2 {
    color: #fff;
    font: 700 40px/35px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5), 1px 2px 2px rgba(0,0,0,0.5), 1px 1px 4px rgba(0,0,0,0.2), 1px 1px 5px rgba(0,0,0,0.3);
}

.cave-pictures{
    width: 1340px;
    left: 50%;
    position: absolute;
    margin-left: -670px;
	padding-top: 25px;
}
	
.cave-pictures img{
    margin: 7px 3px;
}

#blockhousing .housing-headline{
	position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 60px;
    text-align: center;
    color: #fff;
    font: 700 45px/50px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}


.st1{
	background: #000 url('../images/background_swamp.jpg') no-repeat center top/cover;
	min-height: 660px;
}

.st2{
	background: #000 url('../images/background_canyondragon.jpg') no-repeat center top/cover;
	min-height: 660px;
}
	
.st3{
	background: #000 url('../images/background_firedragon.jpg') no-repeat center top/cover;
	min-height: 660px;
}
	
.st4{
	background: #000 url('../images/background_airdragon.jpg') no-repeat center top/cover;
	min-height: 660px;
}
	
.st5{
	background: #000 url('../images/background_harbour.jpg') no-repeat center top/cover;
	min-height: 660px;
}
	
.st6{
	background: #000 url('../images/background_huntress.jpg') no-repeat center top/cover;
	min-height: 660px;
}
	
.st1:after,
.st2:after,
.st3:after,
.st4:after,
.st5:after,
.main-story-small:after{
	content: '';
    background: transparent url(../images/header-divider.png) no-repeat center top;
    width: 100%;
    max-width: 1920px;
    min-height: 60px;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    bottom: -30px;
    z-index: 10;
}	
	
.story p{
    color: #fff;
    font: 400 18px/25px'Open Sans', serif;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.8);
    padding-top: 20px;
}

.main-story-small{
    background: #171717 url(../images/background-header-story.jpg) no-repeat center top/cover;
    width: 100%;
    max-width: 1920px;
    min-height: 340px;
    position: relative;
    margin: 0px auto;
}

.main-faq-small{
    background: #171717 url(../images/background-header-faq.jpg) no-repeat center top/cover;
    width: 100%;
    max-width: 1920px;
    min-height: 340px;
    position: relative;
    margin: 0px auto;
}

.main-download-small{
    background: #171717 url(../images/background-header-download.jpg) no-repeat center top/cover;
    width: 100%;
    max-width: 1920px;
    min-height: 340px;
    position: relative;
    margin: 0px auto;
}

@media (max-width: 991px){
	.main-download-small,
	.main-faq-small,
	.main-dragonbook-small,
	.main-story-small{
		min-height: 250px;
	}
}

@media (max-width: 768px){
	.st1 .content-sm,
	.st2 .content-sm,
	.st3 .content-sm,
	.st4 .content-sm,
	.st5 .content-sm,
	.st6 .content-sm{
	    min-height: 660px;
    	background: rgba(0,0,0,0.4);
	}
}

/* ---- DP-Styling END ---- */


@media (min-width: 1200px){

	#topcontrol:hover {
	  background: #c0921e;
	}

}

@media (min-width: 1200px) and (max-width: 1499px){
	.main-feature-big {
		/*background-size: 1500px auto;*/
		min-height: 650px;
	}
	.main-feature-big .logobig{
		/*width: 320px;
		margin: 160px auto 0px -160px;*/
		width: 600px;
    	margin: 220px auto 0px -300px;
	}
	.main-feature-media,
	.main-feature-news,
	.main-feature-small{
		/*background-size: 1500px auto;*/
		min-height: 330px;
	}
	.main-feature-account{
		/*background-size: 1500px auto;*/
		/*min-height: 145px;*/
		min-height: 330px;
	}

    .play-button-big {
        transform: perspective(1px) scale(.85);
        -ms-transform: perspective(1px) scale(.85);
        -webkit-transform: perspective(1px) scale(.85);
        bottom: -5px;
    }
}

@media (min-width: 1199px){

    #block2.home .mq-image{
		margin: 110px 0 0 30px;	
	}
	
	.header .navbar-nav > li > a{
		padding: 9px 20px 9px 20px;
	}

	.char-account-password-reset{
		position: absolute;
		left: -375px;
		bottom: 0px;
		z-index: 10;
		background: transparent url(../images/dragon-password.png) no-repeat scroll center top / cover;
		width: 730px;
		height: 655px;
	}
	
	.char-account-login {
		position: absolute;
		left: -375px;
		bottom: 0px;
		z-index: 10;
		background: transparent url(../images/dragon-login.png) no-repeat scroll center top / cover;
		width: 705px;
		height: 594px;
	}
	
	.char-account-register{
		position: absolute;
		left: -375px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/dragon-register.png") no-repeat scroll center top / cover;
		width: 730px;
    	height: 655px;
	}
}

@media (min-width: 992px){

	.lrp-header{
		display: none;
	}

	#video-background {
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -960px;
		z-index: 0;
		height: 100%;
	}

	.nav > li a.home-nav{
		display: none;
	}		
	.header .navbar-nav > li > a {
	    font: 700 20px/22px "Marcellus SC",Arial,sans-serif;
		color: #fff;
		text-shadow: 0px 0px 2px rgba(0,0,0,0.6), 1px 1px 4px rgba(0,0,0,0.8);
	}
	
	.header .navbar-nav > li:last-child > a {
		padding-right: 0px;	
	}
	
	.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a{
		border: none;
		color: #ccc;
	}

	.header .mega-menu .dropdown-menu > li {
		display: block;
		padding-left: 10px;
	}
	
	.header .dropdown-menu {
		background: url(../images/menu/background-navigation-dropdown.png) no-repeat center bottom;
		padding: 0px;
		border-top: none 0 #000;
		border-bottom: none 0 #000;
		min-width: 207px;
		border-radius: 0px;
		z-index: 9999 !important;
	}
    .navbar-nav>li>.dropdown-menu {
		margin-top: 20px;
		padding-bottom: 10px;
		margin-left: -21px;
    }
    .header .dropdown-menu li a {
		color: #fff;
		font: 700 20px/22px "Marcellus SC",Arial,sans-serif;
		padding: 8px 15px 10px 20px;
		border-bottom: none 0 #000;
    }
    .header .dropdown-menu li:first-child {
        padding-top: 12px;
    }
    .header .dropdown-menu li:last-child {
        padding-bottom: 20px;
    }
    .header .dropdown-menu li:last-child:after {
		content: '';
		display: block;
		position: absolute;
		top: -18px;
		left: 6px;
    	height: 24px;
    	width: 191px;
		background: url(../images/menu/background-navigation-dropdown-top.png) no-repeat center top;
    }

	.header .dropdown > a:after {
		top: 30px;
		content: "\f107";
		left: 50%;
		margin-left: 2px;
		font-weight: 900;
	}

    .header .dropdown-menu li > a:hover {
        color: #c0921e;
        background: none !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px){

	.main-feature-big {
		background: #000 url('../images/background-section-home-top.jpg') no-repeat center top/cover;
		/*background-size: 1200px auto;*/
		min-height: 445px;
	}
	.main-feature-big .logobig{
		/*width: 250px;
	    margin: 55px auto 0px -125px;*/
		width: 500px;
		margin: 130px auto 0px -250px;
	}

	.main-feature-news{
		background: #171717 url('../images/background-header-newssection.jpg') no-repeat center top/cover;
		/*background-size: 1200px auto;*/
		min-height: 320px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-m.jpg') no-repeat center top/cover;
		/*background-size: 1200px auto;*/
		min-height: 320px;
	}	

	.main-feature-small{
		background: #171717 url('../images/background-header-small-m.jpg') no-repeat center top/cover;
		/*background-size: 1200px auto;*/
		min-height: 320px;
	}	
	
	.main-feature-account{
		background: #171717 url('../images/background-header-account-m.jpg') no-repeat center top/cover;
		/*background-size: 1200px auto;*/
		/*min-height: 160px;*/
		min-height: 320px;
	}
	
	.main-story-small,
	.main-dragonbook-small,
	.main-download-small,
	.main-faq-small{
		min-height: 320px;
	}

    .header.small .logo {
		display: inline-block;
		position: absolute;
		width: 500px; /* 180 */
		height: auto;
		text-align: center;
		left: 50%;
		top: 105px;
		margin-left: -250px; /* -90 */
    }

	.header .navbar-nav > li > a{
		font: 400 18px/22px "Marcellus SC",Arial,sans-serif;
		bottom: -2px;
		position: relative;
		padding: 9px 10px 9px 15px;
	}

	.header .dropdown > a:after {
		top: 30px;
		content: "\f107";
		left: 50%;
		margin-left: -9px;
		font-weight: 900;
	}
	
	.icon {
		width: 35px;
		height: 35px;
		position: absolute;
		left: -20px;
		top: 0px;
	}

	#blockmain{
		min-height: 1630px;
    	background-size: 1310px;
	}
	
	#savage-hunt-teaser {
		background: rgba(0,0,0,0.4);
		border: 1px solid #5b5a50;
		width: 950px;
    	height: 620px;
		box-sizing: border-box;
		padding: 25px 7px;
		margin-left: auto;
	}
	
	#savage-hunt-teaser .shopbox{
		display: none;
	}
	
	#savage-hunt-teaser .lower li:nth-child(3) {
    	display: none;
	}
	
	#savage-hunt-teaser .lower img {
		width: 450px;
		height: 225px;
	}
	
	#news-section {
		background: rgba(0,0,0,0.4);
		border: 1px solid #5b5a50;
		width: 940px;
		height: 540px;
		box-sizing: border-box;
		padding: 25px 7px;
		margin-left: auto;
	}
	
	#news-section .news {
		width: 277px;
		height: 490px;
		position: relative;
		float: left;
		margin: 0px 14px;
	}
	
	#news-section .title-image {
		position: absolute;
		z-index: 0;
		top: 0px;
		left: 0;
		margin-left: auto;
	}
	
	#news-section .title-image img{
		width: 274px;
    	height: 192px;
	}
	
	#news-section .news-content {
		background: transparent url(../images/news/news-paper.png) no-repeat center top/cover;
		width: 277px;
		height: 320px;
		padding: 20px;
		z-index: 5;
		position: absolute;
		bottom: 0px;
		left: 0;
		margin-left: auto;
	}
	
	#news-section .news-content h2 {
		color: #222;
		width: 272px;
		font: 700 30px/30px "Marcellus SC",Arial,sans-serif;
	}
	
	#blockcave .cave-description {
		position: absolute;
		top: 20px;
		left: 510px;
	}
	
	#block2.home .mq-image{
		margin: 200px 0px 0px 30px;
	}
	
	#block1.game .mq-image{
		margin: 200px 0px 0px 30px;
	}
	
	#block2.game .mq-image{
		margin: 120px 0px 0px 0px;
	}
	
	#block3.game .mq-image{
		margin: 130px 0px 0px 10px;
	}

	.char-account-password-reset{
		position: absolute;
		left: -375px;
		bottom: 0px;
		z-index: 10;
		background: transparent url(../images/dragon-password.png) no-repeat scroll center top / cover;
		width: 730px;
		height: 655px;
	}
	
	.char-account-login {
		position: absolute;
		left: -375px;
		bottom: 0px;
		z-index: 10;
		background: transparent url(../images/dragon-login.png) no-repeat scroll center top / cover;
		width: 705px;
		height: 594px;
	}
	
	.char-account-register{
		position: absolute;
		left: -375px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/dragon-register.png") no-repeat scroll center top / cover;
		width: 730px;
    	height: 655px;
	}

    .play-button-big {
        transform: perspective(1px) scale(.85);
        -ms-transform: perspective(1px) scale(.85);
        -webkit-transform: perspective(1px) scale(.85);
        bottom: -5px;
    }

}

@media (max-width: 991px){

	.lrp-header{
		display: block;
	}

	.header.small:before, .header.big:before{
		display: none;
	}

	.dark-knight{
		display: none;
	}
	
	.succubus{
		display: none;
	}

    .header > .container {
        height: 0;
        position: static;
    }

	.home-nav{
		display: block;
	}

    .header.small .logo {
		width: 400px; /* 150 */
		height: 115px;
		left: 50%;
		margin-left: -200px; /* -75 */
    }

	.fb-login-button img{
		max-width: 180px;	
	}

	.play-button-big,
	.play-button-small{
		display: none;
	}

	.building-select{
		display: block;
	}
	
	.building-box{
		display: none;
	}
	
	.buildings .tab-pane{
		width: 100%;
		position: relative;
		margin: 0px auto;
		padding: 245px 30px 0px 10%;
	}

	#block2.home{
		background-position: center 99%;
	}

	.header.small,	
	.header.big{
		background:transparent;
	}
	.header .navbar-collapse{
		background: none;
		height: auto !important;
	}
	
	.header .topbar-toggle,
	.header .navigation-toggle {
		position: relative;
		display: block;
		padding: 9px 10px;
		background: none;
		border: 1px solid transparent;
		border-color: #9c0000;
	}
	
	.header .topbar-toggle{
		float: right;
		margin: 8px 15px 8px 0px;		
	}
	
	.header .navigation-toggle{
		float: left;
		margin: 8px 0px 8px 15px;		
	}
	
	.header .topbar-toggle:hover,
	.header .navigation-toggle:hover {
		background: #9c0000 !important;
	}

	.header .navigation-toggle, .header .topbar-toggle,
	.header .navigation-toggle:hover, .header .topbar-toggle:hover,
	.header .navigation-toggle:focus, .header .navigation-toggle:focus {
		background: #9c0000 none repeat scroll 0% 0%;
		padding: 6px 10px 4px;
		border: 1px solid rgba(255,255,255,0.8);
	}

    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ccc;
    }


	.header .topbar-toggle .fa,
	.header .navigation-toggle .fa {
		color: #FFF;
		font-size: 19px;
	}
	
	.header .navbar-nav{
		margin-top: 90px;
	}
	
	.header .navbar-nav > li > a {
		color: #fff;
		background: rgba(0,0,0,0.5);
	}
	
	.header .navbar-nav > li > a:hover {
		color: #ccc;
	}

	.header .navbar-nav > .active > a, .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
		background: none repeat scroll 0% 0% #c0921e;
		color: #FFF !important;
	}

	.header .navbar-collapse{
		position: absolute;
		min-height: calc(100vh + 51px);
		bottom: -51px;
		
	/* ie right 70% bei content 30% */	
	
	/*	position: fixed;
		min-height: 100%; */
		top: 0px;
		right: 100%;
		width: 80%;
		border-right: 2px solid rgba(199, 114, 30, 0.15);
		box-shadow: 3px 0px 12px rgba(0, 0, 0, 0.35);

        background: #191717 url("../images/menu/background-menubar-side.jpg") no-repeat scroll left top;
	
	}
	
	.collapse{
		visibility: visible;
	}
	
	.header .navbar-collapse.collapse {
		display: block !important;
	}
	
	.header .mobile-logo{
        /*background: url("../images/logo.png") no-repeat scroll 50% 0px/cover;

		width: 130px;
		height: 165px;
		left: 50%;
		margin: 5px 0px 0px -65px;
		position: relative;*/
		
    	background: url(../images/logo.png) no-repeat scroll 50% 0px/contain;
    	width: 100%;
		left: auto;
    	min-height: 165px;
	    margin: 0px auto;
    	position: relative;
	}
	
	.header .navbar-nav {
		display: block;
		background: none;
		position: relative;
		top: 0px;
		left: 0px;
		padding: 4px 0px;
		list-style: outside none none;
		min-width: 100px;
		margin-top: 40px;
	}
	
	.header .menu-container{
		width: auto;
	}
	
	.header .navbar-nav > li {
		float: none;
		position: relative;
	}
	
	.header .navbar-nav > li > a {
		font: 400 16px/21px "Open Sans",Arial,sans-serif;
		letter-spacing: 0.05em;
		color: #fff;
		text-decoration: none;
		text-transform: none;
		background: none;
		display: block;
		padding: 9px 25px;
	}

	.icon{
		width: 35px;
		height: 35px;
		left: 7px;
	}
	
	.header .navbar-nav .open .dropdown-menu > li > a {
		color: #A6A8A1;
	}
	
	.header .navbar-nav .open .dropdown-menu > li > a, .header .navbar-nav .open .dropdown-menu .dropdown-header {
    	padding: 5px 15px 5px 60px;
	}
	
	.header .navbar-nav > li a {
		border-bottom: none;
	}
	
	.header .navbar-nav > .active > a, .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
		background-color: rgba(0,0,0,0.15);
		color: #ccc !important;
	}
	
	.header .topbar{
		position: absolute;
		min-height: calc(100vh + 51px);
		bottom: -51px;
	
	/* ie right 70% bei content 30% */	
	
	/*	position: fixed;
		min-height: 100%;*/
		top: 0px;
		left: 100%;
		width: 80%;

		border-left: 2px solid rgba(199, 114, 30, 0.15);
		box-shadow: -3px 0px 12px rgba(0, 0, 0, 0.35);
		background: #111 url(../images/menu/background-menubar-side.jpg) no-repeat scroll left top;
		
    }
	
	.header .topbar .mobile-accountHeader{
		display: block;
		text-align: center;
		color: #fff;
		padding: 2px 0 5px 0;
        margin-top: 12px;
        background: #000 url("../images/background-menu.jpg") no-repeat -720px bottom;
		display: none;
	}
	
	.header .topbar ul.hoverSelectorBlock {
		top: 0px;
		left: 0px;
		display: block;
		padding: 4px 0px;
		list-style: outside none none;
		min-width: 100px;
		position: relative;
		background: none;
	}
		
	.header .topbar ul.loginbar {
		position: relative;
		padding-left: 0px;
	}
	
	.header .topbar ul.loginbar > li {
		display: block;
		list-style: outside none none;
		position: relative;
		padding: 0px 40px;
	}
	
	.header .topbar ul.loginbar .tb_gameLogin a{
		box-sizing: border-box;
		margin: 50px 0px 15px;
		width: 100%;
		height: 34px;
		color: #fff;
		background-color: #5CB85C;
		background-image: linear-gradient(to bottom, #5CB85C, #4FA83A);
		text-align: center;
		vertical-align: middle;
		border-radius: 4px !important;
		border: 0px none;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(255, 255, 255, 0.25) inset;
	}
	
	.header .topbar ul.loginbar .tb_gameLogin a:hover{
		background-image: linear-gradient(to bottom, #40B05C, #30A03A);
		color: #fff;
	}
	
	.header .topbar ul.loginbar .tb_gameLogin i{
		display: none;
	}	
	
	.header .topbar ul.hoverSelectorBlock:after,
	.header .topbar ul.loginbar li.topbar-devider {
		display: none;	
	}
	
	.header .topbar ul.loginbar li i.fa{
		float: left;
		padding-top: 12px;
		color: #fff;
	}
	
	.header .topbar ul.loginbar li i.fa-cog{
		display: none;
	}
	
	.header .topbar ul.accountBar li i.fa-cog,
	.header .topbar ul.accountBar li i.fa-key{
		display: block;
	}
	
	.header .topbar ul.loginbar .tb_goToHome{
		display: none;
	}
	
	.header .topbar ul.loginbar .tb_accountHeadline{
		display: none;
	}
	
	.header .topbar ul.accountBar li a, .header .topbar ul.accountBar li a:hover,
	.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
		font: 400 16px/21px "Open Sans",Arial,sans-serif;
		letter-spacing: 0.05em;
		color: #ffffff;
		text-decoration: none;
		text-transform: none;
		display: block;
		padding: 9px 25px;
	}
    .header .topbar ul.loginbar > li.tb_gameLogin > a, .header .topbar ul.loginbar > li.tb_gameLogin > a:hover {
        font: 700 1.6rem/1.1 'Open Sans',Arial,serif;
        color: #fff;
    }
	
	.header .topbar ul.accountBar > li > a:hover,
	.header .topbar ul.loginbar > li > a:hover{
		color: #c0921e;
		background: none;
	}
	
	.header .topbar ul.languages li a {
		color: #ccc;
		font-size: 1.2rem;
	}
	
	.header .topbar ul.languages li a:hover, .header .topbar ul.languages li.active a {
		/*background:	transparent url('../images/flags/language-flags.png') no-repeat;*/
	}
	
	
	.header .topbar ul.languages li a:hover,
	.header .topbar ul.languages li.active a{
		color: #555;
	}
	
	.languages{
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	
	.languages .tb_german,
	.languages .tb_english,
	.languages .tb_french,
	.languages .tb_polish,
	.languages .tb_italian,
	.languages .tb_spanish,
	.languages .tb_russian{
		float: left;
		padding: 5px 0px 5px 10px;
	}
	
	.languages .tb_german a,
	.languages .tb_english a,
	.languages .tb_french a,
	.languages .tb_polish a,
	.languages .tb_italian a,
	.languages .tb_spanish a,
	.languages .tb_russian a{
		width: 38px;
		height: 25px;
		background:	transparent url('../images/flags/language-flags.png') no-repeat;
	}
	
	.languages .tb_german a, 	
	.languages .tb_german a:hover,
	.languages .tb_german.active{
		background-position: 0 0;
	}
	.languages .tb_english a{
		background-position: -38px 0;
	}
	.languages .tb_french a{
		background-position: -76px 0;
	}
	.languages .tb_polish a{
		background-position: -266px 0;
	}
	.languages .tb_italian a,	
	.languages .tb_italian a:hover,
	.languages .tb_italian.active{
		background-position: -190px 0;
	}
	.languages .tb_spanish a{
		background-position: -152px 0;
	}
	.languages .tb_russian a{
		background-position: -228px 0;
	}			
	
	.languages .tb_german span,
	.languages .tb_english span,
	.languages .tb_french span,
	.languages .tb_polish span,
	.languages .tb_italian span,
	.languages .tb_spanish span,
	.languages .tb_russian span{
			display: none;
	}

	.main-feature-big .logobig{
		display: none;
	}
	
	.main-feature-news{
		display: block;
	}

}

@media (min-width: 768px) and (max-width:991px){

	.move-to-right{
		-ms-transform: translate(-30%);	
		-webkit-transform: translate(-30%);	
		transform: translate(-30%);	
	}
		
	.move-to-left{
		-ms-transform: translate(30%);	
		-webkit-transform: translate(30%);	
		transform: translate(30%);
	}
	
	.header .topbar{
		width: 30%;
	}
		
	.header .navbar-collapse{
		width: 30%;
	}

    /* DEBUG: Workaround until we get the correct image
    */
    .header .logo {
        position: absolute;
        vertical-align: middle;
        display: block;
        /*width: 200px;*/
        height: 100px;
        margin: 0 auto;
        left: 50%;
        /*background: url(../images/logo.png) top left no-repeat;
        background-size: 100%;*/
        /*margin-left: -100px;*/
		
	    width: 500px;
    	margin-left: -250px;
    }
    .header.big .logo{
        /*position: absolute;
        left: 50%;
        margin-left: -140px;*/
    	margin-top: 75px;
    }
    .header.small .logo{
    	margin-top: -115px;
    }
	.header.small .logo img,
	.header.big .logo img{
		/*width: 280px;
		height: 150px;*/
        width: 100%;
        /*display: none;*/
	}

	.main-feature-big {
		background: #000 url('../images/background-section-home-top.jpg') no-repeat center 30px;
		min-height: 399px;
		background-size: 1090px;
	}

	.main-feature-news{
		background: #171717 url('../images/background-header-newssection.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 250px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-sm.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 250px;
	}	

	.main-feature-small{
		background: #171717 url('../images/background-header-small-sm.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 250px;
	}	

	.main-feature-account{
		background: #171717 url('../images/background-header-account-sm.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 225px;
	}
	
	.buildings .tab-pane{
		width: 100%;
		position: relative;
		margin: 0px auto;
		padding: 285px 30px 0px 10%;
	}
	
	#block2.home{
	/*	background: #fff url('../images/background-evolve-small.jpg') center bottom no-repeat;*/
		background-size: contain;
	}	

	#block2.home .mq-image{
		margin: 20px 0px 0px 80px;
	}
	
	#block1.login .mq-image,
	#block1.register .mq-image,
	#block1.password-reset .mq-image{
		visibility: hidden !important;
	}

	#blockmain{
		min-height: auto;
		background-size: 1090px;
	}
	
	#savage-hunt-teaser {
		background: rgba(0,0,0,0.4);
		border: 1px solid #5b5a50;
		width: 720px;
    	height: 595px;
		box-sizing: border-box;
		padding: 25px 7px;
		margin-left: auto;
	}
	
	#savage-hunt-teaser .shopbox{
		display: none;
	}
	
	#savage-hunt-teaser .lower li:nth-child(3) {
    	display: none;
	}
	
	#savage-hunt-teaser .lower img {
		width: 337px;
		height: 200px;
	}
	
	#savage-hunt-teaser .infobox {
		float: left;
		margin: -8px 10px 0px;
		width: 720px;
		height: 337px;
	}
	
	#savage-hunt-teaser .infobox .slider-sh{
		width: 684px;
	}
	
	.shf-header {
		position: absolute;
		width: 100%;
		left: 50%;
		margin-left: -338px;
		bottom: 0px;
		text-align: left;
		background: rgba(0,0,0,0.5);
		padding: 20px;
		min-height: 100px;
	}
	
	#news-section {
		background: rgba(0,0,0,0.4);
		border: 1px solid #5b5a50;
		width: 720px;
		height: 540px;
		box-sizing: border-box;
		padding: 25px 7px;
		margin-left: auto;
	}
	
	#news-section .news {
		width: 320px;
		height: 490px;
		position: relative;
		float: left;
		margin: 0px 14px;
	}
	
	#news-section .news:nth-child(3) {
		display: none;
	}
	
	#news-section .title-image {
		position: absolute;
		z-index: 0;
		top: 0px;
		left: 0;
		margin-left: auto;
	}
	
	#news-section .title-image img{
		width: 315px;
		height: 222px;
	}
	
	#news-section .news-content {
		background: transparent url(../images/news/news-paper.png) no-repeat center top/cover;
		width: 315px;
		height: 320px;
		padding: 20px;
		z-index: 5;
		position: absolute;
		bottom: 0px;
		left: 0;
		margin-left: auto;
	}
	
	#news-section .news-content h2 {
		color: #222;
		width: 272px;
		font: 700 30px/30px "Marcellus SC",Arial,sans-serif;
	}
	
	.hunt-them-all img{
		width: 100%;
	}
	
	#blockcave .cave-description {
		position: absolute;
		top: 20px;
		left: 510px;
	}
	
}

@media (max-width: 767px){

    /* DEBUG: Workaround until we get the correct image
    */
    .header .logo {
        /*display: inline-block; */
    }

    .header.big .logo {
        /*
		position: absolute;
		left: 50%;
		margin-left: -140px;
		margin-top: 25px;
		*/
        position: absolute;
        vertical-align: middle;
        display: block;
        width: 320px; /* 160 */
        height: 70px;
        margin: 0 auto;
        left: 50%;
        /*background: url(../images/logo.png) top left no-repeat;
        background-size: 100%;*/
        margin-left: -160px; /* -80 */
        margin-top: 35px;
	}
	.header.big .logo img{
        /*width: 280px;
		height: 150px;*/
        width: 100%;
	}	

	#block2.home{
/*		background: #fff url('../images/background-evolve-x-small.jpg') center bottom no-repeat;*/
		background-size: contain;
	}	
	
	#block1.login .mq-image,
	#block1.register .mq-image,
	#block1.password-reset .mq-image{
		display: none;	
	}	
	
}

@media (max-width: 767px) and (min-width:469px){

    .breadcrumbs {
        margin-bottom: 55px;
        overflow: visible;
        position: relative;
    }
    .breadcrumbs .container {
        text-align: center;
    }

    .breadcrumbs h1 {
        font: 100 33px/35px "Marcellus SC",Arial,sans-serif;
        padding-left: 0;
        top: 65px;
    }
    .breadcrumbs h1:before {
        display: none;
    }

    #block1 {
        padding-top: 20px;
    }
    #block1.home {
        padding-top: 0;
    }

    .breadcrumb {
        position: absolute;
        top: 18px;
        right: 15px;
    }

    .move-to-right{
		-ms-transform: translate(-50%);	
		-webkit-transform: translate(-50%);	
		transform: translate(-50%);	
	}
		
	.move-to-left{
		-ms-transform: translate(50%);	
		-webkit-transform: translate(50%);	
		transform: translate(50%);
	}
	
	.header .topbar{
		width: 50%;
	}
		
	.header .navbar-collapse{
		width: 50%;
	}
	.main-feature-big {
		background: #171717 url('../images/background-section-home-top.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 240px;
	}
	.main-feature-news{
		background: #171717 url('../images/background-header-newssection.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 230px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-s.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 230px;
	}

	.main-feature-small{
		background: #171717 url('../images/background-header-small-s.jpg') no-repeat center 30px;
		background-size: cover;
		min-height: 230px;
	}
	.main-feature-account{
		background: #171717 url('../images/background-header-account-s.jpg') no-repeat left 30px;
		background-size: cover;
		min-height: 230px;
	}

    .header.small .logo{
		position: absolute;
		vertical-align: middle;
		display: block;
		width: 400px; /* 160 */
		height: 105px;
		margin: 0 auto;
		left: 50%;
		margin-left: -160px; /* -80 */
		margin-top: -132px;
	}
	.header.small .logo img,
	.header.big .logo img{
		width: 100%;
	}

	
	#blockmain{
		min-height: auto;
		background-size: 1090px;
	}
	
	#savage-hunt-teaser {
		background: rgba(0,0,0,0.4);
		border: 1px solid #5b5a50;
		width: 720px;
    	height: 595px;
		box-sizing: border-box;
		padding: 25px 7px;
		margin-left: auto;
	}
	
	#savage-hunt-teaser .shopbox{
		display: none;
	}
	
	#savage-hunt-teaser .lower li:nth-child(3) {
    	display: none;
	}
	
	#savage-hunt-teaser .lower img {
		width: 337px;
		height: 200px;
	}
	
	#savage-hunt-teaser .infobox {
		float: left;
		margin: -8px 10px 0px;
		width: 720px;
		height: 337px;
	}
	
	#savage-hunt-teaser .infobox .slider-sh{
		width: 684px;
	}
	
	.shf-header {
		position: absolute;
		width: 100%;
		left: 50%;
		margin-left: -338px;
		bottom: 0px;
		text-align: left;
		background: rgba(0,0,0,0.5);
		padding: 20px;
		min-height: 100px;
	}
	
	#news-section {
		background: rgba(0,0,0,0.4);
		border: 1px solid #5b5a50;
		width: 720px;
		height: 540px;
		box-sizing: border-box;
		padding: 25px 7px;
		margin-left: auto;
	}
	
	#news-section .news {
		width: 320px;
		height: 490px;
		position: relative;
		float: left;
		margin: 0px 14px;
	}
	
	#news-section .news:nth-child(3) {
		display: none;
	}
	
	#news-section .title-image {
		position: absolute;
		z-index: 0;
		top: 0px;
		left: 0;
		margin-left: auto;
	}
	
	#news-section .title-image img{
		width: 315px;
		height: 222px;
	}
	
	#news-section .news-content {
		background: transparent url(../images/news/news-paper.png) no-repeat center top/cover;
		width: 315px;
		height: 320px;
		padding: 20px;
		z-index: 5;
		position: absolute;
		bottom: 0px;
		left: 0;
		margin-left: auto;
	}
	
	#news-section .news-content h2 {
		color: #222;
		width: 272px;
		font: 700 30px/30px "Marcellus SC",Arial,sans-serif;
	}
	
	.hunt-them-all img{
		width: 100%;
	}
	
	#blockcave .cave-description {
		position: absolute;
		top: 20px;
		left: 510px;
	}
}

@media (max-width: 550px){
    /* from "blocks.css" */
    .breadcrumbs {
        margin-bottom: 45px;
        padding-top: 2px;
    }
    .breadcrumbs .breadcrumb {
        top: 5px;
        right: 0;
    }
    .breadcrumbs h1 {
        font: 100 28px/30px "Marcellus SC",Arial,sans-serif;
        padding-left: 0;
        top: 45px;
    }
}


@media (max-width: 468px){

    .breadcrumbs {
        margin-bottom: 40px;
        overflow: visible;
        position: relative;
        padding-top: 0;
    }
    .breadcrumbs .container {
        text-align: center;
    }

    .breadcrumbs h1 {
        font: 100 23px/25px "Marcellus SC",Arial,sans-serif;
        padding-left: 0;
        top: 40px;
    }
    .breadcrumbs h1:before {
        display: none;
    }

    .breadcrumb {
        position: absolute;
        top: 18px;
        right: 0;
    }

    .move-to-right{
		-ms-transform: translate(-80%);	
		-webkit-transform: translate(-80%);	
		transform: translate(-80%);	
	}
		
	.move-to-left{
		-ms-transform: translate(80%);	
		-webkit-transform: translate(80%);	
		transform: translate(80%);
	}

	.header .topbar{
		width: 80%;
	}
		
	.header .navbar-collapse{
		width: 80%;
	}
	.main-feature-big{
		background: #171717 url('../images/background-section-home-top.jpg') no-repeat center 30px/cover;
		min-height: 230px;
	}
	.main-feature-news{
		background: #171717 url('../images/background-header-newssection.jpg') no-repeat center 30px/cover;
		min-height: 200px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-xs.jpg') no-repeat center 30px/cover;
		min-height: 200px;
	}

	.main-feature-small{
		background: #171717 url('../images/background-header-small-xs.jpg') no-repeat center 30px/cover;
		min-height: 200px;
	}
	.main-feature-account{
		min-height: 195px;
		background: #171717 url('../images/background-header-account-xs.jpg') no-repeat center 30px/cover;
	}

	
	.header.small .logo{ 
		/*position: absolute;
		left: 50%;
		margin-left: -60px;
		margin-top: -115px;
		width: 120px;
		height: auto;*/
		
		position: absolute;
		width: 90%;
		height: auto;
		margin: 0px auto;
		left: auto;
		margin-top: -115px;
	}

}

/* Slick Slider */
.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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slick Theme */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 8px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .85;
    color: white;
}

/* slider on home */
.lower img {
	width: 421px;
	height: 210px;
} 


/* Account area */

/* Account area */

#block1.account {
    background: #000 url('../images/background_market.jpg') no-repeat center top/cover;
    min-height: 660px;
    padding-top: 15px;
}
#block1.account > .content {
    margin-bottom: 0;
    padding-bottom: 0;
}
.account-icon,
.account-submenu,
.account-submenu-panel {
    background: url('../images/account/dpsh-spritemap.png') no-repeat;
}
.account-submenu {
    background-position: -498px -1px;
    /*width: 273px;*/
    width: 346px; /* = panel size */
    height: 1050px;
    padding: 190px 0 0 0;
}
.account-submenu ul {
    list-style: none;
    margin: 0 0 0 -40px;
    padding: 0;
}
.account-submenu li {
    margin: 0 0 15px 0;
    padding: 0;
}
.account-submenu li a {
    /*display: block;
    height: 100%;*/
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.submenu-big {
    font: 400 24px/24px "Marcellus SC",Arial,sans-serif;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.submenu-small {
    font: 400 17px/20px "Marcellus SC",Arial,sans-serif;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.account-submenu-panel {
    width:  346px;
}
.account-submenu-panel span {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.account-submenu-panel.bg-1 {
    background-position: -1px -1px;
    height: 66px;
}
.account-submenu-panel.bg-2 {
    background-position: -1px -70px;
    height: 73px;
}
.account-submenu-panel.bg-3 {
    background-position: -1px -146px;
    height: 68px;
}
.account-submenu-panel.bg-4 {
    background-position: -1px -218px;
    height: 74px;
}
.account-submenu-panel.bg-5 {
    background-position: -1px -296px;
    height: 56px;
}
.account-icon.icon-1 {
    background-position: -1px -560px;
    width: 44px;
    height: 30px;
    padding-left: 46px;
}
.account-icon.icon-2 {
    background-position: 0 -595px;
    width: 39px;
    height: 29px;
    padding-left: 40px;
}
.account-icon.icon-3 {
    background-position: -2px -625px;
    width: 38px;
    height: 20px;
    padding-left: 55px;
}
.account-icon.icon-4 {
    background-position: -2px -657px;
    width: 26px;
    height: 32px;
    padding-left: 34px;
}
.account-icon.icon-5 {
    background-position: -1px -694px;
    width: 25px;
    height: 25px;
    padding-left: 48px;
}
.account-icon.icon-6 {
    background-position: -84px -353px;
    width: 15px;
    height: 35px;
    padding-left: 20px;
}
.account-slider-button-off {
    background-position: 0 -357px;
    width: 32px;
    height: 32px;
}
.account-slider-button-on {
    background-position: -40px -358px;
    width: 32px;
    height: 33px;
}
#savage-hunt-profile-account {
    background: rgba(0,0,0,0.4);
    border: 1px solid #5b5a50;
    box-sizing: border-box;
    padding: 8px 12px;
    margin: 0 0 16px 0;
}
#savage-hunt-profile-account .account-profile-box {
    /* width: 724px; */
    width: 100%;
    height: 160px;
    background: transparent url('../images/account/background_account_info.jpg') no-repeat center top;
    padding: 14px 22px;
}
#savage-hunt-profile-account .account-profile-box h4 {
    margin: 0;
    padding: 0;
    font: 400 42px/47px 'Marcellus SC', serif;
    color: #fff;
    text-shadow: 1px 1px 1px black;
}
#savage-hunt-profile-account .account-profile-box p {
    font: 400 11.5px/16px Arial,sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 1px;
}
#savage-hunt-teaser-account {
    background: rgba(0,0,0,0.4);
    border: 1px solid #5b5a50;
    box-sizing: border-box;
    padding: 8px 12px;
    margin: 0 0 16px 0;
}
#savage-hunt-teaser-account .upper {

}
#savage-hunt-teaser-account .lower {
    clear: both;
}
#savage-hunt-teaser-account .lower ul {
    margin: 0px 0px;
    padding: 16px 0 0 0;
}
#savage-hunt-teaser-account .lower ul:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
#savage-hunt-teaser-account .lower ul li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0;
}
#savage-hunt-teaser-account .lower ul li:first-child {
    float: left;
    list-style: none;
    position: relative;
    margin: 0 22px 0 0;
}
#savage-hunt-teaser-account .lower img {
    width: 350px;
    height: 176px;
}
#savage-hunt-teaser-account .lower-text {
	position: absolute;
    color: #fff;
    bottom: 5px;
    left: 2px;
    font: 400 30px/27px'Marcellus SC', serif;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.5);
    padding: 15px;
    right: 5px;
    min-height: 83px;
}
#savage-hunt-teaser-account .shf-header {
    margin-left: -360px;
}
#news-section-account {
    height: 255px;
    background: rgba(0,0,0,0.4);
    border: 1px solid #5b5a50;
    box-sizing: border-box;
    padding: 8px 12px;
    margin: 0 0 16px 0;
}
#news-section-account .news {
    width: 494px;
    height: 160px;
    float: left;
}
#news-section-account .title-image {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 50%;
    margin-left: -200px;
}
#news-section-account .news-content {
    background: url(../images/account/dpsh-spritemap.png) no-repeat;
    background-position: -1px -728px;
    width: 494px;
    height: 240px;
    padding: 20px;
}
#news-section-account .news-content h2 {
    color: #222;
	font-weight: 700;
}
#news-section-account .news-content h2 a,
#news-section-account .news-content h2 a:active,
#news-section-account .news-content h2 a:hover {
    color: #fff;
}
#news-section-account .news-content {
    color: #222;
}
#news-section-account .news-content p {
    font-size: 14px;
    color: #222;
}
#news-section-account .news-section-account-fb {
    width: 206px;
    float: left;
    margin: 0 0 0 23px;
}

#block1.account .panel{
    background: rgba(0,0,0,0.4);
    border: 1px solid #5b5a50;
    box-sizing: border-box;
    padding: 8px 12px;
    margin: 0 0 16px 0;
    position: relative;
	min-height: 330px;
}

#block1.account .panel::before{
    content: '';
    background: transparent url(../images/account/account-pergament.png) no-repeat center top/cover;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 0;
}

#block1.account .panel-heading{
	background: transparent;
	position: absolute;
    z-index: 10;
    top: 20px;
    left: 0px;
}

#block1.account .panel-heading h3{
    font: 700 30px/40px "Marcellus SC",Arial,sans-serif;
    color: #fcfcfc;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5), 1px 2px 2px rgba(0,0,0,0.5), 1px 1px 5px rgba(0,0,0,0.3);
}

#block1.account .panel-body{
	position: absolute;
    z-index: 5;
    top: 50px;
	width: 100%;
}

#block1.account .panel-body .alert{
	margin-bottom: 0px;
}

#block1.account .panel-body .alert-info{
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

#block1.account .panel-body p{
    color: #000;
}

#block1.account .panel-body .input-group{
    padding: 25px 70px 15px 14px;
}

#block1.account .panel-body .btn-u{
	display: block;
    width: 300px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    color: #fff;
    font: 600 22px/25px "Marcellus SC",Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
    background: transparent url(../images/dp-ornament-button.png) no-repeat center top/cover;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    float: left;
    transition: none;
}

#block1.account .panel-body .btn-u:hover{
	background-position: center -118px;
}

#voucher-form .alert-sucess{
    position: absolute;
    right: 84px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}

#voucher-form .alert-warning{
    position: absolute;
    right: 84px;
    color: #992400;
    background-color: #efced8;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}

#voucher-form .alert h4{
    font-weight: 700;
}

#migration-form .alert-sucess{
    position: absolute;
    left: 30px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
    bottom: -60px;	
}

#migration-form .alert-warning{
    position: absolute;
    left: 30px;
    color: #992400;
    background-color: #efced8;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
    bottom: -60px;
}

#migration-form .alert h4{
    font-weight: 700;
}

#password-form .alert-success{
	position: absolute;
    margin-top: 30px;
    right: 84px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}

html[lang=fr] #block1.account .panel-body #password-form .btn-u{
    font: 600 17px/25px "Marcellus SC",Arial,sans-serif;
}

/* Download */

.client-download{
    background: #000 url(../images/background-dragonbook.jpg) no-repeat center top/cover;
}
	
.client-download h1 {
    color: #fff;
    font: 700 40px/35px 'Marcellus SC', serif;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
	
.client-download .button-download {
    position: absolute;
    display: block;
    left: 50px;
    top: 265px;
    width: 398px;
    height: 193px;
    text-align: center;
    background: url(../images/download/button-client-download.png) left top no-repeat;
}

.client-download .button-download:hover {
    background-position: left bottom;
    text-decoration: none;
}

.client-download .button-download:hover span {
    text-shadow: 0 0 2px #000, 0 0 3px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000;
}

.client-download .button-download span.text-1 {
    margin: 56px 10px 0;
}

.client-download .button-download span.text-2 {
    margin: -11px 10px 0;
}
	
.client-download .button-download span {
    display: block;
    font-family: 'Marcellus SC',serif;
    text-shadow: 0 0 2px #000, 0 0 3px #000, 0 0 5px #000, 0 0 10px #000;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
	
.client-download h2.requirements {
    display: block;
    float: left;
    width: 390px;
    font-size: 23px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    font-family: 'Marcellus SC',serif;
    margin: 20px 0 0 100px;
    padding: 1px 0 0 10px;
    text-shadow: 0 1px 1px #000;
    -webkit-text-shadow: 0 1px 1px #000;
    -moz-text-shadow: 0 1px 1px #000;
}

.client-download .introduction{
	font-size: 20px;
}
	
.client-download .pergament {
    position: relative;
    display: block;
    float: left;
    margin: 10px 0 50px 110px;
    width: 396px;
    background: url(../images/download/background-pergament.jpg) no-repeat left top/cover;
    z-index: 1500;
}
	
.client-download .pergament .frame-top {
    position: relative;
    display: block;
    width: 377px;
    background: url(../images/download/pergament-frame-top.gif) no-repeat left top;
    padding: 47px 40px 47px 36px;
    margin: -2px 0 14px 13px;
}
	
.client-download .pergament .frame-top .informations {
    display: block;
    float: left;
    width: 300px;
    margin: 0 0 25px 0;
}
	
.client-download .pergament .frame-top .informations h3 {
    position: relative;
    border-bottom: solid 1px #8a6d3e;
    color: #1c1c1d;
    font-family: 'Marcellus SC',serif;
    font-size: 19px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 4px;
}
	
.client-download .pergament .frame-top .informations p {
    color: #432a00;
    text-shadow: 0 1px 0 #d0bd91;
}
	
.client-download .pergament .frame-top .informations dl {
    width: 300px;
    color: #432a00;
    text-shadow: 0 1px 0 #d0bd91;
	margin-bottom: 0;
}
	
.client-download .pergament .frame-top .informations dl dd {
    display: block;
    float: left;
    width: 140px;
    padding: 0 5px 6px 0;
    text-align: right;
    font-weight: bold;
}
	
.client-download .pergament .frame-top .informations dl dt {
    display: block;
    float: left;
    border-left: solid 1px #a7884d;
    width: 150px;
    padding: 0 0 6px 4px;
}
	
.client-download .pergament .frame-top .frame-bottom {
    display: block;
    width: 368px;
    height: 21px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/download/pergament-frame-bottom.gif);
    text-indent: -9999px;
    overflow: hidden;
}

/* Google recaptcha */
.grecaptcha-badge {
    z-index: 100;
}


.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    position: relative;
    display: block;
}

.do-password-reset .alert h4 {
	display:none;
}

/* Login Form */

#login-form .alert-success{
	background-color: rgba(0,0,0,0.5);
}