* {
  outline: 0;
  box-sizing:border-box;
}
*:focus { outline: none; }
html, body, ul, li {
  padding:0;
  margin:0;
}
body {
  background: #16151F;
  color:rgba(255,255,255,.6);
  font-family: 'Exo 2';
  /*color:#dedede;*/
  min-height: 100vh;
  overflow-x: hidden;
}
main {
  min-height: calc(90vh);
  padding-top:100px
}
.main {
  width:90%;
  max-width: 1250px;
  margin:0 auto;
}
.txt {
  line-height: 1.5;
  /*margin-top:20px;*/
}
.center {
  text-align: center;
}
.th {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
b {
  color:#FFB003;
  font-weight: normal;
}
strong {
  color:#fff;
  font-weight: normal;
}
/*
.line{
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  width: 100%;
  border: none;
  margin: 0;
}*/

nav {
  position: fixed;
  top:0;
  width:100%;
  background: #16151f;
  /*background-color: transparent;
  transition: all .4s ease;*/
  z-index:100;
  /*opacity: 1;*/
}
nav ul {
  display: flex;
}
nav ul li {
  list-style-type: none;
  margin-top:12px;
  margin-right: 15px;
}

nav .nav,
nav a {
  color:#dedede;
  /*color:#f45f0b;*/
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Oswald';
  transition: background-color 0.3s ease;
  white-space:nowrap;
  border: 2px solid transparent;
  transition : border .2s ease;
}
/*
nav ul li a {
  text-shadow: 1px 1px 2px #000000;
}*/
nav .nav:hover,
nav li a:hover,
nav li.active .submenu a:hover {
  /*  color:#f45f0b;
  background: #de2341;*/
  text-decoration: none;
  color:#dedede;
  border: 2px solid #FFB003;
  cursor: pointer;
}
nav li.active .nav,
nav li.active a {
  color:#dedede;
  border: 2px solid #FFB003;
}
nav li.active .submenu a {
  color:#dedede;
  border: 2px solid transparent;
}
/*.nav2 { background: #16151f; }*/

.dmenu {
  position: relative;
  z-index: 100;
  display: block;
}
.dmenu ul li,
.dmenu ul li a {
  position: relative;
}
.dmenu ul {
  /*border-top:2px solid #f45f0b;*/
  position: absolute;
  /*margin-left: 10px;*/
  min-width: 250px;
  width: 250px;
  list-style: none;
  visibility: hidden;
  display: block;
  opacity: 0;
  margin: 0;
  left: 0;
  z-index: 999;
  background: #16151f;
  transition: visibility 0s, opacity 0.3s linear;
}
.dmenu ul li {
  width: 250px;
  padding:0 5px 5px 5px;
}
.dmenu ul li a {
  width: 250px;
  display: block;
  margin: 0 !important;
  width: 100%;
  line-height: 1.4em;
  padding: 15px 10px;
}
.dmenu:hover > .submenu {
visibility: visible;
opacity: 1;
}
/*ul li {
  list-style-type: none;
}
*/
.logo {
  /*margin-right:50px;*/
}
.logo a {
  padding-left: 0;
  font-family: Oswald;
  font-weight:900;
  font-size: 30px;
  color:#dedede;
}
.logo a:hover {
  text-decoration: none;
  color:#dedede;
}
.tag a,
.tag span {
  display: inline-block;
  padding:5px 10px;
  margin:0 20px 20px 0;
  border:1px solid #555;
  text-decoration: none;
  text-transform: uppercase;
  color: #555;
  font-size:14px;
  font-family: 'Exo 2';
}
.tag a:hover {
  background: #DE2341;
  color: #f45f0b;
}
/*
.breadcrumb {
  margin:20px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Rubik;
  font-size:14px;
}*/
a {
  /*color:#DE2341;*/
  /*color:#f45f0b;*/
  color:#FFB003;
  text-decoration: none;
}
a:hover {
  color:#fff;
  text-decoration: underline;
}
h1, h2, h3, h4, h5 {
  font-family: Oswald;
  margin:0;
  padding:0;
  text-transform: uppercase;
}
h1 {
  /* font-size:6.5vw;*/
  text-shadow: 2px 2px 4px #000000;
  font-weight:900;
  font-size: 70px;
  color:#FFB003;
}
h2 {
  /*font-size: 1.7vw;
  margin-bottom:20px;*/
  text-shadow: 1px 1px 2px #000000;
  font-family: 'Exo 2';
  font-weight: normal;
  font-size: 24px;
  color:#ccc;
}
/*
h1::after,
.dot::after {
  color: #f45f0b;
  content: '.';
}
  .index h1::after,
  .dot2::after {
      color: #f45f0b;
      content: '?';
  } */
.line {
  position: relative;
  text-align: left;
  margin-bottom: 30px;

}
.line:before {
content: "";
display: block;
border-top: double 6px #555;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
z-index: 1;
}
.line h3 {
display: inline-block;
background: #16151F;
padding: 0 20px 0 0;
position: relative;
z-index: 5;
font-size: 26px;
}
.mb0 {
  margin-bottom:0;
}
h4, .h4 {
  font-weight:900;
  margin-bottom:20px;
  color:rgba(255,255,255,.6);
  font-size: 26px;
}
h5 {
  font-size: 20px;
  margin:30px 0;
  color:#fff;
  font-weight: normal;
  font-family: 'Exo 2';
  text-transform: none;
}
.title {
  margin:140px 0 70px 0;
}
.tbl {
  max-width: 100%;
  width: 100%;
}
.tbl tr {
  height:40px;
}
.tbl td {
  /*font-size:18px;*/
  font-family: 'Exo 2';
  margin:0;
  padding:0;
}
.tbl td:first-child {
  /*text-transform: uppercase;*/
  color:#dedede;
}
.tblev td:first-child {
  width:40%;
}
.tblin td:first-child {
  width:35%;
}
.tbltm td:first-child {
  width:60%;
}
.ml100 {
  margin-left:160px;
}
.sh {
  text-shadow: 0px 0px 10px rgba(0,0,0,1),0px 0px 20px rgba(0,0,0,1);
  color:#fff;
}
.hh {
  text-shadow: 3px 4px 3px rgba(0,0,0,1),
           3px 8px 13px rgba(0,0,0,0.5),
           3px 18px 23px rgba(0,0,0,0.5);

}
.box {
  background: #0A0A12;
  padding:20px;
  border-radius:30px;
}
.box:not(:last-child) {
  margin-bottom: 30px;
}
.sticky {
  /*padding:0 10px;*/
  position: sticky;
  top:120px
}
.sticky img {
  width:100%;
  max-width: 100%;
  display: inline-block;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
  border-radius: 30px;
/*    box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3)*/
}


.comment {
  color:#555;
}
.comment:before {
  color: #555;
  content: '(';
}
.comment:after {
  color: #555;
  content: ')';
}
.color {
  color: #f45f0b;
}
.intro {
background: linear-gradient(rgba(16,17,30,.3), rgba(16,17,30,.6)), url('/img/bg/party.jpg');
background-position:center center;
background-size: cover;
background-attachment: fixed;
display:flex;
justify-content:center;
align-items:center;
width:100%;
min-height: 500px;
text-align: center;
border-radius: 30px;
box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}
.intro div {
  max-width: 90%;
}
/*
.overlay {
  position:absolute;top:0;left:0; width:100%;height:100%;background: linear-gradient(to bottom, rgba(6,27,65,0) 0%, rgba(33, 33, 39, 1) 100%);
  z-index: 2;
  height: 110vh;
}
*/
/*
#bubbles,
.bubbles {
  display:inline-table;
  position:relative;
  width:100%;
}
.bubbles1 {
  position: absolute;
  border-radius: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
*/
.music iframe:not(:last-child) {
  margin-bottom: 20px;
  display: block;
}
/*
.btn,
.more {
  padding:10px 20px;
  text-transform: uppercase;
  border:2px solid #f45f0b;
  color:#fff;
  font-family: 'Exo 2';
  font-size: 18px;
  border-radius: 5px;
  margin:10px;
}
.btn:hover,
.more:hover {
   background: #f45f0b;
   color:#000;
   text-decoration: none;
}
.more {
  width:200px;
  display: block;
  margin:0 auto;
  text-align: center;
}

.btn-all {
      margin:0 auto;
      max-width:250px;
      display: block;
      padding:15px 30px;
      border:3px solid #DE2341;
      color:#DE2341;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'Exo 2';
      font-size: 18px;
      font-weight: bold;
      text-align: center;
  }
  .btn-all:hover {
      background:#DE2341;
      color:#111;
      text-decoration: none;
  }
  .bg2 {
      background-color:rgba(0,0,0,0.3);
  }
*/

.btn {
display: inline-block;
background-color: #0a0a12;
position: relative;
/*height: 60px;*/
/*width: 100%;*/
/*max-width: 280px;*/
font-family: 'Exo 2',sans-serif;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
/*line-height: 60px;*/
/*letter-spacing: 1px;*/
white-space: nowrap;
-webkit-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
border-radius: 6px;
outline: 0;
-webkit-appearance: none;
text-align: center;
text-decoration: none;
color: #FFB003;
/*    background-color: #800000;*/
box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
/*font-family: sans-serif;*/
font-weight: normal;
padding:15px 20px;
margin-right:20px;
border:none;
cursor: pointer;
/*border: 3px solid #ccc;*/
}
.btn:hover {
  background: #555;
  text-decoration: none;
  color:#fff;
}
input[type="submit"].btn {
  margin-right: 0;
}
section {
  padding-bottom: 40px;
}
/*
.event {
  display: flex;
  width:100%;
  border-top: 5px solid #dedede;
  margin-bottom: 30px;
  padding:10px 0;
}
.event .date {
  width:200px;
  border-right:1px dotted #dedede;
}
.event .date .day {
  font-size:100px;
  text-align: center;
  line-height: 1;
}
.event .date .month {
  font-size:20px;
  text-transform: uppercase;
  text-align: center;
}
.event .date .week {
  font-size:16px;
  text-transform: uppercase;
  text-align: center;
  max-width:100%;
  color:#555;
}
.event .info {
  width:100%;
  padding:10px 30px 0 30px;
  text-transform: uppercase;
}
.event .info a {
  font-family: Comfortaa;  color:#dedede; text-decoration: none; font-size:50px;
  display: block;
  margin-bottom: 20px;
}
.event .info a:hover {
  color:#DE2341;
}
.event .poster {
  width:170px;
  min-width: 170px;
}
.event .poster img {
  max-width: 100%;
  display: block;
}
*/

.box2 div {
/*    flex-basis:20%;
  flex-grow:0;
  flex-shrink:0;*/
  /*text-align: center;*/
}
.box2.type {
  /*flex-basis:25%;*/
}
.box2 .padding {
  padding:15px;
  margin-bottom:30px;
}
.box2 img {
  width:100%;
  height:auto;
  max-width:200px;

  display: inline-block;
  border:1px solid transparent;
  border-radius: 15px;
  transition: all .4s ease;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}
.box2 img:hover {
  filter: invert(100%);
}
.box2 .t1 {
  font-family: 'Exo 2';
  font-weight: normal;
  font-size: 16px;
  /*color:#f45f0b;*/
  color:#ccc;
  margin-top:8px;
  text-transform: uppercase;
display: table;
table-layout: fixed;
width: 100%;
}
.box2 .t2 {
  font-family: Oswald;
  font-weight:900;
  font-size: 20px;
  color:#fff;
  text-transform: uppercase;
  display: table;
  table-layout:fixed;
  width: 100%;
}
.box2 .t2 a {
  color:#fff;
}

/** POSTER ******************* */

.poster {
  margin-bottom:20px;
  font-family: Oswald;
  text-transform: uppercase;
}
.poster.over {
  margin-bottom:60px;
}
.poster_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.poster_link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*min-height: 377px;*/
 /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
  background-color: #0a0a12;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}
.poster_link::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  pointer-events: none;
}
.poster_link img {
  border-radius: 30px;
  transition: transform .5s ease,filter .3s ease;
}
.poster img {
  width:100%;
  max-width:100%;
  height: auto;
  display: block;
}
.poster.over img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.poster_date {
  position: absolute;
  top:0px; left:0px;
  background-color:rgba(22,21,31,0.5);
  padding:10px 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: inline-block;
  font-size: 20px;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
  color:#ccc;
}
.poster_info {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: table;
  table-layout: fixed;
  padding:15px 20px;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
  background-color:rgba(22,21,31,0.5);
  text-align: center;
  font-weight: bold;
}
.poster_info a,
.poster_info span {
  color:#fff;
  font-size:30px;
  text-shadow: 3px 3px 6px #000000;
  line-height: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.poster_place {
  padding-top:10px;
  display: block;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000000;
  color:#ccc;
}

/* artist ***********/
.artist {
  margin-bottom:60px;
}
.artist img {
  width:100%;
  max-width:100%;
  height: auto;
  display: block;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}
.artist_info {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
}
.artist_info a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#ccc;
  margin-top:5px;
  font-size: 25px;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;

}

