/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hborag');
  src:  url('../fonts/icomoon.eot?hborag#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hborag') format('truetype'),
    url('../fonts/icomoon.woff?hborag') format('woff'),
    url('../fonts/icomoon.svg?hborag#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-room:before {
	content: "\e8b4";
}
.icon-share:before {
content: "\e904";
}
.icon-event_note:before {
content: "\e905";
}
.icon-confirmation_number:before {
content: "\e906";
}
.icon-search:before {
content: "\e907";
}
.icon-more_horiz:before {
content: "\e908";
}
.icon-keyboard_arrow_up:before {
content: "\e900";
}
.icon-keyboard_arrow_right:before {
content: "\e901";
}
.icon-keyboard_arrow_left:before {
content: "\e902";
}
.icon-keyboard_arrow_down:before {
content: "\e903";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-link:before {
content: "\e9cb";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-soundcloud:before {
content: "\eac3";
}

#nav,
.hero-slideshow .pagination ul,
.popular-cities-list,
.filter-list,
.venue-meta-list,
.events-list,
.event-subnav-wrap .event-list,
.event-subnav,
.sideinfo-list,
.lineup-list,
.gallary-list,
.footer-list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#nav:after,
.hero-slideshow .pagination ul:after,
.default-event:after,
.popular-cities-list:after,
.venue-card:after,
.events-card .event-data:after,
.lineup-list:after,
.map-bar:after,
.social-networks:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

body {
	min-width: 320px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#main {
	padding: 49px 0 0;
}

.container {
	max-width: 100%;
}

.bg-gray {
	background: #f9fafc;
}

.bg-light-gray {
	background: #edfaf9;
}

.btn {
	letter-spacing: .9px;
	padding: 11px 23px 9px;
	vertical-align: middle;
	-webkit-transition: color .27s ease-in-out, background-color .27s ease-in-out, border-color .27s ease-in-out;
	transition: color .27s ease-in-out, background-color .27s ease-in-out, border-color .27s ease-in-out;
}

.btn .material-icons {
	font-size: 13px;
	margin: 0 0 0 5px;
}

a {
	-webkit-transition: color .27s ease-in-out;
	transition: color .27s ease-in-out;
}

.social-link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #00bfa5;
}

.social-link:hover .icon-holder {
	background: #007363;
}

.social-link .icon-holder {
	min-width: 21px;
	height: 21px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: #000;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 7px 0 0;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
}

.bg-holder {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.bg-holder img {
	height: auto;
	position: absolute;
	width: auto;
}

.is-touch-device {
	background-size: cover;
}

.section {
	padding: 66px 0 59px;
}

#header {
	background: #fff;
	font-size: 16px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	z-index: 100;
	-webkit-transition: min-height .27s ease;
	transition: min-height .27s ease;
}

#header .navbar-default {
	border: none;
}

#header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 9px;
}

.logo {
	width: 138px;
	margin: 1px 0 0 10px;
}

.logo a {
	display: inline-block;
}

.logo img {
	width: 100%;
}

.header-elements {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home .header-elements {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav-holder {
	position: relative;
	margin: 0 0 1.4em;
}

.nav-holder:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00bfa5;
	position: absolute;
	left: 0;
	bottom: -11px;
}

#nav {
	font-size: 20px;
	font-weight: 600;
}

#nav a {
	display: block;
	color: #000;
	padding: 8px 0;
}

#nav a:hover {
	color: #007363;
}

.header-search {
	width: 100%;
	-webkit-transition: opacity .27s ease-in-out;
	transition: opacity .27s ease-in-out;
}

.home .header-search {
	opacity: 1;
}

.header-search .form-group {
	margin-bottom: 0;
	position: relative;
}

.header-search .form-control {
	padding: 6px 45px 6px 20px;
	font-size: 12px;
	height: 32px;
	box-shadow: none;
	outline: none;
	line-height: 1;
}

.header-search .form-control::-webkit-input-placeholder {
	padding-top: 6px;
	padding-bottom: 6px;
}

.header-search .form-control::-moz-placeholder {
	opacity: 1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.header-search .form-control:-moz-placeholder {
	padding-top: 6px;
	padding-bottom: 6px;
}

.header-search .form-control:-ms-input-placeholder {
	padding-top: 6px;
	padding-bottom: 6px;
}

.header-search .form-control.placeholder {
	padding-top: 6px;
	padding-bottom: 6px;
}

.header-search .input-group {
	position: relative;
}

.header-search .addon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px 0 5px;
	border: 0;
	background: transparent;
	border-radius: 0 2em 2em 0;
}

.header-search .addon:hover {
	color: #007363;
}

.header-search .addon i {
	font-size: 20px;
}

.action-meta {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .38px;
}

.action-meta a {
	display: block;
	padding: 8px 0;
	color: #000;
}

.action-meta a:hover {
	color: #007363;
}

.nav-opener-wrap {
	padding: 0 8px 0 0;
	margin: 0 0 0 auto;
}

.nav-opener {
	display: inline-block;
	width: 17px;
	height: 20px;
	position: relative;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	height: 2px;
	margin-top: 3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.visual {
	position: relative;
}

.hero-slideshow {
	position: relative;
	height: 617px;
}

.hero-slideshow .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	overflow: hidden;
}

.hero-slideshow .slide:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .2) 90%);
	background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .2) 90%);
}

.hero-slideshow .slide.active {
	z-index: 2;
}

.hero-slideshow .btn-prev,
.hero-slideshow .btn-next {
	z-index: 5;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.hero-slideshow .pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
}

.hero-slideshow .pagination li {
	float: left;
}

.hero-slideshow .pagination li:not(:last-child) {
	margin: 0 7px 0 0;
}

.hero-slideshow .pagination li.active a {
	background: #00bfa5;
}

