@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/* Custom color theme properties */
:root {
  --f7-theme-color: #004283;
  --f7-theme-color-rgb: 0, 66, 131;
  --f7-theme-color-shade: #002d5a;
  --f7-theme-color-tint: #0057ac;
}

/* Invert navigation bars to fill style */
:root,
:root.theme-dark,
:root .theme-dark {
  --f7-bars-bg-color: var(--f7-theme-color);
  --f7-bars-bg-color-rgb: var(--f7-theme-color-rgb);
  --f7-bars-translucent-opacity: 0.9;
  --f7-bars-text-color: #fff;
  --f7-bars-link-color: #fff;
  --f7-navbar-subtitle-text-color: rgba(255,255,255,0.85);
  --f7-bars-border-color: transparent;
  --f7-tabbar-link-active-color: #fff;
  --f7-tabbar-link-inactive-color: rgba(255,255,255,0.54);
  --f7-sheet-border-color: transparent;
  --f7-tabbar-link-active-border-color: #fff;
}
.appbar,
.navbar,
.toolbar,
.subnavbar,
.calendar-header,
.calendar-footer {
  --f7-touch-ripple-color: var(--f7-touch-ripple-white);
  --f7-link-highlight-color: var(--f7-link-highlight-white);
  --f7-button-text-color: #fff;
  --f7-button-pressed-bg-color: rgba(255,255,255,0.1);
}
.navbar-large-transparent {
  --f7-navbar-large-title-text-color: #000;

  --r: 0;
  --g: 66;
  --b: 131;
  --progress: var(--f7-navbar-large-collapse-progress);
  --f7-bars-link-color: rgb(
    calc(var(--r) + (255 - var(--r)) * var(--progress)),
    calc(var(--g) + (255 - var(--g)) * var(--progress)),
    calc(var(--b) + (255 - var(--b)) * var(--progress))
  );
}
.theme-dark .navbar-large-transparent {
  --f7-navbar-large-title-text-color: #fff;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.pull-right{
	float: right;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align: right;
	
}
.toast .toast-text {
  color:#0057ac !important;
}
i.fab{
  position: relative !important;
}

