/*Global*/

@font-face {
    font-family: 'expressway';
    src: url('../fonts/expressway.ttf') format('truetype');
}

@font-face {
    font-family: 'expresswayBold';
    src: url('../fonts/expresswayBold.ttf') format('truetype');
}

@font-face {
	font-family: 'interstateLight';
	src: url('../fonts/Interstate-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'interstateBlack';
	src: url('../fonts/Interstate-Black.ttf') format('truetype');
}

body {
	font-size: 0.9em;
	line-height: 1.3em;
	text-rendering: geometricPrecision;
	font-weight: 300;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

html {
  height: 100%;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}

#header.bg {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .lang_user_cart, #header .lang_user_cart a {
	font-size: 0.8rem;
}

#header .lang_user_cart a i {
	font-size: 1.1rem;
}

#header .lang_user_cart a i:before {
	font-weight: 900;
}

#header .lang_user_cart a i.fa-sort-down {
	font-size: 0.8rem;
	top: -3px;
	position: relative;
}

#header a {
	text-decoration: none;
}

#header, .site-nav li a {
	height: 5.25rem;
}

.header_wrapper {
	padding: 0 7rem;
}

#inner {
  display: table;
  margin: 0 auto;
}

#myNav {
	/* height:100vh; */
}

#myNav .bg_full_menu {
	background-position: bottom;
	height:100vh;
	background-repeat: no-repeat;
}

#myNav .full_menu_content {
	margin-top:5rem;
	padding: 3rem;
	position: relative;
}

.full_menu_left {
	flex: 0 0 50%;
	max-width: 50%;
}

.full_menu_right {
	flex: 0 0 50%;
	max-width: 50%;
}

.full_logo a {
	width: 14rem;
	position: relative;
	top:-6rem;
	left:-1rem;
}

.full_menu_nav ul li {
	display:block !important;
}

.full_menu_nav ul li a {
	height: 50px !important;
	line-height: 40px !important;
}

.full_menu_nav ul li a span {
	padding: 0;
}

.full_menu_bottom {
	position: relative;
	bottom: 1rem;
	left: 2rem;
}

.full_menu_bottom .ba_socials a {
	display: inline-block;
	font-size: 1.6rem;
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 666;
	top: 0;
	left: 0;
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	width: 100%;
	text-align: left;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	display: block;
	transition: 0.3s;
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px;
  text-decoration: none;
  line-height: 40px;
  z-index: 1;
}

.menubtn {
  position: absolute;
  top: 31px;
  right: -60px;
  font-size:30px;
  cursor:pointer;
  transition: 0.3s;
}

#main {
	width:100%;
}

.mid_container {	
	width: 100%;
	padding: 0 9rem;
	margin: 0 auto;
}

.web_container {
	padding: 5.25rem 0;
	position: relative;
}

footer {
	position: relative;
	bottom: 0;
	padding-bottom: 30px;
	min-height: 400px;
}

h1 {
	font-size: 2.3em;
	padding: 1rem 0;
}

h1 {
	font-family: "expressway", serif;
	letter-spacing: 0.8pt;
	font-weight: 100;
	text-rendering: geometricPrecision;
	text-transform: uppercase;
}

h2, h3, .footer_menu a {
	font-family: "expresswayBold", serif;
	font-weight: 400;
	letter-spacing: 0.8pt;
	text-rendering: geometricPrecision;
}

h1.border {
	font-size: 3.5rem;
	width: calc(75% - 10px);
	text-transform: uppercase;
	margin: 60px auto 0 auto;
	max-width: 800px;
	padding: 2rem 0;
}

h1._2, h2._2, h3._2 {
	font-family: "League Gothic", serif;
	font-weight: 400;
	letter-spacing: 0.8pt;
	text-rendering: geometricPrecision;
}

h1.title {
	font-family: "interstateBlack", serif;
	font-weight: 400;
	letter-spacing: -1.5pt;
	text-rendering: geometricPrecision;
	font-size: 5rem;
	text-align: center;
	z-index: 2;
	margin-top: 2rem;
}

.rotate_title {
	font-family: "interstateBlack", serif;
	font-weight: 400;
    font-size: 17rem;
    letter-spacing: -15pt;
    text-rendering: geometricPrecision;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: 0rem;
    top: 9.5rem;
    color: #0F1016;
    line-height: .4;
    max-width: 100%;
}

