/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's presets & mixins
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
  background: url(../img/bg-main.jpg) 0 0 no-repeat #313131;
  background-size: 100%;
  padding-bottom: 30px;
}

.site-container {
  width: 1170px;
  margin: 0 auto;
}

.header-container {
  color: #fff;
}

.header-container .supra-head ul {
  float: right;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 16px;
  margin: 14px 0;
}

.header-container .supra-head ul li {
  display: block;
  float: left;
  margin: 0 0 0 30px;
}

.header-container .supra-head ul li a {
  color: #fff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.header-container .supra-head ul li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.submeniu a{
  color:#fff
}
.header-container .supra-head ul li a .fa.fa-search {
  font-size: 18px;
}

.header-container header {
  position: relative;
}

.header-container header .logo {
  float: left;
  width: 80px;
}

.header-container header .main-menu {
  float: right;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 22px;
  font-weight: 300;
}

.header-container header .main-menu ul {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
  border-right: none;
}

.header-container header .main-menu ul li {
  padding: 0;
  display: block;
  float: left;
  color: #fff;
}

.header-container header .main-menu ul li div.search-form {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  top: 68px;
  padding: 15px 20px;
  z-index: 9999;
}

.header-container header .main-menu ul li div.search-form form {
  right: 100px;
  top: 60px;
}

.header-container header .main-menu ul li div.search-form form i.fa-close {
  display: block;
  padding: 10px 0 0 23px;
  float: left;
  cursor: pointer;
}

.header-container header .main-menu ul li div.search-form form i.fa-close:hover {
  color: #a0bd00;
}

.header-container header .main-menu ul li div.search-form form input {
  background: none;
  margin: 0;
  border: none;
  float: left;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  height: 36px;
  font-weight: 100;
  padding-left: 10px;
  width: 185px;
}

.header-container header .main-menu ul li div.search-form form input:focus {
  outline: none;
}

.header-container header .main-menu ul li div.search-form form input.menu-sbutton {
  border: none;
  background-color: #a0bd00;
  height: 40px;
  padding: 6px 22px;
  width: auto;
}

.header-container header .main-menu ul li a {
  color: #fff;
  padding: 18px 18px 16px;
  margin-bottom: -1px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
.header-container header .main-menu.mobileonly ul li a {
  color: #fff!important;

}
.submenu a{
  color:#fff!important
}
.menu-muzica a:hover{
  color:#fff!important
}

.header-container header .main-menu ul li a:hover, .header-container header .main-menu ul li a.act {
  opacity: 1;
  border-bottom: 3px solid #adcc00;
}

.header-container header .main-menu ul li.menu-muzica {
  position: relative;
}

.header-container header .main-menu ul li.menu-muzica div {
  display: none;
}

.header-container header .main-menu ul li.menu-muzica:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.header-container header .main-menu ul li.menu-muzica:hover div {
  display: block;
  position: absolute;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.header-container header #mobile-menu {
  display: none;
  color: #fff;
  position: absolute;
  right: 0;
  border-radius: 6px;
  font-size: 42px;
  margin-top: 5px;
  top: -999px;
}

.ofb-menu {
  background-color: #DE288B;
}

a.shop-link {
  color: #E4F745!important;
  background-color: #F852C0;
  font-weight: 600;
}

.social-box .item {
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  float: left;
  width: 23.5%;
  margin-left: 2%;
  position: relative;
  line-height: 22px;
  border-radius: 8px;
}

@media (max-width: 1170px) {
  .social-box .item {
      /* width: 100%;
      margin-left: 0; */ /* Adaugat tiktok pe Ipad pro se lipesc una de alta */
  }
}
  

.social-box .item:hover {
  background-color: #000;
}

.social-box .item:first-child {
  margin-left: 0;
}

.social-box .item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.social-box .item i {
  display: block;
  float: left;
  padding: 24px 40px;
  font-size: 36px;
  width: 30px;
}


.social-box .item i.fa-tiktok {
  background-color: #000000;
}

.social-box .item i.fa-facebook {
  background-color: #105da5;
}

.social-box .item i.fa-instagram {
  background-color: #efb006;
}

.social-box .item i.fa-youtube {
  background-color: #e52d27;
}

.social-box .item .social-label {
  text-align: center;
}

.social-box .item .social-label span, .social-box .item .social-label strong {
  display: block;
}

.social-box .item .social-label span {
  font-size: 15px;
  font-weight: 600;
  margin-top: 18px;
}

.social-box .item .social-label strong {
  font-weight: 300;
  font-size: 24px;
}

.home-featured .article-feat {
  width: 780px;
}

.home-featured .article-feat h1 {
  line-height: 1.2em;
  margin-bottom: 10px;
}

.home-featured .article-feat h1 a {
  color: #fff;
}

.feat-row .article-feat {
  width: 570px;
  margin-left: 30px;
}

.feat-row .article-feat h2 a {
  color: #fff;
}

.feat-row .article-feat:first-child {
  margin-left: 0;
}

.feat-row .article-feat h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.article-feat {
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.article-feat .feat-over {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 200px;
}

.article-feat .feat-over .inner {
  padding: 30px;
}

.article-feat img.article-pic {
  width: 100%;
  height: auto;
}

h1, h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feat-details {
  width: 100%;
}

.feat-details span {
  padding: 3px 20px;
  font-size: 18px;
  display: block;
}

.feat-details .category {
  color: #adcc00;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
}

.feat-details .shares {
  color: #fff;
  padding-left: 48px;
  background: url(../img/btn-like.png) 20px 5px no-repeat;
}

.side-feat {
  float: right;
}

.feat-desc {
  color: #fff;
  opacity: 0.7;
  margin: 7px 0 0 0;
  width: 75%;
  line-height: 22px;
}

.cas-morningzu {
  width: 370px;
  height: 555px;
  padding-top: 30px;
  overflow: hidden;
  background: url(../img/cas-morningzu.png) 0 0 no-repeat rgba(0, 0, 0, 0.4);
  background-size: 100%;
}

.cas-morningzu.side-zuisyou {
  background: url(../img/bg-cas-zuisyou.png) 0 0 no-repeat;
}

.cas-morningzu h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
}

.cas-morningzu h4:after {
  display: block;
  content: '';
  height: 1px;
  width: 20%;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 10px auto 0;
}

.cas-morningzu p.with {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 18px;
}

.items-side {
  overflow: auto;
  height: 450px;
  width: 97%;
  scrollbar-face-color: #a0bd00;
  scrollbar-track-color: rgba(0, 0, 0, 0.4);
}

.items-side::-webkit-scrollbar {
  width: 4px;
}

.items-side::-webkit-scrollbar-thumb {
  background: #a0bd00;
}

.items-side::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}

.item-side {
  padding: 0 30px 30px 40px;
}

.item-side .date {
  color: #fff;
  background-color: #a0bd00;
  padding: 3px 10px;
  margin: 0 0 3px -10px;
}

.item-side h3 {
  display: inline;
}

