/* #################################################
# Projekt 	: CSS
# Stand     : 14.01.16
# Autor		: 300design.com
#################################################### */


html, body {
	height: 100%;
}

body {
	overflow-x:hidden;
	/* font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 1.615; */
	font-family: 'Crimson Text', serif;
	font-size: 23px;
	color:#ddd;
	background:#000 url('') repeat-x;
	text-align:center;
}
body.modal-open {
	margin-right:16px; /*hack: github.com/twbs/bootstrap/issues/9855 */
}

.head-font,
.btn {
	font-family: 'Crimson Text', serif; /*Open Sans Condensed*/
	font-weight:400;
}

a:active, a:focus {
	outline:0px !important;
	text-decoration:none;
	-webkit-appearance:none;
}
a {
	color:#333;
}
a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

b {
	font-weight:600;
}

.text-muted {
    color:#808080;
}
.text-normal {
	color:#555;
}
.text-link {
	color:#6097bf;
}
.text-warning {
    color:#e60;
}
a.text-warning:hover {
    color:#111;
}
.text-danger {
    color:#c00;
}

.pic-fx {
	display:block;
}
.pic-fx .pic-wrapper {
	position:relative;
	overflow:hidden;
}
.pic-fx .ico {
	position: absolute;
	z-index: 1;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    line-height:50px;
    height:50px;
    width:50px;
    font-size:20px;
    border-radius:50%;
    background:rgba(51,122,183,0.8);
    color:#fff;
    text-align:center;
    opacity:0;
    -webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
}
.pic-fx .pic,
.pic-fx .ico {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pic-fx:hover .ico {
	opacity:1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.pic-fx:hover .pic {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.transition, a:not(.no-transition), .btn {
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}
.transition-slow {
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.hidn {display:none}

.checker {position:absolute;left:-2000px;top:-2000px;width:1px;height:1px;overflow:hidden}

.has-error .form-control {
	background-color:#fff5f5;
	box-shadow: 0 0 6px #f00;
}

textarea {
	min-width:100%;
	max-width:100%;
	min-height:30px;
}

.form-control, .btn, .dropdown-menu {
	border-radius:2px;
	/* border:0; */
}

.btn {
    border:0;
}
.btn-primary {
    background-color: #cc9900;
}
.btn-primary:hover {
    background-color: #ddaa11;
}

.alert-box {
	background-color:#f7f7f7;
}

#gotop {
	display:none;
	position:fixed;
	z-index:9;
	bottom:25px;
	right:20px;
	padding:0;
	opacity:0.6;
	border:0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background-color:#666;
}
#gotop .ico {
	line-height: 1;
    vertical-align: text-top;
}

/* -------------------- */

#extlink-info {
	position: fixed;
	top:0;
	z-index:9999;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
}
#extlink-info .inner {
	position: absolute;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    height: 190px;
	width: 360px;
	background:#fff;
	border-radius:5px;
	text-align: center;
	color:#000;
}
#extlink-info .title {
	margin-top:0;
	color:#c00;
	font-size: 20px;
	line-height: 25px;
	font-weight:normal;
}
#extlink-info a {
	display:block;
	margin-top:30px;
	font-size: 20px;
	color:#000;
}
#extlink-info .goto {
	float:right;
}
#extlink-info .cancel {
	float:left;
}

#cookie-info {
	position: fixed;
	top:0;
	z-index:99999;
	display:none;
	width:100%;
	height:100%;
}
#cookie-info .inner {
	position: absolute;
	margin:0 auto;
	left:0;right:0;
	top: 40px;
	padding:15px;
	max-width:500px;
	background:rgba(0,0,0,0.75);
	border: 1px solid #666;
	border-radius:3px;
}
#cookie-info .text {
	margin:0;
	line-height: 17px;
}
#cookie-info .text,
#cookie-info a {
	font-size: 12px;
	font-weight: normal;
}
#cookie-info .text a {
	color: #fff;
	text-decoration:underline;
}
#cookie-info .btn {
	float:none;
	display: inline-block;
	margin:10px 0 0;
	color: #fff;
	font-family: open sans;
    font-weight: bold;
	background:#555;
    border-radius: 3px;
    text-transform:uppercase;
}

