/* Last Chaos */

@import 'https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans';
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

/* ---- General Styling ---- */

p {
    margin: 0px 0px 15px;
	color: #b9b8b8;
}

body{
	font-family: 'Noto 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: block;
    position: absolute;
    top: 200px;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    */
    display: inline-block;
    position: absolute;
    width: 130px;
    height: 90px;
    text-align: center;
    left: 0;
    top: 25px;
    margin-left: 0;
}
.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: 2000px;
    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') center top no-repeat;
	width: 100%;
	max-width: 2000px;
	min-height: 200px;
	position: relative;
	margin: 0px auto;
}

.lpr-header{
	display: none;
}

.main-feature-news{
	background: #171717 url('../images/background-header-news.jpg') center top no-repeat;
	width: 100%;
	max-width: 2000px;
	min-height: 453px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

.main-feature-media{
	background: #171717 url('../images/background-header-media.jpg') center top no-repeat;
	width: 100%;
	max-width: 2000px;
	min-height: 453px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}
.main-feature-small{
	background: #171717 url('../images/background-header-small.jpg') center top no-repeat;
	width: 100%;
	max-width: 2000px;
	min-height: 453px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}
.main-feature-small .play-button-big {
    bottom: 0px;
    padding-left: 10px;
}

.main-feature-account:before, .main-feature-account:after, .main-feature-small:after {
    background: url('../images/spritesheet.png') no-repeat center -192px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}

.main-feature-big:after,
.main-feature-news:after,
.main-feature-media:after,
.main-feature-small:after{
    background: url('../images/spritesheet.png') no-repeat center -185px;
    height: 30px;
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    z-index: 1;
}


/* "-2px" because they aren't fully visible */
.main-feature-account:before {
    top: -2px;
}
.main-feature-account:after {
    bottom: -2px;
}

h4{
	font: 400 20px/22px "Crimson Text",Arial,sans-serif;
    color: #eae9e9;
}
hr {
    margin: 30px 0;
    border-top: 1px solid #444;
}

.alert-warning{
	color: #99002c; /*#72c02c*/
	background:transparent;
	border: none;
	padding: 0;
}

.alert>p+p {
    margin-top: 0px;
    margin-left: 18px;
}

.alert-dismissable .close{
	display: none;	
}

.alert-warning h4{
    font: 700 22px/22px "Crimson Text",Arial,sans-serif;
}

#block1.login hr {
    margin: 30px 0 15px;
}



/*
.main-feature-small:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
	background: transparent url('../images/background-header-small-top.png') no-repeat scroll center top;
	z-index: 25;	
}
.main-feature-small:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 5px;
	width: 100%;
	background: transparent url('../images/top-banner-trenner.png') no-repeat scroll center top;
	z-index: 25;	
}
*/

.main-feature-big{
	width: 100%;
	max-width: 2000px;
	min-height: 525px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: #fff url('../images/background-header-big.jpg') center top no-repeat;
}

.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: 385px;
	height: 184px;
    margin: 95px -190px 0px;
    left: 50%;
    z-index: 20;
    position: absolute;
}

.main-feature-big .logobig img {
    /*display: none;*/
    width: 100%;
}

/* ---- Register - Server Select Styling ---- */

#server_language{
	list-style: none;
    margin-left: 10px;
}

#server_language li{
    width: 38px;
    height: 25px;
    margin-left: -25px;
    margin-right: 70px;
}

#server_language input{
	width: 18px;
    height: 18px;
    margin-left: -23px;
}

.reg_server{
    background: transparent url('../images/flags/language-flags.png') no-repeat;
    float: left;
    width: 38px;
    height: 25px;
    margin-right: 50px;
}

.s_en{
    background-position: -38px 0px;	
}

.s_us{
    background-position: -114px 0px;
}

.mb-20{
	margin-bottom: 20px;
}

.error li,
.elternecke-wickie-club li{
	margin-bottom: 20px;
    font-size: 15px;
}

.bb-shadow{
    box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
}

h2.title-wickie-s{
    color: #555;
    margin-top: 15px;
    text-shadow: none;
    font: 700 20px/27px "Noto Sans", Arial, sans-serif;
}

