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


html, body {
	height: 100%;
	min-height:100%;
}

body {
	/* overflow-y: scroll; */
	overflow-x:hidden;
	font-family: 'Kapra Neue Expanded', 'Helvetica Neue', sans-serif;
	font-size:17px;
	line-height: 1.53;
	text-transform: uppercase;
	color:#888;
	background:#1e1e21;
}

.head-font,
.btn {
	text-transform:uppercase;
	font-weight:400;
}
.no-topmargin {
	margin-top:0 !important;
}

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

b, strong {
	font-weight: 600;
	color: #a0a0a0;
}

.text-muted,
.text-muted .text-normal {
    color:#666;
}
.text-normal {
	color:#888;
}
.text-link {
	color:#004592;
}
.text-warning {
    color:#e60;
}
a.text-warning:hover {
    color:#111;
}
.text-danger {
    color:#c00;
}
.text-ellipsis {
	display:block;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.normal {
	text-transform:none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top:0;
	color: #fff;
	text-transform: uppercase;
}

h1, .h1 {
	margin-bottom:25px;
    font-size:34px;
    font-weight: 700;
	letter-spacing: .16em;
}
h2, .h2 {
	margin-bottom:20px;
	letter-spacing:0;
}
h3, .h3 {
	margin-bottom:20px;
	letter-spacing:0;
}
h5, .h5 {
	color:#ccc;
}

.title-special {
	font-weight:500;
	letter-spacing: .16em;
}

.box-release-item,
.box-dates .trow:not(.box-event),
.box-dates .trow.box-event .text {
	letter-spacing: .04em;
}

.title .share-page {
	margin-left:10px;
	vertical-align: text-top;
	line-height: 1;
}
.title .share-page .ico {
	font-size: 60%;
	color: #666;
}

.lead {
	margin:0 auto 30px;
	max-width:800px;
	font-size: 26px;
	color: #666;
}
.lead.small {
	font-size: 20px;
}

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

.hidn {display:none}

.checker, .outrange,
.form-checker #f_email + input,
.form-checker #f_email + .input-group .input-group-addon + input {
	position:absolute;left:-2000px;top:-2000px;width:1px;height:1px;overflow:hidden;
}

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

.form-group {
    margin-bottom: 20px;
}

.form-control {
	color: #eee;
	background-color: #444 !important;
	border-color: transparent;
}
.form-control::placeholder {
    color: #666;
}
.has-error .form-control {
	background-color:#fff5f5;
	box-shadow: 0 0 6px #f00;
}
.has-error .control-label {
	color:#f00;
}
.control-label.required:after {
	content:'*';
	padding-left:3px;
	font-weight:bold;
}
.form-control:focus {
	border-color:#999;
	box-shadow:none;
}

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

.btn {
    text-transform:uppercase;
}

.btn-default {
	color:#fff;
    background-color:#000;
    border-color:#969696;
}
.btn-default:hover {
	color:#fff;
    background-color:#666;
}
.btn-primary,
.item-order-form .btn-submit {
	color:#fff;
    background-color:#666;
    border-color:transparent;
}
.btn-primary:hover,
.item-order-form .btn-submit:hover {
	color:#666;
    background-color:#ccc;
    border-color:transparent;
}

.box-scrollto .elm {
	margin:0 5px 10px;
	font-weight: 500;
	color: #000;
	background: #959696;
	border: transparent;
}
.box-scrollto .elm:hover {
	background: #fff;
}

.block-filter {
	margin:10px 0 30px;
}
.block-filter .btn {
	margin:0 5px 5px;
}
.block-filterXXX .btn-default {
	color:rgb(245,240,211);
    background-color:transparent;
    border:1px solid rgb(245,240,211);
}
.block-filterXXX .btn-primary {
	color:#082a31;
    background-color:rgb(245,240,211);
}

.flt-show {
	transition-property: transform, opacity;
	transition-duration: 0.2s;
	opacity:1;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	visibility: visible !important;
}
.flt-hide {
	position:absolute;
	opacity:0;
	transform: translate3d(0px, 0px, 0px) scale3d(0.001, 0.001, 1);
}

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

#gotop {
	position:fixed;
	z-index:9;
	bottom:15px;
	right:10px;
	padding:0;
	border:0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    height: 35px;
    font-size: 20px;
    color:rgba(255,255,255,1);
    background-color: rgba(0,0,0,.6);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
#gotop.is-visible {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#gotop .ico {
	line-height: 20px;
    vertical-align: text-top;
}

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

#cookie-info {
	display:none;
	position: fixed;
	z-index:99999;
	bottom:60px;
	padding:0 10px;
	width:100%;
}
#cookie-info .inner {
	margin:0 auto;
	padding:15px;
	max-width:280px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius:4px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
#cookie-info .text {
	margin:0;
	color:#666;
	line-height:20px;
}
#cookie-info .text,
#cookie-info a {
	font-size:16px;
	font-weight:400;
}
#cookie-info .text a {
	color:#31a8f0;
}
#cookie-info a.btn-accept {
	display: block;
	margin:15px 0 0;
	padding:6px;
	text-align: center;
	color: #000;
	font-size: 16px;
	background:#f1d600;
    border-radius: 3px;
}

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