/* 
.bg_red {
    width: 100%;
    background: url("../images/bg_dust1.png") repeat 100% 100%,linear-gradient(45deg, red 0%, #4B0212 100%);
    display: block;
    text-align: center;
    padding: .3rem 0;
}
 */

hr.nice_white {
	display: block;
	width: 100%;
	background-image: url("../images/svg/hr.svg");
	background-size: 70%;
	background-position: center center;
	height: 30px;
	background-repeat: no-repeat;
	border: none;
}

hr.nice_grey {
	display: block;
	width: 100%;
	background-image: url("../images/svg/hr_grey.svg");
	background-size: 70%;
	background-position: center center;
	height: 30px;
	background-repeat: no-repeat;
	border: none;
}

/* 
h1.title_text_bg::before {
	content: attr(data-title);
	color: #292A32;
	font-size: 2em;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 1;
	text-transform: uppercase;
}
 */

ul {
	padding:0;
	margin:0;
}

.footer_bg {
	position: relative;
	top: 0px;
	width: 100%;
	min-height: 700px;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/BG_FOOTER.jpg");
}

.main_content_container {
    padding: 0 10rem;
   /*  display: flex; */
}

.social-link {
	margin-top:0px;
}
.social-link  a, .social-link  a .fa{
    font-size: 20px;
}

.payment_types img.cards {
	height:40px;
}
.payment_types img.payu {
	height:25px;
}
.customer_care {
	margin-top:15px
}
.customer_care p, .customer_care h3, .customer_care h4, .customer_care a {
	margin:0;
}
.customer_care p {
	font-size:1.1em;
}

.footer_content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer_content .footer_menu a:hover {
	text-decoration: underline;
}

.footer_menu ul li {
	list-style: none;
	text-transform: uppercase;
}

.footer_menu a {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

#socials {
	padding-bottom: 20px;
}

#socials a {
	color: #fff;
	font-size: 1.9rem;
}

.wrapper {
	padding: 0 5rem;
}

.band_wrapper {
	width: 100%;
	padding: 0 14rem;
	margin: 0 auto;
	text-align: center;
}

.page_wrapper {
	padding:  2rem 0;
}

ol.breadcrumb {
	padding: 1.5rem 0;
	margin: 0;
}

/* MENU */
#top_main_menu {
	background: blue;
}

.main-nav {
	position:absolute;
	right: 11.5rem;
}

.site-nav {
	/* background: magenta; */
}

.site-nav li {
	display: inline-block;
	margin: 0 -2px;
	padding:0;
	list-style:none;
}
.site-nav li a {
    /* display: inline-block; */
    text-decoration: none;
    margin: 0;
    font-size: 1.1em;
    font-family: 'interstateLight', 'Helvetica Neue', Arial, Verdana, sans-serif;
	/* font-weight: 300; */
    text-transform: uppercase;
    letter-spacing: -0.7pt;
    padding: 0;
    height: 70px;
    line-height:85px;
}

.site-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    transition: width .3s;
}

.site-nav li a:hover::after {
    width: 100%;
    transition: width .3s;
}

/* .site-nav > li > a {margin: 0;padding: 0} */
.site-nav > li > a > span { display: inline-block;padding: 0 0.8rem;margin:0}
.site-nav > li ul.site-nav-dropdown {display:none}
.site-nav > li:hover ul.site-nav-dropdown {display:block;}
.site-nav > li ul.site-nav-dropdown li {display: block; width: 100%;}
.site-nav > li ul.site-nav-dropdown {position:absolute; background: rgba(17, 17, 17, 0.8) !important; width:12rem; padding:10px 20px;text-align:left}
.site-nav > li ul li a {line-height: 2rem;color:#FFF}

/* 
.top_div {
	margin-top: 5.25rem !important;
}
 */

#event_date {
	float: left;
	margin-top: 10px;
	position: absolute;
	width: 100%;
	left: 11rem;
	top: 1.4rem;
}

#event_date {
	font-family: 'expresswayBold', 'Helvetica Neue', Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.2pt;
	padding: 0;
}

#event_date p {
	line-height: 0.1rem;
	font-size: 1.1em;
}

.mobile_menu {
	display: none;
}

