/*Global*/

html, body  {background-color: #202331}
body{font-family: "BebasNeueRegular", 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; color: #D5D5D5;}

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

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

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

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

a {color: #fff;}
a:hover{color: #00ccff;text-decoration:none}

::selection {
    background: #00ccff;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #00ccff; /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #00ccff; /* Safari */
    color: #fff;
    text-shadow: none;
}

.circle {
	border-radius: 50%;
}

#header {
	background: rgba(0, 0, 0, 1);
	height:80px;
	display: flex;
	align-items: center;
	z-index: 199;
}

#site_top {
	background-image: url("../images/BG2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;     
    
	height:400px;
}
#site_top2 {
	height:85px;
}

.mt-2 {
	margin-top: 10px;
}

/* 
#header a {color: #fff; }
#header a:hover {color:#da2c2a; }
 */

.strong {font-weight:600}

textarea.form-control {font-size:12px}

.form-control {
	background:#171717;
	border:1px solid #202020 !important;
	color:#fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background:#171717;
	color:#ababab;
}

.popover {
	color:#000;
}

h1 {
	border-bottom: 2px solid #4F5574;
	padding-bottom: 10px;
	position: relative;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -1px;
	line-height: 40px;
	color: #ddd
}

/* 
.logo_position {
    width:140px; 
}
 */
#logo {
-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}
#logo img {width:100%;display:inline-block;
}
#main {
margin-bottom: 80px;
}


#footer {
background:#000;min-height:120px;display: flex;text-align:center;color: #9C9C9C;
position: absolute;
  right: 0;
  bottom: -10%;
  left: 0;
  padding: 1rem;
  text-align: center;
 
}
#footer .social-link {
	margin-top:0px;
	
}
#footer .social-link  a,
#footer .social-link  a .fa{
    font-size: 20px;
    color: #fff;
}

#footer .social-link.circle  a{
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display:inline-block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 15px;
}

#footer .social-link.circle  a:hover{
    background: #63a1da;
    color: #fff;
    border: 1px solid transparent;
}

#footer .social-link.circle  a.facebook:hover {
    background: #3a589b;
}
#footer .social-link.circle  a.instagram:hover {
    background: #8e7253;
}
#footer .social-link.circle  a.youtube:hover {
    background: #e53b51;
}
#footer .payment_types p {
	
}
#footer .payment_types img.cards {
	height:40px;
}
#footer .payment_types img.payu {
	height:25px;
}
#footer .customer_care {
	margin-top:15px
}
#footer .customer_care p, #footer .customer_care h3, #footer .customer_care h4, #footer .customer_care a {
	margin:0;
}
#footer .customer_care p {
	font-size:1.1em;
}
#footer .customer_care h3 {
	color: #fff;
}
#footer .customer_care h4 {
	color: #fff;
}
#footer .customer_care a, #footer a {
	color: #00ccff;
}
#navigation {background: #202020;}

.top-menu {float:left;display:inline-block}
.top-nav {display:inline-block;margin-top: 12px;}

.top_menu {
	padding-top:5px;
}

.lang_user_cart {
	padding: 10px 10px 0 10px;
	background:#000;
	float:left;
}
/* 
.wrapper-top-cart {
	position: relative;
    
    margin-top: 12px;
}
 */