/* Your app custom styles here */
body{
  background-color: #fec82f;
}
.page-content,.page{
  background-color: #002d5a;
}
.wrapper-web{
  width: 90%;
  margin:0 auto;
  max-width: 900px;
}
.page.no-navbar .page-content{
  padding-top: 0px !important;
}
.page.no-navbar .page-content.home-2,.page.no-navbar .page-content.home-4{
  padding-top: calc(20px + var(--f7-safe-area-top))!important;
}
.login-screen-page .login-screen-content, .login-screen-page .page-content, .login-screen>.page .login-screen-content, .login-screen>.page .page-content, .login-screen>.view>.page .login-screen-content, .login-screen>.view>.page .page-content {
  height:100%;
}
.accordion-item-content{
  background-color: rgba(0, 0, 0, 0.04);
}
#social_img{
	width: 150px;
	margin:10px auto;
	border-radius: 75px;
	display: block;
}
input.inputintra{
	width: 100%;
    height: 50px;
    border: 1px #C3C3C3 solid;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
    padding: 0 10px;
	color:#9F9F9F;
}
input.inputintra.error{
  border: 2px #ff0000 solid;
}
.login-screen,#login-screen,#signup-screen{
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}
#login-screen .navbar,#signup-screen .navbar{
  background-color: #1f1f1f;
}
#login-screen .page, #signup-screen .page{
  background-color: rgba(255, 255, 255, 0.6);
  
}
#login-screen .page-content, #signup-screen .page-content{
  background-color: transparent;
  padding-top: calc(40px + constant(safe-area-inset-top));
  padding-top: calc(40px + env(safe-area-inset-top));
}
.login-screen .fa-facebook-f{
  position: relative !important;
  margin-right: 12px;
}
.login-screen .facebook{
  background-color: #3b5998;
}
.tab-link i{
  font-size: 18px;
  padding-top: 5px;
}
.navbar-expand-lg .nav-link{
  color:#fff;
  font-size: 24px;
}
.navbar-expand-lg .nav-link:hover{
  color:#3b5998;
}
.home-1{
  background:url('../images/rock.jpg');
}
.home-1 .content{
  text-align: center;
  position: relative;
  height: auto;
  padding-top: 150px;
  width: 80%;
  margin:0 auto;
}
.home-1 input[type="search"]{
  width: 100%;
  background-color: #002d5a;
  border:solid 4px #0057ac;
  height:50px;
  border-radius: 30px;
  padding:0px 20px;
  color:#fec82f;
}
 .search-button{
  background-color: #fec82f;
  color:#002d5a;
  padding:10px 40px;
  border-radius: 20px;
  margin-top: 30px;
  height:40px;
}
.home-1 .content .qrCodeEvent{
  position: absolute;
  color:#fec82f !important;
  z-index: 4;
  bottom:80px;
  right: 20px;
  font-size: 22px;;
}
.home-1 .back{
  background-color: rgba(255,255,255, 0.37);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.logo-home-1{
  width: 30%;
  display: block;
  margin:0 auto;
}
.home-2 .list ul,.home-4 .list ul, #event-list ul{
  background-color: transparent;
}
.home-2 .list li,
.home-4 .list li,
#event-list li
 {
  color: #fff;
  margin:25px 10px;
  border-radius: 20px;
  background: #004283; /* Old browsers */
  background: -moz-linear-gradient(top, #004283 36%, #0183ec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004283 36%,#0183ec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004283 36%,#0183ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004283', endColorstr='#0183ec',GradientType=0 ); /* IE6-9 */
}
.home-2 .list li h3{
  margin:0px;
  color:#fec82f;
  font-size: 16px;
}
.home-4 .list li .item-title,
#event-list li .item-title{
  color:#fec82f;
}
.home-2 .navbar{
  position: fixed;
}
.home-4 .navbar{
  position: fixed;
}
.home-3 .user{
  width: 130px;
  height: 130px;
  border-radius: 100px;
  border:1px solid #ffffff;
  margin:30px auto 0px auto;
  background-position: top center;
  background-size: 100% auto;
}
.home-3 .name{
  text-align: center;
  color:#fff;
  margin-bottom: 0px;
  margin:0px;
  font-weight:300;
  font-size: 28px;


}
.home-3 .top{
  width: 100%;
  margin-top: 0px;
  padding-bottom: 40px;
  padding-top: calc(40px + constant(safe-area-inset-top));
  padding-top: calc(40px + env(safe-area-inset-top));
}
.home-3 .bottom{
  min-height: 383px;
  background-color: #fff;
  width: 100%;
  color: #002d5a;
  margin-top: -7px;
}