.item-side h3 a {
  color: #333;
  color: #333;
  background-color: #fff;
  padding: 3px 0;
  font-weight: 300;
  font-size: 22px;
  -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.item-side h3 a:hover {
  color: #fff;
  background-color: #a0bd00;
  -webkit-box-shadow: 10px 0 0 #a0bd00, -10px 0 0 #a0bd00;
          box-shadow: 10px 0 0 #a0bd00, -10px 0 0 #a0bd00;
}

.notify {
  width: 80px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 9;
}

.notify p, .notify span {
  display: block;
  background-color: #fff;
  color: #a0bd00;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  padding: 5px 10px;
  line-height: 1.1em;
}

.notify span {
  color: #fff;
  background-color: #a0bd00;
}

.notified .shader, .notified .box-tri .item .thumb .feat-details, .box-tri .item .thumb .notified .feat-details, .notified .news-item .item .thumb .feat-details, .news-item .item .thumb .notified .feat-details, .notified .box-tri .item.selfie .selfie-inner, .box-tri .item.selfie .notified .selfie-inner, .notified .news-item .item.selfie .selfie-inner, .news-item .item.selfie .notified .selfie-inner {
  border-bottom: 3px solid #a0bd00;
}

.zu-people .zu-face {
  width: 370px;
  height: 300px;
  float: left;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}

.zu-people .zu-face:first-child {
  margin-left: 0;
}

.zu-people .zu-face:hover .face-avatar {
  border: 4px solid #fff;
}

.zu-people .zu-face:hover .face-avatar img {
  width: 110%;
  height: auto;
  margin: 0 0 0 -5px;
}

.zu-people .zu-face .face-theme {
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}

.zu-people .zu-face .face-avatar {
  width: 130px;
  height: 130px;
  border-radius: 999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45px;
  border: 4px solid transparent;
}

.zu-people .zu-face .face-avatar img {
  width: 103%;
  margin: 0;
}

.zu-people .zu-face h4 {
  text-align: center;
  margin: 35px 0 0 0;
  color: #fff;
  font-size: 28px;
}

.zu-people .zu-face h4 a {
  color: #fff;
}

.zu-people .zu-face p {
  text-align: center;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  font-weight: 300;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
}

.zu-people .zu-face.zu-face-1, .zu-people .zu-face.zu-face-1 .face-avatar {
  background-color: #2ac0ae;
}

.zu-people .zu-face.zu-face-4, .zu-people .zu-face.zu-face-4 .face-avatar {
  background-color: #2ac0ae;
}

.zu-people .zu-face.zu-face-7, .zu-people .zu-face.zu-face-7 .face-avatar {
  background-color: #2ac0ae;
}

.zu-people .zu-face.zu-face-2, .zu-people .zu-face.zu-face-2 .face-avatar {
  background-color: #f0a53a;
}

.zu-people .zu-face.zu-face-5, .zu-people .zu-face.zu-face-5 .face-avatar {
  background-color: #f0a53a;
}

.zu-people .zu-face.zu-face-8, .zu-people .zu-face.zu-face-8 .face-avatar {
  background-color: #f0a53a;
}

.zu-people .zu-face.zu-face-3, .zu-people .zu-face.zu-face-3 .face-avatar {
  background-color: #a8c802;
}

.zu-people .zu-face.zu-face-6, .zu-people .zu-face.zu-face-6 .face-avatar {
  background-color: #a8c802;
}

.zu-people .zu-face.zu-face-9, .zu-people .zu-face.zu-face-9 .face-avatar {
  background-color: #a8c802;
}

.ad-1000x250 {
  width: 1000px;
  margin: 0 auto;
}

.box-popflick {
  height: 420px;
  overflow: hidden;
  background: url(../img/bg-popescusicuza-2.png) 0 0 no-repeat;
  position: relative;
}

.box-popflick.box-mw {
  background: url(../img/bg-mw.jpg) 0 0 no-repeat;
}

.box-popflick.box-mw .col-news {
  width: 100%;
}

.box-popflick.box-mw .col-news .item-side h3 a {
  font-size: 18px;
}

.box-popflick.morbuz {
  background: url(../img/bg-popescusicuza.jpg) 0 0 no-repeat;
}

.box-popflick .box-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 160px;
}

.box-popflick .col-news {
  float: left;
  width: 780px;
}

.box-popflick .col-news h4 {
  font-size: 40px;
  margin: 0 0 20px 30px;
  padding-left: 20px;
  color: #fff;
  position: relative;
  line-height: 1em;
}

.box-popflick .col-news h4:before {
  position: absolute;
  height: 30px;
  width: 8px;
  background-color: #a0bd00;
  left: 0;
  top: 5px;
  content: "";
}

.box-popflick .col-news .sub-col {
  width: 100%;
}

.box-popflick .col-news .sub-col .item-side {
  width: 40%;
  float: left;
}

