/*

VineRadio 88.9
By MadGuyGFX

*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url('fonts.css?r=932021.247');

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  counter-reset: top5-counter;
}

::selection {
  background: #b00f78;
  color: #fff;
}

::-moz-selection {
  background: #b00f78;
  color: #fff;
}

.section {
  position: relative;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 15px;
  padding: 12px 20px;
  background-color: #dd316c;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #5432b0;
}

a.main-button {
  font-size: 13px;
  border-radius: 15px;
  padding: 12px 20px;
  background-color: #5432b0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #dd316c;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 15px;
  padding: 12px 20px;
  background-color: #5432b0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #dd316c;
}


.header-area {
  position: fixed;
  top: 10px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.main-logo {
  width: 600px;
  margin-top: 120px!important;
  margin: 0 auto;
}
.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #b00f78;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #b00f78;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-logo {
    width: 350px;
    margin-top: 170px;
  }
  #home {
      padding-top: 0px!important;
      margin-top: -200px!important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

.main-header {
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}

.main-header .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.main-header .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
}

.main-header .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .main-header .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .main-header .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .main-header .header-text h1 span {
    color: #fff;
  }
  .main-header .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .main-header .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .main-header .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main-header .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .main-header {
    margin-bottom: 100px;
  }
  .main-header .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .main-header .header-text .buttons {
    display: none;
  }
  .main-header .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .main-header .header-text h1 span {
    color: #fff;
  }
  .main-header .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}


.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

.advertisement {
  width: 100%;
  background: #fff url(../images/ads-bg.png) no-repeat left!important;
  
}
.main-cbox {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.main-cbox:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../images/music-bg-1.png);
  z-index: 2;
  top: 0;
  left: -20%;
}

.main-cbox .main-cbox-content {
  position: relative;
  z-index: 3;
}

.main-cbox .main-cbox-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-cbox .main-cbox-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.main-cbox .main-cbox-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.main-cbox .main-cbox-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.main-cbox .main-cbox-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.main-cbox .main-cbox-content .info p span {
  text-decoration: underline;
}

.main-cbox .main-cbox-content .main-cbox-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.main-cbox .main-cbox-content .main-cbox-box:hover {
  margin-top: -10px;
}

.main-cbox .main-cbox-content .main-cbox-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 15px;
}

.main-cbox .main-cbox-content .main-cbox-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.main-cbox .main-cbox-content .main-cbox-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.main-cbox .main-cbox-content .main-cbox-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.about-us {
  overflow: hidden;
  position: relative;
}

.about-us:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.about-us .content {
  position: relative;
  z-index: 3;
  width: 100%;
  color: #fff;
}


@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-us .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .about-us .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-us .content .count-item:hover strong {
    margin-top: 0px;
  }
  .about-us .content .count-item:before {
    display: none;
  }
  .about-us .content .count-item:after {
    display: none;
  }
  .about-us .content .count-item strong {
    margin-top: 0px;
  }
}

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  font-weight: 600;
}

.sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  font-weight: 600;
}

.loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
}

footer {
  background: rgb(234,50,105);
  background: linear-gradient(53deg, rgba(234,50,105,1) 0%, rgba(87,54,178,1) 100%);
  padding-top: 30px;
}

footer .downloads {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .downloads li {
  display: inline;
}

footer .downloads li a {
  color: #9d5bd9;
  text-align: center;
  display: inline;
  
}
footer .downloads li img {
  border-radius: 10px;
  transition: transform .2s;
  transform: scale(0.9);
}
footer .downloads li img:hover {
  transform: scale(1);
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
footer .copyright a {
  color: #fff;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

#preloader {
  overflow: hidden;
  background: url(../images/preloading-bg.png) no-repeat center center, linear-gradient(53deg, rgba(234,50,105,1) 0%, rgba(87,54,178,1) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** Custom CSS MadGuyGFX **/

/** Current Time **/
.time-frame {
  color: #333;
  width: 100%;
  font-family: Arial;
}