.header-link a.userIsLogOnCss i {color:#00ccff !important}

.alert-info {
	background: #2a2a2a;
	border-color: #0a0a0a;
	color: #f0f0f0;
}

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

.site-nav {
-webkit-padding-start:0px;float:left;
margin-right: 20px;
}
.site-nav > li > a.current > span, .site-nav > li:hover > a.current > span { color:#fff; background:#f95a03;}
.site-nav > li:hover > a > span { color:#ffffff; background: rgba(17, 17, 17, 0.3) !important;}
.site-nav > li:first-child:hover > a > span, .site-nav > li:first-child:hover > a.current > span, .site-nav > li:first-child > a.current > span { color:#ffffff;}

.site-nav li {display: block;margin: 0;}
.site-nav a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    margin: 0px;
    line-height: 20px;
    font-size: 1.3em;
    padding-left: 5px;
    padding-right: 0px;
    font-family: 'interstateLight', sans-serif;
    font-style: normal;
    letter-spacing: -0.8px !important;
    font-weight: normal;
    text-transform: uppercase;
}

.site-nav > li {position: relative;list-style: none;float: left;}
.site-nav > li > a {text-transform: uppercase;letter-spacing: 0.05em;margin-top: 0px;}
.site-nav > li:first-child > a {margin-left: 0;padding-left: 0px;}
.site-nav > li:hover > a > span, .site-nav > li:focus > a > span, .site-nav > li:hover > a.current > span,
.site-nav > li > a.current:first-child {color: #fff;}
.site-nav > li:first-child > a:hover {margin-left: 0;color: #333;}
.site-nav > li > a > span {display: block;line-height: 32px;padding: 5px 10px;}
.site-nav > li:hover > a > span, .site-nav > li:hover > a.current > span,
.site-nav > li > a.current > span {padding: 5px 10px}
.site-nav > li:first-child:hover > a > span, .site-nav > li:first-child:hover {color: #fff;}
.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 {position:absolute; background: rgba(17, 17, 17, 0.8) !important; min-width:100px; padding:10px 20px;}
.site-nav > li ul li a {line-height: 30px;color:red}

.site-nav .home {display:none;margin:0 10px}
.site-nav .home a {
	text-indent: -9999px;
    background-image: url("../images/orlice.png");
    width:50px;
    background-size: contain;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.site-nav .home a:hover {
    
}
.sticky {
    position: fixed !important;
    width:100%;
    top:0;
    z-index: 100;
    display:none;
}

#toTop {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
}
#toTop span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#toTop:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#toTop .toTopVisible {
	display:inline;
}

/* Breadcrumbs*/
#breadcrumb {
    margin-bottom: 20px;
}

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

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

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

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

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

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

.page-content {background:#000;padding-top:20px}

.tile_user {
	float:right;
	font-size: 24px;
	margin-left:10px;
}

.popover-content {font-size:13px;line-height:15px}

.tab-content {background:#fff;padding:10px}

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

.dropdown-link input {
	background:#fff;
	color:#000;
}

.dropdown-link .dropdown-container {
    position: absolute;
    z-index: 1009;
    top: 30px;
    left: 0;
    right: auto;
    min-width: 50px;
    padding: 15px;
    background: #ffffff;
    color: #000;
    list-style: none;
    border-bottom: 2px solid #00ccff;
    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;
    min-width: 165px;
}

.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;
    top: 30px;
}

.dropdown-container a {
	color: #000;
}
.dropdown-container a:hover {
	color: #00ccff;
}


.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 i.icon {
    color: #00ccff;
}

.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 .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: #00ccff;
}

/* account */
.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;
}

.header-search {
	position:relative;
	width:220px
}

h4.festival_name, h4.festival_date, h4.festival_venue {
	letter-spacing: -3px;
	margin:3px 0 !important;
	line-height:0.8
}

h4.festival_name {
	font-weight:bold;
	margin-top: 15px !important
}
h4.festival_date {
	color:#e0e0e0;
	font-size:1.8em !important
}
h4.festival_venue {
	color:#fa7911;
	font-size:1.2em !important
}
h3.festival_bands_count, h3.festival_stages_count, h3.festival_days_count {
	font-size:4.2em !important;
	font-weight:bold;
	letter-spacing: -3px;
	font-style: italic;
	margin:3px 0 !important;
	
}

table.cart thead {color:#00ccff}
table.cart tbody, table.cart thead th {border:none}
/* table.cart tbody tr td {border:none;} */
table.cart tr td {border-top: 1px solid #2f2f2f;line-height:20px}
table.cart tr td.no-border {border:none;line-height:15px}
table.cart tbody tr td.summary {border-top:2px solid #2f2f2f !important;font-size:16px}
table.cart tbody tr td.summary.price {font-weight:600}
table.cart .quantity {
	width: 50px;
    height: 39px;
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 0;
    outline: none;
    text-align: center;
    border-radius: 0px;
    box-shadow: none;
    background:#171717;
    color:#fff;
    border:1px solid #202020 !important;
}
table.cart a {font-size: 16px;}

.cms_btn {
	padding:7px 10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px #00ccff solid !important;
    background: #00ccff !important;
	color: #fff !important;
    font-weight:bold
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #616161;
}
   
ul.order-steps {margin:20px 0 0 0;overflow: auto;zoom: 1;}
ul.order-steps {padding:0;}
.order-steps li {list-style:none;}
.order-steps li a span {font-size:40px;margin-top:-50px}
.order-steps li a.active {background:#000;}
.order-steps li a {padding:20px;font-size:14px}

.order-content {min-height:150px;border:2px solid #000; background:#000;overflow: auto;zoom: 1;padding:30px 20px;margin-bottom:40px}
.order-buttons {border-top: 1px solid #2f2f2f;padding-top:25px}

.benefit_plus {
	float: left;
	background-image: url("../images/Benefit_Plus.png");
    background-size: 100%;
    background-repeat: no-repeat;
	width: 35px;
	height: 30px;
	margin-right: 5px;
}

.fio_payment {
	float: left;
	background-image: url("../images/fio.png");
    background-size: 100%;
    background-repeat: no-repeat;
	width: 35px;
	height: 30px;
	margin-right: 5px;
}

.payment_text {
	float: left;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background: none;
}
.table>thead>tr>th {
	border-bottom:1px solid #2f2f2f;
}

tr.success {background: #017B07 !important}

.well {
	background-color: #0e0e0e;
	border: 1px solid #e3e3e3;
}
.main_title {
    color: #fff;
    font-size: 24px;
    position:absolute;
    top:500px;
   
    left:550px;
    z-index:2000;
    border-left: 5px solid #fff;
    padding: 10px 25px;
    font-weight:600;
    margin-bottom: 80px;
   
    text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
    background: #000;
    background: rgba(35, 35, 35, 0.6);
}

.main_title h4 {
	font-size: 48px;
	text-transform: uppercase;
}

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

#add-to-cart .popover-title { display: none; }

.profile-usermenu .nav>li>a:hover {background:none !important}
.profile-usermenu .nav>li>a.active, .profile-usermenu .nav>li>a.active {background:#00ccff !important}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/tetris.gif') center no-repeat #fff;
}

#main_content, #homepage_tickets {
	margin:10px;
}

#main_content .ticket {
	/* 
padding:5px;
	margin: 1px;
 */
}

#top_main_menu {
	float:left
}

.table>tbody>tr.success>td {
	background: #016C13;
}

.table>tbody>tr.danger>td {
	background: #B7340D;
}
	
#site-navigation {
  display: block;
  background: #000;
}
 
#site-navigation .mobile_menu,
#site-navigation > input {
  display: none !important;
}
 
#site-navigation > label {
  display: none;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top:14px;
  right: 5px;
  width: 36px;
  padding: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
 
#site-navigation > input:checked + .mobile_menu {
  display: block !important;
  clear: both;
  position: relative;
  background: #000;
  color: #fff;
}
 
#site-navigation ul li {
  display: block !important;
  padding: 12px 10px;
}
 
#site-navigation a {
  text-decoration: none;
  color: #fff;
}

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

#behalfOf {
	position:absolute;
	top:80px;
	z-index:1050 !important;
	background: red;
	color:#fff;
	padding:10px 20px
}
#behalfOf a.logOut {
	color: #fff;
	margin-left:10px;
	font-weight:600;
	text-decoration:underline;
}

.caption {
    position: relative;
    color: #fff;
}

.carousel-inner > .item {
    transition: .6s ease-in-out left;
}

