/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
    font-family: 'staatlichesregular';
    src: url('../fonts/staatliches-regular-webfont.woff2') format('woff2'),
         url('../fonts/staatliches-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



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/background.jpg) 0 0 no-repeat #313131;
    background-size: 100%;
    padding-bottom: 30px;
    background-color: #313131!important;
}
.site-container {
    width: 760px;
    margin: 0 auto;

}



.inside-box-conc a {
   text-decoration: none!important;
}

.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;
}
.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: 18px;
    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: 2;
}
.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: #00705d;*/
    color:#ffffff;
    /*padding: 18px 12px 16px;*/
    padding: 18px 9px 16px;
    margin-bottom: -1px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-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;
  
}
.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;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 42px;
    margin-top: 5px;
    top: -999px;
}
.social-box .item {
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    float: left;
    width: 32%;
    margin-left: 2%;
    position: relative;
    line-height: 22px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.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-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;
}
.home-featured .article-feat .slab {
	font-size: 30px;
	line-height: 0.2em;
}

.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;
    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 10px;
    font-size: 16px;
    display: block;
}
.feat-details .category {
    color: #adcc00;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 0;
}
.feat-over.shader .category.fll {
	border-right: none;
}
.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;
    -moz-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;
    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;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    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-popflick.jpg) 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-popflick.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;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    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;
}

.stiri_nunti .item{
    background-color: #b5be01;
    min-height: 294px;
    position: relative;
}


.box-tri .item a.item-link,
.news-item .item a.item-link,  .stiri_nunti .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, .stiri_nunti .item .thumb {
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #a0bd00;
}
.box-tri .item .thumb .feat-details,
.news-item .item .thumb .feat-details, .stiri_nunti .item .thumb  .feat-details{
    position: absolute;
    bottom: 0;
    padding: 10px 14px 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,  .stiri_nunti .item:hover .feat-details{
    bottom: -40px;
}
.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;
}
.stiri_nunti h3 {
    color: #333;
    margin: 20px 20px 0 20px;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
}

.box-tri .item h3 a,
.news-item .item h3 a {
    color: #333;
}
.stiri_nunti h3 a
{
    color: #333;
}
.stiri_nunti .item:hover a
{
    color: #fff;
}
.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;*/
    padding: 20px 30px 105px;
}
.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;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    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;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    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-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 {
    display: none;
    width: 200%;
    padding-top: 100px;
}
.news-cards .news-item {
    width: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    margin: 0 5px 55px 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;
}
.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-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;
}
.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.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 */
    
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 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;
    -webkit-border-radius: 199px;
    -moz-border-radius: 199px;
    -ms-border-radius: 199px;
    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%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    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+ */
    
    -moz-animation: slide1 10s infinite;
    /* Fx 5+ */
    
    -o-animation: slide1 10s infinite;
    /* Opera 12+ */
    
    animation: slide1 10s infinite;
    /* IE 10+, Fx 29+ */
}
.slide-2 {
    -webkit-animation: slide2 10s infinite;
    /* Safari 4+ */
    
    -moz-animation: slide2 10s infinite;
    /* Fx 5+ */
    
    -o-animation: slide2 10s infinite;
    /* Opera 12+ */
    
    animation: slide2 10s infinite;
    /* IE 10+, Fx 29+ */
}
.slide-3 {
    -webkit-animation: slide3 10s infinite;
    /* Safari 4+ */
    
    -moz-animation: slide3 10s infinite;
    /* Fx 5+ */
    
    -o-animation: slide3 10s infinite;
    /* 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 .item,
.article-section-dj-ii .category-news .category-items .item:first-child {
    width: 45%;
    margin-left: 3%;
    margin-top: 25px;
    position: relative;
    float: left;
    margin-bottom: 30px;
}
.article-section-dj-ii .category-news .category-items .item .thumb {
    width: 100% !important;
    float: none;
    position: relative;
    height: 360px;
    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;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.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: 540px;
}
.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);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    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;
}
.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,  .stiri_nunti .item .thumb .feat-details{
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(99%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, transparent 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 {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, transparent 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, .stiri_nunti .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;
    -moz-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, .stiri_nunti .item .thumb .feat-details {
    -webkit-transition: all 0.3s ease;
    -moz-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: 245px;
    margin: 0 auto 0;
    display: none;
}
.footer_mobile .supra-head2 ul {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin-left: 0;
}
.footer_mobile .supra-head2 ul li {
    display: block;
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
}
.footer_mobile .supra-head2 ul li:first-child {
    margin: 0px;
}
.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;
}
.container_nunti{
    width: 850px;
    margin:30px auto 30px;
    text-align: center;
    /*padding: 0 30px;*/
}
.container_nunti img{
    width: 100%;
    height: auto;
    max-width: 761px;
}