/* -------------------- */

img.lzy,
.slick-slider img.img-lzy {
	background:rgba(230,230,230, 0.5) url('../i/lzyload.png') 50% 50% no-repeat;
}
.img-responsive {
    min-width: 100%;
}

.vcenter {
	position: relative;
	display:block;
	overflow:hidden;
	padding-bottom:67%;
}
.vcenter img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.headpic {
	padding-bottom:50%;
}
.headpic .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6s ease-out;
	-ms-transition: all 6s ease-out;
	transition: all 6s ease-out;
}
.headpic .wrapper.active {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.headpic img {
	min-width:100.2%
}

.bg-image {
	position:absolute;
	z-index:-1;
	top:0;
	width:100%;
	height:100%;
}
.bg-image .inner {
	width:100%;
	height:100%;
	background:url('') 50% 50% no-repeat;
    background-size:cover;
    opacity: 0.7;
}

.box-image {
	position:relative;
	padding-bottom:50%;
	background:#444 url('') 50% 50% fixed no-repeat;
    background-size:cover;
}
.box-image .lzy-bg {
	width:1px;
	height:1px;
}
.ios .box-image {
	background-attachment: scroll;
}
.box-image .inner {
	position:absolute;
	width:100%;
	height:100%;
	margin-top:-30px;
	background:rgba(0,0,0,0.0) url('../i/bg-top.png') 50% 0% repeat-x;
}
.box-image .btm {
	position:absolute;
	z-index:1;
	width:100%;
	height:200px;
	bottom:0;
	margin-bottom:-30px;
	background:url('../i/bg-btm.png') 50% 100% repeat-x;
}

.disable-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.disable-pointer {
	pointer-events: none;
}

/* -------------------- */

.box-gallery {
	margin:30px 0 -25px;
	text-align:center;
}
.box-gallery .box-intro {
	margin:-30px 0 30px;
}
.box-gallery .row {
	font-size:0;
}
.box-gallery .col {
	display:inline-block;
	float:none;
	margin-bottom:30px;
}
.box-gallery .elm .pic-wrapper {
	position:relative;
	overflow:hidden;
}
.box-gallery .elm img {
	min-width:100%;
}
.box-gallery .elm .ico {
	display:none;
	position: absolute;
	z-index: 1;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    padding-left: 0px;
    line-height:50px;
    height:50px;
    width:50px;
    font-size:28px;
    border-radius:50%;
    color:#000;
    background:rgba(255,255,255,0.75);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align:center;
}
.box-gallery .elm:hover .ico {
	color:#fff;
    background:rgba(204,22,45,0.6);
}
.box-gallery .elm .pic {
	padding-bottom:41%;
}
.box-gallery .elm:hover .pic {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.box-gallery .elm .title {
	display:block;
	margin:3px 0 25px;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center;
}

.box-media .btn {
	margin: 30px 0 20px;
	color: #cc9900;
    background:rgba(51,51,51,0.65);
}

#video {
	display:none;
	position:fixed;
	z-index: 999;
	top:0;left:0;
	width:100%;
	height:100%;
	background:rgba(30,30,30,0.8);
}
#video .mov {
	display:table;
	margin: auto;
	height:100%;
	width: 100%;
    max-width:1310px;
}
#video .inner {
	display: table-cell;
	padding: 0 15px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#video iframe {
	background:rgba(30,30,30,0.8);
}
#video .title {
	display:block;
    padding:5px 15px;
    width:100%;
    background:rgba(30,30,30,0.8);
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}
#video .link {
	font-weight: 600;
    line-height: normal;
    color: #aaa;
}
#video .link:hover {
	color: #fff;
}
#video .link:after {
	padding-left: 6px;
	font-family: FontAwesome;
	content: "\f08e";
}
#video .exit {
	position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 2px 0 #000;
}

/* -------------------- */