.hero-slideshow .pagination a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
}

.hero-slideshow .pagination a:hover {
	background: #00bfa5;
}

.hero-slideshow .slide-body {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 15px 15px 61px;
}

.hero-slideshow.not-enough-slides .btn-prev,
.hero-slideshow.not-enough-slides .btn-next,
.hero-slideshow.not-enough-slides .btn-prev,
.hero-slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.default-event {
	color: #fff;
	font-weight: 600;
}

.default-event .event-date,
.default-event .event-title,
.default-event .event-meta {
	float: left;
}

.default-event .event-date {
	width: 46px;
	display: inline-block;
	line-height: 1;
	margin: 0 9px 0 0;
	border-right: 1px solid rgba(255, 255, 255, .4);
	text-align: center;
}

.default-event .event-date .day,
.default-event .event-date .date,
.default-event .event-date .mounth {
	display: block;
}

.default-event .event-date .day {
	font-size: 12px;
	opacity: .6;
}

.default-event .event-date .date {
	font-size: 24px;
	position: relative;
	bottom: -2px;
}

.default-event .event-date .mounth {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.default-event .event-title {
	width: calc(100% - 55px);
	padding: 5px 0 0;
}

.default-event .event-title h2 {
	font-size: 17px;
	letter-spacing: -.3px;
	font-weight: 600;
	margin: 0;
}

.default-event .event-title a {
	color: #fff;
}

.default-event .event-title a:hover {
	color: #007363;
}

.default-event .event-meta {
	font-size: 13px;
	width: 100%;
	padding: 16px 0 0;
	font-weight: 600;
}

.default-event .event-meta address {
	font-size: 15px;
	display: inline-block;
	color: #00bfa5;
	margin: 0 5px 0 0;
}

.default-event .event-meta address i {
	font-size: 14px;
}

.default-event .event-meta a {
	color: #00bfa5;
}

.default-event .event-meta a:hover {
	color: #007363;
}

.default-event .event-meta strong {
	color: #fff;
	font-weight: 500;
}

.visual-body {
	width: 343px;
	max-width: 100%;
	position: absolute;
	top: 138px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	padding: 5px 10px;
}

.visual-tag-line {
	font-size: 15px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 0 0 35px;
}

.visual-tag-line h1 {
	font-size: 32px;
	letter-spacing: .8px;
	color: #fff;
	margin: 0 0 17px;
}

.search-form {
	max-width: 778px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	font-size: 15px;
	border-radius: 2em;
	overflow: hidden;
	border: 1px solid #e1e8ee;
	padding: 3px;
	margin: 0 auto;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	background: transparent;
}

.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder {
	font-size: 15px;
}

.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	font-size: 15px;
}

.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder {
	font-size: 15px;
}

.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder {
	font-size: 15px;
}

.search-form input[type="search"].placeholder,
.search-form input[type="text"].placeholder {
	font-size: 15px;
}

.search-form input[type="search"] {
	width: 280px;
	padding: 7px 12px 5px 61px;
}

.search-form input[type="text"] {
	width: 144px;
	padding: 7px 12px 5px 16px;
}

.search-form input[type="submit"] {
	width: 154px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 500;
	background: #00bfa5;
	color: #fff;
}

.search-form .input-group-addon {
	padding: 0;
	color: #000;
}

.search-form .form-group {
	margin: 0;
}

.search-form .form-group:nth-child(1),
.search-form .form-group:nth-child(2) {
	position: relative;
}

.search-form .form-group:nth-child(1):before,
.search-form .form-group:nth-child(2):before {
	display: none;
	content: "";
	width: 1px;
	height: 80%;
	background: #e1e8ee;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.search-form .form-group:last-child {
	margin: 0 0  0 auto;
}

.search-form .input-group {
	border-radius: 2em;
	overflow: hidden;
	position: relative;
}

.search-form .form-control {
	height: 48px;
	border: none;
	border: none;
	outline: none;
	box-shadow: none;
}

.search-form .input-group-addon {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 10;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.search-form .jcf-select {
	display: inline-block !important;
	height: 28px;
	min-width: 90px;
	margin: 0 0 0 10px;
	border: none;
	cursor: pointer;
}

.search-form .jcf-select .jcf-select-text {
	color: rgba(0, 0, 0, .75);
	font-size: 13px;
	letter-spacing: .9px;
	line-height: 28px;
	margin: 1px 0 0 6px;
	cursor: pointer;
}

.search-form .jcf-select .jcf-select-opener {
	width: 16px;
	position: absolute;
	text-align: center;
	background: transparent;
	cursor: pointer;
	bottom: 0;
	right: 0;
	top: 0;
}

.search-form .jcf-select .jcf-select-opener:before {
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #000;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.section-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	text-align: center;
	margin: 0 0 42px;
}

.section-header .material-icons {
	font-size: 20px;
}

.section-header .delimiter {
	color: rgba(0, 0, 0, .3);
	display: inline-block;
	padding: 10px 0;
}

.section-header .location-link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 1px;
}

.section-header .location-link .material-icons {
	font-size: 20px;
	color: #000;
	margin: 0 8px 0 0;
}

.section-title {
	display: inline-block;
	font-size: 16px;
	position: relative;
	z-index: 1;
	margin: 0 14px;
}

.section-title:before {
	content: "";
	position: absolute;
	height: 9px;
	background: #e0f4f3;
	top: 60%;
	left: -14px;
	right: -14px;
	z-index: -1;
}

.popular-cities-list {
	margin: 0 -4px;
	padding: 0 8px 20px;
}

.popular-cities-list li {
	float: left;
	width: 50%;
	padding: 0 4px 8px;
}