.tag-box {
    background: none;
}
.tag-box-v1 {
    border: none;
}

.tag-box h2{
	font: 900 40px/41px "Crimson Text",Arial,sans-serif;
}

.tag-box li{
	font-size: 16px;
	margin-bottom: 12px;
}

.tag-box p{
	margin: 0px 0px 10px;
}

/*
.shadow-effect-2:before{
    transform: rotate(-3deg);
    box-shadow: 0px 15px 10px rgba(0,0,0,0.8);	
}

.shadow-effect-2:after {
    transform: rotate(3deg);
    box-shadow: 0px 15px 10px rgba(0,0,0,0.8);
}
*/

.shadow-effect-2:before, .shadow-effect-2:after {
    content: none;
}

.tag-box-v1{
	padding: 0px 40px 20px;
	border-top: none;
}

.content{
	position: relative;
}

.border-box{
  background-color: #fff7e3;
  border-style: solid;
  border-width: 11px 11px 11px 11px;
  -moz-border-image: url("../images/wooden-border.png") 11 11 11 11 repeat stretch;
  -webkit-border-image: url("../images/wooden-border.png") 11 11 11 11 repeat stretch;
  border-image: url("../images/wooden-border.png") 11 11 11 11 repeat stretch;
}

.breadcrumbs {
    /*margin-bottom: 150px;*/
    overflow: visible;
    position: relative;
}
.breadcrumbs .container {
    text-align: center;
}

#block1.home {
    padding-top: 0;
}

.breadcrumbs{
	display: none;
}
.breadcrumbs h1 {
    font: 100 43px/45px "Crimson Text",Arial,sans-serif;
    color: #eaeaea;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px;
    top: 100px;
    /*margin-left: 20px !important;*/
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    z-index: 1;
}
.breadcrumbs h1:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 160px;
    height: 65px;
    background: url('../images/spritesheet.png') no-repeat -120px -15px;
    top: 25px;
    left: -30px;
}

h2, .headline h2{
	font: 100 35px/38px "Crimson Text",Arial,sans-serif;
	color: #eae9e9;
	/*color: #c0921e;*/
}

section .headline h2 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-left: 20px !important;
}
section .headline h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 160px;
    height: 65px;
    background: url('../images/spritesheet.png') no-repeat -120px -15px;
    top: 20px;
    left: -30px;
}


.breadcrumb li.active, .breadcrumb li a:hover {
    color: #c0921e;
    text-decoration: none;
}

.blog-thumb-v3 h3{
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 16px;
	line-height: 17px;
}

.input-group{
	width: 100%;
}

h2.title-v2{
	color: #c0921e;
}

.blog-grid h3{
	line-height: 1;
}

.thumbnails .blog-grid h3 a {
	font: 700 18px/18px "Noto 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: 'Noto 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: 20;
    bottom: 0;
}

.play-button-big{
    position: absolute;
    width: 100%;
    z-index: 20;
    bottom: 0;
} 

.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: 432px;
	height: 210px;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
	color: #ffffff;
    font: 600 23px/26px "Crimson Text",Arial,sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 85px;
}

.play-button-big a.de:after {
    font: 100 28px/33px "Crimson Text",Arial,sans-serif;
}

.play-button-big a.fr {
    font: 600 29px/54px "Crimson Text",Arial,sans-serif;
}


.play-button-small a {
	background: url('../images/spritesheet.png') no-repeat -1720px -215px;
	/*background: url('../images/play-button-small-de.png') no-repeat center top;*/
}
.play-button-big a {
	background: url('../images/spritesheet.png') no-repeat -1720px -215px;
	/*background: url('../images/play-button-big-de.png') no-repeat center top;*/
}
.play-button-small a:hover,
.play-button-big a:hover{
	color: #fff;
    background: url('../images/spritesheet.png') no-repeat -1720px -451px;
}

.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;
    text-decoration: none;
}

a:hover, a:active {
    color: #c7721e;
    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: #c0921e none repeat scroll 0% 0%;
	display: inline-block;
	font-style: normal;
}

.migration li{
	font: 900 40px/41px 'Crimson Text',Arial,sans-serif;
	color: #c0921e;
}