.carousel-control-prev, .carousel-control-next {
	width: 5% !important;
}

.top_div {
	margin-top: 5rem;
}

.page_top_index:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: calc(100%);
	height: calc(100%);
	/* background-image: linear-gradient(0deg, transparent 0%, rgba(0,0,0,0.7) 100%); */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 90%);
	background-position: center bottom; 
}

.article_top_index {
	min-height: 450px;
}

.article_top_index img.header_image {
	height: 200px;
}

.page_accommodation_index, .page_top_index {
	min-height: 450px;
}

.page_top_merch {
	min-height: 550px;
}

.page_top_merch .top_title {
	background: rgba(0,0,0,0.8);
	padding: 2rem 4rem;
}


.white_bg {
	background-color: #F8F8F8;
	color: #555;
}

.page_accommodation_index:after, .article_top_index:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: calc(100%);
	height: calc(100%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.7) 100%);
	background-position: center bottom; 
}

.page_accommodation_index img.header_image, .page_top_index  {
	height: 200px;
}


.page-header {
	position:absolute;
	/* background: #000; */
	/* position: fixed; */
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	transition: top 0.6s;
}

/* .page-header.off-canvas { top: -85px; } */


/* 
.page-header.fixed {
  top: 0;
  z-index: 9999;
}
 */

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.logo {
	position: absolute;
	left: 2.5rem;
	top: 1rem;
	width: 8rem;
	height: 3.5rem;
	z-index: 12;
}

.logo img {
	width: 100%;
}

.lang_user_cart {
	position:absolute;
	right: 2.5rem;
	top:25px;
	padding: 3px 10px;
	border-left: 1px solid #464646;
}

.lang_user_cart div.header-account .dropdown-container {
	min-width: 200px;
}

.header-currency, .tile_cart, .header-account {
	float:left;
}

/* ------------------------*/
/*       Dropdown          */
/* ------------------------*/
.dropdown-link {
    position: relative;
}

.dropdown-link .dropdown-container {
    position: absolute;
    z-index: 1009;
   
    left: 0;
    right: auto;
    min-width: 50px;
    padding: 15px;
    background: #ffffff;
    list-style: none;
    border-bottom: 2px solid #f82e56;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    -o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    text-align: left;
}

.dropdown-link .dropdown-container:after,
.dropdown-link .dropdown-container:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-link .dropdown-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

.dropdown-link .dropdown-container:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #efefef;
    border-width: 7px;
    margin-left: -7px;
}

.dropdown-link .dropdown-container.right {
    left: auto;
    right: 0;
}

.dropdown-link .dropdown-container.right:after,
.dropdown-link .dropdown-container.right:before {
    right: 20px;
    left: auto;
}
.dropdown-link:hover > .dropdown-container {
    opacity: 1;
    visibility: visible;
   
}

.dropdown-link .dropdown-container, .dropdown-link:hover > .dropdown-container {
	top: 35px;
}

.header-link {
	float:left;
}
.header-link > a {
    display: inline-block;
    line-height: 24px;
    padding: 0px 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
   /*  font-size: 1.1em; */
}


.header-link > a:hover span {
    /* 
color: #f82e56;
    text-decoration: underline;
 */
}