.formular_nunti{
    background-color: #fff;
    width: 760px;
    margin:0 auto 0;

    text-align: center;
}

.form_int{
        padding: 25px;
}


.formular_nunti .t1{
    max-width: 687px;
    width: 100%;
    height: auto

 }
.formular_nunti .t2{
    max-width: 488px;
    width: 100%;
    height: auto;
    margin-top: 25px;

 }

.cont1{
    width: 333px;
    border:5px solid #2ad414;
    float: left;
    margin-top: 20px;

}

.cont2{
    width: 333px;
    border:5px solid #2ad414;
    float: right;
    margin-top: 20px;
 
}
.cont3{
    width: 100%;
    border:5px solid #2ad414;
    margin-top: 30px;
 
}

.clear{
    clear: both
}

.cont_head{
    font-family: 'staatlichesregular';
    font-size: 27px;
    color:#fff;;
    text-align: center;
    background-color: #2ad414;
}

.nunti_text{
    width: 100%;
    color:#676767;
    font-size: 19px;
    border:2px solid #2ad414;
    margin-top: 10px;
    padding: 0 15px;
    height: 40px;
    text-align: left;
    padding-top:2px;

}
.nunti_textarea{
    width: 100%;
    color:#676767;
    font-size: 19px;
    border:2px solid #2ad414;
    margin-top: 10px;
    padding: 0 15px;
    height: 40px;
    padding-top:5px;

}
.nunti_text2{
    width: 100%;
    color:#a9a9a9;
    font-size: 19px;
    border:2px solid #2ad414;
    margin-top: 10px;
    padding: 0 15px;
    height: 40px;
    text-align: left;
    padding-top:4px;
    padding-bottom: 3px

}


.cont_int{
    padding: 10px 8px;
}

.send{
    width: 325px;
    height: 79px;
    text-align: center;
    background-image: url(../img/send2.png);
    border: 0;
    margin-top:40px;
    color: #fff;
    font-family: 'staatlichesregular';
    font-size: 49px;


}


.send:hover{   
    background-image: url(../img/send3.png);
   

}

.stiri_nunti{
    margin-top:30px;
    text-align: left;
}

.more{
    width: 100%;
    text-align: center;
    margin-top:30px;
}

.more img{
    width: 164px;
 
}

.sponsori{
    margin-top:30px;
    background-color: #48cbad;
    padding:30px;

}

.sponsori .tit{
    text-align: center;
    color:#3f3f3f;
    font-size: 16px;
    font-family: Roboto;
    text-transform: uppercase;
}

.radio{
    text-align: center
}
.radio img{
    text-align: center;
    max-width: 303px
}

.footer{
    padding-left:30px;
    padding-right: 30px;
}


.eroarez{
    display: none;
    color:red;
    background-color:#f975bc;
    margin-top: 10px;
    color:#fff;
    padding:5px 10px;
    border-radius: 3px;
}



.eroare{
    display: none;
    color:red;
    background-color:#f975bc;
    margin-top: 10px;
    color:#fff;
    padding:5px 10px;
    border-radius: 3px;
}



