/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #424242;
  color: #2f3138;
  font-family: "Open Sans", "Poppins", "Noto Sans", sans-serif;
}

a {
  color: #AB45A5;
  transition: 0.5s;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("/img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #A649A2;
  opacity: 0.8;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  margin-bottom: 5px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 16px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #137E64;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #137E64;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #BA4CB5;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;  
  //text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
}

.section-header h3 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;  
  //text-shadow: 1px 1px 1px #000, 0 0 3px #000, 0 0 3px #AB46A5;
}

.section-header h5 {
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-top:10px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;  
  //text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
}

.section-header p {
  text-align: center;
  font-family: "Open Sans";
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0px;   
  //text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
}

.section-header h6 {
  text-align: center;
  font-family: "Open Sans";
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0px;   
  text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
}

.section-with-bg {
  background: rgba(252, 252, 252, 1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 60px;
  padding: 13px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  border-bottom: 1px solid #D6D6D6;
}

#header.header-scrolled,
#header.header-fixed {
  //background: rgba(87, 18, 13, 0.99);
  background: #fff;
  //background: url("https://mknyforum.com/img/key_2025.png") top center;
  height: 60px;
  padding: 13px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", "Open Sans", "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #57120D;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #57120D;
}

#header #logo img {
  padding-top: 2px;
  margin: 0;
  max-height: 45px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  color: #000000;
  padding-top: 6px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 3px;
  text-decoration: none;
  display: inline-block;
  //color: rgba(255, 255, 255);
  font-family: "Poppins", "Open Sans", "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #000000;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #AB45A5;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #AB46A5;
  //background: #AB46A5;
  padding: 7px 10px;
  border-radius: 0px;
  border: 1px solid #AB46A5;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 4px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #AB46A5;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #BB0031;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 14px 15px 0 0;
  border: 0;
  background: none;
  font-size: 22px;
  color: #470F0B;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  margin-top: 6px;
  color: #003E30;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #A649A2;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #BB0031;
}

#mobile-nav ul .menu-item-active {
  color: #BB0031;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  //height: 90vh;
  height: calc(var(--vh, 1vh) * 90);
  //background: url(/img/intro-bg.jpg) top center;
  background: url("https://mknyforum.com/img/key_2025.png") top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  //background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: -70px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;intro-container
  padding: 0 15px;
}

#intro h1 {
  padding-top: 80px;
  color: #ffffff;
  //text-shadow: 0 0 7px #003E30;
  text-shadow: 1px 1px 1px #000, 0 0 10px #000, 0 0 5px #004E3D;
  font-family: "Open Sans", "Noto Sans", "Poppins", sans-serif;
  font-size: 78px;
  font-weight: 700;
  //text-transform: uppercase;
  letter-spacing: -1.5px;
}

#intro h2 {
    padding-top: 0px;
	font-size: 38px;
    font-family: "Open Sans", "Noto Sans", "Poppins", sans-serif;
	font-weight: 500;
	color: #ffffff;
    //text-shadow: 0 0 7px #003E30;
	text-shadow: 1px 1px 1px #000, 0 0 8px #000, 0 0 5px #004E3D;
	letter-spacing: -1px;
}

#intro h1 span {
  color: #ffffff;
  text-shadow: 0 0 10px #4C3153;
}

#intro p {
  color: #ffffff;
  text-shadow: 0 0 10px #57120D;
  font-weight: 600;
  font-size: 22px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#BB0031 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #BB0031;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Open Sans", "Raleway", sans-serif;
  background-color: #fff;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-top: 100px;
  padding: 15px 30px;
  border-radius: 70px;
  transition: 0.5s;
  line-height: 1;
  //color: #449B82;
  text-transform: uppercase;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  //border: 3px solid #449B82;
  //background: #1A7B61;
  background-image: -o-linear-gradient(330deg, #004E3D 0%, #7C3E7E 100%), -o-linear-gradient(330deg, #004E3D 0%, #7C3E7E 100%);
	background-image: linear-gradient(120deg, #004E3D 0%, #7C3E7E 100%), linear-gradient(120deg, #004E3D 0%, #7C3E7E 100%);
  border: 2px solid #fff;
  color: #fff;
}

#intro .about-btn:hover {
  background: #C862C2;
  border: 3px solid #fff;
  color: #fff;
}

