@font-face {
  font-family: 'dina';
  src: url('fonts/d3ep-webfont.eot');
  src: url('fonts/d3ep-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/d3ep-webfont.woff') format('woff'),
       url('fonts/d3ep-webfont.ttf') format('truetype'),
       url('fonts/d3ep-webfont.svg#din_a') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular-webfont.eot');
  src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Roboto-Regular-webfont.woff') format('woff'),
       url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
       url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotoblack';
  src: url('fonts/Roboto-Black-webfont.eot');
  src: url('fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Roboto-Black-webfont.woff') format('woff'),
       url('fonts/Roboto-Black-webfont.ttf') format('truetype'),
       url('fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;

}

body {
  background: #1e1e1e;
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
}

#iframe {
  display: none;
}

*:focus {
  outline: 0;
}

button::-moz-focus-inner {
  border: 0;
}

a {
  color: white;
}

h1 {
  font-size: 17px;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: normal;
}

body.offline {
    background: #1f1f1f;
    padding: 0!important;
    margin: 0!important;
}

.vh-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  box-sizing: border-box;
  font-family: 'abel', sans-serif;
  font-size: 17px;
}

.vh-center img {
  width: 80%;
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  height: 70px;
  background: #151515;
}

#footer {
  width: 100%;
  box-sizing: border-box;
  background: #2b2b2b;
  min-height: 200px;
  padding-bottom: 100px;
  display: block;
  font-family: 'abel', sans-serif;
  color: #CCC;
  font-size: 14px;
  box-shadow: 0 50vh 0 50vh #2b2b2b;
  margin-top: 10px;
}

.footer-wrap {
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

#footer p {
  padding: 20px 0 10px 0;
}

.footer-flex {
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.footer-flex div {
  display: block;
  width: 100%;
  margin:0 0 20px 0;
  box-sizing: border-box;
}

.footer-flex div a {
  font-size: 15px;
  text-decoration: none;
  color: white;
}

.footer-flex ul {
  list-style-type: none;
  padding: 0;
}

.footer-flex li {
  margin: 0 0 5px 0;
}

.footer-flex div a:hover {
  color: #9dbac6;
}

.footer-flex div h4 {
  font-size: 16px;
  color: #9dbac6;
}

.footer-right {
  width: 100px;
  box-sizing: border-box;
  margin-top: 20px;
}

.footer-group {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
}

.footer-group .smaller {
  font-size: 13px;
}

.w404 {
  width: 100%;
  background: #202020;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
}

.w404 p {
  margin-top: 20px;
}

.header {
  display: flex;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  justify-content: flex-start;
  height: 70px;
  max-width: 1600px;
  margin: 0 auto;
}

.logo,
.top-search,
.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.fl {
  font-size: 80pt;
  padding: 0!important;
  margin: -14px 0 0 0!important;
  transition: all 0.2s;
  color: #dadada;
}

.fl a {
  text-decoration: none;
}

.fl a:hover {
  color: red;
}


.top-left {
  display: flex;
  flex-grow: 1;
}

._m-logo {
  width: 40px;
  flex-shrink: 0;
  margin: 10px 20px 0 0px;
}

.logo {
  flex-shrink: 0;
  width: 70px;
}


.logo img {
  width: 100%;
}

#topSocials {
  display: none;
}

#_searchbox {
  display: flex;
  margin:0 5px;
}

.s-box {
  background: #f7f7f7;
  color: #797979;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  font-size: 16px;
  border-radius: 6px;
}

.search-input {
  border: 0;
  padding: 0px 5px 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  background: #f7f7f7;
  color: #141414;
}

#goSearch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: #f7f7f7;
  transition: all 0.2s;
  padding: 0 5px 0 0;
}

#goSearch:hover {
  color: #313131;
}

#s-results {
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  z-index: 100;
  display: none;
  position: absolute;
  top: 60px;
  right: -21px;
  max-height: 275px;
  overflow: hidden;
}

.s-item {
  display: inline-block;
  width: 100%;
  padding: 3px 12px;
  color: rgb(179, 179, 179);
  cursor: pointer;
  font-family: 'abel', sans-serif;
}

.s-item:hover {
  color: white;
}

#s-results p {
  color: #242424;
  padding: 5px;
}
.searchResults {
  background: #2f2e2e;
  color: white;
  min-width: 300px;
  min-height: 60px;
  padding: 10px;
}
.search_play {
  cursor: pointer;
}
.search_play:hover {
  text-decoration: underline;
}

.a_menu {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}

.a_menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  text-decoration: none;
  border-left: 1px solid #0d0d0d;
  font-size: 12px;
  color: #8a8a8a;
  transition: all 0.2s;
}

.a_menu a:hover {
  background: #0d0d0d;
  color: white;
}

/* #main {
  position: relative;
  padding: 0 5px 10px 5px;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 80px auto 0 auto;
} */

#main {
  position: relative;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
  margin: 70px auto 0 auto;
}

#_mdropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #141414;
  color: white;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: 0.2s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}

#_mdropdown-content a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  /* border-top: 1px solid white; */
  border-bottom: 1px solid #3c3c3c;
  padding: 20px 0;
  display: block;
}

#_mdropdown-content a:hover {
  background-color:#3c3c3c;
}

#_mdropbtn {
  display: block;
  border-left: 1px solid #0d0d0d;
  transition: all 0.2s;
  padding: 18px 16px 12px 16px;
  font-size: 24px;
  cursor: pointer;
}

@-moz-keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
      -webkit-transform: translateX(100%);
  }
  100% {
      -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}

.una {
  background-color: #515151!important;
}

.mna {
  background-color: #141414!important;
}

.tna {
  background-color: #3c3c3c!important;
  color: white!important;
}

