p@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Dosis:400,600,500,300');

/* here you can put your own css to customize and override the theme */


/***
Rounded Portlets
***/


/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

a,
a:hover,
a:focus {
    text-decoration: none;
}

.p-left-lg {
    padding-left: 40px !important;
}

.p-left-md {
    padding-left: 20px !important;
}

.p-left-sm {
    padding-left: 10px !important;
}

.p-left-xs {
    padding-left: 5px !important;
}

.p-right-lg {
    padding-right: 40px !important;
}

.p-right-md {
    padding-right: 20px !important;
}

.ep-right-sm {
    padding-right: 10px !important;
}

.p-right-xs {
    padding-right: 5px !important;
}

.p-top-xlg {
    padding-top: 80px !important;
}

.p-top-lg {
    padding-top: 40px !important;
}

.p-top-md {
    padding-top: 20px !important;
}

.p-top-sm {
    padding-top: 10px !important;
}

.p-top-xs {
    padding-top: 5px !important;
}

.p-bottom-xlg {
    padding-bottom: 80px !important;
}

.p-bottom-lg {
    padding-bottom: 40px !important;
}

.p-bottom-md {
    padding-bottom: 20px !important;
}

.p-bottom-sm {
    padding-bottom: 10px !important;
}

.p-bottom-xs {
    padding-bottom: 5px !important;
}