/*---------------------
  Conter
-----------------------*/
.bg-gradient,
.bd-text .bd-tag-share .s-share a:hover,
.bh-text .play-btn,
.schedule-table-tab .nav-tabs .nav-item .nav-link.active,
.newslatter-inner .ni-form bu
tton,
.latest-item .li-tag,
.price-item .price-btn:hover,
.price-item .pi-price,
.price-item .tr-tag,
.schedule-tab .nav-tabs .nav-item .nav-link.active,
.site-btn {
	background-image: -o-linear-gradient(330deg, #004E3D 0%, #7C3E7E 100%), -o-linear-gradient(330deg, #004E3D 0%, #7C3E7E 100%);
	background-image: linear-gradient(120deg, #004E3D 0%, #7C3E7E 100%), linear-gradient(120deg, #004E3D 0%, #7C3E7E 100%);
}
.counter-section {
	padding: 0px 0 0px;
}

.counter-section .counter-text span {
	font-size: 28px;
	color: #ffffff;
}

.counter-section .counter-text h3 {
	color: #ffffff;
	font-weight: 700;
	line-height: 38px;
	margin-top: 10px;
}

.counter-section .cd-timer {
	text-align: center;
}

.counter-section .cd-timer .cd-item {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	letter-spacing: -1px;    
	font-size: 32px;
	text-shadow: 0 0 10px #000;
}

.counter-section .cd-timer .cd-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px solid #ffffff;
	content: "";
	opacity: 0.1;
	border-radius: 4px;
	font-size: 32px;
	letter-spacing: -1px;
	text-shadow: 0 0 3px #000000;
}

.counter-section .cd-timer .cd-item:first-child {
	margin-left: 0;
}

.counter-section .cd-timer .cd-item span {
	font-size: 23px;
	color: #ffffff;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -1px;
}

.counter-section .cd-timer .cd-item p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 30px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  //background: url("/img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 90px 0 0px 0;
  //border-bottom: 1px solid #efefef;
}

#about:before {
  content: "";
  //background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
  //text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
}

#about h3 {
  font-face: "Poppins", "Open Sans";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}


#about h4 {
  font-face: "Poppins", "Open Sans";
  font-size: 26x;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}


#about p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 26px;
}


#about2 {
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #666666;
  padding: 90px 0 80px 0;
  border-bottom: 1px solid #efefef;
}

#about2:before {  
  background: rgba(245, 245, 245, 0.5);
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about2 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}

#about2 h3 {
  font-face: "Poppins", "Open Sans";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000000;
}


#about2 h4 {
  font-face: "Poppins", "Open Sans";
  font-size: 26x;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #BB0031;
}


#about2 p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000000;
}


#about3 {
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #666666;
  padding: 60px 0 10px 0;
  border-bottom: 1px solid #efefef;
}

#about2:before {  
  background: rgba(245, 245, 245, 0.5);
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about3 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}

#about3 h3 {
  font-face: "Poppins", "Open Sans";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  color: #000000;
}


#about3 h4 {
  font-face: "Poppins", "Open Sans";
  font-size: 26x;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #BB0031;
}


#about3 p {
  font-size: 14px;
  margin-bottom: 90px;
  color: #000000;
}

.price-item {
    font-family: "Open Sans";
	background: #ffffff;
	padding: 30px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 20px;
	border-radius: 30px;
	line-height: 180%;	
	-webkit-box-shadow: 0px 4px 12px rgb(158 158 158/ 70%);
    box-shadow:  0px 4px 12px rgb(158 158 158/ 70%);
}