/***********************************************/

.btn {
  padding: 10px 15px;
  border: 0;
  background: #435f77;
  color: white;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn:hover {
  background: #2c4153;
}

.subscribe .btn {
  background: #435f77;
}

.subscribe .btn:hover  {
  background: #55728a;
}

/* CSS Spinners */
.sk-wave {
  width: 6em;
  height: 4em;
  margin: auto;
  text-align: center;
  font-size: 1em;
}
.sk-wave .sk-rect {
  background-color: #db5dd0;
  height: 100%;
  width: .5em;
  display: inline-block;
  -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
          animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-wave .sk-rect-3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-wave .sk-rect-4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-wave .sk-rect-5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/* End CSS Spinners */

#a_status {
  font-size: 17px;
  text-align: left;
  margin-top: 20px;
  color: #b5a586;
}

.tk-share-wrap {
  display: flex;
  flex-direction: row;
  margin: 5px 0 0 15px;
}

.share-btn {
  font-size: 30px;
  cursor: pointer;
  margin-left: 10px;
}

.share-btn:hover {
  color: white;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

pre {
  background: #f4f4f4;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.p-cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.p-label {
  font-size: 15px;
  color: gray;
  margin-bottom: 2px;
  font-family: 'abel', sans-serif;
}

.p-input input {
  padding: 5px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
}

.p-error {
  color: #ea7e7e;
  font-size: 14px;
  height: 20px;
  margin-top: 2px;
  padding-top: 3px;
  font-family: 'abel', sans-serif;
}

.p1, .p2 {
  width: 100%;
  box-sizing: border-box;
}

.p2 {
  margin-left: auto;
}

.p-info {
  color: #c1c1c1;
  font-size: 14px;
  background: #3c3c3c;
  padding: 0 10px;
  margin: 10px 0 25px 0;
}

#p-res {
  min-height: 20px;
  color: #6ac16a;
  width: 100%;
  text-align: center;
}

.p-bottom {
  padding: 0 0 30px 0;
}

/* Global */
.show { display: block !important; }
.show-flex { display: flex !important; }
.hide { display: none !important; }
.elip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pad-20 {
  margin-top: 20px;
}
.ident {
  font-family: 'abel', sans-serif;
  color: #606060;
  font-size: 14px;
}
/**************/

.s-header {
  display: flex;
  padding-bottom: 20px;
}

.btn-s-result {
  background: #202020;
  font-size: 13px;
}

.btn-s-result:hover {
  background: #f949ea!important;
}

.s-active {
  background: rgb(189, 60, 178)!important;
}

/* nav menu */
#nav-menu {
  display: none;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

#nav-menu .nav-btn {
  width: 20%;
  text-align: center;
  margin: 0 5px 0 0;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 15px;
  border: 0;
  background: #202020;
  background: var(--wtTheme);
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#nav-menu .nav-btn:hover {
  background: #f949ea;
  background: var(--wtBtnHvr);
}

.crumb {
  background: #f949ea!important;
  background: var(--wtBtnHvr)!important;
}

#nav-menu .last {
  width: 20%;
  text-align: center;
  margin: 0;
}

#nav-menu a {
  text-decoration: none;
}

.full {
  margin: 0!important;
}

/******** Pagination ***********/
.paginate-wrap {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  box-sizing: border-box;
}

a.paginate {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  background: #333;
  margin: 0 2px;
  text-decoration: none;
  min-width: 20px;
  text-align: center;
  font-size: 13px;
}

.paginate-right {
  margin-left: auto;
}

.paginate {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 15px;
  background: black;
  font-size: 18px;
}

.paginate-nav {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  background: #333;
  font-size: 17px;
}

a.paginate:hover, .paginate-nav:hover {
  background: rgb(57, 92, 113);
}

.p-active {
  background: rgb(57, 92, 113) !important
}
/*******************************/

/* global select style */
.select-1 {
  display: block;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: normal;
  color: #444;
  line-height: 1.3;
  padding: 9px 2px 7px 4px;
  width: 100%;
  max-width: 100%; 
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.select-1::-ms-expand {
  display: none;
}
.select-1:hover {
  border-color: #888;
}
.select-1:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222; 
  outline: none;
}
.select-1 option {
  font-weight:normal;
}

.bigicon {
  font-size: 80px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0;
  color: #646362;
  font-weight: normal;
}

/* alertify stuff */
.alertify .ajs-header {
  display: flex;
  color: #444 !important;
  background: #e6e6e6 !important;
  border-bottom: 0!important;
}

.alertify .ajs-header img {
  margin-right: 5px;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 0!important;
}