.home-3 .list ul{
  background-color: transparent !important;
}
.home-3 .list ul li{
  background-color: #004283 !important;
  margin-bottom: 20px;
  color:#fff;
}
.home-4{
  color:#0183ec;
}
.notfound {
  text-align: center;
  font-size: 23px;
  color:#0183ec;
}
.popup{
  z-index:12501 !important;
}
.push-popup .page-content{
  background-color: #fff;
  padding-bottom: 40px;
}
.push-popup .popupHeader{
  height: 80px;
  padding-top:20px;
  width: 100%;
  margin-top:-20px;
  background-color:#dedede;
  text-align: center;
  color:#002d5a;
}
.push-popup .popupHeader h1{
  color:#002d5a;
  font-weight:300;

}
.push-popup .popupHeader .popup-close, .push-popup .popupHeader .cancel-add-payment{
  position: absolute;
  top:5px;
  left:8px;
  font-size: 23px;
  display:block;
  color:#002d5a;
}
.push-popup h3{
  color:#b3b3b3;
  text-align: center;
}
.push-popup .color-yellow{
  background-color: #fec82f !important;
  color:#002d5a;
}
#popupPrivacy .page-content, #popupTerms .page-content{
  background-color: #fff;
}
#popupPrivacy .navbar, #popupTerms .navbar{
  background-color:#dedede;
  color:#002d5a;
}
.page[data-name="levels"] #level-info{
  color:#fff;
}
.choose-payment{
  color:#fff !important;
}
.page[data-name="levels"] #level-info #title{
  color:#fec82f;
}
.page[data-name="levels"] #levelTickets{
  padding-bottom:200px;
}
.page[data-name="levels"] .ticketSale{
  width: 92%;
  height: auto;
  margin:78px auto 48px auto;
  display: flex;
  align-items: stretch;

}
.page[data-name="levels"] .ticketSale .left-ticket{
  width: 35%;
  background-color: #004283;
  color:#fec82f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right:3px dashed #002d5a;
}
.page[data-name="levels"] .ticketSale .left-ticket h2{
  font-size: 20px;


}
.page[data-name="levels"] .ticketSale .left-ticket span{
  font-size: 13px;
}
.page[data-name="levels"] .ticketSale .right-ticket{
  width: 65%;
  background-color: #ffffff;
  position: relative;
  border-left:3px dashed #002d5a;
}
.page[data-name="levels"] .ticketSale .right-ticket .container{
  padding:20px;
  box-sizing: border-box;

}
.page[data-name="levels"] .ticketSale .right-ticket .list{
  margin: 3px 0px;
}
.page[data-name="levels"] .ticketSale .left-ticket .container{
  padding:20px;
  box-sizing: border-box;
  text-align: center;
 
}
.page[data-name="levels"] .ticketSale .left-ticket:before{
  width: 100%;
  height: 30px;
  background-image: url("../images/left-ticket_.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top:-29px;
  content: '';
}
.page[data-name="levels"] .ticketSale .left-ticket:after{
  width: 100%;
  height: 30px;
  background-image: url("../images/left-ticket_.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom:-29px;
  content: '';
  transform: scaleY(-1);
}
.page[data-name="levels"] .ticketSale .right-ticket:before{
  width: 100%;
  height: 30px;
  background-image: url("../images/right-ticket_.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top:-29px;
  content: '';
}
.page[data-name="levels"] .ticketSale .right-ticket:after{
  width: 100%;
  height: 30px;
  background-image: url("../images/right-ticket_.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom:-29px;
  content: '';
  transform: scaleY(-1);
}
.page[data-name="sale"] .ticket-carrusel{
  width: 100%;
  max-width: 400px;
  margin: 0px auto 35px auto;
  font-size: 18px;
}
.page[data-name="sale"] .ticket-carrusel .swiper-slide{
  width: 80%;
  height: auto;
  background-color: #fff;
  text-align: center;
}

.page[data-name="sale"] .ticket-carrusel .swiper-slide .separator{
  width: calc(100% + 3px);
  margin:20px -3px;
}
.page[data-name="sale"] .ticket-carrusel .swiper-slide .code{
  width: 80%;
  margin-top: 20px;
}
.page[data-name="sale"] .ticket-carrusel .swiper-slide h1{
  margin:0;
}
.page[data-name="sale"] .ticket-carrusel .swiper-slide h4{
  margin:0;
  font-weight: 500;
}
.page[data-name="sale"] .ticket-carrusel .swiper-slide span{
  font-size: 13px;
  font-weight: lighter;
}
.page[data-name="sale"] #info{
  color:#fff;
}
.page[data-name="sale"] #info #title{
  color:#fec82f;
}
.page[data-name="sale"] #info a{
  width: auto;
  display: block;
  margin: 0 auto;
  color: #fec82f;
  font-size: 22px;
  text-align: center;
}
.page[data-name="sale"] #info p{
  text-align: center;
  font-size: 12px;
}
#noTickets{
  width: 200px;
  height: 200px;
  margin:40px auto;
}
#noTickets::after{
  content:'No se encontraron eventos :(';
  color:#0383EC;
  text-align: center;
  font-size: 20px;
  display: block;
  margin:5px auto;
}

#qrEvent{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0px;
  left:0px;
  z-index:10;
  display: none;
  color:#0383EC;
}