.header-link > a i.icon {
    /* font-size: 24px; */
    color: #fefefe;
    padding-right: 6px;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/* currency*/
.header-currency {
	margin-left: 3px;
}

.header-currency .dropdown-container {
    min-width: 65px;
    padding: 7px 10px;
    color: #fff;
}

.header-currency .arrow-down:before {
    content: '\f107';
    font-family: FontAwesome;
    font-style: normal;
}

.header-currency .dropdown-container li.active {
    font-weight: bold;
}

.header-currency .dropdown-container li a {
    color: #191919;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0;
}

.header-currency .dropdown-container li a span.symbol {
    margin-right: 7px;
}

.header-currency .dropdown-container li a:hover {
    text-decoration: none;
    color: #f82e56;
}

/* account */
.header-account {
	margin-left: 5px;
}

.header-account .dropdown-container {
    min-width: 100px;
    padding: 20px;
    color: #8f8f8f;
}

.header-account .dropdown-container .title {
    font-size: 20px;
    line-height: 1.2em;
    color: #191919;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.header-account .dropdown-container form {
    margin: 15px 0 0 0;
}

.header-account .dropdown-container input.form-control {
    margin-bottom: 20px;
    min-width: 260px;
}

.header-account .dropdown-container button.btn {
    width: 100%;
    margin-bottom: 15px;
}

.header-account .dropdown-container .top-text {
    margin: 10px 0 10px;
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    color: #8f8f8f;
}

.header-account .dropdown-container .bottom-text {
    font-size: 17px;
    line-height: 1.2em;
    text-align: center;
    color: #191919;
}

.tile_search .glyphicon {
    font-family: FontAwesome;
}

.tile_cart a {
	padding-right: 5px;
}

.tile_cart a strong {
    color: #333;
   
    font-weight: bold !important;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding-right: 0px;
}

.tile_cart a span {
	/* float:right; */
    font: normal 12px 'Roboto', sans-serif;
}

.cart-total-items {
	position:absolute;
	top:0px;
	right: 46px
}

.tile_cart a span span.count_empty {
    background: #ed6663;
    display: inline-block;
    color: #fff;
    width: 17px;
    border-radius: 20px;
    
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin-left: 0px;
}

.tile_cart a span span.count {
    background: #00A101;
    display: inline-block;
    color: #fff;
    width: 17px;
    border-radius: 20px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin-left: 0px;
}

#artists {
	padding:2rem 3rem;
	margin:0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'expresswayBold', 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.6rem;
}

#artists li {
	display: inline;
	margin: 0 .3rem 0 .3rem;
	line-height: 2rem;
}

#artists li:after {
	content: '★';
	color: #A56F00;
	display: inline-block;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	font-size: 0.8em;
	margin: 0 -0.2em 0 0.2em;
	top: 1px;
}

#artists li:last-child:after {
    content: ' ';
    font-size: 0;
}

#artists a {
	color: #dfdfdf;
}

#artists a:hover {
	text-decoration: none;
}

.bands_list .band {
	position: relative;
	display: inline-block;
	width: calc((100% - 40px) / 4);
	height: 260px;
	margin: 5px;
	overflow:hidden;
}

.bands_list, page_band {
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px;
}

.home_patterns {
	display:
}

.articles_index .list {
	position: relative;
}

.articles_index .article {
	position: relative;
	display: inline-block;
	height: 350px;
	margin: 8px;
	overflow:hidden;
	border: 1px solid #333;
}

.bands_list .band a img {
	width: 100%;
	height: auto;
	float:none;
	display: block;
}

.line_up_percent {
	font-size: 5rem;
	padding: 4rem 0;
	margin-bottom: 2rem;
}

.article_content .date {
	font-size: 1rem;
}

/* 
.articles_index h2 {
	text-align: center;
}
 */

.page_articles .article:after, .page_template {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: calc(100%);
	height: calc(100%);
	background-image: linear-gradient(-180deg, transparent 10%, rgba(0,0,0,0.9) 100%);
}

/* 
.article_title h2 {
	text-align: left;
}
 */
#homepage_news {
	padding-bottom: 1rem;
}

/* 
#homepage_news .owl-item {
	height: 400px;
}
 */

.title_article {
	margin-bottom: 2rem;
	position: relative;
	display: inline-block;
}

.title_article .title_image, .list_articles .title_image {
	padding: 1rem;
	width: 30%;
	float:left;
}

.title_article_content {
	margin: 1rem 0;
	color: #eee;
	width: 70%;
	float:right;
}
.title_article .title_image img {
	width: 100%;
}

.article_detail {
	position: relative;
	top: 2rem;
}

.article_content {
	display: inline-block;
}

.article_content .band_lineup_genre {
    display: block;
}

.article_img img {

	width: 100%;
	
}

.article_content .date, b, strong {
	font-weight: 600;
}

.articles_index {
	float: right;
	width: 80%;
}


/* 
.articles_index h1.page_title {
	padding: 2rem 0;
	float:left;
}
 */

.article_top_index {
	width: 100%;
	height: 100%;
	position: relative;
}

