@charset "utf-8";
/* CSS Document */

@import "../css/entypo.css";
/*------------------------------------------------------------
--------------------------------------------------------------

/*--------------------------------------------------------------
1.0 - Navigation
--------------------------------------------------------------*/
.map-event{width:100%; margin-top:20px !important; border:1px solid #ddd; margin-bottom:35px;}
.up-btn{position:relative; left:7px;}
.calendar-img{width:25px;}
.btn-theme{ border:1px solid #222;}
.btn-theme:hover{ border:1px solid #333;}
.orga{margin-top:-25px;}
.bg-none{background:#fff;}
.info h1{font:28px Calibri, Arial, Helvetica, sans-serif;color:#000;}
@media screen and (max-width: 991px) {
/*.navbar {
    position: relative;
     }
*/.marg-tp{margin-top:60px!important}
.left-area {
   /* margin-top:-40px !important;*/
}
.calendar-img{width:25px;}
.mobi-text{margin-bottom:25px !important;}
}


@media screen and (max-width: 480px) {
.navbar {
    position: relative;
     }
.marg-tp{margin-top:80px!important}
.left-area {
    margin-top:80px !important;
}
.calendar-img{ display: block;height: 24px;left: 50%;margin-left: -12px;margin-top: -12px;position: absolute;top: 50%;width: 24px;}
}

.event-inr{}
.left-area{margin-top:5px;}
.clear{clear:both;}
.next-event{padding-right:0px; margin-right:-15px; margin-left:15px;}
.img-responsive1{width:100%;}

/*--------------------------------------------------------------
5.2 - Events gallery Sidebar
--------------------------------------------------------------*/
.events-gallery-sidebar {
  display: block;
  width: 100%;
  background: #101010;
  padding: 45px 20px;
}
@media screen and (min-width: 1200px) {
  .events-gallery-sidebar {
    padding: 45px 30px;
  }
.marg-tp{margin-top:0px !important;}
.mobi-text{margin-bottom:25px !important;}
}
@media screen and (max-width: 991px) {
  .events-gallery-sidebar {
    padding: 50px 15px;
  }
  .sidebar .gallery-photos .gallery li a img {
    height: 130px !important;
}
.map-event {
    width: 100%;
    margin-top:0px !important;
   
    border: 1px solid #ddd;
}
.left-area{margin-top:65px;}
}
@media screen and (max-width: 767px) {
  .events-gallery-sidebar {
    padding: 50px 10px;
  }
}
.events-gallery-sidebar .event {
  display: block;
  position: relative;
  clear: both;
}
.events-gallery-sidebar .event .event-preview {
  display: block;
  position: relative;
  float: left;
  max-width: 285px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .events-gallery-sidebar .event .event-preview {
    max-width: 360px;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
}
.events-gallery-sidebar .event .event-preview a {
  text-decoration: none;
  outline: none;
  display: block;
  position: relative;

  overflow: hidden;
  padding: 15px 15px 15px 25%;
}
.events-gallery-sidebar .event .event-preview a:hover i {
  background: #626262;
}
.events-gallery-sidebar .event .event-preview a i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  
  color: #fff;
  font-size: 24px;
  -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;
}
.events-gallery-sidebar .event .event-preview a i:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.events-gallery-sidebar .event .event-preview a h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0;
}
.events-gallery-sidebar .event .event-preview a p {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #626262;
  margin: 5px 0 0;
}
.events-gallery-sidebar .event .info {
  display: block;
}
.events-gallery-sidebar .event .info h4 {
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  margin: 0;
}
.events-gallery-sidebar .event .info ul {
  list-style: none;
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0 0 0 0;
  display: table;
  clear: right;
}
.events-gallery-sidebar .event .info ul li {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding-right: 10px;
}
.events-gallery-sidebar .event .info ul li i {
  font-size: 14px;
  line-height: 14px;
  color: #7b7b7b;
  margin-right: 7px;
}
.events-gallery-sidebar .event .info ul li i:before,
.events-gallery-sidebar .event .info ul li i:after {
  margin: 0;
}
.events-gallery-sidebar .event .info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c2c2c2;
  margin: 20px 0 0;
}
.events-gallery-sidebar .event .info a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  
  padding: 9px 25px;
  margin-right: 10px;
  margin-top: 20px;
  border-bottom: 2px solid #ae003f;
  -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;
}
.events-gallery-sidebar .event .info a.details {
  background: #272727;
  border-color: #1a1a1a;
}
.events-gallery-sidebar .event .info a:hover {
  background: #ae003f;
  border-color: #940036;
}
.events-gallery-sidebar .event .info a:hover.details {
  background: #1a1a1a;
  border-color: #121212;
}
.events-gallery-sidebar .line-block {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 90px;
}
.events-gallery-sidebar .line-block .line {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45px;
  background: #2c2c2c;
}
.events-gallery-sidebar .article-pagination {
  margin-top: 65px;
}
.events-gallery-sidebar .article-pagination ul {
  display: block;
  padding: 25px 0;
  list-style: none;
  list-style-type: none;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.events-gallery-sidebar .article-pagination ul li {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
.events-gallery-sidebar .article-pagination ul li a {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;

  -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;
}
.events-gallery-sidebar .article-pagination ul li a.selected {
  background: #464646;
  color: #fff;
}
.events-gallery-sidebar .article-pagination ul li a:hover {
  background: #464646;
  color: #fff;
}
.events-gallery-sidebar .article-pagination ul li:last-child {
  float: right;
  margin-right: 0;
}
.events-gallery-sidebar .article-pagination ul li:last-child a {
  width: auto;
  background: none;
}
.events-gallery-sidebar .article-pagination ul li:last-child a i {
  color: #fff;
  -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;
}
.events-gallery-sidebar .article-pagination ul li:last-child a:hover {
  background: none;
 
}
.events-gallery-sidebar .article-pagination ul li:last-child a:hover i {
 
}

/*--------------------------------------------------------------
5.5 - Inside Event
--------------------------------------------------------------*/
.inside-event{   margin: 0 auto;
    width: 1140px;
    background: #333 url(../images/1.jpg) repeat;
    position: relative;padding: 20px 0;}

.inside-event .event {
  display: block;
  position: relative;
  width: 100%;
 /* max-width: 360px;*/ margin-top:-16px;
}
 .event a {
  text-decoration: none;
text-transform: uppercase;
outline: none;
display: block;
position: relative;
overflow: hidden;
padding: 17px 8px;
text-align: center;
background: #fff;
}
 .event a:hover i {
  background: #626262;
}
 .map-event a i.icon-location-1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width:10%;
  height: 100%;

  color: #fff;
  font-size: 24px;
  -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;
}
 .map-event a{width:100%;float: left;}
 .map-event .add-calender{width:20%; float:left;}
 .map-event .add-calender a{padding:7px 0 ;font-size: 14px;
color: #fff !important;
width: 100%; 
text-align: center;}
 .map-event .add-calender i{font-size: 12.5px;
line-height: 14px;
margin-right: 5px;;}
.event a i:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
 .event a h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  margin: 0;
}
 .event a p {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #626262;
  margin: 5px 0 0;
}
.left-area .next-event .countdown ul {
  display: block;
  padding: 30px 0 0 0;
  margin: 0 -5px;
  list-style: none;
  list-style-type: none;
}
 .left-area .next-event .countdown ul li {
  display: block;
  float: left;
  width: 25%;
  padding: 10px 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inside-event .left-area .next-event .countdown ul li {
    width: 50%;
  }
.inside-event{   margin:5px auto  15px;
    width:100%;
    background: #333 url(../images/1.jpg) repeat;
    position: relative; padding-bottom:15px;}
.inside-event .event {
    display: block;
    position: relative;
    width: 100%;
    max-width:100%;
    margin-top:0px;
}
.orga-info {
    padding-left: 0;
    margin-top: 0px;
    color: #222;
    text-align: center !important;
    line-height: 40px;
}
 .map-event .add-calender a{padding:11px 0 !important;}
 .map-event a i.icon-location-1{width:15%}
}
@media screen and (min-width:240px) and (max-width:767px) {
  .inside-event .left-area .next-event .countdown ul li {
    width: 50%;
  }
  .inside-event{   margin: 0 auto;
    width:100%;
    background: #333 url(../images/1.jpg) repeat;
    position: relative;}
.orga-info{ text-align:center !important;}

}
.inside-event .left-area .next-event .countdown ul li span {
  display: block;
  width: 100%;
  border: 1px solid #2c2c2c;
  font-weight: 300;
  font-size: 30px;
  line-height: 70px;
 
  text-align: center;
  overflow: hidden;
}
.inside-event .left-area .next-event .countdown ul li p {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 10px;
  line-height: 20px;
  background: #181818;
  border: 1px solid #2c2c2c;
  border-top: none;
  text-transform: uppercase;
  overflow: hidden;
}
.info {
  padding-top:5px;
}
.info .text {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width:50%;
  float: left;
}
.info .text1 {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin:-20px 0 0 15px !important;
  width:100% !important;
  float: left;
}
.info .text1 li {
  font-weight: 700;
  font-size: 12.5px;
  line-height: 14px;
  color: #fff;
}
.info .text1 li i {

  font-size: 12.5px;
  line-height: 14px;
margin-left: -15px;}
 .info .text1 li i:before {
  margin: 0;
}
.inside-event .left-area .next-event .info .buttons {
  display: block;
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-top: 5px;
}
.inside-event .left-area .next-event .info .buttons a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  padding: 9px 0;
  margin-top: 10px;
  text-align: center;
  color: #fff;

  border-bottom: 2px solid #940036;
  -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;
}
.inside-event .left-area .next-event .info .buttons a.details {
  background: #2c2c2c;
  border-bottom: 2px solid #1f1f1f;
}
.inside-event .left-area .next-event .info .buttons a:hover {
  background: #393939;
  border-bottom: 2px solid #1f1f1f;
}
.inside-event .left-area .next-event .info .buttons a:hover.details {
  background: #393939;
  border-bottom: 2px solid #1f1f1f;
}
@media screen and (max-width: 767px) {
  .inside-event .right-area {
    width: 100%;
    margin-top: 45px;
  }
  .inside-event .left-area .next-event .info .buttons {
    display: block;
    float: left;
    width: 100%;
    padding-left:0px;
    padding-top: 5px;
}
}
@media screen and (max-width:992px) {
  .inside-event .left-area .next-event .info .buttons {
    display: block;
    float: left;
    width: 100%;
    padding-left:0px;
    padding-top: 5px;
}
.hideline{display:block !important; position:relative;}

}
.inside-event .right-area .googleMap {
  display: block;
  width: 100%;
  position: relative;
  height: 325px;
}
.inside-event .right-area .googleMap #googleMap {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.sidebar h5 {
  font-weight: 700;
  font-size:22px;
  color: #fff;
  margin:0px 0 0;
}
 h5 {
  font-weight: 700;
  font-size:18px;
  color: #333;
  margin:0px 0 0;
}
.inside-event .right-area p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c2c2c2;
  margin: 20px 0 0;
}
.inside-event .right-area .video-container-embeded {
  margin-top: 30px;
}
.inside-event .right-area .video-container-embeded iframe {
  border: none !important;
}
.inside-event .simillar-events {
  padding-top: 30px;
}
.inside-event .simillar-events h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #2c2c2c;
}
.inside-event .simillar-events .events {
  display: block;
  margin: -5px;
  padding-top: 45px;
}
.inside-event .simillar-events .events .event {
  width: 25%;
  padding: 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  .inside-event .simillar-events .events .event {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .inside-event .simillar-events .events .event {
    width: 100%;
    max-width: 360px;
    float: none;
  }
   .sidebar .gallery-photos .gallery li a img
 {
	height:72px !important;
 }


}

/*--------------------------------------------------------------
7.1 - Sidebar
--------------------------------------------------------------*/
.sidebar {
  display: block;
  width: 100%;
  /*background: #101010;*/
  padding: 45px 20px;
}
@media screen and (min-width:1024px) {
.next-event {
    padding-right: 0px;
    margin-right:15px;
    margin-left:0px !important;
}	
.sidebar {
    padding: 7px 0px!important;
}
.mobi-text{margin-bottom:25px !important;}

.info .text {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50% !important;
    float: left;
}
.marg-tp{margin-top:20px;}

.info .buttons {
    display: block;
    float: left;
    width: 50%!important;
    padding-left: 15px;
    padding-top: 15px;
}
.hideline{display:none !important; position:relative;}
}
@media screen and (min-width: 1200px) {
  .sidebar {
    padding:25px 0px; background:none;
  }
 .img-responsive1{height:370px !important;}
 h1.hide-title{display:none; position:relative;font:28px Calibri, Arial, Helvetica, sans-serif; }
.hideline{display:none !important; position:relative;}
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding:15px 0px;
  }
  .text1{margin-top:-20px !important;}
.event a {
    padding: 15px 8px 15px 13% !important;
}
.imageview a {
    padding:15px 0 !important;
}
h1.hide-title{display:block; position:relative; text-align:center;font:28px Calibri, Arial, Helvetica, sans-serif;/*margin-top: 45px;*/margin-bottom: 0px; }

.marg-tp1 {
    margin-top:0px !important;
}
.shop-container .heading{margin-top:0 ;}
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin-top: 1px;
    padding: 1px 1px;
  }
  
  #sdsds{width:60%;margin-bottom: 10px;}
 
 #sdsds .col-xs-8{
	margin: 0;
	padding: 0;

 }
 
  #sdsds .col-xs-4{
	margin: 0;
	padding: 0;
	padding-left: 10px;
 }
 
  
 #sdsds .col-xs-4 .btn-event{
	 width:100%;
 }
 
  #tickts_display .buy{
	 width:38%;
 }
 

  
}
@media screen and (max-width:480px) {
  .sidebar {
    margin-top:0px;
    padding:0px;
  }
  .marg-tp {
    margin-top:0px !important;
}

 .event .img-responsive {
    margin:0;
}
.map-event .add-calender a {
    padding: 20px 0 !important;
}
/*.right-area{position:relative;top:-100px !important;z-index:0;}*/
.marg-none{margin:0 0px !important;}
.shop-container {padding: 0px 0px 45px !important;
}
.shop-container{margin-top:30px !important;}
 .left-area .next-event .info .buttons{float:none;}
 h1.hide-title{display:block; position:relative; text-align:left;margin:-35px 0 15px 0 !important;font:22px Calibri, Arial, Helvetica, sans-serif;}
 
 #sdsds{width:100%;margin-bottom: 10px;}
 
 #sdsds .col-xs-8{
	margin: 0;
	padding: 0;

 }
 
  #sdsds .col-xs-4{
	margin: 0;
	padding: 0;
	padding-left: 10px;
 }
 
  
 #sdsds .col-xs-4 .btn-event, #tickts_display .buy{
	 width:100%;
 }
 
  #tickts_display  #buy_btn , #tickts_display  #buy-ticket{
	 width:100%;
 }
 
 

}
.sidebar .search-widget {
  position: relative;
  height: 46px;
  width: 100%;
  overflow: hidden;
  background: #1d1d1d;
}
.sidebar .search-widget form.search {
  position: relative;
  width: 100%;
  border-radius: 0;
  height: 46px;
  overflow: hidden;
  padding-right: 46px;
}
.sidebar .search-widget form.search input[type="text"] {
  position: relative;
  border: none;
  background: none;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 5px 12px 10px;
}
.sidebar .search-widget form.search input[type="text"]:focus {
  outline: none;
}
.sidebar .search-widget form.search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 46px;
  height: 46px;
  padding: 0;
  overflow: hidden;

}
.sidebar .search-widget form.search button[type="submit"] i {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin: 10px;
  -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;
}
.sidebar .search-widget form.search button[type="submit"]:hover i {
  color: #2c2c2c;
  border-color: #2c2c2c;
}
.sidebar .search-widget form.search button[type="submit"]:focus {
  outline: none;
}
.sidebar .heading {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  margin-top:20px;
  display: inline-block;
}
.line-sep {opacity: 0.7 !important;
  display: block;
  width: 100%;
  height: 1px;
  margin-top:15px;
  background: #2c2c2c;
}
.line-sep span.line {
  display: block;
  width: 33%;
  height: 1px;

}
.sidebar .popular-items ul.icons {
  display: inline-block;
  position: relative;
  list-style: none;
  list-style-type: none;
  margin: 75px 0 0;
  padding: 0;
}
.sidebar .popular-items ul.icons li {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 7px;

  text-align: center;
  margin-left: 8px;
  -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;
}
.sidebar .popular-items ul.icons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.sidebar .popular-items ul.icons li:hover {
  background: #2c2c2c;
}
.sidebar .popular-items ul.icons li:first-child {
  background: none;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
}
}
@media screen and (max-width: 1200px) {
  .sidebar .popular-items ul.icons li:first-child {
    float: none;
  }
}
.sidebar .popular-items ul.icons li:first-child .heading {
  margin: 0;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  .sidebar .popular-items ul.icons li:nth-child(2) {
    margin-left: 0;
  }
}
.sidebar .tab-content {
  padding-top: 10px;
  clear: both;
}
.sidebar .tab-content .tab-pane a {
  display: block;
  text-decoration: none;
  outline: none;
  padding-top: 30px;
  clear: both;
}
.sidebar .tab-content .tab-pane a:hover h5 {

}
.sidebar .tab-content .tab-pane a img {
  margin-right: 15px;
  float: left;
}
.sidebar .tab-content .tab-pane a h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  color: #fff;
  -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;
}
.sidebar .tab-content .tab-pane a p {
  font-weight: 700;
  font-size: 12.5px;
  line-height: 13px;
  color: #fff;
  margin: 10px 0 5px;
}
.sidebar .tab-content .tab-pane a .stars i {
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
 
}
.sidebar .tab-content .tab-pane a .stars i:before,
.sidebar .tab-content .tab-pane a .stars i:after {
  margin: 0;
}
.sidebar .next-event .countdown ul {
  display: block;
  padding: 30px 0 0 0;
  margin: 0 -5px;
  list-style: none;
  list-style-type: none;
}
.sidebar .next-event .countdown ul li {
  display: block;
  float: left;
  width: 25%;
  padding: 10px 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .next-event .countdown ul li {
    width: 50%;
  }
  .sidebar .heading {
	  font-size:16px;
  }
}
@media screen and (max-width: 350px) {
  .sidebar .next-event .countdown ul li {
    width: 50%;
  }
.map-event .add-calender a {
    padding: 27px 0 !important;
}}
.sidebar .next-event .countdown ul li span {
  display: block;
  width: 100%;
  border: 1px solid #2c2c2c;
  font-weight: 300;
  font-size: 30px;
  line-height: 70px;

  text-align: center;
  overflow: hidden;
}
.sidebar .next-event .countdown ul li p {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 10px;
  line-height: 20px;
  background: #181818;
  border: 1px solid #2c2c2c;
  border-top: none;
  text-transform: uppercase;
  overflow: hidden;
}
/* .info {
  padding-top: 20px;
}*/
 .info .text {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}
 .info .text li {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  padding-top: 15px;
}
 .info .text1 li {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  padding-top: 15px;
}
.sidebar .next-event  {
  font-size: 12.5px;
  line-height: 14px;
  margin-right: 5px;
}
 .info .text li i:before {
  margin: 0;
}
.info .buttons {
  display: block;
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-top: 15px;
}
 .info .buttons1 {
  display: block;
  float: left;
  width: 100% !important;
  padding-left:0px;
  padding-top:0px;
}
.info .buttons1 a {
  float: left;
  width:100% !important;
}
.info .buttons1 a.fbconect {margin:0px;text-align: right;background: #254784; width:100%; text-align:center; padding:6px 0;}
.info .buttons1 a.tweet {margin-top: 10px;text-align: right;background: #37abe5; width:100%; text-align:center; padding:6px 0;}
.info .buttons1 a.tweet i{color:#fff; text-align:center; font-size:14px}
.info .buttons1 a.fbconect i{color:#fff; text-align:center; font-size:14px}
.info .buttons a.buy {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  padding: 9px 0;
  margin-top:0px;
  margin-bottom:10px;
  text-align: center;
  color: #fff;
  background: #888;
  /*border-bottom: 2px solid #940036;*/
  -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;
}
.sidebar .next-event .info .buttons a.details {
  background: #2c2c2c;
  border-bottom: 2px solid #1f1f1f;
}
/*.sidebar .next-event .info .buttons a:hover {
  background: #393939;
  border-bottom: 2px solid #1f1f1f;
}*/
.sidebar .next-event .info .buttons a:hover.details {
  background: #393939;
  border-bottom: 2px solid #1f1f1f;
}
.organizer-img{width:95%;}
@media screen and (max-width: 1199px) {
  .sidebar .next-event .info .text {
    width: 100%;
  }
  .sidebar .next-event .info .buttons {
    width: 100%;
    padding-left: 0;
    max-width: 260px;
  }
}
.sidebar .gallery-photos .gallery {
  list-style: none;
  list-style-type: none;
  padding: 0;
  padding-top: 40px;
  margin: 0 -5px;
}
.sidebar .gallery-photos .gallery li {
  float: left;
  padding: 5px;
}
.sidebar .gallery-photos .gallery li a {
  display: block;
  border: 1px solid rgba(225, 0, 82, 0);
  -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;
}
.sidebar .gallery-photos .gallery li a:hover {
  
}
.sidebar .recent-articles .articles {
  padding-top: 25px;
}
.sidebar .recent-articles .articles a {
  display: block;
  padding-top: 20px;
  text-decoration: none;
  outline: none;
  clear: both;
}
.sidebar .recent-articles .articles a:hover h5 {
 
}
.sidebar .recent-articles .articles a img {
  float: left;
  margin-right: 20px;
}
.sidebar .recent-articles .articles a h5 {
  font-weight: 700;
  font-size: 14.5px;
  line-height: 16px;
  color: #fff;
  margin: 0;
  -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;
}
.sidebar .recent-articles .articles a p {
  font-weight: 400;
  font-size: 13.33px;
  line-height: 16px;
  color: #c2c2c2;
  margin-top: 10px;
}
.sidebar .our-artists {
  padding-top: 75px;
}
.sidebar .our-artists h4 {
  margin-top: 0;
}
.sidebar .our-artists .slider-controls {
  display: block;
  position: relative;
  float: right;
  width: 56px;
  height: 20px;
}
.sidebar .our-artists .slider-controls .carousel-control {
  display: block;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;

  margin: 0 3px 0 0;
}
.sidebar .our-artists .slider-controls .carousel-control.left span {
  left: 0;
  margin-left: 0;
}
.sidebar .our-artists .slider-controls .carousel-control.right span {
  right: 0;
  margin-right: 0;
}
.sidebar .our-artists .slider-controls .carousel-control:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.sidebar .our-artists .slider-controls .carousel-control:hover span {
  background: none;
  color: #2c2c2c;
}
.sidebar .our-artists .slider-controls .carousel-control .glyphicon {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: none;
  margin: 0;
  top: auto;
  left: auto;
  -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;
}
.sidebar .our-artists .member {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  margin-top: 45px;
}
.sidebar .our-artists .member .img-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.sidebar .our-artists .member .img-container a {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -45px;
  width: 40px;
  height: 40px;

  text-align: center;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  -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;
}
.sidebar .our-artists .member .img-container a:hover {
  background: #2c2c2c;
}
.sidebar .our-artists .member .img-container a.twitter {
  left: auto;
  right: 50%;
  margin-right: -45px;
}
.sidebar .our-artists .member .img-container a i {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.sidebar .our-artists .member .img-container:hover a {
  bottom: 0;
}
.sidebar .our-artists .member .info {
  position: relative;
  display: block;
  width: 100%;
  background: #1f1f1f;
  overflow: hidden;
  min-height: 60px;
  padding-left: 80px;
}
.sidebar .our-artists .member .info i {
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
  background: #2c2c2c;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  color: #5c5c5c;
  left: 0;
  top: 0;
}
.sidebar .our-artists .member .info h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  margin-top: 10px;
  white-space: nowrap;
}
.sidebar .our-artists .member .info p {
  font-weight: 400;
  font-size: 11.5px;
  line-height: 20px;
  color: #626262;
  margin-top: 0;
  white-space: nowrap;
}
.orga-info{padding-left:0; margin-top:14px; color:#222; text-align:left; line-height:18px;}
.orga-info img{width:60%; float:none;}
.orga-info1{text-align:left; float:none !important;}
/*--------------------------------------------------------------
9.0 - Shop
--------------------------------------------------------------*/
.shop-container {
  display: block;
 /*background: #202020;*/
  padding:0px 10px 10px 15px;
  list-style: none;
  list-style-type: none;
  margin: 0;/*opacity: 0.7;*/
}
.under_header {
    height:100px;background:#1f1f1f;margin-top: 40px;
}
.under_header img{
 margin :-170px 0;
}
.shop-container:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 1200px) {
  .shop-container {
    padding:15px 30px 45;
  }
}
@media screen and (max-width: 991px) {
  .shop-container {
    padding:19px 15px;
  }
.under_header {
    height: 100px;
    background: #1f1f1f;
    margin-top: -64px;
}
.under_header img {
    margin: -85px 0;
}
.organizer-img{width:100%;}
 body{margin-top:0px !important;}

}
@media screen and (max-width: 767px) {
table.contct-table{border:none !important}
  .shop-container {
    padding: 45px 0px;
  }
  .under_header img {
    margin: 0;
}
.under_header {
    height: 100px;
    background: #1f1f1f;
    margin-top: -64px;
}

}
.shop-container.shop li {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 33.333333333%;
  padding: 3px;
}
@media screen and (max-width: 500px) {
  .shop-container.shop li {
    width: 100%;
    float: none;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.shop-container.shop li .wrapper {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.shop-container.shop li .wrapper .price {
  display: block;
  width: 130px;
  height: 30px;

  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: -30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop-container.shop li .wrapper .hover {
  display: block;
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #1f1f1f;
  padding: 15px 10px 15px 60px;
  -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;
}
.shop-container.shop li .wrapper .hover .buy {
  text-decoration: none;
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  background: #2c2c2c;
  -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;
}
.shop-container.shop li .wrapper .hover .buy i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px;
  margin-left: -15px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.shop-container.shop li .wrapper .hover .buy i:before {
  margin: 0;
}
.shop-container.shop li .wrapper .hover .buy:hover {

}
.shop-container.shop li .wrapper .hover h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #acacac;
  margin: 0;
  text-transform: uppercase;
}
.shop-container.shop li .wrapper:hover .hover {
  left: 0;
}
.shop-container.single .product {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
}
.shop-container.single .product .price {
  display: block;
  width: 130px;
  height: 30px;
  
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: -30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop-container.single form#pieces {
  position: relative;
  display: block;
  width: 100%;
  min-height: 40px;
}
.shop-container.single form#pieces .numbers-row {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}
.shop-container.single form#pieces .numbers-row input[type=text] {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 38px;
  color: #fff;
  background: #2c2c2c;
  border: 1px solid #464646;
}
.shop-container.single form#pieces .numbers-row .button {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  left: 40px;
  top: 0;
  background: #2c2c2c;
  border: 1px solid #464646;
  border-left: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shop-container.single form#pieces .numbers-row .button.dec {
  top: 20px;
  border-top: none;
}
.shop-container.single form#pieces .buttons {
  display: inline-block;
  margin-top: 15px;
}
.shop-container.single form#pieces .buttons input[type=submit] {
  display: inline-block;
  border: none;

  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -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;
}
.shop-container.single form#pieces .buttons input[type=submit]:hover {
  background: #2c2c2c;
}
.shop-container .gallery-video .video {
  list-style: none;
  list-style-type: none;
  padding: 0;
  padding-top:30px;
  margin: 0 -5px; height:200px;
}
.shop-container .gallery-video .video li {
  float: left;
  padding: 5px; width:50%; 
}
.shop-container .gallery-video .video li a {
  display: block;
  border: 1px solid rgba(225, 0, 82, 0);
  -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; width:100%;
}
.shop-container .gallery-video .video li a img{width:100%; height:200px}

.shop-container .gallery-video .video li a:hover {
  
}

@media screen and (max-width: 767px) {
  .shop-container.single .info {
    margin-top: 30px;
  }
}
.shop-container.single .info h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}
.shop-container.single .info h5.price {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  text-transform: uppercase;
  margin: 15px 0 0 ;
}
.shop-container .heading {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  margin-top:30px;
  display: inline-block;
} .heading {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}
.shop-container .line-sep {
  display: block;
  width: 100%;
  height: 1px;
  margin-top:12px;
  background: #2c2c2c;
}
.shop-container .line-sep span.line {
  display: block;
  width: 33%;
  height: 1px;

}
.shop-container.single .info h5.price del {
  color: #ababab;
}
.shop-container.single .info span.info-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  margin-top: 25px;
}
.shop-container.single .info p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin: 25px 0 0;
}
.shop-container.single .about-product {
  padding-top:0px;margin-top: 25px;
}
.shop-container.single .about-product > ul {
  display: block;
  width: 100%;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shop-container.single .about-product > ul > li {
  display: inline-block;
  margin-right: 5px;
}
.shop-container.single .about-product > ul > li.active a {
background: #fff;
border-bottom-color: #fff;}
.shop-container.single .about-product > ul > li a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding: 13px 25px;
  background: #ddd;
  border: 1px solid #bbb;
}
.shop-container.single .about-product .tab-content {
  display: block;
  width: 100%;
  margin-top: -1px;
  border: 1px solid #bbb;
padding: 10px 10px 20px;
background: #fff;
}
.shop-container.single .about-product .tab-content .reviews {
  /* Reviews form */
}
.shop-container.single .about-product .tab-content .reviews .review {
  display: block;
  width: 100%;
  padding: 15px 0 0 ;
}
.shop-container.single .about-product .tab-content .reviews .review img {
  float: left;
  margin-right: 15px;
}
.shop-container.single .about-product .tab-content .reviews .review h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  /*color: #fff;*/
  margin: 0;
}
.shop-container.single .about-product .tab-content .reviews .review p {
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #333;
  margin: 10px 0 0;
}
.shop-container.single .about-product .tab-content .reviews .review ul.stars {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}
.shop-container.single .about-product .tab-content .reviews .review ul.stars li {
  display: block;
  float: left;
}
.shop-container.single .about-product .tab-content .reviews .review ul.stars li.active i {
  
}
.shop-container.single .about-product .tab-content .reviews .review ul.stars li i {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #5f5f5f;
}
.shop-container.single .about-product .tab-content .reviews .review ul.stars li i:before {
  margin: 0;
}
.shop-container.single .about-product .tab-content .reviews h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  color: #fff;
  margin: 25px 0 0;
}
.shop-container.single .about-product .tab-content .reviews form .form-group textarea,
.shop-container.single .about-product .tab-content .reviews form .form-group input {
  border-radius: 0;
  border-color: #1f1f1f;
  background: #101010;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.shop-container.single .about-product .tab-content .reviews form .stars-container {
  display: block;
  float: left;
  width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .shop-container.single .about-product .tab-content .reviews form .stars-container {
    padding: 0;
    float: none;
    width: 100%;
  }
}
.shop-container.single .about-product .tab-content .reviews form .stars-container ul.stars {
  display: table;
  width: 100%;
  list-style: none;
  list-style-type: none;
  margin: 15px 0 0;
  padding: 10px;
  border: 1px solid #2c2c2c;
  border-color: #1f1f1f;
  background: #101010;
}
.shop-container.single .about-product .tab-content .reviews form .stars-container ul.stars li {
  display: block;
  float: left;
}
.shop-container.single .about-product .tab-content .reviews form .stars-container ul.stars li.active i {
  
}
.shop-container.single .about-product .tab-content .reviews form .stars-container ul.stars li i {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #5f5f5f;
}
.shop-container.single .about-product .tab-content .reviews form .stars-container ul.stars li i:before {
  margin: 0;
}
.shop-container.single .about-product .tab-content .reviews form .button {
  display: block;
  float: left;
  width: 25%;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .shop-container.single .about-product .tab-content .reviews form .button {
    padding: 0;
    width: 100%;
    float: none;
  }
  .marg-tp{
	  margin-top:80px;
  }
}
.shop-container.single .about-product .tab-content .reviews form .button button {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 0;
  margin-top: 15px;
  -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;
}
.shop-container.single .about-product .tab-content .reviews form .button button:hover {
  background: #464646;
}
.shop-container.single .about-product .tab-content .description i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;

  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  margin-right: 20px;
}
.shop-container.single .about-product .tab-content .description i:before {
  margin: 0;
}
.shop-container.single .about-product .tab-content .description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ababab;
  margin: 20px 0 0;
}

