/* base styles from inline*/
@import url('https://fonts.googleapis.com/css?family=Overpass:300,400&display=swap');
body {
	background: #fff !important;
	font-size: 14px;
}
.navbar {
	font-size: 14px;
}
.navbar .container > * {
	display: block;
}
#main-menu {
	width: auto;
	overflow: hidden;
}
#main-menu form {
	width: auto;
}
.navbar-custom-menu {
	width: 85px;
}
.user-menu > a {
	height: 50px;
}
#main-menu form input {
	width: 100%;
}
.logo a {
	display: block;
	width: 119px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.logo a {
		margin: 0 !important;
	}
}
.user-menu a {
	background: transparent !important;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
	right: -40px;
}
.content-wrapper {
	min-height: 0 !important;
}
@media (min-width: 768px) {
	body {
		font-size: 14px;
	}
	.navbar .navbar-nav > li > a {
		border-right: none !important;
		border-left: 1px solid #d2d6de !important;
	}
	.main-header .logo {
		width: 170px;
	}
	#main-menu {
		float: left !important;
		width: calc(100% - 255px);
		height: 50px !important;
	}
	#main-menu form {
		width: calc(100% - 320px);
	}
	#main-menu form .form-group {
		width: 100% !important;
	}
	#main-menu .dropdown-menu {
		left: calc(100% - 152px) !important;
	}
	.navbar-custom-menu {
		position: initial !important;
	}
	.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
		right: 0;
	}
}
@media (min-width: 992px) {
	#main-menu {
		width: calc(100% - 370px);
	}
	.navbar-custom-menu {
		width: 198px;
	}
}
.modal .close span {
	font-weight: normal;
}
.app-btn {
	background: rgba(48, 105, 177, .9) !important;
	border-color: rgba(48, 105, 177, .9) !important;
	color: #fff !important;
	padding: 10px 20px;
	margin: 10px;
	font-size: .8em;
	border-width: 1px;
}
.app-btn.btn-outline {
	background: transparent !important;
	border-color: rgba(255, 255, 255, .7) !important;
}
footer.front-end {
	background: #000019;
	padding: 80px 0 120px;
	font-size: 12px;
}
footer.front-end * {
	color: #f1f1f1 !important;
}
footer.front-end a {
	display: inline-block;
	padding: 5px 0;
}
footer.front-end a:hover {
	text-decoration: underline;
}
footer.front-end i {
	font-size: 15px;
	display: inline-block;
	margin-right: 10px;
}
.evs {
	padding: 15px 0;
}
.events {
	padding: 0 0 15px;
}
.event {
	position: relative;
	border: 1px solid #f4f4f4;
}
.category {
	display: inline-block;
	width: auto;
	padding: 5px 13px !important;
	/*background: #d2d6de;*/
	border-radius: 36px;
	/*color: #000;*/
	font-size: .85em;
	color: #202121;
	border: 1px solid #cbd0df;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-p-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.category:hover {
	border-color: #0074d9;
	color: #0074d9;
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--open {
	border-color: #0070c9;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0070c9;
	color: white;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #0070c9 !important;
}
.select2-container--default .select2-selection--multiple:focus {
	border-color: #0070c9;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #0070c9;
	border-color: #367fa9;
}
.event .details {
	font-size: .9em;
}
.event .segment {
	color: #444;
	margin-bottom: 7px;
}
.event .segment i {
	width: 20px;
	display: inline-block;
	text-align: center;
}
.box-footer {
	border-bottom: 1px solid #f4f4f4;
}
.event .price_wrap {
	position: absolute;
	right: 0;
}
.event .price {
	float: right;
	position: relative;
	z-index: 10;
	top: 5px;
	padding: .4em .6em .3em !important;
	background-color: #dd4b39;
	color: #fff;
	font-size: .8em;
	border-radius: 3px;
	right: 10px;
}
.event > a {
	display: block;
	float: left;
}
.event > a img {
	width: 100%;
	float: none !important;
	border-radius: 3px;
}
@media (min-width: 768px) {
	.event .name {
		font-size: 1.5em !important;
	}
	.event > a {
		width: 220px !important;
	}
	.event > .message {
		margin-top: 5px !important;
		width: calc(100% - 230px) !important;
	}
	.event .price {
		top: 0;
	}
}
@media (max-width: 768px) {
	.event > a, .event > .message {
		float: none !important;
		width: 100% !important;
	}
	.event > .message {
		margin-top: 10px;
	}
}
.wevent {
	padding: 5px 0;
	width: 100%;
	height: auto;
	font-size: 14px;
}
@media (min-width: 768px) {
	.wevent {
		padding: 10px;
		float: left;
		width: 50%;
	}
	.wevent:nth-of-type(1n) {
		padding-right: 0;
	}
	.wevent:nth-of-type(3n) {
		padding-right: 0;
	}
	.wevent:nth-of-type(2n+1) {
		padding-left: 0;
	}
}
@media (min-width: 1024px) {
	.wevent {
		padding: 15px;
		float: left;
		width: 33%;
		height: auto;
	}
	.wevent:nth-of-type(1n) {
		padding: 10px;
		clear: none;
	}
	.wevent:nth-of-type(3n+1) {
		padding-left: 0;
		clear: both;
	}
	.wevent:nth-of-type(3n) {
		padding-right: 0;
	}

}
.wevent .wrap {
	min-height: 250px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	position: relative;
	color: #666;
}
.wevent .wrap > a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 15;
}
.wevent .cover-flow {
	height: 150px;
	background: linear-gradient(rgba(20, 20, 20, .4), rgba(20, 20, 20, .4));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wevent .cover-flow.dark_overlay::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.wevent .price_wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.wevent .price {
	position: relative;
	z-index: 10;
	top: 25px;
	padding: .4em .6em .3em !important;
	background-color: #dd4b39;
	color: #fff;
	font-size: .8em;
	width: auto;
	float: right;
	margin-right: 15px;
}
.wevent .name {
	color: white;
	margin-top: -60px;
	padding: 25px 15px;
	position: relative;
	z-index: 10;
	font-size: 1.3em;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wevent .info {
	margin-top: -5px;
	padding: 0 13px;
	font-size: .9em;
}
.wevent .info .segment {
	margin: 0 0 7px;
}
.wevent .info .segment i {
	width: 20px;
	display: inline-block;
	text-align: center;
}
/*themed styles*/
*, h1, h2, h3, h4, h5, h6, p, div, span {
	/*font-family: 'Circular', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	/*font-family: 'Colfax', 'Apercu', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	/*font-family: 'Larsseit', 'Apercu', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	/*font-family: 'Apercu', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: 'Overpass', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	/*font-weight: 300;*/
	outline: none !important;}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'GT Walsheim', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
}
body {
	background: #fcfcfc !important;
	height: auto;
	min-height: 100%;
	font-size: 14px;
	letter-spacing: 0.1px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, b, strong, label, .label, th {
	font-weight: 500 !important;
}
.main-header {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	border-bottom: none !important;
}
.main-header > *, .main-header .navbar > *, .main-header .navbar .navbar-nav > li > a {
	border: none !important;
}
.main-header .sidebar-toggle {
	padding: 0 15px !important;
	line-height: 50px;
}
.main-header .sidebar-toggle:before {
	content: '';
}
.skin-black-light .main-header .navbar > .sidebar-toggle {
	font-size: 1.1em;
}
.dropdown-menu {
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	border-color: #eaeaea;
	border-radius: 10px !important;
	right: 5px !important;
	min-width: 200px;
	max-width: 250px;
}
.navbar-nav .dropdown-menu {
	border-top: 3px solid #0074d9 !important;
	top: calc(100% + 5px);
}
.dropdown-menu > li > a {
	color: #222d32 !important;
	padding: 10px 15px 10px 25px !important;
}
.dropdown-menu > li > a:hover {
	background-color: #fafafa !important;
}
.small-box, .box, .info-box {
	-webkit-border-radius: 10px !important;;
	-moz-border-radius: 10px !important;;
	border-radius: 10px !important;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important;;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important;;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important;
	overflow-y: hidden;
}
.box {
	border-top-color: #0074d9 !important;
}
.box.fix-pad {
	padding: 1px; /* Fix horizontal overflow*/
	overflow-x: hidden !important;
}
.sidebar-menu > li > a {
	border-left: 3px solid transparent;
	font-size: .9em;
	color: #000 !important;
	font-weight: 400 !important;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.btn, button {
	border-radius: 10px !important;
}
a {
	color: #0074d9;
}
.modal-header .close {
	margin-top: -2px;
	color: #000;
	font-weight: normal !important;
	opacity: 70%;
}
.alert .close {
	font-weight: normal !important;
	margin-top: 0 !important;
}
.form-wrap.form-builder .frmb .field-actions .btn {
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 2px;
	border-radius: 15px !important;
	border-color: #a5a5af;
	color: #a5a5af;
	border-width: 1px !important;
}
.no-shadow {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.flat-border {
	border-radius: 0 !important;
}
.app-color {
	color: #0074d9 !important;
}
.app-button {
	background: #0074d9 !important;
	border-color: #0074d9 !important;
	color: #fff !important;
}
/*#fafafa*/

@media (max-width: 992px) {
	#event_cta_box {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
		padding: 0 !important;
		width: 100%;
	}
	#event_cta_box .box {
		margin: 0 !important;
	}
	#tickets button.submit.cta {
		display: block;
		width: 100%;
		margin: 20px 0;
	}
}
@media (max-width: 767px) {
	.skin-black-light .main-header .logo {
		border: none !important;
	}
	.skin-black-light .main-header .navbar-toggle {
		position: absolute;
		top: 0;
	}
	.logo a {
		display: block;
		width: auto;
		margin: 0 auto !important;
	}
	.main-header #navbar-search-input.form-control {
		border-color: rgba(0, 0, 0, 0.1) !important;
	}
	.skin-black-light .main-header .navbar .nav > li > a {
		color: #4a4a4a !important;
		font-size: 1.005em;
		/*color: #999;*/
	}
	.skin-black-light .main-header .navbar .nav > li > a:hover {
		background: #f5f5f5;
	}
	#main-menu {
		position: absolute;
		/*height: 100%;*/
		background: #fff;
		width: 100%;
	}
	#main-menu.collapse.in {
		padding: 0 15px 10px;
		border-bottom: 1px solid #e8e8e8;
	}
	.navbar-form {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-form .form-control {
		margin-bottom: 0;
	}
}
.app-button {
	background: #0074d9 !important;
	border: none !important;
	-webkit-transition: background .2s .2s;
	-moz-transition: background .2s .2s;
	-ms-transition: background .2s .2s;
	-o-transition: background .2s .2s;
	transition: background .2s .2s;
}
.app-button:hover {
	background: #254c93 !important;
}
#ehead {
	overflow: hidden;
	height: 350px !important;
}
#ehead .dim {
	position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);
}
#ehead .cover {
	animation: kenburns 20s infinite;
	position: absolute;
	/*width: 100%;height: 100%;*/
	width: calc(100% + 50px);height: calc(100% + 50px);
	background-size: cover !important;
	filter: blur(25px);
}
#ehead > .content {
	height: 100%;
	font-size: 1.5em;color: #fff;padding: 0 !important;position: relative;
}
.event_header {
	position: absolute;
	/*bottom: 40px;*/
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
}
#ehead .box {
	height: 100%;
	/*height: 350px;*/
	margin: 0;
	background: #4a4a4a no-repeat;
	-webkit-background-size: cover;background-size: cover;
	position: relative;
}
.event_header h1 {
	font-size: 32px;
	margin: 10px 0;
}
.event_header .about, .event_header .time {
	font-size: 14px;
	/*margin-top: 5px;*/
}
.event_header a.about {
	color: #fff;
}
.event_header a.about:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.event_header {
		bottom: 0;
		padding-bottom: 0 !important;
	}
}
.event_header .body {
	position: absolute;left: 0;bottom: 0;color: #fff;padding: 25px 50px;z-index: 20;
}
.ebox {
	color: #1c232b;
}
.ebox .title {
	font-size: 1em;
	font-weight: 600 !important;
	margin: 25px 0 15px;
	color: #33334f;
	text-transform: uppercase;
}
.ebox .title.sub {
	font-size: 1.4em;
	margin: 25px 0 0;
}
.ebox .summary {
	font-size: 14px;
	color: #1c232b;
	line-height: 24px;
}
.ebox .summary figure {
	margin: 25px 0;
}
.ebox .summary img {
	max-width: 100%;
}
.map {
	text-align: right;
	max-height: 400px;
	width: 100%;
	background: #ccc;
}
.subnav {
	float: right;
}
@media (max-width: 768px) {
	.map {
		max-height: 250px !important;
	}
	.event_header {
		width: 100%;
		padding: 25px 0 35px;;
	}
	.event_wrap {
		padding: 10px 0;
		/*background: #fff;*/
	}
	.subnav {
		float: none !important;
	}
}
.gmap {
	overflow: hidden;
	background: none !important;
	height: 100%;
	width: 100%;
}
.ebox .map {
	border-radius: 10px;
	overflow: hidden;
}
.social_btn a, .transit_mode a {
	width: 50px;
	font-size: 1.35em;
	color: #777;
	text-align: left;
	padding-left: 0;
}
.ebox .desc a {
	color: #0074d9 !important;
}
.ebox .desc a:hover {
	text-decoration: underline;
}
.ebox .cta {
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 400;
}
.ebox .time-btn {
	display: inline-block;
	width: auto;
	background: #f5f5f5;
	color: #000;
	padding: 1em;
	-webkit-transition: background-color .2s .2s ease-in-out;-moz-transition: background-color .2s .2s ease-in-out;-ms-transition: background-color .2s .2s ease-in-out;-o-transition: background-color .2s .2s ease-in-out;transition: background-color .2s .2s ease-in-out;
}
.ebox .time-btn:hover {
	background: #e2e5e7;
}
.ebox .time-btn > * {
	float: left;
}
.ebox .time-btn .day {
	font-weight: 600;
	color: #222d32;
	font-size: 1.2em;
}
.ebox .time-btn .time {
	font-weight: 300;
	color: #5e5e5e;
}
.ebox .time-btn .to {
	margin: 10px 20px;
}
@media (max-width: 767px) {
	.ebox .time-btn {
		width: 100%;
	}
}
/*.organizer_wrap {*/
/*position: relative;*/
/*width: 100%;*/
/*overflow-x: hidden;*/
/*height: auto;*/
/*max-width: 100%;*/
/*}*/
/*.organizer_wrap .dark_overlay {*/
/*background-size: cover;*/
/*width: 100%;*/
/*background: #666 no-repeat center;*/
/*height: 170px;*/
/*}*/
.profile_wrapper img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	float: left;
}
.profile_wrapper > div {
	width: calc(100% - 100px);
	float: left;
	padding: 10px;
	font-size: 1.4em;
}
.profile_wrapper > div .link {
	/*color: #000;*/
	display: block;
	margin-top: 10px;
	color: #0074d9;
}
.profile_wrapper > div .links a {
	display: inline-block;
	background: transparent;
	color: #999 !important;
	/*border: none !important;*/
	/*border-radius: 36px !important;*/
	min-width: 30px;
	/*background: #ccc;*/
	font-size: 17px;
	/*text-align: center;*/
	/*padding: 4px;*/
}
.profile_wrapper > div .links a:hover {
	color: #000 !important;
}
.organizer_wrap .contact_info {
	line-height: 2em;
}
.organizer_wrap .contact_info a {
	color: inherit;
}
.organizer_wrap strong {
	color: #000;
	min-width: 40px;
	display: inline-block;
	text-align: center;
}
.organizer_wrap a {
	/*color: #666 !important;*/
}
.organizer_wrap a:hover {
	/*color: #000 !important;*/
	text-decoration: underline;
}
.eticket {
	width: 100%;
}
.eticket .wrapper {
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	padding: 10px 15px;
	background: #fff;
	/*margin-bottom: 10px;*/
}
.eticket .wrapper .info {
}
.eticket .info .name_info {
	width: calc(100% - 100px);
	float: left;
}
.eticket .info .count_dropdown {
	width: 100px;
	float: right;
}
.eticket .detail {
	margin-top: 5px;
	font-size: .9em;;
}
.eticket .more .detail {
	border-top: 1px solid #f1f1f1;
	padding-top: 5px;
}
@media (max-width: 768px) {
	.eticket .info > * {
		width: 100% !important;
		margin-bottom: 10px;
		float: none !important;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px !important;
	}
}
/*.modal-content {*/
/*position: relative;*/
/*background-color: #fff;*/
/*-webkit-background-clip: padding-box;*/
/*background-clip: padding-box;*/
/*border: 1px solid #999;*/
/*border: 1px solid rgba(0,0,0,.2);*/
/*border-radius: 10px;*/
/*outline: 0;*/
/*-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);*/
/*box-shadow: 0 3px 9px rgba(0,0,0,.5);*/
/*}*/
.ticket_form label {
	font-weight: normal !important;
}
.nav-tabs-custom > .nav-tabs > li {
	border: none;
	position: relative;
}
.nav-tabs-custom > .nav-tabs > li.active {
	border: none;
}
.nav-tabs-custom > .nav-tabs > li a {
	position: relative;
	padding: 10px 0;
	margin-right: 25px !important;
}
.nav-tabs-custom > .nav-tabs > li.active a {
	color: #0074d9;
	border-bottom: 3px solid #0074d9;
}
.nav-tabs-custom {
	-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;
	border-bottom: 1px solid #e8e8e8;
}
/*.nav-tabs-custom > .nav-tabs > li.active {*/
/*border-top-color: #0074d9;*/
/*}*/
.nb-margin {
	margin-bottom: 0 !important;
}
.skin-black-light .main-header .logo {
	border: none;
}
.main-header #navbar-search-input.form-control {
	background: #f4f4f4;
}
.strike {
	text-decoration: line-through;
}
.form-control:focus {
	-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.photo {
	width: 100%;
}
@media (min-width: 250px ) {
	.photo {
		width: 33.33%;
	}
}
@media (min-width: 550px ) {
	.photo {
		width: 25%;
	}
}
@media (min-width: 867px ) {
	.photo {
		width: 20%;
	}
}
.nav-stacked > li > a {
	color: #222;
	font-size: .9em;
}
.btn-flat {
	border-radius: 0 !important;
}