

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #eeeced;
	font-weight: normal;
	color: #222;
	font-size: 18px;
}

body.split:after {
	content: '';
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(828px + ((100% - 1095px) / 2));
	background-color: #f8f5f6;
}

.wrapper {
	width: 1095px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 8px 0;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #006593;
	font-size: 18px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}

.button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 9px 12px;
	border-radius: 5px;
	text-align: center;
	background-color: #f18800;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
  	letter-spacing: 1px;
	transition: all 0.2s ease;
}
.button--secondary {
	background-color: #eeeced;
	color: #222 !important;
}
.button--tertiary {
	text-transform: none;
	background-color: #fff;
	color: #f18800 !important;
}
.button--dark {
	text-transform: none;
	background-color: #222;
	color: #fff !important;
}
.button--high {
	padding-top: 19px;
	padding-bottom: 18px;
}
.button--large {
	font-size: 26px;
	line-height: 26px;
	padding: 14px 20px;
}
.button--share {
	width: auto;
	padding: 0;
	font-size: 28px;
	background: transparent;
	color: #222 !important;
	vertical-align: middle;
}
.button--shareEnvelop {
	background-color: #222;
	padding: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 17px;
	vertical-align: middle;
}
.button--disabled {
	background: #ff0000;
	cursor: default !important;
}
.button--nearlyFull {
	background: #9bcb3c !important;
}
.button--grey {
	background: #999 !important;
}
.button:not(.button--disabled):hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.button--tertiary:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.button--share:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.2) !important;
}
.button > span {
	color: rgba(255,255,255,0.6);
	font-weight: 600;
	font-size: 15px;
	transition: all 300ms ease;
}
.button--disabled > span {
	color: #fff;
}
.button:hover > span {
	color: #fff;
}

@media (max-width: 575px)
{
	.button--mobileBlock {
		display: block;
	}
}



.bg-fafafa {
	background-color: #f8f5f6;
}
.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}

.u-transition {
	transition: all 300ms ease;
}
.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}

.u-anchor {
	position: absolute;
	margin-top: -120px;
}