#video {
	position:fixed;
	z-index: 999;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
	opacity:0;
}
#video.open {
	left:0;
	opacity:1;
}
#video .mov {
	display:table;
	margin: auto;
	height:100%;
	width: 100%;
    max-width:1310px;
}
#video .inner {
	display: table-cell;
	padding:0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#video iframe {
	background:rgba(30,30,30,0.85);
}
#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: 500;
	line-height: normal;
	color: #666;
	font-size: 85%;
}
#video .link:hover {
	color: #fff;
}
#video .link:after {
	padding-left: 6px;
	font-family: FontAwesome;
	content: "\f14c";
	font-size: 100%;
}
#video .exit {
	position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    margin: 0;
    font-size:20px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 2px 0 #000;
}

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

.modal-content {
	border-radius:3px;
}
.modal-content .close {
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 2px;
	opacity:1;
}
.modal-content.dark {
	background-color:rgba(0,0,0,.8);
	border-color:#fff;
}
.modal-content.dark .close {
	color:rgba(255,255,255,.5) !important;
	opacity:1;
	background: #000;
	padding: 4px;
	border-radius: 50%;
}
.modal-content.dark .close:hover {
	color:#000;
}

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

.title .dropdown.share {
	float:none !important;
	margin-left:10px;
	vertical-align: text-top;
	line-height: 1;
}
.dropdown.share .dropdown-toggle .ico {
	font-size: 60%;
	color: #666;
}
.dropdown.share .dropdown-toggle .text {
    display:none;
}
.dropdown.share .dropdown-menu {
    margin-top:10px;
    background-color: rgba(255,255,255,.92);
}
.dropdown.share .dropdown-menu a {
    padding:8px 20px;
    font-size: 13px;
    font-weight: 500;
}
.dropdown.share .dropdown-menu .ico {
    font-size: 17px;
    width: 22px;
	vertical-align: top;
}

.box-sharing {
	text-align:center;
	margin-top:50px;
}
.box-sharing .title .ico {
	font-size:85%;
}
.box-sharing  .list-socials {
	margin:-12px;
}
.box-sharing  .list-socials li {
	padding:12px;
}
.box-sharing  .list-socials a {
	display:inline-block;
}
.box-sharing  .list-socials a:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.box-sharing  .list-socials .text {
	display:none;
}
.box-sharing  .list-socials .ico {
	color:#fff !important;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:30px;
	text-align:center;
	border-radius:50%;
}
.list-socials .ico {
	background:#666;
}
.list-socials .facebook .ico {
	background:#3b5998;
}
.list-socials .twitter .ico {
	background:#00aced;
}
.list-socials .googleplus .ico {
	background:#dd4b39;
}
.list-socials .pinterest .ico {
	background:#cb2027;
}
.list-socials .whatsapp .ico {
	background:#4dc247;
}
.list-socials .fbmessenger .ico {
	background:#0084ff;
}
.list-socials .email .ico {
	background:#666;
	font-size:27px;
}

.list-buy {
	margin-left:0;
	margin-bottom:-5px;
}
.list-buy li {
	margin-bottom:5px;
	padding:0;
}
.list-buy li + li {
	margin-left:15px;
}

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

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

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

.headpic {
	padding-bottom:57%;
}
.box-head {
	margin-bottom:30px;
}

.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;
}

.fx-zoom-pic .pic-wrapper {
	position:relative;
	overflow:hidden;
}
.fx-zoom-pic:hover .pic {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

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

#content {
	padding-top: 160px;
	min-height: calc(100% - 60px); /* - footer h */
}

@media (min-width: 992px) and (max-width: 1450px){

	#content .container {
		padding-left: 110px;
		padding-right: 110px;
	}
}

.container-text {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
}

.full-width:not(.transparent) {
	background:#424850;
}
.full-width-inner {
	display:block;
	margin:0 auto;
	max-width:1680px;
}

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

.row.inline > .col {
	display: inline-block;
    float: none;
    vertical-align: top;
}

.box-standard {
    margin-bottom:50px;
    position: relative;
}
.box-standard.small-margin {
	margin-bottom:30px;
}

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

.box-form fieldset {
	margin-bottom:30px;
}
.box-form legend {
	margin-bottom:20px;
	padding-bottom:5px;
}
.box-form .form-control-static {
    padding-bottom: 4px;
    padding-top: 4px;
}
.box-form label:not(.checkbox-inline) {
	font-weight:600;
}
.box-form .checkbox-inline {
	margin:0 0 5px;
	padding-left: 23px;
    width:50%;
}
.box-form .checkbox-inline input {
    transform: scale(1.5);
    margin-top: 7px;
}