.alertify .ajs-footer {
  background:transparent!important;
  border-top:none!important;
  border-radius: 0 0 2px 2px;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  background: #435f77;
  cursor: pointer;
  transition: 0.2s all;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:hover {
  background: #2c4153;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: white!important;
  outline: 0;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
  background: #aaa;
  color: #333;
  transition: 0.2s all;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel:hover {
  background: rgb(148, 148, 148);
}

.alertify-notifier .ajs-message.ajs-error {
  background:rgb(196, 76, 76);
  text-shadow: none!important;
}

.alertify-notifier .ajs-message {
  border: 0!important;
  border-radius: 5px!important;
}

.alertify-notifier .ajs-message.ajs-success {
  background:white!important;
  color: #444;
  text-shadow: none!important;
}

.alertify-notifier .ajs-message.ajs-warning {
  background:rgb(0, 0, 0)!important;
  color: rgb(150, 150, 150);
  text-shadow: none!important;
}

.ajs-warning .alert-meta-title {
  color: white;
}

.mini-alert-wrapper {
  display: flex;
  color: #555;
  align-items: center;
  font-size: 14px;
  flex-direction: column;
}

.alert-wrapper {
  display: flex;
  color: #555;
  align-items: center;
  font-size: 14px;
}
.alert-wrapper img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.alert-meta {
  display: flex;
  flex-direction: column;
  color: #838383;
  font-size: 12px;
  text-align: left;
  line-height: 17px;
}

.alert-meta-title {
  color: rgb(49, 49, 49);
}

.cued {
  background:#ce743e;
  width: 10px;
  height: 10px;
  line-height:10px;
  display: none;
  background: #b3612e;
  animation: colorchange 0.5s infinite alternate;
  -webkit-animation:colorchange 0.5s infinite alternate;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 1px 1px 1px #555;
}

@-webkit-keyframes colorchange {
  0% {
    background: #bd3cb2;
  }
  100% {
    background: #000000;
  }
}

/* 404 Page */
.disk-wrapper {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
}
.disk-wrapper .light-left,
.disk-wrapper .light-right {
  width: 35%;
  height: 42%;
  position: absolute;
  background-color: #615951;
  z-index: 20;
  opacity: 0.1;
}
.disk-wrapper .light-left {
  top: 20px;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 100%, 40% 100%);
  clip-path: polygon(0 0, 100% 0, 66% 100%, 40% 100%);
}
.disk-wrapper .light-right {
  -webkit-clip-path: polygon(40% 0, 66% 0, 100% 100%, 0 100%);
  clip-path: polygon(40% 0, 66% 0, 100% 100%, 0 100%);
  right: 20px;
  bottom: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrap404 {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  padding: 20px 0;
}

.disk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background-color: #050608;
  border-radius: 100%;
  position: relative;
  -webkit-animation: circle 2s infinite linear;
  animation: circle 2s infinite linear;
}
.disk .half-circle-top {
  top: 50px;
  border: 1px solid #61595121;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  border-bottom: 0;
}
.disk .half-circle-bottom {
  bottom: 50px;
  border: 1px solid #61595121;
  border-bottom-left-radius: 130px;
  border-bottom-right-radius: 130px;
  border-top: 0;
}
.disk .half-circle-bottom,
.disk .half-circle-top {
  width: 200px;
  height: 100px;
  position: absolute;
  background-color: #050608;
}
.disk .inner-circle {
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.disk .inner-circle span {
  color: #242424;
  font-weight: 900;
  font-size: 28px;
  font-family: arial;
}
.disk .inner-circle .dot {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 100%;
  margin: 5px;
}

@-webkit-keyframes circle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.error {
  color: #d2ccc6;
  margin: 30px 0;
}
/* END 404 Page */

.cb_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.cb_container:hover input ~ .checkmark {
  background-color: #ccc;
}

.cb_container input:checked ~ .checkmark {
  background-color: rgb(189, 60, 178);
  background-color: var(--wtBtn);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb_container input:checked ~ .checkmark:after {
  display: block;
}

.cb_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#signup_form label {
  font-family: 'abel', sans-serif;
}

.alerticon {
  text-align: center;
  width: 100%;
  font-size: 35px;
  color: #cc3737;
  margin-bottom: 10px;
}
  
.alerttxt {
  text-align: center;
  color: #cc3737;
}

.pop {
  color: #db5dd0;
  color: var(--wtHighlight);
}

.o-history {
  display: none;
}


/* NEW */

.al-err {
  font-size: 30px;
  color: #d94141;
}
.al-err-txt {
  padding: 11px;
}
.alertify .ajs-header {
  padding: 8px 23px!important;
}

.share {
  padding: 4px;
  transition: all 0.2s;
  cursor: pointer;
  width: 25px;
  text-align: center;
}
.share.facebook {
  background: #4267b2;
}
.share.twitter {
  margin-left: 10px;
  background: #4099ff;
}
.share.email {
  margin-left: 10px;
  background: #d77834;
}
.share.facebook:hover {
  background: #6287d2;
}
.share.twitter:hover {
  background: #77b1f2;
}
.share.email:hover {
  background: #e39e6c;
}
.shareBox {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: auto;
  margin: 0 -2px 0 8px;
  padding: 6px 6px;
  left: -1px;
  background: #1e1e1e;
  font-size: 13px;
  color: #dfdfdf;
  transition: all .2s ease;
  min-width: 15px;
  text-align: center;
}
.shareBox:after {
  top: 30%;
  left: -7px;
  content: "";
  position: absolute;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #1e1e1e transparent transparent;
  display: block;
  width: 0;
  height: 0;
  transform: translateY(360deg);
}

/* Loader Overlay */
#loaderOverlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
}

.loaderOverlay-content {
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
}

.loaderOverlay-content img {
  -webkit-animation:spin 1.4s linear infinite;
  -moz-animation:spin 1.4s linear infinite;
  animation:spin 1.4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Top Nav Menu */
#topNav {
  width: 100%;
  display: none;
  /* height: 32px; */
}
#tnl {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto;
}
.t_menu {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.tn1 {
    display: flex;
}
.tn2 {
    margin-top: 6px;
}
.t_menu {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}

.t_menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  text-decoration: none;
  border-left: 1px solid #0d0d0d;
  font-size: 13px;
  color: #c2c2c2;
  transition: all 0.2s;
  font-family: 'Roboto', sans-serif;
}

.t_menu a:hover {
  background: #1e1e1e;
  color: white;
}

.t_menu .lastItem {
  border-right: 1px solid #0d0d0d;
  margin-right: 20px;
}

.t_menu .bcrumb {
  background: #1e1e1e;
  color: white;
}