.paddingLR-lg {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.paddingLR-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.paddingLR-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.paddingLR-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.paddingTB-xlg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.paddingTB-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.paddingTB-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.paddingTB-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.paddingTB-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-lg {
    padding: 40px !important;
}

.padding-md {
    padding: 20px !important;
}

.padding-sm {
    padding: 10px !important;
}

.padding-xs {
    padding: 5px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-p-left {
    padding-left: 0 !important;
}

.no-p-right {
    padding-right: 0 !important;
}

.no-p-top {
    padding-top: 0 !important;
}

.no-p-bottom {
    padding-bottom: 0 !important;
}

.m-top-lg {
    margin-top: 40px !important;
}

.m-top-md {
    margin-top: 20px !important;
}

.m-top-sm {
    margin-top: 10px !important;
}

.m-top-xs {
    margin-top: 5px !important;
}

.m-bottom-lg {
    margin-bottom: 40px !important;
}

.m-bottom-md {
    margin-bottom: 20px !important;
}

.m-bottom-sm {
    margin-bottom: 10px !important;
}

.m-bottom-xs {
    margin-bottom: 5px !important;
}

.m-bottom-15 {
    margin-bottom: 15px !important;
}

.m-right-lg {
    margin-right: 60px !important;
}

.m-right-md {
    margin-right: 20px !important;
}

.m-right-sm {
    margin-right: 10px !important;
}

.m-right-xs {
    margin-right: 5px !important;
}

.m-left-lg {
    margin-left: 40px !important;
}

.m-left-md {
    margin-left: 20px !important;
}

.m-left-sm {
    margin-left: 10px !important;
}

.m-left-xs {
    margin-left: 5px !important;
}

.marginLR-lg {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.marginLR-md {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.marginLR-sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.marginLR-xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.marginTB-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.marginTB-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.marginTB-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.marginTB-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-lg {
    margin: 40px !important;
}

.margin-md {
    margin: 20px !important;
}

.margin-sm {
    margin: 10px !important;
}

.margin-xs {
    margin: 5px !important;
}

.margin-auto {
    margin: 0 auto !important;
}

.no-margin {
    margin: 0 !important;
}

.no-m-left {
    margin-left: 0 !important;
}

.no-m-right {
    margin-right: 0 !important;
}

.no-m-top {
    margin-top: 0 !important;
}

.no-m-bottom {
    margin-bottom: 0 !important;
}

.square-20 {
    height: 20px;
    width: 20px;
}

.square-30 {
    height: 30px;
    width: 30px;
}

.square-40 {
    height: 40px;
    width: 40px;
}

.square-50 {
    height: 50px;
    width: 50px;
}

.square-60 {
    height: 60px;
    width: 60px;
}

.square-70 {
    height: 70px;
    width: 70px;
}

.square-80 {
    height: 80px;
    width: 80px;
}

.square-90 {
    height: 90px;
    width: 90px;
}

.square-100 {
    height: 100px;
    width: 100px;
}

.square-200 {
    height: 200px;
    width: 200px;
}

.square-18 {
    height: 18px;
    width: 18px;
}

.width-full {
    width: 100%;
}

.width90p {
    width: 90%;
}

.width80p {
    width: 80%;
}

.width70p {
    width: 70%;
}

.width60p {
    width: 60%;
}

.width50p {
    width: 50%;
}

.width40p {
    width: 40%;
}

.width30p {
    width: 30%;
}

.width25p {
    width: 25%;
}

.width20p {
    width: 20%;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-75 {
    font-size: 75px;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.inline-flex {
    display: inline-flex;
}

.flex {
    display: flex;
}

.cur-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.clear-both {
    clear: both;
}

.bold {
    font-weight: 700 !important;
}

.underline {
    text-decoration: underline;
}

.opacity-zero {
    opacity: 0;
}

.modal {
    z-index: 9999;
}

.top-m1px {
    position: relative;
    top: -1px;
}

.top-m2px {
    position: relative;
    top: -2px;
}

.top-m3px {
    position: relative;
    top: -3px;
}

.top-m4px {
    position: relative;
    top: -4px;
}

.top-m5px {
    position: relative;
    top: -5px;
}

.top-m6px {
    position: relative;
    top: -6px;
}

.top-m7px {
    position: relative;
    top: -7px;
}

.top-m8px {
    position: relative;
    top: -8px;
}

.top-m9px {
    position: relative;
    top: -9px;
}

.top-m10px {
    position: relative;
    top: -10px;
}

.top1px {
    position: relative;
    top: 1px;
}

.top2px {
    position: relative;
    top: 2px;
}

.top3px {
    position: relative;
    top: 3px;
}

.top4px {
    position: relative;
    top: 4px;
}

.top5px {
    position: relative;
    top: 5px;
}

.top6px {
    position: relative;
    top: 6px;
}

.top7px {
    position: relative;
    top: 7px;
}

.top8px {
    position: relative;
    top: 8px;
}

.top9px {
    position: relative;
    top: 9px;
}

.top10px {
    position: relative;
    top: 10px;
}

.min-h-130 {
    min-height: 130px;
}

.min-h-150 {
    min-height: 150px;
}

.min-h-200 {
    min-height: 200px;
}

.min-h-250 {
    min-height: 250px;
}

.min-h-300 {
    min-height: 300px;
}

.min-h-350 {
    min-height: 350px;
}

.min-h-400 {
    min-height: 400px;
}

.min-h-450 {
    min-height: 450px;
}

.h-100 {
    height: 100px;
}

.h-130 {
    height: 130px;
}

.h-150 {
    height: 150px;
}

.h-160 {
    height: 160px;
}

.h-200 {
    height: 200px;
}

.h-225 {
    height: 225px;
}

.h-245 {
    height: 245px;
}

.h-250 {
    height: 250px;
}

.h-300 {
    height: 300px;
}

.h-350 {
    height: 350px;
}

.h-400 {
    height: 400px;
}

.h-450 {
    height: 450px;
}

.h-750 {
    height: 750px;
}

.w-250 {
    width: 250px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

.bot0 {
    bottom: 0
}

.bot5 {
    bottom: 5px
}

.bot10 {
    bottom: 10px
}

.bot15 {
    bottom: 15px
}

.top0 {
    top: 0
}

.top5 {
    top: 5px
}

.top10 {
    top: 10px
}

.top15 {
    top: 15px
}

.left0 {
    left: 0
}

.left5 {
    left: 5px
}

.left10 {
    left: 10px
}

.left15 {
    left: 15px
}

.right0 {
    right: 0
}

.right5 {
    right: 5px
}

.right10 {
    right: 10px
}

.right15 {
    right: 15px
}

.text-pink {
    color: #BF3762;
}

.text-gray {
    color: #9A9C9F;
}

.text-black {
    color: #000;
}

.text-light-green {
    color: #B8BD00;
}

.text-orange {
    color: #FF5500;
}

.text-maroon {
    color: maroon;
}

.text-white {
    color: white !important;
}

.radius-10 {
    border-radius: 10px;
}

.border-none {
    border: none;
}

.body-wrapper {
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
}

.font-Dosis-Medium {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
}

.font-Dosis {
    font-family: 'Dosis', sans-serif;
}

.header {
    /*	height: 200px;*/
    width: 100%;
}

.bg-header {
    background: url("../images/bg-top-header.png") no-repeat;
    background-size: 100% 100%;
    /*	height: 200px;*/
}

.brand-logo {
    float: left;
    display: inline-block;
    padding: 23px 0;
}

.main-navbar {
    margin-bottom: 0;
    background: #000;
    border: none;
    border-radius: 0px;
    padding: 10px;
}

.main-navbar .nav.navbar-nav a {
    color: #fff;
    font-weight: 700;
}

.main-navbar .nav.navbar-nav a:hover {
    color: #9A9C9F;
}

.main-navbar .nav.navbar-nav .active a {
    background: #333;
}

.main-navbar .nav.navbar-nav .active a:hover {
    color: #000;
}

.main-navbar .nav.navbar-nav.navbar-right a {
    color: #9A9C9F;
}

.main-navbar .nav.navbar-nav.navbar-right a:hover {
    color: #fff;
}

.navbar-search {
    display: flex !important;
}

.navbar-search input.form-control {
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    border-color: transparent;
    display: none;
}

.navbar-search.active input.form-control {
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    border-color: #9A9C9F;
    display: block;
}

.navbar-search .btn {
    background-color: transparent;
    color: #9A9C9F;
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    border-color: transparent;
}

.navbar-search.active .btn {
    background-color: transparent;
    color: #9A9C9F;
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    border-color: #9A9C9F;
}

.navbar-search .btn:hover +.navbar-search input.form-control {
    display: block;
}

.navbar-search input.form-control:focus {
    box-shadow: none;
    border-color: #9A9C9F;
}

.banner {
    background: url("../images/banners/radio_2.jpg") no-repeat;
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.banner h2 {
    background: #0073A1;
    padding: 3px 10px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    float: left;
    clear: both;
}

.banner h3 {
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 10px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    float: left;
    clear: both;
    text-transform: uppercase;
}

.radio-stream {
    position: relative;
    background: #AFB1B3;
}

.radio-stream h2 {
    background: #000;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    float: left;
    clear: both;
}

.radio-stream h4 {
    background: #444;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    padding: 3px 10px;
    text-transform: uppercase;
    float: left;
    clear: both;
}

.radio-stream .last-box {
    padding: 20px;
    text-align: center;
    background: #000;
    color: #fff;
    position: absolute;
    height: 100%;
    right: 0;
    width: 125px;
}

.bg-section1 {
    background: url("../images/gallery/1-light.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 600px;
}

.bg-section2 {
    background: url("../images/gallery/2-light.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 600px;
}

.bg-section3 {
    background: url("../images/gallery/2-light.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 600px;
}

.bg-section4 {
    background: url("../images/gallery/2-light.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 600px;
}

.head-bg-white {
    background: #fff;
    color: #231F20;
    padding: 3px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.bg-blue-trans {
    background: rgba(0, 115, 161, 0.5);
}

.post-box {
    overflow: hidden;
}

.post-box.dark .post-title {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.post-box.dark .post-description {
    ffont-family: 'Dosis', sans-serif;
    color: #fff;
}

.post-box.dark .post-options a:hover,
.post-box.dark .post-options a {
    color: #fff;
}

.post-box.dark .post-options li {
    font-size: 25px;
    font-family: 'Dosis', sans-serif;
    color: #fff;
}

.post-box.dark .post-options a i {
    font-size: 25px;
}

.post-box.dark .post-options .like {
    color: #E14036;
}

.upcoming-events {
    height: 160px;
    position: relative;
    margin-bottom: 15px;
}

.upcoming-events img.event-img {
    height: 160px;
    width: 100%
}

.upcoming-events .upper-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.upcoming-events .upper-layer .wrapper {
    position: relative;
    padding: 15px;
}

.upcoming-events .upper-layer .wrapper .day {
    background: #000;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    float: left;
    clear: both;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 5px;
}

.upcoming-events .upper-layer .wrapper .date {
    background: #fff none repeat scroll 0 0;
    color: #231f20;
    display: inline-block;
    padding: 3px 10px;
    text-transform: uppercase;
    float: left;
    clear: both;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 10px;
}

.upcoming-events .upper-layer .wrapper .title {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: inline-block;
    padding: 3px 10px;
    text-transform: uppercase;
    float: left;
    clear: both;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 5px;
}

.upcoming-events .upper-layer .wrapper .buy {
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    color: #fff;
}

.upcoming-events .upper-layer .wrapper .buy:hover {
    color: white;
}

@media screen and (max-width:889px) {
    .upcoming-events {
        height: 200px;
    }
    .upcoming-events img.event-img {
        height: 200px;
    }
}

.section-title {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}

.section-title .wrapper {
    position: relative;
    text-align: center;
    border: 2px solid;
    border-radius: 25px;
    display: inline-block;
    padding: 10px 40px;
}

.section-title .wrapper::before,
.section-title .wrapper::after {
    content: '';
    position: absolute;
    display: block;
}

.section-title .wrapper::before {
    clear: both;
    float: none;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 500px solid red;
    border-bottom: 3px solid transparent;
    left: -480px;
    top: 46%;
}

.section-title .wrapper::after {
    clear: both;
    float: none;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 500px solid red;
    border-bottom: 3px solid transparent;
    right: -480px;
    top: 46%;
}

.section-title .title {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    display: block;
}

.section-title .brand {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-size: 21px;
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -15px;
    width: 180px;
}

.section-title.purple .wrapper {
    border-color: #852782;
}

.section-title.purple .wrapper::before {
    border-right: 500px solid #852782;
}

.section-title.purple .wrapper::after {
    border-left: 500px solid #852782;
}

.section-title.purple .brand,
.section-title.purple .title {
    color: #852782;
}

.section-title.light-green .wrapper {
    border-color: #B8BD00;
}

.section-title.light-green .wrapper::before {
    border-right: 500px solid #B8BD00;
}

.section-title.light-green .wrapper::after {
    border-left: 500px solid #B8BD00;
}

.section-title.light-green .brand,
.section-title.light-green .title {
    color: #B8BD00;
}

.section-title.blue .wrapper {
    border-color: #0072E7;
}

.section-title.blue .wrapper::before {
    border-right: 500px solid #0072E7;
}

.section-title.blue .wrapper::after {
    border-left: 500px solid #0072E7;
}

.section-title.blue .brand,
.section-title.blue .title {
    color: #0072E7;
}

.genre-grid {}

.genre-grid:after {
    content: '';
    display: block !important;
    clear: both;
}

.genre-grid-item {
    height: 200px;
    width: 25%;
    float: left;
    display: block;
    padding: 5px;
}

.genre-grid-item img {
    width: 100%;
    height: 100%;
}

.genre-grid-item-w2x {
    width: 50%;
}

.genre-grid-item-h2x {
    height: 400px;
}

.hype-machine {
    margin-bottom: 0;
}

.hype-machine .options {
    width: 125px;
}

.hype-machine > li {
    border-bottom: 1px solid #ccc;
    background: #fff;
    display: flex;
    padding-top: 10px;
}

.hype-machine > li:last-child {
    border-bottom: none;
}

.hype-machine > li .thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.hype-machine > li .title {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.bg-white {
    background: #fff;
}

.sound-cloud {
    margin-bottom: 0;
}

.badge.badge-gray {
    background: #aaa;
    color: #fff;
}

.badge.badge-maroon {
    background: maroon;
    color: #fff;
}

.absoluteLT0 {
    position: absolute;
    left: 0;
    top: 0;
}

.player-bars {
    height: 30px;
    background: url("../images/musicplayer.png") repeat-x;
    width: 100%;
}

.audio-player {
    /*background: #D8D8D8;*/
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 40px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 500;
}

.audio-player .wrapper {
    /*background: #E2E2E2;*/
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    position: relative;
    display: block;
    clear: both;
    color: #999;
}

.audio-player .wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.audio-player .wrapper .control-right li,
.audio-player .wrapper .control-left li {
    list-style: none;
    display: inline-block;
}

.audio-player .wrapper .control-right,
.audio-player .wrapper .control-left {
    margin-bottom: 0;
    padding-left: 0;
}

.audio-player .wrapper .control-right {
    float: right;
}

.audio-player .wrapper .control-left {
    float: left;
}

.audio-player .wrapper .control-left .twoCircle {
    position: relative;
}

.audio-player .wrapper .control-left .twoCircle .first {
    position: relative;
    left: -3px
}

.audio-player .wrapper .control-left .twoCircle .second {
    position: absolute;
    right: 9px
}

.audio-player .wrapper .audio-details {
    padding: 0 5px 0 5%;
    float: left;
    /*width: 68%;*/
    /*width: 61%;*/
    width: calc(100% - 338px);
    margin: 0 auto;
}

@media (max-width: 980px) {
    .audio-player .wrapper .audio-details {
        width: 100%;
        margin-top: 10px;
    }
}

.audio-player .wrapper .btn {
    background: #999999;
    color: #000;
}

.audio-player .wrapper .audio-details .music-title {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

.audio-player .wrapper .audio-details .music-time {
    float: right;
    font-weight: normal;
    font-size: 14px;
    margin-top: 18px;
}

.audio-player .wrapper .audio-details .audio-progress {
    margin-top: 7px;
    margin-bottom: 0;
    height: 5px;
    margin-right: 9%;
}

.audio-player .wrapper .audio-details .audio-progress .progress-bar {
    line-height: 5px;
}

.btn.btn-blue {
    background: #0D95DD;
}

.audio-player .wrapper .btn.btn-blue {
    background: #0D95DD;
}

.bg-footer {
    background: url("../images/bg-bottom.png") no-repeat;
    width: 100%;
    /*	height: 150px;*/
    background-size: 100% 100%;
}

.head-event-box {
    height: 160px;
    position: relative;
    text-align: center;
}

.head-event-box > img {
    height: 160px;
}

.head-event-box > .details {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
}

.banner-genre {
    background: url("../images/banners/radio_3.jpg") no-repeat;
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.genre-heading .genre-heading-wrapper {
    padding: 10px 40px;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: relative;
}

.genre-heading .genre-heading-wrapper::after,
.genre-heading .genre-heading-wrapper::before {
    content: '';
    position: absolute;
    display: block;
}

.genre-heading .genre-heading-wrapper::before {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
    left: -100%;
    top: 0;
}

.genre-heading .genre-heading-wrapper::after {
    width: 0;
    height: 0;
    border-bottom: 80px solid rgba(0, 0, 0, 0.8);
    border-right: 100px solid transparent;
    right: -100px;
    ;
    top: 0;
}

.genre-heading .genre-heading-wrapper .title {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #ffc014;
}

.genre-heading .genre-heading-wrapper .title small {
    color: #ffc014;
    font-size: 25px;
    margin-left: 40px;
    ;
}

.genre-slider .genre-box {
    height: 250px;
    position: relative;
    width: 100%;
}

.absoluteLB0 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.head-bg-black {
    background: #000;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.bg-black-a8 {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.text-green {
    color: #00FF98;
}

.h-full {
    height: 100%;
}

.top30p {
    position: relative;
    top: 30%;
}

.banner-latest {
    background: url("../images/banners/radio_4.jpg") no-repeat;
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.banner-latest h2 {
    background: #0073A1;
    padding: 3px 10px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    float: left;
    clear: both;
    text-transform: uppercase;
}

.light-green-after {
    border-color: #B8BD00;
    position: relative;
}

.light-green-after::after {
    border-left: 500px solid #B8BD00;
}

.light-green-after::after {
    content: '';
    position: absolute;
    display: block;
}

.light-green-after::after {
    clear: both;
    float: none;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 500px solid #B8BD00;
    border-bottom: 3px solid transparent;
    left: 150px;
    top: 46%;
}

.orange-after {
    border-color: #F8540F;
    position: relative;
}

.orange-after::after {
    border-left: 500px solid #F8540F;
}

.orange-after::after {
    content: '';
    position: absolute;
    display: block;
}

.orange-after::after {
    clear: both;
    float: none;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 500px solid #F8540F;
    border-bottom: 3px solid transparent;
    left: 140px;
    top: 46%;
}

.black-after {
    border-color: #000;
    position: relative;
}

.black-after::after {
    border-left: 500px solid #000;
}

.black-after::after {
    content: '';
    position: absolute;
    display: block;
}

.black-after::after {
    clear: both;
    float: none;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 800px solid #000;
    border-bottom: 3px solid transparent;
    left: 200px;
    top: 46%;
}

.w-50 {
    width: 50px;
}

.h-50 {
    height: 50px;
}

.w-100 {
    width: 100px;
}

.w-110 {
    width: 110px;
}

.w-150 {
    width: 150px;
}

.w-300 {
    width: 300px;
}

.h-auto {
    height: auto;
}

.border-bot-gray {
    border-bottom: 1px solid #8c8c8c;
}

.black-grad {
    background: #636363;
    background: -moz-linear-gradient(top, #636363 0%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #636363), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #636363 0%, #000000 100%);
    background: -o-linear-gradient(top, #636363 0%, #000000 100%);
    background: -ms-linear-gradient(top, #636363 0%, #000000 100%);
    background: linear-gradient(to bottom, #636363 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#000000', GradientType=0);
    border: 1px solid #000000;
    border-radius: 5px;
    color: #fff;
}

.ellipsis {
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}

.banner-blog {
    background: url("../images/banners/radio_1.jpg") no-repeat;
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.banner-blog h2 {
    background: #0073A1;
    padding: 3px 10px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    float: left;
    clear: both;
}

.banner-blog h3 {
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 10px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    float: left;
    clear: both;
    text-transform: uppercase;
}

.bg-section-blog {
    background: url("../images/gallery/1-light.png") fixed no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.text-red {
    color: #E14036 !important;
}

.bg-pink {
    background: #BF3762;
    color: #fff;
}

.h-265 {
    height: 265px;
}

.w-200 {
    width: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.w-25 {
    width: 25px;
}

.w-35 {
    width: 35px;
}

.bg-black {
    background: #000;
    color: #fff;
}


/*new changes*/

.bg-signup {
    background: url("../images/gallery/2.png") fixed no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.black-trans {
    background: rgba(0, 0, 0, 0.6);
}


/* form starting stylings ------------------------------- */

.material.group {
    position: relative;
    margin-bottom: 45px;
    width: 100%;
}

.material input {
    font-size: 18px;
    /*padding:10px 10px 10px 5px;*/
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    background: none;
}

.material input:focus {
    outline: none;
    box-shadow: none;
}

.material.light input {
    border-bottom: 1px solid #fff;
    color: #fff;
}


/* LABEL ======================================= */

.material label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.material.light label {
    color: #fff;
}


/* active state */

.material input:focus ~ label,
input:invalid ~ label,
.material input:focus ~ label,
input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}

.material.light input:focus ~ label,
input:valid ~ label {
    color: #BF3762;
}


/* BOTTOM BARS ================================= */

.material .bar {
    position: relative;
    display: block;
    width: 100%;
}

.material .bar:before,
.material .bar:after {
    content: '';
    height: 3px;
    width: 0;
    bottom: -1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.material .bar:before {
    left: 50%;
}

.material .bar:after {
    right: 50%;
}

.material .bar:before,
.material .bar:after {
    background: #BF3762;
}


/* active state */

.material input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.material .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.material input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.material.light input:focus ~ .highlight {
    -webkit-animation: inputHighlighterLight 0.3s ease;
    -moz-animation: inputHighlighterLight 0.3s ease;
    animation: inputHighlighterLight 0.3s ease;
}

.btn-material {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-left: 25px;
    padding-right: 25px;
}

.btn-material.green {
    background-color: #26a69a;
    color: #fff;
}

.bg-gray {
    background: #9A9C9F;
}

.modal-close-btn {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-close-btn i {
    color: #BF3762;
    font-size: 16px;
}

.divider.light {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.divider.dark {
    background-color: #000 !important;
}

.profileMenu > a {
    padding: 10px !important;
}

.profileMenu.open > a {
    background-color: #333333;
    color: #fff;
}

.profileMenu.open .dropdown-menu {
    background-color: #333333;
    color: #fff;
}

.profileMenu.open .dropdown-menu li a:hover {
    background-color: #222;
    color: #fff;
}

.profileMenu.open .dropdown-menu li a span {
    margin-right: 15px;
}

.user-profile-img-holder {
    position: absolute;
    bottom: -100px;
}

.user-profile-img {
    height: 200px;
    width: 200px;
    border: 4px solid rgba(0, 0, 0, 0.8);
}

.profileHeadSummary li span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
}

.profileHeadSummary li span.counter {
    font-size: 24px;
}

.profileHeadSummary li {
    padding: 10px 25px;
}

.panel.theme1 {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: relative;
}

.panel.theme1 > .panel-heading {
    background: #000;
}

.panel.theme1 > .panel-heading .title {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    color: #BF3762;
    margin-left: 25px;
}

.panel.theme1 > .panel-heading .uName {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    color: #BF3762;
    margin-left: 25px;
}

.panel.theme1 .upArrow {
    position: absolute;
    top: -20px;
    left: 8%;
    color: #000;
}

.comment-box .comment {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
}

.comment-box .comment .details {
    padding-left: 15px;
    width: calc(100% - 60px)
}

.comment-box .comment .details .comment-uName {
    font-family: 'Dosis', sans-serif;
    color: #15bee7;
}

.input-black-trans {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-shadow: none;
    border-color: #555;
}

.input-black-trans:focus {
    box-shadow: none;
    border-color: #fff;
}

.top-auto {
    top: auto !important;
}

.m-top-xlg {
    margin-top: 80px;
}

.artist-widget {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: relative;
    border-radius: 5px;
    margin-bottom: 15px;
}

.artist-widget .artist-pic {
    padding: 10px;
    text-align: center;
    position: relative;
}

.artist-widget .artist-pic img {
    width: 125px;
    height: 125px;
}

.artist-widget .artist-pic .heart {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}

.artist-widget .artist-pic .heart:hover {
    color: #BF3762;
}

.artist-widget .artist-pic .artist-name a {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: #15bee7;
}

.artist-widget .artist-pic .artist-name {
    margin-bottom: 0;
}

.artist-widget .artist-pic .options {
    margin: 0;
    padding: 0px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.artist-widget .artist-pic .options li {
    list-style: none;
    margin-bottom: 5px;
}

.artist-widget .artist-pic .options li a {
    color: #fff;
}

.artist-widget .artist-pic .options li a:hover {
    color: #BF3762;
}

.artist-widget .artist-details {
    background: #000;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

.artist-widget .artist-details ul {
    margin-bottom: 0;
    padding: 0;
}

.artist-widget .artist-details ul::after {
    clear: both;
    display: block;
    content: '';
}

.artist-widget .artist-details ul li {
    list-style: none;
    width: 50%;
    float: left;
    text-align: center;
    font-weight: 700;
    padding: 5px
}

.artist-widget .artist-details ul li:last-child {
    width: 100%;
}

.artist-widget .artist-details ul li .item {
    color: #BF3762;
    font-size: 16px
}

ul.sorter {
    display: inline-block;
    margin-bottom: 0;
}

ul.sorter li a {
    color: #068dba;
}

ul.sorter li.active a {
    color: #BF3762;
}

.list-side-box {
    margin: 10px 0 0 0;
    padding: 0;
}

.list-side-box li {
    margin-bottom: 5px;
    list-style: none;
    display: flex;
}

.list-side-box li:last-child {
    margin-bottom: 0;
}

.list-side-box li div:last-child {
    width: calc(100% - 70px);
    margin-left: 10px;
}

.list-side-box li div:last-child a {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    color: #15bee7;
}

.list-side-box li div:last-child p {
    margin-bottom: 0;
    color: #cccccc;
    ;
}

.bg-section3-repeat {
    background: url("../images/gallery/2-light.png") repeat;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
}

.page-prefooter {
    padding: 0px;
}

.page-content {
    padding: 0px;
}

.page-header .page-header-menu {
    background: #000;
}

.artist-individual-details {
    margin-top: 40px;
}

.artist-individual-details li {
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 10px 10px;
    width: 140px;
}

.artist-individual-details li p {
    margin-bottom: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.artist-individual-details li p.counter {
    font-size: 28px;
}

.portlet.custom-black {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.portlet.custom-black .portlet-title {
    background: #000;
    color: #fff;
}

.accordion-type1 .panel {
    background: #0e0c0f;
    color: #fff;
}

.accordion-type1 .panel .panel-heading {
    background: #000;
    color: #fff;
}

.accordion-type1 .panel .panel-heading a:hover {
    color: #0072E7;
}

.accordion-type1 .nav.nav-tabs {
    border-bottom: none;
}

.accordion-type1 .nav.nav-tabs li a {
    color: #fff;
    border: 0;
    background-color: transparent;
}

.accordion-type1 .nav.nav-tabs li.active a {
    border-bottom: 3px solid #0072E7;
}

.smart-box1 {
    position: relative;
}

.smart-box1 .heading {}

.smart-box1 .heading .addFriend {
    /*position: absolute;right: 10px;top: 5px;*/
}

.smart-box1 .details {
    text-align: center;
    padding: 10px;
}

.smart-box1 .details .sm-bx-name {
    font-family: 'Dosis', sans-serif;
    color: #15bee7;
    margin-bottom: 10px;
}

.smart-box1.gray {
    position: relative;
}

.smart-box1.gray .heading {}

.smart-box1.gray .details {}

.font-reset {
    font-family: "Helvetica";
}

.z-index-high {
    z-index: 99999;
}

.modal.theme1 .modal-header {
    background: #000;
    color: #fff;
}

.modal.theme1 .modal-header .title {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    text-align: center;
    color: #BF3762;
}

.modal.theme1 .modal-body {
    background: #0e0c0f;
    color: #fff;
}

a.text-blue:hover {
    color: #fff;
}

#advancedSearch .md-checkbox-inline > .md-checkbox {
    width: 33%;
    margin-right: 0;
}

#advancedSearch .md-checkbox-inline > .md-checkbox label {
    color: #999;
}

#advancedSearch .md-radio-inline > .md-radio label {
    color: #999;
}

.beatsInRequest {
    width: 100%;
    height: 300px;
}

.text-blue {
    color: #0072E7 !important;
}

.tab-type1 .nav.nav-tabs {
    border-bottom: none;
}

.tab-type1 .nav.nav-tabs li a {
    color: #fff;
    border: 0;
    background-color: transparent;
}

.tab-type1 .nav.nav-tabs li.active a {
    border-bottom: 3px solid #0072E7;
}

.accountStatus li {
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    width: 100px;
}

.accountStatus li span {
    display: block;
}

.img-box {
    position: relative;
    margin-bottom: 10px;
}

.img-box .img-details {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    color: #fff;
}

#toast-container > div {
    opacity: 1;
}

.interestCheckBoxes .md-checkbox-inline .md-checkbox {
    width: 25%;
    margin-right: 0px;
}

.img-galley-box {
    background: #666;
    padding: 10px;
    margin-bottom: 10px;
}

.img-galley-box .img-holder img {
    width: 100%;
    height: 150px;
}

@media (max-width: 768px) {
    .img-galley-box .img-holder img {
        width: 100%;
        height: 250px;
    }
}

.img-galley-box .img-details {
    text-align: center;
    padding-top: 10px;
}

.img-galley-box .img-details .gallery-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.img-galley-box .img-details p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.img-box1 {
    position: relative;
    margin-bottom: 10px;
}

.img-box1 img {
    width: 100%;
    height: 150px;
}

@media (max-width: 768px) {
    .img-box1 img {
        width: 100%;
        height: 250px;
    }
}

.img-box1 .img-details {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    color: #fff;
}

.top30 {
    top: 30px;
}

.rating img {
    display: inline-block !important;
    width: auto !important;
}

.profile-userpic {
    position: relative;
}

.profile-userpic .changeUserImgHolder {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    right: 0;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: background 1s ease-in;
    -moz-transition: background 1s ease-in;
    -o-transition: background 1s ease-in;
    transition: background 1s ease-in;
}

.profile-userpic:hover .changeUserImgHolder {
    visibility: visible;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: background 1s ease-in;
    -moz-transition: background 1s ease-in;
    -o-transition: background 1s ease-in;
    transition: background 1s ease-in;
}

.profile-userpic .changeUserImgHolder .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.profile-userpic .changeUserImgHolder .wrapper .btn {
    position: absolute;
    left: 42%;
    top: 42%;
}

.videoGallerySliderThumbnails .item > div {
    padding: 3px;
}

.scroll-to-top {
    bottom: 100px;
}

.pagination.theme1 li a {
    background: #000;
    color: #fff;
}

.pagination.theme1 li.active a {
    background: #333;
    color: #fff;
}

.forum-box {
    display: flex;
}

.forum-box .user {
    width: 100px;
    padding: 10px;
    height: 100%;
    background: #000;
    color: #fff;
}

.forum-box .details {
    width: calc(100% - 100px);
    padding: 10px;
    background: #333333;
    color: #fff;
    position: relative;
}

.forum-box .details .title {
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.forum-box .details .comment-section .comment-box {
    display: flex !important;
}

.forum-box .details .comment-section .comment-box .user {
    width: 80px;
    padding: 10px;
    background: #000;
    color: #fff;
}

.forum-box .details .comment-section .comment-box .comment-details {
    border-top: 1px solid #999;
    width: calc(100% - 80px);
    padding: 10px 10px 0;
}

.profile-sidebar .profile-usermenu ul li.active a {
    border-left: 3px solid #0072E7;
    background: #eee;
}

#loadingBars {
    height: 30px;
    left: 50%;
    margin: -30px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 9999;
}

.loading-bar {
    /*background: #ff00ff;*/
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 5px;
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 48px;
    }
}

.loading-bar:nth-child(1) {
    left: 0px;
    animation-duration: 474ms;
}

.loading-bar:nth-child(2) {
    left: 7px;
    animation-duration: 433ms;
}

.loading-bar:nth-child(3) {
    left: 14px;
    animation-duration: 407ms;
}

.loading-bar:nth-child(4) {
    left: 21px;
    animation-duration: 458ms;
}

.loading-bar:nth-child(5) {
    left: 28px;
    animation-duration: 400ms;
}

.loading-bar:nth-child(6) {
    left: 35px;
    animation-duration: 427ms;
}

.loading-bar:nth-child(7) {
    left: 42px;
    animation-duration: 441ms;
}

.loading-bar:nth-child(8) {
    left: 49px;
    animation-duration: 419ms;
}

.loading-bar:nth-child(9) {
    left: 56px;
    animation-duration: 487ms;
}

.loading-bar:nth-child(10) {
    left: 63px;
    animation-duration: 442ms;
}

.btn.btn-purple {
    background: #852782;
    color: white;
}

.bot80 {
    bottom: 80px;
}

.top80 {
    top: 80px;
}

@media (max-width: 991px) {
    .page-header-menu .user-menu ul li {
        display: inline-block;
    }
    .page-header-menu {
        padding: 0px !important;
    }
    .page-header-menu .header-menu1 {
        clear: both;
        margin-bottom: 20px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.advertisement {
    display: none;
}

@media (min-width: 1280px) {
    .container {
        width: 76%;
    }
    .advertisement {
        display: block;
    }
}

.header-ads {
    display: none
}

@media (max-width: 1200px) {
    .header-ads {
        display: block;
        margin: 0 auto;
        padding-top: 40px;
    }
}


/*@media (max-width: 768px) {*/


/*.header-ads{*/


/*display: none;*/


/*}*/


/*.brand-logo{*/


/*margin: 0 auto !important;*/


/*}*/


/*}*/


/*.container{*/


/*width: 75%;*/


/*}*/


/*.page-header-menu .container{*/


/*width: 85%;*/


/*}*/


/*.radio-stream .container{*/


/*width: 90%;*/


/*}*/


/*@media (min-width: 992px ) and (max-width: 1200px){*/


/*.container{*/


/*width: 90%;*/


/*}*/


/*.page-header-menu .container{*/


/*width: 90%;*/


/*}*/


/*}*/


/*@media (min-width: 768px ) and (max-width: 992px){*/


/*.container{*/


/*width: 95%;*/


/*}*/


/*.page-header-menu .container{*/


/*width: 95%;*/


/*}*/


/*.radio-stream .container{*/


/*width: 95%;*/


/*}*/


/*}*/


/*@media (max-width: 768px){*/


/*.container{*/


/*width: 100%;*/


/*}*/


/*.radio-stream .container{*/


/*width: 100%;*/


/*}*/


/*.page-header-menu .container{*/


/*width: 100%;*/


/*}*/


/*}*/

.advSearchAccordion .panel .panel-heading,
.advSearchAccordion .panel {
    background: none;
}

.advSearchAccordion .panel .panel-heading a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.profile-sidebar .profile-usermenu ul li.active a {
    border-left: 3px solid #0072E7;
    background: #eee;
}

.btn + .btn {
    margin-left: 0 !important;
}


/*Changes*/

.now-playing-details,
.station-infomation {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #aaa;
}

.station-infomation .station-name {
    font-weight: 500;
}

.station-infomation .station-details {
    margin-top: 10px;
}

.now-playing-details .flex .song-details ul li,
.station-infomation .station-details ul li {
    padding: 5px 15px;
}

.now-playing-details .flex .song-thumbnail {
    width: 100px;
}

.now-playing-details .flex .song-details {
    width: calc(100% - 100px);
    padding: 0 10px;
}

.now-playing-details .flex .song-details .song-name {
    font-weight: 500;
}

#artistListModal .artistList li {
    width: 32%;
    padding: 3px 0;
}

#artistListModal .artistList {
    margin: 0;
    padding: 0;
}

#volumePopoverContent {
    position: absolute;
    top: -100px;
    left: -28px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.radio-stream .flex .flex .text-black.top6px {
    top: 20px !important;
}

@media (max-width: 768px) {
    .radio-stream .flex {
        display: block;
    }
    .radio-stream .last-box {
        margin: 0 auto 10px;
        height: auto;
        position: relative !important;
    }
    .radio-stream .flex .flex div:first-child {
        text-align: center;
    }
    .bg-blue-trans.h-245 {
        height: auto;
    }
    .flex.post-box {
        display: block;
    }
    .flex.post-box .post-options {
        text-align: center;
    }
    .flex.post-box .post-image {
        text-align: center;
        margin-bottom: 10px;
    }
    .radio-stream .flex .flex .text-black.top6px {
        top: 6px !important;
    }
}

@media (min-width: 768px) and (max-width: 801px) {
    .upcoming-events {
        height: 200px !important;
    }
    .upcoming-events img.event-img {
        height: 200px !important;
    }
}

.header-menu1 .hor-menu .nav.navbar-nav li.dropdown.open > .dropdown-menu {
    display: block !important;
}

@media (max-width: 440px) {
    .audio-player .wrapper .control-right {
        float: none;
        text-align: center;
    }
    .audio-player .wrapper .control-left {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
}

.search-form .input-group input[name='query']::-webkit-input-placeholder {
    color: white !important;
}

.search-form .input-group input[name='query']:-moz-placeholder {
    / Firefox 18- / color: white !important;
}

.search-form .input-group input[name='query']::-moz-placeholder {
    / Firefox 19+ / color: white !important;
}

.search-form .input-group input[name='query']:-ms-input-placeholder {
    color: white !important;
}

.songComments > div:last-child {
    width: calc(100% - 50px);
}

.bold-head {
    font-weight: 500;
}

#sonlist h4.bold-head {
    margin-bottom: 20px;
}

figure.genreStationItem {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    height: 200px;
    border: 4px solid #222;
}

figure.genreStationItem > img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    /*height: 192px;
	width: 100%;*/
    height: 193px;
    /*width: 218px;*/
    width: 100%;
}

figure.genreStationItem > figcaption {
    opacity: 0;
}

figure.genreStationItem:hover > figcaption {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
}

figure.genreStationItem > figcaption p {
    top: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

figure.genreStationItem:hover > figcaption p {
    vertical-align: middle;
    top: 45%;
    position: relative;
    text-align: center;
    opacity: 1;
    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    -o-transition: top .3s ease-out;
    transition: top .3s ease-out;
}

figure.genreStationItem:hover > figcaption p:first-child {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px 8px;
    max-width: 98%;
    text-align: center;
    margin: 0 auto;
}

figure.genreStationItem:hover > figcaption a {
    /*font-size: 18px;
	font-weight: 700;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 5px 8px;*/
    color: #fff;
    text-decoration: none;
}

figure.genreStationItem:hover > figcaption a:hover {
    text-decoration: none;
}

figure.genreStationItem:hover > img {
    -webkit-transform: rotate(15deg) scale(1.4);
    /*transform: rotate(15deg) scale(1.4);*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

ul.sound-cloud > li {
    padding: 3% 0 !important;
    border-bottom: 1px solid #ccc !important;
}

ul.sound-cloud > li.active {
    background-color: rgba(38, 166, 154, 0.5);
}

#volumePopoverContent {
    padding-top: 85px;
}

#volumePopoverContent .rangeslider--horizontal {
    height: 10px;
}

#volumePopoverContent .rangeslider--horizontal .rangeslider__handle {
    top: -6px;
}

#volumePopoverContent .rangeslider__handle {
    height: 20px;
    width: 20px;
}

.searchDropdown {
    position: relative;
}

.searchDropdown > .dropdownList {
    width: 176px;
    position: absolute;
    left: 0;
    top: 35px;
    background: #000000;
    color: #fff;
    border-radius: 10px;
    z-index: 1000;
}

.searchDropdown.open > .dropdownList {
    position: absolute;
    left: 0;
    top: 35px;
    width: 300px;
    background: #000000;
    color: #fff;
    border-radius: 10px;
    z-index: 1000;
}

.searchDropdown > .dropdownList ul li {
    display: block;
    text-overflow: ellipsis !important;
    /*white-space: nowrap;*/
    overflow: hidden;
    padding: 5px 10px;
}

.searchDropdown > .dropdownList ul li a {
    font-size: 14px;
    color: #fff;
    font-family: "Dosis", sans-serif;
}

.section-separator {
    border-top: 5px dotted #afb1b3;
}

.popular-section h3 {
    font-size: 18px;
}

.popular-section h3 span.text-maroon {
    font-size: 20px;
    font-weight: bold;
}

figure.genreStationItem.active {
    border: 4px solid #6ABC44;
}

.headerIcon {
    color: #FFF;
    border: 2px #FFF solid;
    margin-right: 14%;
}

.headerIcon:hover {
    color: #000;
}

.m-top-14 {
    margin-left: -14px !important;
}

.show-xs {
    display: none;
}

ul.nav.inline-flex li a:hover {
    color: #000 !important;
}

.status .panel-title {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -0.8px;
    line-height: 37px;
    padding-top: 26px;
}

.text-dark {
    color: #000;
}

.nav > li > a:focus {
    /*background-color: transparent;*/
    /*color: #FFF;*/
}

.hor-menu .navbar-nav li.active a,
.hor-menu .navbar-nav li.active a:hover,
.hor-menu .navbar-nav li.active a:focus {
    background: #0073ae none repeat scroll 0 0 !important;
    color: #f1f1f1 !important;
}

.headerIcon1 img:last-child {
    display: none;
}

.headerIcon1:hover img:first-child {
    display: none;
}

.headerIcon1:hover img:last-child {
    display: block;
}

.playlist-details p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sound-cloud {
    padding-top: 2%;
}

.sound-cloud span.text-orange {
    font-size: 14px;
}

.pcss3t .tab-content-2.typography li {
    font-size: 17px;
    padding-bottom: 1%;
    padding-left: 0;
}

.comment-title {
    font-family: "segoeUI", sans-serif;
    text-transform: capitalize;
    font-size: 17px;
}

.tab-content-4 .sound-cloud span.text-orange {
    font-size: 21px !important;
}

.tab-content-4 .sound-cloud .btn.btn-sm {
    padding: 6px 18px !important;
}

.tab-content-4 .sound-cloud .btn.btn-sm span i {
    font-size: 12px !important;
}

.tab-content-4 .playlist-details p {
    font-size: 15px !important;
}

.playlist-details {
    margin-left: -3%;
}

.playlist-details p {
    font-size: 12px;
    margin-bottom: 0;
}

.sound-cloud .btn.btn-sm {
    margin-right: 5px;
    padding: 2px !important;
}

.sound-cloud .btn.btn-sm span i {
    font-size: 10px !important;
}


/**/


/* TABS - PLAYLIST */


/**/

@import url(http://fonts.googleapis.com/css?family=Gabriela);
h1.proj {
    padding: 40px 0 20px;
    font: 40px/60px Gabriela, Georgia, serif;
    text-align: center;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.pcss3t {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
}

.pcss3t > input {
    position: absolute;
    left: -9999px;
}

.pcss3t > label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.pcss3t > label i {
    display: block;
    float: left;
    margin: 16px 8px 0 -2px;
    padding: 0;
    border: 0;
    outline: none;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 17px;
}

.pcss3t > input:checked + label {
    cursor: default;
}

.pcss3t > ul {
    list-style: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 13px;
}

.pcss3t > ul > li {
    position: absolute;
    width: 100%;
    /*		overflow: auto;*/
    padding: 30px 40px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/


/*                                 EXTENSIONS                                 */


/*----------------------------------------------------------------------------*/


/**/


/* auto height */


/**/

.pcss3t-height-auto > ul {
    height: auto !important;
}

.pcss3t-height-auto > ul > li {
    position: static;
    display: none;
    /*		height: auto !important;*/
}

.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
    display: block;
}


/**/


/* grid */


/**/

.pcss3t .grid-row {
    margin-top: 20px;
}

.pcss3t .grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.pcss3t .grid-row:first-child {
    margin-top: 0;
}

.pcss3t .grid-col {
    display: block;
    float: left;
    margin-left: 2%;
}

.pcss3t .grid-col:first-child {
    margin-left: 0;
}

.pcss3t .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: #f2f2f2;
    text-align: center;
}

.pcss3t .grid-col-1 {
    width: 15%;
}

.pcss3t .grid-col-2 {
    width: 32%;
}

.pcss3t .grid-col-3 {
    width: 49%;
}

.pcss3t .grid-col-4 {
    width: 66%;
}

.pcss3t .grid-col-5 {
    width: 83%;
}

.pcss3t .grid-col-offset-1 {
    margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
    margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
    margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
    margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
    margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
    margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
    margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
    margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
    margin-left: 85%;
}


/**/


/* typography */


/**/

.pcss3t .typography {
    color: #666;
}

.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
    /*		margin: 40px 0 0 0;*/
    padding: 0;
    font-family: Gabriela, Georgia, serif;
    text-align: left;
    color: #333;
}

.pcss3t .typography h1 {
    font-size: 26px;
    line-height: 60px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: -16px;
}

.pcss3t .typography h2 {
    font-size: 32px;
    line-height: 48px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h3 {
    font-size: 20px;
    line-height: 38px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h4 {
    font-size: 20px;
    line-height: 30px;
}

.pcss3t .typography h5 {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

.pcss3t .typography h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.pcss3t .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: left;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.pcss3t .typography li {
    position: relative;
    /*padding-left: 20px;*/
}

.pcss3t .typography li ul,
.pcss3t .typography li ol {
    margin-top: 5px;
}


/*
.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
*/

.pcss3t .typography ol {
    counter-reset: list1;
}

.pcss3t .typography ol > li:before {
    counter-increment: list1;
    content: counter(list1)'.';
    position: absolute;
    top: 0;
    left: 0;
}

.pcss3t .typography a {
    text-decoration: underline;
    color: #1889e6;
}

.pcss3t .typography a:hover {
    text-decoration: none;
}

.pcss3t .typography .pic {
    padding: 4px;
    border: 1px dotted #ccc;
}

.pcss3t .typography .pic img {
    display: block;
}

.pcss3t .typography .pic-right {
    float: right;
    margin: 0 0 10px 20px;
}

.pcss3t .typography .link {
    text-decoration: underline;
    color: #1889e6;
    cursor: pointer;
}

.pcss3t .typography .link:hover {
    text-decoration: none;
}

.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
    margin-top: 0;
}

.pcss3t .typography .text-center {
    text-align: center;
}

.pcss3t .typography .text-right {
    text-align: right;
}


/**/


/* steps */


/**/

.pcss3t-steps > label {
    cursor: default;
}


/**/


/* animation effects */


/**/

.pcss3t-effect-scale > ul > li {
    -webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate > ul > li {
    -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top > ul > li {
    top: -40px;
}

.pcss3t-effect-slide-right > ul > li {
    left: 80px;
}

.pcss3t-effect-slide-bottom > ul > li {
    top: 40px;
}

.pcss3t-effect-slide-left > ul > li {
    left: -80px;
}


/*----------------------------------------------------------------------------*/


/*                                   LAYOUTS                                  */


/*----------------------------------------------------------------------------*/


/**/


/* top right */


/**/

.pcss3t-layout-top-right {
    text-align: right;
}


/**/


/* top center */


/**/

.pcss3t-layout-top-center {
    text-align: center;
}


/**/


/* top combi */


/**/

.pcss3t > .right {
    float: right;
}


/*----------------------------------------------------------------------------*/


/*                               RESPONSIVENESS                               */


/*----------------------------------------------------------------------------*/


/**/


/* pad */


/**/

@media screen and (max-width: 980px) {}


/**/


/* phone */


/**/

@media screen and (max-width: 767px) {
    .pcss3t > label {
        display: block;
    }
    .pcss3t > .right {
        float: none;
    }
}


/*----------------------------------------------------------------------------*/


/*                                   THEMES                                   */


/*----------------------------------------------------------------------------*/


/**/


/* default */


/**/

.pcss3t > label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 49px;
}

.pcss3t > label:hover {
    background: #f2f2f2;
}

.pcss3t > input:checked + label {
    background: #fff;
}

.pcss3t > ul {
    background: #fff;
    text-align: left;
}

.pcss3t-steps > label:hover {
    background: #e5e5e5;
}


/**/


/* theme 1 */


/**/

.pcss3t-theme-1 > label {
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    color: #808080;
    opacity: 0.8;
    font-weight: lighter;
}

.pcss3t-theme-1 > label:hover {
    background: #fff;
    opacity: 1;
}

.pcss3t-theme-1 > input:checked + label {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #2b82d9;
    opacity: 1;
}

.pcss3t-theme-1 > ul {
    border-radius: 5px;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-1 > label {
        margin-right: 0;
    }
    .pcss3t-theme-1 > input:checked + label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }
    .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
        border-top-left-radius: 5px;
    }
}


/*----------------------------------------------------------------------------*/


/*                               CUSTOMIZATION                                */


/*----------------------------------------------------------------------------*/


/**/


/* height */


/**/

.pcss3t > ul,
.pcss3t > ul > li {
    min-height: 600px;
}


/* FOR GOOGLE CHROME BROWSER */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .page-header {
        height: auto;
    }
    .headerIcon1 {
        padding: 0 12px 0 0 !important;
    }
}

.header-menu1 {
    position: relative;
    z-index: 9;
}

.menuClick{
    position: relative;
    z-index: 99;
}