.popular-cities-card {
	height: 159px;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	font-weight: 500;
	position: relative;
	background-position: 50% 50%;
	background-size: 100% 100%;
	z-index: 1;
	padding: 10px 16px;
	-webkit-transition: color .27s ease-in-out, background-size .27s ease-in-out;
	transition: color .27s ease-in-out, background-size .27s ease-in-out;
}

.popular-cities-card:before {
	content: "";
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .82) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(45deg, rgba(0, 0, 0, .82) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.popular-cities-card:hover {
	color: #fff;
	background-size: 120% 120%;
}

.popular-cities-card:hover strong {
	color: rgba(255, 255, 255, .7);
	-webkit-transition: color .27s ease-in-out;
	transition: color .27s ease-in-out;
}

.popular-cities-card .card-label {
	display: block;
}

.popular-cities-card strong {
	font-size: 15px;
	color: #fff;
}

.line-carousel {
	position: relative;
	margin: 0 -15px 0 0;
}

.line-carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.line-carousel .slideset {
	width: 99999px;
	float: left;
	margin: 0 -4px;
}

.line-carousel .slide {
	width: 158px;
	float: left;
	padding: 0 4px;
}

.line-carousel .slide.hover .line-card {
	opacity: .7;
}

.line-card {
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	letter-spacing: .1px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	border: 1px solid #dae1e7;
	position: relative;
	-webkit-transition: color .27s ease-in-out, opacity .27s ease-in-out;
	transition: color .27s ease-in-out, opacity .27s ease-in-out;
	position: relative;
	z-index: 1;
}

.line-card:before {
	content: "";
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.line-card:hover {
	opacity: .7;
	color: #fff;
}

.line-card img {
	width: 100%;
}

.line-card figcaption {
	position: absolute;
	left: 9px;
	bottom: 8px;
}

.more-link-wrap {
	text-align: center;
	padding: 35px 0 0;
}

.more-link {
	font-size: 13px;
	letter-spacing: .5px;
	font-weight: 500;
	position: relative;
}

.more-link:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.more-link:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #00bfa5;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .27s ease-in-out;
	transition: transform .27s ease-in-out;
}

.dedicate-block {
	font-size: 13px;
	line-height: 1.615;
	text-align: center;
	padding: 47px 0 32px;
}

.dedicate-block a {
	font-weight: 500;
}

.venue-wrap {
	padding: 53px 0 140px;
	position: relative;
}

.filter-block {
	text-align: center;
	width: 100%;
	border-top: 1px solid #e1e8ee;
	border-bottom: 1px solid #e1e8ee;
}

.filter-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	line-height: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	position: relative;
}

.filter-list > li:not(:last-child) {
	margin: 0 20px 0 0;
}

.filter-list > li.active a {
	font-weight: 600;
	color: #000;
	border-bottom: 4px solid #00bfa5;
}

.filter-list > li > a,
.filter-list > li .dropdown,
.filter-list > li .filter-link {
	display: inline-block;
	border-bottom: 4px solid transparent;
	-webkit-transition: border-color .27s ease-in-out, color .27s ease-in-out;
	transition: border-color .27s ease-in-out, color .27s ease-in-out;
	padding: 18px 0 14px;
}

.filter-list > li > a:hover {
	border-bottom: 4px solid #00bfa5;
	color: #000;
}

.filter-list .dropdown-menu {
	top: 92%;
	right: 0;
	left: auto;
}

.filter-list .popup-holder {
	display: inline-block;
}

.filter-list .popup-holder.popup-active .layout {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vw;
	background: rgba(0, 0, 0, .3);
	z-index: 100;
}

.filter-list .popup {
	display: none;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 101;
	padding: 0 0 26px;
}