.price-item.top-rated {
	margin-top: -16px;

}

.price-item .greet {
	width: 100%;
	text-align:center;
	color: #4D4D4D;
	font-size: 17px;
	font-weight: 400;
	font-family: "Open Sans";
	letter-spacing: 0px;
}

.price-item2 {
	background: #ffffff;
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 00px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 4px 12px rgb(158 158 158/ 70%);
    box-shadow:  0px 4px 12px rgb(158 158 158/ 70%);
}

.price-item2.top-rated {
    vertical-align: middle;
	margin: 0px;
}

.price-item2 .tr-tag {
	width: 24px;
	height: 42px;
	line-height: 38px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	position: absolute;
	right: 0px;
	top: 0;
}

.price-item2 .time-table {
  font-family: "Open Sans";
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration-line: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 6px;
  text-decoration-color: #FFFE91;
}

.price-item2 .time-desc {
  font-family: "Open Sans";
  color: #2E4754;
  font-size: 17px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: 25px; 
  margin-right: 25px;
  text-align: center;
  line-height: 22px;
}



#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

.price-item2 .tr-tag i {
	color: #ffffff;
}

.price-item2 h4 {
	padding-top: 20px;
	color: #171822;
	font-weight: 700;
	text-transform: uppercase;
}

.price-item2 .pi-price {
	padding-top: 8px;
	padding-bottom: 6px;
	margin-bottom: 38px;
}

.price-item2 .pi-price h2 {
	font-size: 40px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.price-item2 .pi-price h2 span {
	font-size: 30px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 9px;
}

.price-item2 ul{
	margin-left: 0px;
}

.price-item2 ul li {
	font-family: "Open Sans";
	list-style: none;
	font-size: 17px;
	color: #000000;
	font-weight: 600;
	text-align: center;
}

.price-item2 ul li p {
	letter-spacing: -1px;
	line-height: 170%;
}

.price-item2 ul li .item-desc {
    font-family: "Open Sans";
	font-size: 17px; 
	color: #4D4D4D; 
	font-weight: 400; 
	letter-spacing: 0px; 
	line-height: 23px;
}

.price-item2 ul li .desc {
	font-size: 17px; 
	color: #4D4D4D; 
	font-weight: 400; 
	letter-spacing: 0px; 
	line-height: 23px;
}

.price-item2 ul li .descr {
	font-size:17px; 
	color: #AB45A5; 
	font-weight: 400; 
	letter-spacing: -px; 
	line-height: 23px;
}

.price-item2 .price-btn {
	font-size: 20px;
	color: #171822;
	font-weight: 600;
	display: inline-block;
	background: #ffffff;
	padding: 10px 85px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	bottom: -39px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.price-item2 .price-btn:hover {
	color: #ffffff;
}

.price-item2 .price-btn:hover span {
	color: #ffffff;
}

.price-item2 .price-btn span {
	color: #f44949;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.price-item2 .greet {
	width:10%;
	text-align:left;
	color: #4D4D4D;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -1px;
}


/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 90px 0 90px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #BB0031;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #BB0031;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  background-color:#ffffff;
  padding: 90px 0 90px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #BB0031;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-top : 1px solid #ADADAD;
  padding-top: 42px;
  padding-bottom: 0px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #F7F7F7;
}

/*
#schedule .schedule-item time {
  padding-top: 4px;
  padding-bottom: 25px;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #1F1F1F;
  letter-spacing: -0.5px;
}
*/
#schedule .schedule-item time {
  background-color: #FCFCFC;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.5px;
  display: inline-block;
  padding: 7px 7px;
  border-radius: 70px;
  transition: 0.5s;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #666666;
  margin-bottom: 40px;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}


#schedule .schedule-item h3 {
  font-size: 24px;
  color: #0e1b4d;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

#schedule .schedule-item h4 {
  font-size: 24px;
  color: #0e1b4d;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