.time-frame > div {
  width: 100%;
  text-align: center;
}

#date-part {
  font-size: 1.4em;
  background: linear-gradient( to right, rgba(234,50,105,1), rgba(87,54,178,1) );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#time-part {
  font-size: 3em;
}
.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.card {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%)!important;
    border-radius: 20px!important;
    position: relative!important;
    margin-bottom: 20px!important;
}
.more-shadow {
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 50%)!important;
}
.header-gif {
  background: url(../images/header-gif.gif) repeat center -60px;
}
.time-box {
  background: url(../images/header-gif.gif) repeat center bottom;
}
.header-title {
  background: linear-gradient(
    to right, 
    rgba(234,50,105,1), 
    rgba(87,54,178,1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
/** MadGuyGFX Player **/
.player_bott {
  height: 70px;
  width: 100%;
  position: absolute;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 90%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#album_bg {
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 20px!important;
  overflow: hidden;
  position: relative; 
  height: 315px;
}

.player-box {
  position: relative;
}

.song-details {
  height: 120px;

}

.trans-cover {
  background: -moz-linear-gradient(left, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  z-index: 999 !important;
  left: 0;
  width: 120px;
  height: 120px;
}

img#albumCover {
  padding: 10px;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 10px !important;
}

.album-box {
  padding-left: 15px;
  position: relative;
}

.song-info {
  background: rgba(25, 158, 181, 1);
  height: 100%;
  padding: 15px;
  border-radius: 10px;
}

.song-artist {
  font-size: 20px;
  color: #fff;
  font-family: 'Oswald' !important;
  margin-top: 20px;
}

.song-title {
  font-size: 16px;
  color: #fff;
  font-family: 'Oswald' !important;
  display: inherit !important;
}

/** SHOUTcast Custom CSS3 by MadGuyGFX ,!, **/

.centova-np, .pink-border {
  border: 1px dashed rgb(234,50,105)!important;
}
div.cc_recenttracks_list {
  height: 275px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

div.cctitle {
  color: #fff !important;
  font-weight: 500 !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.ccartist {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


div.ccalbum {
  display: none !important;
}

div.cctrack {
  padding: 10px !important;
  border-radius: 10px !important;
  background: rgb(234,50,105);
  background: linear-gradient(53deg, rgba(234,50,105,1) 0%, rgba(87,54,178,1) 100%);
  margin-bottom: 10px !important;
}

div.cctrack:nth-child(5) {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}

div.cctrack:first-child div.cccover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  font-size: 30px;
  color: #f2c169;
}

div.cccover {
  color: #fff;
}

div.cctrack svg {
  display: none !important;
}

div.cctrack:first-child:before {
  color: red;
  content: 'NOW PLAYING: ';
  font-size: 11px;
  font-weight: 900;
  animation-name: flash;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

@keyframes flash {
  from {
      color: #f2c169;
  }

  to {
      color: #fff;
  }
}

div.ccbuy {
  display: none !important;
}

div.cccover img {
  display: none !important;
}

div.cccover {
  padding: 5px !important;
  background: none !important;
  border: none !important;
  margin-top: -5px !important;
}

div.cccover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f001";
  font-size: 30px;
}

div.ccdetails {
  margin-left: 40px !important;
}

a.ccbuy {
  display: none !important;
}
.card {
  border-radius: 15px;
}
/** DJ On Board Profile **/

.card-profile {
  width: 100%;
  background: #09325e url(../images/djob-bg.gif);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden !important;
  border: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
}

.card-profile .btn {
  font-size: 12px !important;
  border-radius: 25px !important;
  letter-spacing: .1rem !important;
  font-weight: bold !important;
  padding: 7px 10px !important;
  text-transform: uppercase !important;
}

.card-img-top {
  border-radius: 0;
  height: 186px;
}

.card-img-profile {
  max-width: 100%;
  border-radius: 50%;
  margin-top: -105px;
  margin-bottom: 5px;
  width: 150px;
  height: 150px;
  border: 5px solid rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.5);
}

.card-title small {
  display: block;
  font-size: .6em;
  margin-top: .2em;
}

.live-badge {
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
  padding: 2px 6px !important;
  font-size: 12px !important;
  color: #fff;
  border-radius: 4px;
  font-weight: bolder;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
  background: #000;
  left: 0;
}

b.flash-dot {
  animation-name: flash;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

@keyframes flash {
  from {
      color: #d9534f;
  }

  to {
      color: #fff;
  }
}

.letsbounce {
  -webkit-animation: letBounceBaby 1s ease infinite;
  -moz-animation: letBounceBaby 1s ease infinite;
  -o-animation: letBounceBaby 1s ease infinite;
  animation: letBounceBaby 1s ease infinite;
}
.rotate_disc {
  animation: rotate_disc 8s infinite linear;
}
@keyframes flash {
  from {color: #d9534f;}
  to {color: #fff;}
}
@keyframes rotate_disc {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
span.ob-djname {
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  line-height: 45px !important;
  font-size: 1.85rem !important;
  font-family: 'Oswald' !important;
  margin-bottom: 10px;
}

span.ob-djprog {
  font-size: 12px;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: 'Oswald' !important;
  margin-top: -15px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/** Top Chatters **/
ul.top-chatters {
  width: 100%;
  height: 435px;
  margin: 0;
  padding: 0!important;
  overflow: hidden!important;
}
ul.top-chatters li {
  display: block;
  width: 99%;
  padding: 12px;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  margin-bottom: 10px;
  border: 1px dashed rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  cursor: pointer!important;
  position: relative;
  overflow: hidden;
  background: #fff;
}
ul.top-chatters li::before {
  counter-increment: top5-counter;
  content: counter(top5-counter);
  position: absolute;
  right: 5px;
  font-size: 6.987em;
  top: 30px;
  font-weight: 700;
  color: rgba(0,0,0,0.1);
  margin-top: -82px;
}
ul.top-chatters li:nth-child(1) {
  background: rgba(0,0,0,0.1) url(../images/top-1.gif) repeat center center!important;
}

ul.top-chatters li:last-child {
  margin-bottom: none !important;
}
ul.top-chatters li:nth-child(1):hover {
  background: rgba(0,0,0,0.1) url(../images/top-1-hover.gif) repeat center center!important;
}
ul.top-chatters li:hover {
  padding-left: 15px;
  background: rgb(234,50,105);
}
.white-font:hover > h3, .white-font:hover > span {
  color: #fff!important;
}
img.top-chatters-pic {
  width: 53px;
  height: 53px;
  padding-bottom: 0;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  border: 5px solid rgba(0,0,0, 0.2);
}
.top-chatters-info {
  padding: 0;
  position: relative;
}
.top-chatters li h3 {
  font-family: 'montserratbold', sans-serif!important;
  color: #1e1e1e;
  font-size: 18px!important;
  position: relative!important;
  z-index: 9!important!important;
  margin-top: 5px!important;
  text-transform: uppercase!important;
}
.top-chatters li span {
  width: 100%;
  display: block;
  margin-left: 10px;
  margin-top: -5px;
  z-index: 9!important;
  font-size: 12px;
  color: #b00f78;
  font-weight: 500;
}
.top-chatters-name {
color: #eeeeee;
font-size: 16px;
font-family: 'montserratbold';
}
.top-chatters-rank {
  font-size: 12px;
}
.top-chatters::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  background-color: transparent;
}
.top-chatters::-webkit-scrollbar-thumb {
  border-radius: 12px;
  border: 5px solid rgba(255,255,255,0);
  background-clip: content-box;
  background-color: #c7c7c7;
  -webkit-box-shadow: none;
}

.top-chatters::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  border: 5px solid rgba(255,255,255,0);
  background-clip: content-box;
  background-color: #c7c7c7;
}

@-webkit-keyframes zoomtop1 {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.1);
  }

  100% {
     transform: scale(1);
  }
}

@keyframes zoomtop1 {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.1);
  }

  100% {
     transform: scale(1);
  }
}

/** Song Request List **/
ul.songrequest-list {
  list-style-type: none;
  width: 100%;
  height: 265px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  counter-reset: section;
}
.songrequest-list li {
  display: block;
  padding: 7px;
  -webkit-transition: padding-left 0.2s ease-out;
  -moz-transition: padding-left 0.2s ease-out;
  -o-transition: padding-left 0.2s ease-out;
  transition: padding-left 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  background: rgba(255,255,255, 0.1);
  color: #fff;
}
.songrequest-list>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
  margin-right: 10px;
  padding-left: 5px;
  font-weight: bold;
}
.songrequest-list li b {
  font-size: 16px;
  display: block;
}

/** Online Users **/
ul.online-user {
  list-style-type: none;
  width: 100%;
  height: 247px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.online-user li {
  display: block;
  padding: 7px;
  -webkit-transition: padding-left 0.2s ease-out;
  -moz-transition: padding-left 0.2s ease-out;
  -o-transition: padding-left 0.2s ease-out;
  transition: padding-left 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
}


.online-user li:last-child {
  margin-bottom: 0px;
}

.online-user .ol-thumb {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  border-radius: 50%;
  border: 3px solid rgb(234,50,105);
}

.online-user h3 {
  font-family: 'Roboto Condensed', sans-serif;
  background: linear-gradient( to right, rgba(234,50,105,1), rgba(87,54,178,1) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 18px;
  padding-top: -7px!important;
  margin-top: 5px;
  margin-bottom: 0px;
}
.online-user li span {
  width: 100%;
  line-height: 12px;
  font-size: 11px;
  color: #fff;
  padding: 3px 7px;
  background: rgb(234,50,105);
  background: linear-gradient(
53deg, rgba(234,50,105,1) 0%, rgba(87,54,178,1) 100%);
  border-radius: 5px;
}

.online-user i {
  margin-right: 4px;
  font-size: 8px;
  font-weight: bolder;
}

.online-user::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  background-color: transparent;
}

.online-user::-webkit-scrollbar-thumb {
  border-radius: 12px;
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  background-color: #c7c7c7;
  -webkit-box-shadow: none;
}

.online-user::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  background-color: #c7c7c7;
}

/** Marquee Slider **/
:root {
  --marquee-width: 100%;
  --marquee-height: 300px;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: 280px;
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: 100%;
  height: 280px;
  background: transparent;
  color: #fff !important;
  overflow: hidden;
  position: relative;
}

.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

/* .marquee:before {
  left: 0;
  background: linear-gradient(to right, #232930 10%,  transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #232930 10%,  transparent 100%);
} */
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes scrolling {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  white-space: nowrap;
  padding-right: 10px;
}

.marquee-content li img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
}
.request_button {
    background: rgb(234,50,105);
    background: linear-gradient(53deg, rgba(234,50,105,1) 0%, rgba(87,54,178,1) 100%);
    color: #fff!important;
}


/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  height: 350px;
  border-radius: 10px!important;
}
.carousel-indicators {
  display:inline-block;
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  position:static;
  direction: rtl; 
  display: block!important;
  margin-right: 5%!important;
  margin-left: 0!important;
}
.carousel-indicators img {
      border-radius: 10px!important;
}
@media screen and (max-width:992px){
  .carousel-indicators{
    display: none!important;
  }
  .carousel-inner{
    margin-left:0!important;
  }
  .carousel-inner img{
    width:100%;
    height: 200px!important;
  }
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.item{
  margin-bottom:10px;
  margin-left: 10px;
  cursor:pointer;
}
.item.active img{
  border:1px solid red;
  opacity:1;
}
.item img{
  border:1px solid transparent;
  opacity:0.5;
  transition:0.5s;
}
.item:hover img{
  border:1px solid red;
  opacity:1;
}
.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}
.content p{
  font-size:15px;
}


.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0,-100%, 0);
  transform: translate3d(0,-100%, 0);
}