#qrEvent .closeQrEvent{
  position: fixed;
  bottom:40px;
  display: block;
  left:20px;
}
.page[data-name="event"] .page-content{
  background-color: #dedede;
}
.page[data-name="event"] .page-content .back{
  color:#002d5a;
  padding-top: calc(20px + constant(safe-area-inset-top));
  padding-top: calc(20px + env(safe-area-inset-top));
  padding-left: 20px;
}
.page[data-name="event"] .page-content #shareEvent,
.page[data-name="event"] .page-content #addToFav{
  color:#002d5a;
  padding-top: calc(20px + constant(safe-area-inset-top));
  padding-top: calc(20px + env(safe-area-inset-top));
  padding-right: 20px;
  float: right;
  font-size: 22px;
}
.page[data-name="event"] .page-content #title{
  width: 80%;
  margin:30px auto;
  text-align: center;
  color:#002d5a;
}
.page[data-name="event"] .page-content #open-poster{
  text-align: center;
  margin:10px auto;
  display: block;
}
.page[data-name="event"] .page-content #poster{
  width: 80%;
  max-width: 300px;
  border-radius: 20px;
  box-shadow: 0px 0px 39px 0px rgba(0,0,0,0.75);
  margin:30px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page[data-name="event"] .page-content h2 i{
  margin-right: 10px;
}
.page[data-name="event"] .page-content #description{
 font-size: 23px;
}
.page[data-name="event"] .page-content #talent .talent{
  font-size: 23px;
  font-weight: 500;
  width: 32%;
  height:200px;
  display: inline-block;
  margin-right: 1%;
}  
.page[data-name="event"] .page-content #talent .talent h3{
  margin:0;
  text-align: center;
  font-weight: normal;
}

.page[data-name="event"] .page-content #talent .talent .circle{
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
}
#map{
  width: 100%;
  margin:0px auto 0px auto;
  height: 330px;
}
#popupTalent #talent-image{
  border-radius: 50%;
  width: 30%;
  padding-bottom: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin:10px auto;
}
#popupTalent #talent-name{
  text-align: center;
  font-weight: normal;
  margin:10px auto;
}
#popupTalent #talent-description{
  text-align: justify;
}
#popupAddPayment .list ul ul {
  padding-left: 0px !important;
}
#popupAddPayment .scanCard {
    font-size: 30px;
    padding-top: 12px;
    display: block;
    text-align: center;
}
#popupAddPayment #cards #type i{
    font-size: 20px;
    padding-top: 25px;
    display: block;
    text-align: left;
    margin-left: -14px;
    color:#9F9F9F;
}
.loader{
  text-align: center;
}

/*sold*/
.sold{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	transition: .1s all linear;
	top:-100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	visibility: hidden;
  background-color: rgba(0,0,0,0.56);
  color:#fff;
}
.sold .inner{
  height: auto;
  width: auto;
  text-align: center;
  margin:0 auto;
}
.sold.show{
	top:0px;
	visibility:visible;
}
.sold #sold_inner{
	width: 80%;
  height: 50%;
  margin:0 auto;
}
::-webkit-input-placeholder {
  color: #fec82f;
}

:-moz-placeholder { /* Firefox 18- */
  color: #fec82f;  
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #fec82f;  
}

:-ms-input-placeholder {  
  color: #fec82f;  
}




/*WEB*/


/*--------------------------------------------------------------
	Site Header
--------------------------------------------------------------*/

.site-branding{
	padding:0;
}

.site-title{
	margin:0;
}	

.site-title a img{
	max-height:135px;
	width:auto;
}

.top-header{
  padding:10px 0;
  height: 38px;
}

.top-header-bg{
	background:#161616;
}

.top-header .top-left{
	float:left;
}

.top-header ul{
	margin:0;
	padding:0;
	list-style:none;
}	

.top-header ul li{
	float:left
}

.top-header .top-left ul li{
	margin: 0 20px 0 0
}

.top-header .top-left ul li a{
	color:#b3b3b3;
	font-size:12px;
	text-decoration:none;
	display:block;
	font-family: 'Open Sans', sans-serif;
}