.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-mirrored {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.mt--1 {
	margin-top: -10px !important;
}

.text-decoration-none {
	text-decoration: none !important;
}
.text-truncate--2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-truncate--3 {
  -webkit-line-clamp: 3;
  overflow : hidden;
  text-overflow: ellipsis;
  max-height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-normal {
	font-size: 18px !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	color: #222 !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.font-weight-semibold {
	font-weight: 600 !important;
}

.u-text-orange {
	color: #f18800 !important;
}


.icon--fixedWidth {
	display: inline-block;
	width: 50px;
	text-align: center;
}



.header {
	position: fixed;
	width: 100%;
	height: 154px;
	background-color: #fff;
	z-index: 100;
	transition: all 300ms ease;
}
.header.is-absolute {
	position: absolute;
}
.header-placeholder {
	height: 154px;
}
.header-logo {
	display: block;
	width: auto;
	height: 154px;
	padding: 0;
	float: left;
	transition: all 300ms ease;
}
.header-logo img {
	display: block;
	width: auto;
	height: 112px;
	transition: all 300ms ease;
}
.header-content {
	float: right;
	text-align: right;
	margin-top: 19px;
}
.header-shortcut {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222 !important;
	text-decoration: none !important;
	transition: all 300ms ease;
}
.header-shortcut:hover {
	color: #f18800 !important;
}
.header-socials {
	display: inline-block;
	vertical-align: middle;
	margin-left: 42px;
	margin-right: 30px;
}
.header-socials > a {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 27px;
	color: #222 !important;
	margin-right: 6px;
}
.header-content-slogan {
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 26.5px;
	font-weight: 600;
	color: #999;
	opacity: 1;
	transition: all 300ms ease;
}
.header-nav {
	display: block;
	position: absolute;
	z-index: -100;
	top: -650px;
	left: 0;
	right: 0;
	background: #eeeced;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	transition: top 600ms ease;
}
.header-nav.is-visible {
	z-index: 100;
	top: 0;
}
.header-nav-bg {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: default;
	background-color: rgba(0,0,0,0.2);
}
.header-nav-bg.is-visible {
	display: block;
}
.header-nav-button {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	color: #222 !important;
}
.header-nav-button--search {
	font-size: 25px;
	color: #f18800 !important;
}
.header-nav-close {
	float: right;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-top: 32px;
	margin-right: 0px;
	vertical-align: middle;
	color: #222 !important;
	background-image: url('../img/menu-close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.header-nav > .wrapper {
	position: relative;
	z-index: 101;
}
.header-nav ul.top {
	position: relative;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.header-nav ul li {
	display: block;
	width: auto;
	list-style: none;
	float: none;
	max-width: 500px;
}
.header-nav ul li a {
	float: none;
	position: relative;
	display: block;
	width: auto;
	max-width: 500px;
	height: auto;
	line-height: 40px;
	padding: 5px 10px 5px 24px;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	cursor: default;
	color: #006593 !important;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav ul li a[href] {
	cursor: pointer;
}
.header-nav ul.top > li:last-child > a {
	padding-bottom: 50px;
}
.header-nav ul.top > li > a:before {
	content: '>';
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 7px;
}
.header-nav ul.top > li > a.link:before {
	opacity: 0;
}
.header-nav ul li.active > a,
.header-nav ul li a[href]:hover {
	color: #f18800 !important;
}
.header-nav ul ul {
	display: none;
	position: absolute;
	z-index: 10;
	top: -20px;
	width: 33%;
	left: 33%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-nav ul ul + ul {
	left: 66%;
	width: 28%;
}
.header-nav ul li:hover ul {
	display: block;
}
.header-nav ul li ul li a {
	font-size: 21px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
}




.header--scrolling {
	height: 93px;
}
.header--scrolling .header-logo {
	height: 93px;
}
.header--scrolling .header-logo img {
	height: 65px;
}
.header--scrolling .header-content-slogan {
	opacity: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.header-logo,
	.header-logo img {
		transition: none !important;
	}
}
@supports (-ms-accelerator:true) {
	.header-logo,
	.header-logo img {
		transition: none !important;
	}
}
@supports (-ms-ime-align:auto) {
	.header-logo,
	.header-logo img {
		transition: none !important;
	}
}




.cart-quantity {
	display: block;
	position: absolute;
	top: 2px;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #f18800;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -1px;
	text-align: center;
	padding-right: 1px;
}



.page-header {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 30vw;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-header::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.60) 90%, rgba(0,0,0,0.60) 100%);
}
.page-header-wrapper {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 2;
}
.page-header-inner {
    display: block;
	height: auto;
	width: auto;
	position: absolute;
	overflow: hidden;
	max-height: 100%;
	bottom: 50px;
	left: 0;
	right: 0;
}
.page-header-buttons {
	position: absolute;
	right: 0;
	bottom: 0;
    display: block;
	height: auto;
	width: 250px;
}
.page-header-heading {
	font-weight: 600;
	font-size: 22px;
    color: #fff !important;
    text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.page-header-heading > span {
	font-size: 28px;
}
.page-header-title {
    color: #fff !important;
    text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.page-header-subtitle {
    color: #fff !important;
    text-shadow: 0 2px 0 rgba(0,0,0,.25);
    font-weight: 600 !important;
}





.site-container {
	position: relative;
	z-index: 3;
	min-height: calc(100vh - 130px);
}

.light-container {
	background-color: #fff;
}





.text-box {
	font-size: 18px;
	line-height: 26px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	line-height: 1em;
	font-weight: 700;
	font-size: 18px;
	color: #006593;
	margin: 0px;
	padding: 10px 0 4px 0;
}
.text-box h1 {
	font-size: 48px;
}
.text-box h2 {
	font-size: 36px;
}
.text-box .u-h2 {
	font-size: 36px !important;
}
.text-box h3 {
	font-size: 30px;
}
.text-box h4 {
	font-size: 24px;
}
.text-box h5 {
	font-size: 20px;
}
.text-box h6 > span {
	font-size: 24px;
}
.text-box a,
.u-link {
	color: #f18800;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box h1 a,
.text-box h2 a,
.text-box h3 a,
.text-box h4 a,
.text-box h5 a,
.text-box h6 a {
	color: #006593;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: #222;
	padding: 0;
	margin: 10px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}


.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #fff !important;
}


.text-uniform, .text-uniform p, .text-uniform div, .text-uniform em, .text-uniform span {
	font-size: 18px !important;
	line-height: 26px !important;
	color: #222 !important;
}
.text-uniform p {
	margin: 0 !important;
	padding: 0 0 12px 0 !important;
}
.text-uniform iframe {
	width: 100%;
	height: 430px;
}



.index-heading {
	text-transform: uppercase;
	color: #999 !important;
}
.index-heading > a {
	color: #999 !important;
}



.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	border-radius: 100%;
	border: none;
	background-color: #f18800;
	color: #fff;
	cursor: pointer;
	outline: none !important;
}
.slick-prev {
	left: -34px;
}
.slick-next {
	right: -34px;
}
.slick-disabled {
	background-color: #cbc9ca;
	opacity: 0.5;
	cursor: not-allowed;
}


.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border-radius: 100%;
	background: transparent;
	border: 2px solid #fff;
}
.slick-dots li.slick-active {
	background-color: #f18800;
}
.slick-dots li button {
	display: none;
}




.card {
	display: block;
	border-radius: 0;
	border: none;
	border-radius: 8px;
	position: relative;
	text-align: left;
	transition: all 400ms ease;
}
.card--noRadius {
	border-radius: 0;
}
.card--grey {
	background-color: #eeeced;
}
.card--event {
	min-height: 176px;
	margin-bottom: 20px;
}
.card--news {
	min-height: 176px;
}
.card--event:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 1px;
	background: #222;
}
.card-link {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 300ms ease;
}
.card-heading {
	color: #006593 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.card-heading a {
	color: #006593 !important;
}
.card-header {
	background: transparent;
	border: none;
	color: #006593 !important;
	font-weight: 600 !important;
}
.card-label {
	display: inline-block;
	margin-right: 40px;
}
.card-buttons {
	width: 152px;
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}
.card-image {
	display: block;
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 5px;
	width: 247px;
	height: 165px !important;
	border-radius: 5px;
	overflow: hidden;
	background-color: #eee;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.card-image--right {
	left: auto;
	right: 5px;
}
.card-image > div {
	width: 100%;
	height: 100%;
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 300ms ease;
}
.card-content {
	padding: 10px 20px;
	position: relative;
}
.card-content--withImage {
	padding-left: 266px;
}
.card-content--withImageRight {
	padding-right: 266px;
}

.card--event .card-image {
	width: 155px;
}
.card--event .card-content--withImage {
	padding-left: 205px;
}



@media (min-width: 992px)
{
	a[href].card:hover,
	.card-link:hover,
	.card--grayOnHover:hover {
		background-color: #4d4d4f;
	}
	a[href].card:hover .card-header,
	a[href].card:hover .card-content,
	a[href].card:hover h1,
	a[href].card:hover h2,
	a[href].card:hover h3,
	a[href].card:hover h4,
	a[href].card:hover h5,
	a[href].card:hover h6,
	.card-link:hover .card-header,
	.card-link:hover .card-content,
	.card-link:hover h1,
	.card-link:hover h2,
	.card-link:hover h3,
	.card-link:hover h4,
	.card-link:hover h5,
	.card-link:hover h6,
	.card--grayOnHover:hover .card-header,
	.card--grayOnHover:hover .card-content,
	.card--grayOnHover:hover h1,
	.card--grayOnHover:hover h2,
	.card--grayOnHover:hover h3,
	.card--grayOnHover:hover h4,
	.card--grayOnHover:hover h5,
	.card--grayOnHover:hover h6 {
		color: #fff !important;
	}
	
	a[href].card--grey:hover {
		background-color: #f18800;
	}
	a[href].card--grey:hover .u-link {
		color: #fff;
	}
}




.image-card {
	width: auto;
	height: 460px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.image-card-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 300ms ease;
}
.image-card:hover .image-card-image {
	transform: scale(1.1);
}
.image-card::before {
	content: '';
	position: absolute;
	z-index: 10;
	top: -70px;
	right: -70px;
	height: 140px;
	width: 140px;
	transform: rotate(45deg);
	background-color: #eeeced;
}
.image-card::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.60) 90%, rgba(0,0,0,0.60) 100%);
}
.image-card-link {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 60px;
}
.image-card-corner {
	content: '';
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-color: #cbc9ca;
	border-bottom-left-radius: 8px;
}
.image-card-corner-info {
	display: block;
	margin-left: 14px;
	margin-top: 54px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 3px 2px 0 rgba(0,0,0,0.2);
	background-color: #f18800;
	font-size: 18px;
	color: #fff !important;
	transition: all 300ms ease;
}
.image-card-content {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
}
.image-card-content > a {
	display: block;
	outline: none;
	transition: all 250ms ease;
}
.image-card-heading {
	color: #fff;
	font-weight: 600;
}
.image-card-heading > span {
	font-size: 24px;
	font-weight: 600;
}
.image-card-title {
	font-size: 28px !important;
	color: #fff !important;
}
.image-card-subtitle {
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #fff !important;
}