.migration li h2{
	font-size: 22px;
	line-height: 23px;
	margin-top: 30px;
}

.migration li p{
	font-family: 'Noto 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 'Crimson Text', 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 "Noto Sans", sans-serif;
	color: #333;
}

/* ---- Header Styling ---- */

.header.small,
.header.big {
	position: relative;
	max-width: 2000px;
	margin: 0px auto;
	font-size: 100%;
    background: #444 url("../images/background-menu.jpg") no-repeat scroll center top;
}

.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: 30px;
}

.header .navbar-nav > li:hover > a, .header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
    color: #c0921e;
}

.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;
}

.home:before,
.elternecke-fragen:before,
.features:before,
.medien:before,
.news:before,
.news-detail:before,
.login:before,
.register:before,
.password-reset:before,
.account:before{
/*	background: url('../images/section-divider.png') center top no-repeat;	
	height: 40px;
	content:'';
	display: block;
/*	box-shadow: 0px 7px 5px rgba(0,0,0,0.2);*/
}

.home:after,
.news:after,
.news-detail:after,
.medien:after,
.login:after,
.register:after,
.password-reset:after,
.account:after{
	content:'';
	display: block;
    background: url('../images/spritesheet.png') no-repeat  center -132px;
    height: 48px;
/*	box-shadow: 0px 7px 5px rgba(0,0,0,0.2);*/
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	z-index: 10;
}

/* remove the block-divider from the last section element in the content area: */
.main-container > section:last-of-type:after {
    display: 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: 2000px;
	margin: 0px auto;
	position: relative;
}

#block3.game{
	min-height: 800px;
}

#block1.home h1{
	font: 900 38px/35px 'Crimson Text',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; */
}

.dark-knight{
    background: transparent url('../images/dark-knight.png') no-repeat center top / cover;
    position: absolute;
    top: 20px;
    right: -255px;
    width: 670px;
    height: 820px;	
}

.succubus{
    background: transparent url('../images/succubus.png') no-repeat center top / cover;
    position: absolute;
    top: 70px;
    right: -65px;
    width: 670px;
    height: 820px;	
}

#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-area.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-area.jpg') no-repeat scroll center top / cover;
}

#block1.password-reset {
	background: #18161b url('../images/background-section-account-area.jpg') no-repeat scroll center top / cover;
}

#block1.news-detail,
#block2.media{
    background: #18161b url('../images/section-background-candle.jpg') no-repeat 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: uppercase;
    border-bottom: 2px solid #333;
}

.thumbnail-img,
.thumbnail-style .thumbnail-img{
	background-color: rgba(29, 29, 29, 0.9);
	border-width: 2px;
	border-style: solid;
    border-color: #8C532A #693E17 #693E1F #925C35;
	padding: 0;
}

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;
}

section.news-detail span, section.news-detail div, section.news-detail strong, section.news-detail li{
	color: #b9b8b8!important;
    text-align: left !important;
    background-color: transparent !important;
}

section.news-detail strong span{
	color: #f0f0f0!important;
}

/*#cookieNotifier{
    background: none 0px 0px repeat scroll rgba(20, 16, 16, 0.8) !important;
	color: #fff !important;
}

#cookieNotifier #closeCookieInfo{
	text-align: center !important;
	background: rgba(255, 255, 255,1) none repeat scroll 0% 0% !important;
}*/

.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;
}

/* ---- Content / About Home ----*/

#screens {
    width: 730px;
    height: 240px;
    background: url('https://assets.landingpages.gamigo.com/websites/lastchaos/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 "Crimson Text",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;
}

/* ---- Content / Welcome Page ---- */

.welcome-bonus{
	background: transparent url("https://assets.landingpages.gamigo.com/websites/wickie-online/images/willkommens-geschenk-sichern.png") no-repeat scroll center top / contain;
	height: 80px;
	display: block;
	margin: -20px 0 15px 0;
	width: 100%;
}

.welcomes{
	background: url('https://assets.landingpages.gamigo.com/websites/wickie-online/images/background-welcome.jpg') no-repeat center top;
}

.welcome-present{
	background: url('https://assets.landingpages.gamigo.com/websites/wickie-online/images/welcome-gift.png') no-repeat center center;
	width: 500px;
	height: 450px;
}

