@charset "UTF-8";
/*---------------------------------------------------
[TABLE OF CONTENTS]
    
    1. GLOBAL STYLES
    2. HEADER
    3. NAV BAR
    4. RESPONSIVE STYLES 
    
    ----------------------------------------------------*/
/* ==========================================================================
   1. GLOBAL STYLES
   ========================================================================== */
body {
  font-family: "Playfair Display", serif; }

h2,
h3 {
  font-family: "Montserrat", sans-serif; }

h2 {
  font-size: 72px; }

h3 {
  font-size: 51px; }

p {
  font-size: 23px;
  line-height: 2; }

.pt-0 {
  padding-top: 0 !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.pa-0 {
  padding: 0 !important; }

.text {
  font-size: 19px;
  margin-bottom: 15px; }

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

/* 
   Buttons
   ------- */
.btn {
  font-family: "Montserrat", sans-serif; }

.btn-wrap {
  display: block;
  text-align: center;
  margin: 23px 0; }

.btn-default {
  background: #4e75f8;
  color: #fff;
  border-radius: 30px;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700;
  border: none; }

.btn-default:hover {
  color: #fff;
  background: #6889F8; }

.btn-default:active {
  color: #fff;
  background: #34397e; }

.btn-default:active:hover {
  color: #fff;
  background: #34397e; }

.btn-default:focus {
  color: #fff;
  background: #34397e; }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #6889F8;
  border-color: #fff; }

.btn-primary {
  border-radius: 30px;
  background-color: #34397e;
  border: none;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700; }

.btn-primary:hover {
  color: #fff;
  background-color: #454985;
  border-color: #454985; }

.btn-info {
  background-color: #802bb1;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 800; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus {
  background-color: #8C44B6;
  border-color: #8C44B6; }

.btn-disabled,
.btn-disabled:hover,
.btn-info[disabled]:hover,
.btn-disabled:focus,
.btn-disabled:active {
  background-color: #ffffff;
  color: #a0a0a0;
  min-width: 150px; }

.btn-success {
  border-radius: 30px;
  background-color: #19e68c;
  border: none;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
  color: #fff;
  background-color: #42D796;
  border-color: #42D796; }

.btn-danger {
  border-radius: 30px;
  background-color: #f037a5;
  border: none;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:focus:active {
  color: #fff;
  background-color: #F853B5;
  border-color: #F853B5; }

.btn-warning {
  border-radius: 30px;
  background-color: #f8cd28;
  border: none;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:focus:active {
  color: #fff;
  background-color: #FAD95A;
  border-color: #FAD95A; }

.btn-sm {
  padding: 12px 40px;
  font-size: 14px; }

.btn-xs {
  padding: 8px 20px;
  font-size: 12px; }

@media (min-width: 767px) {
  .btn + .btn {
    margin-left: 20px; } }

.m-b-20 {
  margin-bottom: 20px; }

/*Alerts*/
.alert {
  padding: 20px 25px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0; }

.alert-danger {
  color: #ab0300;
  background-color: #fff5f5; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* Custom Buttons */
.btn-subscribe {
  background: #2d283e;
  color: #fff;
  border-radius: 30px;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  display: inline-block;
  margin: 24px 0 0; }

.btn-subscribe:hover {
  color: #fff;
  background: #39344B; }

/* 
   Particles - Triangle & Circles
   ------------------------------ */
.particle {
  position: absolute; }

.pos_a {
  top: 180px;
  right: 6%; }

.pos_b {
  top: 280px;
  right: 18%; }

.pos_c {
  top: 590px;
  left: 16%; }

.pos_d {
  top: 280px;
  left: 56%; }

.pos_e {
  top: 205px;
  left: 12%; }

.pos_f {
  top: 100px;
  left: 40%; }

.pos_g {
  top: 440px;
  left: 38%; }

.pos_h {
  top: 240px;
  left: 38%; }

.pos_i {
  top: 940px;
  left: 28%; }

.pos_j {
  top: 540px;
  right: 13%; }

/* 
   Slick Slider
   ------------------- */
.slick-slider {
  cursor: move;
  /* fallback */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.slick-slider:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/* 
   Other Common Styles
   ------------------- */
.section-padding {
  padding: 115px 0; }

/* 
   PAGE LOADING CSS
   ---------------- */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.loading-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #010860;
  background: rgba(1, 8, 96, 0.9);
  z-index: 2000; }

.loading-text {
  color: #6F71B9;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  margin: 20px 0 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%; }

.loading-bars {
  height: 30px;
  left: 50%;
  margin: -30px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px; }

.loading-bars .bar {
  background: #01CA60;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate; }

@-webkit-keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 28px; } }

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 28px; } }

.bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 406ms;
  animation-duration: 443ms; }

.bar:nth-child(2) {
  left: 5px;
  -webkit-animation-duration: 434ms;
  animation-duration: 498ms; }

.bar:nth-child(3) {
  left: 9px;
  -webkit-animation-duration: 415ms;
  animation-duration: 418ms; }

.bar:nth-child(4) {
  left: 13px;
  -webkit-animation-duration: 498ms;
  animation-duration: 415ms; }

.bar:nth-child(5) {
  left: 17px;
  -webkit-animation-duration: 437ms;
  animation-duration: 413ms; }

.bar:nth-child(6) {
  left: 21px;
  -webkit-animation-duration: 448ms;
  animation-duration: 455ms; }

.bar:nth-child(7) {
  left: 25px;
  -webkit-animation-duration: 444ms;
  animation-duration: 438ms; }

.bar:nth-child(8) {
  left: 29px;
  -webkit-animation-duration: 493ms;
  animation-duration: 479ms; }

.bar:nth-child(9) {
  left: 33px;
  -webkit-animation-duration: 491ms;
  animation-duration: 420ms; }

.bar:nth-child(10) {
  left: 37px;
  -webkit-animation-duration: 471ms;
  animation-duration: 412ms; }

/*404*/
.page-not-found, .coming-soon, .countdown-page {
  background: url(../images/404.jpg) no-repeat center center;
  background-size: cover;
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF; }

.content404 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  padding: 15px; }

.back_to_top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: none; }

/* 
   Modal box
   -------------- */
.modal-content {
  border-radius: 3px; }

.modal-transparent .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0; }

@media (min-width: 768px) {
  .modal-sm {
    width: 450px; }
  .modal-content {
    -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2); }
  .modal-dialog {
    margin: 80px auto; } }

/* ==========================================================================
   3. NAV BAR
   ========================================================================== */
.navbar-brand {
  height: auto; }

.navbar-default {
  background: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 15px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navbar-default .navbar-nav {
    padding: 5px 0; }
    .navbar-default .navbar-nav li > a {
      color: #fff;
      font-size: 14px;
      padding: 15px;
      font-weight: 500; }
      .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
        color: #01CA60; }
      .navbar-default .navbar-nav li > a:active {
        color: #01CA60; }
    .navbar-default .navbar-nav .open > a,
    .navbar-default .navbar-nav .open > a:hover,
    .navbar-default .navbar-nav .open > a:focus {
      color: #00BA5F;
      background-color: transparent;
      border: none; }

.menu-is-scrolling {
  background: rgba(1, 13, 94, 0.94);
  padding: 5px 0; }

.navbar-default .navbar-nav {
  margin-right: 10px; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-toggle {
  padding: 0;
  margin-top: 0; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none; }

/* 
   Dropdown Menu
   ------------- */
.dropdown-menu {
  background: #0F101B;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0; }

.navbar-default .dropdown-menu > li > a {
  color: #BFBFBF;
  text-transform: uppercase;
  padding: 10px 20px; }
  .navbar-default .dropdown-menu > li > a:focus, .navbar-default .dropdown-menu > li > a:hover {
    background: none;
    color: #00BA5F; }

/* 
   Dropdown Menu on Hover 
   ---------------------- */
/*only for screens greater than 992px  */
@media (min-width: 992px) {
  .navbar .navbar-nav > li.dropdown > ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 150%;
    /* subtle fade effect */
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navbar .navbar-nav > li.dropdown:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%; } }

/* 
   Media Queries
   ------------- */
@media (min-width: 992px) {
  .menu-trigger {
    float: right;
    margin: 17px 15px; }
    .menu-trigger a {
      text-decoration: none; }
  .toggle-menu > * {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .toggle-menu > .animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.menu-trigger .flaticon-interface {
  color: #fff; }

.flaticon-interface:before {
  font-size: 21px;
  margin-left: 0; }

@media (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #211f25;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .menu-trigger .flaticon-interface {
    display: none; }
  .flaticon-interface {
    color: #fff; }
  .dropdown-menu li a {
    color: #fff; }
  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    background: #000;
    overflow-y: auto !important;
    border: 0; }
  .navbar-default .navbar-toggle {
    margin-top: 18px; } }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #BFBFBF; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #00BA5F; } }

/* ==========================================================================
   2. HEADER
   ========================================================================== */
.slider-bg {
  background: url(../images/background-bg-04.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .slider-bg {
      background-attachment: scroll; } }

.slider-wrap {
  padding: 150px 0;
  min-height: 750px;
  height: 100vh;
  overflow: hidden; }
  .slider-wrap .flex-control-nav li a {
    color: #000; }
  @media (max-width: 767px) {
    .slider-wrap {
      min-height: 400px; } }

.header-slider {
  display: none;
  margin-bottom: 0;
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  height: 400px; }
  @media (max-width: 767px) {
    .header-slider {
      top: 20%; } }

.header-slider.slick-initialized,
.header-slider .slick-slide:first-child {
  display: block; }

header {
  position: relative; }

@-webkit-keyframes wheel-up-down {
  0% {
    bottom: 130px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    bottom: 120px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    bottom: 130px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    bottom: 120px;
    opacity: 0; } }

@media (max-width: 767px) {
  header:after,
  header:before {
    display: none; } }

.sidebar-nav {
  font-family: "Montserrat", sans-serif; }

.responsive-nev2 {
  position: relative;
  top: 25px;
  left: 20%; }

.hero-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 90px;
  color: #FFF;
  font-family: "Playfair Display", serif;
  line-height: 2;
  z-index: 10; }

.no-overflow {
  overflow-x: hidden;
  padding-top: 75px; }

.hero-block {
  border: solid 10px #FFF;
  border-top: none;
  text-align: center;
  position: relative; }

.hero-title:before,
.hero-title:after {
  content: "";
  position: absolute;
  height: 10px;
  background: #FFF;
  top: 55px;
  width: 600px; }

.hero-title:before {
  right: 100%;
  margin-right: 15px; }

.hero-title-fit:after {
  left: 100%; }

.hero-title:after {
  left: 100%;
  margin-left: 15px; }

.hero-block .attr {
  position: relative;
  top: -45px;
  font-size: 20px;
  display: block; }

.hero-title {
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: -70px;
  display: inline;
  line-height: 1.5; }

.hero-text {
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 60px;
  padding: 0;
  margin-top: -70px; }

.flex-control-nav {
  z-index: 11; }

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important; }

.flex-control-paging li a.flex-active {
  background: #fff !important; }



/*-------------- AUDIO PLAYER --------------*/
.audio-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: 3s all ease;
  -o-transition: 3s all ease;
  transition: 3s all ease; }
  .audio-player a,
  .audio-player a:hover {
    text-decoration: none; }
  .audio-player.is_hidden {
    top: 100%; }
    .audio-player.is_hidden .hide_player {
      bottom: 100%; }
  .audio-player:hover .hide_player {
    bottom: 100%; }

.hide_player {
  position: absolute;
  bottom: -25px;
  right: 0;
  background: #333;
  color: #CCC;
  padding: 6px 10px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .hide_player:hover {
    color: #FFF; }
  .hide_player:active, .hide_player:focus {
    color: #CCC; }

.touchevents .hide_player {
  bottom: 100% !important; }

.no-flexbox .audio-player {
  display: none; }

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

.jp-controls.flex-item {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px; }

.jp-progress-container.flex-item {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2; }

.jp-now-playing.flex-item {
  -ms-flex-preferred-size: 145px;
  flex-basis: 145px; }

.jp-toggles.flex-item {
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px; }

.jp-volume-controls.flex-item {
  -ms-flex-preferred-size: 155px;
  flex-basis: 155px; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  background: rgba(0, 0, 0, 0.95);
  padding: 15px;
  position: relative; }

/*Controls*/
.jp-playlist {
  display: none; }

.jp-interface .jp-controls button,
.jp-interface .jp-toggles button,
.jp-interface .jp-volume-controls button {
  background: none;
  border: none;
  outline: none;
  color: #7b7c8b;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
  padding: 0 5px; }

.jp-interface .jp-controls .jp-play i,
.jp-interface .jp-controls .jp-previous i,
.jp-interface .jp-controls .jp-next i {
  font-size: 23px;
  color: #FFF; }

.jp-interface .jp-controls .jp-play {
  border: solid 3px #FFF;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 0 10px; }

.jp-interface .jp-controls .jp-play i {
  padding-left: 5px;
  padding-top: 5px; }

.jp-audio.jp-state-playing .jp-play i {
  padding-left: 0px; }

.jp-audio.jp-state-playing .jp-play i:before {
  content: "\f04c" !important; }

/*Progress bars*/
.jp-progress-container,
.jp-volume-bar-container {
  height: 30px;
  padding: 10px; }

.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar,
.jp-volume-bar-value {
  height: 8px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.jp-progress {
  margin: 0 50px;
  background-color: #2b2b2b;
  border-radius: 5px; }

.jp-seek-bar,
.jp-volume-bar {
  cursor: pointer;
  background-color: #2b2b2b;
  border-radius: 5px; }

.jp-play-bar {
  float: left;
  position: relative;
  background-color: #00c85f;
  border-radius: 5px;
  overflow: visible !important; }

.jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #aaaaaa; }

.jp-progress .bullet,
.jp-volume-bar .bullet {
  position: absolute;
  content: "";
  top: -5px;
  right: -7px;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border-radius: 50%; }

.jp-time-holder {
  position: relative;
  top: 0;
  color: #979797;
  font-size: 12px; }

.jp-time-holder .jp-current-time {
  position: absolute;
  left: 0;
  top: -3px; }

.jp-time-holder .jp-duration {
  position: absolute;
  right: 0;
  top: -3px; }

/* Track & Artist */
.jp-now-playing {
  padding: 0 10px; }

.jp-track-name {
  color: #c9c9c9;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 145px; }

.jp-artist-name {
  color: #6d6d6d;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 140px; }

/* Toggles */
.jp-toggles button {
  margin: 0 3px; }

.jp-toggles button:hover {
  color: #FFF; }

.jp-state-looped .jp-toggles .jp-repeat,
.jp-state-shuffled .jp-toggles .jp-shuffle,
.jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
  color: #00c85f; }

/* Volume Controls */
.jp-volume-controls button {
  float: left; }

.jp-volume-controls .jp-volume-bar {
  margin-left: 40px;
  margin-top: 8px; }

.jp-state-muted .jp-mute i:before {
  content: "\f026" !important; }

.jp-volume-bar,
.jp-volume-bar-value {
  border-radius: 5px; }

.jp-state-no-volume .jp-volume-controls {
  display: none; }

/* Playlist  */
.jp-playlist {
  position: absolute;
  right: 65px;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
  width: 400px; }

.jp-playlist ul {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto; }

.jp-playlist li {
  list-style: none; }

.jp-playlist li a {
  color: #c9c9c9;
  display: block;
  padding: 10px 0;
  outline: none;
  border-bottom: 1px solid #1F1F1F; }

.jp-playlist li:last-child a {
  border-bottom: 0; }

.jp-playlist li a:hover,
.jp-playlist li a:focus,
.jp-playlist li a:active {
  color: #00c85f;
  text-decoration: none; }

.jp-playlist li a span {
  color: #6d6d6d; }

/* ==================== Media Query ==================== */
@media (max-width: 992px) {
  .jp-now-playing {
    display: none; } }

@media (max-width: 767px) {
  .jp-volume-bar,
  .jp-volume-bar .bullet,
  .jp-time-holder {
    display: none !important; }
  .jp-progress-container.flex-item {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    padding: 12px 15px; }
  .jp-progress .bullet {
    right: -10px; }
  .jp-volume-controls.flex-item {
    -ms-flex-preferred-size: 33px;
    flex-basis: 33px; }
  .jp-progress {
    margin: 0; }
  .jp-interface .jp-controls .jp-play {
    margin: 0 3px; }
  .jp-interface .jp-controls .jp-play i,
  .jp-interface .jp-controls .jp-previous i,
  .jp-interface .jp-controls .jp-next i {
    font-size: 16px; }
  .jp-interface .jp-controls .jp-play {
    width: 42px;
    height: 42px; }
  .jp-interface .jp-controls .jp-play i {
    padding-left: 3px;
    padding-top: 0; }
  .jp-state-playing .jp-interface .jp-controls .jp-play i {
    padding-left: 0; }
  .jp-controls.flex-item {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px; } }

@media (max-width: 480px) {
  .jp-toggles,
  .jp-playlist {
    display: none !important; } }

/* ==========================================================================
   16. RESPONSIVE STYLES 
   ========================================================================== */
/* 
   Screens less than 1200px
   ------------------------ */
@media (max-width: 1200px) {
  .hero-title {
    top: -55px;
    font-size: 52px; }
  .hero-text {
    font-size: 52px;
    margin-top: -55px; }
  .hero-title:after {
    left: 100%; }
  .hero-title:before,
  .hero-title:after {
    top: 46px; }
  .hero-title-fit1:after {
    left: 100% !important; }
  .hero-title-fit:after {
    left: 100% !important; }
  .slide-img-title span {
    font-size: 24px; }
  .slide-img-title .slide-img-subtitle {
    font-size: 16px; }
  .hamburger {
    right: 6%; }
  .nav-toggle {
    right: 6%; }
  .photos-wrap li {
    margin-right: 80px;
    width: 166px;
    height: 166px; }
  .photos-wrap img {
    max-width: 90% !important; }
  .photos-wrap li:last-child {
    margin-right: 0; }
  .img-rotation li {
    width: 166px;
    height: 166px;
    margin-left: -30px; }
  .img-rotation img {
    max-width: 90%; }
  .img-rotation li:first-child {
    margin: -20px 110px 0 83px; }
  .img-rotation li:last-child {
    margin: -20px 0px 0 80px; }
  .rotation-wrap {
    padding: 0 0 0 32px; }
  .btn-danger {
    padding: 16px 33px; }
  .btn-warning {
    padding: 16px 33px; }
  .btn-success {
    padding: 16px 33px; }
  .btn-primary {
    padding: 16px 33px; }
  .btn-default {
    padding: 16px 33px; }
  .btn-subscribe {
    padding: 16px 33px; }
  .circle-listing ul li {
    padding: 0 5px; } }

/* 
   Screens less than 992px
   ----------------------- */
@media (max-width: 992px) {
  .navbar-nav {
    text-align: center; }
  .dropdown-menu {
    text-align: center; }
  .hero-title {
    top: -38px;
    font-size: 36px; }
  .hero-text {
    font-size: 36px;
    margin-top: -34px; }
  .hero-title:before,
  .hero-title:after {
    top: 30px; }
  .band-wrap .section-title {
    font-size: 48px !important;
    padding: 0;
    border-bottom: 4px solid #ffcdcd; }
  .band-wrap p {
    font-size: 18px; }
  .section-padding {
    padding: 92px 0; }
  .team-wrap .team-title {
    font-size: 48px !important; }
  .team-wrap p {
    font-size: 21px;
    padding: 40px 0; }
  .slide-img-title span {
    font-size: 20px; }
  .admire-block .admire-title {
    font-size: 41px !important; }
  .admire-block p {
    font-size: 21px;
    padding: 40px 0; }
  .testimonial-title {
    font-size: 41px !important;
    padding: 0; }
  .testimonial-space {
    padding: 120px 0; }
  .admire-title-clr {
    font-size: 41px !important; }
  .admire-subtitle02 {
    font-size: 21px; }
  .event-block {
    padding: 14px 0; }
  .event-title {
    font-size: 48px !important; }
  .event .event-date {
    font-size: 20px;
    padding: 18px 0;
    display: inline-block; }
  .event .event-caption {
    font-size: 24px !important; }
  .event .event-subtitle {
    padding: 40px 30px;
    font-size: 21px; }
  .event p {
    font-size: 18px;
    padding: 0 0 9px 0;
    line-height: 1.5; }
  .event .event-country {
    font-size: 20px;
    padding: 9px 0 0 0; }
  .album-wrap .album-title {
    font-size: 48px !important; }
  .album-wrap .album-subtitle {
    padding: 40px 0;
    font-size: 21px; }
  .album-wrap p {
    font-size: 16px;
    padding: 0; }
  .media-title {
    font-size: 48px !important; }
  .media-subtitle {
    font-size: 21px;
    padding: 40px 0; }
  .photos-title {
    font-size: 48px !important; }
  .fan-page-title {
    font-size: 48px !important; }
  .fan-title {
    font-size: 41px !important; }
  .contact-title {
    font-size: 48px !important; }
  .contact-subtitle {
    font-size: 21px;
    padding: 40px 0 !important; }
  .photos-wrap li:nth-child(3) {
    margin-left: 0;
    margin-right: 0; }
  .photos-wrap li:last-child {
    margin: -41px 0 0 123px; }
  .img-rotation {
    margin: -138px 0 0 237px; }
  .img-rotation li {
    margin-left: -32px; }
  .img-rotation li:first-child {
    margin: -20px 110px 0 93px; }
  .rotation-wrap {
    padding: 0 0 0 38px; }
  .object-fit-container {
    position: inherit;
    width: 100%; }
  .img-wrap-right {
    position: inherit;
    width: 100%; }
  .btn-default {
    font-size: 16px;
    padding: 10px 18px !important; }
  .btn-subscribe {
    font-size: 16px;
    padding: 10px 18px !important; }
  .subscribe-title {
    font-size: 48px !important; } }

/* 
   Screens less than 768px
   ----------------------- */
@media (max-width: 768px) {
  .slick-dots {
    bottom: 40px; }
  .hero-title,
  .hero-text {
    font-size: 40px; }
  .hero-text {
    margin-top: -38px; }
  .hero-title:before,
  .hero-title:after {
    display: none; }
  .hero-block {
    border: none; }
  .slide-img-title {
    top: 75%; }
  .img-wrap-left {
    position: inherit;
    width: 100%; }
  .img-wrap-left img {
    width: 100%; }
  .testimonial-title {
    font-size: 28px !important; }
  .testimonial-space {
    padding: 80px 0; }
    .testimonial-space .slick-dots {
      bottom: -20px; }
  .flaticon-left::before {
    font-size: 58px; }
  .btn-danger {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .btn-warning {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .object-fit-container {
    position: inherit;
    width: 100%; }
  .img-wrap-right {
    position: inherit;
    width: 100%; }
  .btn-success {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .btn-primary {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .photos-wrap {
    padding: 65px 0 0 0; }
    .photos-wrap li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 45%;
      margin: 0 5% 0px 0;
      height: auto; }
      .photos-wrap li:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0; }
    .photos-wrap img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 112%; }
  .photos-wrap li:nth-child(3) {
    margin-right: 5%; }
  .img-rotation {
    margin: 0; }
    .img-rotation ul {
      margin: 0;
      padding: 0; }
    .img-rotation li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 45%;
      margin: 0 5% 0 0 !important;
      height: auto; }
    .img-rotation img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 112%; }
  .event-wrap {
    text-align: center; }
    .event-wrap .event-country {
      text-align: center; }
    .event-wrap .event-city {
      text-align: center; }
  .btn-info {
    margin-bottom: 28px; }
  .audio-play-btn {
    margin: 0 auto;
    display: block; }
  .audio-title {
    text-align: center; }
  .fan-title {
    font-size: 28px !important;
    padding: 0 8px !important; }
  .fan-slide span {
    font-size: 16px; }
  .slider-wrap {
    padding: 80px 0px; }
  .section-padding {
    padding: 76px 0; }
  .form-primary {
    font-size: 14px; }
  .form-width {
    font-size: 14px; }
  .form-password {
    font-size: 14px; }
  .form-subscribe {
    font-size: 14px; }
  .event-subcaption {
    padding: 6px 0 !important; }
  .event-city {
    padding: 6px 0 !important; }
  .feed-set {
    padding: 0 0 55px 0; }
  .contact-form {
    width: 80%; } }

/* 
   Screens less than 480px
   ----------------------- */
@media (max-width: 480px) {
  h2 {
    font-size: 30px !important; }
  p {
    font-size: 18px !important; }
  legend,
  .legend {
    font-size: 50px; }
  .team-wrap .team-title {
    font-size: 34px !important; }
  .hero-wrap {
    padding: 130px 15px 0; }
  .slider-wrap {
    padding: 0; }
  .section-padding {
    padding: 60px 0; }
  .band-wrap {
    text-align: center; }
  .admire-block {
    text-align: center;
    padding: 42px 24px; }
    .admire-block p {
      padding: 8px 0; }
  .admire-block .admire-title {
    font-size: 26px !important; }
  .admire-title-clr {
    font-size: 26px !important; }
  .album-play-button {
    top: 35%;
    left: 35%; }
  .album-play-button::before {
    font-size: 70px; }
  .testimonial-title::before {
    left: 38%; }
  .event-block {
    text-align: center; }
  .audio-play-btn {
    text-align: center; }
  .audio-title {
    text-align: center; }
  .audio-wrap {
    padding: 32px 0; }
  .tabset-left {
    padding: 0 24px;
    font-size: 16px; }
  .tabset-right {
    padding: 0 24px;
    font-size: 16px; }
  .photos-wrap {
    padding: 60px 0 0 0; }
    .photos-wrap li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 100%; }
    .photos-wrap img {
      min-width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .img-rotation ul {
    margin: 0;
    padding: 0; }
  .img-rotation li {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 90%; }
  .img-rotation img {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .background-bg-06 .event-title {
    font-size: 34px !important; }
  .section-title {
    font-size: 34px !important; }
  .event-title {
    font-size: 34px !important; }
  .event-title span::after {
    border-bottom: 6px solid #ffce80;
    bottom: -6px; }
  .album-wrap .album-title {
    font-size: 34px !important; }
  .album-title span::after {
    border-bottom: 6px solid #bababb;
    bottom: -6px; }
  .media-title {
    font-size: 34px !important; }
  .media-title span::after {
    border-bottom: 6px solid #19e68c;
    bottom: -6px; }
  .photos-title {
    font-size: 34px !important; }
  .photos-title span::after {
    border-bottom: 6px solid #afb3bb;
    bottom: -6px; }
  .fan-page-title {
    font-size: 34px !important; }
  .fan-page-title span::after {
    border-bottom: 6px solid #bbb1d7;
    bottom: -6px; }
  .hello-page-title {
    font-size: 34px !important; }
  .hello-page-title span::after {
    border-bottom: 6px solid #bcc8f0;
    bottom: -6px; }
  .contact-title {
    font-size: 34px !important; }
  .contact-title span::after {
    border-bottom: 6px solid #bcc8f0;
    bottom: -6px; }
  .subscribe-title {
    font-size: 34px !important; }
  .subscribe-title span::after {
    border-bottom: 6px solid #d09db0;
    bottom: -6px; }
  .form-width {
    width: 100% !important;
    border-right: 3px solid #577cf7 !important;
    font-size: 14px;
    padding: 22px 10px; }
    .form-width .img-rotation li img {
      width: 100%; }
  .form-comments {
    font-size: 14px;
    padding: 12px 10px; }
  .form-primary {
    border-bottom: 0 !important; }
  .form-password {
    font-size: 14px;
    padding: 22px 10px; }
  .btn-default {
    font-size: 15px !important;
    width: 100%; }
  .flaticon-sm-shape::before {
    font-size: 16px;
    padding: 14px 14px; }
  .form-subscribe {
    width: 100%;
    border-right: 3px solid #fff !important; }
  .fan-slide span {
    padding: 10px 0 64px 0; }
  .contact-form {
    width: 100%; }
  .social-icons ul li {
    padding: 0 4px; }
  .form-single {
    border-right: 3px solid #F87474 !important; } }

/*# sourceMappingURL=style.css.map */