.video-card {
	position: relative;
	display: block;
	width: auto;
	height: 200px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left: 10px;
	margin-right: 10px;
}
.video-card-heading {
	position: absolute;
	color: #fff !important;
	bottom: 14px;
	left: 0;
	right: 0;
	text-align: center;
}


.index-slider {
	margin-left: -10px;
	margin-right: -10px;
}
.index-slider-item {
	margin-left: 10px;
	margin-right: 10px;
}

.old-index-slider .slick-arrow {
	background: transparent;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	padding: 0;
}
.old-index-slider .slick-prev {
	left: 8px;
}
.old-index-slider .slick-next {
	right: 8px;
}
.old-index-slider .slick-arrow i {
	display: none;
}
.old-index-slider .slick-prev:before,
.old-index-slider .slick-next:before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background-image: url('../img/arrow-left.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.old-index-slider .slick-next:before {
	background-image: url('../img/arrow-right.svg');
}



.news-slider {
}
.news-slider-container {
	margin-left: -10px;
	margin-right: -10px;
}
.news-slider-card {
	min-height: 106px;
	margin-left: 10px;
	margin-right: 10px;
}
.news-slider-card--high {
	min-height: 200px;
}


.sidebar-menu {
	
}
.sidebar-menu-title {
	display: block;
	margin: 0 !important;
	padding: 18px 8px !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 1px solid #222;
}
.sidebar-menu-list {
	padding: 0 !important;
	margin: 0 !important;
}
.sidebar-menu-list-item {
	list-style: none !important;
	border-bottom: 1px solid #222;
}
.sidebar-menu-list-item a {
	display: block;
	padding: 18px 8px;
	line-height: 1.2em;
	font-weight: 600;
	color: #006593;
}
.sidebar-menu-list-item--active a {
	color: #f18800;
}