.row.solid {
    margin-left:-5px;
    margin-right:-5px;
}
.row.solid > .col {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.box-standard {
    padding:10px 0 15px 0;
    position: relative;
    background:url('../i/bg.jpg');
}

.box-header {
    margin: 0 0 25px;
    color:#222;
    font-size:48px;
    text-transform: uppercase;
    color:#cc9900;
    text-shadow: 0 0 10px #e0a000;
    letter-spacing: 0.05em;
}

.block-text {
	margin:auto;
	max-width:850px;
}

/* -------------------- */

#header {
	position:absolute;
	z-index: 9;
	padding:7px 0 0;
    width: 100%;
    text-align:center;
}

#header .laurels {
	margin:0 auto;
	height:60px;
}

#header .nav {
	display:inline-block;
	margin:7px 0 0;
	padding:0;
	text-align:left;
}
#header .nav li {
	display: inline-block;
    margin:0 0 0 5px;
}
#header .nav li > a {
	padding:0 8px;
    border-radius: 2px;
    color:#fff;
    font-family: 'Crimson Text',sans-serif;
    font-size:23px;
    font-weight:600;
    line-height:30px;
    background:transparent;
    text-transform:uppercase;
    border:1px solid transparent;
    border-bottom:0;
    text-shadow: 0 0 10px #000;
    letter-spacing: 0.02em;
}
#header .nav > li > a:hover,
#header .nav > li.open > a {
	color:#da1; /*630*/
	text-shadow: 0 0 10px #000, 0 0 10px #da1;
}
#header .nav > li.active > a,
#header .nav > li.active > a:hover {
	color:#da1;
}
#header .nav > li > a:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

/* -------------------- */

.socials {
	position:absolute;
	z-index:10;
	right:0;
	top:50%;
	margin-top:-57px;
}
.socials a {
	display:block;
	margin-top:3px;
	width:35px;
	height:35px;
	text-align:center;
	border-radius:3px 0 0 3px;
	background:rgba(51,51,51,0.8);
	color:#ddd;
}
.socials .ico {
	font-size:24px;
	line-height:35px;
}
.socials a:hover {
	background:rgba(220,220,220,0.8);
	color:#333;
}

/* -------------------- */

.box-home {
    height: 100%;
    position: relative;
    background:#333;
}
.XXXbox-home .bg-top {
	display:none;
	position:absolute;
	z-index:1;
	margin-top:-30px;
	width:100%;
	height:200px;
	background:rgba(0,0,0,0.0) url('../i/bg-top.png') 50% 0% repeat-x;
}
.box-home .bg-btm {
	position:absolute;
	margin-bottom:-30px;
	z-index:3;
	width:100%;
	height:200px;
	bottom:0;
	background:url('../i/bg-btm.png') 50% 100% repeat-x;
}

.box-home .scene {
    position:relative;
	z-index:0;
	margin:auto;
	padding:0;
	bottom:0;top:0;
	left:0;right:0;
}
.box-home .scene, .box-home .layer {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.box-home .full {
    position: absolute;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 105.5%;
	background:url('') no-repeat scroll 50% 100%;
    background-size:cover;
}
.box-home .background {
	background-image:url("/cnt/pic/bg-home.jpg");
}
.box-home .warrior {
	background-image:url("/cnt/pic/bg-home-warrior.png");
}
.box-home .horde {
	height: 110%;
	background-image:url("/cnt/pic/bg-home-horde.png");
}
.box-home .logo {
	display:block;
	position:absolute;
	z-index:1;
	margin:auto;
	bottom:5%;top:auto;
	left:0;right:0;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	animation-delay:0.65s;
}
.box-home .logo img {
	width:95%;
	max-width:900px;
}

.box-home .logo .title {
	text-indent: -9999em;
    height: 0;
}

/* -------------------- */

.box-about .toggler {
	margin:20px 0 10px;
	display:block;
}
.box-about .box-intro .toggler {
	color: #999;
}
.box-about .more-about {
	margin-top:30px;
}

/* -------------------- */

.box-cinemas .box-intro {
	margin-bottom: 30px;
}

.box-cinemas dl {
	font-size:85%;
	margin-bottom:0;
}
.box-cinemas dt {
	float:left;
	width:40%;
	padding-right:10px;
	font-weight:600;
	text-align:right;
}
.box-cinemas dd {
	float:left;
	width:60%;
	margin:0;
	padding-left:10px;
	text-align:left;
	line-height: 1.2;
}

/* -------------------- */

.box-stimmen {
	text-align:center;
	padding:10px 0 0;
}
.box-stimmen .col {
	display:inline-block;
	float:none;
	margin-bottom:30px;
	vertical-align:top;
}
.box-stimmen .src {
	display: inline;
	font-weight:600;
	font-size:80%;
}

/* -------------------- */

.line-spaced li {
	border-left:1px solid #333;
}
.line-spaced li:first-child {
	border:0;
}

#footer {
	background:url('../i/bg.jpg');
}
#footer .credits {
	margin-top:15px;
    max-width:1140px;
    width:97%;
    opacity: 0.7;
    background:none;
}