#schedule .schedule-item h4 span {
  //font-style: italic;
  color: #666666;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item .sbox {
  width: 100%;
  font-family: "Open Sans";
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  display: inline-block;
  padding: 13px 15px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #000;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #ADADAD;
  margin-bottom: 10px;
}


#schedule .schedule-item .sname {
  font-size: 20px;
  font-weight: 600;
  color: #BA4CB5;  
  letter-spacing: -0.5px;
}

#schedule .schedule-item .sdesc {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  color: #4D4D4D;  
  letter-spacing: -0.5px;
  line-height: 160%;
}
#schedule .schedule-item .stit {
  font-size: 22px;
  color: #0e1b4d;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

#schedule .schedule-item p {
  //font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 90px 0 0px 0;
  //background: rgba(245, 245, 245, 0.5);
}

#venue .container-fluid {
  margin-bottom: 0px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #BB0031;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
  padding: 90px 60px 90px 60px;
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #BB0031;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 8px solid #efefef;
  margin: -10px;
  box-sizing: content-box;
  padding: 0px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/

#sponsors {
  padding: 60px 0;
}

#sponsors .sponsors-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#sponsors .sponsor-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#sponsors .sponsor-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#sponsors img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #BB0031;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  //padding: 60px;
  background: url(/img/pricing-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #BB0031;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 #AB45A5;
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 #AB45A5;
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 50px;
  transition: all 0.2s;
  background-color: #AB45A5;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #AB45A5;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #BB0031;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #BB0031;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #BB0031;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #BB0031;
  border: 1px solid #BB0031;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #BB0031;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #BB0031;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #BB0031;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #BB0031;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #BB0031;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #BB0031;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  letter-spacing: 0px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  letter-spacing:0;
  color: #101522;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 40px;
	overflow: hidden;
}

.testimonial-section .section-title {
	margin-bottom: 26px;
}

.testimonial-slider .col-lg-6 {
	max-width: 100%;
}

.testimonial-slider.owl-carousel .owl-stage-outer {
	padding-bottom: 20px;
	padding-top: 30px;
	vertical-align: midd}