.box-popflick .col-banner {
  float: right;
  width: 300px;
  padding: 0 30px;
  margin-top: 60px;
  height: 250px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.banner-300 {
  width: 300px;
  margin: 0 auto;
}

.wide-title, .category-title {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.wide-title:after, .category-title:after {
  width: 60px;
  height: 5px;
  background-color: #a0bd00;
  content: "";
  display: block;
  margin: 3px auto 0;
}

.category-title {
  color: #333;
}

.category-filter {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}

.category-filter a {
  color: #333;
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.category-filter a:hover:before {
  border-color: #888;
}

.category-filter a.active:before {
  background-color: #a0bd00;
  border-color: #a0bd00;
}

.category-filter a:before {
  position: absolute;
  top: 5px;
  margin-left: -20px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid #ccc;
}

.box-tri .item, .news-item .item {
  width: 370px;
  margin-left: 30px;
  background-color: #fff;
  min-height: 400px;
  float: left;
  position: relative;
}

.box-tri .item a.item-link, .news-item .item a.item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}

.box-tri .item .thumb, .news-item .item .thumb {
  background: #000;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #a0bd00;
  text-align: center;
}

.box-tri .item .thumb .feat-details, .news-item .item .thumb .feat-details {
  position: absolute;
  bottom: 0;
  padding: 50px 30px 10px;
}

.box-tri .item .thumb .feat-details span.category, .news-item .item .thumb .feat-details span.category {
  color: #fff;
}

.box-tri .item:hover, .news-item .item:hover {
  background-color: #a0bd00;
}

.box-tri .item:hover .feat-details, .news-item .item:hover .feat-details {
  bottom: -60px;
}

.box-tri .item:hover .thumb, .news-item .item:hover .thumb {
  border-color: #fff;
}

.box-tri .item:hover h3 a, .news-item .item:hover h3 a {
  color: #fff;
}

.box-tri .item h3, .news-item .item h3 {
  color: #333;
  margin: 20px 30px 0 30px;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
}

.box-tri .item h3 a, .news-item .item h3 a {
  color: #333;
}

.box-tri .item:first-child, .news-item .item:first-child {
  margin-left: 0;
}

.box-tri .item.banner, .news-item .item.banner {
  background-color: transparent;
}

.box-tri .item.selfie, .news-item .item.selfie {
  margin-left: 0;
  width: 770px;
  height: 580px;
  background: transparent;
  overflow: hidden;
}

.box-tri .item.selfie:hover .selfie-inner, .news-item .item.selfie:hover .selfie-inner {
  top: 20%;
  opacity: 0.6;
}

.box-tri .item.selfie .selfie-frame, .news-item .item.selfie .selfie-frame {
  position: relative;
}

.box-tri .item.selfie .selfie-inner, .news-item .item.selfie .selfie-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.box-tri .item.selfie .center-stage, .news-item .item.selfie .center-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 200px;
  text-align: center;
}

.box-tri .item.selfie .center-stage p, .news-item .item.selfie .center-stage p {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0;
}

.box-tri .item.selfie .center-stage h2, .news-item .item.selfie .center-stage h2 {
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #fff;
  margin: 0 100px;
  padding: 10px 0;
}

.box-tri .item.selfie .center-stage span, .news-item .item.selfie .center-stage span {
  color: #fff;
  display: block;
  width: 60%;
  margin: 15px auto;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.box-tri .item.selfie img, .news-item .item.selfie img {
  width: auto;
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

.box-tri .box-banner, .news-item .box-banner {
  border-left: 2px solid #404040;
  border-right: 2px solid #404040;
}

.box-tri .banner-300x600, .news-item .banner-300x600 {
  width: 300px;
  margin: 0 auto;
  background-color: #4f4f4f;
}

.box-tri .tri-c2, .news-item .tri-c2 {
  width: 370px;
}

.box-tri .tri-c2 .item, .news-item .tri-c2 .item {
  margin-left: -2px;
}

.article-section .col-article {
  width: 770px;
  float: left;
  background-color: #fff;
  min-height: 1605px;
}

.article-section .col-article .article-head {
  padding: 30px;
}

.article-section .col-article .article-head .zu-category {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #a0bd00;
}

.article-section .col-article .article-head .zu-category a {
  color: #a0bd00;
}

.article-section .col-article .article-head h1 {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.15em;
}

.article-section .col-article .article-head .article-date {
  color: #999;
  margin-bottom: 0;
}

.article-section .col-article .article-photo {
  overflow: hidden;
}

.article-section .col-article .article-photo img {
  width: 100%;
  height: auto;
}

.article-section .col-article .article-photo iframe {
  max-width: 100%;
}

.article-section .col-article .share-bar {
  margin: 30px 30px 0 30px;
}

.article-section .col-article .share-bar a {
  display: block;
  float: left;
  margin-right: 15px;
}

.article-section .col-article .share-bar iframe {
  width: 100% !important;
  margin-bottom: 15px;
}

.article-section .col-article .in-article {
  padding: 20px 30px 10px;
  color: #444;
  line-height: 25px;
  font-size: 18px;
}

.article-section .col-article .in-article iframe {
  max-width: 100%;
}

.article-section .col-article .in-article p {
  margin: 10px 0 25px;
}

.article-section .col-article .in-article a {
  color: #A2BF00;
}

.article-section .col-article .in-article a.hot, .article-section .col-article .in-article a.not {
  color: #fff;
}

.article-section .col-article .in-article a.related {
  position: relative;
  color: #A2BF00;
  padding-left: 40px;
  display: block;
  font-weight: 600;
}

.article-section .col-article .in-article a.related:hover {
  color: #A2BF00;
}

.article-section .col-article .in-article a.related i.fa.fa-share {
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 4px;
  color: #b2b2b2;
}

.article-section .col-article .in-article img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  /* max-height: 600px; */
  display: block;
  margin: 0 auto 30px;
}

.article-section .col-article .in-article iframe {
  margin-bottom: 20px;
}

.article-section .col-side {
  width: 370px;
  float: right;
}

.related, .category-news {
  margin: 0 30px 50px;
}

.related p.wide-title, .related p.category-title, .category-news p.wide-title, .category-news p.category-title {
  color: #333;
}

.related .related-items .item, .related .category-items .item, .category-news .related-items .item, .category-news .category-items .item {
  float: left;
  width: 31%;
  margin-left: 3.5%;
}

.related .related-items .item .thumb img, .related .category-items .item .thumb img, .category-news .related-items .item .thumb img, .category-news .category-items .item .thumb img {
  width: 100%;
  height: auto;
}

.related .related-items .item .thumb img:hover, .related .category-items .item .thumb img:hover, .category-news .related-items .item .thumb img:hover, .category-news .category-items .item .thumb img:hover {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
}

.related .related-items .item h4, .related .category-items .item h4, .category-news .related-items .item h4, .category-news .category-items .item h4 {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 18px;
}

.related .related-items .item h4 a, .related .category-items .item h4 a, .category-news .related-items .item h4 a, .category-news .category-items .item h4 a {
  color: #333;
}

.related .related-items .item h4 a:hover, .related .category-items .item h4 a:hover, .category-news .related-items .item h4 a:hover, .category-news .category-items .item h4 a:hover {
  color: #a0bd00;
}

.related .related-items .item:first-child, .related .category-items .item:first-child, .category-news .related-items .item:first-child, .category-news .category-items .item:first-child {
  margin-left: 0;
}

.related .category-items .item, .category-news .category-items .item {
  width: 100%;
  margin-left: 0;
  margin-top: 25px;
  position: relative;
  float: none;
}

.related .category-items .item:first-child, .category-news .category-items .item:first-child {
  margin-top: 0;
}

.related .category-items .item:hover a, .category-news .category-items .item:hover a {
  color: #a0bd00;
}

.related .category-items .item:hover p.article-date, .category-news .category-items .item:hover p.article-date {
  color: #a0bd00;
}

.related .category-items .item:hover .thumb, .category-news .category-items .item:hover .thumb {
  background-color: #fff;
  border-right: 4px solid #a0bd00;
}

.related .category-items .item:hover .thumb img, .category-news .category-items .item:hover .thumb img {
  width: 100%;
  height: auto;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
}

.related .category-items .item .thumb, .category-news .category-items .item .thumb {
  width: 240px;
  float: left;
  margin-right: 20px;
  border-right: 4px solid transparent;
}

.related .category-items .item h4.title, .category-news .category-items .item h4.title {
  font-size: 24px;
  padding-right: 20px;
  line-height: 28px;
}

.related .category-items .item p, .category-news .category-items .item p {
  margin: 10px 0 0;
}

.related .category-items .item p.article-date, .category-news .category-items .item p.article-date {
  margin: 5px 0 0;
  color: #999;
}

.related .category-items .item a.overlay-link, .category-news .category-items .item a.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

ul.pagination {
  margin: 50px 0 0;
  padding: 0;
}

ul.pagination li {
  display: block;
  float: left;
  margin-right: 1px;
  font-weight: 600;
  color: #999;
  font-size: 18px;
}

ul.pagination li.active span {
  width: 40px;
  padding: 8px 0;
  text-align: center;
  display: block;
}

ul.pagination li.active {
  color: #fff;
  background-color: #a0bd00;
}

ul.pagination li.active a {
  color: #fff;
}

ul.pagination li.label {
  padding: 8px 0;
  margin-right: 10px;
}

ul.pagination li a {
  display: block;
  width: 40px;
  padding: 8px 0;
  text-align: center;
  font-weight: 600;
  color: #999;
  font-size: 18px;
}

ul.pagination li a:hover {
  color: #fff;
  background-color: #a0bd00;
}

.hn-question {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
}

.hotornot {
  margin: 0 auto;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}

.hotornot span {
  display: none;
}

.hotornot a {
  display: inline-block;
  color: #fff;
  padding: 20px 25px;
  border: 2px solid #fff;
  border-radius: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hotornot a.hot {
  background-image: url(../img/bg-hot.png);
  background-attachment: fixed;
  background-position: 28% 0;
  margin-right: 10px;
}

.hotornot a.not {
  background-image: url(../img/bg-not.png);
  background-attachment: fixed;
  background-position: 28% 0;
  margin-left: 10px;
}

.hotornot a.hot:hover {
  border-color: transparent;
  color: #fff;
  background: #e2391d;
}

.hotornot a.not:hover {
  border-color: transparent;
  background: #a67d00;
  color: #fff;
}

.hotornot p.or {
  display: inline-block;
  font-size: 20px;
  color: #999;
  border-bottom: 4px solid #999;
  margin: 0;
}

.hotornot div {
  float: left;
  width: 20px;
  border-radius: 22px;
  border: 2px solid #ccc;
  height: 20px;
  margin-top: 12px;
  margin-right: 10px;
}

.item:hover .hotornot-listing a {
  color: #fff !important;
}

.ad-container {
  margin-top: 20px;
  position: relative;
  margin-bottom: 120px;
}

.ad-container img {
  max-width: 100%;
  height: auto;
}

.live-vidbox {
  max-width: 800px;
  margin: 0 auto;
}

.cat-gif-home {
  z-index: 100;
  position: fixed;
  margin-left: 0;
  bottom: 48px;
  right: 0;
  display: none;
  justify-content: flex-end;
}
.cat-gif-home img {
   width: 300px;
   height: 198px;
}

@media only screen and (min-width: 680px) {
	.cat-gif-home {
		display: flex;
	}

  	.cat-gif-home img {
		width: 450px;
		height: auto;
	}
}


.ad-outstand {
  z-index: 100;
  position: fixed;
  margin-left: 0;
  bottom: 48px;
  right: 0;
  display: none;
  justify-content: flex-end;
}
.ad-outstand img {
   width: 300px;
   height: 250px;
}

@media only screen and (min-width: 680px) {
	.ad-outstand {
		display: flex;
	}

  	.ad-outstand img {
		width: 300px;
		height: 250px;
	}
}

.live-player, .audio-player {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 999;
}

.audio-player {
  position: relative;
  width: 70%;
  margin: 0 auto 30px auto;
}

.audio-player #player, .audio-player .audioplayer {
  padding-right: 20px;
}

.audio-player #player .player-inner, .audio-player .audioplayer .player-inner {
  width: 100%;
}

.audio-player #player .player-inner .song strong, .audio-player .audioplayer .player-inner .song strong {
  margin-top: 8px;
}