/* Global Layout */
.split_content {
  display: flex;
}
.l-content {
  width: 100%;
  /* margin-right: 20px; */
}
.c-wrap {
  background: #2f2f2f;
  padding: 20px;
  color: #e8e8e8;
}
.c-head {
  color: #a8bf69;
  font-family: 'bebas';
  text-align: center;
  font-size: 26px;
}

/* Search Results */
.s-head {
  text-align: center;
  margin: 30px 0;
  color: #e8e8e8;
  font-size: 20px;
}

.s_res {
  display: flex;
  background: #2d2d2d;
  margin-bottom: 10px;
  padding: 10px 10px 4px 10px;
  font-size: 15px;
}   
.s_res_art {
  margin-right: 10px;
}
a.res_link {
  color: #6191ce;
  text-decoration: none;
}
a.res_link:hover {
  color: #6191ce;
  text-decoration: underline;
}
.res_info {
  font-size: 13px;
}

/* Player */
#player {
  width: 100%;
  height: 80px;
  background: #151515;
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0;
  border-top: 1px solid #242424;
}

.player-wrap {
  box-sizing: border-box;
  margin: -25px auto 0 auto;
}

.player-btns {
  display: flex;
  height: 80px;
  margin: 0 10px 0 10px;
}

#waveform {
  width: 100%;
  height: 40px;
  margin: 20px 20px 0 0;
  box-sizing: border-box;
}

#volume {
  display: none;
}

#pl-toggle {
  cursor: pointer;
  color: grey;
  position: absolute;
  top: -20px;
  background: #151515;
  right: 10px;
  width: 40px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #6f6f6f;
}
#pl-toggle:hover {
  color: white;
}
.is_visible {
  display: block !important;
}

.playlist_open {
  bottom: 250px !important;
}

#playlist {
  background: #171717;
  color: white;
  height: 250px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  bottom: 0px;
  display: none;
  border-top: 1px solid #1e1e1e;
}
#playlist_items {
  overflow-y: auto;
  height: 220px;
}

#playlist .pl-header {
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  color: #464646;
  font-size: 12px;
  background: #111111;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #3e3e3e;
}

#m-title {
  font-size: 12px;
  padding: 10px;
  font-family: 'abel', sans-serif;
  font-weight: bold;
  color: white;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.pl-chart-play {
  display: none;
  position: absolute;
  top: -2px;
  left: 0;
  width: 30px;
  height: 30px;
}

#m-scroll {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 15px;
  text-align: left;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 7s linear infinite;
  -webkit-animation: scroll-left 7s linear infinite;
  animation: scroll-left 7s linear infinite;
  white-space: nowrap;
  z-index: 100;
}

@-moz-keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
      -webkit-transform: translateX(100%);
  }
  100% {
      -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}

.playerMeta {
  display: none;
}

.pl-text {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  flex-grow: 1;
  overflow: hidden;
  margin: 13px 20px 0 0;
}

#pl-title {
  font-size: 12px;
  margin-left:20px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#pl-artist {
  font-size: 12px;
  margin-left:20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#pl-bottom {
  font-size: 11px;
  margin-left:20px;
  color: rgb(131, 131, 131);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pl-buy {
  margin: 0 20px 0 auto;
  display: flex;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  text-align: right;
  padding-right: 20px;
  border-right: 2px solid #1e1e1e;
}

#pl-btn-buy {
  margin-top: -10px;
}

#pl-artist a, #pl-bottom a {
  color: rgb(158, 158, 158);
}

#pl-title a, #pl-artist a, #pl-bottom a {
  text-decoration: none;
}

#pl-title a {
  color: #82a4e6;
}

#pl-title a:hover, #pl-artist a:hover, #pl-bottom a:hover {
  text-decoration: underline;
}



#pl-cover {
  width: 60px;
  margin: 13px 0 0 0;
  flex-shrink: 0;
}
#pl-cover img {
  width: 100%;
}

#playPauseBtn {
  background: none;
  border: none;
  color: gray;
  font-size: 40px;
  padding: 0 5px;
  transition: all 0.2s;
  cursor: pointer;
}
#playPauseBtn:hover {
  color: white;
}

#previousBtn {
  background: none;
  border: none;
  color: gray;
  font-size: 25px;
  padding: 0;
  transition: all 0.2s;
  cursor: pointer;
  display: block;
}
#previousBtn:hover {
  color: white;
}

#nextBtn {
  background: none;
  border: none;
  color: gray;
  font-size: 25px;
  padding: 0;
  transition: all 0.2s;
  cursor: pointer;
  display: block;
}
#nextBtn:hover {
  color: white;
}

.player-wrap {
  box-sizing: border-box;
  display: flex;
}

.btn-plc {
  background: rgb(91, 91, 91);
  color: black;
  padding: 3px 10px 2px 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
  display: inline-block;
}

.btn-plc:hover {
  background: white;
}

.pl-item-col {
  display: inline-block;
  vertical-align: middle;
}

.pl-item-row {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  position: relative;
  background: #202020;
  margin-bottom: 2px;
  transition: all 0.2s;
  font-size: 11px;
  overflow: hidden;
  display: flex;
}

.pl-item-row:hover {
  background: #2b2b2b;
}

.pl-item-col.art {
  width: 30px;
  position: relative;
  cursor: pointer;
  margin: 3px 5px 2px 6px;
}

.pl-item-row .pl-chart-play {
  display: none;
}

.pl-item-row:hover .pl-chart-play {
  display: block;
}

.pl-item-row:hover .pl-item-col.art img {
  opacity: 0.1;
}

.plItem .title,
.plItem .artist,
.plItem .label {
  font-size: 10px;
}
.pl-play-btn-sm {
  background: none;
  border: none;
  font-size: 20px;
  color: gray;
  cursor: pointer;
  transition: all 0.2s;
  padding: 3px 10px 0 8px;
  outline: none;
}