.welcome-present .content{
	display: block;
	width: 230px;
	margin-left: 244px;
	padding-top: 125px;
}

.welcome-present .content p{
	color: rgb(255, 255, 255);
	font-size: 14px;		
}

.welcome-list li{
	font-size: 15px;
}

/* ---- Content / Angebot ---- */

.angebote{
	background: url('https://assets.landingpages.gamigo.com/websites/wickie-online/images/angebot-background.jpg') no-repeat center top/contain;
	position: relative;
}

.angebot-box{
	background: url('https://assets.landingpages.gamigo.com/websites/wickie-online/images/angebot-box.png') no-repeat center center;
	width: 300px;
	height: 400px;
}

.angebot-box .content{
	display: block;
	width: 230px;
	margin-left: 34px;
	padding-top: 125px;
}

.angebot-box .content p{
	color: rgb(255, 255, 255);
	font-size: 14px;		
}

.angebot-button{
	background: url('https://assets.landingpages.gamigo.com/websites/wickie-online/images/angebot-button.png') no-repeat center top;
	width: 280px;
	height: 100px;
	display: block;
	margin-top: 180px;
	position: absolute;
}

.angebot-button:hover{
	background-position: center bottom;
}

.angebote small{
	font-size: 75%;	
}

@media (min-width: 1200px){
	.angebot-button{
		margin-left: 60px;
		z-index: 100;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.angebot-button{
		margin-left: 100px;
		z-index: 100;
	}
}

@media (max-width: 991px){
	.angebote-sven{
		display: none;
	}
	.lpr-header{
		display: block;
	}	
}

@media (max-width: 768px){
	.angebot-button{
		position: relative;
		margin-top: 20px;
	}	
}

/* ---- Responsive Video Styling ---- */

.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: 2000px;
	margin: 0px auto;
    background: #121115 url("../images/footer.jpg") no-repeat scroll center -3px;
    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: linear-gradient(#171717,#000000);
	padding: 5px 0px 5px;
	min-height: 90px;
}

.footer-v1 .copyright a {
	font-size: 14px;
	color: #ffa200;	
}

.footer-v1 .headline {
    border-bottom: 1px dotted rgba(174,174,174,0.8);
}

.footer-v1 .copyright p{
	font-size: 14px;
	color: #aeaeae;
}

.footer-v1 .footer h2 {
	color: #eae9e9;
	font: 400 20px/16pt "Crimson Text",sans-serif;
    border-bottom: 2px solid #581471;
}

.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;
}

@media (min-width: 1200px){

	#topcontrol:hover {
	  background: #c0921e;
	}

}

@media (max-width: 1199px){
	
/*	#block2.home .content,
	#block3.home .content,
	#block4.home .content,
	#block1.game .content,
	#block2.game .content,
	#block3.game .content,
	#block1.medien .content,
	#block2.medien .content{
		padding-top: 0px;	
	}*/
}

@media (min-width: 1200px) and (max-width: 1499px){
	.main-feature-big {
		background-size: 1500px auto;
		min-height: 393px;
	}
	.main-feature-big .logobig{
		width: 280px;
		margin: 80px auto 0px -140px;
	}
	.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;
	}

    .play-button-big {
        transform: perspective(1px) scale(.85);
        -ms-transform: perspective(1px) scale(.85);
        -webkit-transform: perspective(1px) scale(.85);
        bottom: -23px;
    }
}

@media (min-width: 1199px){

    #block2.home .mq-image{
		margin: 110px 0 0 30px;	
	}
	
	.header .navbar-nav > li > a{
		padding: 9px 50px 9px 20px;
	}

	.char-account-password-reset{
		position: absolute;
		right: -150px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/demon.png") no-repeat scroll center top / cover;
		width: 550px;
		height: 550px;	
	}
	
	.char-account-login{
		position: absolute;
		left: -150px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/monster.png") no-repeat scroll center top / cover;
		width: 550px;
		height: 550px;
	}
	
	.char-account-register{
		position: absolute;
		left: -150px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/knight-shadow.png") no-repeat scroll center top / cover;
		width: 550px;
		height: 550px;
	}
}