#footer .bar {
    padding:20px 0;
    font-size:13px;
    font-family: helvetica;
}
#footer .bar,
#footer .bar a {
	color:#999;
}
#footer .bar a:hover {
	color:#fff;
}
#footer .bar ul {
	margin:0;
}
#footer .bar li {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
#footer .bar li:first-child {
	margin:0;
	padding:0;
}

/* -------------------- */

.pic2.lbx {
	display:inline-block;
	float:left;
	margin:0 20px 10px 0;
	padding:0;
	width:128px;
	height:96px;
	overflow:hidden;
	border:0;
	text-decoration:none;
}
.pic2.lbx.vert {
	height:128px;
	width:96px;
}
.pic2.lbx img {
	width:100%;
}
.pic2.lbx.right {
	float:right;
	margin:0 0 10px 20px;
}


.gal {
	margin:0 -7.5px 0 -7.5px;
	font-size:0; /*gap hack*/
}
.gal .elm {
	display:inline-block;
	float: none;
	padding:7.5px;
}
.gal .elm a {
    /* padding-bottom: 63%; */
    height:0;
}

/* -------------------- */

.slider .slick-list {
	background:#333;
}

.slider .item {
	position:relative;
}
.slider .item img {
	width: 100%;
}

.slider .caption {
	position: absolute;
	display:block;
    bottom:0;
    left:0;
    width:100%;
    color:#fff;
    font-size: 20px;
    line-height: 1.2;
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
.slider .caption .inner {
	padding: 30px 20px 60px;
    text-align: center;
}

.slider .slick-prev,
.slider .slick-next {
	position: absolute;
	z-index: 2;
	top:0;
	bottom:0;
	width: 10%;
	text-align: center;
	opacity: 0.5;
}
.slider .slick-next {
	left: auto;
    right: 0;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
	opacity:1;
}
.slider .slick-prev .ico,
.slider .slick-next .ico {
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-25px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size: 60px;
	color: #fff;
	cursor:pointer;
}
.slider .slick-next .ico {
	right:15px;
	left:auto;
}
.slider .slick-prev.disabled,
.slider .slick-next.disabled {
	opacity: 0.5;
	cursor: default;
}

.slider .slick-dots {
	position: absolute;
	z-index: 2;
	bottom:20px; left: 0; right: 0;
	display: block;
    margin: auto;
    padding: 0;
    width: 60%;
    list-style: none;
    text-align: center;
}
.slider .slick-dots li {
	display: inline-block;
	margin:0 4px;
	padding: 0;
	cursor: pointer;
}
.slider .slick-dots li button {
	display:block;
	margin:2px 5px;
	padding:0;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
	border:0;
	text-indent: -9999em;
	opacity:0.4;
}
.slider .slick-dots li:hover button {
	opacity:0.7;
}
.slider .slick-dots li.slick-active button {
	opacity:1;
}

.gal-slider {
	position:relative;
	background:none;
}
.gal-slider .slick-prev,
.gal-slider .slick-next {
	opacity:0;
}
.gal-slider:hover .slick-prev,
.gal-slider:hover .slick-next {
	opacity:0.5;
}
.gal-slider .slick-prev:hover,
.gal-slider .slick-next:hover {
	opacity:1;
}
.gal-slider .slick-list {
	background:none;
}

.cast-slider .headpic {
    padding-bottom: 56.5%;
}
.cast-slider .slick-dots {
	bottom:15px;
}
.cast-slider .slick-prev,
.cast-slider .slick-next {
	top: 50%;
    margin-top: -25px;
    height: 50px;
    opacity: 0;
}
.cast-slider:hover .slick-prev,
.cast-slider:hover .slick-next {
	opacity: 0.5;
}
.cast-slider .slick-prev:hover,
.cast-slider .slick-next:hover {
	opacity:1;
}
.cast-slider .link {
	position:absolute;
	display:block;
	top:0;
	width:100%;
	height:100%;
}
.cast-slider .caption {
	background:none;
	text-align:center;
	right:0;
	left:0;
	bottom:50px;
	width:auto;
	text-shadow:0 0 10px #000;
	font-size:26px;
}
.cast-slider .caption .as {
	display:inline-block;
	margin:0 10px;
	font-size: 20px;
}

/* -------------------- */

.box-castcrew {
	padding-bottom:35px;
}

/* -------------------- */

/* desktop big */
@media (min-width: 1921px){

}


/* desktop large */
@media (min-width: 1200px){

}


/* desktop */
@media (min-width: 992px){
	
}


/* desktop small */
@media (min-width: 992px) and (max-width: 1199px){

	.box-image {
		padding-bottom:62%;
	}
}


/* tablet */
@media (min-width: 768px) and (max-width: 991px){
	
	.box-image {
		padding-bottom:75%;
	}
	
}


/* phone */
@media (max-width: 767px){
	
	body {
		font-size: 16px;
		line-height: 1.4;
	}
	
	body.modal-open {
		margin-right:0;
	}
	
	.menu-toggle {
		position:absolute;
		z-index:11;
		right:5px;
		top:10px;
		padding: 4px 6px;
		font-size:20px;
		color: #fff !important;
    	text-shadow: 0 0 10px #000;
	}
	
	#header {
		background:none;
	}
	.mobile-menu #header {
		z-index:10;
	}
	#header .nav {
		margin:0;
		padding:0;
	}
	#header .nav > li {
		margin:0;
		padding:5px 0;
    	width: 50%;
	}
	#header .nav > li > a {
		padding:8px 0;
		font-size:18px;
		line-height: 1;
		background:none !important;
	}
	
	.box-home .bg-top {
		margin-top:-25px;
		z-index: 9;
	}
	
	.row-xs {
		margin-left:-5px;
    	margin-right:-5px;
	}
	.row-xs .col {
		margin-bottom: 10px;
		padding-left:5px;
    	padding-right:5px;
	}
	
	.box-header {
		font-size:27px;
		margin-bottom:15px;
	}
	
	#footer {
		margin-top:0;
	}
	#footer .bar {
		font-size:11px;
	}
	
	.box-home .logo {
		bottom:10%;
	}
	
	.box-castcrew .col {
		padding:0;
	}
	
	#slider .item img {
		width:auto;
		height:250px;
	}
	.cast-slider .slick-prev,
	.cast-slider .slick-next {
		display:none !important;
	}
	.cast-slider .slick-dots {
		width:100%;
		bottom:0;
	}
	.cast-slider .slick-dots li button {
		margin:0;
		width:4px;
		height:4px;
	}
	.cast-slider .caption {
		bottom:20px;
		font-size:16px;
		text-shadow:0 0 10px #000,0 0 10px #000;
	}
	.cast-slider .caption .as {
		margin: 0 5px;
		font-size:11px;
	}
	
	#footer .bar {
		padding:10px 0;
	}
	#footer .bar li {
		margin-top:5px !important;
	}
	#footer .bar .copy {
		display:block;
	}
	#footer .bar .copy + li,
	#footer .bar li.Xdesigner {
		border:0;
		margin-left:0;
		padding-left:0;
	}
	
	.box-image {
		padding-bottom:100%;
	}
	
	.box-gallery {
		margin:15px 0 -10px;
	}
	.box-gallery .col:last-child {
		display:none;
	}
	
	.box-cinemas dl {
		font-size:100%;
	}
	.box-cinemas dt {
		clear: left;
		float:left;
		width:40%;
		padding-right:10px;
		font-weight:600;
		text-align:right;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.box-cinemas dd {
		float:left;
		width:60%;
		margin:0;
		padding-left:10px;
		text-align:left;
		line-height: 1.2;
	}
}