.place_logo {
  width:100%;max-width: 200px;height: auto;display: inline-block; box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);border-radius: 30px; margin-top:30px
}

@media (max-width: 1200px) {

}
@media (max-width: 1000px) {
* {
  /*overflow-x: hidden;*/
}
/*
  .title {
      margin: 100px 0 50px 0;
  }
  */
}
@media (max-width: 850px) {

}
@media (max-width: 800px) {
/*  h1 {
      font-size:50px;
  }
  h2 {
      font-size: 20px;
  }
  h3 {
      font-size: 30px;
  }*/
}
@media (max-width: 700px) {
  footer {
      text-align:center;
  }
  .sticky { top:0; position: static; }
  .mobi { display: none; }
}
@media (max-width: 600px) {
  h1 {
      font-size:40px;
      text-align: center;
  }
  h2 {
      font-size: 16px;
      text-align: center;
  }
  h3 {
      font-size: 24px;
  }
  .place_logo {
    max-width: 100px;
  }
}
@media (max-width: 400px) {
 .intro {
      min-height: 300px;
 }
 .youtube {
      height:200px;
 }

}

@supports (-webkit-overflow-scrolling: touch) {
* { overflow-x: hidden; }
.intro {
  background-size: auto;
  background-attachment: scroll;
}
.sticky { top:0; position: static; }
.mobi { display: none; }
}