.filter-list .popup .close {
	float: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-shadow: none;
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

.filter-list .popup .btn-holder {
	text-align: right;
	padding: 0 30px 0;
}

.filter-list .popup .btn-holder button {
	color: #00bfa5;
	-webkit-transition: color .27s ease-in-out;
	transition: color .27s ease-in-out;
}

.filter-list .popup .btn-holder button:hover {
	color: #007363;
}

.filter-list .popup .btn-holder button:not(:last-child) {
	margin: 0 19px 0 0;
}

.ui-datepicker {
	position: relative;
	width: 300px;
	border: none;
	margin: 0 0 47px;
}

.ui-datepicker .ui-datepicker-title {
	padding: 13px 0 17px;
	line-height: 1;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
}

.ui-datepicker td {
	border: 0;
	padding: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
	height: 41px;
	width: 41px;
	line-height: 36px;
	margin: 0 0 0;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
}

.ui-datepicker th {
	padding: .7em .3em 1em;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
	border: none;
	background: transparent;
	border-radius: 50%;
	font-weight: normal;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
	border: none;
	background: #edfaf9;
	color: #777620;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
	border: none;
	background: #00bfa5;
	font-weight: normal;
	color: #fff;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
	font-family: "icomoon";
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-next > span,
.ui-datepicker .ui-datepicker-prev > span {
	display: none;
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\e901";
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\e902";
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	background: transparent !important;
	font-weight: 600;
	border: none;
	cursor: pointer;
}

.ui-datepicker .ui-state-hover {
	background: #edfaf9;
}

.ui-datepicker .ui-widget-header {
	border: none;
	background: transparent;
}

.dropdown-menu {
	border: none;
	min-width: 176px;
	padding: 8px 0;
}

.dropdown-menu > li > a {
	padding: 14px 16px 14px;
}

.dropdown-menu .divider {
	margin: 0;
}

.venue-card {
	padding: 0 8px 112px;
}

.venue-image,
.venue-meta,
.venue-map {
	float: left;
}

.venue-image,
.venue-map {
	border: 1px solid #e1e8ee;
}

.venue-image img,
.venue-map img {
	width: 100%;
}

.venue-image {
	width: 119px;
}

.venue-meta {
	width: calc(100% - 119px);
	padding: 2px 0 0 15px;
}

.venue-map {
	display: none;
}

.venue-brand-title {
	margin: 0 0 23px;
}

.venue-brand-title span {
	font-size: 12px;
	display: block;
	color: rgba(0, 0, 0, .5);
	margin: 0 0 -2px;
}

.venue-brand-title strong {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.venue-meta-list {
	color: rgba(0, 0, 0, .75);
	font-size: 13px;
}

.venue-meta-list li:not(:last-child) {
	margin: 0 0 15px;
}

.venue-meta-list .material-icons {
	font-size: 16px;
	margin: 0 8px 0 0;
	color: #00bfa5;
	position: relative;
	top: 2px;
}

.venue-meta-list address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0;
}

.venue-meta-list a {
	color: rgba(0, 0, 0, .75);
}

.venue-meta-list a:hover {
	color: #007363;
}

.venue-meta-list .map-link {
	font-size: 12px;
	font-weight: 500;
	color: #00bfa5;
	padding: 0 0 0 26px;
}

.venue-meta-list .social-link {
	color: #00bfa5;
}

.events-list li:not(:last-child) {
	border-bottom: 1px solid #e1e8ee;
}

.events-card {
	padding: 34px 0 29px;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
}

.events-card:hover {
	background: #f9fafc;
}

.events-card.has-poster {
	padding: 37px 0 42px;
}

.events-card .event-date {
	width: 49px;
	float: left;
	line-height: 1;
	text-align: center;
	border-right: 1px solid #e1e8ee;
	padding: 10px 2px 10px 0;
}

.events-card .day,
.events-card .date,
.events-card .mounth {
	display: block;
}

.events-card .day {
	font-size: 11px;
	color: rgba(0, 0, 0, .6);
	letter-spacing: 1px;
}

.events-card .date {
	font-size: 22px;
	font-weight: 600;
}

.events-card .mounth {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .75);
}

.events-card .event-title {
	margin: 0 0 7px;
	padding: 0 0 0 9px;
}

.events-card .event-title h2 {
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}

.events-card .event-title a {
	color: #000;
}

.events-card .event-title a:hover {
	text-decoration: underline;
}

.events-card .event-location {
	font-size: 13px;
	letter-spacing: .8px;
	font-weight: 500;
	padding: 0 0 0 10px;
	margin: 0;
}

.events-card .event-location .material-icons {
	display: none;
	font-size: 16px;
}

.events-card .event-artists {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 12px;
	padding: 8px 0 0 7px;
}

.events-card .event-poster {
	max-width: 620px;
	padding: 22px 7px 0;
}

.events-card .event-poster img {
	width: 100%;
	height: auto;
}

.pagination-wrap {
	text-align: center;
	padding: 23px 0 0;
}

.pagination {
	border-radius: 0;
	font-size: 18px;
	margin: 13px 0;
}

.pagination > li:not(:last-child) {
	margin: 0 36px 0 0;
}

.pagination > li > a {
	border: none;
	padding: 0;
	float: none;
}

.pagination > li .icon-keyboard_arrow_right,
.pagination > li .icon-keyboard_arrow_left {
	position: relative;
	top: 2px;
}

.pagination > li .icon-keyboard_arrow_right {
	margin-left: -11px;
}

.pagination > li .icon-keyboard_arrow_left {
	margin-right: -11px;
}

.listing-search-wrap {
	padding: 0 0 136px;
}

.listing-search-tag {
	text-align: center;
	background: #f9fafc;
	padding: 48px 0 52px;
	border-bottom: 1px solid #e1e8ee;
}

.listing-search-tag h1 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.hero {
	height: 616px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-position: center top;
}

.hero.hero-alternate {
	height: 320px;
	background: #00bfa5;
}

.hero:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .2) 90%);
	background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .2) 90%);
}

.hero .hero-body {
	max-width: 840px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	padding: 0 10px;
}

.hero .hero-body h1 {
	font-size: 32px;
	letter-spacing: 1px;
	margin: 0 0 8px;
	color: #fff;
}

.hero .hero-body strong {
	font-weight: 600;
}