.news-cards .news-item {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  margin: 0 5px 5px 0;
}

.news-cards .news-item:hover {
  background: #fff;
}

.news-cards .news-item a.main-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news-cards .news-item img {
  display: block;
}

.news-cards .news-item .news-desc {
  width: 215px;
  padding-left: 20px;
  line-height: 18px;
}

.news-cards .news-item .news-desc p {
  margin: 15px 0 5px;
  color: #a0bd00;
}

.news-cards .news-item .news-desc h4 {
  margin: 0;
}

.news-cards .news-item .news-desc a {
  color: #333;
}

#player, .audioplayer {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  display: block;
}

#player .player-inner, .audioplayer .player-inner {
  width: 1170px;
  margin: 0 auto;
}

#player .player-inner .player-btn, .audioplayer .player-inner .player-btn {
  color: #fff;
  padding: 17px 0;
  width: 60px;
  text-align: center;
  display: block;
  background-color: #2b2d2a;
  float: left;
  color: #aecc00;
  font-size: 18px;
  margin-right: 20px;
}

#player .player-inner .player-btn:hover, .audioplayer .player-inner .player-btn:hover {
  background-color: #a0bd00;
  color: #fff;
}

#player .player-inner .player-btn:focus, .audioplayer .player-inner .player-btn:focus {
  outline: none;
}

#player .player-inner .spectrum, .audioplayer .player-inner .spectrum {
  float: left;
  padding: 15px 25px;
}

#player .player-inner .song, .audioplayer .player-inner .song {
  float: left;
}

#player .player-inner .song strong, .audioplayer .player-inner .song strong {
  display: block;
  line-height: 14px;
  margin-top: 10px;
  font-size: 14px;
  color: #a0bd00;
  font-weight: 400;
  text-transform: uppercase;
}

#player .fa-play, .audioplayer .fa-play {
  display: block;
}

#player .fa-pause, .audioplayer .fa-pause {
  display: none;
}

#player .jp-state-playing .fa-play, .audioplayer .jp-state-playing .fa-play {
  display: none;
}

#player .jp-state-playing .fa-pause, .audioplayer .jp-state-playing .fa-pause {
  display: block;
}

.jp-duration {
  float: left;
  margin: 15px 10px 0 0px;
  font-size: 12px;
}

.jp-current-time {
  margin: 13px 10px 0 0;
  float: left;
}

.jp-volume-controls {
  width: 150px;
  float: right;
  margin-top: 15px;
}

.jp-volume-controls:hover .jp-volume-bar {
  height: 10px;
  margin-top: 6px;
}

.jp-volume-controls:hover .jp-volume-bar-value {
  height: 10px;
}

.jp-volume-bar {
  background: #333;
  position: absolute;
  width: 120px;
  height: 3px;
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin-top: 10px;
}

.jp-volume-bar-value {
  background-color: #a0bd00;
  height: 3px;
}

a.jp-mute {
  color: #a0bd00;
  float: right;
}

a.jp-mute:focus {
  outline: none;
}

.page-live .main.wrapper > div, .page-live .footer {
  display: none;
}

.page-live .main.wrapper #pjax-container, .page-live .main.wrapper .live-player {
  display: block;
  z-index: 9999;
}

.footer-container .wrapper {
  display: none;
}

.header-container .supra-head ul li a.live-icon {
  display: block;
  color: #fff;
  padding: 15px;
  margin: -15px 0;
  background-color: #a0bd00;
  opacity: 1;
}

.header-container .supra-head ul li a.live-icon:hover {
  background-color: #000;
  color: #a0bd00;
}

.header-container .supra-head ul li a.live-icon i {
  font-size: 14px;
}

.article-section.baejnebun .col-article .item {
  padding: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}

.article-section.baejnebun .col-article .item:hover h4 a {
  color: #333;
}

.article-section.baejnebun .col-article .item:hover p.article-date {
  color: #999;
}

.article-section.baejnebun .col-article .item .share-bar {
  margin-left: 0;
}

.article-section.baejnebun .col-article .item .viral-thumb {
  width: 100%;
  background-color: #efefef;
  margin-top: 20px;
}

.article-section.baejnebun .col-article .item .viral-thumb img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.article-section.baejnebun .col-article .item .viral-thumb video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.nav-arrows a {
  display: block;
  position: fixed;
  width: 50px;
  padding: 20px 0;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-left: none;
  z-index: 999;
}

.nav-arrows a#next-article {
  top: 50%;
  left: auto;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-right: none;
}

.nav-arrows a#next-article:hover {
  border-color: #a0bd00;
}

.nav-arrows a:hover {
  background-color: #fff;
  color: #a0bd00;
  border-color: #a0bd00;
  width: 70px;
}

.in-article.contact input {
  line-height: normal;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 200px;
}

.in-article h2{
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.15em;
  font-family: 'Roboto Slab';
}

.in-article h4{
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.15em;
  font-family: 'Roboto Slab';
  margin: 20px 0 0 0;
}
@media all and (max-width: 680px) {
  .in-article h2{
    font-size: 24px;
  }
  
  .in-article h4{
    font-size:20px;
  
  }
}


.in-article.contact input:focus {
  outline: none;
}

