
.navbar-expand-lg .navbar-nav .nav-link{
  color: #222222;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-family: oswald;
  text-transform: uppercase;
}

.bgdark{
  background: url(/sites/default/files/2025-01/bodyBG.jpg) center center #161616;
}
/*
Theme Name: ellis hall music
Description: one Page HTML5 Theme suitable for music bands
Version: 1.0
*/

/*  Table Of Content
=======================
    1-Preloader
    2-General Styles
    3-Main Bannners
    4-Audio Player
    5-Banner
    6-parallax
    7-Channels
    8-Navigation
    9-Tweets
    10-News/Tracks
    11-Newsletter
    12-facebook Promo
    13-popup
    14-testimonial
    15-Event Promo
    16-Media
    17-Tour
    18-music popup
    19-team Section
    20-Footer
======================*/

body {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #6b6a6a;
  font-family: oswald;
  text-transform: uppercase;
  background:#ccc;
  background-size: contain;
  overflow:hidden;
  overflow-y:scroll;
}
/*==================================
1-Preloader
===================================*/
#jpreOverlay {
  background-color: #161616;
  text-align: center;
}
#jpreSlide {
  font-size: 20px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  width: 50%;
  height: 30%;
}
.preload_logo {
  position:absolute;
  left:35px;
  top:50%;
  margin-top:-15px;
}
#jpreLoader{
  background:rgba(255,255,255,0.35);
  max-width:300px;
  width: 100%;
  height: 35px;
  margin-left:50px;
}

#jpreBar { background: #bd7ce2; }
#jprePercentage {
  color: #fff;
  font-size: 35px;
  font-family:oswald;
  font-weight: 300;
  text-align: right;
  line-height:35px;
  top: -100%;
  right:-95px;
  padding-right: 20px;
}
#jpreButton {
  background: #bd7ce2;
  color: #fff;
  height: auto !important;
  display: inline-block;
  padding: 5px 10px;
  font-size:14px;
  cursor: pointer;
  line-height: normal;
}
/*===========================
2-General Styles
=============================*/