/* **************** */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: #0a0a12;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mclose {
  cursor: pointer;
  position: absolute;
  top:50px; right:20px;
  font-size: 70px;
  font-family:mono;
  line-height: 0;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}
.search_box {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 200px auto 0 auto;
}
.search_close {
  position: absolute;
  right: 0;
  top: 150px;
  font-size: 30px;
  line-height: 1;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}
#q {
  width: 100%;
  height: auto;
  padding: 0 20px 12px 0;
  font-family: monospace,sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  border-bottom: 5px solid rgba(255,255,255,.5);
  color: #fff;
  background-color: transparent;
}
#q:focus {
  border-bottom-color: #FFB003
}

#menu a {
  font-family: Oswald;
  color:#ccc;
  text-transform:uppercase;
  font-size:25px;
  display: block;
  margin:25px;
}
#menu a:hover {
  color:#555;
  text-decoration: none;
}
.noline, .noline:hover {
  text-decoration: none;
}

footer {
  width: 100%;
  background: #0A0A12;
  opacity: 1;
  position: relative;
  z-index: 2;
  bottom: 0;
}

footer a {
  padding: 5px 0;
  font-family: 'Exo 2';
  display: block;
  color: #dedede;
  text-decoration: none;
  /*		text-transform: uppercase;*/
  /*		font-weight: bold;*/
  font-size: 15px;
  letter-spacing: 0.05em;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.fixw {
  min-width: 200px;
  display: inline-block;
}
.inp {
  padding:10px 20px;
  background: #555;
  border:3px solid #555;
  border-radius: 6px;
  width:100%;
  color:#fff;
}
textarea.inp {
  min-height: 150px;
}
input[type=submit].inp {
  max-width: 300px;
  text
}
.form small {
  color: rgba(255,255,255,.6);
}
.big {
  font-family: Oswald;
  font-weight: 900;
  font-size: 20px;
  color:#ccc;
  margin-top:10px;
  text-transform: uppercase;
}
.form nobr {
  display: inline-block;
  margin-right:20px;
  margin-bottom:7px;
  min-width: 220px;
}
input[type="radio"] {
margin-top: -2px;
vertical-align: middle;
}
.form label {
  cursor: pointer;
}
.form .row40,
.form .row60 {
  padding-bottom:10px;
  color:#fff;
}

.alert {
background-color: green;
color: #fff;
width: 100%;
border-radius: 6px;
font-family: 'Exo 2',sans-serif;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
line-height: 60px;
letter-spacing: 1px;
white-space: nowrap;

outline: 0;
text-align: center;
text-decoration: none;

box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
padding: 15px 20px;
margin-bottom: 30px;
}    