@media (min-width: 992px){

	.lrp-header{
		display: none;
	}

	#video-background {
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -1000px;
		z-index: 0;
	}

	.nav > li a.home-nav{
		display: none;
	}		
	.header .navbar-nav > li > a {
	    font: 400 24px/22px "Crimson Text",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: #c0921e;
	}

	.header .dropdown-menu {
        background: url('../images/spritesheet.png') no-repeat -23px -205px;
		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 {
		padding-top: 8px;
		margin-top: -5px;
    }
    .header .dropdown-menu li a {
		color: #fff;
		font: 400 20px/20px "Crimson Text",Arial,sans-serif;
		padding: 8px 15px 10px;
		border-bottom: none 0 #000;
    }
    .header .dropdown-menu li:first-child {
        padding-top: 20px;
    }
    .header .dropdown-menu li:last-child {
        padding-bottom: 20px;
    }
    .header .dropdown-menu li:last-child:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        height: 4px;
        width: 100%;
        background: url('../images/spritesheet.png') no-repeat -25px -532px;
    }

	.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: #171717 url('../images/background-header-big-m.jpg') center top no-repeat;
		background-size: 1200px auto;
		min-height: 315px;
	}
	.main-feature-big .logobig{
		width: 250px;
	    margin: 55px auto 0px -125px;
	}

	.main-feature-news{
		background: #171717 url('../images/background-header-news-m.jpg') center top no-repeat;
		background-size: 1200px auto;
		min-height: 300px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-m.jpg') center top no-repeat;
		background-size: 1200px auto;
		min-height: 300px;
	}	

	.main-feature-small{
		background: #171717 url('../images/background-header-small-m.jpg') center top no-repeat;
		background-size: 1200px auto;
		min-height: 300px;
	}	
	
	.main-feature-account{
		background: #171717 url('../images/background-header-account-m.jpg') center top no-repeat;
		background-size: 1200px auto;
		min-height: 160px;
	}

    .header.small .logo {
        display: inline-block;
        position: absolute;
        width: 130px;
        height: 90px;
        text-align: center;
        left: 0;
        top: 25px;
        margin-left: 0;
    }

	.header .navbar-nav > li > a{
		font: 400 21px/19px "Crimson Text",Arial,sans-serif;
	}

	.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;
	}

	#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;
		right: -130px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/demon.png") no-repeat scroll center top / cover;
		width: 465px;
		height: 465px;
	}
	
	.char-account-login{
		position: absolute;
		left: -130px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/monster.png") no-repeat scroll center top / cover;
		width: 465px;
		height: 465px;	
	}
	
	.char-account-register{
		position: absolute;
		left: -130px;
		bottom: 0px;
		z-index: 10;
		background: transparent url("../images/knight-shadow.png") no-repeat scroll center top / cover;
		width: 465px;
		height: 465px;
	}

    .play-button-big {
        transform: perspective(1px) scale(.75);
        -ms-transform: perspective(1px) scale(.75);
        -webkit-transform: perspective(1px) scale(.75);
        bottom: -35px;
    }

}