/* #footer form .form-control {
	border:0;
}
#footerXXX form .form-group {
    margin-bottom: 10px;
}
#footer form .form-control::-moz-placeholder {
	color: #aaa;
}
#footer form .form-control:-ms-input-placeholder {
	color: #aaa;
}
#footer form .form-control::-webkit-input-placeholder {
	color: #aaa;
}
#footer form .btn {
	border:0;
} */

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

#header {
	position:absolute;
	z-index: 3;
	top:0;
	padding:15px 15px;
    width: 100%;
    background:#000;
    text-align:center;
}
body.sec-home #header {
	position:fixed;
	background:transparent;
}

#header .row {
	display:flex;
	align-items: center;
}
#header .row .col {
}
#header .row .col:first-child {
	text-align:left;
}
#header .row .col:last-child {
	text-align:right;
}

#header .logo {
	display:inline-block;
	margin:0;
}
#header .logo.sign img {
	width:80px;
}
#header .logo.name img {
	height:55px;
}
body.sec-home #header .logo.name {
	display:none;
}

.toggle-menu {
	display: inline-block;
	padding:5px 7px;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	background:#000;
	box-shadow:inset 0 0 0 2px #252626, 0 0 0 1px #7A7D7F;
	border-radius: 2px;
	text-align:center;
}
body:not(.mobile) .toggle-menu:hover {
	background:#fff;
	color:#000;
}
body.mobile .toggle-menu:hover {
	color:#fff;
}
.toggle-menu .ico {
	width: 15px;
	font-size:17px;
}
body.menu-open .toggle-menu .ico:before {
	content: "\f00d";
}
.toggle-menu .text {
	display:none;
}

.menu-main {
	position:fixed;
	z-index:2;
	display: table;
	top:0;
	height:100%;
	right:-150px;
	text-align:right;
}
body.menu-open .menu-main {
	right: 0;
	padding-right: 30px;
}
.menu-main ul {
	display: table-cell;
	vertical-align:middle;
}
.menu-main li {
	display: block;
    margin:30px 0;
    line-height:1;
}
.menu-main li a {
    font-size:18px;
    line-height:1;
    color:#959699;
    text-transform:uppercase;
}
.menu-main li a:hover {
	color:#fff;
}
.menu-main li.active a,
.menu-main li.active a:hover {
	color:#fff;
}

body.sec-home .menu-main li a {
	text-shadow: 0 0 10px #000;
}
XXXbody.sec-home .menu-main li a:hover {
	color:#fff;
}

.menu-socials {
	position:fixed;
	z-index:2;
	display: table;
	top:0;
	height:100%;
	left:0;
	padding-left:30px;
}
.menu-socials ul {
	display: table-cell;
	vertical-align:middle;
}
.menu-socials li {
	position: relative;
	margin:0;
	width: 80px;
	text-align: center;
}
.menu-socials li + li {
	margin-top:25px;
}
.menu-socials a {
	display:inline-block;
}
.menu-socials .ico {
	position: relative;
	z-index:1;
	width:28px;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#000;
	border-radius:50%;
	background:#7A7D7F;
	text-align:center;
	box-shadow:inset 0 0 0 2px #252626, 0 0 0 1px #7A7D7F; 
}
.menu-socials a:hover .ico {
	background:#fff;
	/* box-shadow:inset 0 0 0 2px #252626, 0 0 0 1px #fff; */
}
.menu-socials .name {
	position:absolute;
	top:0;
	left:22px;
	display:block;
	width:0;
	line-height:30px;
	color:#eee;
	text-transform:uppercase;
	font-size:13px;
	opacity:0;
}
body:not(.mobile) .menu-socials a:hover .name {
	left:63px;
	opacity:1;
	width:auto;
}

.toggle-btn {
	display:inline-block;
	margin-right:25px;
	text-transform:uppercase;
	font-size:13px;
	color: rgba(255,255,255,.7);
	text-shadow: 0 0 2px #000;
}
body:not(.mobile) .toggle-btn:hover {
	color:#fff;
}
body.mobile .toggle-btn:hover {
	color: rgba(255,255,255,.7);
}
.toggle-btn:after {
	display:inline-block;
	margin-left:5px;
	font-family: FontAwesome;
	content: "\f028";
	font-size: 110%;
	width: 16px;
	text-align: left;
}
.toggle-btn.on:after {
	content: "\f026";
}

.toggle-btn.toggle-play:after {
	content: "\f144";
}
.toggle-btn.toggle-play.on:after {
	content: "\f28b";
}

#header .toggle-btn {
	opacity:0;
	transform: translate3d(0,-70px,0) scale(3);
}
body.bg-video-active #header .toggle-btn {
	opacity:1;
	transform: translate3d(0,0,0) scale(1);
}

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

#footer .bar {
    padding:20px 0;
    font-size:13px;
    text-transform: uppercase;
    text-align:center;
}
#footer .bar,
#footer .bar a {
	color:#666;
}
#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;
}

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

.pnav {
	text-align:center;
	font-weight:600;
}
.pnav.top .pagination {
	margin-top:0;
}