.hero .default-event {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 1325px;
	width: 100%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.hero .event-date {
	width: auto;
	border: none;
	margin: 0;
}

.hero .event-date .day {
	font-size: 11px;
}

.hero .event-date .date {
	font-size: 40px;
}

.hero .event-date .mounth {
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
}

.hero .event-meta {
	text-align: right;
	width: auto;
	margin: 0 0 0 auto;
}

.hero .event-meta address {
	font-size: 13px;
	margin: 0;
	color: rgba(255, 255, 255, .75);
}

.hero .event-meta strong {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.subnav-bar {
	border-bottom: 1px solid #e1e8ee;
	position: relative;
	z-index: 20;
}

.event-subnav-wrap {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}

.event-subnav-wrap .drop-holder {
	float: left;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	overflow: hidden;
}

.event-subnav-wrap .drop-holder.visible .opener {
	visibility: visible;
}

.event-subnav-wrap .drop-holder.active {
	overflow: visible;
}

.event-subnav-wrap .drop-holder.active .drop {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.event-subnav-wrap .drop-holder .opener {
	visibility: hidden;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 4px 0 0;
}

.event-subnav-wrap .drop-holder .drop {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-radius: 4px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .27s ease;
	transition: transform .27s ease;
	overflow: hidden;
}

.event-subnav-wrap .hidden-item {
	visibility: hidden;
}

.event-subnav-wrap .event-list {
	min-width: 120px;
}

.event-subnav-wrap .event-list a {
	display: block;
	padding: 14px 16px 14px;
	color: #000;
	-webkit-transition: color .27s ease-in-out, background .27s ease-in-out;
	transition: color .27s ease-in-out, background .27s ease-in-out;
}

.event-subnav-wrap .event-list a:hover {
	color: #007363;
	background: #f5f5f5;
}

.event-subnav {
	width: 100%;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	font-weight: 500;
	display: inline-block;
}

.event-subnav > li {
	display: inline-block;
}

.event-subnav > li:not(:last-child) {
	margin: 0 20px 0 0;
}

.event-subnav > li.active a {
	color: #000;
	border-bottom: 4px solid #00bfa5;
}

.event-subnav > li > a {
	display: inline-block;
	color: #000;
	border-bottom: 4px solid transparent;
	-webkit-transition: border-color .27s ease-in-out, color .27s ease-in-out;
	transition: border-color .27s ease-in-out, color .27s ease-in-out;
	padding: 18px 0 14px;
}

.event-subnav > li > a:hover {
	border-bottom: 4px solid #00bfa5;
	color: #000;
}

.subnav-action {
	width: 50%;
	float: right;
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 7px 0 0 0;
}

.subnav-action .share-link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	margin: 0 16px 0 0;
}

.subnav-action .share-link .material-icons {
	color: #00bfa5;
	font-size: 18px;
	margin: 0 9px 0 0;
	position: relative;
	top: -1px;
}

.subnav-action .share-link span {
	display: none;
}

.subnav-action .btn-primary {
	font-size: 12px;
	padding: 8px 8px 6px;
}

.subnav-action .btn-primary span {
	/* display: none; */
}

.subnav-action .btn-primary .material-icons {
	position: relative;
	top: 2px;
}

.info-block {
	font-size: 13px;
	line-height: 1.615;
	border-bottom: 1px solid #e1e8ee;
	padding: 0 5px 31px;
}

.info-block .link-block {
	line-height: 1;
	padding: 15px 0 0 1px;
}

.info-block .link-block .social-link {
	margin: 0 8px 8px 0;
}

.sideinfo-block {
	font-size: 13px;
	padding: 44px 6px 0;
}

.sideinfo-list {
	color: rgba(0, 0, 0, .75);
	line-height: 1.2;
	margin: 0 0 26px;
}

.sideinfo-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sideinfo-list li:not(:last-child) {
	margin: 0 0 35px;
}

.sideinfo-list .icon-holder {
	margin: 0 20px 0 0;
}

.sideinfo-list .icon-holder .material-icons {
	font-size: 16px;
}

.sideinfo-list .time {
	display: block;
	margin: 0 0 8px;
}

.sideinfo-list .brand-title {
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px;
}

.sideinfo-list address {
	margin: 0 0 8px;
}

.sideinfo-list .price-list {
	margin: 0;
}

.sideinfo-list .price-list > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sideinfo-list .price-list > div:not(:last-child) {
	margin: 0 0 1px;
}

.sideinfo-list .price-list dt {
	min-width: 57px;
	font-weight: 400;
}

table.price-list,
table.price-list thead,
table.price-list tbody,
table.price-list td {
	border: 0;
}

.sideinfo-list .action-link {
	font-weight: 500;
}

.lineup-list {
	margin: 0 -4px;
	text-align: center;
}

.lineup-list li {
	display: inline-block;
	padding: 0 4px 4px;
}

.lineup-card {
	width: 148px;
	height: 148px;
	display: block;
	font-size: 12px;
	letter-spacing: .8px;
	text-align: left;
	background-position: 50% 50%;
	background-size: cover;
	border: 1px solid #e1e8ee;
	position: relative;
	-webkit-transition: box-shadow .27s ease-in-out;
	transition: box-shadow .27s ease-in-out;
}

.lineup-card:hover {
	box-shadow: 0 15px 12px rgba(0, 0, 0, .22);
}

.lineup-card strong {
	color: #fff;
	position: absolute;
	bottom: 6px;
	left: 9px;
}

.label-live {
	float: left;
	font-size: 14px;
	padding: 5px;
}

.gallary-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px;
	padding: 0 10px 0;
}

.gallary-list li {
	width: 50%;
	padding: 0 4px 8px;
}

.gallary-list img {
	width: 100%;
}

#venue-map {
	width: 100%;
	height: 400px;
	background-color: #eee;
}

#event-map {
	width: 100%;
	height: 400px;
	background-color: #eee;
}

.buy-ticket-link {
	padding:3px;
}
.buy-ticket-link a {
	padding: 0px 5px;
}

.map-bar {
	margin: 0 0 49px;
	padding: 0 11px 0;
}

.map-bar .venue-image {
	float: left;
	width: 98px;
	height: 98px;
}

.map-bar .venue-meta {
	float: left;
	width: calc(100% - 98px);
	border: 0;
	padding: 0 0 0 32px;
}

.map-bar .venue-brand-title {
	margin: 0 0 20px;
}

.map-bar .venue-meta-list li:not(:last-child) {
	margin: 0 0 13px;
}

.map-bar .venue-meta-list .material-icons {
	margin: 0 6px 0 0;
	position: relative;
	top: 2px;
}

.map-holder {
	border: 1px solid #e1e8ee;
	padding: 0 11px 0;
}

.map-holder img {
	width: 100%;
}

.related-events-section .section-header {
	margin: 0 0 42px;
}

.related-events-section .events-block {
	padding: 39px 0 0;
}

.related-events-section .event-poster {
	max-width: 300px;
}

.jcf-select-drop .jcf-select-drop-content {
	border: none;
	border-radius: .2em;
	overflow: hidden;
}

.jcf-select-drop .jcf-list .jcf-option {
	padding: 10px 9px;
}

.jcf-select-drop .jcf-option-hideme {
	display: none !important;
}

.cookie-bar-wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

