/* ================================================================ *\
	#Bar Plugin
\* ================================================================ */

.sa_bar * { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
.sa_bar { background-color: #1184ae; width: 100%; position: relative; overflow: hidden; font-family: museo-sans, sans-serif; font-weight: normal; color: #fff; max-height: 0; visibility: hidden; opacity: 0; font-size: 17px; line-height: 1.18; z-index: 99998; }
.sa_bar.bottom { position: fixed; bottom: 0; }

.sa_bar ul { display: flex; list-style: none; padding: 0; margin: 0; position: relative; overflow: hidden; }
.sa_bar li { position: relative; height: inherit; }
.sa_bar .sa_bar__logo { display: flex; align-items: center; max-width: 200px; padding-right: 17px; margin-right: 10px; }
.sa_bar span.sa_bar-separator { content: ' '; position: absolute; right: 3px; top: 16px; bottom: 16px; width: 1px; background-color: #3ed1d6; }

.sa_bar .sa_bar__message { width: calc(100% - 360px); display: flex; align-items: center; padding-right: 15px; align-items: center; }
.sa_bar:not(.sa_bar--align-center) .sa_bar__message { flex-grow: 1; }
.sa_bar .sa_bar__message .sa_bar__counter { flex-shrink: 0; margin-left: auto; padding: 5px 10px; }

.sa_bar .sa_bar__btn { max-width: 180px; flex-shrink: 0; margin-left: auto; }
.sa_bar.sa_bar.sa_bar.sa_bar p { line-height: 1.4; font-weight: 300; padding: 14px 0; font-size: 16px; }
.sa_bar-shell { max-width: 960px; padding: 0 40px; margin: 0 auto; position: relative; }

.sa_logo-bar { display: block; width: 100%; padding: 6px 0 5px; text-decoration: none; }
.sa_logo-bar img { display: block; max-width: 100%; height: auto; }
.sa_logo-bar:hover { text-decoration: none; opacity: 0.75; }

.sa_bar-btn { display: flex; justify-content: center; align-items: center; background-color: #ea504f; color: inherit; text-decoration: none; text-align: center; font-size: 16px; line-height: 1.11; height: inherit; font-weight: 500; }
.sa_bar-btn span { text-align: center; padding: 0 5px 0 7px; }
.sa_bar-btn:hover { color: inherit; text-decoration: none; opacity: 0.80; }
.sa_bar-btn:visited { color: #fff; }

.sa_bar-table { width: 100%; height: inherit; }
.sa_bar-table-cell { display: table-cell; vertical-align: middle; height: inherit; }

.sa_bar-btn-close { position: absolute; top: 50%; right: 6px; transform: translateY(-50%); width: 24px; height: 24px; text-decoration: none; font-size: 0; line-height: 0; text-indent: -4004px; }
.sa_bar-btn-close:hover { text-decoration: none; opacity: 0.75; }
.sa_bar-btn-close:before,
.sa_bar-btn-close:after { content: ' '; position: absolute; left: 50%; top: 50%; width: 2px; height: 22px; margin: -9px 0 0 -2px; background-color: #fff; border-radius: 2px; }
.sa_bar-btn-close:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sa_bar-btn-close:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.sa_logo-bar,
.sa_bar-btn,
.sa_bar-btn-close {
	-webkit-transition: opacity 0.4s;
	        transition: opacity 0.4s;
}
.sa_bar {
	-webkit-transition: max-height 1.2s, visibility 1.2s, opacity 1.2s;
	        transition: max-height 1.2s, visibility 1.2s, opacity 1.2s; 
}

.sa_bar-show-bar { max-height: 400px; visibility: visible; opacity: 1; }

.sa_bar.no-logo .sa_bar__message { width: calc(100% - 160px);  }
.sa_bar.no-logo .sa_bar__btn { width: 160px; }

/* --floating-btn */
.sa_bar--floating-btn .sa_bar__btn { align-self: center; padding: 14px 0; display: flex; align-items: center; justify-content: flex-start; }
.sa_bar--floating-btn .sa_bar-btn { display: inline-block; padding: 8px 8px; height: auto; text-align: center; }

/* --floating-btn */
.sa_bar--align-center .sa_bar__container { justify-content: center; }
.sa_bar--align-center .sa_bar__message { width: auto; max-width: calc(100% - 360px); }
.sa_bar--align-center .sa_bar__btn { margin-left: 0;  }

/* --has-counter */
.sa_bar--has-counter .sa_bar__btn { margin-left: 0; }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.sa_bar,
	.sa_bar-btn { font-size: 16px; text-align: left; }
	.sa_bar-shell { padding: 0 30px; }
	.sa_bar .sa_bar__logo { display: none; }
	.sa_bar .sa_bar__message { width: calc(100% - 110px); flex-wrap: wrap; }
	.sa_bar .sa_bar__message .sa_bar__counter { order: -1; padding: 10px 0 0; margin: 0 auto 10px 0; }
	.sa_bar .sa_bar__btn { width: 98px; }
	.sa_bar-btn span { padding: 0 18px; }

	.sa_bar.no-logo .sa_bar__message { display: block; width: calc(100% - 110px); }
	.sa_bar .sa_bar__message .sa_bar__message-text { width: 100%; }
	.sa_bar.no-logo .sa_bar__btn { width: 98px; }

	.sa_bar--floating-btn ul { flex-wrap: wrap; align-items: flex-start; }
	.sa_bar--floating-btn.sa_bar--floating-btn li { height: auto; }
	.sa_bar--floating-btn.sa_bar--floating-btn .sa_bar__message { width: 100%; }
	.sa_bar--floating-btn.sa_bar--floating-btn .sa_bar__btn { width: 100%; padding: 8px 0; }
	.sa_bar--floating-btn .sa_bar-btn { width: auto; }

	.sa_bar--floating-btn.sa_bar.sa_bar.sa_bar.sa_bar p { padding: 8px 0; }

	.sa_bar--align-center .sa_bar__message { text-align: center; justify-content: center; padding-right: 0; max-width: 100%; }
	.sa_bar--align-center .sa_bar__message .sa_bar__counter { margin: 0 auto 10px; }
	.sa_bar--align-center .sa_bar__btn { justify-content: center; }
	.sa_bar--align-center .sa_bar-shell { padding: 0 46px; }
}

/* ================================================================ *\
	#Cookie Banner
\* ================================================================ */

.section-sa-cookie-notice { margin-bottom: 50px; font-family: museo-sans, sans-serif; position: fixed; left: 50%; bottom: 26px; z-index: 999; transform: translateX(-50%); background: #075c64; font-size: 12px; font-weight: 300; color: #fff; width: 1280px; padding: 26px 32px; line-height: 1.92; font-weight: 300; box-shadow: 0 0 54px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s, margin .4s; }
.section-sa-cookie-notice.sa-hide-cookie-notice { opacity: 0; }

.section-sa-cookie-notice .section__inner { display: flex; align-items: center; }

.section-sa-cookie-notice .section__content { width: 100%; padding-right: 20px; }
.section-sa-cookie-notice .section__content p { margin-top: 0; }
.section-sa-cookie-notice .section__content p:last-child { margin-bottom: 0; }
.section-sa-cookie-notice .section__content a { color: inherit; text-decoration: underline; }
.section-sa-cookie-notice .section__content a:hover { color: inherit; text-decoration: none; }

.section-sa-cookie-notice .section__actions { flex-shrink: 0; line-height: 1.1; }
.section-sa-cookie-notice .section__actions ul { list-style: none; padding: 0; display: flex; align-items: center; margin: -5px; }
.section-sa-cookie-notice .section__actions li { padding: 5px; }
.section-sa-cookie-notice .section__actions a { line-height: 1.8; display: block; border: 1px solid #13ddcc; padding: 6px 18px; font-size: 12px; font-weight: 300; color: #fff; background: #13ddcc; border-radius: 4px; transition: background .4s; }
.section-sa-cookie-notice .section__actions a:hover { background: transparent; }
.section-sa-cookie-notice .section__actions li.hollow a { background: transparent; }
.section-sa-cookie-notice .section__actions li:first-child a:hover { background: #13ddcc; }

@media(max-width: 1320px) {
	.section-sa-cookie-notice { width: calc(100vw - 40px); }
}

@media(max-width: 1024px) {
	.section-sa-cookie-notice { padding: 28px 32px; }
	.section-sa-cookie-notice .section__inner { flex-wrap: wrap; }
	.section-sa-cookie-notice .section__content { padding-right: 0; margin-bottom: 20px; }
	.section-sa-cookie-notice .section__actions { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Counter
\* ------------------------------------------------------------ */

.counter > ul { list-style: none; padding: 0; margin: -5px; display: flex; flex-wrap: wrap; }
.counter > ul > li { padding: 5px; }

.counter .counter__text { text-align: center; line-height: 1; }
.counter .counter__text strong { display: block; margin-bottom: 4px; font-weight: 700; }
.counter .counter__text span { display: block; font-weight: 300; }