.article_title_wrap {
	text-align: left;
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.article .article_title {
	font-size: 1.1rem;
	
	color: #fff;
}

.article_title h2 {
	font-size: 3rem;
	text-shadow: 0 0 30px rgba(0,0,0,0.4);
}

.article_title .date {
	padding: 3px 8px;
	float: left;
	font-size: 0.9rem;
}

/* 
.article_content {
	display: block;
	padding: 15px;
	box-sizing: border-box;
	z-index: 1;
	text-align: left;
	position: absolute;
	bottom: 0;
}
 */

.title_article .article_content {
	display: block;
	padding: 15px;
	box-sizing: border-box;
	z-index: 1;
	text-align: left;
}

.article_row {
    background-color: rgba(0, 5, 19, 0.4);
    padding: 1rem 1rem;
    margin: .2rem;
    display: inline-block;
    width: 100%;
}

.article_row:hover {
	background-color: rgba(0, 5, 19, 0.8);
	 -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.article_row h3 {
    font-size: 1.3rem;
}

.article_row .perex {
	color: #c9c9c9;
}

.article_detail_wrapper {
	position: relative;
	background: url("../images/line_up.jpg") repeat-y;
   /*  background-size: fit; */
    padding: 5.25rem 0;
}

.article_preview {
	background-color: rgba(0, 5, 19, 0.4);
	display: inline-block;
	margin: 1rem 0;
	width: 100%;
}

.article_preview .title_image {
	float: left;
	width: 20%;
	padding: 1rem;
}

.article_preview_content {
	float: right;
	width: 80%;
	padding: 1rem;
}

.article_preview .title_image img {
	width: 100%;
}

.articles_preview_container {
	padding: 3rem 0;
}

.articles_preview_container .rotate_title {
	margin-top: 5rem;
}

.overlay_color {
	position: absolute; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgba(0, 5, 19, 0.8);
}

.index_lineup {
     background: linear-gradient(to top, rgba(0,0,0,0.9) 60%, #000000 100%);
}

.lineup_band_link img, .article img {
	width: 100%;
	transition: all 0.3s;
}

a.lineup_band_link:hover img, a.article:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tickets_home_page {
	width: 80%;
	background: none;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 2rem 6rem 2rem;
}

.tickets_home_page .ticket_link {
	padding-bottom: 3rem;
}

.tickets_home_page .buyTicketButton {
    background: linear-gradient(45deg, #00B008 0%, #007405 100%);
    text-align: center;
    color: #FFF;
    padding: 1rem 2rem;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900;
}

.news_wrapper {
    padding-top: 7rem;
    padding-bottom: 8rem;
    background: url("../images/line_up.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.news_wrapper::before {
    background-image: linear-gradient(to top, rgba(15,16,22,0.1) 6%, #0F1016 100%);
}

.news_wrapper::before, .news_wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.shop_wrapper {
	padding-top: 7rem;
    padding-bottom: 8rem;
    background: url("../images/backgrounds/les.jpg") no-repeat bottom;
    background-size: cover;
    position: relative;
}

.shop_wrapper::before {
    background-image: linear-gradient(to top, rgba(15,16,22,0.2) 100%, #0F1016 100%);
}

.shop_wrapper::before, .shop_wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.shop_wrapper .shop_title {
    float: left;
    width: 20%;
}

.shop_wrapper .shop_index {
    float: right;
    width: 80%;
}

.shop_wrapper .shop_index {
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.shop_wrapper .shop_index h3 {
	font-size: 3rem;
	text-align: center;
	font-family: "interstateBlack", serif;
    font-weight: 400;
    letter-spacing: -1.5pt;
    text-rendering: geometricPrecision;
    padding: 1.5rem;
}

.shop_wrapper .rotate_title {
	color: #364F63;
}

.shop_wrapper .product_title {
	color: #ccc;
}

.news_title {
	width: 20%;
	float:left;
}

.news_title img {
	width: 90%;
}

/* 
.rotate90 {
	font-family: "expresswayBold", serif;
    font-weight: 900;
    font-size: 23rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: -28rem;
    top: 0rem;
    color: #0A0B13;
    line-height: .65;
    max-width: 100%;
    letter-spacing: -8pt;
    text-rendering: geometricPrecision;
}
 */

/* 

.index_lineup, .index_news {
	text-align: center;
	position: relative;
	padding: 2rem 0;
	background: #000009;
}

 */


/* 
.bg_black_grain {
	background: #000009;
}
 */

/* 
.bg_stars {
	position: relative;
	top: -23px;
	width: 100%;
	height: 23px;
	margin-bottom: -23px;
	background-repeat: repeat-x;
	background-image: url("../images/bg_stars.png");
	background-size: 959px 23px;
}
 */

.bg_trava {
	position: relative;
	top: -33px;
	width: 100%;
	height: 33px;
	margin-bottom: -33px;
	background-repeat: repeat-x;
	background-image: url("../images/bg_trava.png");
	background-size: 164px 33px;
}

.prchd_l_grey_2 {
	background-position: center;
	position: relative;
	top: -46px;
	width: 100%;
	height: 46px;
	margin-bottom: -46px;
	background-repeat: repeat-x;
	background-image: url("../images/prchd/l_grey_2.png");
	background-size: 1920px 46px;
}

.prchd_white_2 {
	background-position: center;
	position: relative;
	top: -46px;
	width: 100%;
	height: 46px;
	margin-bottom: -46px;
	background-repeat: repeat-x;
	background-image: url("../images/prchd/white_2.png");
	background-size: 1920px 46px;
}

.prchd_black_2 {
	background-position: center;
	position: relative;
	top: -46px;
	width: 100%;
	height: 46px;
	margin-bottom: -46px;
	background-repeat: repeat-x;
	background-image: url("../images/prchd/black_2.png");
	background-size: 1920px 46px;
}

.prchd_black_2_bottom {
	background-position: center;
	position: relative;
	bottom: -46px;
	width: 100%;
	height: 46px;
	margin-top: -46px;
	background-repeat: repeat-x;
	background-image: url("../images/prchd/black_2_bottom.png");
	background-size: 1920px 46px;
	z-index:1;
}


.prchd_white_orlice {
	background-position: center;
	position: relative;
	top: -64px;
	width: 100%;
	height: 64px;
	margin-bottom: -64px;
	background-repeat: repeat-x;
	background-image: url("../images/prchd/white_orlice.png");
	background-size: 1920px 64px;
}

.prchd_white_2 {
	background-position: center;
	position: relative;
	top: -46px;
	width: 100%;
	height: 46px;
	margin-bottom: -46px;
	background-repeat: repeat-x;
	background-image: url("../images/prchd/white_2.png");
	background-size: 1920px 46px;
}

.grid {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

.grid_row {
	width: 100%
}

.grid_row:before, .grid_row:after {
	content: " ";
	display: table;
}

.grid_row:after {
clear: both;
}

/* Breadcrumbs*/
#breadcrumb {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 10px 0 15px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    padding: 8px 0px;
    letter-spacing: -0.3px;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 12px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .3rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: .3rem;
}

.breadcrumb .divider {
    margin: 0 5px;
    display:none;
}

.breadcrumb > li + li:before {
    display: inline;
}

.breadcrumb .active {
	font-size: 13px;
    font-weight: bold;
    color: #333;
}

.home_patterns {
	display: block;
}

.home_patterns ul  {
	width: 100%;
	text-align: center;
}


.home_patterns ul li {
	list-style:none;
	display: inline-block;
	text-align:center;
}

.home_patterns ul li a {
	width: calc((100% - 60px) / 3);
	
	width: 400px;
	height: 300px;
	display: block;
	margin:1rem;
	position: relative;
}

.home_patterns ul li a span {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
}

.home_patterns ul li#menuItem_82 {
	background-image: url("../images/header/home.jpg");
	background-size: cover;
	background-position: center center;
	
	background-repeat: no-repeat;
}

.ml9 {
	position: absolute;
	font-weight: 200;
	font-size: 5em;
	left: 4rem;
	bottom: 4rem;
	z-index:2;
}

.ml9 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden;
 
}

.ml9 .letter {
	transform-origin: 50% 100%;
	display: inline-block;
	line-height: 1em;
}

.ml11 {
	position: absolute;
	font-weight: 700;
	font-size: 3.5em;
	left: 9rem;
	bottom: 9rem;
	z-index:2;
	text-shadow: 0 0 30px rgba(0,0,0,0.4);
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}

.socials {
	
}

hr.white {
	display: block;
	width: 100%;
	background-image: url("../images/svg/hr_white.svg");
	background-size: 90%;
	background-position: center center;
	height: 30px;
	margin: 40px 0;
	background-repeat: no-repeat;
	border: none;
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(25px);
        -webkit-transform: translateY(25px);
        -o-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(250px);
        -webkit-transform: translateY(25px);
        -o-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.animation-slide-up {
	-moz-animation-name: slide-up;
	-webkit-animation-name: slide-up;
	-o-animation-name: slide-up;
	-ms-animation-name: slide-up;
	animation-name: slide-up;
	-moz-animation-duration: .7s;
	-webkit-animation-duration: .7s;
	-o-animation-duration: .7s;
	-ms-animation-duration: .7s;
	animation-duration: .7s;
	-moz-animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.event_logo {
	position: absolute;
	top: 6rem;
	left: 20rem;
	width: 20%;
}

#partners {
	width: 100%;
	background-color: rgba(0, 5, 19, 0.45);
	/* background: url("../images/bg_dust1.png") repeat 100% 100%,linear-gradient(45deg, red 0%, #03024B 100%); */
	display: block;
	text-align:center;
	color: #9C9C9C;
	
	padding: 30px 0;
	margin: 30px 0;
}

#partners div a  {
	line-height: 5rem;
    display: inline-block;
    vertical-align: middle;
}

#partners div a img {
	opacity: 1;
}

#partners div a:hover img {
	opacity: 0.8;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}

#partners div a.radegast img {
	width: 100px;
}

#partners div a.redbull img {
	width: 80px;
}

#partners div a.captain img {
	width: 50px;
}

#partners div a.jagermeister img {
	width: 140px;
}