.cookie-bar-wrap .close {
	float: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: none;
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

.cookie-bar-wrap .popup {
	padding: 9px 0 7px;
	text-align: center;
	font-size: 12px;
	background: rgba(0, 191, 165, .7);
}

.cookie-bar-wrap .more {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}

.cookie-bar-wrap .more:hover {
	color: #007363;
	text-decoration: none;
}

.cookie-bar-wrap .btn-info {
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 500;
	margin: 0 0 0 60px;
	padding: 9px 20px 8px;
}

.cookie-bar-wrap .holder {
	min-width: 320px;
	padding-left: 15px;
	padding-right: 15px;
}

.cookie-bar-wrap .btn-wrap {
	padding: 5px 0 0;
	display: inline-block;
	margin: 0 0 0 13px;
}

#footer {
	font-size: 13px;
	background: #000;
	color: #fff;
	padding: 90px 0 50px;
}

#footer h3 {
	font-size: 13px;
	line-height: 1.388;
	margin: 0 0 26px;
}

#footer .footer-item {
	margin-bottom: 32px;
}

#footer .footer-item p {
	margin: 0 0 38px;
	color: rgba(255, 255, 255, .7);
}

.footer-list {
	margin: 0 0 32px;
}

.footer-list li:not(:last-child) {
	margin: 0 0 19px;
}

.footer-list a {
	color: rgba(255, 255, 255, .7);
}

.footer-list a:hover {
	color: #fff;
}

.subscribe-form .form-control {
	background: transparent;
	color: #fff;
}

.subscribe-form .form-control {
	height: 30px;
}

.subscribe-form input[type="email"] {
	width: 165px;
	max-width: 100%;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	padding: 0 0 10px 0;
}

.subscribe-form input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.subscribe-form input[type="email"]:-moz-placeholder {
	color: #fff;
}

.subscribe-form input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

.subscribe-form input[type="email"].placeholder {
	color: #fff;
}

.subscribe-form input[type="submit"] {
	width: 103px;
	-webkit-transition: background .27s ease-in-out, border-color .27s ease-in-out;
	transition: background .27s ease-in-out, border-color .27s ease-in-out;
}

.subscribe-form input[type="submit"]:focus,
.subscribe-form input[type="submit"]:hover {
	background: #007363;
	border-color: #007363;
}

.social-networks li {
	float: left;
}

.social-networks li:not(:last-child) {
	margin: 0 14px 0 0;
}

.social-networks a {
	width: 28px;
	height: 28px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	border-radius: 50%;
	background: #fff;
	color: #000;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
}

.social-networks a:hover {
	background: #00bfa5;
}

.copyright {
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	padding: 76px 0 30px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #007363;
}

.copyright .copyright-links {
	display: block;
}

.copyright .bull {
	display: none;
}

.spacer-25 {
	margin:0;
	padding:0;
	height:25px;
}

.spacer-50 {
	margin:0;
	padding:0;
	height:50px;
}

.spacer-100 {
	margin:0;
	padding:0;
	height:100px;
}

@media (min-width: 360px) {
	#footer h3 {
		font-size: 15px;
	}

	.copyright {
		font-size: 12px;
	}
}

@media (min-width: 375px) {
	.hero-slideshow .slide-body {
		padding: 15px 26px 61px;
	}

	.search-form input[type="search"] {
		width: 320px;
	}

	.section-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-header .delimiter {
		padding: 0 10px;
	}

	.filter-list > li:not(:last-child) {
		margin: 0 52px 0 0;
	}

	.venue-meta {
		padding: 2px 0 0 34px;
	}

	.subnav-action {
		padding: 8px 7px 0 0;
	}

	.info-block .link-block .social-link:not(:last-child) {
		margin: 0 32px 0 0;
	}
}

@media (min-width: 480px) {
	.popular-cities-card {
		height: 220px;
	}
}