.top-header .top-left ul li a i{
	color:#ad4a08;
	margin:0 10px 0 0;	
}

.top-header .top-right{
	float:right;
}

.top-header .top-right ul li{
	border-left:2px solid #b3b3b3;
}

.top-header .top-right ul li:first-child{
	border:none
}

.top-header .top-right ul li:first-child a{
	color:#d31a2b;
	font-weight:700;
}

.top-header .top-right ul li a{
	color:#b3b3b3;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px;
	display:block;
	font-family: 'Open Sans', sans-serif;
	background:none;
}
.main-menu{
  width: 100%;
  height: auto;
  min-height: 40px;
  background-color: rgba(255,255,255,0.5);
  border-bottom: 2px solid #ffffff;
  position: absolute;
  top: 37px;
  z-index: 999;
}
.main-menu .logo{
  width: 200px;
  margin:5px 30px;
}

/*--------------------------------------------------------------
	Hero 1
------------------------------------------------------------- */

.hero-1{
	position:relative;
	background-image: url("../images/rock.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom;
	height:calc(100% - 218px);
}

.hero-1:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.50);
}

.hero-1 .hero-content {
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    width: 70%;
    z-index: 900;
}

.hero-1 .hero-content .hero-title{
	font-size:36px;
	color:#004283;
	font-family: "Montserrat";
	margin:0 0 20px
}

.hero-1 .hero-content .hero-caption{
	font-size:26px;
	color:#000;
	font-family: "Montserrat";
	margin:0 0 45px;
}

.hero-1 .hero-content .hero-search{
	margin:0 0 45px;
}

.hero-1 .hero-content .hero-search input[type="text"]{
	border:2px solid #fff;
	padding: 25px 80px 25px 45px;
	color:#fff;
	font-size:22px;
	font-family: "Montserrat";
	width:70%;
	background:rgba(240,243,243, 0.2);
	border-radius:50px;
	margin:0 auto;
}

.hero-1 .hero-content .hero-search input[type="text"]::-webkit-input-placeholder{
	color: #fff;
}
.hero-1 .hero-content .hero-search input[type="text"]::-moz-placeholder{
	color: #fff;
}

.hero-1 .hero-content .hero-search input[type="text"]:-ms-input-placeholder{
	color: #fff;
}

.hero-1 .hero-content .hero-search input[type="text"]:-moz-placeholder{ 
	color: #fff;
}

.hero-1 .hero-location p{
	color:#fff;
	font-size:15px;
}

.hero-1 .hero-location p i{
	margin:0 5px;
}

.hero-1 .hero-location p a{
	font-size:12px;
	opacity:.6;
	text-decoration:underline;
	color:#fff;
	margin:0 5px;
}
.hero-2 {
height: auto;
background-color: #C3C3C3;
}
/*--------------------------------------------------------------
	Event Single
--------------------------------------------------------------*/

.section-event-single-featured-header {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 322px;
  position: relative;
}

.section-event-single-featured-header:before {
  background: rgba(0, 0, 0, 0) url("../images/overlay.png") repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section-event-single-featured-header .section-content {
  padding: 140px 0 150px;
  text-align: center;
position:relative;
}

.section-event-single-featured-header .section-content h1 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: 600;
  line-height:50px;
  margin: 10px auto 15px auto;
  max-width: 60%;
}

.section-event-single-featured-header .section-content h3 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat";
  font-size: 16px;
  margin: 0;
}

.section-event-single-featured-header .section-content p i{
margin:0 5px 0 0;
}

.section-event-single-header {
  background: #fff;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  margin: 0;
  padding: 40px 0;
}


.section-event-single-header h1 {
  border: medium none;
  color: #4e4e4e;
  font-size: 25px;
line-height:56px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
float:left;
}

.section-event-single-header .ticket-purchase{
margin:0;
padding:0;
list-style:none;
float:right;
vertical-align:middle;
display:table;
}
.section-event-single-header #addToFav{
  color: #002d5a;
  font-size: 30px;

}
.section-event-single-header .ticket-purchase li{
display:table-cell;
font-size:16px;
color:#949494;
font-family: "Montserrat";
vertical-align:middle
}