.pagination > li > a {
	padding: 4px 11px;
	color:#000;
    background-color:#969696;
    border-color:transparent;
}
.pagination > li > a:hover {
	color:#000;
    background-color:#fff;
    border-color:transparent;
}
.pagination > .active > a {
	color:#969696 !important;
	background-color: #000 !important;
	border-color:transparent !important;
}
.pnav .pagination .disabled span {
	padding: 4px 11px;
	color:#777;
	background-color:#969696;
    border-color:transparent;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-bottom-left-radius:2px;
    border-top-left-radius:2px;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-bottom-right-radius:2px;
    border-top-right-radius:2px;
}

.pnav .pagination.arrows {
	margin-right:20px;
}

.pnav .pagination .spacer span {
	padding-left:8px;
	padding-right:8px;
}

/* .pnav {
	margin-bottom:30px;
}
.pnav ul {
	display:inline-block;
	margin:0;
	padding:0;
}
.pnav li {
	display:inline-block;
	margin:0 5px 0 0;
	list-style:none;
	border:0;
}
.pnav .disabled {
	display:none;
}
.pnav .spacer span {
	padding:0;
	background:none;
	color:#555;
}
.pnav a,
.pnav span {
	display: block;
    margin: 0;
    padding:0 8px;
    color:#333;
    background:#none;
    border:0px solid #eee;
}
.pnav .prev .ico,
.pnav .next .ico {
	color:#31708f;
}
.pnav a:hover {
	background:#eee;
}
.pnav .active a,
.pnav .active a:hover {
	color:#fff;
	background:#31708f;
}
*/

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

.pic2.lbx {
	display:inline-block;
	float:left;
	margin:0 20px 10px 0;
	padding:0;
	width:160px;
	height:120px;
	overflow:hidden;
	border:0;
	text-decoration:none;
}
.pic2.lbx.vert {
	height:160px;
	width:120px;
}
.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 {
	display:block;
    height:0;
}
.gal .elm a:hover {
	opacity:0.8;
}
.gal .elm img {
	min-height: 100%;
}
.gal .elm img.pano {
	max-height: 100%;
    max-width: none;
}

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

.slider .slick-list {
	background:none;
}

.slider .item {
	position:relative;
}
.slider .item img {
	width: 100%;
	background-color: transparent;
}

.sliderX .caption {
	position: absolute;
	display:block;
    bottom:0;
    left:0;
    width:100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-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%);
	text-align: center;
}
.sliderX .caption .inner {
	padding: 25px 20px 15px;
	color: rgba(255,255,255,.5);
    font-size:85%;
    line-height:normal;
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
}

.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:5px;
	margin-top:-25px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:50px;
	color: #fff;
	cursor:pointer;
}
.slider .slick-next .ico {
	right:5px;
	left:auto;
}
.slider .slick-prev.disabled,
.slider .slick-next.disabled {
	opacity: 0.5;
	cursor: default;
}

.slider .slick-dots {
	position: absolute;
	z-index: 2;
	top:auto; bottom:25px; left: 0; right: 0;
	display: block;
    margin: auto;
    padding:0;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slider .slick-dots li {
	position: relative;
	display: inline-block;
	margin:0 4px;
	padding: 0;
	cursor: pointer;
}
.slider .slick-dots li button {
	display:block;
	margin:2px 2px;
	padding:0;
	width:10px;
	height:20px;
	border-radius:50%;
	background:#fff;
	border:0;
	text-indent: -9999em;
	opacity:0.0;
}
.sliderXXX .slick-dots li:hover button {
	opacity:0.7;
}
.sliderXXX .slick-dots li.slick-active button {
	opacity:1;
}
.slider .slick-dots li:after {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
   	font-family: FontAwesome;
	content: "\f111";
	font-size: 8px;
	color:#fff;
	opacity:0.4;
}
.slider .slick-dots li:hover:after {
	opacity:0.7;
}
.slider .slick-dots li.slick-active:after {
	opacity:1;
}

.gal-slider {
	position:relative;
	margin-bottom:30px;
	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;
}
.gal-slider .caption .inner {
	padding: 8px 15px 0;
	line-height: 1;
	text-align: center;
}
.gal-slider .open-external:hover span {
	color:#fff;
}

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

.box-splash {
	position: relative;
	width:100%;
	height:100%;
	background:#000;
	text-align:center;
	overflow: hidden;
}

.box-splash .bg-logo {
	position: absolute;
	z-index:1;
	display:block;
	content: "";
	width: 100%;
	height: 100%;
}
.box-splash .bg-logo img {
	position: absolute;
	left:0; top:0; bottom:0; right:0;
	margin:auto;
	width: 600px;
	max-width: 85%;
}

.box-splash .bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position:50% 50%;
	background-size:cover;
	/* opacity: .5;
	transition: opacity .5s; */
}
body.bg-video-active .box-splash:not(.audio) .bg-image {
	opacity: 0;
}