@media (min-width: 768px) {
	.social-link {
		font-size: inherit;
	}

	.section.info-section {
		padding: 107px 0 120px;
	}

	.section.line-up {
		padding: 105px 0 103px;
	}

	.section.gallery {
		padding: 107px 0 102px;
	}

	.section.contact {
		padding: 107px 0 102px;
	}

	#header {
		font-size: 13px;
	}

	.logo {
		margin: 0;
	}

	.nav-holder:before {
		display: none;
	}

	.nav-holder {
		margin: 0 auto 0 0;
		padding: 3px 0 0 34px;
	}

	#nav {
		font-size: inherit;
		font-weight: 400;
	}

	#nav li {
		float: left;
	}

	#nav li:not(:last-child) {
		margin: 0 37px 0 0;
	}

	#nav a {
		display: inline-block;
		padding: 0;
	}

	.home .header-search {
		opacity: 0;
	}

	.header-search {
		margin: 0 30px 0 0;
		max-width: 245px;
	}

	.action-meta {
		font-weight: 400;
		font-size: inherit;
		padding: 0 0 0 14px;
		text-align: right;
	}

	.action-meta a {
		display: inline-block;
		padding: 0;
	}

	.action-meta a:not(:last-child) {
		margin: 0 14px 0 0;
	}

	.nav-opener-wrap {
		display: none;
	}

	.hero-slideshow {
		height: 720px;
	}

	.hero-slideshow .slide:before {
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .36) 25%, rgba(255, 255, 255, 0) 90%);
		background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .36) 25%, rgba(255, 255, 255, 0) 90%);
	}

	.hero-slideshow .slide-body {
		padding: 50px 69px;
	}

	.default-event .event-date {
		width: auto;
		margin: 0 23px 0 0;
		padding: 0 23px 0 6px;
	}

	.default-event .event-date .day {
		font-size: 16px;
	}

	.default-event .event-date .date {
		text-align: center;
		font-size: 37px;
	}

	.default-event .event-date .mounth {
		font-size: 15px;
	}

	.default-event .event-title {
		width: 80%;
		padding: 10px 0 0;
	}

	.default-event .event-title h2 {
		font-size: 20px;
		margin: 0 0 6px;
	}

	.default-event .event-meta {
		width: 80%;
		font-size: 17px;
		font-weight: 500;
		padding: 0;
	}

	.default-event .event-meta address {
		font-size: 17px;
		margin: 0 17px 0 0;
	}

	.default-event .event-meta address i {
		display: none;
	}

	.default-event .event-meta strong {
		font-weight: 600;
	}

	.visual-body {
		top: 229px;
		width: 820px;
	}

	.visual-tag-line {
		font-size: 18px;
		margin: 0 0 21px;
	}

	.visual-tag-line h1 {
		font-size: 56px;
		margin: 0 0 8px;
	}

	.search-form .form-group:nth-child(1):before,
	.search-form .form-group:nth-child(2):before {
		display: block;
	}

	.section-header .delimiter {
		font-size: 14px;
		padding: 0 25px 0 22px;
	}

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

	.section-title {
		font-size: 20px;
	}

	.popular-cities-list {
		padding: 0;
	}

	.popular-cities-list li {
		width: 25%;
	}

	.popular-cities-card {
		width: 220px;
		height: 220px;
	}

	.popular-cities-card strong {
		font-size: 18px;
	}

	.line-carousel {
		margin: 0;
	}

	.line-carousel .slideset {
		margin: 0 -8px;
	}

	.line-carousel .slide {
		width: 175px;
		padding: 0 8px;
	}

	.line-card {
		font-size: 14px;
	}

	.line-card figcaption {
		left: 11px;
		bottom: 11px;
	}

	.more-link-wrap {
		padding: 44px 0 0;
	}

	.dedicate-block {
		font-size: 14px;
		line-height: 1.785;
		padding: 58px 0 46px;
		margin: 0 -10px 0;
	}

	.venue-wrap {
		padding: 15px 0 140px;
	}

	.filter-block {
		border-top: none;
	}

	.filter-list {
		font-size: inherit;
	}

	.filter-list > li:not(:last-child) {
		margin: 0 55px 0 0;
	}

	.filter-list > li > a,
	.filter-list > li .dropdown,
	.filter-list > li .filter-link {
		padding: 19px 0 18px;
	}

	.filter-list .dropdown-menu {
		left: 0;
	}

	.venue-card {
		padding: 10px;
		border: 1px solid #e1e8ee;
	}

	.venue-image,
	.venue-map {
		width: 30%;
	}

	.venue-image {
		width: 30%;
	}

	.venue-meta {
		padding: 26px 23px 46px;
		width: 40%;
	}

	.venue-map {
		display: block;
	}

	.venue-meta-list {
		font-size: 14px;
	}

	.venue-meta-list .map-link {
		display: none;
	}

	.events-card {
		padding: 37px 0 42px;
	}

	.events-card .event-date {
		width: 80px;
		padding: 0 12px 0 0;
	}

	.events-card .day {
		font-size: inherit;
	}

	.events-card .date {
		margin: 0 0 -2px;
		font-size: 45px;
	}

	.events-card .mounth {
		font-size: 16px;
	}

	.events-card .event-title {
		float: left;
		width: calc(100% - 80px);
		padding: 10px 0 0 24px;
	}

	.events-card .event-title h2 {
		font-size: 18px;
		line-height: inherit;
	}

	.events-card .event-location {
		float: left;
		width: 165px;
		font-size: 15px;
		padding: 0 0 0 24px;
		margin: inherit;
	}

	.events-card .event-location .material-icons {
		display: inline-block;
	}

	.events-card .event-artists {
		font-size: inherit;
		padding: 1px 0 0;
		width: calc(100% - 245px);
	}

	.events-card .event-poster {
		padding: 22px 0 0;
		margin: 0 0 0 106px;
	}

	.listing-search-wrap {
		padding: 0 0 142px;
	}

	.listing-search-wrap .events-block {
		padding: 34px 0 0;
	}

	.listing-search-tag {
		padding: 56px 0 58px;
	}

	.listing-search-tag h1 {
		font-size: 24px;
	}

	.hero {
		height: 720px;
	}

	.hero:before {
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .36) 25%, rgba(255, 255, 255, 0) 90%);
		background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .36) 25%, rgba(255, 255, 255, 0) 90%);
	}

	.hero .hero-body {
		font-size: 20px;
	}

	.hero .hero-body h1 {
		font-size: 56px;
	}

	.hero .event-date .day {
		font-size: 19px;
	}

	.hero .event-date .date {
		font-size: 56px;
	}

	.hero .event-date .mounth {
		font-size: 19px;
	}

	.hero .event-meta address {
		font-size: 20px;
	}

	.hero .event-meta strong {
		line-height: 1.1;
		font-size: 30px;
	}

	.event-subnav-wrap {
		width: 60%;
	}

	.event-subnav-wrap .drop-holder .opener {
		margin: 4px 0 0;
	}

	.event-subnav {
		font-size: inherit;
	}

	.event-subnav > li:not(:last-child) {
		margin: 0 52px 0 0;
	}

	.event-subnav > li > a {
		padding: 19px 0 18px;
	}

	.subnav-action {
		padding: 10px 7px 0 0;
		width: 40%;
		padding: 6px 0 0;
	}

	.subnav-action .share-link {
		margin: 0 33px 0 0;
	}

	.subnav-action .share-link .material-icons {
		top: 0;
	}

	.subnav-action .share-link span {
		display: inline-block;
	}

	.subnav-action .btn-primary {
		font-size: inherit;
		padding: 11px 23px 9px;
	}

	.subnav-action .btn-primary span {
		display: inline-block;
	}

	.info-block {
		font-size: inherit;
		padding: 0 0 31px;
	}

	.info-block .link-block .social-link {
		margin: 0;
	}

	.sideinfo-block {
		font-size: inherit;
		padding: 44px 0 0;
	}

	.sideinfo-list .price-list > div:not(:last-child) {
		margin: 0 0 5px;
	}

	.lineup-card {
		width: 240px;
		height: 240px;
		font-size: inherit;
	}

	.lineup-card strong {
		bottom: 20px;
		left: 14px;
	}

	.gallary-list {
		margin: 0 -14px;
		padding: 0;
	}

	.gallary-list li {
		width: 33.3333%;
		padding: 0 14px 28px;
	}

	.map-bar {
		padding: 0;
		margin: 0 0 32px;
	}

	.map-bar .venue-meta {
		padding: 5px 0 0 20px;
	}

	.map-bar .venue-brand-title {
		margin: 0 0 6px;
	}

	.map-bar .venue-meta-list li {
		display: inline-block;
		vertical-align: middle;
	}

	.map-bar .venue-meta-list li:not(:last-child) {
		margin: 0 10px 0 0;
	}

	.map-holder {
		padding: 0;
	}

	.related-events-section .event-date {
		padding: 10px 25px 0 0;
	}

	.related-events-section .date {
		margin: 0 0 -1px;
		font-size: 31px;
	}

	.related-events-section .mounth {
		font-size: 13px;
	}

	.cookie-bar-wrap .btn-wrap {
		padding: 0;
	}

	#footer {
		font-size: 14px;
		padding: 97px 0 50px;
	}

	#footer h3 {
		font-size: 18px;
		margin: 0 0 34px;
	}

	#footer .footer-item {
		margin-bottom: 0;
	}

	#footer .footer-item p {
		margin: 0 0 40px;
	}

	.subscribe-form .form-control {
		height: 34px;
	}

	.copyright {
		padding: 70px 0 43px;
		font-size: 13px;
	}

	.copyright .copyright-links {
		display: inline-block;
	}

	.copyright .bull {
		display: inline-block;
	}
}