/*--------------------------------------------------------------
12.0 - Gallery
--------------------------------------------------------------*/
.gallery {
  margin: 0 -2px;
}
.gallery .item {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0 2px 4px;
  width: 25%;
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .gallery .item {
    width: 33.333333%;
    max-width: 360px;
  }
}
@media screen and (max-width: 650px) {
  .gallery .item {
    width: 50%;
    max-width: 360px;
  }
  
.shop-container.single .about-product > ul > li.active a {width:100%!important;border-bottom:1px solid #ccc;}
.shop-container.single .about-product > ul > li a{width:100%!important;}
.shop-container.single .about-product > ul > li {width:100%!important;}
  
}
@media screen and (max-width: 480px) {
  .gallery .item {
    width: 100%;
    max-width: 360px;
  }
   .shop-container.single .info {
    margin-top: 5px;
  }
.shop-container .gallery-video .video li {
    float: left;
    padding: 5px;
    width: 100%;
}
h2.mobi-text{text-align:center !important; margin:20px 0!important;width: 100%;}
.frrmgrp {
    margin-bottom: 0px !important;
    text-align: center;
}
h1.hide-title{text-align:center;}
.shop-container.single .about-product > ul > li.active a {width:100%!important;border-bottom:1px solid #ccc;color: #000;}
.shop-container.single .about-product > ul > li a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 13px 40px;
  background:#2CBCF1 ;
  border: 1px solid #bbb;
}
.shop-container.single .about-product > ul > li a{width:100%!important;}
.shop-container.single .about-product > ul > li {width:100%!important;}
}
.gallery .item a {
  text-decoration: none;
  outline: none;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 2px;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px;
  width: 70%;
  overflow: hidden;
  -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;
}
.gallery .item a:hover {
  background: rgba(225, 0, 82, 0.9);
}
.gallery .item a span.name {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
}
.gallery .item a span.number {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
12.1 - Gallery Inside Photo
--------------------------------------------------------------*/
.gallery.inside-photo .item a {
  display: block;
  height: 40px;
  width: 220px;
  padding: 0;
  overflow: hidden;
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  margin-left: -60px;
  bottom: -40px;
  -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;
}
.gallery.inside-photo .item:hover a {
  bottom: 20px;
}
/*--------------------------------------------------------------
12.2 - Gallery Inside Video
--------------------------------------------------------------*/
.gallery.inside-video .video-embeded {
  position: relative;
  max-width: 360px ;
}
.gallery.inside-video .video-embeded iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  border: none !important;
  z-index: 1000!important;
}
/*--------------------------------------------------------------
14.0 - Import Style Switcher
--------------------------------------------------------------*/
/*===== Style switcher =====*/
#style-switcher-container {
  position: fixed;
  width: 100%;
  height:auto;
  z-index: 15000;
  bottom: 0px;
  padding:10px 5px 20px;
  margin-top: 93px;
  background: #1f1f1f; border-radius:0 3px 3px 0;
}
@media screen and (max-width: 991px) {
  #style-switcher-container {
    margin-top: 70px;
  }