.sections_wrapper{
  background: url(../img/BG/bodyBG.jpg) center center #161616;
}
.boxed_in{
  max-width:1200px;
  margin:0 auto;
}
p { font-family: lato; }
.text_widget {
  font-family: lato;
  text-transform: none;
  margin-top: 40px;
}
.text_widget p { padding: 0 0 20px; color: #000;}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  outline: none !important;
  text-decoration: none !important;
}
h1 { font-size: 110px; }
h2 { font-size: 70px; }
h3 { font-size: 60px; }
h4 { font-size: 40px; }
h5 { font-size: 30px; }
h6 { font-size: 22px; }
img {
  max-width: 100%;
  height: auto;
}
/*h2:after {
    content: '.';
    color: #bd7ce2;
}*/
.bg1 {
  background: url(../img/BG/banner1.jpg) center center no-repeat;
  background-size: cover;
}
.primary_color { color: #bd7ce2; }
section, .section {
  padding-top: 42px;
  padding-bottom: 42px;
  overflow: hidden;
}

.alert{
    height: 88px;
}

.section_first { padding-top: 80px; }
a.btn_fb, .btn_fb {
  background: #2f5991;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-size: 30px;
  border-radius: 0;
  color: #fff;
}
a.btn_fb:hover, .btn_fb:hover{
  background:#194074;
}
.btn-group .btn-default, .open .dropdown-toggle.btn-default{
  background:#bd7ce2;
  border:none;
  color:#fff;
  font-size:30px;
  width:220px;
  border-radius:0;
  text-align:left;
  padding-left:15px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
  background:#bd7ce2;
  color:#fff;
}
.btn-group .dropdown-menu{
  text-align:left;
  width:100%;
  border-radius:0;
  margin:0;
  border:none;
  background:#bd7ce2;
}
.btn-group .dropdown-menu > li > a{
  color:#fff;
}
.btn-group .dropdown-menu > li > a:hover,.btn-group .dropdown-menu > li > a:focus{
  color:#222;
}
.btn-group .dropdown-menu{
  margin-bottom:0;
  padding-bottom:0;
}
.btn-group{
  margin-top:10px;
}
.btn-default span{
  position:absolute;
  top:50%;
  margin-top:-5px;
  right:20px;
  font-size:20px;
}
.btn_fb:hover { color: #fff; }
.modal{
  width:110%;
  padding-right:8.5%;
  z-index:99999;

}
.modal-dialog{
  width:100%;
  margin-top:0;
  overflow:hidden;
}
.modal-body{
  padding:0;
}
.modal-content{
  border-radius:0;
  background:none;
  box-shadow:none;
  border:none;
  display:block;
  margin:0 auto;
  max-width:95%;
}
.modal button.close{
  width:50px;
  height:50px;
  font-size:35px;
  position: absolute;
  right:5px;
  top:0px;
  float:none;
  z-index:999;
  opacity:1;
}
.modal-open {
  overflow: visible;
}
.section_head_widget h5{ color: #bd7ce2; }


/*==========================
3-Main Bannners
==========================*/
.hero_section,.poison_slider { position: relative; }
.hero_section .hero_content {
  display: table;
  position:relative;
  margin-left: auto;
  margin-right: auto;
  float:left;
}
a.ScrollTo{
  left:50%;
  margin-left:-50px;
  top:100%;
  margin-top:50px;
  width:100px;
  height:100px;
  border-radius:50%;
  border:2px solid #bd7ce2;
  font-size:80px;
  color:#fff;
  text-align:center;
  line-height:90px;
  position:absolute;
}
.banner_slider{
  width:100%;
  position:relative;
  clear:both;
  overflow:hidden;
  display:block;
}
.banner_slider .hero_content{
  width:100%;
  height:100%;
}
.banner_slider li{
  list-style:none;
}
.poison_slider{
  padding:0;
}
.banner_slide{
  height:700px;
  margin-top:0;
  margin-bottom:0;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:cover;
  width:100%;
  display:block;
}
.overlay_left:before{
  content:'';
  position:absolute;
  left:0;
  width:50%;
  height:100%;
  top:0;
  background:rgba(0,0,0,.75);
}

.vegas-controls{
  display:block;
  position:absolute;
  left:-40px;
  top:50%;
  margin-top:-40px;
}
.vegas-controls li{
  list-style:none;
}

.vegas-controls li a,.poison_slider .owl-controls .owl-page span,.fs-pager-wrapper a{
  position:relative;
  width:18px;
  display:block;
  border-radius:50%;
  height:18px;
  margin-bottom:31px;
  background:#515353;
}
.boxed_in .vegas-controls li a{
  display:inline-block;
  margin-bottom:0;
}
.boxed_in .vegas-controls li{
  display:inline-block;
  margin-right:20px;
}
.boxed_in .vegas-controls{
  width:100%;
  left:20px;
  top:0;
}
.vegas-controls li.active a,.fs-pager-wrapper a.active{
  background:#fff;
}
.vegas-controls li.active a:before,.fs-pager-wrapper a.active:before{
  content:"";
  position:absolute;
  left:-11px;
  top:-11px;
  height:40px;
  width:40px;
  border:1px solid #bd7ce2;
  border-radius:50%;
}
.banner_slider h1{
  font-size:90px;
}
.banner_slider h1:after{
  content: '.';
  color: #bd7ce2;
}
.banner_slider h2:after{
  display:none;
}
.banner_slider h2{
  color: #bd7ce2;
}
.banner_slider .btn{
  float:left;
  padding:15px 35px;
  border:none;
  border-radius:0;
  margin-top:45px;
}
.right_align .banner_slider .btn{
  margin-top:20px;
}
.banner_slider .btn-default,.fractionSlide .btn-default{
  background:#bd7ce2;
  color:#fff;
}
.fractionSlide .btn{
  font-size:30px;
  padding:10px 25px;
  border-radius:0;
  border:none;
}

.banner_slider .btn-white,.fractionSlide .btn-white{
  background:#fff;
  color:#000;
}


.banner-right-align h1,.banner-right-align.banner p,.banner-right-align .caption-buttons{
  text-align:right;
  margin-left:auto;
  margin-right:0;
  display:block;
  width:400px;
  max-width:100% !important;
}


.banner-right-align.banner_slider .btn{
  float:none;
  margin-top:15px;
}
.banner-right-align.banner_slider h1{
  margin-top:30px;
}
.banner-right-align .vegas-controls{
  left:102%;
  margin-top:-120px;
}
.boxed_in .banner-right-align .vegas-controls{
  left:20px;
  margin-top:-40px;
}
.banner-right-content{
  transform:translateY(-40%);
  -webkit-transform:translateY(-40%);
  -moz-transform:translateY(-40%);
  -o-transform:translateY(-40%);
  -ms-transform:translateY(-40%);
}
/*==========================
4-Audio Player
==========================*/
.play_list{
  background:#bd7ce2;
  padding-top:20px;
  padding-bottom:20px;
}
.list_scroll{
  height:auto;
  max-height:500px;
  position:relative;
  overflow:hidden;
}
.player_wrapper{
  position:relative;
}
a.playlist_expander{
  width:63px;
  margin-right:15px;
  height:67px;
  float:right;
  display:inline-block;
  line-height:67px;
  text-align:center;
  background:#343434;
  color:#fff;
  padding:17px
}
.boxed_in a.playlist_expander{
  margin-right:0;
}
.rock_player{
  display:block;
  width:100%;
  z-index:9999;
}
.pre_sticky.rock_player{
  position: absolute;
  left:0;
  bottom:0;
}
.sticky_player{
  background:#000000;
  background:rgba(0,0,0,0.75);
  width:100%;
  left:0;
  top:0;
  z-index:9999 !important;
  position:relative;
}
.sticky-wrapper.is-sticky{
  z-index:99999;
}
.sticky_player.nosticky{
  position:relative !important;
  top:0 !important;
}
.jp-title{
  font-size:18px;
  color:#fff;
  display:inline-block !important;
  width:226px;
  height:24px;
  overflow:hidden;
  padding-left:15px;
}
.jp-volume li a{
  height:7px;
  width:5px;
  display:block;
  background:#343434;
}
.jp-volume li.active a{
  background:#fff;
}
.jp-volume li:nth-child(2) a{
  height:12px;
}
.jp-volume li:nth-child(3) a{
  height:17px;
}
.jp-volume li:nth-child(4) a{
  height:22px;
}
.jp-volume li:nth-child(5) a{
  height:25px;
}
.jp-volume{
  display:inline-block;
}
.jp-volume li{
  display:inline-block;
  margin-right:0px;
}
.rock_controls{
  display:inline-block;
  width:85px;
}
.rock_controls div{
  width:63px;
  height:67px;
  background:#d41010;
  line-height:67px;
  color:#fff;
  cursor:pointer;
  text-align:center;
}

.audio-progress{
  position:relative;
  background:#343434;
  height:13px;
  width:580px;
  display:inline-block;
  border-radius:8px;
  overflow:hidden;
}

.audio-progress .jp-seek-bar{
  position:absolute;
  left:0;
  top:0;
  height:13px;
  width:100%;
}
.audio-progress .audio-play-bar{
  position:absolute;
  left:0;
  top:0;
  min-height:4px;
  height:100%;
  background:#fff;
}
.audio-timer{
  display:inline-block;
  width:50px;
  padding-left:10px;
  font-size:12px;
  color:#bd7ce2;
}
.jp-play,.jp-pause{
  display:none;
}

/*==========================
5-Banner
==========================*/
.banner { color: #fff; position:relative; }
.banner p{
  font-size:14px;
  line-height:14px;
  max-width:340px;
  margin-left:auto;
  margin-right:auto;
  font-weight:600;
}
.banner h3 { color: #bd7ce2; }
.banner h1 { color: #fff; }
.fraction_wrapper{
  background: url(../img/BG/bodyBG.jpg) center center #161616;
  padding-top:0;
  position:relative;
  padding-bottom:65px;
}
.fraction_wrapper p{
  font-size:30px;
  font-weight:800;
}
.fractionSlide .slide{
  overflow:hidden;
  display:none;
}
.fs-pager-wrapper{
  left:5%;
  bottom:30%;
  text-align:center;
}
.video-banner video{
  position: relative;
  height:auto;
  width:100% !important;
  height: auto !important;
  margin-bottom:-5px;
}
.video-banner{
  position:relative;
  padding-top:0;
  padding-bottom:0;
}
.video_controls{
  position:absolute;
  left:0%;
  top:21%;
  text-align:center;
  width:100%;
}
.video_caption,.video_caption h5{
  font-size:20px;
  font-family:lato;
  color:#bd7ce2;
  font-weight:800;
}
.video_controls .play-pause{
  margin:0 auto;
  width:200px;
  height:200px;
  border:20px solid #bd7ce2;
  color:#fff;
  border-radius:50%;
  text-align:center;
  line-height:175px;
  font-size:60px;
  cursor:pointer;
  margin-bottom:10px;
  display:none;
}
.video-load{
  display:block;
}


/*==========================
6-parallax
==========================*/
.parallax {
  overflow:hidden;
  clear:both;
  position:relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 0;
}

.parallax_inner {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.parallax_inner * {
  opacity:1;
}
.parallax_one {
  /*background-image: url(../images/photo_gallery/org_img_1455065888_L-ellis-hall-01.jpg);*/
  background-image: url(/sites/default/files/2025-01/org_img_1461186901_L-Ellis_Hall_Official.jpg);
  background-size:cover;
  opacity: 0.7;
}
.parallax_two {
  background-image: url(/sites/default/files/2025-01/org_img_1464714760_L-blue-guitar-gradient850x530.jpg);
  background-size:cover;
  opacity: 0.7;
}
.parallax_three {
  /*background-image: url(../images/photo_gallery/org_img_1455068202_L-ellis-hall-03.jpg);*/
  background-image: url(/sites/default/files/2025-01/org_img_1461188693_L-L-ellis-hall-09.jpeg);
  background-size:cover;
  opacity: 0.7;
}
.parallax_four {
  /*background-image: url(../images/photo_gallery/org_img_1455068235_L-ellis-hall-04.jpg);*/
  background-image: url(../images/photo_gallery/org_img_1455068235_L-L-ellis-hall-07.jpg);
  background-size:cover;
  opacity: 0.7;
}
.parallax_five {
  /*background-image: url(../images/photo_gallery/org_img_1455068251_L-ellis-hall-05.jpg);*/
  background-image: url(../images/photo_gallery/org_img_1455068251_L-ellis-hall-08.jpg);
  background-size:cover;
  opacity: 0.7;
}
/*==========================
7-Channels
==========================*/
.channels_list{
  overflow:hidden;
}
.channels_list li a {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px 30px;
  position: relative;
  text-align: right;
  color: #222222;
  overflow:hidden;
}
.channels_list li a:hover {
  background: #bd7ce2;
  color: #fff;
}
.channels_list li a i {
  position: absolute;
  left: 30px;
  top: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  overflow:hidden;
}
.channels_list li a:hover i{
  -webkit-animation: toUpCustom 0.3s forwards;
  -moz-animation: toUpCustom 0.3s forwards;
  animation: toUpCustom 0.3s forwards;
}

.ScrollTo i{
  display:block;
  position:relative;
}
.fa-circular {
  border: 1px solid #222;
  border-radius: 50%;
}
.channels_list li a:hover .fa-circular{
  border-color:#fff;
}
.channels_list li {
  display: block;
  margin-bottom: 30px;
  list-style: none;
}
.track_section .channels_list li {
  margin-top: 0;
  margin-bottom: 0;
}
.track_section .row{
  margin: 0;
}
@-webkit-keyframes toUpCustom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toUpCustom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toUpCustom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toDownCustom {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toDownCustom {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toDownCustom {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}


/*=========================
8-Navigation
===========================*/
.navbar-default{
  background:#fff;
  border:none;
  border-radius:0;
  padding:20px 0;
  width:100%;
  left:0;
  z-index:999;
  margin-bottom:0;
}
.noPlayer{
  top:0 !important
}
#sticktop.stickyNav,.nav-stop{
  position:relative !important;
  top:0 !important;
}
.navbar-brand{
  float:none;
}
.navbar-nav{
  margin-top:1px;
  float:right;
}
.navbar-default .navbar-nav > li > a{
  color:#222222;
  font-size:20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background:none;
  color:#bd7ce2;
}
.navbar-nav > li > .dropdown-menu {
  margin:0;
  border-radius:0;
}
/*
.navbar-nav > li:hover .dropdown-menu{
    display:block;
}
*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
  background:none;
  color:#bd7ce2;
}


/*==========================
9-Tweets
==========================*/
.latest_tweets .parallax_inner{
  padding-bottom:70px;
}
.tweet li{
  display:block;
  list-style:none;
  font-size:45px;
  line-height:70px;
}
.tweet li a{
  text-decoration:underline;
}
.tweet li a:hover{
  color:#bd7ce2;
}
.tweet li .date{
  display:block;
  font-size:30px;
  color:#bd7ce2;
}
.tweet_icon{
  color:#bd7ce2;
  font-size:90px;
}


/*==========================
10-News/Tracks
==========================*/

.owl_news_wrapper{
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  max-height: 535px;
  min-height: 535px;
  font-size: 12px;
  color: #777777;
}
.track_detail_wrapper{
  position:relative;
}

.close_track_detail{
  position:absolute;
  right: 25px;
  top: 50px;
  z-index:99;
  display:none;
}

.news_info_wrapper {
  width: 100%;
  background: #fff;
  background: rgba(255,255,255,0.85);
  text-align: center;
  height: 100%;
}
.track_info_wrapper {
  width: 100%;
  background: #fff;
  background: rgba(255,255,255,0.85);
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.track_info {
  top: 50%;
  position: absolute;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -80px;
}

.ui-dialog{
  width: 90% !important;
  position: absolute !important;
  background-color: #fff;
  z-index: 999 !important;
}

.ui-dialog-titlebar{
  background-color: #fff;
  color: #fff;
  border: 0px;
  position: absolute !important;
  width: 90%;
  right: 0px;
}

.news_info, .track_info {

}
.track_info {
  padding-left: 40px;
  padding-right: 40px;
}
.track_info h4 {
  font-size: 50px;
  color: #222222;
  margin-bottom: 15px;
}

.audiogalleryteaser{
  height: 330px;
  background-color: #FFF;
}
.news_box, .members_carousel figure {
  position: relative;
  max-height: 535px;
  font-size: 12px;
  color: #777777;
  text-align: center;
  overflow: hidden;
  height: 100vh;
}

.news_box{
  background-color: #5b5b5b;
}

.news_info{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
}

.news_info_inner{
  position: relative;
  top: 50%;
}

.track_box { width: 100%; }

.track_box { margin-bottom: 30px; }
.news_box h6, .track_box h6 { color: #bd7ce2; }
.news_meta {
  font-family: lato;
  font-style: italic;
  font-weight: bold;
  padding: 0;
  margin-top: 15px;
}
.news_meta li {
  list-style: none;
  display: inline-block;
}
.news_meta li:after {
  content: '-';
  padding: 0 5px;
}
.news_meta li:last-child:after { display: none; }
.news_info h5, .track_info h5 { color: #222222; }
.news_box .hover, .track_box .hover {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
}
.owl_news_wrapper .hover a {
  color: #fff;
  background: #bd7ce2;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
}
.owl_news_wrapper .hover span {
  color: #fff;
  background: #bd7ce2;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
.owl_news_wrapper:hover .hover, .track_box:hover .hover { bottom: 0; }
.owl_news_wrapper:hover .news_info_wrapper, .track_box:hover .track_info_wrapper {
  top:-10%;
  overflow:hidden;
}

.news_widget, .tracks_widget, .team_widget { padding-top: 50px; }
.carousel_controls span {
  width: 47px;
  height: 63px;
  background: #343434;
  color: #fff;
  font-size: 30px;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
}
.news_carousel, .members_carousel {
  height: 535px;
  overflow: hidden;
  width: 100%;
  clear: both;
}
.carousel_controls {
  position: absolute;
  top: -150px;
  right: 15px;
}
.carousel_controls span:hover { background: #bd7ce2; }
.controls_wrapper, .carousel_overlay { position: relative; }
.carousel_overlay:before {
  content: '';
  width: 100%;
  height: 535px;
  background: rgba(0,0,0,.1);
  left: -100%;
  top: 100%;
  position: absolute;
  z-index: 99;
}
.carousel_overlay:after {
  content: '';
  width: 100%;
  height: 535px;
  background: rgba(0,0,0,.1);
  right: -100%;
  top: 100%;
  position: absolute;
  z-index: 99;
}



/*==========================
11-Newsletter
==========================*/
.newsletter_section { text-align: center; }
.team_prizes {
  position: relative;
  margin-bottom: 80px;
  min-height: 170px;
}
.newsletter_form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.newsletter_form form {
  width: 1070px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background: #000000;
  background: rgba(0,0,0,0.5);
  text-align: center;
  color: #fff;
  padding: 10px;
  display: block;
  z-index:60;
  position:relative;
}
.newsletter_form input {
  width: 422px;
  border: none;
  background: #fff;
  background: rgba(255,255,255,0.15);
  height: 94px;
  margin-right: 10px;
  display: inline-block;
  padding-left: 10px;
  font-size: 36px;
  float: left;
  font-weight: 300;

}

.newsletter_form #edit-name{
  top: -4px;
  position: relative;
}
.newsletter_form input[type="submit"], .newsletter_form button {
  width: 184px;
  padding-left: 0;
  float: left;
  background: #bd7ce2;
  border: none;
  height: 94px;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.newsletter_form input[type="submit"]:hover, .newsletter_form button:hover{
  background:#222222;
}

.team_stand{
  padding-bottom:30px;
  text-align:center;
  max-width:1077px;
  margin:0 auto;
  position:relative;
}
.team_stand img{
  position:absolute;
  left:0px;
  top:0;
  max-width:100%;
}
.team_stand img:first-child,.team_stand img:nth-child(1){
  position:relative;
  left: auto;
  width:100%;
  height:auto;
}
.team_stand img:nth-child(1) {
  z-index:50;
}
.team_stand img:nth-child(2) {
  z-index:40;
}
.team_stand img:nth-child(3) {
  z-index:30;
}
.team_stand img:nth-child(4) {
  z-index:20;
}
.team_stand img(5) {
  z-index:10;
}


/*==========================
12-facebook Promo
==========================*/

.popup_meta{
  color:#767676;
  font-size:12px;
  padding-left:4px;
}
.popup_meta li{
  list-style:none;
  display:inline-block;
}
.popup_meta li a{
  color:#767676;
}


/*==========================
13-popup
==========================*/
.content_expander{
  position:relative;
  display:none;
  margin-bottom:30px;
}
.albumTrack{
  position:relative;
  margin-bottom:50px;
}
.news_popup{
  background: #fff;
}
.news_popup h2,.newsContent h2{
  color: #222;
}
.pageContentArea .news_row{
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
#tracksAjaxWrapper,#newsAjaxWrapper{
  padding-top:0;
  padding-bottom:0;
  position:relative;
}
#newsAjaxWrapper .content_expander{
  padding-top: 30px;
}
#newsAjaxWrapper{
  background: #fff;
}
.trackLoading{
  position:fixed;
  left:0;
  top:0;
  z-index:999;
  color:#fff;
  background:rgba(0,0,0,0.6);
  width:100%;
  height:100%;
  display:none;
}
.trackLoading i{
  font-size:30px;
  top:50%;
  left:50%;
  position:absolute;
  margin-top:-15px;
  margin-left:15px;
}
.content_expander .albumTrack{
  margin-bottom:0;
}
.closeTrackAjax,.closeNewsAjax{
  z-index:99;
  position:absolute;
  top:40px;
  right:30px;
  color:#222222;
  display:none;
}
.modal-body{
  background:#fff;
  padding-bottom:40px;
}
.ui-dialog h2{
  color:#222;
  margin-top:40px;
  font-size: 70px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: oswald !important;
  text-transform: uppercase;
  width: 95%;
}
@media (max-width: 1024px) {
  .ui-dialog h2{
    font-size: 30px;
  }

}
.images_grid{
  display:table;
  width:100%;
  clear:both;
  margin-top:25px;
}
.images_grid li{
  list-style: none;
  display:block;
  width:33%;
  margin-right:.3%;
  margin-bottom:.3%;
  float:left;
}
.images_grid li img{
  width:100%;
}
.article_popup,.article_popup p{
  font-size:14px;
  line-height:24px;
}

.article_popup p{
  padding:0 0 15px;
}
.comment_form input{
  text-align:left;
  width:93%;
  float:left;
  border:1px solid #899bc5;
}
.comment_form button{
  margin-top:6px;
  margin-right:11px;
  background:#637bad;
  color:#fff;
  border:1px solid #29447e;
}
.comment_form img{
  float:left;
  width:50px;
  margin-right:20px;
}
.comments{
  background:#f1f1f1;
  padding:8px;
}

.facebook_promo .parallax_inner {
  padding-top: 205px;
  padding-bottom: 215px;
}

/*==========================
14-testimonial
==========================*/
.testimonial {
  padding-top: 0px;
  padding-bottom: 50;
}
.testimonial .parallax_inner {
  padding-top: 200px;
  padding-bottom: 100px;
}
.testimonial blockquote {
  font-size: 60px;
  padding: 0;
  border: 0;
  line-height: 70px;
  padding-bottom: 70px;
  text-transform: capitalize;
  width: 81%;
  margin: 0 auto;
}
.testimonial blockquote b{
  color: #bd7ce2;
  margin-left: 20px;
  margin-right: 20px;
}
.testimonial a {
  font-size: 20px;
  color: #bd7ce2;
  line-height: 30px;
}
.testimonial.single-page {
  margin-top:0;
  margin-bottom:0;
}
blockquote .author_name {
  display: block;
  width: 100%;
  text-align: center;
}
.testimonial blockquote .author_name { margin-top: 35px; }
a.btn_itunes {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #343434;
  display: block;
  padding: 16px;
}
a.btn_itunes:hover{
  background:#bd7ce2;
}
.testimonial a.btn_itunes {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.btn_itunes:hover { color: #fff; }
.btn_itunes span {
  border-radius: 50%;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-right: 16px;
}


/*==========================
15-Event Promo
==========================*/
.event_promo .parallax_inner {
  padding-top: 240px;
  padding-bottom: 120px;
}
.event_promo h3 { color: #bd7ce2; }
.event_promo a {
  color: #bd7ce2;
  background:#222222;
  border-radius: 0;
  font-size: 30px;
  margin-top: 35px;
  padding: 15px 40px;
}
.event_promo a:hover {
  color: #fff;
  background: #bd7ce2;
}
.latest_tweets a.btn {
  color: #fff;
  background: #bd7ce2;
  border-radius: 0;
  font-size: 30px;
  margin-top: 35px;
  padding: 15px 40px;
}
.latest_tweets a.btn:hover {
  color: #fff;
  background:#222222;
}
/*==========================
 16-Media
==========================*/
.media_widget {
  padding-top: 20px;
  color: #bd7ce2;
  font-size: 14px;
}
.media_widget h6 { color: #222222; }
.media_widget figure a {
  display: block;
  position: relative;
  overflow: hidden;
}
.media_widget figure a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255,255,255,0.75);
}
.media_widget figure { margin-top: 30px; }
.media_widget figure a:hover:after { top: 50%; }
.media_widget figure a:hover:before { top: 0; }
.media_widget figcaption {
  background: #fff;
  padding:25px 20px 28px;
}

.media_widget figure:hover h6{
  color:#bd7ce2;
}

.galery_widget{
  background:#fff;
}
.galery_widget ul.gal_list{
  text-align:center;
  padding:5px 0 0;
  overflow:hidden;
}
.galery_widget li.gallery-item{
  list-style:none;
  display:block;
}
.galery_widget li.trigger_slider{
  cursor:pointer;
  display: inline-block;
  list-style:none;
  width:15.5%;
  margin:0.1% 0.2%;
  max-height:166px;
  overflow:hidden;
}
.galery_widget .channels_list{
  margin:45px 0;
  padding:0 !important;
  margin-left:-15px;
  margin-right:-15px;
}
.galery_widget .channels_list li a{
  background:#343434;
  color:#fff;
}
.galery_widget .channels_list .fa-circular{
  border-color:#fff;
}
.galery_widget .channels_list li a:hover{
  background:#bd7ce2;
}
.galery_widget ul.owl-gallery{
  margin:0 !important;
  padding:0 0 10px;
  background:#ebebeb;
}
.gallayoutOption{
  margin:0;
  padding:0;
}
.gallayoutOption{
  right:80px;
  top:80px;
  position:absolute;
  text-align:right;
  font-size:35px;

}
.gallayoutOption li a{
  color:#222;
}
.gallayoutOption li.active a{
  color:#bd7ce2;
}
.gallayoutOption li{
  display:inline-block;
  list-style:none;
}
.galery_widget ul.owl-gallery li{
  background:#ebebeb;
  padding:10px;
}
.owl-gallery img{
  width:100%;
}
.galery_widget .owl-buttons{
  text-align:right;
  padding-right:5px;
}
.galery_widget .owl-theme .owl-controls .owl-buttons div{
  border-radius:0;
  background:#343434 center center no-repeat;
  color:#fff;
  width:45px;
  height:25px;
  padding:0;
  text-indent:99999999999px;
  overflow:hidden;
}
.galery_widget .owl-theme .owl-controls .owl-buttons div:hover{
  background-color:#bd7ce2;
}
.galery_widget .owl-theme .owl-controls .owl-buttons div.owl-prev{
  background-image:url(../img/basic/gal-pre.png);
}
.galery_widget .owl-theme .owl-controls .owl-buttons div.owl-next{
  background-image:url(../img/basic/gal-next.png);
}
.galery_widget .owl-controls{
  margin-top:0;
}
.social_share li{
  display:inline-block;
  list-style:none;
}
.galery_widget .social_share{
  text-align:left;
  margin:0 !important;
  display:inline-block;
  position:relative;
  top:-45px;
  padding-left:10px;
  display:none;
  max-width:400px;
}
.social_share .btn-share{
  display:inline-block;
  width:60px;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#fff;
  opacity:0.9;
  font-size:14px;
  font-family:lato;
  font-weight:bold;
  border-radius:2px;
  text-transform:none;
}
.social_share .btn-share.twitter{
  background:#66b5d6;
}
.social_share .btn-share.facebook{
  background:#1e477e;
}
.social_share .btn-share.google-plus{
  background:#767676;
}
.social_share .btn-share:hover{
  opacity:1;
}
.social_share .share-count{
  width:48px;
  height:20px;
  background:url(../img/basic/social-count.png) no-repeat center center;
  display: inline-block;
  margin-left:5px;
  margin-right:10px;
  position:relative;
  font-size:14px;
  font-family:lato;
  font-weight:bold;
  color:#424a4f;
  text-align:center;
  line-height:20px;
}
.gallery_popup h6{
  color:#bd7ce2;
  margin-bottom:30px;
  font-family: oswald;
  font-size: 22px;
  font-weight: 400;
}

.gallery_popup{
  text-align: left;
}

.ui-dialog .ui-dialog-content{
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow-y: scroll !important;
}


/*==========================
17-Tour
==========================*/
.tours_widget {
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding-top: 90px;
  text-align:center;
}
.tour_row_header,.music_row_header{
  color: #bd7ce2;
  display: table;
  clear: both;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tours_widget .column_one, .views-field-field-date {
  width: 100px;
}
.tours_widget .column_two,.music_widget .column_two, .views-field-field-background-image {
  width: 70px;
}
.tours_widget .column_three {
  width: 285px;
}
.tours_widget .column_four, .views-field-field-venue {
  width: 265px;
}
.tours_widget .column_five, .views-field-field-more-info {
  width: 280px;
}
.tours_widget .column_six, .views-field-field-tickets {
  width: 125px;
}
.tours_widget tr,
.tour_row, .music_row {
  display: table;
  clear: both;
  width: 100%;
  border-top: 1px solid #343434;
  border-bottom: 0px solid #fff;
  padding-bottom: 1px;
}
.tours_widget .column_five a, .tours_widget .views-field-field-more-info a  {
  color: #bd7ce2;
}
.tour_row:last-child, .music_row:last-child { border-bottom: 1px solid #343434; }

.tours_widget tr:hover,
.tour_row:hover {
  border-color: #bd7ce2;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
}
.tour_row .column_one, .tour_row .column_three, .tour_row .column_four, .tour_row .column_five,
.views-field-field-more-info, .views-field-field-date, .views-field-field-location, .views-field-field-venue, .views-field-field-more-info{
  padding-top: 28px;
  padding-bottom: 24px;
}
.tour_row .column_five, .views-field-field-more-info { color: #5c5c5c; }
.tour_row .column_two,.music_row .column_two, .views-field-field-background-image {
  padding-top: 15px;
  padding-bottom: 10px;
}
.tour_row .column_six,.music_row .column_eight, .views-field-field-tickets {
  padding-top: 18px;
  padding-bottom: 17px;
}
.tour_row .column_two img,.music_row .column_two img, .views-field-field-background-image img {
  width: 53px;
  height: 53px;
}
.btn_buy_ticket, .btn_watch_video {
  background: #bd7ce2;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  border-radius: 0;
}
.btn_buy_ticket:hover {
  background: #fff;
  color: #222222;
}
.sold_out, .sold_out:hover {
  background: #ffae00;
  cursor: not-allowed;
}


/*==========================
18-music popup
==========================*/
#track_detail{
  position:relative;
  height:0;
}
#track_detail.loading{
  position:relative;
  height:500px;
  overflow:hidden;
}
#track_detail.loading:after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99;
  display:block;
  background: url(../img/basic/preloader.gif) #fff center center no-repeat;
}
#track_detail.track_loaded{
  height:auto;
}
.music_widget{
  font-size:18px;
  color:#8e8e8e;
  background:#fff;
  padding:40px 48px 62px 48px;
  position:relative;
}
ul.music_widget{
  display:block;
  padding:0;
}
ul.music_widget > li{
  display:block;
  list-style:none;
  padding-bottom:0;
}

.play_list .music_widget{
  background:none;
}

.music_widget .close_popup{
  position:absolute;
  top:0px;
  right:10px;
}
.music_widget h2{color:#222222; margin-bottom:10px;}
.music_widget h6{color:#bd7ce2;}
.music_row_header{
  color:#8e8e8e;
  margin-top:20px;
}
.music_row{
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.music_row:last-child{
  border-bottom:2px solid #ebebeb;
}
.music_row:hover {
  border-color: #bd7ce2;
  border-bottom: 2px solid #222222;
  padding-bottom: 0;
}
.music_widget .column_one {
  width: 42px;
  float: left;
  padding-left:5px;
}
.music_widget .column_three{
  width: 353px;
  float: left;
}
.music_widget .column_four {
  width: 80px;
  float: left;
}
.music_widget .column_five {
  width: 170px;
  float: left;
}
.music_widget .column_six {
  width: 80px;
  float: left;
}
.music_widget .column_seven {
  width: 115px;
  float: left;
}

.music_row .column_one, .music_row .column_three, .music_row .column_four, .music_row .column_five, .music_row .column_six, .music_row .column_seven {
  padding-top: 28px;
  padding-bottom: 24px;
}
.music_row .column_seven a{
  margin-right:15px;
}
.music_widget .column_eight {
  float: left;
  width: 164px;
}
.music_row .column_one,.music_row .column_three{color:#343434;}
.btn_watch_video{
  background:#d0d0d0;
  color:#fff;
}
.btn_watch_video:hover{
  background:#bd7ce2;
  color:#fff;
}
.music_row .column_seven a:hover{
  color:#bd7ce2;
}
.play_list .music_row .column_one,.play_list .music_row .column_three,.play_list .music_widget .column_six{
  color:#fff;
}
.play_list .music_row_header,.play_list .music_widget{
  color:#f86969;
}
.play_list .music_row .column_seven a:hover{
  color:#fff;
}
.play_list .btn_watch_video{
  background:#ec2121;
}
.play_list .btn_watch_video:hover{
  background:#000;
}
.play_list .music_row{
  border-color:#f86969;
}
.play_list .music_row:hover{
  border-color:#fff;
  border-top: 1px solid #fff;
}
.play_list .music_widget .column_three{
  width:445px;

}
.play_list{
  position:absolute;
  bottom:100%;
  left:0;
  width:100%;
  display:none;
}
.is-sticky .play_list{
  bottom:auto;
  top:100%;
}


/*====================================
19-team Section
===================================*/
.members_carousel figcaption {
  padding: 8px;
  font-size: 19px;
  color: #222222;
  background: #fff;
  display: block;
}

.members_carousel figure:hover a{
  color:#bd7ce2;
}
.about_section .section_head_widget { text-align: center; }
.about_section .section_head_widget h4 { color: #bd7ce2; }

.about_section h1, .about_section h4{
  text-transform: uppercase;
}

/*====================================
20-Footer
===================================*/
footer,footer.parallax{
  margin-bottom:0;
}
.copyrights{
  margin-top:80px;
  font-size:14px;
  float:right;
}
.copyrights a:hover{
  color:#bd7ce2;
}


/*====================================
Media Queries
===================================*/

@media (min-width: 600px) {
  .news_info_wrapper, .track_info_wrapper,.hover,.btn{
    transition:All 0.40s ease;
    -webkit-transition:All 0.40s ease;
    -moz-transition:All 0.40s ease;
    -o-transition:All 0.40s ease;
  }
  .newsletter_form input[type="submit"], .newsletter_form button,.event_promo a.btn,#track_detail,a.btn_itunes{
    transition:All 0.25s ease;
    -webkit-transition:All 0.25s ease;
    -moz-transition:All 0.25s ease;
    -o-transition:All 0.25s ease;
  }

}
@media (max-width: 1199px) {
  .comment_form{
    text-align:left;
  }
  .comment_form img{
    margin-bottom:5px;
  }
  .comment_form input{
    width:80%;
  }
  .parallax {
    background-attachment: scroll !important;
    background-position: top center !important;
    background-size: cover;
  }
  h1 { font-size: 70px; }
  h2 { font-size: 50px; }
  h3 { font-size: 40px; }
  h4, .track_info h4 { font-size: 30px; }
  h5 { font-size: 20px; }
  h6 { font-size: 15px; }
  .newsletter_form form { width: 800px; }
  .newsletter_form input { width: 300px; }
  .newsletter_form input[type="submit"], .newsletter_form button { width: 160px; }
  .news_info, .track_info {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: -40px;
  }
  .tours_widget .column_three, .views-field-field-location { width: 280px; }
  .tours_widget .column_four, .views-field-field-venue { width: 280px; }
  .column_five { display: none; }
  .tours_widget { font-size: 16px; }
  .audio-progress{
    width:30%;
  }
  .music_widget .column_three,.play_list .music_widget .column_three{
    width:40%;
  }
  .poison_slider .owl-controls{
    margin-left:-530px;
    top:35%;
  }
  .right_align.poison_slider .owl-controls{
    margin-right:-530px;
  }
  .banner_slider h1{
    font-size:60px;
  }
  .preload_logo{
    left:0;
  }
  #jpreLoader{
    max-width:220px;
    margin-left:60px;
  }
}

@media (max-width: 1024px) {
  .preload_logo{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
  }
  #jpreLoader{
    margin-left:0px;
    font-size:25px;
  }
  #jprePercentage {
    right: auto;
  }

  .vegas-controls li a{
    display:inline-block;
    margin-bottom:0;
  }
  .vegas-controls li{
    display:inline-block;
    margin-right:20px;
  }
  .vegas-controls,.banner-right-align .vegas-controls{
    width:100%;
    left:20px;
    top:0;
    margin-top:-40px;
  }
  .tours_widget .column_three, .views-field-field-location { width: 220px; }
  .tours_widget .column_four, .views-field-field-venue { width: 220px; }
  .tours_widget .column_six, .views-field-field-tickets { width: 100px; }
  .music_widget .column_three,.play_list .music_widget .column_three{
    width:30%;
  }
  .music_widget{
    font-size:16px;
  }
  .audio-progress{
    width:30%;
  }
  .jp-title{
    padding-left:0;
  }
  .poison_slider .owl-controls,.right_align.poison_slider .owl-controls{
    margin-left:0;
    margin-right:0;
    right:auto;
    top: auto;
    bottom:50px;
    left:0;
    width:100%;
  }
  .poison_slider .owl-controls .owl-page{
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
  }
  .carousel_controls span{
    width:45px;
    height:45px;
    line-height:45px;
  }
  .carousel_controls{
    top:-120px;
  }

  .newsletter_form form{
    width:100%;
  }
  .newsletter_form input{
    width:39%;
    margin-right:1%;
    height:60px;
    font-size:30px;
  }
  .newsletter_form input[type="submit"], .newsletter_form button{
    width:20%;
    height:60px;
    font-size:30px;
  }
  .channels_list li a{
    font-size:12px;
  }
  .testimonial blockquote{
    font-size:30px;
    line-height:45px;
    padding-bottom:20px;
  }
  .event_promo a.btn,a.btn_fb, .btn_fb{
    font-size:25px;
    padding:10px 25px;
  }
  .testimonial .parallax_inner{
    padding-top:100px;
    padding-bottom:70px;
  }
  .event_promo .parallax_inner,.facebook_promo .parallax_inner{
    padding:90px 0 70px;
  }
  .tweet li{
    font-size:30px;
    line-height:45px;
  }
  .tours_widget{
    padding-top:40px;
  }
  .gallayoutOption{
    right:130px;
    top:60px;
  }
}
@media (max-width: 991px) {
  .navbar-nav{
    float:none;
  }
  .video_caption{
    display:none;
  }
  .video_controls .play-pause {
    border: 6px solid #bd7ce2;
    font-size: 35px;
    height: 140px;
    line-height: 140px;
    width: 140px;
  }
  .banner-right-align h1, .banner-right-align.banner p, .banner-right-align .caption-buttons{
    margin-left:0;
    margin-right:0;
    text-align:left;
  }
  .gallayoutOption{
    right:40px;
    top:60px;
  }
}
@media (max-width: 980px) {
  .music_widget .column_three{
    width:35%;
  }
  .music_widget .column_four,.music_widget .column_five,.music_widget .column_six{
    display:none;
  }
}


@media (max-width: 767px) {

  .music_widget h6{
    margin-bottom:15px;
  }
  .modal{
    padding-right:11%;
  }
  .galery_widget li.trigger_slider{
    width:24%;
    height:auto;
    max-height:none;
  }
  .text-right{
    padding-top:20px;
    text-align:left !important;
  }
  h1,.banner_slider h1{
    font-size:35px;
  }
  h2{
    font-size:30px;
  }
  h3{
    font-size:25px;
  }
  .comment_form input{
    width:60%;
  }
  .music_widget .column_one{
    display:none;
  }
  .music_widget{
    font-size:12px;
  }
  .music_widget .column_eight{
    width:88px;
  }
  .btn_buy_ticket, .btn_watch_video{
    padding:5px;
  }
  .music_row .column_one, .music_row .column_three, .music_row .column_four, .music_row .column_five, .music_row .column_six, .music_row .column_seven{
    line-height:20px;
  }
  .music_widget .column_three{
    padding-top:20px;
  }
  .music_widget .column_seven{
    width:75px;
  }
  .play_list{
    padding-top:20px;
    padding-bottom:10px;
  }
  .music_row_header,ul.music_widget > li.music_row_header{
    display:none;
  }
  .jp-title{
    position:absolute;
    left:90px;
    font-size:12px;
    top:6px;
    width:30%;
  }
  .audio-progress{
    top:10px;
  }.audio-timer,.jp-volume{
     top:8px;
     position:relative;
   }
  .media_widget figure,.tracks_widget .track_box{
    max-width:300px;
    margin:10px auto;
  }
  .media_widget figure img,.tracks_widget .track_box figure img{
    width:100%;
    height:auto;
  }
  .channels_list{
    margin:2px auto;
    max-width:280px;
    float:none;
  }
  .testimonial blockquote,.tweet li{
    font-size:18px;
    line-height:28px;
  }
  .tweet li .date{
    font-size:20px;
    margin-bottom:8px;
  }
  .testimonial blockquote .author_name{
    margin-top:10px;
  }
  .carousel_controls{
    top:-95px;
  }
  a.ScrollTo{
    display:none;
  }
  a.playlist_expander{
    margin-right:0;
  }
  h3 br{
    display:none;
  }
  .tweet_icon{
    font-size:60px;
  }
  .tours_section .column_four{
    display:none;
  }
  .list_scroll{
    max-height:300px;
  }
  a.playlist_expander{
    margin-right:0;
  }

  .overlay_left:before,.banner-right-align:before{
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,.75);
  }
  .banner-content{
    text-align:center !important;
  }
  .vegas-controls{
    width:100%;
    text-align:center;
    margin-bottom:15px;
    left:0;
  }
  .vegas-controls li{
    margin-left:10px;
    margin-right:10px;
  }
  .music_widget{
    padding:0;
  }
  .galery_widget ul.gal_list{
    margin:0;
    padding:0;
  }
  .galery_widget .channels_list{
    margin:0 auto;
  }
  .channels_list li{
    margin-bottom:5px;
  }
  .gallayoutOption{
    right:auto;
    top:auto;
    text-align:left;
    margin-top:20px;
    position:relative;
  }
}
@media (max-width: 600px) {
  .tours_section .column_two,.tour_row_header{
    display:none;
  }
  .caption-buttons a{
    display:none;
  }
  .video_controls{
    top:40%;
    margin-top:-30px;
  }
  .video_controls .play-pause {
    border: 2px solid #bd7ce2;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
  .news_box, .members_carousel figure{
    margin-left:0;
  }
  .music_widget .column_three{
    width:30%;
  }
  .music_row .column_one, .music_row .column_three, .music_row .column_four, .music_row .column_five, .music_row .column_six, .music_row .column_seven,.tour_row .column_two, .music_row .column_two{
    padding-top:0;
    padding-bottom:0;
  }
  .music_row{
    padding:10px 0 !important;
    border-top:none !important;
    min-height:75px;
  }
  .galery_widget li.trigger_slider{
    width:49%;
  }
  .galery_widget .social_share{
    display:none;
  }
}
@media (max-width: 480px) {
  h1,.banner_slider h1{
    font-size:30px;
  }
  h2{
    font-size:28px;
  }
  h3{
    font-size:24px;
  }
  .fs-pager-wrapper{
    display:none;
  }
  .newsletter_form input[type="submit"], .newsletter_form button{
    font-size:20px;
  }
  body{
    font-size: 16px;
    line-height: 25px;
  }
  .list_scroll{
    max-height:250px;
  }
  .video_controls{
    margin-top:-40px;
  }
  .video_controls .play-pause {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

@media (max-width: 360px) {
  .track_title{
    padding-bottom:0 !important;
  }
  .play_list .column_seven{
    padding-top:0;
    padding-bottom:10px;
  }
  .tours_section .column_one, .views-field-field-date{
    width:20%;
    padding:15px 0;
    font-size:12px;
  }
  .tours_section .column_three,.tours_section .column_six, .views-field-field-tickets, .views-field-field-location{
    width:40%;
    padding:15px 0;
    font-size:12px;
  }
  .btn_buy_ticket{
    display:block;
    padding:5px 0;
    margin-top:5px;
  }
}

@media (max-width: 330px) {
  .music_widget .column_eight,.jp-volume{
    display:none;
  }
  .music_widget .column_three, .play_list .music_widget .column_three{
    width:42%;
    margin-right:2%;
    font-size:10px;
  }
  a.playlist_expander{
    position:absolute;
    right:0;
    margin-right:0;
    top:0;
  }
}



/*==========Contact Form=========*/
#contactform{
  margin-top:30px;
  margin-bottom:30px;
}
#contactform input{
  display:block;
  width:100%;
  border:none;
  color:#000;
  height:35px;
  margin-bottom:5px;
  padding:0 10px;
}
#contactform textarea{
  height:115px;
  width:100%;
  color:#000;
  padding:10px;
  padding-right:45px;
}

.messageBox{
  position:relative;
}
.messageBox button{
  position:absolute;
  right:0;
  top:0;
  height:94%;
  width:40px;
  text-align:center;
}
/*==========Contact Form 2=========*/
#contactform2 {
  margin-top:30px;
  margin-bottom:30px;
}
#contactform2 input {
  display:block;
  width:100%;
  border:none;
  color:#000;
  height:35px;
  margin-bottom:5px;
  padding:0 10px;
}
#contactform2 textarea{
  height:115px;
  width:100%;
  color:#000;
  padding:10px;
  padding-right:45px;
}

.messageBox2 {
  position:relative;
}
.messageBox2 button {
  position:absolute;
  right:0;
  top:0;
  height:94%;
  width:40px;
  text-align:center;
}
/* New Styles */
.bio > p {
  color: #fff; text-align: left;
}
.event_pic > img { width: 70px !important; height: 70px !important; }
/* .bg_1image { background-image: url('img/BG/EHLou1_gradient.jpg'); } */

.shadowed {
  text-shadow: 1px 1px 5px #333333;
}

.booking-form {
  margin-top:2rem;
}

/*** Archive Section ***/
#archive-section {
  height:800px;
  min-height:500px;
}
#xv-news1 h2 {
  margin-right:20px;
}

#contact-info {
  font-size:16px;
}
#contact-info p {
  color:#ffffff;
  font-size:14px;
}




.navbar-collapse {
  background-color: white;
  height: 115px;
}

.vegas-background {
  width: 100% !important;

}

.hero_section {
  background-image: url('../img/BG/EHLou1_gradient.jpg');
  background-size: cover;
  background-position: 80%;
}

#section_9{
  background: #000;
}

#section_9 table{
  width: 100%;
}

#section_9 th{
  color: #bd7ce2;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}

#section_9 td{
  color: #fff;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sidemenu_btn{
  right: unset;
}

.contact_form_wrapper{
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_form_wrapper .form-text, .contact_form_wrapper .form-textarea, .contact_form_wrapper .form-email{
  width: 49%;
  displaY: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  direction: ltr;
  transition-property: padding, box-shadow, background-color, margin-left, margin-right;
  transition-duration: 0s;
  transition-timing-function: ease-in-out;
  max-width: 100%;
  margin-top: 2px;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  color: rgb(89, 93, 100);
  border: 1px solid #000;
}

.contact_form_wrapper .form-textarea, .contact_form_wrapper .form-email{
  width: 100%;
}

.contact_form_wrapper #edit-last-name {
  margin-right: 0px;
  position: relative;
  right: 0px;
  top: -64px;
  float: right;
}

.contact_form_wrapper label {
  display: block;
  margin-bottom: .5rem;
  text-transform: capitalize;
  font-family: Lato, "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.contact_form_wrapper label[for="last_name"] {
  margin-right: 0px;
  position: relative;
  top: -20px;
  float: right;
  right: -56px;
}

label[for="name"] {
  display: none;
}

.contact_Us form{
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact_Us form{
    width: 90%;
    margin: 0 auto;
  }
}

.media_widget figure a:after {
  font-family: 'FontAwesome';
  content: "\f067";
  color: #cc1313;
  font-size: 22px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: -30%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  border: 2px solid #222222;
  transition: all 0.2s ease-in;
}

.side-menu:not(.gradient-bg){
  background-color: #fff;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #000 !important;
  padding: 5px 0 !important;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.navbar-nav .nav-link:hover,
.navbar .dropdown:hover .dropdown-toggle,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu.megamenu .dropdown-item:hover {
  color: #bd7ce2 !important;
  background-color: unset;
}

.owl-nav{
  position: absolute;
  right: 0;
  height: 70px;
  width: 100px;
  top: -100px;
  right: 70px;
}

.owl-prev{
  left: -20px;
}
.owl-nav span{
  font-size: 30px;
  font-weight: 900;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
  border-radius: unset;
}

.owl-prev::before, .owl-next::before{
  background-image: unset;
  border-radius: unset;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: unset;
}

.news_section .section_head_widget{
  margin-bottom: 20px;
}

button.owl-next, button.owl-prev {
  width: 47px;
  height: 63px;
  background-color: #343434 !important;
  color: #fff !important;
  font-size: 30px;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
  border-radius: unset;
}

.media_widget a{
  color: #6b6a6a;
  outline: none !important;
  text-decoration: none !important;
  display: inline;
  font-size: 20px;
  font-weight: 400;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top {
  position: absolute;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
}

.track_box .hover a {
  color: #fff;
  background: #bd7ce2;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
}
.track_box .hover span {
  color: #fff;
  background: #bd7ce2;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}

.track_box{
  position: relative;
  width: 370px;
  max-height: 535px;
  font-size: 12px;
  color: #777777;
  text-align: center;
  overflow: hidden;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.sliderlogo{
  width: 585px !important;
  height: unset !important;
  position: relative;
  left: -300px;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  display: block;
  z-index: 9999;
  right: 100px;
}

.ui-dialog .ui-dialog-titlebar-close:after {
  content: "X";
  color: #000;
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 20px;
  height: 28px;
  background-color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 1.5em !important;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 28px !important;
}

#section_3{
  top: -45px;
}


[type=button]:not(:disabled) {
  cursor: pointer;
  color: #000;
  overflow: hidden;
  background: #fff;
  font-size: 37px;
}

.ui-button-icon-only{
  text-indent: unset !important;
}

.navbar-toggle{
  display: none;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}

@media (max-width: 767px) {
  .tp-bgimg{
    background-position: right top !important;
    background-position-x: -825px !important;
  }

  .opacity-6{
    opacity: 0 !important;
  }

  .sliderlogo{
    left: -55%;
    width: 180px !important;
  }

  .media_widget_footer {
    padding-top: 20px;
    color: #bd7ce2;
    font-size: 14px;
    left: 60px;
    position: relative;
  }

  .navbar-collapse{
    height: unset;
  }

  .navbar-toggle{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}


#webform_booking .form-email,
#webform_booking .form-tel
{
  width: 49%;
  displaY: inline-block;
}

.full-booking-form label{
  display: block;
}

.full-booking-form input,
.full-booking-form .form-tel,
.full-booking-form .form-email{
  width: 100% !important;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.full-booking-form div.form-item--phone,
.full-booking-form div.form-item--email{
  width: 49%;
  display: inline-block;
}

.full-booking-form .form-date,
.full-booking-form .form-time{
  width: 100% !important;
}

.full-booking-form .form-item-date-date,
.full-booking-form .form-item-date-time{
  width: 49% !important;
}

.full-booking-form .form-item{
  margin-bottom: 15px;
}

.full-booking-form .section_head_widget{
  margin-bottom: 30px;
}

.full-booking-form button {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-widget-header .ui-icon{
  background-image: unset;
}