.section-event-single-header .ticket-purchase li span{
font-size:25px;
color:#4e4e4e;
display:inline-block;
margin:0 25px 0 15px;
}

.section-event-single-header .ticket-purchase li a{
font-size:16px;
padding:20px 35px;
border-radius:5px;
color:#fff;
background:#fec82f;
border:1px solid #fec82f;
display:inline-block;
font-family: "Montserrat";
}

.section-event-single-header .ticket-purchase li a:hover{
color:#fec82f;
background:#fff;
}


.section-event-single-content {
background: #f8f8f8;
  padding: 70px 0 0;
}

.section-event-single-content .event-features ul{
margin:0 0 70px;
padding:0 0 50px;
list-style:none;
text-align:center;
vertical-align:middle;
border-bottom:1px solid #dedede;
}

.section-event-single-content .event-features ul li{
display:inline-block;
text-align:center;
padding:0 30px;
line-height:20px;
color:#6f6f6f;
font-size:14px;
font-family: "Montserrat";
}

.section-event-single-content .event-features ul li i{
display:block;
width:80px;
height:80px;
color:#6f6f6f;
line-height:78px;
border:2px solid #6f6f6f;
border-radius:50px;
margin:0 auto 20px;
}

.section-event-single-content .event-info{
margin:0 0 35px;
}

.section-event-single-content .event-info .event-info-about,
.section-event-single-content .event-highlights,
.section-event-single-content .event-location{
padding:0 0 0 25px;
}

.section-event-single-content .event-info h2:before,
.section-event-single-content .event-location h2:before,
.section-event-single-content .event-highlights h2:before{
display:block;
content: "";
width:5px;
height:16px;
background:#fec82f;
position:absolute;
left:-25px;
top:3px;
}


.section-event-single-content .event-info h2,
.section-event-single-content .event-location h2,
.section-event-single-content .event-highlights h2{
font-size:22px;
line-height:22px;
font-family: 'Montserrat', sans-serif;
color:#373737;
font-weight:700;
margin:0 0 35px;
text-transform:uppercase;
position:relative;
}

.section-event-single-content .event-info p,
.section-event-single-content .event-location p,
.section-event-single-content .event-highlights p{
font-size:13px;
line-height:22px;
font-family: "Montserrat";
color:#6f6f6f;
padding:0 3px;
margin:0 0 35px;
}

.section-event-single-content .event-location p span{
font-family: "Montserrat";
}

.section-event-single-content .event-info-about ul,
.section-event-single-content .event-highlights ul{
padding:0 3px;
}

.section-event-single-content .event-info-about ul li,
.section-event-single-content .event-highlights ul li{
font-size:13px;
line-height:22px;
font-family: "Montserrat";
color:#6f6f6f;
position:relative;
padding:0 0 0 45px;
margin:0 0 30px;
display:inline-block;
vertical-align:top
}

.section-event-single-content .event-info-about ul li:before,
.section-event-single-content .event-highlights ul li:before{
content: "\f00c";
width:26px;
height:26px;
line-height:24px;
border:1px solid #fec82f;
border-radius:50px;
text-align:center;
color:#fec82f;
font-family: FontAwesome;
display: inline-block;
font-size:14px;
position:absolute;
left:0;
top:3px;
}

.section-event-single-content .event-highlights{
margin:0 0 35px;
}
.section-event-single-content .event-info-img{
  text-align: center;
}
.section-event-single-content .event-info-img img{
  margin:30px auto;
  width: 80%;
  max-width: 400px;
}

.section-event-single-content .event-info-img #carousel{
margin:0;
border:none;
background:none;
}

.section-event-single-content .event-info-img #carousel li img{
cursor:pointer;
opacity:.5
}