.sidebar-button {
	display: block;
	max-width: 152px;
}



.footer {
	position: relative;
	z-index: 2;
	background-color: #e67e30;
	min-height: 130px;
	padding: 20px 0;
	font-size: 16px;
	color: #fff;
}
img.footer-logo {
	max-width: 140px;
	max-height: 90px !important;
}
.footer .text-box {
	font-size: 16px !important;
	line-height: 22px;
}



.ticket-frame {
	width: 100%;
	height: 600px;
	border: 0;
}

.cart-container {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
}






.select-picker {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    height: 55px;
    margin: 4px auto 0 auto;
    overflow: hidden;
    transition: all 300ms ease;
}
.select-picker.is-open {
	height: auto;
	overflow: visible;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.select-picker-item {
    display: block;
    width: auto;
    height: 35px;
    line-height: 35px;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 30px;
    color: #006593 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 300ms ease;
}
.select-picker-item:hover,
.select-picker-item--active {
    background-color: #eee;
}
.select-picker-item--first {
    border: 1px solid transparent;
    height: 55px;
    line-height: 55px;
    background: #fff !important;
}
.select-picker:not(.is-open) .select-picker-item--first {
    border-radius: 3px;
    border: 1px solid transparent;
}
.select-picker.is-open .select-picker-item--first {
    border-radius: 3px 3px 0 0;
}
.select-picker-item:last-child {
    border-radius: 0 0 3px 3px;
}
.select-picker-arrow {
    position: absolute;
    right: 14px;
    top: 18px;
    line-height: 20px !important;
    opacity: 1;
    transition: all 300ms ease;
}
.select-picker.is-open .select-picker-arrow {
	transform: rotate(180deg);
}



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





.cookie-modal:after {
	content: '';
	position: fixed;
	z-index: 10000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
.cookie-modal {
	position: absolute;
	z-index: 10001;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}
@media screen and (min-width: 768px) { 
	.cookie-modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}
.cookie-modal-dialog {
	margin: 20px;
	position: relative;
	z-index: 10002;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media (min-width: 992px)
{
	.cookie-modal-dialog {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

.cookie-modal-content {
	background: #fff;
	border-radius: 20px;
	min-height: 200px;
}
.cookie-modal-header {
	padding: 20px 30px 10px 30px;
}
.cookie-modal-body {
	padding: 0 30px 0 30px;
}
.cookie-modal-footer {
	padding: 20px 30px;
}
.cookie-modal-button {
	outline: none;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	color: #555;
	text-align: center;
	text-decoration: none;
	border: 2px solid #999;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.cookie-modal-button--positive {
	background-color: #00AA00;
	border-color: #00AA00;
	color: #fff;
	font-size: 18px;
}





.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #00AA00;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}





.social-iframe {
	width: 100%;
	height: 400px;
	background: #333;
}
.social-iframe-content,
.text-uniform div.social-iframe-content {
	color: #fff !important;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
	padding: 20px;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.social-iframe-content a {
	text-decoration: underline !important;
}