@charset "UTF-8";
/**
 * Variables and Bootstrap overrides
 */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700");
@font-face {
  font-family: 'Webdings';
  src: url("../fonts/Webdings.eot");
  src: url("../fonts/Webdings.eot?#iefix") format("embedded-opentype"), url("../fonts/Webdings.woff2") format("woff2"), url("../fonts/Webdings.woff") format("woff"), url("../fonts/Webdings.ttf") format("truetype"), url("../fonts/Webdings.svg#Webdings") format("svg");
  font-weight: normal;
  font-style: normal; }

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

body {
  background: #fff;
  font: 16px "Nunito Sans", sans-serif;
  line-height: 1.6em;
  color: #585858;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }
  body.nav-opened {
	overflow: hidden; }

ul, li {
  padding: 0;
  margin: 0; }

ol li {
  margin-bottom: 5px; }

h1 {
  font-weight: 600;
  line-height: 1.4em;
  font-family: 'Nunito Sans', sans-serif;
  color: #000; }

h2 {
  font-weight: 600;
  line-height: 1.4em;
  font-family: 'Nunito Sans', sans-serif;
  color: #000; }

h3 {
  font-weight: 600;
  line-height: 1.4em;
  font-family: 'Nunito Sans', sans-serif;
  color: #000; }

h4 {
  font-weight: 600;
  line-height: 1.4em;
  font-family: 'Nunito Sans', sans-serif;
  color: #000; }

h5 {
  font-weight: 600;
  line-height: 1.4em;
  font-family: 'Nunito Sans', sans-serif;
  color: #000; }

h6 {
  font-weight: 600;
  line-height: 1.4em;
  font-family: 'Nunito Sans', sans-serif;
  color: #000; }

h1 {
  font-size: 28px; }
  @media screen and (min-width: 48em) {
	h1 {
	  font-size: 31px; } }

h2 {
  font-size: 26px; }
  @media screen and (min-width: 48em) {
	h2 {
	  font-size: 29px; } }

h3 {
  font-size: 23px; }

h4 {
  font-size: 21px; }

*:focus, *:active {
  outline: none !important; }

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #56bdff; }

.link-dark {
  color: #585858; }
  .link-dark:hover {
	color: #56bdff;
	text-decoration: none; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

@-webkit-keyframes fadeInRight--min {
  from {
	opacity: 0;
	-webkit-transform: translate3d(10%, 0, 0);
	transform: translate3d(10%, 0, 0); }
  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight--min {
  from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(10%, 0, 0); }
  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); } }

.fadeInRight--min {
  -webkit-animation-name: fadeInRight--min;
  animation-name: fadeInRight--min; }

/** WRAPPER and For Responsive nav To work properly
===================================*/
.wrapper {
  width: 100%;
  position: relative; }
  .wrapper .wrapper-inner {
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
	-o-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
	transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
	position: relative;
	width: 100%;
	display: block;
	margin-right: 0; }
  .wrapper .mask-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease; }
  .wrapper .wrapper-active {
	margin-right: -60%;
	float: right; }
	.wrapper .wrapper-active .mask-wrapper {
	  opacity: 1;
	  z-index: 11; }
  .wrapper .on-active-right .mask-wrapper {
	opacity: 1;
	z-index: 11; }

/** SPACE
===================================*/
.space15 {
  height: 15px;
  display: block;
  width: 100%; }

.space20 {
  height: 20px;
  display: block;
  width: 100%; }

.space30 {
  height: 30px;
  display: block;
  width: 100%; }

.space45 {
  height: 45px;
  display: block;
  width: 100%; }

.space60 {
  height: 60px;
  display: block;
  width: 100%; }

.color-box-1 {
  background-color: #53BBB4; }

.color-box-2 {
  background-color: #5CB860; }

.color-box-3 {
  background-color: #F9845B; }

.color-box-4 {
  background-color: #838CC7; }

.color-box-5 {
  background-color: #39ADD1; }

.color-box-6 {
  background-color: #3079AB; }

.color-box-7 {
  background-color: #E59A13; }

/** FLEXWRAP
===================================*/
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.flex .flex-item {
  /*flex-grow: 1;
	  flex-basis: 30%;*/ }

/* Prevent zoom-in input IOS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
	font-size: 16px; } }

/*Buttons*/
.btn {
  border-radius: 0; }
  .btn.btn--border-blue {
	border: 1px solid #0072bc;
	color: #0072bc;
	position: relative; }
  .btn.btn--border--black {
	border: 1px solid #000;
	color: #000;
	position: relative; }
  .btn.btn--border--black--bg {
	border: 1px solid #000;
	color: #fff;
	position: relative;
	background: #000; }
  .btn.btn--grey {
	background-color: #c1c1c1;
	color: #ffffff; }
  .btn.btn--black {
	background-color: #000;
	color: #ffffff; }
	.btn.btn--black:hover {
	  color: #333;
	  background-color: #c1c1c1; }
  .btn.btn--blue {
	color: white;
	background-color: #56bdff; }
  .btn.btn--border--grey {
	border: 1px solid #e2e2e2;
	color: #333;
	position: relative; }
  .btninput[type="submit"].btn--grey {
	border: 1px solid #c1c1c1; }
	.btninput[type="submit"].btn--grey:hover {
	  background: white;
	  color: #0072bc;
	  border-color: #0072bc; }
  .btn.btn--social {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem; }
	.btn.btn--social [class*="fa-"] {
	  margin-right: 5px;
	  font-size: 0.9em; }
  .btn.btn--full {
	width: 100%; }
  .btn.btn--sm {
	font-size: 0.9em; }

input[type="submit"].btn--grey:hover {
  background: #56bdff;
  color: white;
  border-color: #56bdff; }

/*Button Hover*/
.btn--hvr-sweep {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .btn--hvr-sweep:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0074bf;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out; }
  .btn--hvr-sweep:hover, .btn--hvr-sweep:focus, .btn--hvr-sweep:active {
	color: white !important; }
  .btn--hvr-sweep:hover:before, .btn--hvr-sweep:focus:before, .btn--hvr-sweep:active:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1); }

.btn-calendar {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 11px 15px;
  border: 1px solid #ffffff;
  color: white;
  min-width: 130px;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase; }
  .btn-calendar.btn-calendar--absolute {
	display: none;
	position: absolute !important;
	top: 45px;
	right: 22px;
	z-index: 100; }
	@media screen and (min-width: 62em) {
	  .btn-calendar.btn-calendar--absolute {
		display: inline-block;
	  } }
  .btn-calendar .fas {
	margin-right: 5px; }
  .btn-calendar:hover {
	text-decoration: none; }

.btn-calendar--sm {
  font-size: 11px;
  width: auto;
  height: auto;
  padding: 9px 10px; }

.draw-border.btn-calendar:hover {
  border-color: transparent;
  color: #56bdff; }

.link-more {
  display: inline-block;
  color: #585858;
  font-size: 0.9em; }
  .link-more:after {
	position: relative;
	left: 0;
	content: '→';
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s; }
  .link-more:hover {
	text-decoration: none; }
	.link-more:hover:after {
	  left: 5px; }

.link-remore {
  display: inline-block;
  color: #56bdff;
  font-size: 0.9em; }
  .link-remore:after {
	position: relative;
	left: 0;
	font-size: 11px;
	content: '▶';
	margin-left: 2px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s; }
  .link-remore:hover {
	text-decoration: none; }
	.link-remore:hover:after {
	  left: 5px; }

/*Navigation Mobile*/
.sidebar-mb {
  background-color: #0085c7;
  color: white;
  width: 80%;
  max-width: 350px;
  height: 100%;
  position: fixed;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  z-index: 999;
  overflow-x: scroll;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .sidebar-mb.show {
	right: 0;
	opacity: 1;
	visibility: visible; }

.sidebar-mb__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid #2399d3; }
  .sidebar-mb__head .btn-mobilenav {
	margin-bottom: -8px; }

.wow {
  visibility: hidden; }

.hero__desc--left-content {
  text-align: left !important; }

.hero__desc__paragraph {
  font-size: 22px;
  line-height: 1.6em; }

.space10 {
  height: 10px;
  display: block;
  width: 100%; }

/* Div Table */
.divTable {
  display: table;
  width: 100%; }

.divTableRow {
  display: table-row; }

.divTableHeading {
  background-color: #EEE;
  display: table-header-group; }

.divTableCell, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px; }

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold; }

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold; }

.divTableBody {
  display: table-row-group; }

/* switch slider*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 36px;
  cursor: pointer; }

.switch input { visibility: hidden; }

.switch input:checked + .sw-slider {
  background-color: #f1f1f1; }

.switch input:focus + .sw-slider {
  -webkit-box-shadow: 0 0 1px #f1f1f1;
  box-shadow: 0 0 1px #f1f1f1; }

.switch input:checked + .sw-slider .sw-slider-ball {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  color: #fff;
  background-color: #0085c7;
  border-color: #0085c7; }

.switch.green-bg input:checked + .sw-slider {
  background-color: #6ac3ad; }

.sw-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #b8b8b8;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.sw-slider .sw-slider-ball {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  color: #cfcfcf;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: 1px solid #dcdcdc; }

.switch-lock {
  display: inline-block;
  vertical-align: top; }

.sticky_column {
  z-index: 101; }

.main.col-sm {
  overflow: hidden; }

.link-bluesm {
  font-size: 0.9em; }

/*Customize Select*/
select.select-stylez {
  --radius: 0;
  --baseFg: white;
  --baseBg: #393c45;
  --accentFg: white;
  --accentBg: #393c45;
  font: 400 12px/1.3 sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--baseFg);
  border: none;
  line-height: 1;
  outline: 0;
  padding: 0.65em 2.5em 0.55em 0.75em;
  padding: 1rem 1.5rem;
  border-radius: var(--radius);
  background-color: var(--baseBg);
  background-image: -webkit-linear-gradient(var(--baseFg), var(--baseFg)), -webkit-linear-gradient(225deg, transparent 50%, var(--accentBg) 50%), -webkit-linear-gradient(315deg, transparent 50%, var(--accentBg) 50%), -webkit-linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-image: -o-linear-gradient(var(--baseFg), var(--baseFg)), -o-linear-gradient(225deg, transparent 50%, var(--accentBg) 50%), -o-linear-gradient(315deg, transparent 50%, var(--accentBg) 50%), -o-linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-image: linear-gradient(var(--baseFg), var(--baseFg)), linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%), linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%), linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 1px 0, 36px 50px, 18px 66px, 36px 52px;
  background-position: right 20px center, right bottom, right bottom, right bottom;
  height: 58px;
  width: 123px; }

.content-hero__act .btn.btn--blue {
  height: 58px; }

/*==== CHECKBOX DAN RADIO ======*/
/*====== CHECKBOX ======*/
/*====== RADIO ======*/
.logo {
  margin-bottom: 2rem; }
  .logo img {
	max-width: 150px; }

/*Mobile header*/
.header-mb {
  display: block;
  background: white; }
  @media screen and (min-width: 62em) {
	.header-mb {
	  display: none; } }

.logo-mb {
  max-width: 84px; }

.top-bar {
  font-size: 12px; }
  .top-bar a {
	color: white; }
  .top-bar.top-bar--aside a {
	color: #585858; }

.top-bar__item {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px; }
  .top-bar__item .fas {
	position: absolute;
	left: 0;
	top: 6px; }
  .top-bar__item a {
	color: #bbbbbb; }
	.top-bar__item a:hover {
	  color: #bbbbbb; }

/*Search Main */
.search-main input[type="text"] {
  height: 38px;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  border: none;
  outline: none;
  color: #d0cece;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  width: 0;
  position: absolute;
  top: -8px;
  left: 20px;
  z-index: 3;
  -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  -o-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  background: none;
  cursor: pointer; }

.search-main input[type="text"]:focus:hover {
  border-bottom: 1px solid #f1f1f1; }

.search-main input[type="text"]:focus {
  width: 100%;
  z-index: 1;
  background-color: #0e0e0e;
  border-bottom: 1px solid #f1f1f1;
  cursor: text; }

.search-main input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color: red;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp//Vi4ZywAAABF0Uk5T//wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.search-main .search-main__icon:hover {
  opacity: 0.8; }

.search-main--mb input[type="text"]::-webkit-input-placeholder {
  color: #0096e1; }

.search-main--mb input[type="text"]:-ms-input-placeholder {
  color: #0096e1; }

.search-main--mb input[type="text"]::-ms-input-placeholder {
  color: #0096e1; }

.search-main--mb input[type="text"]::placeholder {
  color: #0096e1; }

.search-main--mb input[type="text"]:focus {
  width: 200px;
  background-color: #006394; }

/** MAIN NAV
===================================*/
.main-nav {
  display: none; }
  @media screen and (min-width: 50em) {
	.main-nav {
	  display: block; } }
  @media screen and (min-width: 63em) {
	.main-nav {
	  padding: 18px 0; } }
  .main-nav ul {
	zoom: 1;
	width: 100%;
	/*height:51px;*/
	list-style: none;
	margin: 0;
	padding: 0; }
	.main-nav ul li {
	  display: block;
	  position: relative; }
	  .main-nav ul li a {
		padding: 6px 14px;
		display: inline-block;
		overflow: hidden;
		position: relative;
		font-weight: 600;
		font-size: 13px;
		letter-spacing: 0.2em;
		padding-left: 0;
		color: #bbb;
		text-transform: uppercase;}
		@media screen and (min-width: 800px) and (max-width: 1200px) {
		  .main-nav ul li a {
			padding-right: 10px;
			padding-left: 10px; } }
	  .main-nav ul li .main-nav__icon {
		position: absolute;
		left: -60px;
		opacity: 0;
		top: 12px;
		font-size: 0.7em;
		vertical-align: middle;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s; }
	  .main-nav ul li ul {
		overflow: hidden;
		border: 0;
		position: static;
		top: 0;
		max-width: 250px;
		z-index: 80;
		margin: 0;
		margin-bottom: 15px;
		margin-left: 20px;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		display: none;
		-webkit-transition: opacity 600ms, visibility 600ms;
		-o-transition: opacity 600ms, visibility 600ms;
		transition: opacity 600ms, visibility 600ms; }
		.main-nav ul li ul li {
		  line-height: 1.2em; }
		  .main-nav ul li ul li:before {
			display: none; }
		.main-nav ul li ul a {
		  padding: 3px;
		  padding-left: 0;
		  _height: 10px;
		  /*IE6 only*/
		  display: block;
		  float: none;
		  text-transform: none;
		  font-size: 14px;
		  line-height: 1em;
		  color: #bbbbbb;
		letter-spacing: normal !important;}
		  .main-nav ul li ul a:hover {
			background-color: transparent;
			color: rgba(255, 255, 255, 0.733);
			text-decoration: underline;
			padding-left: 0; }
	  .main-nav ul li.active ul {
		display: block;
		visibility: visible;
		opacity: 1;
		-webkit-animation: fade 1s;
		animation: fade 1s; }
	  .main-nav ul li.active .main-nav__icon {
		left: 0;
		opacity: 1; }
		.main-nav ul li:hover > a, .main-nav ul li.active > a {
		  color: white;
		  text-decoration: none;
		  padding-left: 2px; }
		  .main-nav ul li.active > a {
			padding-left: 18px
		  }
	  .main-nav ul li li {
		float: none;
		display: block;
		border: 0;
		text-align: left; }
		.main-nav ul li li:last-child {
		  -moz-box-shadow: none;
		  -webkit-box-shadow: none;
		  box-shadow: none; }

@-webkit-keyframes fade {
  0% {
	opacity: 0; }
  100% {
	opacity: 1; } }

@keyframes fade {
  0% {
	opacity: 0; }
  100% {
	opacity: 1; } }

/*arrow*/
.nav ul ul li:first-child > a {
  /*@include border-radius(8px 8px 0 0)*/ }

.nav ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #444; }

/*====== HUMBERBER BUTTON ======*/
.btn-rwd-sidebar {
  display: block;
  margin-top: 0;
  float: right;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #50555a;
  color: white;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (min-width: 50em) {
	.btn-rwd-sidebar {
	  display: none; } }

/*====== RESPONSIVE MENU ======*/
.btn-mobileNav {
  display: block;
  margin-top: 0;
  float: right;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #1d2629;
  color: white;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0; }
  @media screen and (min-width: 50em) {
	.btn-mobileNav {
	  display: none; } }

.close-sidebar {
  text-align: right;
  margin-bottom: 30px; }

.mobile-nav {
  z-index: 9999;
  width: 60%;
  position: fixed;
  height: 100%;
  overflow-x: hidden;
  background-color: #1d2629;
  color: white;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  margin-left: -100%; }
  .mobile-nav.show {
	margin-left: 0; }
  .mobile-nav ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	margin-top: 15px; }
	.mobile-nav ul li {
	  position: relative; }
	  .mobile-nav ul li .fa {
		position: absolute;
		right: 15px;
		top: 0.2em;
		font-size: 1.3em;
		color: white; }
	  .mobile-nav ul li a, .mobile-nav ul li span {
		font-size: 0.9em;
		text-transform: capitalize;
		padding: 8px 15px;
		display: block;
		font-weight: 600;
		padding-left: 13px;
		color: white;
		line-height: 1.4em; }
	  .mobile-nav ul li a:hover, .mobile-nav ul li a:focus {
		color: white;
		background-color: #313131;
		text-decoration: none; }
	.mobile-nav ul ul.sub-menuNav {
	  margin: 0;
	  display: block;
	  visibility: visible;
	  margin-bottom: 20px;
	  margin-left: 20px;
	  display: none; }
  .mobile-nav ul.sub-menuNav li {
	position: relative; }
	.mobile-nav ul.sub-menuNav li a {
	  padding-left: 13px; }
  .mobile-nav .btn-hide {
	margin-left: 30px;
	margin-top: 20px;
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	background-color: #2a363a;
	color: white; }
	.mobile-nav .btn-hide:hover, .mobile-nav .btn-hide:focus {
	  background-color: transparent;
	  color: #c1c1c1; }

.nav-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.hamburger-nav {
  width: 25px;
  height: 45px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media screen and (min-width: 50em) {
	.hamburger-nav {
	  display: none; } }
  .hamburger-nav span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out; }
	.hamburger-nav span:nth-child(1) {
	  top: 0px; }
	.hamburger-nav span:nth-child(2) {
	  top: 10px; }
	.hamburger-nav span:nth-child(3) {
	  top: 20px; }
  .hamburger-nav.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg); }
  .hamburger-nav.open span:nth-child(2) {
	opacity: 0;
	left: -60px; }
  .hamburger-nav.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); }

/*Desktop Nav*/
.main-navside {
  background: black;
  display: none;
  color: white;
  padding: 40px 1rem  40px 2rem !important;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  @media screen and (min-width: 62em) {
	.main-navside {
	  display: block; } }
  .main-navside .sticky_column {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease; }
	.main-navside .sticky_column.is_stuck {
	  padding-top: 2rem; }
	.main-navside .sticky_column:before {
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: #969696; }

/*Mobile nav*/
.btn-mobilenav {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #000 url(../img/mb-nav.png) center center no-repeat;
  background-size: 32px auto; }
  .btn-mobilenav:hover {
	background-color: #1a1a1a; }

.btn-mobilenav--close {
  background: #000 url(../img/mb-nav-close.png) center center no-repeat;
  background-size: 28px auto; }

.btn-mobilenav--head {
  margin-right: -15px;
  float: right; }

.sidebar-mb__nav {
  padding: 0; }
  .sidebar-mb__nav ul li {
	position: relative; }
	.sidebar-mb__nav ul li a {
	  text-transform: uppercase;
	  color: white;
	  padding: 15px 40px 15px 30px;
	  line-height: 1.4em;
	  display: block;
	  letter-spacing: 0.1em;
	  font-size: 0.9em;
	  font-weight: 600;
	  border-bottom: 1px solid #2399d3; }
	  .sidebar-mb__nav ul li a:hover, .sidebar-mb__nav ul li a.active, .sidebar-mb__nav ul li a:focus {
		background-color: #004d74;
		text-decoration: none; }
	.sidebar-mb__nav ul li ul {
	  background-color: #0072ab;
	  display: none; }
	  .sidebar-mb__nav ul li ul li a {
		background-color: #0072ab;
		font-size: 0.8em;
		color: #a5cfe4; }

.sidebar-mb_act {
  padding: 25px 30px; }

.nav-iconz {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 17px; }

.nav-iconz.fa-chevron-down:before {
  padding: 17px 22px; }

.main-nav.main-nav--aside {
  position: relative; }
  .main-nav.main-nav--aside ul li a {
	color: #585858; }
  .main-nav.main-nav--aside ul li ul a {
	color: #969696; }
	.main-nav.main-nav--aside ul li ul a:hover {
	  color: #585858; }

.hide-me {
  background: rgba(86, 189, 255, 0.5);
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .hide-me:hover {
	background: #56bdff; }

.sticky_column .logo-alt {
  display: none; }

.sticky_column.scrollWhite {
  color: #000 !important; }
  .sticky_column.scrollWhite a, .sticky_column.scrollWhite span {
	color: #000 !important; }
  .sticky_column.scrollWhite .logo img {
	display: none; }
  .sticky_column.scrollWhite .logo .logo-alt {
	display: inline-block; }

/*Hero*/
.hero {
  background-color: #000;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 10;
  color: white;
  margin-bottom: 5rem;
  padding: 2rem 0;
  padding-bottom: 80px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hero:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 62em) {
	.hero {
	  min-height: 740px; } }
  @media screen and (min-width: 48em) {
	.hero {
	  padding-bottom: 2rem; } }
  .hero .btn.btn--blue {
	display: none; }
	@media screen and (min-width: 48em) {
	  .hero .btn.btn--blue {
		display: inline-block;
		padding-right: 25px;
		padding-left:25px
	  }
	  }

.hero__desc {
  text-align: right;
  color: white; }
  .hero__desc h1 {
	color: white;
	font-size: 85px;
	line-height: 1.1em;
	font-weight: 400;
	margin: 1rem 0;
	text-shadow: 2px 2px 8px #5a5a5a;
  }
	@media screen and (max-width: 86em) {
	  .hero__desc h1 {
		font-size: 70px; } }
	@media screen and (max-width: 62em) {
	  .hero__desc h1 {
		font-size: 45px; } }
  .hero__desc .btn {
	min-width: 200px;
	font-size: 21px; }
  @media screen and (min-width: 62em) {
	.hero__desc {
	  padding-top: 8rem; } }

.hero__caption {
  font-size: 27px; }
  @media screen and (max-width: 62em) {
	.hero__caption {
	  font-size: 15px; } }

.hero__btn-mb {
  display: block;
  background-color: #ededed;
  text-align: center;
  padding: 18px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 48em) {
	.hero__btn-mb {
	  display: none; } }
  .hero__btn-mb .btn {
	min-width: 315px; }

	.hm-introtext {
	  text-align: center;
	  margin-bottom: 4rem;
	  line-height: 32px;
	  font-size: 19px;
	}

.hm-concert {
  margin-bottom: 4rem; }
  @media screen and (max-width: 62em) {
	.hm-concert .hm-concert__scroll {
	  overflow-x: scroll; }
	.hm-concert .gridpost {
	  min-width: 250px; } }

/*Gridpost*/
.gridpost {
  border: 1px solid #ebebeb;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0, 0.95);
  -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0, 0.95);
  transition: all 600ms cubic-bezier(0.25, 0.1, 0, 0.95); }
  .gridpost:hover {
	-webkit-box-shadow: 0 0 10px #e7e7e8;
	box-shadow: 0 0 10px #e7e7e8;
	border-color: #f1f1f1; }
	.gridpost:hover a {
	  color: #0072bc; }
	.gridpost:hover .btn {
	  background: #000 !important;
	  color: white !important;
	  border-color: transparent !important; }

@media screen and (min-width: 48em) {
  .gridpost--minheight {
	min-height: 580px;
	padding-bottom: 80px; } }

.gridpost--minheight .gridpost__foo {
  margin-top: 1rem;
  padding: 0px 22px 22px; }
  @media screen and (min-width: 48em) {
	.gridpost--minheight .gridpost__foo {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  z-index: 5; } }

.gridpost__thumb {
  margin: 0;
  text-align: center; }

.gridpost__desc {
  padding: 22px; }

.gridpost__title a {
  color: #585858; }
  .gridpost__title a:hover {
	color: #0072bc;
	text-decoration: none; }

.gridpost__meta {
  text-transform: uppercase;
  color: #939393;
  font-size: 0.9em;
  display: block; }
  .gridpost__meta span, .gridpost__meta a {
	color: #939393; }

.gridpost__metatop {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  color: #939393;
  display: block; }

.gridpost__foo {
  margin-top: 2rem;
  padding: 0 22px 22px; }

.hm-quote {
  background-color: #000;
  margin-bottom: 4rem;
  background-size: cover;
  background-position: left top; }
  @media screen and (max-width: 48em) {
	.hm-quote {
	  background-image: none !important; } }
  .hm-quote.hm-quote--bg-position {
	background-position-x: 100%; }

.hm-quote__inside {
  padding-bottom: 3rem; }
  @media screen and (min-width: 48em) {
	.hm-quote__inside {
	  padding-top: 3rem;
	  min-height: 520px; } }

.hm-quote--text {
  margin-left: auto;
  color: #b4a6a6;
  font-size: 27px;
  line-height: 1.4em;
  font-style: italic;
  padding-top: 4rem;
  background: url("../../assets/img/left-quote.svg") 15px 0 no-repeat;
  background-size: 46px auto; }
  @media screen and (max-width: 48em) {
	.hm-quote--text {
	  font-size: 20px;
	  line-height: 1.4em;
	  background-size: 33px auto;
	  padding-top: 3rem; } }

.hm-quote__img {
  margin-top: 3rem;
  max-width: 368px; }

.hm-quote__thumb {
  display: block;
  text-align: center;
  margin: auto; }
  @media screen and (min-width: 48em) {
	.hm-quote__thumb {
	  display: none; } }

.stories {
  margin-bottom: 4rem; }

.subscribz {
  background-color: #f6f6f6;
  padding: 2rem 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  .subscribz .text-grey {
	color: #929292; }
  .subscribz h4 {
	margin: 0; }

.subscribz__form {
  width: 100%; }
  @media screen and (min-width: 62em) {
	.subscribz__form .form-group {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex; } }
  @media screen and (max-width: 62em) {
	.subscribz__form .form-group {
	  margin-bottom: 0; } }
  .subscribz__form .form-control {
	margin-right: 20px;
	border-radius: 0;
	height: 50px;
	border: none; }
	@media screen and (max-width: 62em) {
	  .subscribz__form .form-control {
		margin-bottom: 15px; } }
  .subscribz__form .btn {
	min-width: 150px; }
	@media screen and (max-width: 62em) {
	  .subscribz__form .btn {
		width: 100%;
		background-color: #0072bc; } }
  @media screen and (max-width: 640px){
  .subscribz__form .name_first {
	margin-bottom: 17px !important;
  } }

@media screen and (max-width: 62em) {
  .subscribz__text {
	margin-bottom: 1rem; }
	.subscribz__text .text-grey {
	  display: none; } }

.gridpost--selected {
  background: #ffeeda; }

.card-person {
  margin-bottom: 30px; }

.card-person__main {
  position: relative; }
  .card-person__main:hover p span {
	right: -3px; }

.card-person__main__image--wrapper {
  text-align: center; }

.card-person__main__link--wrapper {
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  text-align: center; }
  .card-person__main__link--wrapper p {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0; }
	.card-person__main__link--wrapper p span {
	  font-family: 'Webdings';
	  position: relative;
	  -webkit-transition: all 250ms ease;
	  -o-transition: all 250ms ease;
	  transition: all 250ms ease;
	  top: -1px;
	  right: 0; }

.card-person--with-info__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0, 0.95);
  -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0, 0.95);
  transition: all 600ms cubic-bezier(0.25, 0.1, 0, 0.95); }
  .card-person--with-info__main:hover {
	-webkit-box-shadow: 0 0 20px #e7e7e8;
	box-shadow: 0 0 20px #e7e7e8;
	top: -1px; }

.card-person--with-info__main__image--wrapper {
  width: 22%;
  margin-bottom: 0; }
  @media (min-width: 993px) and (max-width: 1024px) {
	.card-person--with-info__main__image--wrapper {
	  width: 28%; } }
  @media (min-width: 768px) and (max-width: 992px) {
	.card-person--with-info__main__image--wrapper {
	  width: 50%; } }
  @media (max-width: 767px) {
	.card-person--with-info__main__image--wrapper {
	  width: 100%; } }

.card-person--with-info__main__information--wrapper {
  width: 78%;
  padding: 10px 20px; }
  @media (min-width: 993px) and (max-width: 1024px) {
	.card-person--with-info__main__information--wrapper {
	  width: 72%; } }
  @media (min-width: 768px) and (max-width: 992px) {
	.card-person--with-info__main__information--wrapper {
	  width: 45%;
	  padding: 6px 20px; } }
  @media (max-width: 767px) {
	.card-person--with-info__main__information--wrapper {
	  width: 100%; } }

.intro-text {
  font-size: 25px;
  line-height: 1.4em;
  max-width: 850px; }

.intro-text--full {
  max-width: 100%; }

.quote-box {
  margin: 40px 0; }

.quote-box__main {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 50px 35px 35px;
  position: relative; }

.quote-box__main_image-wrapper {
  position: absolute;
  top: -13px; }
  .quote-box__main_image-wrapper img {
	width: 60px; }

.unlimited-student-pass {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px; }

.unlimited-student-pass__item {
  display: inline-block;
  margin-bottom: 15px; }
  .unlimited-student-pass__item:first-child {
	margin-right: 50px; }
  @media (min-width: 768px) and (max-width: 992px) {
	.unlimited-student-pass__item {
	  width: 48%; }
	  .unlimited-student-pass__item:first-child {
		margin-right: 20px; } }
  @media (max-width: 767px) {
	.unlimited-student-pass__item {
	  width: 100%; }
	  .unlimited-student-pass__item:first-child {
		margin-right: 0; } }
  .unlimited-student-pass__item img {
	width: 350px; }

.button-subs-save-area {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px; }

.button-subs-save-area__item {
  display: inline-block;
  margin-bottom: 10px; }
  .button-subs-save-area__item:first-child {
	margin-right: 10px; }

@media screen and (min-width: 48em) {
  .gridpost--minheight--small {
	min-height: 480px;
	padding-bottom: 40px; } }

.gridpost--minheight--small:hover .btn {
  color: #000; }

.support-person {
  margin: 40px 0 80px;
  }

@media (min-width: 992px) {
  .support-person__main__image--wrapper {
	margin-bottom: 0; } }

.support-person__main__information--wrapper {
  margin-bottom: 20px; }

.support-person__main__information--name {
  margin-top: 30px;
  margin-bottom: 30px; }
  .support-person__main__information--name h6 {
	margin-bottom: 0;
	color: #010101; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1; }

.flex-direction-nav {
  position: absolute;
  bottom: 0; }

.flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  position: relative;
  display: none; }

.flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
  position: relative;
  display: none; }

.flex-direction-nav .flex-prev:before {
  content: "\f053" !important;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 15px;
  color: #0072bc; }

.flex-direction-nav .flex-next:before {
  content: "\f054"  !important;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 15px;
  color: #0072bc; }

.flex-direction-nav li {
  display: inline-block;
  color: #0072bc;
  font-size: 15px;
  font-weight: 600; }

.flex-direction-nav a {
  width: 15px;
  height: 24px;
  margin: 0;
  top: 5px;
  color: #0072bc; }

.flex-control-paging {
  display: none; }

.row.rw-10 {
  margin-right: -5px;
  margin-left: -5px; }

.row.rw-10 > [class*='col-'],
.row.rw-10 > [class*='col-'] > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
  position: inherit; }

.title-heading {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1em;
  font-weight: 100; }
  @media screen and (min-width: 992px) {
	.title-heading {
	  font-size: 60px;
	  margin-bottom: 30px; } }

.title-heading--min-height {
  margin-bottom: 0.2rem; }

.title-heading--light {
  font-weight: 100; }

.info-loc {
  color: #000;
  margin: 20px 0 25px; }

.top-thumb-image {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .top-thumb-image__right-content {
	padding-left: 4px; } }

.top-thumb-image__right-content figure a img {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.top-thumb-image__right-content figure a:hover img {
  opacity: .8; }

.btn-calendar--black {
  color: #000;
  border-color: #000; }

.hero--min-margin {
  margin-bottom: 2rem; }

@media screen and (min-width: 48em) {
  .hero__desc--left-content--top-content {
	padding-top: 0;
	margin-top: -18em; } }

.nav-tabs {
  display: none; }

@media (min-width: 768px) {
  .nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
  .detail-desc__tab-content .card {
	border: none; }
  .detail-desc__tab-content .card .card-header {
	display: none; }
  .detail-desc__tab-content .card .collapse {
	display: block; } }

.nav-tabs {
  border-bottom: 3px solid #e9e9e9; }

.nav-tabs li {
  margin-right: 3.7rem; }
  .nav-tabs li:last-hild {
	margin-right: 0; }
  @media (max-width: 992px) {
	.nav-tabs li {
	  margin-right: 20px; } }

.nav-tabs .nav-link {
  border-left: none !important;
  border-right: none !important;
  border: 3px solid transparent;
  padding: 0;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold; }
  @media (max-width: 992px) {
	.nav-tabs .nav-link {
	  font-size: 12px; } }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ababab; }

.nav-tabs .nav-link.active:focus {
  border-bottom-color: #ababab; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ababab; }

.nav-tabs .nav-item {
  margin-bottom: -3px; }

@media (max-width: 767px) {
  .tab-pane {
	display: block !important;
	opacity: 1 !important; } }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

.detail-desc__tab-content {
  margin-bottom: 50px; }
  .detail-desc__tab-content .card {
	border: none; }
  .detail-desc__tab-content .card-body {
	padding: 2.25rem; }
	@media (min-width: 768px) {
	  .detail-desc__tab-content .card-body {
		padding-left: 0; } }
	.detail-desc__tab-content .card-body h1, .detail-desc__tab-content .card-body h2, .detail-desc__tab-content .card-body h3, .detail-desc__tab-content .card-body h4, .detail-desc__tab-content .card-body h5, .detail-desc__tab-content .card-body li, .detail-desc__tab-content .card-body p {
	  color: #000; }
	.detail-desc__tab-content .card-body p {
	  font-size: 15px; }
  .detail-desc__tab-content .card-header {
	border-bottom: 3px solid rgba(0, 0, 0, 0.125);
	background: transparent;
	text-align: left;
	padding: 0.6rem 0; }
	.detail-desc__tab-content .card-header a {
	  color: #000;
	  text-decoration: none; }

.our-venues {
  margin-top: 25px;
  margin-bottom: 20px; }

.our-venues__main {
  margin-bottom: 30px; }

.our-venues__main:hover a {
  color: #0072bc;
  text-decoration: none; }

.our-information--wrapper a {
  font-size: 20px;
  color: #000;
  display: block;
  margin-bottom: 10px; }

label > * {
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1); }

.wrapper > * {
  cursor: pointer; }

.wrapper {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 75px;
  background: #F1F1F1;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 75px; }

.wrapper .toggle--handler {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5515F), to(#CD2942));
  background: -webkit-linear-gradient(top, #F5515F, #CD2942);
  background: -o-linear-gradient(top, #F5515F, #CD2942);
  background: linear-gradient(to bottom, #F5515F, #CD2942);
  width: 60px;
  height: 60px;
  display: block;
  -webkit-box-shadow: 0px 5px 40px rgba(245, 81, 95, 0.8);
  box-shadow: 0px 5px 40px rgba(245, 81, 95, 0.8);
  border-radius: 60px;
  margin: 7.5px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.wrapper .toggle--handler:after {
  content: "";
  position: absolute;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#468EFF), to(#2B68FF));
  background: -webkit-linear-gradient(top, #468EFF, #2B68FF);
  background: -o-linear-gradient(top, #468EFF, #2B68FF);
  background: linear-gradient(to bottom, #468EFF, #2B68FF);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.wrapper .toggle--handler:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 60px;
  background-image: url("../img/checkbox.png");
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.wrapper:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 2px;
  background: #E5E5E5;
  pointer-events: none; }

#toggler-1 {
  position: absolute;
  left: -999em; }

#toggler-1:checked + .toggle .toggle--handler {
  -webkit-transform: translateX(75px);
  -ms-transform: translateX(75px);
  transform: translateX(75px);
  background: -webkit-gradient(linear, left top, left bottom, from(#468EFF), to(#2B68FF));
  background: -webkit-linear-gradient(top, #468EFF, #2B68FF);
  background: -o-linear-gradient(top, #468EFF, #2B68FF);
  background: linear-gradient(to bottom, #468EFF, #2B68FF);
  -webkit-box-shadow: 0px 5px 40px rgba(70, 142, 255, 0.8);
  box-shadow: 0px 5px 40px rgba(70, 142, 255, 0.8); }

#toggler-1:checked + .toggle .toggle--handler:after {
  opacity: 1; }

#toggler-1:checked + .toggle .toggle--handler:before {
  background-image: url("../img/uncheckbox.png");
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg); }

.toggler input {
  display: none; }

.toggler label {
  display: block;
  position: relative;
  width: 37px;
  height: 22px;
  border: 1px solid #b3b3b3;
  border-radius: 36px;
  cursor: pointer; }

.toggler label::after {
  display: block;
  border-radius: 100%;
  background-color: #b3b3b3;
  content: '';
  -webkit-animation-name: toggler-size;
  animation-name: toggler-size;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.toggler label::after,
.toggler label .toggler-on,
.toggler label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
  -o-transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
  transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
  padding: 2px; }

.toggler input:checked + label::after,
.toggler input:checked + label .toggler-on,
.toggler input:checked + label .toggler-off {
  left: 75%; }

.toggler input:checked + label::after {
  background-color: #50ac5d;
  -webkit-animation-name: toggler-size2;
  animation-name: toggler-size2; }

.toggler .toggler-on,
.toggler .toggler-off {
  opacity: 1;
  z-index: 2; }

.toggler input:checked + label .toggler-off,
.toggler input:not(:checked) + label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0; }

.toggler .path {
  fill: none;
  stroke: #fefefe;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#div1, #div2, #div3, #div4, #div5 {
  display: none; }

.list-donate {
  margin-bottom: 35px; }
  .list-donate li {
	display: inline-block;
	margin-right: 5px; }
	.list-donate li:last-child {
	  margin-right: 0; }

.list-donate input {
  opacity: 0;
  left: 0px;
  position: absolute; }

.list-donate label {
  cursor: pointer;
  background: #f7f7f7;
  color: #000;
  padding: 5px;
  border: 1px solid #e8e8e8;
  max-width: 100%;
  width: 98px;
  text-align: center; }

.list-donate input:checked + label {
  background: #000;
  color: #fff;
  border-color: #000; }

.btn--black--middle {
  background: #000;
  color: #fff;
  padding: 10px 40px;
  font-size: 14px; }

.donation-amount {
  margin-top: 45px;
  margin-bottom: 20px; }
  .donation-amount h4 {
	margin-bottom: 0; }
  .donation-amount p {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 12px;
	position: relative; }
	@media (max-width: 992px) {
	  .donation-amount p {
		top: 0; } }

.donation-amount__slides {
  text-align: right; }
  @media (max-width: 992px) {
	.donation-amount__slides {
	  text-align: left; } }

.donation-amount__toggler {
  display: inline-block; }
  @media (max-width: 992px) {
	.donation-amount__toggler {
	  margin-top: 10px; } }

@media screen and (min-width: 62em) {
  .form-donor {
	max-width: 500px; } }

.form-donor h4 {
  margin-bottom: 1.2rem;
  font-weight: bold; }

.form-donor label {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 5px; }

.form-donor .form-control {
  border: 1px solid #d0d0d0;
  font-size: 13px; }

@media (min-width: 768px) {
  .form-donor .col-md-5 {
	-ms-flex: 0 0 39.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 39.666667%;
	max-width: 39.666667%; } }

@media (min-width: 768px) {
  .form-donor .col-md-2 {
	-ms-flex: 0 0 20.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 20.666667%;
	max-width: 20.666667%; } }

.select--custom.bootstrap-select {
  display: block;
  max-width: 100%;
  background: #fff; }
  @media (max-width: 767px) {
	.bootstrap-select {
	  width: 100% !important; } }
  .select--custom.bootstrap-select .btn-light {
	background: transparent;
	/* border: 1px solid #d0d0d0; */
	/* font-size: 13px; */
	padding: 0.535rem 0.75rem;
	outline: 0; }
  .select--custom.bootstrap-select .dropdown-toggle::after {
	vertical-align: 0; }
  .select--custom.bootstrap-select .filter-option {
	padding-top: 10px !important; }
  .select--custom.bootstrap-select .filter-option:after {
	content: '';
	height: 23px;
	width: 1px;
	position: absolute;
	background: #d0d0d0;
	right: 33px;
	top: 7px; }
  .select--custom.bootstrap-select .filter-option-inner {
	padding-right: 30px !important; }

.form-donor__main {
  margin-bottom: 35px; }

.form-donor__cc {
  position: relative; }
  .form-donor__cc:after {
	content: '';
	background-image: url("../img/creditcard.png");
	background-size: 34px 24px;
	width: 34px;
	height: 24px;
	background-repeat: no-repeat;
	position: absolute;
	right: 17px;
	bottom: 8px; }

.form-control {
  border-radius: 0; }
.input-checkbox.form-control {
    width: auto; }
.row.rw-10 {
  margin-right: -10px;
  margin-left: -10px; }

.row.rw-10 > [class*='col-'],
.row.rw-10 > [class*='col-'] > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
  position: inherit; }

.top-link {
  margin-top: 70px;
  margin-bottom: 40px; }

.top-link--min-height {
  margin-top: 30px; }

@media (max-width: 992px) {
  .top-link__back-link {
	margin-bottom: 20px; } }

.top-link__back-link a {
  font-size: 13px;
  color: #0072bc; }
  .top-link__back-link a:hover, .top-link__back-link a:focus {
	text-decoration: none; }
	.top-link__back-link a:hover i, .top-link__back-link a:focus i {
	  left: -3px; }
  .top-link__back-link a i {
	position: relative;
	left: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear; }

.top-link__find-coentent .form-group {
  display: inline-block; }

.top-link__search-cat {
  width: 40%;
  margin-right: 9px;
  margin-bottom: 0;
  float: left; }
  .top-link__search-cat .form-control {
	background: url("../img/arrow-select2.png") calc(100% - 10px) 50% no-repeat;
	background-color: white;
	background-size: 9px auto;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: calc(2rem + 2px);
	font-size: 14px; }
  @media (max-width: 414px) {
	.top-link__search-cat {
	  width: 100%;
	  margin-bottom: 10px; } }

.top-link__search-blog {
  position: relative;
  width: 58%;
  margin-bottom: 0; }
  .top-link__search-blog:after {
	content: "\f002";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 13px; }
  @media (max-width: 414px) {
	.top-link__search-blog {
	  width: 100%; } }
  .top-link__search-blog .form-control {
	height: calc(2rem + 2px);
	font-size: 14px; }

.meta-compose {
  color: #939393;
  margin: 30px 0 50px; }

.meta-compose--min-height {
  margin: 7px 0 11px; }

.image-overlaping {
  float: right;
  margin: 20px;
  margin-top: 0; }
  .image-overlaping img {
	width: 400px; }
  @media (max-width: 767px) {
	.image-overlaping {
	  float: none; } }

.nav-related {
  border-top: 1px solid #e5e5e5;
  margin: 40px 0 70px;
  padding-top: 25px; }
  .nav-related a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px; }
	.nav-related a:hover, .nav-related a:focus {
	  opacity: .6;
	  text-decoration: none; }
  .nav-related p {
	color: #585858; }

.nav-related__next {
  text-align: right; }

.pagination {
  margin: 20px 0 80px; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0; }

.page-item {
  margin-right: 10px; }
  .page-item:last-child {
	margin-right: 0; }

.page-item.active .page-link {
  background: #000; }

.page-item .page-link {
  color: #000;
  background: #e8e8e8;
  font-weight: bold;
  font-size: 13px; }
  .page-item .page-link:hover, .page-item .page-link:focus {
	background: #000;
	color: #fff;
	border-color: #000; }

.page-item.disabled .page-link {
  color: #fff;
  border-color: #000; }

.season-table {
  border-left: none;
  border-right: none;
  margin: 50px 0; }
  .season-table tr td {
	padding: 1.8rem;
	padding-top: 1.5rem;
	border: 1px solid #e5e5e5; }
	@media (min-width: 1200px) {
	  .season-table tr td {
		padding-right: 75px; } }
	.season-table tr td:first-child {
	  border-left: none;
	  padding-left: 0; }
	  @media (min-width: 1200px) {
		.season-table tr td:first-child {
		  padding-right: 95px; } }
	  @media (max-width: 767px) {
		.season-table tr td:first-child {
		  border-right: none; } }
	.season-table tr td:last-child {
	  border-right: none; }
	  @media (max-width: 767px) {
		.season-table tr td:last-child {
		  border-left: none;
		  padding-left: 0; } }
	.season-table tr td ul li {
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  font-size: 14px; }
	  .season-table tr td ul li span {
		width: 66%; }
		.season-table tr td ul li span.date {
		  width: auto; }

@media all and (max-width: 767px) {
  .season-table {
	width: 100%; }
	.season-table td {
	  display: block;
	  width: 100%; }
	.season-table tr {
	  display: block; } }

.shopping-cart__main {
  position: relative; }

@media all and (max-width: 767px) {
  .shopping-cart__main--heading {
	display: none; } }

@media all and (min-width: 992px) {
  .shopping-cart__item--f-col {
	-ms-flex: 0 0 10.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 10.666667%;
	max-width: 10.666667%; } }

@media all and (max-width: 480px) {
  .shopping-cart__item--f-col {
	padding-right: 6px; } }

@media all and (min-width: 992px) {
  .shopping-cart__item--s-col {
	-ms-flex: 0 0 89.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 89.333333%;
	max-width: 89.333333%;
	padding-left: 5px; } }

@media all and (max-width: 480px) {
  .shopping-cart__item--s-col {
	padding-left: 6px; } }

@media all and (min-width: 992px) {
  .shopping-cart__item--r-col {
	padding-left: 5px; } }

[data-toggle="collapse"] .fa:before {
  content: "\f0d8"; }

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f0d7"; }

.show-item {
  display: none; }
  @media all and (max-width: 767px) {
	.show-item {
	  display: block; } }

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 1px solid #d0d0d0; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control input:checked ~ .control__indicator {
  background: transparent; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #656565;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #656565; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.logo--alt {
  margin-bottom: 0; }
  .logo--alt img {
	width: 152px; }

.top-nav-info {
  padding: 30px 0;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
	.top-nav-info {
	  padding: 21px 0 13px;
	  border-bottom: 1px solid #e5e5e5; } }
  @media (max-width: 767px) {
	.top-nav-info .logo {
	  display: none; } }
  .top-nav-info .logo-mb {
	display: none; }
	@media (max-width: 767px) {
	  .top-nav-info .logo-mb {
		display: block; } }

.top-nav-info__contact {
  text-align: right;
  padding-top: 8px; }
  .top-nav-info__contact h6 {
	font-weight: bold;
	margin-bottom: 0; }
	@media (max-width: 480px) {
	  .top-nav-info__contact h6 {
		font-size: 13px; } }
  .top-nav-info__contact p {
	margin-bottom: 0;
	font-size: 13px; }
	@media (max-width: 480px) {
	  .top-nav-info__contact p {
		font-size: 12px; } }
  .top-nav-info__contact i {
	font-size: 13px; }

.top-nav-info__contact--white p, .top-nav-info__contact--white h6 {
  color: #fff; }

.shopping-cart--wrapper {
  border-bottom: 1px solid #d0d0d0; }

.shopping-cart__main {
  padding: 32px 0 26px;
  border-bottom: 1px dashed #ebebeb; }
  .shopping-cart__main p {
	margin-bottom: 0; }
  .shopping-cart__main .bootstrap-select {
	width: 70px !important; }
  .shopping-cart__main h5 a {
	color: #0074bf; }
	.shopping-cart__main h5 a:hover, .shopping-cart__main h5 a:focus {
	  text-decoration: none; }

.shopping-cart__main--side {
  padding: 28px 0 10px;
  border-bottom: 1px dashed #d7d7d7; }
  .shopping-cart__main--side h5 a {
	color: #000;
	font-weight: bold;
	font-size: 1.10rem; }

.shopping-cart__main--heading {
  padding: 0;
  border-bottom: none; }
  .shopping-cart__main--heading h6 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-weight: bold; }

.shopping-cart__item--text-right {
  text-align: right; }
  @media (max-width: 767px) {
	.shopping-cart__item--text-right {
	  text-align: left;
	  margin-bottom: 5px;
	  margin-top: 15px; } }

.delete-item {
  position: absolute;
  right: -10px;
  top: 36px;
  cursor: pointer; }
  .delete-item img {
	width: 10px; }
  @media (max-width: 767px) {
	.delete-item {
	  display: none; } }

.delete-item--mobile {
  display: none; }
  @media (max-width: 767px) {
	.delete-item--mobile {
	  display: block; } }

.bottom-cart {
  margin-top: 40px; }

@media (min-width: 992px) {
  .bottom-cart__left {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 53%;
	max-width: 53%; } }

@media (min-width: 992px) {
  .bottom-cart__right {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 22%;
	max-width: 22%; } }

.bottom-cart--side {
  margin-top: 0;
  border-bottom: 1px dashed #d7d7d7; }

.subtotal-list {
  margin-bottom: 50px; }

.subtotal-list__left-span {
  float: left;
  display: inline-block;
  text-align: right;
  font-weight: 600; }

.subtotal-list__right-span {
  float: right;
  display: inline-block;
  text-align: right;
  font-weight: 600; }

.button-area {
  text-align: right; }
  @media (max-width: 767px) {
	.button-area .btn {
	  width: 100%; } }

.bottom-cart__box-tax {
  background: #f1f8fb;
  border: 1px solid #e1edf2;
  padding: 20px 10px; }
  .bottom-cart__box-tax p {
	margin-bottom: 0; }

.bottom-cart__box-tax-unstyled {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0; }

.bottom-cart__amount {
  text-align: right; }
  @media (max-width: 992px) {
	.bottom-cart__amount {
	  text-align: left;
	  margin-top: 10px; } }
  .bottom-cart__amount .bootstrap-select {
	width: 93px !important; }

.item--money {
  display: block;
  padding-top: 6px;
  font-weight: 600; }

.btn--white {
  background: #fff;
  border: 1px solid #c2c2c2; }

#subtotal-mobile {
  display: none;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
	#subtotal-mobile {
	  display: block; } }

#subtotal-mobile-side {
  display: none;
  margin-bottom: 40px; }
  @media (max-width: 992px) {
	#subtotal-mobile-side {
	  display: block; } }

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.form-seat label {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .back-step {
	text-align: center;
	margin-top: 10px; } }

.back-step-link {
  font-weight: 600;
  color: #585858;
  font-size: 14px; }

#breadcrumb-mobile .breadcrumb {
  margin-bottom: 0; }

.breadcrumb {
  background: transparent;
  padding-left: 0; }
  .breadcrumb .breadcrumb-item {
	font-weight: 600; }
	.breadcrumb .breadcrumb-item.active {
	  color: #000;
	  pointer-events: none;
	  cursor: auto; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 12px; }

.breadcrumb-item.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto; }

.copy img {
  width: 100px; }

.copy p {
  font-size: 13px; }

@media (max-width: 767px) {
  .copy figure {
	text-align: center; } }

.mb0 {
  margin-bottom: 0; }

.step-section {
  padding-right: 35px; }
  @media (max-width: 992px) {
	.step-section {
	  padding-right: 15px; } }

.step-section__main {
  max-width: 522px;
  margin-left: auto; }
  @media (min-width: 992px) and (max-width: 1024px) {
	.step-section__main {
	  max-width: 427px; } }
  @media (min-width: 768px) and (max-width: 992px) {
	.step-section__main {
	  max-width: 329px; } }
  @media (max-width: 767px) {
	.step-section__main {
	  max-width: 100%; } }

.result-section {
  background: #f2f2f2;
  border-left: 1px solid #d0d0d0;
  padding-left: 35px; }
  @media (max-width: 992px) {
	.result-section {
	  padding-left: 15px; } }
  @media (max-width: 767px) {
	.result-section {
	  border: none; } }

.result-section__main {
  max-width: 522px;
  margin-right: auto; }
  @media (min-width: 992px) and (max-width: 1024px) {
	.result-section__main {
	  max-width: 427px; } }
  @media (min-width: 768px) and (max-width: 992px) {
	.result-section__main {
	  max-width: 329px; } }
  @media (max-width: 767px) {
	.result-section__main {
	  max-width: 100%; } }

@media (max-width: 767px) {
  .result-section__main--side {
	/*display: none;*/ } }

@media (max-width: 1500px) and (min-width: 768px) {
  .adapt .container {
	max-width: 100%; } }

.badge--item {
  line-height: 1.3;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: -8px; }

.figure--item {
  position: relative; }

.promo-code {
  margin-top: 35px; }
  .promo-code ul li {
	display: inline-block;
	width: 30%; }
	.promo-code ul li:first-child {
	  width: 46%;
	  float: left;
	  margin-right: 22px; }
	  @media (max-width: 767px) {
		.promo-code ul li:first-child {
		  width: 62%; } }

.btn--grey--soft {
  background: #dfdfdf;
  font-weight: bold;
  padding: 7px 20px;
  font-size: 14px; }

.show-item__card {
  background: transparent;
  border: none; }

.show-item__card-header {
  background: transparent;
  text-align: center; }

.show-item__btn-link, .show-item__btn-link:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px; }

.show-item__card-body {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .proceed-area .btn {
	width: 100%; } }

.contact-login-link {
  text-align: right; }
  @media (max-width: 767px) {
	.contact-login-link {
	  text-align: left; } }
  .contact-login-link p {
	margin-bottom: 0;
	font-size: 13px; }

form label {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 5px; }

label.control.control--checkbox {
  font-size: 13px;
  font-weight: 400;
  color: #585858;
  margin-top: 5px;
  padding-left: 23px;
  margin-bottom: 0; }

.control--radio {
  font-size: 14px;
  padding-left: 23px;
  margin-bottom: 0; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-form__item {
  border: 1px solid #d0d0d0;
  border-top: none;
  padding: 10px 20px; }
  .box-form__item:first-child {
	border-top: 1px solid #d0d0d0; }
  .box-form__item span {
	display: block;
	font-size: 13px;
	font-weight: 600; }

.box-form__item--grey-bg {
  background: #f9f9f9; }

.cc-more figure {
  display: inline-block;
  margin-bottom: 0; }
  .cc-more figure img {
	width: 150px; }

.cc-more span {
  display: inline-block;
  margin-left: 10px; }

.via-paypal img {
  width: 70px; }

.payfield-icon {
  background-image: url("../img/icons/credit.png"); }

.type-amex {
  background-image: url("../img/icons/amex.png"); }

.type-credit {
  background-image: url("../img/icons/credit.png"); }

.type-dankort {
  background-image: url("../img/icons/dankort.png"); }

.type-diners {
  background-image: url("../img/icons/diners.png"); }

.type-discover {
  background-image: url("../img/icons/discover.png"); }

.type-forbru {
  background-image: url("../img/icons/forbru.png"); }

.type-google {
  background-image: url("../img/icons/google.png"); }

.type-jcb {
  background-image: url("../img/icons/jcb.png"); }

.type-laser {
  background-image: url("../img/icons/laser.png"); }

.type-maestro {
  background-image: url("../img/icons/maestro.png"); }

.type-mastercard {
  background-image: url("../img/icons/mastercard.png"); }

.type-money {
  background-image: url("../img/icons/money.png"); }

.type-paypal {
  background-image: url("../img/icons/paypal.png"); }

.type-shopify {
  background-image: url("../img/icons/shopify.png"); }

.type-solo {
  background-image: url("../img/icons/solo.png"); }

.type-visa {
  background-image: url("../img/icons/visa.png"); }

.payfield-input {
  padding-right: 49.1818px !important;
  padding-left: 0.75rem !important; }

.payfield-icon {
  left: auto;
  right: 12px; }

.main-image {
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 992px) {
	.main-image {
	  margin-bottom: 20px; } }

.main-image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1; }

.sub-image div {
  float: left;
  cursor: pointer;
  text-align: center;
  margin-bottom: 14px; }

.sub-image img {
  margin: 0 0 3px 0; }

.select__custom--wrapper {
  position: relative; }
  .select__custom--wrapper:after {
	content: '';
	position: absolute;
	height: 19px;
	width: 1px;
	background: #cccccc;
	right: 32px;
	top: 0;
	bottom: 0;
	margin: auto; }

.select__custom {
  background: url("../img/arrow-select.png") calc(100% - 10px) 50% no-repeat;
  background-color: white;
  background-size: 9px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  position: relative;
  padding-right: 35px; }

.select__custom--mid {
  width: 93px;
  margin-left: auto; }

.select__custom--min {
  width: 70px; }
  @media screen and (max-width: 62em) {
	.select__custom--min {
	  margin-left: auto; } }

@media (max-width: 767px) {
  .hidden-sm {
	display: none; } }

@media (min-width: 768px) {
  .modal-dialog {
	max-width: 700px; } }

.modal-dialog p {
  height: 300px;
  overflow: auto; }

.modal-header {
  height: 0;
  padding: 0;
  border: none; }
  .modal-header .close {
	margin-top: -19px;
	margin-right: -12px;
	font-size: 2rem;
	font-weight: 100;
	text-shadow: none;
	position: relative;
	z-index: 1; }
	@media (max-width: 767px) {
	  .modal-header .close {
		margin-top: -20px; } }

.modal-content {
  border-radius: 0;
  border: none; }

.modal-body {
  padding: 1.5rem; }

.table-subscription {
  border: none; }
  .table-subscription th, .table-subscription td {
	font-size: 15px; }
  .table-subscription td {
	text-align: center; }
	.table-subscription td i {
	  color: #007fc4; }
  .table-subscription th {
	color: #000;
	padding-left: 16px;
	padding-right: 16px; }

.table-subscription thead th {
  border-bottom: none;
  text-align: center;
  color: #000;
  padding: 0.75rem;
  vertical-align: middle; }

.table-subscription thead th:first-child {
  border-top: none;
  border-left: none; }

.options {
  padding: 30px 0 50px; }
  .options h3 {
	font-style: italic;
	color: #989756;
	margin-bottom: 13px; }

.options__desc {
  max-width: 410px; }

/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0; }

.Rtable-cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 1px white;
  background: rgba(112, 128, 144, 0.2); }
  @media (max-width: 767px) {
	.Rtable-cell {
	  padding: 0.8em 1em; } }

/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%; }

.Rtable--3cols > .Rtable-cell {
  width: 33.33%; }

.Rtable--4cols > .Rtable-cell {
  width: 25%; }

.Rtable--5cols > .Rtable-cell {
  width: 20%; }

.Rtable--6cols > .Rtable-cell {
  width: 16.6%; }

/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px; }

.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white;
  border-color: #e2e6e9; }

/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
	display: block; }
  .Rtable--collapse > .Rtable-cell {
	width: 100% !important; }
  .Rtable--collapse > .Rtable-cell--foot {
	margin-bottom: 1em; } }

.no-flexbox .Rtable {
  display: block; }

.no-flexbox .Rtable > .Rtable-cell {
  width: 100%; }

.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em; }

.Rtable-cell span {
  width: 66%; }

.Rtable-cell .date {
  width: auto; }

.Rtable-cell ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px; }

@media (min-width: 768px) {
  .table--left {
	border-left: none; } }

@media (min-width: 768px) {
  .table--right {
	border-right: none; } }

.order--0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order--1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order--2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order--3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order--4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order--5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.list-date-season {
  list-style: none;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 0px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0px;
  /* Firefox */
  column-gap: 0px;
  position: relative;
  margin-top: 40px; }
  @media (max-width: 767px) {
	.list-date-season {
	  -webkit-column-count: 1;
	  /* Chrome, Safari, Opera */
	  -moz-column-count: 1;
	  /* Firefox */
	  column-count: 1; } }
  .list-date-season .list-date-season__item {
	overflow: auto;
	max-height: 4000px;
	padding-bottom: 20px; }
	.list-date-season .list-date-season__item span {
	  width: 66%; }
	.list-date-season .list-date-season__item .date {
	  width: auto; }
	.list-date-season .list-date-season__item ul li {
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  font-size: 14px;
	  margin-bottom: 7px; }

/*Concerts*/
.sub-search .form-group {
  position: relative; }

.sub-search .form-control {
  position: relative;
  border: 1px solid #585858;
  padding-left: 40px; }
  @media screen and (min-width: 48em) {
	.sub-search .form-control {
	  height: 40px;
	  max-width: 500px;
	  border-radius: 0;
	  font-size: 16px;
	  padding-left: 38px;
	  }
	  .sub-search .form-control:focus {
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none; } }

.sub-search__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7px; }
  @media screen and (min-width: 48em) {
	.sub-search__icon {
	  font-size: 15px;
	  margin-top: -0.58rem;
	  } }

/*Sorting List -aat 28 Nov 2018 */
.sortingsub {
  margin-bottom: 2rem; }
  .sortingsub > ul {
	list-style: none;
	padding: 0;
	margin: 0; }
	.sortingsub > ul > li {
	  display: inline-block;
	  margin-bottom: 10px; }
	  @media screen and (max-width: 62em) {
		.sortingsub > ul > li {
		  width: 100%; }
		  .sortingsub > ul > li:last-child {
			text-align: center; } }

.dropdown--sorting.show .dropdown__angle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.dropdown--sorting .dropdown-toggle {
  background-color: white;
  color: #585858; }
  .dropdown--sorting .dropdown-toggle:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #5f5f5f;
	color: white; }
  .dropdown--sorting .dropdown-toggle:after {
	display: none; }
  @media screen and (max-width: 62em) {
	.dropdown--sorting .dropdown-toggle {
	  width: 100%;
	  text-align: left; } }

.dropdown--sorting .dropdown__angle {
  margin-left: 10px; }
  @media screen and (max-width: 62em) {
	.dropdown--sorting .dropdown__angle {
	  float: right; } }

.dropdown--sorting .dropdown-menu {
  border-radius: 0;
  background-color: #5f5f5f;
  min-width: 14rem;
  margin-top: -1px;
  margin-left: -1px;
  width: 100%; }
  .dropdown--sorting .dropdown-menu a {
	color: white;
	font-size: 0.9em; }
	.dropdown--sorting .dropdown-menu a:hover {
	  background-color: #2c2c2c; }

.dropdown--brown .dropdown-toggle {
  background-color: #393c45;
  color: white; }
  .dropdown--brown .dropdown-toggle:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #5f5f5f;
	color: white; }
  .dropdown--brown .dropdown-toggle:after {
	display: none; }

.dropdown--brown .dropdown__angle {
  margin-left: 10px; }

.dropdown--brown .dropdown-menu {
  border-radius: 0;
  background-color: #5f5f5f;
  min-width: 14rem;
  margin-top: -1px;
  margin-left: -1px; }
  .dropdown--brown .dropdown-menu a {
	color: white;
	font-size: 0.9em; }
	.dropdown--brown .dropdown-menu a:hover {
	  background-color: #2c2c2c; }

.dropdown--lg .dropdown-toggle {
  padding: 1rem 1.5rem; }

/*About Page*/
.heroval {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1.3rem 2rem;
  display: inline-block;
  width: 100%;
  max-width: 680px; }
  .heroval .row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; }

.heroval__item {
  text-align: right; }
  @media screen and (min-width: 48em) {
	.heroval__item {
	  text-align: center; } }
  .heroval__item .inside {
	text-align: right;
	display: inline-block; }
	@media screen and (min-width: 48em) {
	  .heroval__item .inside {
		text-align: left; } }
  .heroval__item h5 {
	font-size: 28px;
	line-height: 1.1em;
	margin: 0;
	color: white; }
	@media screen and (min-width: 48em) {
	  .heroval__item h5 {
		font-size: 48px; } }
  .heroval__item .small {
	display: block;
	text-transform: uppercase;
	line-height: 1.3em; }

.articlez {
  overflow: hidden;
  margin-bottom: 4rem; }
  @media screen and (min-width: 48em) {
	.articlez {
	  margin-bottom: 6rem; } }

.articlez__thumb {
  float: none;
  text-align: center;
  margin: 0 auto 20px; }
  @media screen and (min-width: 48em) {
	.articlez__thumb {
	  float: left;
	  margin: 0;
	  padding-right: 2.5rem; } }

@media screen and (min-width: 48em) {
  .articlez__thumb--rt {
	float: right;
	padding-left: 2.5rem;
	padding-right: 0; } }

.articlez__desc {
  overflow: hidden; }

.articlez__title {
  font-size: 25px;
  margin-bottom: 1rem; }

.leadership {
  margin-bottom: 4rem; }
  @media screen and (min-width: 48em) {
	.leadership {
	  margin-bottom: 6rem; } }

.leadership__item {
  margin-bottom: 2rem;
  text-align: center;
}
  .leadership__item > a {
	color: #585858; }
	.leadership__item > a:hover {
	  text-decoration: none; }
  .leadership__item:hover .leadership__name {
	color: #56bdff; }

.leadership__img {
  text-align: center;
  margin-bottom: .5rem;
  overflow: hidden; }
  .leadership__img figure {
	margin: 0;
	display: inline-block;
	overflow: hidden;
	position: relative; }
  .leadership__img img {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s; }

.leadership__name {
  display: block;
  color: #000;
  font-weight: 600;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.leadership__cit {
  display: block; }

.press-item__img {
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) {
	.press-item__img {
	  margin-bottom: 0; } }

.ab-explore__title {
  font-weight: 700;
  font-size: 25px;
  color: #b4b4b4;
  margin-bottom: 1rem; }

.ab-explore__item {
  display: inline-block;
  margin: 0 5px 8px; }
  @media screen and (min-width: 62em) {
	.ab-explore__item:first-child {
	  margin-left: 0; } }

.press-item__desc {
  background: transparent url("../img/left-quote1.svg") left top;
  padding-left: 55px;
  padding-top: 8px;
  background-size: 32px auto;
  background-repeat: no-repeat;
  margin-bottom: 30px; }

.press-item__aut {
  display: block; }
  .press-item__aut:before {
	content: '-';
	display: inline-block;
	margin-right: 3px; }

.support-person__item {
  overflow: hidden; }

.support-person__img {
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 72em) {
	.support-person__img {
	  text-align: left;
	  width: auto;
	  float: left;
	  padding-right: 2rem; } }
  .support-person__img img {
	display: inline-block; }

.support-person__desc {
  overflow: hidden; }
  @media screen and (min-width: 72em) {
	.support-person__desc {
	  padding-bottom: 10px; } }

.support-person .slick-next::before {
  color: #0072bc; }

.support-person {
  margin-bottom: 4rem; }
  @media screen and (max-width: 72em) {
	.support-person {
	  padding-bottom: 40px; } }
  .support-person .slick-prev, .support-person .slick-next {
	color: #0072bc;
	top: auto;
	bottom: 0;
	z-index: 100;
	font-size: 35px; }
	@media screen and (min-width: 72em) {
	  .support-person .slick-prev, .support-person .slick-next {
		bottom: 10%;
		font-size: 23px;
		} }
	.support-person .slick-prev:before, .support-person .slick-next:before {
	  display: none; }
  .support-person .slick-prev {
	left: 45%; }
	@media screen and (min-width: 72em) {
	  .support-person .slick-prev {
		left: 53%; } }
	@media screen and (max-width: 42em) {
	  .support-person .slick-prev {
		left: 40%; } }
  .support-person .slick-next {
	left: auto;
	right: 45%; }
	@media screen and (min-width: 72em) {
	  .support-person .slick-next {
		right: 40%; } }
	@media screen and (max-width: 42em) {
	  .support-person .slick-next {
		right: 40%; } }

.slick-pagingInfo {
  color: #0072bc;
  font-size: 14px;
  position: absolute;
  left: 49.7%;
  bottom: 2%;
  line-height: 1.3em;
  display: none; }
  @media screen and (min-width: 72em) {
	.slick-pagingInfo {
	  bottom: 7.2%;
	  display: block;
	  left: 55%; } }

/*Concert Detail */
/*Concert*/
.concert-hero {
  background: #f5f5f5;
  position: relative;
  margin-bottom: 4rem; }
  @media screen and (min-width: 48em) {
	.concert-hero {
	  min-height: 500px; } }
  .concert-hero:before {
	content: '';
	position: absolute;
	background: #f5f5f5;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%; }

.content-hero__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top; }
  @media screen and (min-width: 48em) {
	.content-hero__img img {
	  display: none; } }

.content-hero__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  color: #000; }
  @media screen and (min-width: 72em) {
	.content-hero__desc {
	  padding-left: 3rem; } }
  @media screen and (max-width: 62em) {
	.content-hero__desc {
	  padding-top: 30px; } }
  .content-hero__desc h1 {
	line-height: 1.2em;
	margin-bottom: 1rem;
	font-size: 30px;
  }

.content-hero__date {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  display: block; }

.divTable--concert {
  margin-bottom: 2rem; }
  .divTable--concert .divTableCell, .divTable--concert .divTableHead {
	border: none; }
	.divTable--concert .divTableCell:first-child, .divTable--concert .divTableHead:first-child {
	  padding-left: 0; }

.artist-item {
  overflow: hidden;
  margin-bottom: 25px; }

.artist-item__thumb {
  text-align: center;
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
	.artist-item__thumb {
	  float: left;
	  margin-right: 1.5rem; } }

.artist-item__desc {
  overflow: hidden; }
  .artist-item__desc h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000; }

.vid-item {
  text-align: center; }

.vid-item__cover {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem; }

.vid-item__icon {
  text-align: center;
  position: absolute;
  z-index: 5;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 57px;
  height: 57px;
  vertical-align: middle;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9999px; }
  .vid-item__icon .fas {
	font-size: 50px;
	line-height: 1em;
	margin-left: 6px; }

.vid-item__desc {
  font-size: 13px; }

.social-share {
  text-align: center; }
  .social-share .btn {
	margin: 8px 10px;
	min-width: 189px; }

.close-me {
  display: block;
  width: 27px;
  height: 27px;
  background: url("../img/cancel.svg") 0 0 no-repeat;
  background-size: 25px auto;
  display: inline-block; }

/*Additional Style 2 nov 2018*/
@media screen and (max-width: 48em) {
  .sortingsub {
	margin-top: 30px; } }

.gridpost__foo-concert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.concertcart__bar {
  background: #424242;
  color: white;
  padding: 0.8rem 15px !important; }

.concertcart__act {
  background: #d4b188;
  padding: 0.8rem 15px !important;
  color: white;
  text-align: center; }
  .concertcart__act a {
	color: white;
	font-weight: 600;
	font-size: 0.9em;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none; }
	.concertcart__act a .fas {
	  vertical-align: middle;
	  margin-left: 3px;
	  position: relative; }
  .concertcart__act:hover {
	background: #da9647; }
	.concertcart__act:hover a .fas {
	  left: 2px; }

/*VENUES*/
.vanues-post {
  margin-bottom: 20px; }

.vanues-post__thumb {
  position: relative;
  overflow: hidden;
  z-index: 5; }
  .vanues-post__thumb img {
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s; }
  @media screen and (max-width: 62em) {
	.vanues-post__thumb {
	  text-align: center; } }
  .vanues-post__thumb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out; }

.vanues-post_capt {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  color: white; }
  .vanues-post_capt strong {
	display: block;
	font-weight: 600;
	line-height: 1.1em;
	font-size: 22px;
	-webkit-transition: all .2 linear;
	-o-transition: all .2 linear;
	transition: all .2 linear; }

.vanues-post__link {
  display: inline-block;
  color: #ededed;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  font-size: 14px;
  opacity: 0;
  visibility: hidden; }
  .vanues-post__link:after {
	content: '→';
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle; }

.vanues-post__thumb:hover img {
  -webkit-animation: kenburns 20s infinite;
  animation: kenburns 20s infinite; }

.vanues-post__thumb:hover .vanues-post__link {
  opacity: 1;
  visibility: visible; }

@-webkit-keyframes kenburns {
  0% {
	opacity: 1; }
  5% {
	opacity: 1; }
  95% {
	-webkit-transform: scale3d(3, 3, 3) translate3d(-190px, -120px, 0px);
	transform: scale3d(3, 3, 3) translate3d(-190px, -120px, 0px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 1; }
  100% {
	-webkit-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
	transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
	opacity: 1; } }

@keyframes kenburns {
  0% {
	opacity: 1; }
  5% {
	opacity: 1; }
  95% {
	-webkit-transform: scale3d(3, 3, 3) translate3d(-190px, -120px, 0px);
	transform: scale3d(3, 3, 3) translate3d(-190px, -120px, 0px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 1; }
  100% {
	-webkit-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
	transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
	opacity: 1; } }

.sidebar-nav {
  display: none;
  padding-top: 45px; }
  @media screen and (min-width: 72em) {
	.sidebar-nav {
	  padding-right: 2.5rem;
	  padding-left: 2.5rem; } }
  @media screen and (min-width: 62em) {
	.sidebar-nav {
	  display: block; } }
  .sidebar-nav .sticky_column {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear; }
  .sidebar-nav .sticky_column.is_stuck {
	padding-top: 45px; }

.aside-program .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }

/*FOOTER*/
.footer {
  padding: 4rem 0  2rem;
  font-size: 13px; }

.foo-menu {
  display: none; }
  @media screen and (min-width: 48em) {
	.foo-menu {
	  display: block; } }
  .foo-menu ul li {
	display: block;
	margin-bottom: 10px; }
	.foo-menu ul li a {
	  display: block;
	  text-transform: uppercase;
	  color: #585858;
	  letter-spacing: 0.2em; }
	  .foo-menu ul li a:hover {
		color: #56bdff;
		text-decoration: none; }

.foo-title {
  font-size: 13px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.foo-contact__emp {
  font-size: 28px;
  color: #555555; }
  @media screen and (max-width: 48em) {
	.foo-contact__emp {
	  font-weight: 300; } }
  .foo-contact__emp:hover {
	text-decoration: none; }

.foo-social__item {
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #555555;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 25px;
  }
  .foo-social__item:first-child {
	padding-left: 0;
	margin-left: 0; }
  .foo-social__item:hover {
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); }

.ig-blocks-wrap {
  display: block; }
  /* @media screen and (min-width: 62em) {
	.ig-blocks-wrap {
	  display: block; } } */

.ig-blocks img {
  border-radius: 5px; }

.foo-bottom {
  text-align: center;
  border-top: 1px solid #f2f2f2;
  padding-top: 2rem;
  margin-top: 4rem; }
  @media screen and (min-width: 62em) {
	.foo-bottom {
	  text-align: left; } }

.foo-bottom--links ul li {
  display: inline-block; }
  .foo-bottom--links ul li a {
	color: #585858; }
	.foo-bottom--links ul li a:after {
	  content: '';
	  line-height: 0.1em;
	  border-right: 1px solid #333333;
	  margin: 0 3px 0 4px;
	  height: 11px;
	  display: inline-block;
	  vertical-align: middle; }
	.foo-bottom--links ul li a:hover {
	  text-decoration: none;
	  color: #56bdff; }

@media screen and (min-width: 48em) {
  .foo-creator {
	text-align: right; } }

.foo-logo {
  display: block;
  margin-bottom: 3rem; }
  .foo-logo img {
	max-width: 131px; }
  @media screen and (min-width: 48em) {
	.foo-logo {
	  display: none; } }

@media screen and (max-width: 48em) {
  .foo-contact {
	margin-bottom: 30px; } }

.foo-creator a {
  color: #585858; }
  .foo-creator a:hover {
	text-decoration: none;
	color: #56bdff; }

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
	font-size: 16px !important; } }

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
	font-size: 16px !important; } }

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
	font-size: 16px !important; } }

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
	font-size: 16px !important; } }

/*Custom Select*/
.select-lite {
  position: relative;
  z-index: 5;
  height: 34px;
  width: auto;
  display: inline-block;
  max-width: 153px;
  overflow: hidden; }
  .select-lite:after {
	content: '';
	position: absolute;
	z-index: 0;
	right: 0;
	width: 20px;
	height: 100%;
	right: 0;
	top: 0;
	background: white url(../img/angle-arrow-down.svg) no-repeat 60% center;
	background-size: 10px auto; }

.select-lite select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  border: none;
  color: #585858;
  height: 32px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: auto; }

@media screen and (min-width: 62em) {
  .sortingsub ul li .select-lite {
	margin-right: 12px;
	margin-bottom: 10px; }
  .sortingsub {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem; }
}

@media screen and (max-width: 62em) {
  .sortingsub ul li {
	width: auto !important; } }

@media screen and (max-width: 48em) {
  .sortingsub ul li {
	width: 100% !important;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 5px;
	text-align: left; }
	.sortingsub ul li .select-lite {
	  width: 100%;
	  max-width: none; }
	  .sortingsub ul li .select-lite select {
		width: 100%; } }

/*End Custom Select*/
/* Past Event label*/
.gridpost__thumb {
  position: relative; }

.gridpost__labelpastev {
  position: absolute;
  right: 8px;
  top: 8px;
  display: inline-block;
  padding: 6px 10px;
  background-color: #f1f1f1;
  color: #464646;
  font-size: 13px;
  line-height: 1.2em;
  z-index: 100; }

.gridpost--pastevent {
  background-color: #f8f8f8; }

/*Checkout Type*/
.typ-explore-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0; }
  @media screen and (max-width: 48em) {
	.typ-explore-wrap {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center; } }

.typ-explore {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  max-width: 148px;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 1.5rem 0.9rem;
  margin: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  @media screen and (min-width: 62em) {
	.typ-explore:first-child {
	  margin-left: 0; } }
  .typ-explore a {
	color: #585858; }
  .typ-explore:hover {
	background-color: black;
	color: white;
	border-color: transparent;
	-webkit-box-shadow: 0 0 10px rgba(141, 141, 141, 0.8);
	box-shadow: 0 0 10px rgba(141, 141, 141, 0.8); }
	.typ-explore:hover a {
	  color: #cdcdcd;
	  text-decoration: none; }

.typ-explore__icon {
  font-size: 35px;
  margin-bottom: 8px;
  color: #cdcdcd; }

.typ-explore__text {
  font-weight: 600; }

.figure-item--sm {
  width: 65px; }

.shopping-cart__main--btm {
  position: relative;
  border: none;
  padding: 18px 0 10px; }
  .shopping-cart__main--btm:after {
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #d7d7d7;
	margin-left: 15px; }
  @media screen and (min-width: 62em) {
	.shopping-cart__main--btm:after {
	  width: 89%; } }

.shopping-cart__main h5 a {
  color: #000;
  font-weight: bold;
  font-size: 1.10rem; }
  .shopping-cart__main h5 a:hover {
	text-decoration: underline; }
.shopping-cart__main h5 a > span {
  font-size: 0.8rem;
  font-weight: normal;
}

.container-fluid--max {
  width: 100%;
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}
  .container-fluid--max:after {
	display: block;
	clear: both;
	content: ""; }

/*Float Cart*/
.float-cart {
  color: black !important;
  position: absolute;
  right: -190%;
  bottom: -100px;
  opacity: 0;
  z-index: 300;
  text-transform: none;
  font-size: 16px;
  width: 355px;
  padding: 2.5rem 1.3rem 2rem;
  background-color: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .float-cart a {
	color: #0074bf;
	text-transform: none; }
  .float-cart.show {
	right: -150%;
	opacity: 1; }
  @media screen and (max-width: 62em) {
	.float-cart {
	  width: 100%; }
	  .float-cart.show {
		bottom: auto;
		top: 0;
		right: 0; } }

.float-cart__title {
  border-bottom: 1px solid #e5e5e5; }

.float-cart__title {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 10px; }

.float-cart__item {
  overflow: hidden;
  padding: 15px 0;
  color: black;
  border-bottom: 1px solid #e5e5e5; }
  .float-cart__item:last-child {
	border: none; }

.float-cart__thumb {
  float: left;
  margin-right: 15px; }

.float-cart__dtl {
  overflow: hidden;
  color: black; }
  .float-cart__dtl h4 {
	line-height: 1.3em;
	font-size: 16px;
	font-weight: 600; }
	.float-cart__dtl h4 a {
	  color: #0074bf; }

.float-cart__small {
  font-size: 14px;
  color: #868686; }
  .float-cart__small span, .float-cart__small a {
	color: #868686;
	font-size: 14px; }

.float-cart__xs {
  display: inline-block;
  border-right: 1px solid #868686;
  padding: 0 8px;
  line-height: 1em; }
  .float-cart__xs:first-child {
	padding-left: 0; }
  .float-cart__xs:last-child {
	padding-right: 0;
	border: none; }

.float-cart__foo {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.float-cart__close {
  position: absolute;
  right: 1.3rem;
  top: 10px;
  width: 22px;
  height: 32px;
  opacity: 0.3; }
  .float-cart__close:hover {
	opacity: 1; }
  .float-cart__close:before, .float-cart__close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 22px;
	width: 2px;
	background-color: #6f6f6f; }
  .float-cart__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
  .float-cart__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.main-navside {
  z-index: 100; }

/*Button Hover */
.btn.btn--border--black, .btn.btn--border-blue {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .btn.btn--border--black:hover, .btn.btn--border-blue:hover {
	border-color: transparent;
	background-color: rgba(0, 114, 188, 0.8);
	color: white !important; }


	.header-mb .float-cart {
	  right: 0;
	}

  /*Sorting List -aat 28 Nov 2018 */
.sortingsub > ul > li {
  min-width: 160px;
  vertical-align: top; }


/*Remove Placholder on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/*Minor Rev -aat 1 Dec 2018*/
.main-nav ul li ul li.current_page_item a,
.main-nav.main-nav--aside ul li ul li.current_page_item a {
  color: black;
  text-decoration: underline;
}

.top-bar.top-bar--aside a {
	letter-spacing: 0.2em;
	font-weight: 600;
	font-size: 13px;
}


.top-bar__item .top-cart {
  margin: 0.8rem 0 1.5rem;
}


.main-navside  .scrollBlack .top-bar__item {
  color: #bbb
}

.top-bar__item > a,
.top-bar__item > span {
  letter-spacing: 0.2em;
  font-weight: 600;
}

.search-main__text {
  letter-spacing: 0.2em;
  font-weight: 600;
}

.main-navside  .scrollBlack .search-main__text:hover {
  color: #fff
}

.main-navside  .scrollBlack .top-bar__item a {
  color: #bbb; }
.main-navside  .scrollBlack .top-bar__item a:hover {
	color: #fff; }

  .main-navside  .scrollBlack .search-main:hover .search-main__icon,
  .main-navside  .scrollBlack .search-main:hover .search-main__text {
	color: #fff;
  }

  .main-navside .top-bar__item .search-main .search-main__icon ,
  .main-navside .top-bar__item .search-main .search-main__text {
	color: #bbb;
  }

  .main-navside .top-bar__item .search-main .search-main__icon:hover ,
  .main-navside .top-bar__item .search-main .search-main__text:hover {
	color: #fff;
  }

/* Main nav side Adjustment*/
.main-navside--hanging {
  min-width: 250px;
  max-width: 290px;
  position: absolute;
  left: 0;
  top: 0;
  /* overflow-y: scroll; */
  background: transparent !important;
}

.main-navside {
  padding-left: 2rem !important;
}

@media screen and (min-width: 62em) {
  .sidebar-nav {
	  padding-top: 45px;
  }
}

.top-bar__item .top-cart > a {
  letter-spacing: 0.2em;
}

.top-bar ul li.top-bar__item {
  transition: all .3s linear;
}
.top-bar ul li.top-bar__item:hover {
  margin-left: 2px;
}

/* custom */
.search-main--mb input[type="text"]:focus{
  padding-right: 10px !important;
  /*background: #ccc;*/
}

@media(min-width: 360px){
  .search-main--mb input[type="text"]:focus{
	width: 227px;
  }
}


.search-main--mb input[type="text"]{
  padding-right: 100px !important;
}

.search-main--mb input[type="text"]:focus{
  background: #4f4f4f !important;
}

.search-main--mb input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white !important;
	opacity: 1 !important; /* Firefox */
}

.search-main--mb input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white !important;
}

.search-main--mb input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
	color: white !important;
}

.detail-desc__tab-content .card-header h5 {
  font-size: 1.1rem;
  padding-right: 23px
}

.detail-desc__tab-content .card-header {
  position: relative;
}

.detail-desc__tab-content .card-header:after {
  /* content: ""; */
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 5px;
  top: 18px;
}

@media screen and (max-width: 48em) {
  .detail-desc__tab-content .card-body {
	padding: 1rem;
	padding-left: 0;}
}


.sidebar-mb__nav ul li .nav-iconz {
  transition:  all .2s linear;
  transform: rotate(0deg);
}

.sidebar-mb__nav ul li.clicked .nav-iconz {
  transform: rotate(180deg);
}


/*Venue tooltip*/
.subherotip {
  overflow: hidden;
  z-index: 100;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 1px 0 10px #dcdcdc;
  box-shadow: 1px 0 10px #dcdcdc;
  padding: 31px 31px  25px 25px;
  background-color: white;
  width: 250px; }
  @media screen and (min-width: 42em) {
	.subherotip {
	  min-width: 470px;
	  width: 100%; } }

.subherotip__thumb {
  margin-bottom: 15px;
  text-align: center; }
  @media screen and (min-width: 42em) {
	.subherotip__thumb {
	  float: left;
	  text-align: left;
	  margin-right: 20px; } }

.subherotip__desc {
  overflow: hidden; }
  .subherotip__desc h4 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0.5rem; }

.subherotip__adres {
  display: block;
  line-height: 1.4em;
  font-size: 14px;
  color: #989898;
  margin-bottom: 1rem; }

.concert-hero__loc {
  cursor: pointer; }
  .concert-hero__loc .subherotip {
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	top: 150%; }
	@media screen and (min-width: 48em) {
	  .concert-hero__loc .subherotip {
		left: -40%; } }

	@media screen and (min-width: 1439px) {
	  .concert-hero__loc .subherotip {
		left: 0; }
	}
	.concert-hero__loc .subherotip.showup {
	  opacity: 1;
	  visibility: visible;
	  top: 100%; }

.concert-hero__loc .fas {
  color: #a4a4a4;
  margin-left: 7px;
}

.subherotop__close {
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background:transparent url(../img/tip-cancel.svg) top right no-repeat;
  background-size: 13px auto; }

.concert-hero {
  color: #000; }

/*Input QTY*/
.dsfinput-qty {
  margin: 5px 0;
  overflow: hidden; }

.dsfinput-qty__input {
  border: none;
  border: 1px solid #cacaca;
  color: black;
  width: 45px;
  height: 50px;
  margin: 0 6px;
  text-align: center;
  padding: 0.3rem 0.5rem;
  font-size: 15px; }

.dsfinput-qty__input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dsfinput-qty__btn {
  font-size: 22px;
  color: #4dd9e5;
  cursor: pointer;
  font-size: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  color: white;
  width: 46px;
  height: 50px;
  background-color: #afb0b1;
  line-height: 1em; }
  .dsfinput-qty__btn:hover {
	background-color: #000; }

.dsfinput-qty__text {
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-size: 0.9em;
  float: left;
  margin-right: 8px; }

.dsfinput-qty {
  margin-top: 25px; }
  .dsfinput-qty .btn--black {
	height: 50px;
	vertical-align: top;
	min-width: 155px; }
	@media screen and (min-width: 82em) {
	  .dsfinput-qty .btn--black {
		min-width: 180px; } }
  @media screen and (min-width: 62em) {
	.dsfinput-qty {
	  margin-top: 60px; } }

.dsfinput-qty__count {
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top; }

.dsfinput-qty__count input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.dsfinput-qty__text {
  display: block;
  width: 100%;
  color: #000;
  margin-bottom: 5px; }

.price .woocommerce-Price-amount,  .price .price-description   {
  font-size: 0.9em;
  color: #000;
  margin-bottom: 5px;
}

.content-hero__desc .price {
	margin-top: 30px
}

@media screen and (min-width: 62em) {
  .content-hero__desc .price {
	margin-top: 60px;
  }
}


/*Turn Off Number Input Spinners*/
input[type=number].dsfinput-qty__input::-webkit-inner-spin-button, input[type=number].dsfinput-qty__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tb-anfund {
  display: table;
	width: 100%;
	max-width: 480px;
	margin-bottom: 1.5rem;
}

.tb-anfund__row {
  display: table-row;
}
.tb-anfund__cell {
  border: 1px solid #d0d0d0;
  border-left: none;
  display: table-cell;
	padding: 0.3rem 1.4rem;
	border-top: none;
	border-bottom: none;
}

.tb-anfund__head, .tb-anfund__body {
  display: table-row-group;
}

.tb-anfund__row:first-child .tb-anfund__cell {
	padding-top: 20px;
	border-top: 1px solid #d0d0d0;
}

.tb-anfund__row:last-child .tb-anfund__cell {
	padding-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}

.tb-anfund__row .tb-anfund__cell:first-child {
	border-left: 1px solid #d0d0d0;
}

.tb-anfund__head .tb-anfund__row .tb-anfund__cell {
	border-bottom: none;
	padding: 0.3rem 1.4rem;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


.btn--border--black.btn--minwidth {
  min-width: 140px;
	padding-top: 11px;
	padding-bottom: 11px;
}

/*Search Fixed position*/
/* Search Fixed */
.msearchx {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: translate(0, 400px);
  -ms-transform: translate(0, 400px);
  transform: translate(0, 400px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .msearchx.showx {
	opacity: 1;
	z-index: 100;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	pointer-events: all; }

.msearchx__center {
  width: 100%;
  max-width: 600px; }

.msearchx__form, .msearchx form {
  display: inline-block;
  background-color: transparent;
  width: 100%;
  position: relative; }

.msearchx__input,
.msearchx input[type="text"] {
  border: none;
  background-color: white;
  height: 67px;
  font-size: 22px;
  padding: 0.375rem 0.75rem;
  padding-left: 47px;
  padding-right: 59px;
  background-clip: padding-box;
  width: 100%;
  border-radius: 0;
}

.msearchx__icon,
.msearchx .fa-search {
  color: #000000;
  position: absolute;
  left: 17px;
  top: 24px;
  font-size: 19px;
  z-index: 0; }

.msearchx__close {
  position: absolute;
  right: 15px;
  top: 22px;
  display: inline-block;
  width: 25px;
  height: 27px;
  background: url("../img/cancel.svg") left top no-repeat;
  background-size: 22px auto;
  opacity: 0.6; }
  .msearchx__close:hover {
	opacity: 1; }

body.search-active {
  overflow: hidden; }
.js-msearchx {
	cursor: pointer;
}


.girdpost__links a {
	color: black;
	display: inline-block;
	vertical-align: top;
	margin: 0 44px 3px 0;
	font-size: 18px;
	font-weight: 600;
}

/*Sold Out button*/
.btn--soldout {
  background-color: #dadada;
  color: white !important;
  padding: 0.8rem 2rem;
  font-weight: 700;
  cursor: not-allowed !important;

}

@media screen and (min-width: 48em) {
  .btn--soldout {
	  min-width: 190px;
  }
  .btn--soldout.concert-series {
	  width: 100%;
	  padding: 0.375rem 0.75rem;
	  height: 38px;
  }
}


/*Add news search on sidebar*/


.search-main--mbcontrol .search {
  display: block;
}

@media screen and (min-width: 50em) {
  .btn-mobileNav {
	display: none;
  }

  .search-main--mbcontrol .search-main__mbwrap {
	display: block;
  }

  .search-main--mbcontrol .search {
	display: none;
  }
}

@media screen and (max-width: 50em) {
	.search-main input[type="text"] {
		display: block;
		width: 100%;
		height: 45px;
		position: relative;
		top: 0;
		left: 0;
		padding-right: 0 !important;
		background: #0d618c;
		margin: 0;
	}

	.sidebar-mb_act {
	  padding-right: 10px;
	  padding-left: 30px;
	}

	.sidebar-mb_act .top-bar__item {
		padding-left: 0;
	}

	.search-main--mb input[type="text"]:focus{
	  background: #0d618c !important;
	}

	  .search-main--mb input[type="text"]:focus{
		width: 100% !important;
	  }

	.search-main input[type="text"]:focus:hover {
	  border-bottom: none;
	}

	.top-bar__item .fas {
		position: relative;
		top: 1px;
		margin-right: 5px;
	}

	.search-main--mbcontrol .search-main__mbwrap {
	  padding-left: 19px;
	}

	.msearchx__input, .msearchx input[type="text"] {
	  height: 47px;
	}

	.msearchx__close {
	  background-size: 15px auto;
	}

	.msearchx__icon, .msearchx .fa-search {
	  top: 17px;
	  left: 0;
	  font-size: 15px;
	}

	.msearchx.showx, .msearchx {
	  z-index: 1000;
	  padding: 35px 15px;
	  height: auto ;
	}

	.msearchx {
	  position: relative;
	  padding: 0;
	  z-index: 5;
	  background: #f1f1f1;
	  opacity: 1;
	  visibility: visible;
	  display: block;
	  transform: translate(0, 0);
	}

	.msearchx__close {
	  display: none;
	}

	.msearchx__input, .msearchx input[type="text"] {
	  background: transparent;
	  font-size: 13px !important;
	}

	.msearchx__input, .msearchx input[type="text"] {
	  padding-left: 24px;
	  padding-right: 15px;
	}

	.msearchx__center {
	  max-width: 85%;
	  margin: auto;
	}

	.msearchx__input:focus, .msearchx input[type="text"]:focus {
	  outline: none;
	}

	.search-main {
	  display: none;
	}
}

.hm-introtext {
  line-height: 1.6em;
  font-size: 23px;
  font-style: italic;
}

.hm-introtext a.link-blue {
  margin-top: 25px;
  display: inline-block;
  text-decoration: underline;
}

.grid_post__place {
  display: block;
  color: #939393;
  display: block;
  font-size: 0.9em;
  margin-top: -2px;
}

.hm-subscribe {
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .hm-subscribe {
	display: flex;
	align-items:  center;
  }
}

.hm-subscribe__img {
  text-align: center;
  margin: 0 auto 15px;
}

.hm-subscribe__img figure {
  margin-bottom: 0;
}


@media screen and (min-width: 48em) {
  .hm-subscribe__img {
	  text-align: left;
	  margin: 0;
	  margin-right: 40px;
	  flex: 0 0 324px;
	  max-width: 324px;
  }
}

.hm-subscribe__desc {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hm-subscribe__desc .btn.mt-3 {
  margin-top: 0 !important;
}

.hm-subscribe__desc .btn {
  padding: 10px 19px;
}

.hm-concert .gridpost--minheight {
  min-height: 520px;
}

.hm-subscribe__desc h3 {
	font-size: 29px;
	margin-bottom: 10px;
}

body.nav-opened {
  overflow: hidden;
}

/* Box concert on tablet and mobile */
@media screen and (max-width: 62em) {
  .woocommerce .products {
	justify-content: center;
  }

  .woocommerce .products .product {
	max-width: 330px;
  }
}

/*Hero onlarge screen*/
@media screen and (min-width: 1499px) {
  .hero {
	  min-height: 55rem;
  }
}

@media screen and (max-width: 62em) {
  .hero {
	padding-top: 6.5rem;
  }
}

@media screen and (max-width: 48em) {
  .detail-desc__tab-content .card.tab-pane.show.active .collapse {
	  display: block;
  }
}

/*Image on tablet*/
@media (min-width: 991px) and (max-width: 1199px) {
  .gridpost__thumb.imgLiquidFill {
	height: 170px !important;
  }
}


/*Home gallery image on tablet*/
@media screen and (max-width: 62em) {
  .hm-concert .gridpost, .hm-concert__scroll .col-lg-4.col-md-6 {
	  min-width: 330px;
  }

  .hm-concert__scroll .col-lg-4.col-md-6 {
	margin-right: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .hm-concert .gridpost__thumb.imgLiquidFill {
	height: 225px !important;
  }
}


@media screen and (max-width: 48em) {
  .woocommerce .row.products {
	margin-left: 0;
	margin-right: 0;
  }
}

@media screen and (max-width: 62em) {
  .ig-blocks-scroll {
	overflow-x: scroll;
  }

  .ig-blocks ul li {
	display: inline-block;
	flex: 0 0 103px;
	max-width: 103px;
	margin: 0;
	margin-bottom: 15px;
	padding-right: 0;
  }
}


.detail-desc__tab-content .card-header a {
  display: block;
  position: relative;
}

.detail-desc__tab-content .card-header h5 {
  padding-right: 0;
}

.detail-desc__tab-content .card-header a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	position: absolute;
	right: 5px;
	top: 8px;
	font-size: 1.1em;
}

/*Tabs on visit page*/
@media screen and (max-width: 48em) {
  .detail-desc__tab-content .card-header {
	/* background-color: black; */
	border-radius: 0;
	margin-bottom: 10px;
  }

  .detail-desc__tab-content .card-header a {
	/* color: white;
	padding: 0 1rem; */
  }

  .detail-desc__tab-content .card.show.active .card-header {
	background-color: white;
  }

  .detail-desc__tab-content .card.show.active .card-header a {
	color: black;
	padding-left: 0;
  }

  .shopping-cart__item--text-center .select__custom--wrapper {
	margin: 0 !important;
	text-align: left !important;
	margin-bottom: 15px !important;
	margin-top: 10px !important;
  }
}

.mb-cart-label {
  display: none;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 5px;
  min-width: 77px;
}

@media screen and (max-width: 48em) {
  .mb-cart-label {
	display: inline-block;
	margin-right: 5px;
  }

  .item--money {
	display: inline-block;
	padding-top: 0;
  }

  .shopping-cart__item--text-right {
	margin-top: 0;
  }

  .select__custom--min {
	width: 100%;
  }

  .woocommerce .quantity .qty.select__custom {
	display: inline-block;
  }
}

/*Accordion Blog  Oct 7 , 2019*/
.acdionz {
  margin-top: 30px;
}

.top-special-detail .acdionz__item span {
  margin-bottom: 0;
}

.acdionz__head {
  position: relative;
  cursor: pointer;
}

.acdionz__title {
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding-right: 50px;
}

.acdionz__icon {
  position: absolute;
  font-size: 21px;
  right: 0;
  top: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 10px;
}

.acdionz__head.active  .acdionz__icon {
  transform: rotate(180deg);
}

.acdionz__item {
  padding-bottom: 15px;
}

.acdionz__head {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}

.acdionz__content {
  display: none;
  margin-top: 20px;
}

.top-special-content iframe {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .acdionz__icon {
	padding-right: 7px;
	padding-left: 7px;
  }
  .acdionz__content .products {
	margin: auto !important;
  }
}
@media screen and (max-width: 650px) {
  .top-special-content iframe {
	height: 330px;
  }
}
@media screen and (max-width: 576px) {
  .top-special-content iframe {
	height: 260px;
  }
  .acdionz__content > .row {
	margin-right: -7.5px;
	margin-left: -7.5px;
  }
  .acdionz__content > .row > .col-6 {
	padding-right: 7.5px;
	padding-left: 7.5px;
  }
}
@media screen and (max-width: 439px) {
  .top-special-content iframe {
	height: 200px;
  }
}
@media screen and (max-width: 359px) {
  .top-special-content iframe {
	height: 165px;
  }
}

@media screen and (min-width: 859px) and (max-width: 991px) {
  .acdionz__content .products .col-lg-4.col-md-6 {
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
  }
  .acdionz__content .products .gridpost__thumb.imgLiquidFill {
	height: 200px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 858px) {
  .acdionz__content .products .gridpost__thumb.imgLiquidFill {
	height: 225px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .acdionz__content .products .col-lg-4.col-md-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
  }
}

@media screen and (max-width: 515px) {
  .hero {
	min-height: auto;
  }
}
.menu li a {
	display: block;
	text-transform: uppercase;
	color: #585858;
	letter-spacing: 0.2em;
}
.menu li a:hover {
	color: #56bdff;
	text-decoration: none;
}
.menu li {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}
.shopping-cart__main .variation-content {
	overflow: hidden;
}