#partners div a.jameson img {
	width: 80px;
}

#partners div a  {
	margin: 0 2rem;
}
	
.owl-prev, .owl-next {
  position:absolute;
  top:47%;
  padding:20px 10px !important;
  margin:0;
  z-index:100;
  font-size:5rem;
  cursor:pointer;
  color:#555;
  -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
  
}
.owl-dots {
  position:absolute;
  bottom:1%;

  width:100%;
 
  margin: 0 auto;
}

.owl-prev {
  left:0px;
}

.owl-next {
  right:0px;
}

.ajaxForm .close {
	font-size: 1rem;
	line-height: 1rem;
}

p.ajaxFormMsg, span.ajaxFormMsg {
    position: absolute;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
    margin-top: 2px;
    padding: 3px 8px;
}

.band_detail .band_left {
	float: right;
}

.band_detail .band_right {
	float: left;
}

.band_image {
	
	margin-top: 3rem;
}

.band_content {
	margin: 3rem 0;
	color: #888;
}

.band_content h5 {
    font-family: "expresswayBold", serif;
    font-weight: 400;
    letter-spacing: 0.8pt;
    text-rendering: geometricPrecision;
    font-size: 1.5rem;
    color: #888;
}

.band_content h5 span {
	color: #fff;
}

.page_band {
	min-height: 500px;
	/* background: url("../images/line_up_bg.jpg") repeat 100% 100%,linear-gradient(45deg, red 0%, #03024B 100%); */
	background: url("../images/line_up_bg.jpg") #000102;
	background-position: 0 -5.25rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.band_detail {
	position: relative;
	color: #e1e1e1;
	top: 5rem;
}

.band_title h2 {
	font-size: 4rem;
}

.page_band .band_name {
	text-align:center;
}


.bands_list .band, .page_articles .article {
	position: relative;
	display: inline-block;
	width: calc((100% - 40px) / 4);
	height: 260px;
	margin: 5px;
	overflow:hidden;
}

.bands_list .band a img, .page_articles .article img, .articles_index .article img {
	width: 100%;
	height: auto;
	float:none;
	display: block;
}

.bands_list:after, .page_articles:after {
	content: '';
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: calc(100%);
	height: calc(100%);
	background-image: linear-gradient(-180deg, transparent 10%, rgba(0,0,0,0.9) 100%);
}

.bands_list h2 {
	text-align: center;
	font-family: 'expresswayBold', 'Helvetica Neue', Arial, Verdana, sans-serif;
	border-bottom: 1px solid #00919A;	padding: 20px;
	padding-top: 20px;
	
}

.bands_list .band {
	float: left;
}

.band_right .page_content {
	margin: 0 1rem;
}

.lineup_band_link:after, .articles_index .article:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: calc(100%);
	height: calc(100%);
	background-image: linear-gradient(-180deg, transparent 10%, rgba(0,0,0,0.9) 100%);
}