/* ==========================================================================
   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 24px 16px;
    }

    .header-container header .main-menu.mobileonly ul li a {
        color: #fff!important;
      
    }
    .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;
        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;
    }
}
@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;
    }
    .news-cards {
        display: none;
    }
    .footer_mobile {
        display: none;
    }
    .top {
        display: none;
    }
}

@media (max-width: 1000px) {

.

 .bg_nunti{
        width: 100%;
        
    }
    .container_nunti{
        width: 100%
    }

}


@media (max-width: 839px) {
.row {
    margin-right: 5px!important;
    margin-left: 5px!important;
}

.formular_nunti {
    
    width: 100%;
  
}

.form_int{
    padding: 25px 20px;
}

.cont1, .cont2, .cont3{
    width: 100%
}
.nunti_text2{
    height: auto
}
.stiri_nunti .item {
   min-height: auto;
   padding-bottom: 20px;
   margin-bottom: 20px;
 
}
    .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: 80% 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%;
        margin: 0 0 30px 0;
    }
    .people-container {
        display: none;
    }
}
@media (max-width: 680px) {
    .row {
    margin-right: 5px;
    margin-left: 5px;
}
    .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;
    }

    .send {
    width: 225px;
    height: 79px;
    text-align: center;
    background-image: url(../img/send2.png);
    border: 0;
    margin-top: 40px;
    color: #fff;
    font-family: 'staatlichesregular';
    font-size: 39px;
}
.nunti_textarea {
 
    height: 80px;
  
}
}
@media (min-width: 480px) {
    .row {
    margin-right: 5px;
    margin-left: 5px;
}
    .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%;
    }
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !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;
    }
}
/*# sourceMappingURL=main-style.css.map */



/* URZEALA PREMIILOR */