.section-event-single-content .event-info-img #carousel li.flex-active-slide img,
.section-event-single-content .event-info-img #carousel li:hover img{
opacity:1
}
.section-event-single-content .event-highlights .talent{
  width: 150px;
  height: 200px;
  float: left;
  margin: 10px 20px;
}
.section-event-single-content .event-highlights .talent .img{
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border-radius: 100px;
}
.section-event-single-content .event-highlights .talent span{
  margin:0 auto;
  text-align: center;
  height: 70px;
  font-size: 26px;
  width: 100%;
  display: block;
}
.event-map {
border:none;
 pointer-events: none;
}
/*--------------------------------------------------------------
	Site Footer
--------------------------------------------------------------*/
.top-footer{
	padding:20px 0 4px 0;
}


.top-footer p{
	margin:10px 30px 10px 0;
	color:#ccc;
	font-size:10px;
}

.main-footer{
	background:#1f1f1f;
	border-top:1px solid #474747;
	border-bottom:8px solid #4e4e4e;
  padding:30px 0;
  height: 180px;
}


.footer-1 > div{
	clear:both;
	margin:0 0 15px;	
}

.footer-1 > div > h3{
	float:left;
	margin:0 10px 0 0;
	font-weight:700;
	font-size:12px;
	color:#fff;
	text-transform:uppercase
}

.footer-1 > div > ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.footer-1 > div > ul > li{
	float:left;
	border-right:1px solid #ccc;
	line-height:13px;
}
.footer-1 > div > ul > li:last-child{
	border-right:none;
}

.footer-1 > div > ul > li > a{
	color:#ccc;
	font-size:11px;
	line-height:11px;
	padding:0 5px;
	text-decoration: none;
	display:block;
}

.footer-2 > div > h3{
	margin:0 0 15px;
	font-weight:700;
	font-size:12px;
	color:#fff;
	text-transform:uppercase
}

.footer-2 > div > ul{
	margin:0;
	list-style:none;
	padding:0;
}

.footer-2 > div > ul > li{
	margin:0 0 15px;
}

.footer-2 > div > ul > li > a{
	color:#ccc;
	font-size:11px;
	line-height:11px;
	padding:0;
	text-decoration: none;
	display:block;
}

.footer-1 .social ul li{
	border:none
}

.footer-1 .social h3{
	line-height:20px;
	margin:0 20px 0 0;
}

.footer-1 .social ul li a{
	height:20px;
	line-height:20px;
	margin:0 20px 0 0;
}

.footer-1 .social ul li a i{
	width:20px;
	height:20px;
	line-height:20px;
	font-size:13px;
	text-align:center;
	margin:0 7px 0 0;
}


.footer-1{
	border-right:1px solid #181818;
	display:table-cell;
	 min-height: 92px;
}

.footer-2{
	border-left:1px solid #474747;
	padding:0 15px 0 30px;
	display:table-cell;
	 min-height: 92px;
}
@media screen and (max-width: 900px) {
	.main-footer{
		height: auto;
  }
  .hero-1 .hero-content .hero-search input[type="text"]{
    width:100%;
    padding: 10px 50px 10px 10px;
    font-size:16px;
  }
  .hero-1 .hero-content {
    width:90%;
  }
  .home-3 .top{
    background-image: url('../images/top.svg') !important;
    background-size: 100% 100%;
    background-color: transparent;
    background-repeat: no-repeat;
  }
  .wrapper-web{
    width: 100%;
  }
}

@media screen and (max-width: 992px){
  .navbar-expand-lg .navbar-toggler {
    display:contents !important;
  }
  .page[data-name="levels"] .ticketSale .left-ticket:before{
    height: 20px;
    top:-18px;
  }
  .page[data-name="levels"] .ticketSale .left-ticket:after{
    height: 20px;
    bottom:-18px;
  }
  .page[data-name="levels"] .ticketSale .right-ticket:before{
    height: 20px;
    top:-18px;
  }
  .page[data-name="levels"] .ticketSale .right-ticket:after{
    height: 20px;
    bottom:-18px;
  }
 
}
@media screen and (min-width: 992px){
  .navbar-nav{
    width: calc(100% - 500px);
    float: right; 
    margin-top: 20px;
  }
}