.pl-play-btn-sm:hover {
  color: white;
}

.art img {
  width: 100%;
}

.plItem a.title,
.plItem a.label {
  text-decoration: none;
}

.item-col .title,
.item-col .artist {
  font-weight: bold;
}

.pl-item-col a {
  color: #89bcea;
  text-decoration: none;
}
.pl-item-col a:hover {
  text-decoration: underline;
}

.pl-item-row .item-col .artist {
  font-weight: normal!important;
}

.pl-remove {
  background: #933434;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 0 6px;
  margin: 7px 10px 0 0;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s all;
}

.pl-remove:hover {
  background: #ec4444;
}

.pl-item-col.c1 {
  margin-top: 10px;
  margin-left: 5px;
}

.pl-item-col.c2 {
  display: none;
}

.pl-item-col.c5 {
  margin-left: auto;
}

.item-col a {
  text-decoration: none;
}

/* .item-col a:hover {
  color: rgb(223, 102, 213);
} */

.item-col.c1 {
  width: 30%;
}

.item-col.c2 {
  width: 25%;
}

.item-col.c3 {
  display: none;
}

.item-col.c4 {
  display: none;
}

.item-col.c5 {
  width: 60px;
  text-align: right;
  float: right;
  padding: 5px 10px 5px 5px;
}

.item-col.c1.xl {
  width: 50%!important;
}

.item .art {
  width: 50px;
  flex-shrink: 0;
}

/*************************/

/* Contact */
.contact_wrap {
  display: flex;
  flex-direction: column;
  background: #121212;
  padding: 20px 20px 0 20px;
}
.contact {
  margin-bottom: 30px;
  color: #888;
}
.c_header {
  font-size: 19px;
}
.c_email {
  margin-left: 10px;
  text-decoration: none;
}
.left-pad-5 {
  margin-left: 5px;
}
.left-pad-7 {
  margin-left: 7px;
}
.left-pad-11 {
  margin-left: 11px;
}
.left-pad-12 {
  margin-left: 12px;
}
.left-pad-13 {
  margin-left: 13px;
}
.c_email:hover {
  text-decoration: underline;
}

/*************************/

/* Releases */
.release {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px 5px 15px;
  position: relative;
  margin-bottom: 10px;
}

.artwork img {
  width: 100%;
  border-radius: 5px;
}
.meta {
  width: 100%;
  /* background: #1d2e44; */
  background: #333;
  display: none;
  position: relative;
  margin-bottom: 5px;
  border-radius: 5px;
}
.meta:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mini-art {
  width: 25%;
  box-sizing: border-box;
}
.mini-art img {
  width: 100%;
}

.tracks {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
}