.sidebar .next-event .info .text {
    width:100% !important;
  }

}
#style-switcher-container #style-switcher {
   display: block;
  position: relative;
  list-style: none;
  list-style-type: none;
  /*width: 220px;*/
  height: auto;
  padding: 0px 5px;
  margin: -26px 0 0;
  float: left;
  border-bottom-right-radius: 3px;
}
#style-switcher-container #style-switcher li {
  display: inline-block;
}
#style-switcher-container #style-switcher li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
#style-switcher-container #style-switcher li a.button-switcher {
  width: 100px;
  height: 25px;
  background: #393939;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
#style-switcher-container #style-switcher li a.button-switcher:hover {
  background: #464646;
}
#style-switcher-container #style-switcher li a.button-light {
  background: #fff;
  color: #333333;
}
#style-switcher-container #style-switcher li a.button-light:hover {
  background: #e6e6e6;
  color: #000;
}
#style-switcher-container .switcher-toggle {
  background: #393939 none repeat scroll 0 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    height: 50px;
    margin-left: 36px;
    margin-top: -60px;
    position: relative;
    width: 100px;
	color:#FFF;
	
}
#style-switcher-container .switcher-toggle i {

  font-size: 20px;
  line-height: 30px;
  width: 100%;
  padding:10px;
  cursor: pointer;margin-top: 1px;
}#credits {
    margin-top:2%;
}