.testimonial-slider.owl-carousel .owl-nav button {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	color: #ffffff;
	border: 0px;
	background: #956096;
	border-radius: 50%;
	position: absolute;
	left: -35px;
	top: 58%;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
	background: -webkit-gradient(linear, left top, right top, from(#956096), to(#7C507D));
	background: -o-linear-gradient(left, #956096, #7C507D);
	background: linear-gradient(to right, #956096, #7C507D);
	color: #ffffff;
	border: 0px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -35px;
}

.testimonial-item {
	-webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	border-radius: 4px;
	position: relative;
	padding: 0px;
}

.testimonial-item .quote-pic {
	position: absolute;
	right: 50px;
	top: 50px;
}

.testimonial-item .ti-author {
	overflow: hidden;
	//margin-bottom: 22px;
	position: relative;
}

.testimonial-item .ti-author .ta-pic {
	float: left;
	//margin-right: 20px;
}

.testimonial-item .ti-author .ta-pic img {
	width: 100%;	
	overflow: hidden;
}

.testimonial-item .ti-author .ta-text {
	overflow: hidden;
	height: 35px;
	//background-color: #fff;
	text-align: center;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	bottom: 0%;
	background: rgba(0, 0, 0, 0.9); 
}

.testimonial-item .ti-author .ta-text h5 {
	font-size: 20px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 5px;
}
.testimonial-item .ti-author .ta-text p {
	font-size: 13px;
	color: #ffffff;
}

.testimonial-item .ti-author .ta-text span {
	display: block;
	color: #f44949;
}

.testimonial-item p {
	font-size: 13px;
	color: #171822;
	line-height: 150%;
	padding: 10px;
}

.spad {
	padding-top: 40px;
	padding-bottom: 80px;
}



/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  //overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.artists-image {
  border-radius: 20px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 6px 12px 3px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 6px 12px 3px rgba(51, 51, 51, 0.2);
  border: 1px solid #2E2E2E;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-thumb .price-btn {
    width:100%;
	color: #171822;
	font-weight: 600;
	display: inline-block;
	background: #ffffff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 6px 12px 3px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 6px 12px 3px rgba(51, 51, 51, 0.2);
	border: 0px solid #A763A8;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 165px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.artists-thumb .title1 {
	text-align: middle;
	margin-top: 3px;
    margin-bottom: 10px;
	font-size: 22px;
	letter-spacing: 0px;
	color: #000000;	
}

.artists-thumb .title2 {
	margin-top: 5px;
	font-size: 17px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #666666;
	line-height: 115%;
}


.artists-hover {
  z-index:100;
  width: 100%;
  background-color: var(--primary-color);
  background-color: rgba(217, 217, 217, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 0px;
  padding: 15px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  font-size:12px;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
  font-size:12px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


.modal_bg_1, .modal_bg_2, .modal_bg_3, .modal_bg_4 {	
	display: none;
	width: 100%;
	height: 100%;
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999; 

}

.modal_wrap_1, .modal_wrap_2, .modal_wrap_3, .modal_wrap_$ {
	z-index:1;
	display: none;
	position: absolute; 
	top: 10%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 400px;
	height: 400px;
	background: #fff;
	z-index: 1000; 

}


/*�˾� ��ư*/
.btn_box .btn_open {
	
	display: block; 
	width: 150px;
	height: 50px;
	margin: 0 auto; 
	line-height: 50px;
	background: #333;
	text-align: center; 
	box-sizing: border-box; 
	
}

.btn_box .btn_open p {

	color: #fff; 
		
}

 /* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 4% auto; /* 15% from the top and centered */
	padding: 10px 20px 10px 20px;
	border: 1px solid #949494;
	border-radius: 20px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	width: 80%; /* Could be more or less, depending on screen size */                          
}

.modal-content span {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: right;
	letter-spacing: -0.5px;
}

.modal-content .subtitle {
    text-align: center;
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-content .title {
	text-align: center;
	font-size: 35px;
	color: #AB45A5;
	font-weight: 700;
	margin-top: -30px;
	padding-bottom: 0px;
}


.modal-content p {
	padding: 15px;
	font-size: 17px;
	line-height: 180%;
	color: #5C5C5C;
	letter-spacing: 0px;
	line-height: 24px;
}


.modal-content2 {
	background-color: #fefefe;
	margin: 7% auto; /* 15% from the top and centered */
	padding: 10px 20px 10px 20px;
	border: 1px solid #949494;
	border-radius: 20px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);

	width: 70%; /* Could be more or less, depending on screen size */                          
}

.modal-content2 span {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 5px;
}

.modal-content2 .subtitle {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-content2 .title {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 0px;
}


.modal-content2 p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 150%;
	color: #5C5C5C;
}

/* The Close Button */
.modal-content .close {
	color: #aaa;
	float: right;
	font-size: 35px;
	font-weight: normal;
}
.modal-content .close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-content .close_1 { color: #black; float: right; font-size: 45px; font-weight: normal; }
.modal-content .close_2 { color: #black; float: right; font-size: 45px; font-weight: normal; }
.modal-content .close_3 { color: #black; float: right; font-size: 45px; font-weight: normal; }
.modal-content .close_4 { color: #black; float: right; font-size: 45px; font-weight: normal; }
.modal-content .close_5 { color: #black; float: right; font-size: 45px; font-weight: normal; }


.modal-content .close_1:hover, .close_1:focus { color: aaa; text-decoration: none; cursor: pointer; }
.modal-content .close_2:hover, .close_2:focus { color: aaa; text-decoration: none; cursor: pointer; }
.modal-content .close_3:hover, .close_3:focus { color: aaa; text-decoration: none; cursor: pointer; }
.modal-content .close_4:hover, .close_4:focus { color: aaa; text-decoration: none; cursor: pointer; }
.modal-content .close_5:hover, .close_5:focus { color: aaa; text-decoration: none; cursor: pointer; }


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 120px auto; /* 15% from the top and centered */
	padding: 10px 20px 10px 20px;
	border: 1px solid #949494;

	border-radius: 20px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);

	width: 60%; /* Could be more or less, depending on screen size */                          
}

@media (min-width: 767px) {
	#subscribe input {
		min-width: 400px;
	}

	.modal-content {
		width: 80%;
	}
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .modal-content {
		width: 80%;
	}
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }

  .modal-content {
		width: 70%;
	}

	 .modal-content {
		width: 60%;
	}

	.price-item2 {
		height: 280px;
	}

	#intro .intro-container {
		top: 30px;
	  }

	  #intro h1 {
		font-size: 76px;
	  }

	  #intro h2 {
		font-size: 38px;
	  }

	  #intro p {
		font-size: 16px;
	  }

	  #schedule .nav-tabs a {
		padding: 8px 60px;
	  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }

  .modal-content {
		width: 70%;
	}

	.price-item2 {
		height: 280px;
	}
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }

   .artists-thumb .price-btn {
    height: 140px;
  }
}