.box-splash.bg-fit-cover .bg-image,
.box-splash.bg-fit-cover #bg-video {
	object-fit:cover;
}
.box-splash.bg-fit-contain .bg-image,
.box-splash.bg-fit-contain #bg-video {
	object-fit:contain;
}
.box-splash.bg-fit-fill .bg-image,
.box-splash.bg-fit-fill #bg-video {
	object-fit:fill;
}
.box-splash.bg-fit-none .bg-image,
.box-splash.bg-fit-none #bg-video {
	object-fit:none;
}

.tgl-vid-play:before,
.tgl-vid-tone:before {
	display: inline-block;
	font-family:FontAwesome;
	content:'\f144';
	font-weight:400;
	width:1.25em;
	text-align: center;
}
.tgl-vid-play.active:before {
	content:'\f28b';
}
.XXXtgl-vid-play:not(.active):before {
	padding-left:2px;
}
.tgl-vid-tone:before {
	content:'\f028';
}
.tgl-vid-tone.active:before {
	content:'\f026';
}

.box-splash .elm-tgl-vid {
	position:absolute;
	z-index:3;
	right:80px;
	top:42px;
}
body.menu-open .box-splash .elm-tgl-vid {
	z-index:1;
}
@media (max-width: 767px){
	.box-splash .elm-tgl-vid {
		right:60px;
		top:16px;
	}
}
.box-splash .elm-tgl-vid .act + .act {
	margin-left:15px;
}
.box-splash .elm-tgl-vid .act {
	display: inline-block;
	/*width:2.25em;
	padding: .25rem 0;
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
	background:rgba(255,255,255,.1);
	border-radius: 20px; */
	line-height:normal;
	font-size:20px;
	color:#fff !important;
	text-shadow:1px 1px 0 rgba(0,0,0,.4);
}
.box-splash .elm-tgl-vid .act:hover {
	transform:scale(1.1);
}

#bg-video, .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  .bg-video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video { width: 300%; left: -100%; }
}
.bg-video .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
}
body.bg-video-active .box-splash .bg-video .screen {
	opacity: 1;
}

.box-splash.audio .bg-video {
	display:none;
}

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

.box-releases .row-elm .col {
	margin-bottom:30px;
}
.box-releases .elm {
	position:relative;
	display: block;
	overflow:hidden;
}
.box-releases .elm .pic {
	padding-bottom:100%;
}
body:not(.mobile) .box-releases .elm .text {
	position:absolute;
	z-index:1;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
	top:-100%;
	height:100%;
	width:100%;
	padding:0px 5px;
	background:rgba(0,0,0,.85);
	color:#fff;
	font-size: 85%;
	opacity:0;
}
bodyXXX:not(.mobile) .box-releases .elm .text .inner {
	display: table-cell;
	vertical-align: middle;
}
body:not(.mobile) .box-releases .elm:hover .text {
	top:0;
	opacity:1;
}
body.mobile .box-releases .elm .text {
	padding-top:10px;
	color:#fff;
	font-size: 85%;
}
.box-releases .elm .format .subinfo {
	display:block;
	text-transform:none;
}
.box-releases .elm .text .more {
	display:block;
	margin-top:10px;
	text-transform:none;
	opacity:.5;
}
body.mobile .elm .text .more {
	display:none;
}

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

.box-release-item .pic,
.box-release-item .box-buy,
.box-release-item .box-tracklist {
	margin-bottom:30px;
}

.box-release-item .box-buy .hdl {
	display:block;
	margin-bottom:10px;
}

.box-release-item .box-specs dl {
	margin-bottom:25px;
}
.box-release-item .box-specs dt {
	float: left;
	width: 100px;
	font-weight:normal;
	text-align:left;
	color:#666;
}
.box-release-item .box-specs dd {
	margin-left: 100px;
	margin-bottom: 5px;
}

.box-release-item .box-tracklist .list-elm {
	margin-bottom:0;
	line-height: normal;
}
.box-release-item .box-tracklist .list-elm + .list-elm {
	margin-top:15px;
}
.box-release-item .box-tracklist .list-elm .elm {
	margin-left:60px;
}
.box-release-item .box-tracklist .list-elm .elm + .elm {
	margin-top:8px;
}
.box-release-item .box-tracklist .actions {
	position: absolute;
	display:inline-block;
	margin-left: -60px;
}
.box-release-item .box-tracklist .actions .act-elm {
	display:inline-block;
	width:15px;
	margin-right:15px;
	font-size: 85%;
}
.box-release-item .box-tracklist .actions .act-elm.audio {
	position: relative;
	text-align:center;
}

.audio-trigger {
	display:inline-block;
}
.audio-trigger.active:not(.ready) .ico {
	opacity:0;
}
.audio-trigger.active:not(.ready):before {
	position: absolute;
	display:inline-block;
	left:0;
	font-family: FontAwesome;
	content: "\f021";
	font-size: 100%;
	width: 15px;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.box-release-item .box-description {
	color:#666;
}

.box-lyrics .title {
	margin-bottom:30px;
	color:#fff;
}
.box-lyrics .text {
	text-transform:none;
	margin-bottom:30px;
}
.box-lyrics .copy {
	font-size:75%;
}

#modal-lyrics .modal-dialog {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 632px;
}
#modal-lyrics .modal-body {
	padding-right:0;
}
#modal-lyrics .load {
	height: calc(100vh - 90px);
	max-height: 600px;
	overflow: auto;
	padding-right:15px;
}

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