.in-article.contact input[type="submit"] {
  background-color: #a0bd00;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  border: none;
}

.in-article.contact input[type="submit"]:hover {
  background-color: #93ae00;
}

.in-article.contact textarea {
  line-height: normal;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 400px;
  height: 120px;
  max-width: 90%;
}

.in-article.contact textarea:focus {
  outline: none;
}

.footer {
  text-align: center;
  margin: 30px 0;
  color: #fff;
}

.footer h5 {
  color: #555;
  font-weight: 300;
  font-size: 20px;
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #555;
}

.footer h5 img {
  margin-top: -5px;
}

.footer strong {
  color: #a0bd00;
  font-size: 14px;
}

.footer a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.music-section .col-music {
  height: 800px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  height: auto;
}

.music-section .col-music .row {
  padding-left: 40px;
  border-left: 6px solid #dedede;
  position: relative;
}

.music-section .col-music .row:first-child {
  padding: 0;
  border: none;
}

.music-section .col-music .category-title {
  margin-top: 0;
}

.music-section .music-item {
  float: left;
  margin: 0 0 30px 30px;
  width: 188px;
  height: 240px;
}

.music-section .music-item:first-child {
  margin-left: 0;
  padding-bottom: 60px;
}

.music-section .music-item .thumb {
  position: relative;
  overflow: hidden;
  height: 188px;
  background-size: cover;
  background-position: 50% 0;
}

.music-section .music-item .thumb.now-playing:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.7+0,0+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  height: 80%;
}

.music-section .music-item .thumb i.rank {
  position: absolute;
  display: block;
  background-color: #a0bd00;
  color: #fff;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: bold;
  width: 40px;
  height: 35px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
  z-index: 10;
}

.music-section .music-item .thumb img {
  width: 100%;
  height: auto;
}

.music-section .music-item .thumb:after {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.music-section .music-item .desc-feat {
  z-index: 99;
  border-bottom: 3px solid #dedede;
  padding-bottom: 10px;
}

.music-section .music-item .desc-feat h3 {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 28px;
}

.music-section .music-item .desc-feat a {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #a0bd00;
}

.music-section .music-item .desc {
  margin-top: 5px;
}

.music-section .music-item .desc h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}

.music-section .music-item .desc a {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #a0bd00;
}

.music-section .music-item:hover .thumb .play-vote .music-btn {
  margin-bottom: 30%;
}

.music-section .music-item:hover .thumb:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.music-section .music-item .play-vote .music-btn.play, .music-section .music-item .play-vote .music-btn.vote {
  display: block;
  width: 30%;
  height: 30%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-left: 12%;
  margin-bottom: -33%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #a0bd00;
  border-radius: 199px;
  text-align: center;
}

.music-section .music-item .play-vote .music-btn.vote {
  margin-left: auto;
  margin-right: 12%;
  font-size: 0.7rem;
  text-align: center;
  font-weight: bold;
  color: #a0bd00;
  display: block;
  overflow: hidden;
}

.music-section .music-item .play-vote .music-btn.vote:after {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  color: #a0bd00;
  background-color: #fff;
  top: 100%;
}

.music-section .music-item .play-vote .music-btn.vote:before {
  content: "\2714";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  z-index: 9;
  padding-top: 20%;
  font-size: 100%;
  font-size: 24px;
  color: #a0bd00;
}

.music-section .music-item .play-vote .music-btn.vote.voted:after {
  top: 0;
}

.music-section .music-item .play-vote .music-btn.vote.voted:before {
  top: 0;
}

.music-section .music-item .play-vote .music-btn.vote span {
  display: block;
  margin-top: 21px;
}

.music-section .music-item .play-vote .music-btn.play i {
  color: #a0bd00;
  margin-top: 20px;
  margin-left: 2px;
}

.music-section .music-item .play-vote .music-btn.play .pausin i {
  margin-left: 0px;
}

.music-section .music-item .play-vote .music-btn:hover {
  background-color: #a0bd00;
  color: #fff;
}

.music-section .music-item .play-vote .music-btn:hover i, .music-section .music-item .play-vote .music-btn:hover span {
  color: #fff;
}

.music-section .prev-next {
  position: absolute;
  bottom: 75px;
}

.music-section .prev-next a {
  float: left;
  display: block;
  font-size: 30px;
  width: 225px;
  background-color: #fff;
  color: #333;
  text-align: center;
  margin-left: 2px;
}

.music-section .prev-next a:first-child {
  margin-right: 2px;
  margin-left: 0;
}

.music-section .prev-next a:hover {
  background-color: #a0bd00;
  color: #fff;
}

.music-section .prev-next a i {
  font-size: 26px;
}

.music-section .prev-next a p {
  margin: 0;
  padding: 55px 0;
}

.mw-select {
  max-width: 300px;
}

.wa_btn {
  background-color: #3cd623;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 3px;
}

.wa_btn .wa_inner {
  padding: 11px 10px 10px;
}

.wa_btn i {
  font-size: 20px;
  float: left;
}

.wa_btn span {
  float: left;
  margin-top: 3px;
  margin-left: 6px;
}

.people-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.zu-people {
  position: absolute;
}

@-webkit-keyframes slide1 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
    margin-top: 0;
  }
  33.1% {
    opacity: 0;
    margin-top: -300px;
  }
  100% {
    opacity: 0;
    margin-top: -300px;
  }
}

@-webkit-keyframes slide2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
    margin-top: 0;
  }
  66.1% {
    opacity: 0;
    margin-top: -300px;
  }
  100% {
    opacity: 0;
    margin-top: -300px;
  }
}

@-webkit-keyframes slide3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  69% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.slide-1 {
  -webkit-animation: slide1 10s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: slide1 10s infinite;
  /* IE 10+, Fx 29+ */
}

.slide-2 {
  -webkit-animation: slide2 10s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: slide2 10s infinite;
  /* IE 10+, Fx 29+ */
}

.slide-3 {
  -webkit-animation: slide3 10s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: slide3 10s infinite;
  /* IE 10+, Fx 29+ */
}

.zu-face:nth-child(3n+1) {
  margin-left: 0;
}

.owl-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  margin-top: -30px;
  width: 100%;
}

.owl-nav div {
  width: 60px;
  height: 60px;
  color: #fff;
  position: absolute;
  text-align: center;
  font-size: 28px;
}

.owl-nav div.owl-prev {
  left: 0;
}

.owl-nav div.owl-next {
  right: 0;
}

#selfie-upload {
  display: block;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 19999;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
}

#selfie-upload:hover {
  border: 1px solid white;
}

span.new-entry {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 1px 7px 2px;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 150px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.7);
}

/* ==========================================================================
   DJii ZU Page
   ========================================================================== */
.article-section-dj-ii .category-news .category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-section-dj-ii .category-news .category-items .item .thumb {
  width: 100% !important;
  float: none;
  position: relative;
  height: 252px;
  background: #eee;
  border: none;
}