.lineup_band_link img, .article img {
	width: 100%;
	transition: all 0.3s;
}

a.lineup_band_link:hover img, a.article:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

a.show_full_lineup {
	display: inline-block;
	border: 1px solid #00E2E2;
	margin-top: 1rem;
	background: url("../images/bg_dust1.png") repeat 100% 100%,linear-gradient(45deg, #00E2E2 0%, #03024B 100%);
}

a.show_full_lineup:hover {
	background: url("../images/bg_dust1.png") repeat 100% 100%,linear-gradient(45deg, #03024B 0%, red 100%);
	color: #FFF;
	 -webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
	border: 1px solid red;
}

.show_full_lineup .percent {
	font-family: 'expresswayBold', 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight: 300;
}

.band_lineup_content {
	float: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.band_lineup_content {
	display: block;
	padding: 1.5rem;
	box-sizing: border-box;
	z-index: 1;
	text-align: left;
	transition: all .3s ease-in-out;
}

a.lineup_band_link {
	transition: all .3s ease-in-out;
}

.band_lineup_content .label_exclusive {
	background: #BC000D;
	color: #FFEFD5;
	text-transform: uppercase;
	font-size: .8125rem;
	padding: .1875rem .3125rem;
	font-family: "Helvetica",sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
}

.band_lineup_title {
	display: block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	font-family: "expresswayBold",serif;
	font-weight: 400;
	padding-right: 2.5rem;
	position: relative;
	text-transform: uppercase;
}
.band_lineup_content .band_schedule_time {
	display: block;
	font-size: .8125rem;
	color: #BFB5AF;
	text-transform: uppercase;
}

.band_lineup_content .band_lineup_genre {
	display: block;
	font-size: .8125rem;
	color: #BFB5AF;
	text-transform: uppercase;
}

.official_website a {
	display:block;
	padding: 0.6rem
}

.line_up_percent {
	font-size: 5rem;
	padding: 4rem 0;
	margin-bottom: 2rem;
}

.forum {
	min-height: 500px;
	/* background: url("../images/line_up_bg.jpg") repeat 100% 100%,linear-gradient(45deg, red 0%, #03024B 100%); */
	background: url("../images/line_up_bg.jpg") #000102;
	background-position: 0 -5.25rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

#addMsgForm {
	border: 1px solid #666;
	padding:1rem;
	margin-bottom: 2rem;
}

#addMsgForm textarea.form-control {
	border-radius: 0;
	background: #111;
	color: #d6d6d6;
	border-color: #333
}

.forum_topics {
	margin: 0 auto;
	
	padding: 1rem 3rem;
	background: rgba(132,13,121,.88);
	background: linear-gradient(45deg,rgba(35,31,32,.88),rgba(0,0,0,.51));
	background: -webkit-linear-gradient(135deg,rgba(35,31,32,.88),rgba(0,0,0,.51));
	text-align: left;
}

.forum_topics .new_post {
	padding: 1rem;
}

.forum_topic {
	border-bottom: 1px solid #333;
	
}

.forum_topic .discussion_entry {
	padding: 1rem 0;
}

.forumMsgPreview p {
	margin: 0;
}

.forumMsg {
	padding: 1rem;
	margin: 0;
	border-bottom: 1px solid #333;
}

.forumLastMsg {
	padding: 1rem;
	margin: 0;
	background: #000
}
.forumMsg p, .forumLastMsg p {
	padding: 0;
	margin: 0;
}
.forumMsg p.date, .forumLastMsg p.date {
	color: #999;
}
.forumMsg h4, .forumLastMsg h4 {
	padding: 0;
	margin: 0 0 0 1rem;
}
.forumMsg:nth-child(odd) {
	background: #000;
	
}
.forumMsg p.reaction {
	padding-top: 0.5rem;
}

.order_status {
	margin-bottom: .7rem;
}

.cms_status {
	color: #fff;
	font-weight: 700;
	font-size: .9rem;
	padding: .3rem 1rem;
	display: inline-block;
}

.cms_status.success {
	background: #78BA00;
}

.cms_status.primary {
	background: #007bff;
}

.cms_status.default {
	background: #999;
}

.cms_status.danger {
	background: #dc3545;
}