.apply{margin:16px 0 0 7px !important}
a.apply-btn{padding:10px 32px;  color:#fff; border-radius:3px;margin-top:20px;    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
	background:#393939 none repeat scroll 0 0;
    margin-top: 5px;}
a.apply-btn:hover{text-decoration:none; background-color:#393939; color:#fff; border-radius:3px;margin-top:20px;}


@media screen and (max-width: 1199px) {
.info .text {
    width:50%;
  }
 .info .buttons {
    width:100%;
    padding-left: 0;
  }
}
.sidebar .gallery-photos .gallery {
  list-style: none;
  list-style-type: none;
  padding: 0;
 /* padding-top:30px;*/
  margin: 0 -5px;
}
.sidebar .gallery-photos .gallery li {
  float: left;
  padding: 5px; width:33%
}
.sidebar .gallery-photos .gallery li a {
  display: block;
  border: 1px solid rgba(225, 0, 82, 0);
  -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; width:100%;
}
.sidebar .gallery-photos .gallery li a img{width:100%;}

.sidebar .gallery-photos .gallery li a:hover {

}

#style-switcher-container   span.lableclass {
    color: #fff;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

}

.map-details{
	 width:80% !important;
	 float:left;
 }
 
 .add-calender{
	 
    float: left;
    padding: 1%;
    position: absolute;
    right: 0;
    top: 0;
	bottom: 0;
    vertical-align: middle !important;
    width: 20%;
	color:#FFF;
 }
 
 
 @media screen and (min-width: 768px) and (max-width:991px) {
.ipmarg{margin-top:-25px !important;}
#style-switcher-container #style-switcher {
    margin: -10px 0 0 !important;
}
input[type="radio"]{
    margin:2px 3px 0 0;
    margin-top: 1px;
}
#style-switcher li a.button-switcher {
    position: relative;
    top: -11px;
}
}
@media screen and (min-width:992px) and (max-width:1024px) {
.ipmarg{margin-top:0px !important;}
#style-switcher-container #style-switcher {
    margin: 0px 0 0 !important;
}

}

@media screen and (min-width:1279px) and (max-width:1968px) 
{
	#main_theme_page_container
	{
		width:1260px;
	}
}