.box-news .row-elm .col {
	margin-bottom:30px;
}
.box-news .elm .pic-wrapper {
	margin-bottom:10px;
}
.box-news .elm .title {
	
}

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

.box-videos {
	margin-bottom:15px;
}
.box-videos .col {
	margin-bottom:15px;
}
.box-videos .elm {
	text-align:center;
}
.box-videos .elm .pic-wrapper {
	margin-bottom:8px;
	background:#000;
}
.box-media .elm.play .ico,
.box-videos .elm .ico {
	position: absolute;
	z-index: 1;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    padding-left: 4px;
    line-height:50px;
    height:50px;
    width:50px;
    font-size:28px;
    border-radius:50%;
    color:#fff;
    background:rgba(0,0,0,0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align:center;
}
.box-media .elm.play:hover .ico,
.box-videos .elm:hover .ico {
	color:#000;
    background:rgba(255,255,255,0.75);
}
.box-media .elm .title,
.box-videos .elm .title {
	line-height: normal;
}

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

.article-single {
	margin-bottom:30px;
}

.article-single .pretext,
.article-single .maintext,
.article-single .gal {
	margin-bottom:30px;
}

.article-single .maintext ul li,
.article-single .maintext ol li,
.article-single .maintext dd {
	margin-bottom:20px;
}

.article-single .date-info {
	margin-top:20px;
}

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

.box-dates .box-event .inner:before {
	display:block;
	content:'';
	margin-top:30px;
	padding-top:30px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.box-dates .box-event .pic {
	margin-bottom:15px;
}

.box-dates .box-tbl .info {
	display:inline-block;
	color:#d00;
	font-size:70%;
	font-weight: 600;
	margin-left: 5px;
}

.box-dates .box-tbl .more .ico {
	width: 16px;
	margin-right: 4px;
	text-align: center;
}

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

.box-contact .box-form .checkbox label {
    font-weight:normal;
    line-height:1;
}
.box-contact .box-form .checkbox label:hover {
	color:#fff;
}
.box-contact .box-form .checkbox input {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.box-contact .box-form .hint {
	margin-right: 15px;
	line-height: normal;
	vertical-align: bottom;
}
.box-contactXXX .box-form .submit {
    float: right;
}

.box-contactXXX .box-address h5 {
	margin:0 0 5px;
	color:#666;
}
.box-contact .box-address .text small,
.box-contact .box-form .checkbox label small {
	color:#666;
	text-transform:none;
}
.box-contact .box-address .text a {
	color:#666;
}
.box-contact .box-address .text a:hover {
	color:#fff;
}

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

.box-shop-overview .elm {
	display:inline-block;
	margin-top:30px;
}

.box-shop-overview .elm:hover .pic {
	opacity:.75;
}

.box-shop-overview .elm:not(.extra) .pic {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	max-width: 120px;
	padding: 8%;
	background: #fff;
	border-radius: 20px;
}
.box-shop-overview .elm .pic img {
	width: 100%;
}
.box-shop-overview .elm .text {
	line-height: normal;
}

.box-shop-overview .elm.extra {
	margin-top:60px;
}
.box-shop-overview .elm.extra .pic {
	display: inline-block;
	margin-bottom: 20px;
	width: 80px;
}
.box-shop-overview .elm.extra .title {
	
}

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

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

}


/* desktop notebook */
@media (min-width: 1360px){
	
	.box-splash .bg-logo img {
		width:auto;
		max-width: 850px;
		max-height: 500px;
	}
}

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

	.box-releases .row-elm .col {
		width:20%;
	}
	
	.box-release-item .col-data {
		padding-left:45px;
	}
	
	.box-contact .container-text {
		max-width: 860px;
	}
	.box-contact .container-text .col {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/* desktop */
@media (min-width: 992px){
	
	body.sec-home:not(.mobile) .menu-socials li {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
  
		-webkit-animation-name: slideLeft;
		animation-name: slideLeft;
	}
	@-webkit-keyframes slideLeft {
	  from {left:-100px;}
	  to {left:0;}
	}
	@keyframes slideLeft {
	  from {left:-100px;}
	  to {left:0;}
	}
	body.sec-home:not(.mobile) .menu-socials li:nth-child(2) {
		-webkit-animation-delay:.9s;
		animation-delay:.9s;
	}
	body.sec-home:not(.mobile) .menu-socials li:nth-child(3) {
		-webkit-animation-delay:1.2s;
		animation-delay:1.2s;
	}
	body.sec-home:not(.mobile) .menu-socials li:nth-child(4) {
		-webkit-animation-delay:1.5s;
		animation-delay:1.5s;
	}
	body.sec-home:not(.mobile) .menu-socials li:nth-child(5) {
		-webkit-animation-delay:1.8s;
		animation-delay:1.8s;
	}
	body.sec-home:not(.mobile) .menu-socials li:nth-child(6) {
		-webkit-animation-delay:2.1s;
		animation-delay:2.1s;
	}
}


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

}

/* not-phone */
@media (min-width: 768px){
	
	#header nav {
		top:-60px;
	}
	#header nav.affix {
		position: fixed;
		z-index: 9;
		top:0;
		left:0;
		padding:8px 0;
		width: 100%;
		background:rgba(0,0,0,.8);
		transition: all 0.5s ease-out;
	}
	#header nav.affix .logo.sign {
		margin-left: 35px;
	}
	#header nav.affix .logo.sign img {
		width:40px;
	}
	#header nav.affix .logo.name img {
		height:35px;
	}
	#header nav.affix .toggle-menu {
		margin-right:15px;
	}
	
	.box-dates .box-tbl {
		margin:-5px auto 0;
		width:100%;
		max-width: 980px;
		border-spacing: 0;
		border-collapse: collapse;
	}
	
	.box-dates .box-tbl .trow:not(.box-event) .tcol{
		-webkit-transition: all 0.18s ease-out;
		-ms-transition: all 0.18s ease-out;
		transition: all 0.18s ease-out;
	}
	.box-dates .box-tbl .trow:not(.box-event):hover .tcol,
	.box-dates .box-tbl .trow:not(.box-event).hover .tcol {
		background:rgba(255,255,255,.05);
	}
	.box-dates .box-tbl .trow .tcol:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.box-dates .box-tbl .trow .tcol:first-last {
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.box-dates .box-tbl .tcol {
		padding:5px;
		width: 1%;
		white-space: nowrap;
		vertical-align:top;
	}
	.box-dates .box-tbl .tcol + .tcol {
		padding-left:30px;
	}
	.box-dates .box-tbl .tcol.date {
		word-spacing: 5px;
	}
	.box-dates .box-tbl .tcol.country,
	.box-dates .box-tbl .tcol.city {
		color:#ccc;
	}
	.box-dates .box-tbl .tcol.city {
		width:15%;
	}
	.box-dates .box-tbl .tcol.location {
		width:50%;
		white-space: normal;
	}
	.box-dates .box-tbl .tcol.links {
		padding-left:0;
		text-align:right;
	}

	.box-dates .box-tbl .tcol.links > .lnk {
		display:inline-block;
		margin-left:25px;
	}
	.box-dates .box-tbl .tcol.links > .lnk .ico {
		font-size:110%;
	}

	.box-dates .box-tbl .more {
		margin:5px 0;
		width:100%;
		white-space: normal;
	}
	
	.box-dates .box-event .inner {
		padding-top:0px;
		white-space: normal;
	}
	.box-dates .box-tbl .box-event:first-child .inner {
		padding-top:0;
	}
	.box-dates .box-event .title {
		color:#fff;
	}
	.box-dates .box-event .text {
		max-width: 800px;
		line-height:normal;
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px){
	
	#header nav:not(.affix) .logo.name img {
		height:auto;
		max-width:100%;
	}
}