@media (max-width: 991px){

	.lrp-header{
		display: block;
	}

	.header.small:before, .header.big:before{
		display: none;
	}

	#video-background{
		display: none;
	}
	
	.dark-knight{
		display: none;
	}
	
	.succubus{
		display: none;
	}

    .header > .container {
        height: 0;
        position: static;
    }

	.home-nav{
		display: block;
	}

    .header.small .logo {
		width: 240px;
		height: 115px;
		left: 50%;
		margin-left: -120px;
    }

	.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: #600081;
	}
	
	.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: #600081 !important;
	}

	.header .navigation-toggle, .header .topbar-toggle,
	.header .navigation-toggle:hover, .header .topbar-toggle:hover,
	.header .navigation-toggle:focus, .header .navigation-toggle:focus {
		background: #600081 none repeat scroll 0% 0%;
		padding: 6px 10px 2px;
	}

    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #c0921e;
    }


	.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: #c0921e;
	}

	.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/background-menu.jpg") no-repeat scroll center top;
	
	}
	
	.collapse{
		visibility: visible;
	}
	
	.header .navbar-collapse.collapse {
		display: block !important;
	}
	
	.header .mobile-logo{
        background: url("../images/logo.png") no-repeat scroll 50% 0px;
        background-size: 100%;

		width: 200px;
		height: 95px;
		left: 50%;
		margin: 10px 0px 0px -100px;
		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 "Noto 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: #c0921e !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/background-menu.jpg") no-repeat scroll center 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;
	}
	
	.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 "Noto 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 'Noto 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;
    }
    .header.big .logo{
        /*position: absolute;
        left: 50%;
        margin-left: -140px;*/
        margin-top: 45px;
    }
    .header.small .logo{
        margin-top: 5px;
    }
	.header.small .logo img,
	.header.big .logo img{
		/*width: 280px;
		height: 150px;*/
        width: 100%;
        /*display: none;*/
	}

	.main-feature-big {
		background: #171717 url('../images/background-header-big-sm.jpg') center 30px no-repeat;
		background-size: 980px auto;
		min-height: 290px;
	}

	.main-feature-news{
		background: #171717 url('../images/background-header-news-sm.jpg') center 30px no-repeat;
		background-size: 992px auto;
		min-height: 250px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-sm.jpg') center 30px no-repeat;
		background-size: 992px auto;
		min-height: 250px;
	}	

	.main-feature-small{
		background: #171717 url('../images/background-header-small-sm.jpg') center 30px no-repeat;
		background-size: 992px auto;
		min-height: 250px;
	}	

	.main-feature-account{
		background: #171717 url('../images/background-header-account-sm.jpg') center 30px no-repeat;
		background-size: 980px auto;
		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;
	}

}

@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: 160px;
        height: 70px;
        margin: 0 auto;
        left: 50%;
        /*background: url(../images/logo.png) top left no-repeat;
        background-size: 100%;*/
        margin-left: -80px;
        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 "Crimson Text",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-header-big-s.jpg') center 30px no-repeat;
		background-size: 800px auto;
		min-height: 240px;
	}
	.main-feature-news{
		background: #171717 url('../images/background-header-news-s.jpg') center 30px no-repeat;
		background-size: 800px auto;
		min-height: 230px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-s.jpg') center 30px no-repeat;
		background-size: 800px auto;
		min-height: 230px;
	}

	.main-feature-small{
		background: #171717 url('../images/background-header-small-s.jpg') center 30px no-repeat;
		background-size: 800px auto;
		min-height: 230px;
	}
	.main-feature-account{
		background: #171717 url('../images/background-header-account-s.jpg') left 30px no-repeat;
		background-size: 800px auto;
		min-height: 230px;
	}

    .header.small .logo{
		position: absolute;
		vertical-align: middle;
		display: block;
		width: 220px;
		height: 105px;
		margin: 0 auto;
		left: 50%;
		margin-left: -110px;
		margin-top: 10px;
	}
	.header.small .logo img,
	.header.big .logo img{
		width: 100%;
	}

}

@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 "Crimson Text",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 "Crimson Text",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-header-big-xs.jpg') center 30px no-repeat;
		min-height: 230px;
	}
	.main-feature-news{
		background: #171717 url('../images/background-header-news-xs.jpg') center 30px no-repeat;
		min-height: 200px;
	}
	
	.main-feature-media{
		background: #171717 url('../images/background-header-media-xs.jpg') center 30px no-repeat;
		min-height: 200px;
	}

	.main-feature-small{
		background: #171717 url('../images/background-header-small-xs.jpg') center 30px no-repeat;
		min-height: 200px;
	}
	.main-feature-account{
		min-height: 195px;
		background: #171717 url('../images/background-header-account-xs.jpg') center 30px no-repeat;
	}


    /* DEBUG: Workaround until we get the correct image
    */
	.header.big .logo{
		position: absolute;
		left: 50%;
        width: 200px;
        height: 100px;
		margin-left: -100px;
		margin-top: 50px;
	}
	.header.big .logo img{
        display: none;
        /*width: 220px;
		height: 118px;*/
	}	
	
	.header.small .logo{ 
		position: absolute;
		left: 50%;
		margin-left: -100px;
		margin-top: -5px;
		width: 200px;
		height: 100px;
	}

}