@media (max-width: 991px) {
  #header {
    background: #fff;
    height: 60px;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 50px;
  }

  #intro h1 {
    font-size: 60px;
  }

   #intro h2 {
    font-size: 32px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }

 
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }

	.modal-content {
		width: 90%;
	}

	#schedule .schedule-item h3 {
		font-size: 22px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 15px;
		letter-spacing: -1px;
	  }
  #schedule .schedule-item .sbox {
     width: 100%;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }

  #schedule .schedule-item h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 25px;
    letter-spacing: -1px;
  }

  .modal-content {
		width: 90%;
	}
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }

  #about p {
	  font-size: 14px;
	  margin-bottom: 20px;
	  color: #fff;
	  line-height: 26px;
  }

  #about3 p {
	  font-size: 15px;
	  margin-bottom: 20px;
	  color: #000000;
  }

  #schedule .schedule-item h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 25px;
    letter-spacing: -1px;
  }

  #schedule .schedule-item .stit {
    font-size: 22px;
  }

  #schedule .schedule-item .sname {
    font-size: 20px;
  }
  #schedule .schedule-item .sdesc {
    font-size: 16px;
  }

 #schedule .schedule-item .sbox {
     width: 100%;
  }

 .artists-thumb .price-btn {
    height: 125px;
  }

  .modal-content {
		width: 90%;
	}

	.counter-section .cd-timer .cd-item span {
		font-size: 22px;
		color: #ffffff;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: -1px;
	}
}

@media (max-width: 480px) {
	#schedule .nav-tabs a {
		padding: 8px 30px;
	}


	#about p {
		  font-size: 14px;
		  margin-bottom: 20px;
		  color: #fff;
		  line-height: 26px;
	  }

	  #about3 p {
		  font-size: 15px;
		  margin-bottom: 20px;
		  color: #000000;
	  }

	  #schedule .schedule-item h3 {
		font-size: 24px;
		color: #000000;
		font-weight: 500;
		padding-bottom: 25px;
		letter-spacing: -1px;
	  }

	   #schedule .schedule-item .stit {
		font-size: 22px;
	  }

	  #schedule .schedule-item .sname {
		font-size: 18px;
	  }
	  #schedule .schedule-item .sdesc {
		font-size: 16px;
	  }

	  #schedule .schedule-item .sbox {
		 width: 100%;
	  }

	  .artists-thumb .price-btn {
		height: 140px;
	  }

	  .modal-content {
			width: 90%;
		}

		.counter-section .cd-timer .cd-item span {
			font-size: 22px;
			color: #ffffff;
			font-weight: 500;
			line-height: 30px;
			letter-spacing: -1px;
		}
}