.article-section-dj-ii .category-news .category-items .item .thumb img, .article-section-dj-ii .category-news .category-items .item .thumb:hover img {
  width: auto;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.article-section-dj-ii .category-news .category-items .item:hover .thumb {
  border: none;
  background: #a0bd00;
}

.article-section-dj-ii .category-news .category-items .item h4.title {
  margin-top: 20px;
}

.article-section-dj-ii .category-news .category-items .item {
  border-right: none;
  height: auto;
  width: 49%;
  margin-top: 0;
  margin-bottom: 30px;
}

.article-section-dj-ii .category-news .category-items .item:hover {
  border: none;
}

.article-section-dj-ii .category-news .category-items .item .dj-ora {
  display: block;
  margin-top: 10px;
}

.article-section-dj-ii .category-news .category-items .item h4.title {
  margin-top: 20px;
}

.article-section-dj-ii img.dj-photo {
  width: auto;
  max-height: 500px;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Most Wanted / Music Player
   ========================================================================== */
.music-section .pausin {
  display: none;
}

.music-section .music-item .jp-state-playing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.music-section .music-item .jp-state-playing .playin {
  display: none;
}

.music-section .music-item .jp-state-playing .pausin {
  display: block;
}

.music-section .music-item:hover .jp-state-playing a.music-btn.play {
  margin: auto auto 30% 12%;
}

.music-section .music-item .jp-state-playing a.music-btn.play {
  margin: auto auto 30%;
  background-color: #a0bd00;
}

.music-section .music-item .jp-state-playing a.music-btn.play i {
  color: #fff;
}

.music-section .music-item.featured .jp-state-playing a.music-btn.play {
  margin: auto auto 35%;
  background-color: #a0bd00;
}

.music-section .music-item.featured .jp-state-playing a.music-btn.play i {
  color: #fff;
}

.music-section .music-item.featured:hover .jp-state-playing a.music-btn.play {
  margin: auto auto 35% 20%;
}

.music-section .music-item .jp-seek-bar {
  width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  height: 3px;
  display: none;
}

.music-section .music-item .jp-play-bar {
  height: 100%;
  background-color: #a0bd00;
}

.music-section .music-item .jp-state-playing .jp-seek-bar {
  display: block;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.music-section .music-item:hover .jp-state-playing .jp-seek-bar {
  height: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* in-article photo gallery */
.art-gal p.wide-title, .art-gal p.category-title {
  color: #333;
}

.gal-item {
  float: left;
  width: 170px;
  height: 170px;
  margin-left: 10px;
  margin-top: 10px;
}

.gal-item:nth-child(4n+1) {
  margin-left: 0;
}

.over-gal {
  position: fixed;
  z-index: 19999;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.over-photo {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 1200px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#over-x, #over-left, #over-right {
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: block;
  position: absolute;
  font-size: 32px;
  right: 20px;
  top: 20px;
}

#over-x:hover, #over-left:hover, #over-right:hover {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

#over-left {
  top: 50%;
  margin-top: -20px;
  right: auto;
  left: 20px;
}

#over-right {
  top: 50%;
  margin-top: -20px;
}

.wide-title a, .category-title a {
  color: #fff;
}

.wide-title a:hover, .category-title a:hover {
  color: #a0bd00;
}

.cas-morningzu h4 a {
  color: #fff;
}

.cas-morningzu h4 a {
  color: #fff;
}

.box-popflick .col-news h4 a {
  color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.mobileonly {
  display: none;
}

a.shop-link-mobile {
  background-color: #F852C0;
  color: #E4F745!important;
  font-weight: 600;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.hide {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.mt-med {
  margin-top: 20px;
}

.mt-high {
  margin-top: 30px;
}

.mt-xtra {
  margin-top: 40px;
}

.slab, .zu-people .zu-face h4, .box-popflick .col-news h4, .category-filter, .box-tri .item h3, .news-item .item h3, .box-tri .item.selfie .center-stage h2, .news-item .item.selfie .center-stage h2, .article-section .col-article .article-head h1, .article-section .col-article .in-article a.related, .related .related-items .item h4, .related .category-items .item h4, .category-news .related-items .item h4, .category-news .category-items .item h4, ul.pagination li.label, ul.pagination li a {
  font-family: 'Roboto Slab';
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.shader, .box-tri .item .thumb .feat-details, .news-item .item .thumb .feat-details, .box-tri .item.selfie .selfie-inner, .news-item .item.selfie .selfie-inner {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}

.shader-darker, .box-popflick .box-inner, .news-cards, .music-section .music-item .jp-state-playing {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}

.smooth, .zu-people .zu-face h4, .box-popflick .col-news h4, .wide-title, .category-title, .box-tri .item h3, .news-item .item h3, .article-section .col-article .article-head h1, .article-section .col-article .in-article {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.transition-fast, .social-box .item, .zu-people .zu-face .face-avatar, .zu-people .zu-face .face-avatar img, .box-tri .item, .news-item .item, .box-tri .item .thumb .feat-details, .news-item .item .thumb .feat-details, .jp-volume-bar, .jp-volume-bar-value, .nav-arrows a, .music-section .music-item .play-vote .music-btn.play, .music-section .music-item .play-vote .music-btn.vote, .music-section .music-item .jp-state-playing a.music-btn.play, .music-section .music-item.featured .jp-state-playing a.music-btn.play, .music-section .music-item .jp-seek-bar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.transition-real, .box-tri .item.selfie .selfie-inner, .news-item .item.selfie .selfie-inner, .music-section .music-item .thumb:after, .music-section .music-item .play-vote .music-btn.vote:after, .music-section .music-item .play-vote .music-btn.vote:before, .article-section-dj-ii .category-news .category-items .item .thumb {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-tri .item, .news-item .item {
  margin-bottom: 30px;
}

.banner728 {
  text-align: center;
  padding-top: 30px;
}

.banner728:empty {
  padding: 0;
}

.banner-300 img[width="1"], .banner728 img[width="1"], .ad-container img[width="1"] {
  position: absolute;
}

span.concurs-hot {
  color: #ce240d !important;
  font-weight: 600;
}

.page-live .ad-container {
  margin-top: 0;
}

.footer_mobile {
  width: 100%;
  display: none;
}

.footer_mobile .supra-head2 ul {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin-left: 0;
  text-align: center;
}

.footer_mobile .supra-head2 ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
}

.footer_mobile .supra-head2 ul li:first-child {
  margin: 0 15px 0 0;
}

.footer_mobile .supra-head2 ul li a {
  color: #fff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.footer_mobile .supra-head2 ul li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.footer_mobile .supra-head2 ul li a .fa.fa-search {
  font-size: 18px;
}

.top {
  display: none;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.cards-prev, .cards-next {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 12px 36px 12px 30px;
  background-color: #a0bd00;
  margin: auto;
  z-index: 999;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cards-prev:hover, .cards-next:hover {
  padding: 12px 56px;
}

.cards-next {
  left: auto;
  right: 0;
  padding: 12px 30px 12px 36px;
}

.owl-nav {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

.news-cards {
  bottom: 55px;
}

.zu-live-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zu-live-wrap .winamp-wrap {
  display: none;
  color: white;
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.zu-live-wrap .winamp-wrap:hover {
  text-decoration: underline;
}

@media all and (min-width: 680px) {
  .zu-live-wrap .winamp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.zu-live-wrap .winamp-wrap img {
  width: 21px;
  height: auto;
}

.share_btns{
  margin: 30px 30px 0 30px;
  display: flex;
  align-items: flex-start
  }
  
  .share_btns .social{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #a0bd00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0bd00;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px
  }
  
  a:hover .social{
    background-color: #a0bd00;
    color:#fff;
  }
  
  .tags{
    margin-top: 20px;
  }
  
  .tags .titlu{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  
  .tags .inner .tag{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #a0bd00;
    color: #a0bd00;
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none;
    padding: 3px 15px;
    margin-right: 6px;
    margin-bottom: 10px;
  
  }
  
  
  .tags .inner  .tag:hover {
    background-color: #a0bd00;
    color:#fff;
  }
  
  
  @media (max-width: 680px) {
  .share_btns{
  margin: 20px 20px 0 20px;
  
  }
  
  }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {
   .site-container {
    width: 980px;
  }
  .header-container header .main-menu {
    font-size: 18px;
  }
  .header-container header .main-menu ul li a {
    padding: 18px 14px 16px;
  }
  .home-featured .article-feat {
    width: 590px;
  }
  .home-featured.mt-xtra {
    margin-top: 30px;
  }
  .cas-morningzu {
    height: 410px;
  }
  .cas-morningzu .items-side {
    height: 314px;
  }
  .feat-row .article-feat {
    width: 475px;
  }
  .feat-row .article-feat .feat-desc {
    display: none;
  }
  .zu-people .zu-face {
    width: 306px;
  }
  .ad-1000x250 {
    max-width: 100%;
  }
  .ad-1000x250 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .box-popflick .col-news .sub-col .item-side {
    width: 37%;
  }
  .box-popflick .col-news {
    width: 600px;
  }
  .box-tri .item, .news-item .item, .news-item .item {
    width: 305px;
  }
  .box-tri .item .thumb img, .news-item .item .thumb img, .news-item .item .thumb img {
    width: 100%;
    height: auto;
  }
  .box-tri .tri-c2, .news-item .tri-c2, .news-item .tri-c2 {
    width: 305px;
  }
  .box-tri .item.selfie, .news-item .item.selfie, .news-item .item.selfie {
    width: 640px;
  }
  .box-tri .item.selfie img, .news-item .item.selfie img, .news-item .item.selfie img {
    height: 100%;
    width: auto;
    margin-left: -10%;
  }
  .box-tri .item, .news-item .item, .news-item .item {
    min-height: 380px;
  }
  .box-tri .box-banner, .news-item .box-banner, .news-item .box-banner {
    border: none;
  }
  #player .player-inner, .audioplayer .player-inner {
    width: auto;
    padding: 0 20px;
  }
  .article-section .col-article {
    width: 100%;
    float: none;
    padding-bottom: 1px;
    margin-bottom: 30px;
  }
  .article-section .col-side {
    width: 100%;
    float: none;
  }
  .article-section .banner-300 {
    margin: 0!important;
    float: right;
    /* margin-top: 30px; */
  }
  .article-section .side-feat {
    float: left;
    margin-top: 0;
  }
  .article-section .side-feat .banner-300 {
    float: left;
  }
  .article-section .side-feat .news-item:nth-child(3) .item {
    margin-left: 0;
  }
  .article-section .side-feat .news-item .item {
    margin-left: 30px;
  }
  .article-section .cas-morningzu {
    float: left;
    width: 320px;
    margin-right: 30px;
    height: 300px;
  }
  .article-section .col-article {
    padding-top: 1px;
  }
  .music-section .prev-next {
    position: static;
    clear: both;
  }
  .gal-item:nth-child(4n+1) {
    margin-left: 10px;
  }
  .article-section-dj-ii .category-news .category-items .item .thumb {
    height: 340px;
  }
}

@media (max-width: 1023px) {
  .site-container {
    width: 800px;
  }
  .header-container header .main-menu {
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 85%;
    display: none;
  }
  .header-container header .main-menu ul li {
    float: none;
  }
  .header-container header .main-menu ul li.menu-muzica {
    background-color: transparent;
    position: relative;
  }
  .header-container header .main-menu ul li.menu-muzica div {
    display: block;
    width: 100%;
  }
  .header-container header .main-menu ul li.menu-muzica:hover {
    background-color: transparent;
  }
  .header-container header .main-menu ul li.menu-muzica:hover div {
    display: block;
    position: relative;
    background-color: transparent;
    width: 100%;
  }
  .header-container header .main-menu ul li:last-child {
    display: none;
  }
  .main-menu {
    display: none;
  }
  .main-menu.mobileonly {
    display: block;
  }
  .header-container header #mobile-menu {
    display: block;
    top: 0;
  }
  .home-featured .article-feat {
    width: 100%;
    float: none;
  }
  .side-feat {
    width: 100%;
    margin-top: 30px;
  }
  .side-feat .cas-morningzu {
    width: 100%;
  }
  .feat-row .article-feat {
    width: 385px;
  }
  .article-feat .feat-over {
    padding-top: 60px;
  }
  .feat-row .article-feat h2 {
    font-size: 22px;
  }
  .zu-people .zu-face {
    width: 246px;
  }
  .zu-people .zu-face h4 {
    font-size: 20px;
  }
  .box-popflick {
    background-size: cover !important;
    background-position: 100% 0;
  }
  .box-popflick .col-banner {
    display: none;
  }
  .box-popflick .col-news {
    width: 100%;
  }
  .box-tri .item, .news-item .item, .news-item .item, .news-item .item {
    width: 385px;
    min-height: 400px;
  }
  .box-tri .item:nth-child(3), .news-item .item:nth-child(3) {
    display: none;
  }
  .box-tri .item.selfie:nth-child(3), .news-item .item.selfie:nth-child(3) {
    display: block;
    width: 100%;
  }
  .box-tri .item.selfie:nth-child(3) img, .news-item .item.selfie:nth-child(3) img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .box-tri .tri-c2, .news-item .tri-c2, .news-item .tri-c2, .news-item .tri-c2 {
    display: none;
  }
  .article-section .banner-300 {
    float: none;
    margin: 0 auto;
  }
  .footer_mobile {
    display: none;
  }
  .top {
    display: none;
  }
  .owl-nav {
    display: none;
  }
}

@media (max-width: 839px) {
  body {
    background-image: none!important;
  }
  .site-container {
    width: 640px;
  }
  .social-box {
    margin-top: 0;
  }
  .social-box .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .social-box .item:last-child {
    margin-bottom: 0;
  }
  .feat-row .article-feat {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .zu-people {
    display: none;
  }
  .ad-1000x250.mt-high {
    margin-top: 0;
  }
  .box-tri .item.selfie, .news-item .item.selfie, .news-item .item.selfie {
    height: auto;
  }
  .box-tri .item, .news-item .item, .news-item .item, .news-item .item, .news-item .item {
    width: 305px;
    min-height: 370px;
  }
  .box-popflick {
    background-position: 30% 0;
    height: 460px;
  }
  .box-popflick {
    background-size: cover !important;
    background-position: 100% 0;
  }
  .feat-row .article-feat h2 {
    font-size: 28px;
  }
  .footer h5 {
    margin: 15px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .inside {
    display: none;
  }
  .music-section .music-item.featured {
    min-height: 0;
  }
  .banner728 {
    display: none;
  }
  .article-section-dj-ii .category-news .category-items .item, .article-section-dj-ii .category-news .category-items .item:first-child {
    width: 100%;
  }
  .people-container {
    display: none;
  }
  .article-section-dj-ii .category-news .category-items .item .thumb {
    height: auto;
  }
  .article-section-dj-ii .category-news .category-items .item .thumb img {
    height: auto;
  }
}

@media (max-width: 680px) {
  .site-container {
    width: auto;
    padding: 15px;
  }
  .side-feat {
    margin-top: 15px;
  }
  .header-container header .logo {
    float: none;
    margin: 0 auto;
  }
  .header-container header .main-menu {
    width: 100%;
    margin-top: 15px;
  }
  .header-container header #mobile-menu {
    top: -5px;
    font-size: 36px;
  }
  .box-tri .item h3, .news-item .item h3 {
    padding-bottom: 50px;
  }
  .box-tri .item, .news-item .item, .news-item .item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .box-tri .item:nth-child(3), .news-item .item:nth-child(3), .news-item .item:nth-child(3) {
    display: block;
  }
  h1, h2, .feat-row .article-feat h2 {
    font-size: 24px;
  }
  .notify {
    display: none;
  }
  .feat-desc {
    display: none;
  }
  .supra-head {
    display: none;
  }
  .mt-high {
    margin-top: 15px;
  }
  .feat-row .article-feat {
    margin-bottom: 15px;
  }
  /* .box-tri .item.selfie .center-stage h2, .news-item .item.selfie .center-stage h2 {
    font-size: 24px;
  }
  .box-tri .item.selfie .center-stage p, .news-item .item.selfie .center-stage p {
    font-size: 20px;
  }
  .box-tri .item.selfie:nth-child(3), .news-item .item.selfie:nth-child(3) {
    min-height: auto;
  }
  */
  .box-tri .item.selfie, .news-item .item.selfie {
    display: none;
  }
  .box-tri .item, .news-item .item, .news-item .item, .news-item .item {
    margin-bottom: 15px;
  }
  .box-popflick .box-inner {
    position: relative;
    padding-top: 0;
  }
  .box-popflick .col-news .sub-col .item-side {
    width: auto;
  }
  .box-popflick {
    height: auto;
  }
  .box-tri .item.selfie .center-stage h2, .news-item .item.selfie .center-stage h2, .news-item .item.selfie .center-stage h2 {
    margin: 0 50px;
  }
  .home-featured.mt-xtra {
    margin-top: 15px;
  }
  .wide-title, .category-title, .category-title {
    font-size: 22px;
  }
  .header-container header .logo {
    width: 60px;
  }
  .header-container header .logo img {
    width: 60px;
  }
  .article-feat .feat-over .inner {
    padding: 15px;
  }
  .item-side {
    padding: 0 18px 30px 28px;
  }
  .box-tri .item, .news-item .item, .news-item .item, .news-item .item, .news-item .item, .news-item .item {
    min-height: 330px;
  }
  .box-tri .item h3, .news-item .item h3, .news-item .item h3 {
    margin: 15px 15px 0 15px;
  }
  .box-tri .item h3, .news-item .item h3, .news-item .item h3 {
    padding-bottom: 30px;
  }
  .box-popflick .col-news h4 {
    margin-left: 15px;
    margin-top: 20px;
  }
  .related .related-items .item, .related .category-items .item, .category-news .related-items .item, .category-news .category-items .item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    float: none;
  }
  .related .related-items .item:first-child, .related .category-items .item:first-child, .category-news .related-items .item:first-child, .category-news .category-items .item:first-child {
    margin-left: auto;
  }
  .article-section .col-article .article-head h1 {
    font-size: 30px;
  }
  .article-section .col-article .share-bar a {
    width: 120px;
  }
  .article-section .col-article .share-bar a#fb-share {
    width: 130px;
  }
  .article-section .col-article .share-bar a img {
    width: 100%;
    height: auto;
  }
  .related .category-items .item .thumb, .category-news .category-items .item .thumb {
    width: 100%;
    float: none;
  }
  .title {
    float: none;
    display: block;
  }
  .article-section .col-article .in-article, .article-section .col-article .article-head {
    padding: 20px 20px 10px;
  }
  a.live-icon.mobileonly {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    color: #a0bd00;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
  }
  .side-feat .news-item {
    display: none;
  }
  .jp-volume-controls {
    display: none;
  }
  .jp-details {
    overflow: hidden;
    width: 70%;
  }
  .jp-title {
    min-width: 600px;
  }
  .footer_mobile {
    display: block;
  }
  .top {
    display: block;
  }
}

@media (min-width: 480px) {
  .music-section .music-item.featured {
    width: 452px;
    min-height: 690px;
  }
  .music-section .music-item.featured .thumb i.rank {
    width: 80px;
    height: 65px;
    font-size: 36px;
    padding-top: 15px;
  }
  .music-section .music-item.featured .play-vote .music-btn.play, .music-section .music-item.featured .play-vote .music-btn.vote {
    width: 25%;
    height: 25%;
    margin-left: 20%;
  }
  .music-section .music-item.featured .play-vote .music-btn.vote {
    margin-left: auto;
    margin-right: 20%;
  }
  .music-section .music-item.featured .play-vote .music-btn.vote span {
    font-size: 20px;
    margin-top: 42px;
  }
  .music-section .music-item.featured .play-vote .music-btn.vote:before {
    font-size: 50px;
  }
  .music-section .music-item.featured:hover .play-vote .music-btn.play, .music-section .music-item.featured:hover .play-vote .music-btn.vote {
    margin-bottom: 35%;
  }
  .music-section .music-item.featured .play-vote .music-btn.play i {
    font-size: 40px;
    margin-top: 35px;
  }
  .music-section .music-item.featured .thumb {
    height: 452px;
    background-size: cover;
    background-position: 50% 0;
  }
}

@media (max-width: 480px) {
  .box-tri .item.selfie .center-stage h2, .news-item .item.selfie .center-stage h2, .news-item .item.selfie .center-stage h2 {
    font-size: 18px;
  }
  .box-tri .item.selfie .center-stage span, .news-item .item.selfie .center-stage span, .news-item .item.selfie .center-stage span {
    display: none;
  }
  .box-tri .item.selfie .center-stage, .news-item .item.selfie .center-stage, .news-item .item.selfie .center-stage {
    height: 140px;
  }
  h1, h2, .feat-row .article-feat h2 {
    font-size: 20px;
  }
  .jp-volume-controls {
    width: 110px;
  }
  .jp-volume-bar {
    width: 80px;
  }
  .hotornot p.or {
    display: none;
  }
  .hotornot a.hot {
    display: block;
    margin-right: 0;
  }
  .hotornot a.not {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }
  .music-section .music-item, .music-section .music-item.featured {
    float: none;
    margin: 0 auto;
  }
  #map1 {
    zoom: 45%;
  }
  .owl-carousel .owl-item img {
    width: 120px !important;
  }
  .news-cards .news-item .news-desc p {
    margin: 10px 0 5px;
  }
  .news-cards .news-item {
    width: 90vw;
  }
  .news-cards .news-item .news-desc {
    width: calc(90vw - 140px);
    padding: 0 5px 0 15px;
    line-height: 14px;
  }
  .news-cards .news-item .news-desc h4, .news-cards .news-item .news-desc p {
    font-size: 12px;
  }
  .news-cards .news-item .news-desc p {
    margin-bottom: 3px;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* hides overflow after background is applied for mireasa contest */
@media (max-width: 680px) {
  .site-container {
    overflow-x: hidden;
  }
}
/*# sourceMappingURL=main-style.css.map */


@media all and (max-width: 768px) {
  .banner-300{
    align-items: center;
    justify-content: center;
    display: flex;
    width:100%;
  
  }
}