.bg-urzeala {
    background-image: url(../img/urzeala-premiilor-bg.jpg);
    background-position: center;
    background-size: cover;
    font-family: 'Asap Condensed', sans-serif;
}
.mt-40 {
    margin-top: 40px;
}
.container.top-text-urzeala {
    width: 618px;
    margin: 0 auto; 
    padding: 0;  
    margin-top: 40px;
}
.logo-urzeala {
    width: 100%;
}
.logo-urzeala img {
    max-width: 100%;
}
.sub-logo-urzeala {
    width: 100%;
}
.sub-logo-urzeala img {
    max-width: 100%;
}
.btn-urzeala {
    width: 100%;
    height: 100px;
}
.btn-urzeala a {
    padding: 20px 30px;
    background-image: url(../img/bg-btn.jpg);
    background-position: center;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    border-radius: 7px;
    -webkit-box-shadow: 0px 7px 35px -4px rgba(127,65,7,1);
    -moz-box-shadow: 0px 7px 35px -4px rgba(127,65,7,1);
    box-shadow: 0px 7px 35px -4px rgba(127,65,7,1);
    transition: all 377ms ease-in-out;
    margin-left: 34px;
}
.btn-urzeala a:hover {
    color: #f9eecc;
    text-decoration: none;
    box-shadow: none;
    transition: all 377ms ease-in-out;
}
.container.tabere-urzeala {
    width: 100%;
    margin-bottom: 30px;
}
.label-urzeala {
    text-align: center;
}
.tabara-morar {
    width: 62%;
    height: 520px;
    background-image: url(../img/box-tabara-bg.jpg);
    -webkit-box-shadow: 0px 0px 51px -3px rgba(91,47,5,1);
    -moz-box-shadow: 0px 0px 51px -3px rgba(91,47,5,1);
    box-shadow: 0px 0px 51px -3px rgba(91,47,5,1);
    margin: 0 auto;
    padding: 20px 15px;
}
.morar-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    -webkit-text-shadow: 2px 2px 5px rgba(19,16,13,1);
    -moz-text-shadow: 2px 2px 5px  rgba(19,16,13,1);
    text-shadow: 2px 2px 5px rgba(19,16,13,1);
    margin-bottom: 20px;
}
.morar-result {
    width: 100%;
    height: 45px;
    color: #1b1614;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    background-image: url(../img/morar-label-bg.png);
    background-position: center;
    background-size: cover;
    border: 1px solid #2f1812;
    margin-bottom: 20px;
}
.morar-inscrisi {
    width: 100%;
    height: 346px;
    background-color: #efb72b;
    border: 1px solid #2f1812;
    overflow: scroll;
}
.morar-inscrisi .nume-inscris {
    color: #36231c;
    font-size: 15px;
    padding: 5px 22px;
    border-bottom: 1px solid #553b35;
    margin: 0;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);  
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.tabara-buzdu {
    width: 62%;
    height: 520px;
    background-image: url(../img/box-tabara-bg.jpg);
    -webkit-box-shadow: 0px 0px 51px -3px rgba(91,47,5,1);
    -moz-box-shadow: 0px 0px 51px -3px rgba(91,47,5,1);
    box-shadow: 0px 0px 51px -3px rgba(91,47,5,1);
    margin: 0 auto;
    padding: 20px 15px;
}
.buzdu-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    -webkit-text-shadow: 2px 2px 5px rgba(19,16,13,1);
    -moz-text-shadow: 2px 2px 5px  rgba(19,16,13,1);
    text-shadow: 2px 2px 5px rgba(19,16,13,1);
    margin-bottom: 20px;
}
.buzdu-result {
    width: 100%;
    height: 45px;
    color: #1b1614;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    background-image: url(../img/buzdu-label-bg.png);
    background-position: center;
    background-size: cover;
    border: 1px solid #2f1812;
    margin-bottom: 20px;
}
.buzdu-inscrisi {
    width: 100%;
    height: 346px;
    background-color: #f75235;
    border: 1px solid #2f1812;
    overflow: scroll;
}
.buzdu-inscrisi .nume-inscris {
    color: #36231c;
    font-size: 15px;
    padding: 5px 22px;
    border-bottom: 1px solid #553b35;
    margin: 0;
}
.container .footer-urzeala {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.logo-zu-urzeala {
    width: 100%;
}
.logo-zu-urzeala img {
    max-width: 100%;
}
.text-footer-urzeala {
    width: 100%;
}
.text-footer-urzeala img {
    max-width: 100%;
}


/* responsive */


@media (max-width: 1200px) {
    .tabara-morar {
        width: 90%;
        height: 530px;
    }
    .tabara-buzdu {
        width: 90%;
        height: 530px;
    }
}

@media (max-width: 1024px) {
    
}

@media (max-width: 992px) {
    .bg-urzeala {
        background-image: url(../img/urzeala-premiilor-bg-simple.jpg);
    }
}

@media (max-width: 840px) {
    
}

@media (max-width: 768px) {
    .logo-urzeala img {
        width: 89%;
        display: block;
        margin: 0 auto;
    }
    .btn-urzeala {
        margin: 0 auto;
        text-align: center;
        line-height: 50px;
        height: 80px;
    }
    .btn-urzeala a {
        font-size: 18px;
        padding: 17px 27px;
        margin: 0;
    }
    .full-box {
        margin-bottom: 40px;
    }
    .sub-logo-urzeala {
        margin-top: 10px;
        margin-bottom: 10px;
    }

} 

@media (max-width: 680px) {
    
}

@media (max-width: 575px) {
    
}

@media (max-width: 480px) {

}

@media (max-width: 320px) {
    .morar-inscrisi {
        height: 302px;
    }
    .buzdu-inscrisi {
        height: 320px;
    }
    .logo-zu-urzeala img {
        max-width: 60%;
    }
    /*.tabara-morar {
        height: 560px;
    }
    .tabara-buzdu {
        height: 560px;
    }*/
}




/**/





