.play_title {
  box-sizing: border-box;
  margin-right: 20px;
  padding: 2px 5px;
  width: 100%;
  font-size: 15px;
  transition: 0.2s all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.play_title:hover {
  /* background: #121f2b; */
  background: #222;
  cursor: pointer;
}

.play_icon {
  margin-right: 10px;
}

.artist {
  text-align: left;
}
.r_title {
  text-align: left;
  /* font-weight: bold; */
  color: #82a4e6;
  font-size: 17px;
}
a.r_title {
  text-decoration: none;
}
a.r_title:hover {
  text-decoration: underline;
}
.tracks_top {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.tracks_top_meta {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.r_view {
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  color: #8caad9;
}
.r_view:hover {
  text-decoration: underline;
}

/*************************/


/* Tour */
.event {
  display: flex;
  flex-direction: column;
  color: #202020;
  margin-bottom: 10px;
}
.ev_date {
  background: #484848;
  color: white;
  text-align: center;
  padding: 10px 0 5px 0;
  width: 100%;
  flex-shrink: 0;
}
.ev_m {
  text-transform: uppercase;
  font-size: 14px;
}
.ev_d {
  margin-top: -10px;
  font-size: 28px;
}
.ev_body {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
}
.ev_meta {
  padding: 10px 20px 10px 20px;
}
a.ev_title {
  color: #242424;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
a.ev_title:hover {
  color: #3a6a95;
  text-decoration: underline;
}
.ev_country{
  font-size: 13px;
  color: #868686;
}
.ev_flag {
  text-align: center;
  padding: 13px 10px 0 10px;
  display: none;
}
.ev_actions {
  display: flex;
  flex-direction: row;
  padding: 0 20px 10px 20px;
}
.ev_btn {
  border: none;
  background: #1c1c1c;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.2s all;
  font-size: 12px;
  margin-bottom: 10px;
  outline: none;
}
.ev_btn:hover {
  background: #3a6a95;
}
.rht {
  margin-left: auto;
}

/*************************/

/* Articles */
.article {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.article_img {
  width: 100%;
  overflow: hidden;
}
.article_img img {
  width: 100%;
}
.article_meta {
  background: #2f2f2f;
  color: white;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.article_title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #939393;
}
.article_excerpt {
  font-size: 15px;
  text-align: left;
  color: #d2d2d2;
}

.article_excerpt a {
  color: #92c5f2;
  text-decoration: none;
}

.article_excerpt a:hover {
  text-decoration: underline;
}
.play_article {
  text-align: left;
  cursor:pointer;
  margin-top: 10px;
  color: #bae3ab;
  font-size: 15px;
}
.play_article:hover {
  text-decoration: underline;
}
.dld {
  margin-top: 20px;
  cursor: pointer;
}

/*************************/

/* Top Socials */
.social {
  background: #404040;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 10px;
  transition: 0.2s all;
  cursor: pointer;
}
.social:hover {
  background: #939393;
}
.social_icon {
  color:rgb(21, 21, 21);
  font-size: 18px;
  margin: 2px auto 0 auto;
}

/* Infinite Scroll */
#infiniteWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%;
  box-sizing: border-box; 
}
.simg {
  max-height: 150px;
  margin: 5px;
}
.simg img {
  width: 100%;
  max-height: 150px;
}
.hdr {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
  background: #2d2d2d;
  padding: 10px;
}

/******************/

.rel_totals {
  text-align: center;
  padding: 10px 5px;
  font-size: 15px;
  color: #acacac;
}

.rs_top {
  padding: 0 5px;
}

.rel_top {
  padding: 0 5px 0 5px;
}

/* Media */
.selector {
  display: flex;
  justify-content: center;
}
.mediaBtn {
  margin: 0 20px;
  padding: 5px 15px;
  background: #131313;
  color: #c4c4c4;
  border-radius: 5px;
  transition: 0.2s all;
  cursor: pointer;
}
.mediaBtn:hover,
.med_active {
  background: #333;
  color: white;
}
.media_biog {
  padding: 10px 20px;
  margin-top: 15px;
  background: #fff;
  color: #262626;
  border-radius: 5px;
}
.media_photos {
  padding: 10px;
  margin-top: 15px;
  background: #171717;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m_image {
  width: 50%;
  overflow: hidden;
  padding: 0 5px;
  display: inline-block;
  box-sizing: border-box;
}
.m_image img {
  width: 100%;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media_videos {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 15px;
}

.media_biog a {
  color: #3a5e8c;
  text-decoration: none;
}
.media_biog a:hover {
  text-decoration: underline;
}

/******************/

.podcast_sharer {
  display: flex;
  color: white;
  margin-top: 10px;
  justify-content: center;
}

.release_sharer {
  display: flex;
  color: white;
  margin-top: 20px;
  justify-content: center;
}

.article_sharer {
  display: flex;
  color: white;
  margin-top: 20px;
  justify-content: center;
}

/* Single Radio */
.radio {
  display: flex;
  box-sizing: border-box;
  background: #151515;
  padding: 20px;
  flex-direction: column;
  color: #ddd;
}
.radio_top {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
}
.radio_art {
  width: 60%;
  overflow: hidden;
  margin: 0 auto;
}
.radio_art img {
  width: 100%;
}
.radio_meta {
  margin: 20px 0;
  text-align: center;
}
.radio_title {
  font-size: 17px;
  color: white;
}
.radio_artist {
  color: #aeaeae;
}
.radio_playlist {
  border-top: 1px solid #313131;
  font-size: 15px;
}
#radio_play {
  font-size: 50px;
  cursor: pointer;
  transition: 0.2s all;
  color: #737373;
  display: inline-block;
}
#radio_play:hover {
  color: white;
}

/***********************/

/* Single Article */
.article_wrap {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  background: #131313;
  flex-direction: column;
}
.article_art {
  width: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.article_art img {
  width: 100%;
}
.article_m {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.article_t {
  margin: 15px 0;
  font-size: 20px;
}
.article_body {
  margin-top: 20px;
  border-top: 1px solid #222;
  color: #c4c4c4;
}
#article_play {
  font-size: 50px;
  cursor: pointer;
  transition: 0.2s all;
  color: #737373;
  display: inline-block;
  margin-bottom: 10px;
}
#article_play:hover {
  color: white;
}

/**********************/

.act-btn {
  padding: 5px 15px 3px 15px;
  background: #253e25;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s all;
}
.act-btn:hover {
  background: #447144;
}

/* Single Release */
.release_wrap {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
.release_art {
  width: 40%;
  overflow: hidden;
  margin: 0 auto;
}
.release_art img {
  width: 100%;
}
.release_m {
  display: flex;
  flex-direction: column;
}
.release_t {
  margin-top: 10px;
  font-size: 24px;
}
.release_a {
  font-size: 20px;
}
.release_l {
  font-size: 16px;
  color: #bfbfbf;
}
.release_d {
  font-size: 13px;
  color: grey;
}
.actions {
  margin-top: 20px;
  display: flex;
}
.rel-btn {
  font-size: 17px;
  margin-right: 20px;
  padding: 7px 15px 5px 15px;
}
.stm-btn {
  font-size: 17px;
  background: #9b4918;
  padding: 7px 15px 5px 15px;
}

.stm-btn:hover {
  background: #c4662e;
}
.rel_tracks {
  margin-top: 20px;
}
.play_rel_title {
  box-sizing: border-box;
  margin-right: 20px;
  padding: 10px;
  width: 100%;
  font-size: 13px;
  transition: 0.2s all;
  cursor: pointer;
  background: #2b2b2b;
  margin-bottom: 2px;
}
.play_rel_title:hover {
  background: #393939;
}

.radio_pad {
  margin-top: 20px;
}

.p_playlist {
  margin-top: 20px;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  color: #8caad9;
}
.p_playlist:hover {
  text-decoration: underline;
}
/*******************/

/* Single Event */
.ev_wrap {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.ev_top {
  display: flex;
  flex-direction: column;
}
.ev_image {
  width: 30%;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}
.ev_image img {
  width: 100%;
}
.ev_mt {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.ev_title {
  font-size: 28px;
}
.ev_ven{
  color: #9d9d9d;
}
.ev_venue {
  color: #2f2f2f;
}
.ev-btn, .ev-btn {
  font-size: 15px;
  padding: 5px 15px 4px 15px;
  background: #37516c;
}
.ev-btn {
  margin-right: 10px;
}
.ev-btn:hover {
  background: #466c93;
}
.ev_content {
  margin: 10px;
  color: #ececec;
  border-top: 1px solid #515151;
}

.dlpk-wrap {
  text-align: center;
  width: 100%;
  margin: 15px 0 0 0;
}

.dlpk {
  text-align: center;
  text-decoration: none;
  color: grey;
  transition: 0.2s all;
}
.dlpk:hover {
  color: white;
}

.fp_banner {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 25px auto;
  padding: 0 15px;
}

.fp_banner img {
  width: 100%;
}

.sm-ico {
  font-size: 25px;
  margin-bottom: 10px;
}

/* Front Page */
.fp_event {
  width: calc(100% - 30px);
  height: 100%;
  background: #f2f2f2;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 10px 15px;
}
.fp_event:after {
  content: "";
  display: block;
  /* padding-bottom: 30%; */
}
.fp_ev_flag {
  text-align: center;
  padding: 20px;
}
.fp_ev_date {
  text-align: center;
  background: #3e3e3e;
  color: white;
  padding: 10px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.fp_ev_title {
  color: #242424;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
.fp_meta {
  padding: 20px;
  box-sizing: border-box;
}
.fp_ev_venue {
color: #2f2f2f;
font-size: 17px;
}
.fp_ev_country {
  color: gray;
  font-size: 15px;
  padding-bottom: 20px;
}
.fp_r_view {
font-size: 15px;
text-decoration: none;
cursor: pointer;
color: #4d75b5;
transition: 0.2s all;
}
.fp_r_view:hover {
  text-decoration: underline;
}

.fp_header {
  color: white;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  margin: 0 15px;
}
.fp_content {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-around;
}
.fp_obj {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* 404 */
.wrap404 {
  margin: 0 auto;
  width: 300px;
  padding: 0px 0 0;
  min-height: 500px;
}
.disk-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 300px;
  height: 300px;
}
.disk-wrapper .light-left, .disk-wrapper .light-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.disk-wrapper .light-right {
  -webkit-clip-path: polygon(40% 0,66% 0,100% 100%,0 100%);
  clip-path: polygon(40% 0,66% 0,100% 100%,0 100%);
  right: 20px;
  bottom: 20px;
}
.disk {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background-color: #050608;
  border-radius: 100%;
  position: relative;
  -webkit-animation: circle 2s linear infinite;
  animation: circle 2s linear infinite;
}
.disk .half-circle-bottom, .disk .half-circle-top {
  width: 200px;
  height: 100px;
  position: absolute;
  background-color: #050608;
}
.disk .half-circle-bottom, .disk .half-circle-top {
  width: 200px;
  height: 100px;
  position: absolute;
  background-color: #050608;
}
.disk .inner-circle {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.wrap404 h3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.ns {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

/* go page */
.go-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Responsive */
@media screen and (min-width: 768px) {
  #top {
    height: 60px;
  }
  #main {
    padding: 10px 30px 10px 30px;
    max-width: 1600px;
  }
  #m-title {
    display: none;
  }
  #_m-nav-menu {
    display: none;
  }
  #tnl {
    display: flex;
  }
  .header {
    height: 60px;
    padding: 0 30px;
  }
  #topNav {
    display: flex;
  }
  .footer-wrap {
    max-width: 1600px;
    padding: 0 30px;
    display: flex;
  }
  .footer-flex {
    display: block;
    box-sizing: border-box;
    /* width: calc(100% - 100px); */
    overflow: hidden;
    float: left;
  }
  .footer-flex div {
    display: block;
    width: 33.3333%;
    margin:0 0 20px 0;
    box-sizing: border-box;
    float: left;
  }
  .footer-right {
    width: 100px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .release {
    width: 50%!important;
    height: 50%!important;
    padding: 0 7px;
  }
  .rel_totals {
    padding: 10px 0;
  }
  .rel_top {
    padding: 0;
  }
  .fpLogo {
    display: block;
  }
  #nav-menu {
    display: flex;
  }
  #layout {
    flex-direction: row;
  }
  
  .right_align {
    margin: 0 0 0 20px!important;
  }
  .single {
    flex-direction: row-reverse;
  }
  .vh-center {
    height: 100vh;
  }
  
  .vh-center img {
    width: 60%;
  }
  
  .release_hype.coll {
    padding: 0;
    margin: 15px 0 0 0;
  }
  /* PLAYER */
  #player {
    padding: 0 30px;
  }
  .player-wrap {
    margin: 0 auto;
  }
  #volume {
    font-size: 25px;
    margin: 22px 0 0 0;
    display: block;
    padding-left: 20px;
    display: block;
  }
  #volume-btn {
    color: gray;
    transition: 0.2 all;
    cursor: pointer;
  }
  #volume-btn:hover {
    color: white;
  }
  .muted {
    color: black!important
  }
  #pl-toggle {
    top: -30px;
    right: 30px;
    margin: 10px 0 0 auto;
  }
  .player-btns {
    margin: 0 0 0 17px;
    border-left: 2px solid #1e1e1e;
    border-right: 2px solid #1e1e1e;
    padding: 0 17px 0 17px;
  }
  .playerMeta {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    min-width: 45%;
    max-width: 45%;
    box-sizing: border-box;
    margin-right: -20px;
    margin-top: -4px;
  }
  #waveform {
    width: 48%;
    margin: 20px 0 0 20px;
  }
  #m-title {
    display: none;
  }
  .artwork {
      /* display: none; */
      cursor: pointer;
  }

  .pl-item-col.c2 {
    display: block;
    margin: 10px 0 0 5px;
  }

  hr.sep {
      color: #60676f;
  }

  /* TOUR */
  .event {
    flex-direction: row;
    height: 85px;
    border-radius: 5px;
    overflow: hidden;
  }
  .ev_date {
    background: #0f0f0f;
    padding: 15px 15px 0 15px;
    width: 60px;
    border-radius: 5px 0 0 5px;
  }
  .ev_d {
    margin-top: 0;
  }
  .ev_meta {
    padding: 10px 0 0 0px;
  }
  .ev_flag {
    padding: 20px 10px 0 10px;
    text-align: left;
    display: block;
  }
  .ev_actions {
    margin-left: auto;
    flex-direction: column;
    padding: 10px 10px 0 10px;
  }
  .rht {
    margin-left: 0;
  }
  .ev_body {
    flex-direction: row;
  }

  /* Single Event */
  .ev_wrap {
    padding: 20px;
    background: #131313;
    flex-direction: column;
  }
  .ev_top {
    flex-direction: row;
  }
  .ev_image {
    width: 25%;
    margin: 0;
  }
  .ev_mt {
    padding: 0;
    margin-left: 20px;
  }
  .ev_content {
    margin: 10px 0 0 0;
  }

  /* Articles */
  .articles {
    margin-top: 10px;
  }
  .article {
    flex-direction: row;
    padding: 0;
    height: 160px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 2px 2px 5px #171717; */
  }
  .article_img {
    width: 160px;
    flex-shrink: 0;
  }
  .article_meta {
    background: #2f2f2f;
    padding: 10px 20px;
  }
  .article_title {
    text-align: left;
    font-size: 20px;
  }
  .article_excerpt {
    font-size: 14px;
  }
  .article_top {
    flex-direction: row;
    display: flex;
  }
  .article_art {
    width: 25%;
    flex-shrink: 0;
    margin: 0;
  }
  .article_m {
    margin-left: 20px;
    align-items: normal;
    width: 100%;
    box-sizing: border-box;
  }
  .article_t {
    font-size: 28px;
    margin: 0;
  }
  .atl {
    width: 90px;
    text-align: center;
  }
  .article_play {
    width: 50px;
  }
  .article_sharer {
    justify-content: left;
  }
  /* Search Results */
  .s_res {
    font-size: 17px;
  }   
  .res_info {
    font-size: 14px;
  }

  /* Media */
  .media_photos {
    padding: 20px;
  }
  .media_videos {
    justify-content: space-around;
  }
  .m_image {
    width: 33.333%;
  }
  .youtube-video-container {
    width: 49%;
    padding-bottom: 0;
  }

  /* Releases */
  .release_wrap {
    background: #131313;
    padding: 20px;
    flex-direction: row;
  }
  .release_art {
    margin: 0;
    width: 25%;
    flex-shrink: 0;
  }
  .release_m {
    margin: 0 0 0 20px;
  }
  .release_sharer {
    justify-content: left;
  }
  .rel-btn, 
  .act-btn {
    font-size: 15px;
    padding: 5px 15px 4px 15px;
  }
  .rel-btn {
    margin-right: 10px;
  }
  .rel_tracks {
    margin-top: 2px;
  }
  .play_rel_title {
    font-size: 14px;
    background: #131313;
    padding: 15px;
    margin-right: 0;
  }
  .play_rel_title:hover {
    background: #3e3e3e;
  }
  .release_t {
    margin-top: 0px;
    font-size: 28px;
  }
  .release_a {
    font-size: 22px;
  }

  /* single radio */
  .radio_top {
    flex-direction: row;
  }
  .radio_art {
    margin: 0;
    width: 25%;
  }
  .radio_meta {
    text-align: left;
    margin: 0 0 0 20px;
  }
  .podcast_sharer {
    justify-content: left;
  }
  .radio_title {
    font-size: 28px;
  }
  /* front page */
  .fp_content {
    display: flex;
    flex-direction: row;
  }
  .fp_obj {
    width: 43%;
  }
  .fp_obj .release {
    width: 100% !important;
    height: 100% !important;
  }
  .fp_ev_date {
    font-size: 15px;
  }
  .fp_meta {
    padding: 10px;
  }
  .fp_ev_title {
    font-size: 15px;
  }
  .fp_ev_venue {
    font-size: 13px;
  }
  .fp_ev_country {
    font-size: 13px;
    padding-bottom: 0;
  }
  .fp_r_view {
    font-size: 13px;
  }
  .fp_ev_flag {
    padding: 15px 0 10px 0;
  }
  .fp_event {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .obj_sft {
    margin-left: 7px;
  }
  .fp_banner {
    margin: 20px auto 30px auto;
  }

  .wrap404 {
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 960px) {
  .release {
    width: 33.333%!important;
    height: 33.333%!important;
  }
}

@media screen and (min-width: 1100px) {
  .fpLogo {
    display: block;
  }
  /* Articles */
  .article_excerpt {
    font-size: 15px;
  }
  #topSocials {
    display: flex;
    margin-top: 16px;
  }
  .simg {
    max-height: 200px;
  }
  .simg img {
    max-height: 200px;
  }
  .fp_ev_flag {
    padding: 20px;
  }
  .fp_ev_date {
    font-size: 18px;
  }
  .fp_meta {
    padding: 20px;
  }
  .fp_ev_title {
    font-size: 18px;
  }
  .fp_ev_venue {
    font-size: 15px;
  }
  .fp_ev_country {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .fp_r_view {
    font-size: 15px;
  }
}

@media screen and (min-width: 1300px) {
  .fp_ev_title {
    font-size: 24px;
  }
  .fp_ev_venue {
    font-size: 20px;
  }
  .fp_ev_country {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .fp_r_view {
    font-size: 17px;
  }
}

@media screen and (min-width: 1350px) {
  .release {
    width: 25%!important;
    height: 25%!important;
  }
}

@media screen and (min-width: 1500px) {
  /* media */
  .m_image {
    width: 25%;
  }
  .youtube-video-container {
    width: 32%;
  }
}

.go-text {
  margin:20px auto 0 auto;
  text-align: center;
  font-size: 17px;
  color: grey;
}