@media (max-width: 440px) {
	#subscribe button {
		margin-top: 10px;
	}


	#about p {
		font-size: 14px;
		margin-bottom: 20px;
		color: #fff;
		line-height: 26px;
	}

	#about3 p {
		font-size: 15px;
		margin-bottom: 20px;
		color: #000000;
	}

	.section-header p {
	  font-size: 18px;
	  font-weight: 600;
	  color: #000000;
	  letter-spacing: -0.5px;   
	  //text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
	}

	.section-header h5 {
	  font-size: 14px;
	}

	#about h2 {
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #ffffff;
		text-align: center;
        //text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
	}

	#schedule .schedule-item h3 {
		font-size: 24px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 15px;
		letter-spacing: -1px;
	}

	#schedule .schedule-item .stit {
		font-size: 22px;
	}

	#schedule .schedule-item .sname {
		font-size: 18px;
	}
	#schedule .schedule-item .sdesc {
		font-size: 16px;
	}

   #schedule .schedule-item .sbox {
      width: 100%;
   }

	.artists-thumb .price-btn {
		height: 180px;
	}

	.modal-content {
		width: 90%;
	}

	.modal-content .title {
		font-size: 24px;
	}

	.modal-content .subtitle {
		text-align: center;
		font-size: 16px;
		color: #000000;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
	}

	.counter-section .cd-timer .cd-item span {
		font-size: 20px;
		color: #ffffff;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: -1px;
	}

	#intro h1 {
		font-size: 50px;
		margin-top: -90px;
		line-height: 56px;
	}

	#intro h2 {
		font-size: 26px;
		font-weight: 500;
		margin-bottom: 60px;
		line-height: 26px;
	}
	
	#intro .about-btn {
		font-size: 16px;
		padding: 10px 20px;
	}

}

@media (max-width: 440px) {
	#subscribe button {
		margin-top: 10px;
	}

    .section-header p {
	  font-size: 17px;
	  font-weight: 550;
	  color: #000000;
	  letter-spacing: -0.5px;   
	  //text-shadow: 1px 1px 1px #000, 0 0 2px #000, 0 0 5px #004E3D;
	}

	.section-header h5 {
	  font-size: 15px;
	}

	#about p {
		font-size: 14px;
		margin-bottom: 20px;
		color: #fff;
		line-height: 26px;
	}

	#about3 p {
		font-size: 15px;
		margin-bottom: 20px;
		color: #000000;
	}

	.section-header h2 {
		font-size: 32px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 700;
		margin-bottom: 10px;
	}

	#about h2 {
		font-size: 32px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 10px;
		text-align: center;
	}

	#schedule .schedule-item h3 {
		font-size: 24px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 15px;
		letter-spacing: -1px;
	}

	#schedule .schedule-item .stit {
		font-size: 22px;
	}

	#schedule .schedule-item .sname {
		font-size: 18px;
	}
	#schedule .schedule-item .sdesc {
		font-size: 16px;
	}

   #schedule .schedule-item .sbox {
      width: 100%;
   }

	.artists-thumb .price-btn {
		height: 140px;
	}

	.modal-content {
		width: 90%;
	}

	.modal-content .title {
		font-size: 28px;
	}

	.modal-content .subtitle {
		text-align: center;
		font-size: 20px;
		color: #000000;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
	}

	.counter-section .cd-timer .cd-item span {
		font-size: 19px;
		color: #ffffff;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: -1px;
	}

	#intro h1 {
		font-size: 50px;
		margin-top: -90px;
		line-height: 56px;
	}

	#intro h2 {
		font-size: 26px;
		font-weight: 500;
		margin-bottom: 60px;
		line-height: 26px;
	}
	
	#intro .about-btn {
		font-size: 18px;
		font-weight: 600;
		padding: 10px 20px;
	}

}