@media (min-width: 769px) {
	.section-header {
		margin: 0 0 58px;
	}
}

@media (min-width: 1024px) {
	.social-link .icon-holder {
		width: 24px;
		height: 24px;
	}

	.logo {
		width: auto;
	}

	.header-search {
		margin: 0 64px 0 0;
		max-width: 276px;
	}

	.action-meta {
		padding: 0;
	}

	.popular-cities-list {
		margin: 0 -11px;
	}

	.popular-cities-list li {
		padding: 0 11px 11px;
	}

	.line-carousel .slideset {
		width: 100% !important;
	}

	.line-carousel .slide {
		width: 20%;
	}

	.venue-wrap {
		padding: 94px 0 140px;
	}

	.venue-wrap .filter-block {
		width: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.filter-block {
		border-bottom: 1px solid #e1e8ee;
		border-top: none;
	}

	.venue-card {
		width: 240px;
		padding: 0;
	}

	.venue-image,
	.venue-meta,
	.venue-map {
		float: none;
	}

	.venue-image,
	.venue-meta {
		border-bottom: 1px solid #e1e8ee;
	}

	.venue-image,
	.venue-map {
		width: auto;
		max-height: 239px;
		border: none;
	}

	.venue-image {
		width: auto;
		border-bottom: 1px solid #e1e8ee;
	}

	.venue-meta {
		width: auto;
	}

	.venue-meta-list li:not(:last-child) {
		margin: 0 0 23px;
	}

	.info-block {
		border: none;
		line-height: 1.785;
		margin: 0 -15px 0 0;
		padding: 6px 0 0;
	}

	.info-block .link-block {
		padding: 42px 0 0 5px;
	}

	.sideinfo-block {
		padding: 11px 0 0 2px;
	}

	.sideinfo-block .btn-holder {
		padding: 0 0 0 37px;
	}

	.sideinfo-list li:not(:last-child) {
		margin: 0 0 53px;
	}

	.sideinfo-list .time {
		margin: 0 0 10px;
	}

	.lineup-list {
		text-align: left;
		padding: 0 13px 0;
		margin: 0 -24px;
	}

	.lineup-list li {
		float: left;
		width: 25%;
		padding: 0 24px 24px;
	}

	.map-bar .venue-meta {
		padding: 19px 0 0 35px;
	}
}

@media (min-width: 1200px) {
	.section {
		padding: 73px 0 100px;
	}

	.action-meta a:not(:last-child) {
		margin: 0 21px 0 0;
	}

	.map-bar .venue-meta-list li:not(:last-child) {
		margin: 0 22px 0 0;
	}

	.related-events-section .events-block {
		margin: 0 -15px 0;
	}
}

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

@media (max-width: 767px) {
	body.nav-active {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
	}

	.nav-active #header {
		min-height: 100%;
		left: 0;
		right: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.header-elements {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 49px;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transition: -webkit-transform .27s ease-in-out;
		transition: transform .27s ease-in-out;
		padding: 10px;
	}

	.nav-active .header-elements {
		-webkit-transition-delay: .27s;
		transition-delay: .27s;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.nav-active .header-search {
		position: absolute;
		bottom: 15px;
		left: 10px;
		right: 10px;
		width: auto;
	}

	.default-event .event-title a span {
		display: block;
	}

	.search-form input[type="text"] {
		display: none;
	}

	.search-form input[type="submit"] {
		display: none;
	}

	.search-form .jcf-select {
		display: none !important;
	}

	.events-card .layout-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.events-card .align-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.subscribe-form input[type="submit"] {
		padding: 0;
	}
}