/* phone + tablet */
@media (max-width: 991px){
	
	body.sec-home #header .row .col:nth-child(2) {
		display:none;
	}
	body.sec-home #header .row .col:last-child {
		width: 83.33333333%;
	}
	
	.menu-socials {
		left:-110px;
	}
	body.menu-open .menu-main,
	body.menu-open .menu-socials {
		width: 50%;
		background:rgba(37,38,38,.9);
	}
	body.menu-open .menu-socials {
		left: 0;
	}
	
	.box-splash:before {
		background-size:70% auto;
	}
}

/* phone */
@media (max-width: 767px){
	
	body {
		font-size:17px;
	}
	
	#content {
		padding-top:75px;
		min-height: 0;
	}
	
	.box-standard,
	.box-spektrum .box-standard {
		margin-bottom: 40px;
	}

	.container .row-xs {
		margin-left:-10px;
    	margin-right:-10px;
	}
	.container .row-xs .col {
		margin-bottom: 15px;
		padding-left:5px;
    	padding-right:5px;
	}
	
	.h3, h3 {
    	font-size: 18px;	
	}
	
	.box-header {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.box-header.sub {
		font-size:18px;
	}
	
	.lead {
		font-size: 20px;
	}
	
	.toggle-menu {
    	padding: 2px 5px;
    }
    body.menu-open .menu-main {
		padding-right: 15px;
	}
	body.menu-open .menu-socials {
		padding-left: 15px;
	}
	.menu-socials li {
		width: 35px;
	}
	.toggle-btn .text {
		display:none;
	}
	.toggle-btn:after {
		font-size:140%;
	}
	
	#header {
		padding: 10px 0px;
	}
	
	#header .row .col:first-child {
		padding-right:0;
	}
	#header .row .col:nth-child(2) {
		padding:0;
	}
	#header .row .col:last-child {
		padding-left:0;
	}
	
	#header .logo.sign img {
		width:35px;
	}
	#header .logo.name img {
		width:200px;
		height:auto;
	}
	
	#header nav.affix {
		position: static;
	}
	
	#header .nav {
		position: absolute;
		z-index: 5;
		right: -100%;
		margin:65px 0 0px;
		padding:20px 0 20px;
		width: 100%;
		text-align: center;
		background: rgba(66,72,80,.97);
	}
	.mobile-menu #header .nav {
		right:0;
	}
	#header .nav > li {
		margin:0;
		padding:5px 0;
    	width:100%;
	}
	#header .nav > li > a {
		display: inline-block;
		padding:8px 0;
		font-size: 20px;
		line-height: 1;
		background:none !important;
	}
	#header .nav > li.icons {
		width:100%;
	}
	#header .nav > li.icons a {
		margin:0 5px;
		padding: 8px 0;
		font-size: 140%;
	}
	#header .dropdown-menu {
		position:relative;
		left:0;
		width:90% !important;
		margin-left: 5% !important;
		text-align:center;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	#header .dropdown-menu > li > a {
		font-size: 17px;
		background: rgba(0,0,0,.3);
	}
	#header .dropdown-menu.wide > li {
		width:100%;
	}
	
	.article-nav .prev, .article-nav .next {
		width:60px;
	}
	.article-nav .prev .ico, .article-nav .next .ico {
		font-size: 35px;
		width: 35px;
		height: 35px;
		left:0;
		margin-left: 0;
		margin-top: -17px;
	}
	.article-nav .next .ico {
		left:auto;
		right:0;
	}
	
	.article-single .bg-image {
		position:static;
		height:200px;
	}
	.article-single .blk-content {
		float:none;
		margin-top: 0px;
		margin-bottom: 68px;
	}
	
	.pic2.lbx {
		display:block;
		float:none;
		width:100%;
		height:auto;
	}
	
	.slick-prev,
	.slick-next {
		display:none !important;
	}
	.slider .slick-dots {
		bottom:12px;
	}
	.slider .slick-dots li button {
		width:6px;
	}
	.slider .slick-dots li:after {
		font-size: 6px;
	}
	
	.box-form textarea {
		min-height:200px;
	}
	
	.box-videos .elm .ico {
		padding-left: 6px;
		line-height: 36px;
		height: 36px;
		width: 36px;
		font-size: 20px;
	}
	
	.box-newsX .elm:before {
		content: ' ';
		display: block;
		margin: -10px 0 30px;
		border-top: 1px solid rgba(255,255,255,0.3);
		height: 1px;
	}
	
	#footer .bar li {
		margin-top:5px !important;
	}
	#footer .bar .copy,
	#footer .bar .designer {
		display:block;
		margin:0;
		padding: 0;
	}
	#footer .bar .copy + li {
		border:0;
		margin-left:0;
		padding-left:0;
	}
	
	.box-dates .box-tbl {
		margin-left:75px;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.box-dates .box-tbl .trow {
		
	}
	.box-dates .box-tbl .tcol.date {
		position: absolute;
		margin-left: -75px;
		line-height:1.85;
	}
	.box-dates .box-tbl .tcol {
		display: inline-block;
	}
	
	.box-dates .box-tbl .tcol.country {
		padding-right: 10px;
	}
	.box-dates .box-tbl .tcol.country,
	.box-dates .box-tbl .tcol.city {
		color:#ccc;
	}
	
	.box-dates .box-tbl .tcol.location {
		display: block;
		line-height:normal;
	}
	.box-dates .box-tbl .more {
		width: calc(100% + 75px);
		margin:5px 0 0 -75px;
	}
	
	.box-dates .box-tbl .tcol.links {
		display:block;
		padding-bottom: 10px;
	}
	.box-dates .box-tbl .tcol.links > .lnk {
		display: inline-block;
		margin-right: 25px;
	}
	
	.box-dates .box-event .inner {
		padding-top:30px;
		white-space: normal;
	}
	.box-dates .box-tbl .box-event:first-child .inner {
		padding-top:0;
	}
	.box-dates .box-event .title {
		color:#fff;
	}
	.box-dates .box-event .inner {
		margin-left:-75px;
		width: calc(100% + 75px);
	}
	.box-dates .box-event .text {
		line-height:normal;
	}
	
	.box-release-item .box-tracklist .list-elm .elm {
    	margin-left:80px;
	}
	.box-release-item .box-tracklist .actions {
		margin-left:-80px;
	}
	.box-release-item .box-tracklist .actions .act-elm {
		margin-left: 10px;
		font-size:95%;
	}
}

/* small-phones */
@media (max-width: 600px) and (orientation: portrait){
	
	#header {
		position: fixed;
	}
	
	.box-head,
	.box-news .elm .pic,
	.gal-slider {
    	margin-left: -15px;
    	margin-right: -15px;
	}
}

/* big-phones */
@media (min-width: 480px) and (max-width: 767px){
	
	#content .container:not(.full-width-portrait),
	.container-fluid.container-text,
	.container-text {
		max-width: 480px;
	}
	
	.full-width-portrait {
		max-width:90%;
		margin-left:auto;
    	margin-right:auto;
	}
}