@charset "utf-8";

/*
Theme Name: Hukka Xpress 2017
Theme URI: http://www.hukkaxpress.net
Version: 1.0
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.ir {
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.wp-caption {
	display: inline-block;
	max-width: 100% !important;
	vertical-align: top;
}

.wp-caption img {
	display: block;
	margin: 0 0 0 5px;
}

.wp-caption a {
	display: block;
}

.wp-caption-text {
	margin: 0 5px 5px;
	padding: 7px 5px;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 17px;
	text-align: center;
	color: inherit;
}

.alignleft {
	margin-right: 45px;
	margin-bottom: 25px;
	float: left;
}

.wp-caption.alignleft {
	margin-left: -5px;
	margin-right: 45px;
}

.alignright {
	margin-left: 45px;
	margin-bottom: 25px;
	float: right;
}

.wp-caption.alignright {
	margin-left: 45px;
	margin-right: -5px;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.7692em;
}

.wp-caption.alignnone {
	margin-bottom: 1.7692em;
}


#imageview-shade {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.65);
	z-index: 10000;
}

#imageview-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 5;
}

#imageview-loading .dot {
	width: 10px;
  height: 10px;
	border: 2px solid #c73944;
	border-radius: 50%;
	margin: 0 5px;
	float: left;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: fx 1000ms ease infinite 0ms;
	animation: fx 1000ms ease infinite 0ms;
}

#imageview-loading .dot:nth-child(2) {
	-webkit-animation: fx 1000ms ease infinite 300ms;
	animation: fx 1000ms ease infinite 300ms;
}

#imageview-loading .dot:nth-child(3) {
	-webkit-animation: fx 1000ms ease infinite 600ms;
	animation: fx 1000ms ease infinite 600ms;
}

@-webkit-keyframes fx {
	50% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}
@keyframes fx {
  50% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}


#imageview-box {
	position: fixed;
	left: 60px;
	top: 30px;
	right: 60px;
	bottom: 30px;
	box-shadow: rgba(0,0,0,0.5) 0 0 25px;
	border: 10px solid rgba(255,255,255,0.1);
	background: #fff;
	background-clip: padding-box;
	padding: 10px;
	z-index: 10001;
}

#imageview-box.touchscreen {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#imageview-imagewrap {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 4;
}

#imageview-image {
	position: absolute;
	left: 0;
	top: 0;
}

#imageview-prev,
#imageview-next {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 50px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#imageview-prev {
	left: -45px;
	background-image: url(_img/arr-left.svg);
}

#imageview-next {
	right: -45px;
	background-image: url(_img/arr-right.svg);
}

.touchscreen #imageview-prev,
.touchscreen #imageview-next {
	display: none;
}


#imageview-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	background: url(_img/nav-close-black.svg) 50% no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}


.slidr-nav,
.mslidr-nav {
	position: absolute;
	left: 50%;
	bottom: 10px;
	height: 23px;
	text-align: center;
	line-height: 1;
	z-index: 100;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slidr-nav .slidr-pagenums,
.mslidr-nav .mslidr-pagenums {
	padding: 0;
	margin: 0;
	z-index: 4;
	white-space: nowrap;
}

.slidr-nav li,
.mslidr-nav li {
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 3px solid #848485;
	border-radius: 50%;
	text-indent: -9999px;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
}

.slidr-nav li+li,
.mslidr-nav li+li {
	margin-left: 7px;
}

.slidr-nav .current,
.mslidr-nav .current {
	border-color: #ef631a;
	background: #ef631a;
}

.slidr-nav .slidr-nextprev {
	overflow: hidden;
	cursor: pointer;
	z-index: 4;
}


form {
	display: block;
	max-width: 100%;
	padding: 8px 0;
}

form:last-child {
	padding-bottom: 0;
}

form p {
	width: 100%;
	padding: 0 0 15px;
	clear: both;
}

form p.half {
	width: 49%;
	float: left;
	clear: none;
}

form p.half+p.half {
	margin-left: 2%;
}

form p.half.even {
	margin-left: 0 !important;
}


label {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 23px;
	vertical-align: top;
}

label.inline {
	padding: 15px 21px 16px 16px;
	font-size: 16px;
	line-height: 17px;
	vertical-align: middle;
	color: #666;
}

label.inline+span.radio-options {
	display: inline-block;
	vertical-align: middle;
}

label.mandatory:after {
	content: "*";
	padding-left: 5px;
	color: #f33;
}

label span.mandatory {
	color: #f33;
}


::-webkit-input-placeholder {
	font-weight: 400;
	color: #666;
	opacity: 1;
}

:-moz-placeholder {
	font-weight: 400;
	color: #666;
	opacity: 1;
}

::-moz-placeholder {
	font-weight: 400;
	color: #666;
	opacity: 1;
}

:-ms-input-placeholder {
	font-weight: 400;
	color: #666;
	opacity: 1;
}

input,
select,
textarea {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	vertical-align: middle;
	-webkit-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	width: 100%;
	border: 1px solid #d5d5d8;
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.03) 0 0 25px inset;
	background: #f5f5f8;
	margin: 0;
	padding: 13px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	border-color: #ef631a;
}

.centered input {
	display: inline-block;
}


textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 400;
	line-height: 21px;
}


select {
	width: 100%;
	border: 0;
	background: #f5f5f8;
	margin: 5px 0 0;
	padding: 15px;
}

input[type="radio"] {
	margin: 5px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="checkbox"] {
	margin: 5px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	width: calc(100% - 30px);
}

input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"],
input[type="button"] {
	display: block;
	height: 35px;
	border: 0;
	border-radius: 4px;
	background: #ef631a;
	margin: 25px auto 0;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background: #151518;
}


.wpcf7-form .ajax-loader {
	display: block !important;
	margin: 5px auto 0 !important;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block !important;
}

.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 10px;
}

.ce-block .wpcf7-form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
	margin-left: 20px;
}

.ce-block .wpcf7-form select {
	width: 100%;
	border: 1px solid #d5d5d8;
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.03) 0 0 25px inset;
	background: #f5f5f8;
	margin: 0;
	padding: 12px 11px;
}

.wpcf7-form .wpcf7-list-item label {
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	vertical-align: top;
}

.wpcf7-form .wpcf7-not-valid {
	box-shadow: rgba(255,0,0,0.15) 0 0 10px inset;
}

.wpcf7-form.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	left: auto;
	top: -10px;
	right: 10px;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	background: rgba(255,255,224,0.9);
	margin: 0;
	padding: 3px 10px 4px;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	color: #666;
}

.wpcf7-form .wpcf7-response-output {
	border: 1px solid #c7c7c7 !important;
	border-radius: 4px;
	background: #ffe;
	margin: 10px 0 0;
	padding: 6px 13px 7px;
	font-size: 13px;
	text-align: center;
	color: inherit;
	clear: both;
}


html,
button,
input,
select,
textarea {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
	margin: 0;
}


html {
	box-sizing: border-box;
	font: 400 93.75%/1.5333 'Source Sans Pro', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #fff;
	color: #151518;
}


body.preload * {
	-webkit-transition: none !important;
	transition: none !important;
}


a,
a:visited {
	text-decoration: none;
	cursor: pointer !important;
	outline: none;
	color: #ef631a;
	-webkit-transition: color 150ms ease-out;
	transition: color 150ms ease-out;
}

a:hover,
a:visited:hover {
	color: #999;
}

a.arrowed:after {
	content: "→";
	display: inline-block;
	margin-left: 5px;
}

a[href^=tel] {
	color: inherit;
}


a.button {
	display: inline-block;
	border-radius: 2px;
	background: #ef631a;
	margin: 5px 3px;
	padding: 9px 25px 10px !important;
	font-size: 85%;
	color: #fff;
}

a.button:only-child {
	margin-top: 0;
	margin-bottom: 0;
}

.column p:last-child .button:only-child {
	margin-top: 20px;
}

a.button:hover {
	color: #eee;
}


a[class*="iconed-"] {
	display: inline-block;
	vertical-align: middle;
}

br + a[class*="iconed-"] {
	margin: 4px 0 0;
}

a[class*="iconed-"]:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

a.iconed-website:before { background-image: url(_img/icon/website-black.svg); }
a.iconed-instagram:before { background-image: url(_img/icon/instagram-black.svg); }
a.iconed-facebook:before { background-image: url(_img/icon/facebook-black.svg); }


.wrapper {
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px;
}

.wrapper * {
	box-sizing: border-box;
}


.linklist {
	padding: 0;
	list-style: none;
}

.hilite { color: #ef631a !important; }
.upper { text-transform: uppercase; }
.centered, .centered .column { text-align: center; }
.extrabold { font-weight: 900; }


h1 {
	padding-bottom: 0.3158em;
	font-size: 2.5333rem;
	font-weight: 900;
	font-style: italic;
	line-height: 1.1316;
}

h2 {
	padding: 0 0 0.3846em;
	font-size: 1.7333rem;
	font-weight: 900;
	font-style: italic;
	line-height: 1.1923;
}

h2.wideheading {
	padding-bottom: 1em;
}

h3 {
	padding: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3889;
}

h3+h3 {
	padding-top: 1.2778em;
}

h4 {
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5333;
}

h4+h4 {
	padding-top: 1.5333em;
}

p {
	padding: 0 0 1.5333em;
}

p.lead {
	padding-bottom: 1em;
	font-size: 1.3333rem;
	line-height: 1.85;
}

ul {
	padding: 0 0 1.5333em 17px;
}

ul ul,
ol ul {
	padding: 0 0 3px 17px;
	list-style: disc;
}

ol {
	padding: 0 0 1.5333em 31px;
}

ol ol,
ul ol {
	padding: 0 0 3px 31px;
}

blockquote {
	margin: 0;
	padding: 0 0 1em;
	font-size: 2rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
}


p.checkmark {
	padding-left: 1.5em;
}

p.checkmark+p.checkmark {
	margin-top: -1em;
}

p.checkmark.lead+p.checkmark.lead {
	margin-top: 0;
}

p.checkmark:before {
	content: "\2713";
	display: inline-block;
	width: 1em;
	margin: 2px 0 0 -1em;
	font-size: 1.5em;
	line-height: 1;
	color: #ef631a;
}


.column {
	display: inline-block;
	width: 46%;
	vertical-align: top;
}

.column+.column {
	margin-left: 8%;
}

.column>:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


.column.single {
	width: 100%;
	margin-left: 0 !important;
	padding: 0;
}


.column.parts-1 { display: block; width: 100%; }

.column.parts-2 { width: 46%; }
.column.parts-2:nth-child(2n+1) { margin-left: 0 !important; }
.column.parts-2:nth-child(1n+3) { margin-top: 60px; }

.column.parts-3 { width: 28%; }
.column.parts-3:nth-child(3n+1) { margin-left: 0 !important; }
.column.parts-3:nth-child(1n+4) { margin-top: 60px; }

.column.parts-4 { width: 19%; }
.column.parts-4:nth-child(4n+1) { margin-left: 0 !important; }
.column.parts-4:nth-child(1n+5) { margin-top: 60px; }

.column.parts-5 { width: 16.8%; }
.column.parts-5+.parts-5 { margin-left: 4%; }
.column.parts-5:nth-child(5n+1) { margin-left: 0 !important; }
.column.parts-5:nth-child(1n+6) { margin-top: 60px; }


.ce-block {
	padding: 60px 0;
}

.ce-block:not(.ce-bgcolor)+.ce-block:not(.ce-bgcolor):not(.ce-fullwidth-image):not(.ce-contactinfo) {
	padding-top: 0;
}


.ce-block.ce-bgimage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.ce-block.ce-bgimage.ce-imagesized {
	position: relative;
	padding-bottom: 0;
}

.ce-block.ce-bgimage.ce-imagesized>div {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.ce-text-image.ce-image-left .column:last-child,
.ce-text-image.ce-image-right .column:first-child {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ce-text-image .column {
	vertical-align: middle;
}

.ce-text-image.ce-image-left .column:first-child,
.ce-text-image.ce-image-right .column:last-child {
	text-align: center;
}

.ce-text-image.ce-fullwidth-image {
	position: relative;
	padding: 0;
}

.ce-text-image.ce-fullwidth-image .wide-image {
	position: absolute;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ce-text-image.ce-fullwidth-image.ce-image-left .wide-image {
	left: 0;
	background-position: 75% 50%;
}

.ce-text-image.ce-fullwidth-image.ce-image-right .wide-image {
	right: 0;
	background-position: 25% 50%;
}

.ce-text-image.ce-fullwidth-image .ce-blockimg-link {
	display: inline-block;
	max-width: 100%;
	outline: none;
}

.ce-text-image img.border {
	border: 5px solid rgba(0,0,0,0.15);
}

.ce-text-image.ce-bgcolor img.border,
.ce-text-image.ce-bgimage img.border {
	border: 5px solid rgba(255,255,255,0.35);
}


.ce-block.ce-single-column.nobottompadding {
	padding-bottom: 1.5em;
}


.ce-block.ce-wide-image {
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	overflow: hidden;
}

.ce-block.ce-wide-image>a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	outline: none;
}

.ce-block.ce-wide-image.parallax {
	position: relative;
	background-position: 50% 0%;
	background-size: 100% auto;
}

.ce-block.ce-wide-image.parallax:before,
.ce-block.ce-wide-image.parallax:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
}

.ce-block.ce-wide-image.parallax:before {
	top: -5px;
	box-shadow: rgba(0,0,0,0.15) 0 5px 15px;
}

.ce-block.ce-wide-image.parallax:after {
	bottom: -5px;
	box-shadow: rgba(0,0,0,0.15) 0 -5px 15px;
}


.ce-block.ce-wide-video {
	padding: 0;
}


.ce-block.ce-image-boxes .image-box {
	position: relative;
	overflow: hidden;
}

.ce-block.ce-image-boxes .image-box+.image-box {
	margin-left: 24px;
}

.ce-block.ce-image-boxes .image-box.parts-2 {
	width: calc((100% - 24px) / 2);
	padding-top: calc((100% - 24px) * (0.6667 / 2 ));
}

.ce-block.ce-image-boxes .image-box.parts-3 {
	width: calc((100% - 2 * 24px) / 3);
	padding-top: calc((100% - 2 * 24px) * (0.6667 / 3 ));
}

.ce-block.ce-image-boxes .image-box.parts-4 {
	width: calc((100% - 3 * 24px) / 4);
	padding-top: calc((100% - 3 * 24px) / 4);
}

.ce-block.ce-image-boxes .image-box.parts-5 {
	width: calc((100% - 4 * 24px) / 5);
	padding-top: calc((100% - 4 * 24px) / 5);
}

.ce-block.ce-image-boxes .image-box.parts-3+.image-box:nth-child(1n+4), 
.ce-block.ce-image-boxes .image-box.parts-4+.image-box:nth-child(1n+5), 
.ce-block.ce-image-boxes .image-box.parts-5+.image-box:nth-child(1n+6) {
	margin-top: 24px;
}

.ce-block.ce-image-boxes .image-box-bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	-webkit-transition: transform 250ms ease-out;
	-ms-transition: transform 250ms ease-out;
	transition: transform 250ms ease-out;
}

.ce-block.ce-image-boxes .image-box:hover .image-box-bg {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.ce-block.ce-image-boxes .image-box>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	color: inherit;
	outline: none;
	z-index: 2;
}

.ce-block.ce-image-boxes .image-box-content {
	position: absolute;
	left: 20px;
	bottom: 25px;
	right: 20px;
	text-shadow: rgba(0,0,0,0.65) 0 0 10px;
	z-index: 2;
}

.ce-block.ce-image-boxes .image-box-content>:last-child {
	margin: 0;
	padding: 0;
}


.navigation.pagination {
	border-top: 2px solid #d9eaf2;
	margin-top: 0;
	padding: 20px 0;
	text-align: center;
}

.navigation.pagination .screen-reader-text {
	display: none;
}

.nav-links {
	padding: 7px 5px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	display: none;
}

.nav-links .page-numbers {
	display: inline-block;
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: top;
}

.nav-links .page-numbers+.page-numbers {
	margin: 0 0 0 7px;
}

.nav-links .page-numbers.dots,
.nav-links .page-numbers.dots+.page-numbers {
	margin: 0;
}

.nav-links .page-numbers.current {
	border-radius: 3px;
	background: #424f57;
	color: #fff;
}


#head {
	position: relative;
	background: #fff;
	padding: 0;
	font-weight: 700;
	z-index: 10;
}

#head > .wrapper {
	display: flex;
	position: relative;
	max-width: 1440px;
	min-height: 116px;
	align-items: center;
	justify-content: center;
}

#logo a {
	display: block;
}


#nav-main {
	display: flex;
	background: #fff;
	margin: 0 0 0 30px;
	padding: 30px 0;
	font-size: 1.133rem;
	font-style: italic;
	font-weight: 700;
	line-height: 35px;
	text-align: right;
	z-index: 1;
	align-items: center;
}

#nav-main>ul {
	text-align: left;
}

#nav-main>ul>li {
	position: relative;
	display: inline-block;
	padding: 10px 0;
}

#nav-main>ul>li+li {
	margin-left: 3px;
}

#nav-main>ul>li>a {
	display: block;
	padding: 0 9px;
	color: #ef631a;
}

#nav-main>ul>li>a:hover {
	color: #de530a;
}

#nav-main>ul>.current-menu-item>a,
#nav-main>ul>.current-page-parent>a,
#nav-main>ul>.current_page_ancestor>a {
	color: #151518 !important;
}


#nav-main>ul>li ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	min-width: 200px;
	box-shadow: rgba(214,90,24,0.8) 4px 3px 0;
	background: #ff6b1c;
	margin-top: 0;
	padding: 10px 0;
	font-size: 1.0667rem;
	line-height: 1.5625;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

#nav-main>ul>li ul:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -13px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #ff6b1c;
	margin-left: -14px;
}

#nav-main>ul>li:hover ul {
	display: block;
}

#nav-main>ul>li ul li {
	display: block;
}

#nav-main>ul>li ul li+li {
	margin-top: 5px;
}

#nav-main>ul>li ul a {
	display: block;
	padding: 2px 20px;
	white-space: nowrap;
	color: #fff;
}

#nav-main>ul>li ul a:hover {
	color: #e8e8e8;
}

#nav-main>ul>li ul .current-menu-item a {
	color: rgba(21,21,24,0.9);
}


.nav-head-extra {
	display: flex;
	margin-left: 30px;
	white-space: nowrap;
}

.nav-head-extra > div + div {
	margin-left: 10px !important;
}

.nav-head-extra a {
	display: inline-block;
	border-radius: 2px;
	background: #666;
	padding: 10px 12px 11px !important;
	font-size: 1.1333rem;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	color: #fff;
}

.nav-head-extra .login a {
	background: #ef631a;
}

.nav-head-extra a:hover {
	color: #e8e8e8;
}


#nav-sub {
	display: block;
	background: #ef631a;
	padding: 0;
	font-size: 1.0667rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.5625;
	text-align: center;
	color: #fff;
	z-index: 100;
}

#nav-sub li {
	display: inline-block;
	padding: 20px 15px;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: color 150ms ease-out;
	-ms-transition: color 150ms ease-out;
	transition: color 150ms ease-out;
}

#nav-sub li+li {
	margin-left: 5px;
}

#nav-sub li:hover {
	color: #eee;
}

#nav-sub.stuck {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: rgba(0,0,0,0.1) 0 2px 6px;
}


#billboard {
	position: relative;
	height: 37vw;
	background: #151518;
	overflow: hidden;
}

.home #billboard {
	height: 60vw;
}

#billboard > .billboard-slide {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#billboard > .billboard-slide:first-child {
	left: 0;
}

#billboard .slidr-nav {
	bottom: 25px;
}

#billboard .slidr-nav li {
	border-color: #fff;
}

#billboard .billboard-slide>a {
	display: block;
	height: 100%;
	outline: none;
}

#billboard .billboard-slide a:hover {
	color: inherit;
}

#billboard .billboard-slide .wrapper {
	position: relative;
	height: 100%;
}

#billboard .billboard-slide-text {
	position: absolute;
	left: 6%;
	top: 50%;
	right: 12px;
	font-size: 1.6667rem;
	font-weight: 600;
	line-height: 1.4;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
	text-align: left;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#billboard .billboard-slide-text .column {
	width: 60%;
	vertical-align: middle;
}

#billboard .billboard-slide-text .column+.column {
	width: 30%;
	margin-left: calc(10% - 10px);
}

#billboard .billboard-slide-text :last-child {
	padding-bottom: 0;
}


#billboard .billboard-slide-text h1, 
#billboard .billboard-slide-text h2 {
	padding-bottom: 0.1791em;
	font-size: 5.4667rem;
	line-height: 1;
}

#billboard .billboard-slide-text p {
	padding-bottom: 0.6em;
}

#billboard .billboard-slide-text p>img {
	margin-bottom: 10px;
}

#billboard .billboard-slide-text img {
	max-width: 100%;
	height: auto;
}

#billboard .billboard-slide-text a.button {
	margin-top: 1em;
	font-size: 1.473rem;
	font-weight: 900;
	font-style: italic;
	line-height: 1.1923;
}


#main img {
	max-width: 100%;
	height: auto;
}

#main iframe {
	display: inline-block;
	vertical-align: top;
}


#head + #main {
	border-top: 3px solid #f7f7f7;
}


.ce-headlines {
	position: relative;
}

.ce-headlines .headlines-slides {
	padding: 25px 0;
	white-space: nowrap;
	overflow: hidden;
}


.ce-headlines .news-slide {
	display: inline-block;
	width: calc(50% - 12px);
	height: 282px;
	box-shadow: rgba(0,0,0,0.02) 0 0 7px;
	font-size: 1.0667rem;
	line-height: 1.5625;
	vertical-align: top;
	white-space: normal;
	overflow: hidden;
}

.ce-headlines .news-slide+.news-slide {
	margin-left: 24px;
}

.ce-headlines .news-slide:not(.slidered):nth-child(2n+1) {
	margin-left: 0;
}

.ce-headlines .news-slide:not(.slidered):nth-child(1n+3) {
	margin-top: 24px;
}

.ce-headlines .news-slide .column:first-child {
	width: 282px;
	height: 100%;
	background-color: #151518;
	background-image: url(_img/grid-item-dark-news.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.ce-headlines .news-slide .column:last-child {
	position: relative;
	width: calc(100% - 282px);
	height: 100%;
	background: #fff;
	margin-left: 0;
	padding: 40px 30px 30px 40px;
}

.ce-headlines .news-slide .vmid {
	left: 0 !important;
	right: 0 !important;
	padding: 0 35px;
}

.ce-headlines .news-slide .vmid :last-child {
	padding-bottom: 0;
}

.ce-headlines .news-slide h3 a {
	display: inline-block;
}

.ce-headlines .news-slide h3 em {
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.ce-headlines .news-slide h3 + p em {
	display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.ce-headlines .news-slide .newsmeta {
	position: absolute;
	top: 9px;
	right: 13px;
	font-size: 12px;
	font-weight: 600;
	color: #999;
}
/*
.ce-headlines .news-slide h3,
.ce-headlines .news-slide p {
	-webkit-hyphens: auto;
	hyphens: auto;
}
*/
.ce-headlines .mslidr-nav {
	bottom: 31px;
}


#content-columns {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#main-main {
	display: inline-block;
	width: calc(100% - 320px);
	padding-right: 50px;
	vertical-align: top;
}

#main-side {
	display: inline-block;
	width: 300px;
	margin-left: 20px;
	padding: 35px 25px;
	vertical-align: top;
}

#main-side:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 321px;
	bottom: 15px;
	width: 2px;
	background: #eaeaea;
}


#mc_embed_signup {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background: #fcfcfc;
	margin: 0 4.5% 10px;
	padding: 15px 30px 30px;
}

#mc_embed_signup p {
	padding-bottom: 0;
}

#mc_embed_signup .mc-field-group {
	padding-bottom: 15px;
}

#mc_embed_signup .mc-field-group+.mc-field-group {
	width: 48%;
	float: left;
}

#mc_embed_signup .mc-field-group+.mc-field-group+.mc-field-group {
	margin-left: 4%;
}

#mc_embed_signup .mc-field-group label {
	padding-bottom: 5px;
}

#mc_embed_signup .clear {
	clear: both;
}


#large-modal {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0.9);
	opacity: 0;
	z-index: 100000;
}

#large-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;	
	background: #ef631a url(_img/icon/close.svg) 50% no-repeat;
	background-size: 50%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}


#large-modal-content {
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	box-shadow: rgba(0,0,0,0.35) 0 0 10px;
	background: #fff;
}

#large-modal-content.type-text {
	left: 50%;
	top: 5%;
	bottom: 5%;
	width: calc(100vw - 20px);
	max-width: 710px;
	padding: 55px 35px;
	transform: translateX(-50%);
}

#large-modal-text {
	display: block;
	width: auto;
	max-width: 640px;
	height: 100%;
	margin: 0 auto !important;
	padding: 0 15px 0 0;
	overflow: auto;
}

#large-modal-content iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}


.sharelinks {
	margin-top: 25px;
	text-align: right;
}

.hentry .sharelinks {
	margin-top: 35px;
	margin-bottom: -25px;
}

.sharelink {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: left;
	text-indent: -9999px;
	vertical-align: top;
	overflow: hidden;
	opacity: 0.9;
}

.sharelink+.sharelink {
	margin-left: 10px;
}

.sharelink.fb { background-image: url(_img/icon/facebook-black.svg); }
.sharelink.tw { background-image: url(_img/icon/twitter-black.svg); }

.shortcode-sharelinks {
	display: inline-block;
	vertical-align: middle;
}


#memberships {
	background: #fafafa url(_img/pattern-light.png);
	padding: 75px 0;
}

#memberships-cart,
#memberships-receipt {
	background: #fafafa;
	padding: 0 0 75px;
}

#memberships-cart #main-main {
	width: calc(100% - 380px);
	padding-left: 25px;
}

#memberships-cart #main-side {
	width: 340px;
	margin: 0 40px 0 0;
	padding: 10px 25px 10px 0;
}

#memberships-cart #main-side:after {
	left: 358px;
	right: auto;
}


#membership-steps {
	padding: 0 0 40px;
	font-size: 16px;
	font-weight: 600;
	line-height: 31px;
}

#memberships-cart #membership-steps {
	padding: 70px 0 40px;
}

#membership-steps li {
	display: inline-block;
	vertical-align: top;
}

#membership-steps li:first-child {
	padding-left: 0;
}

#membership-steps li+li {
	position: relative;
	margin-left: 45px;
}

#membership-steps li+li:before {
	content: "";
	display: block;
	position: absolute;
	left: -39px;
	width: 35px;
	height: 39px;
	background-image: url(_img/icon/fast-forward4.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 50%;
}

#membership-steps li a {
	display: block;
}

#membership-steps li span {
	display: block;
	padding: 4px 15px;
	color: #aaa;
}

#membership-steps li.current span {
	background: #ef631a;
	color: #fff;
}

#membership-steps li.done span {
	background: #eaeaea;
	color: #444;
}

#membership-steps li.future span {
	padding: 4px 0;
	cursor: not-allowed;
}


#membership-coupon-code-form {
	border-radius: 2px;
	background: #fff;
	margin-bottom: 40px;
	padding: 15px;
}

#membership-coupon-code-text {
	display: inline-block; 
	width: 80%; 
	padding-top: 7px; 
	padding-bottom: 8px;
	vertical-align: middle;
}

#membership-coupon-code-submit {
	display: inline-block;
	width: 18%;
	margin: 0 0 0 2%;
	vertical-align: middle;
}

#membership-coupon-code-error {
	border-radius: 2px;
	background: #d55;
	margin-top: 15px;
	padding: 5px 10px;
	font-weight: 600;
	color: #fff;
}


.membership-items {
	padding: 20px 0 0;
}

.membership-items:first-child, 
.membership-items:empty {
	padding-top: 0;
}

.membership-item {
	display: inline-block;
	width: 30.6667%;
	background: #fff;
	vertical-align: top;
}

.membership-item+.membership-item {
	margin-left: 4%;
}

.membership-item:not(.size-half):nth-child(3n+1) {
	margin-left: 0;
}

.membership-item:nth-child(1n+4) {
	margin-top: 4%;
}


.membership-item.size-half {
	width: 48%;
}

.membership-item.size-half:nth-child(2n+1) {
	margin-left: 0;
}

.membership-item.size-half:nth-child(1n+3) {
	margin-top: 4%;
}


.membership-item .msitem-title {
	position: relative;
	min-height: 95px;
	background: url(_img/grid-item-dark.jpg) 50% repeat;
	padding: 22px 30px;
	white-space: normal;
	line-height: 1.1154;
	text-align: center;
}

.membership-item .msitem-title>em {
	position: absolute;
	left: 30px;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.membership-item .msitem-title span+span {
	display: block;
}

.membership-item .msitem-prices {
	position: relative;
	border-bottom: 4px solid #ededed;
	padding: 6px 0 0px;
}

.membership-item .msitem-price {
	margin: 0 14px;
	padding: 12px 16px;
}

.membership-item .msitem-price+.msitem-price {
	background: url(_img/hdots.png) repeat-x;
	padding-top: 19px;
}

.membership-item [class^="price-col"] {
	display: inline-block;
	vertical-align: top;
}

.membership-item .price-col1 {
	width: 135px;
	min-height: 47px;
	padding-right: 10px;
	font-size: 17px;
	font-weight: 600;
	line-height: 19px;
}

.membership-item .price-col2 {
	width: calc(100% - 135px);
	min-height: 47px;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	font-style: italic;
}

.membership-item .price-col3 {
	display: block;
	padding-top: 15px;
	text-align: center;
}

/*
.membership-item.sold-out .price-col2 {
	width: calc(100% - 305px);
}

.membership-item.sold-out .price-col3 {
	width: 160px;
}
*/

.membership-item .price-col1 span:first-child {
	display: inline-block;
	margin-top: 3px;
	font-size: 29px;
	font-weight: 700;
}

.membership-item .msitem-prices .label {
	display: block;
	font-size: 14px;
	font-style: italic;
}


.membership-item .msitem-descr {
	min-height: 130px;
	padding: 20px 30px;
	overflow: hidden;
}

.membership-item .msitem-descr p:not(:last-child) {
	padding-bottom: 15px;	
}

.membership-item .msitem-select {
	display: inline-block;
	border: 1px solid #cf430a;
	background: #ef631a;
	padding: 4px 21px;
	font-size: 1rem;
	font-style: italic;
	font-weight: 700;
	line-height: 20px;
	white-space: nowrap;
	color: #fff !important;
}

.membership-item .msitem-select:hover {
	color: #eaeaea !important;
}

.membership-item .msitem-select.selected {
	opacity: 0.25;
	cursor: not-allowed;
}


#msitem-modal {
	position: absolute;
	width: 90%;
	max-width: 370px;
	border: 3px solid #ef631a;
	box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	background: #fff;
	padding: 17px 25px 0;
	margin-top: -14px;
}

#msitem-modal:before {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	bottom: -14px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #ff6b1c;
	margin-left: -14px;
}

#msitem-modal-close {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 28px;
	height: 28px;	
	background: #ef631a url(_img/icon/close.svg) 50% no-repeat;
	background-size: 50%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}


#memberships-cart #main-side h3+h2 {
	padding-top: 2rem;
}

[id^="memberships-"] .pricesummary {
	padding-bottom: 2em;
}

[id^="memberships-"] .pricesummary li {
	padding: 2px 0 5px;
}

[id^="memberships-"] .pricesummary li+li {
	border-top: 1px solid #eaeaea;
}

[id^="memberships-"] .pricesummary li+li:last-child {
	border-top-width: 2px;
}

[id^="memberships-"] .pricesummary .pricesum-label,
[id^="memberships-"] .pricesummary .pricesum-value {
	display: inline-block;
	vertical-align: top;
}

[id^="memberships-"] .pricesummary .pricesum-label {
	width: calc(100% - 75px);
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

[id^="memberships-"] .pricesummary .pricesum-value {
	width: 75px;
	text-align: right;
}

[id^="memberships-"] .pricesummary .vatinfo {
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: right;
}

[id^="memberships-"] .pricesummary li+li.promotxt {
	border-top-width: 1px;
	margin-top: 7px;
	padding: 5px 0;
	font-size: 13px;
	font-style: italic;
}

[id^="memberships-"] .pricesummary li+li.couponcode {
	border-top-width: 1px;
	margin-top: 2px;
	padding: 5px 0;
	font-style: italic;
}

[id^="memberships-"] .pricesummary .addition-item+.addition-item {
	border-top: 1px solid #eaeaea;
	margin-top: 5px;
	padding-top: 2px;
}


#agreement-modal-trigger {
	cursor: pointer;
}


#payment-shade {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 100px 10px 0;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	z-index: 10000;
}

#paytrail-form-submit {
	position: fixed;
	left: 10px;
	top: 185px;
	right: 10px;
	text-align: center;
	color: #555;
	z-index: 10001;
}


#memberships-receipt {
	padding: 70px 0 75px;
}

#memberships-receipt #main-main {
	width: calc(100% - 380px);
	padding-right: 25px;
}

#memberships-receipt #main-side {
	width: 340px;
	margin-left: 40px;
	padding: 10px 0 10px 25px;
}

#memberships-receipt #main-side:after {
	right: 358px;
}


#membership-details-additions, 
#membership-details-omahukka {
	border: 2px solid #eaeaea;
	border-width: 2px 0;
	margin: 12px -10px;
	padding: 20px 10px 25px;
}

#membership-details-omahukka {
	border-width: 2px 0 0;
	padding: 20px 10px 15px;
}

#membership-details-additions .mship-addition, 
#membership-details-omahukka .mship-addition {
	padding: 0 0 7px;
}

#membership-details-additions .mship-addition + .mship-addition {
	border-top: 1px solid #eaeaea;
	padding-top: 5px;
}

#membership-details-additions .mship-addition-input,
#membership-details-omahukka .mship-omahukka-input {
	display: inline-block;
	width: 75%;
	vertical-align: top;
}

#membership-details-additions .mship-addition-price,
#membership-details-omahukka .mship-omahukka-price {
	display: inline-block;
	width: 25%;
	padding-left: 21px;
	text-align: right;
	font-weight: 600;
	vertical-align: top;
}


.membership-selector {
	position: relative;
}

.membership-selector.loading:after {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 3px;
	background: rgba(255,255,255,0.5) url(_img/spinner-2x.gif) 50% no-repeat;
	background-size: 20px;
	z-index: 1000;
}


.membership-gymselect-dropdown {
	border-radius: 2px;
	background: #ef631a;
	padding: 15px;
}

.membership-gymselect-dropdown .selectize-input {
	vertical-align: top;
	text-align: center;
}

.membership-gymselect-dropdown .selectize-input>.item {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.membership-gymselect-dropdown .selectize-dropdown-content {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.membership-gymselect-dropdown .selectize-dropdown-content [data-selectable] {
	padding-top: 8px;
	padding-bottom: 8px;
}

.membership-gymselect-dropdown .selectize-dropdown-content [data-selectable]+[data-selectable] {
	border-top: 1px solid #f2f2f2;
}

.membership-gymselect-dropdown .selectize-dropdown-content [data-value=""] {
	display: none;
}


.ce-block.ce-faq .faq-intro {
	padding-bottom: 35px;
}

.ce-block.ce-faq .faq-item {
	border: 1px solid #ececec;
	background: #eee;
}

.ce-block.ce-faq .faq-item+.faq-item {
	margin-top: 2px;
}

.ce-block.ce-faq .faq-item-title {
	position: relative;
	padding: 14px 64px 14px 34px;
	cursor: pointer;
}

.ce-block.ce-faq .faq-item-title:after {
	content: "";
	position: absolute;
	right: 35px;
	top: 50%;
	width: 13px;
	height: 20px;
	background: url(_img/icon/arrow-right.svg) right 0 no-repeat;
	background-size: contain;
	margin-top: -10px;
	-webkit-transition: transform 200ms ease-out;
	-ms-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;
}

.ce-block.ce-faq .faq-item-title.open:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ce-block.ce-faq .faq-item-text {
	display: none;
	position: relative;
	padding: 0 64px 20px 34px;
}


#tail {
	background-color: #151518;
	color: #fff;
}

#tail {
	font-weight: 600;
}


#tail-content {
	background-color: #eaeaea;
	padding: 60px 0;
	font-size: 1.0667rem;
	line-height: 1.5625;
	color: #151518;
}

#tail-content>div {
	background: url(_img/hline.png) 24.5% 0 repeat-y,
		url(_img/hline.png) 50% 0 repeat-y,
		url(_img/hline.png) 75.5% 0 repeat-y;
}

#tail-content img {
	max-width: 100%;
	height: auto;
}

#tail-content .column.parts-4 {
	width: 22%;
}

#tail-content .column.parts-4+.parts-4 {
	margin-left: 4%;
}

#tail-content .column.parts-4 {
	text-align: center;
}

#tail-content .centered-block {
	display: inline-block;
	text-align: left;
}


#tail-some {
	padding: 5px 0 0;
}

#tail-some li {
	display: block;
	width: 50%;
	font-size: 1rem;
	white-space: nowrap;
}

#tail-some li + li {
	margin-top: 7px;
}

#tail-some li a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	opacity: 0.6;
}

#tail-some li a {
	display: block;
	color: #5b5b59;
}

#tail-some li a:hover {
	color: #ef631a;
}


#tail-contact {
	padding: 30px 0;
	text-align: center;
}

#tail-contact :last-child {
	padding-bottom: 0;
}


#tail-special-hours {
	box-shadow: rgba(0,0,0,0.05) 0 -3px 9px;
	background: #ef631a;
	padding: 30px 0;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

#tail-special-hours :last-child {
	padding-bottom: 0;
}

#tail-special-hours a {
	color: inherit;
}


body #rmp_menu_trigger-5033 {
	right: 16px;
	border-radius: 3px;
}

body #rmp_menu_trigger-5033 .rmp-trigger-box {
	margin-bottom: 3px;
}

body #rmp-container-5033 {
	border-right: 1px solid rgba(0,0,0,0.1);
	background-clip: padding-box;
}

body #rmp-container-5033 #rmp-menu-title-5033 {
	border-bottom: 3px solid #ef631a;
	padding: 13px 10px 14px;
	text-align: center;
}

body #rmp-container-5033 #rmp-menu-title-5033 img {
	display: inline-block;
	max-width: 50%;
	height: auto;
	vertical-align: top;
}

body #rmp-container-5033 #rmp-menu-additional-content-5033 {
	border-bottom: 3px solid #fff;
	padding: 12px;
}

body #rmp-container-5033 #rmp-menu-additional-content-5033 .nav-head-extra {
	position: static;
	margin: 0;
}

body #rmp-container-5033 #rmp-menu-additional-content-5033 .nav-head-extra div {
	flex: 1;
}

body #rmp-container-5033 #rmp-menu-additional-content-5033 .nav-head-extra a {
	width: 100%;
	padding-bottom: 10px !important;
}


.ce-block.ce-contactinfo {
	position: relative;
}

.ce-block.ce-contactinfo .wrapper {
	display: flex;
	min-height: 270px;
	align-items: center;
}

.ce-block.ce-contactinfo .map-embed-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
}

.ce-block.ce-contactinfo.ce-mapleft .map-embed-wrap {
	left: 0;
	right: 50%;
}

.ce-block.ce-contactinfo.ce-mapright .map-embed-wrap {
	left: 50%;
	right: 0;
}

.ce-block.ce-contactinfo .map-embed-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
}


#tell-a-friend-message {
	background: #f7f7f7;
	border-radius: 6px;
	padding: 20px 28px 25px;
	font-size: 15px;
	font-style: italic;
	color: #333;
}

.recaptcha-compact {
	margin: 12px 0 0;
	text-align: center;
}

.recaptcha-compact>div {
	display: inline-block;
}


#memberships-summary {
	text-align: left;
}

#memberships-summary table {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0 0 2em;
}

#memberships-summary th {
	padding: 3px 10px 4px;
	vertical-align: top;
}

#memberships-summary td {
	padding: 3px 10px 4px;
	border-top: 1px solid #ccc;
	vertical-align: top;
}

#memberships-summary th:nth-child(even), 
#memberships-summary td:nth-child(even) {
	background: #f2f2f2;
}

#memberships-summary td small {
	display: inline-block;
	vertical-align: top;
}

#memberships-summary .membership-type-length {
	width: 80px;
	text-align: right;
}

#memberships-summary .membership-type-timespan {
	width: 160px;
	text-align: right;
}

#memberships-summary .membership-type-price {
	width: 120px;
	text-align: right;
}


.ce-trainerinfo .trainer-info-wrap {
	text-align: center;
}

.ce-trainerinfo .trainer-info-wrap > p {
	padding-bottom: 0;
	font-weight: 600;
}

.ce-trainerinfo .trainer-photo {
	max-width: 200px;
	margin: 0 auto 25px;
}

.ce-trainerinfo .trainer-photo > div {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 100%;	
}

.ce-trainerinfo .trainer-info-wrap .trainer-gym {
	padding: 10px 0 25px;
}

.ce-trainerinfo .trainer-gym span {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #ef631a;
	background: #fafafa;
	padding: 5px 10px !important;
	font-size: 13px;
	line-height: 1;
	vertical-align: top;
}

.ce-trainerinfo .trainer-gym span + span {
	margin-left: 4px;
}

.ce-trainerinfo .trainer-modaltext {
	display: none !important;
}


#personal-id-info {
	margin: 0 0 30px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	color: #444;
}

#personal-id-info p {
	padding-bottom: 0;
}

#membership-selector-notice {
	margin: -20px 0 20px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	color: #444;
}


span.privacy-policy-modaltrigger {
	position: relative;
	cursor: pointer;
	color: #ef631a;
}

span.privacy-policy-modaltrigger.loading:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff url(_img/spinner-2x.gif) 50% no-repeat;
	background-size: 20px;
	margin: -10px 0 0 -10px;
}


#prideribbon {
	position: absolute;
	left: 0;
	top: 0;
	height: 96px;
	width: 96px;
	background: url(_img/prideribbon.svg) no-repeat;
	background-size: contain;
	z-index: 100;
}


.collapsed-form-wrapper {
	display: none;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 30px;
}


.news-items {
	position: relative;
	padding: 0 0 37px;
}

.news-items .mslidr-nav {
	bottom: -23px;
}

.news-items-slides {
	padding: 25px 0 0;
	white-space: nowrap;
	overflow: hidden;
}


.news-slide {
	display: inline-flex;
	width: calc(50% - 12px);
	height: 282px;
	box-shadow: rgba(0,0,0,0.02) 0 0 7px;
	font-size: 1.0667rem;
	line-height: 1.5;
	vertical-align: top;
	white-space: normal;
	overflow: hidden;
}

.news-slide + .news-slide {
	margin-left: 24px;
}

.news-slide .column:first-child {
	width: 282px;
	height: 100%;
	background-color: #151518;
	background-image: url(_img/grid-item-dark-news.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.news-slide .column:last-child {
	display: inline-flex;
	position: relative;
	width: calc(100% - 282px);
	height: 100%;
	background: #fff;
	margin-left: 0;
	padding: 35px 30px 30px 40px;
	flex-flow: column;
}

.news-slide h3 a {
	display: inline-block;
}

.news-slide .newsmeta {
	position: absolute;
	top: 9px;
	right: 13px;
	font-size: 12px;
	font-weight: 600;
	color: #999;
}

.news-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



.hfeed {
	max-width: 1000px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.hentry {
	margin: 0 auto;
	padding-top: 30px;
}

.hentry-thumbnail {
	margin-bottom: 40px;
	text-align: center;
}

.hentry-content-wrap {
	max-width: 740px;
	margin: 0 auto;
}

.hentry > header {
	padding-bottom: 1em;
}

.hentry .entry-title {
	padding-bottom: 0;
}

.hentry .entry-title a {
	color: #151518;
	padding-bottom: 0;
}

.hentry .published {
	display: block;
	font-size: 1.1333rem;
	font-style: italic;
	font-weight: 600;
}


.hentry .entry-categories {
	display: inline-block;
	padding: 10px 0 30px;
	font-weight: 700;
	vertical-align: top;
	text-transform: uppercase;
}

.hentry .entry-categories > span {
	display: inline-block;
	vertical-align: middle;
}

.hentry .post-categories, 
.hentry .entry-categories {
	display: inline-block;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.hentry .post-categories li, 
.hentry .entry-categories li {
	display: inline-block;
	border-radius: 3px;
	background: #eaeaea;
	padding: 3px 9px;
	margin: 5px 0 8px;
	font-weight: 600;
	vertical-align: top;
}

.hentry .post-categories li+li, 
.hentry .entry-categories li+li {
	margin-left: 5px;
}


body .cookieconsent-optin-marketing {
	display: none;
}

body .cookieconsent-optout-marketing {
	display: block;
	position: relative;
	width: 100%;
	container-type: inline-size;
	min-height: 152px;
	background: url(_img/bg-large-dark.jpg) 50%/cover no-repeat;
}

.cookieconsent-optout-marketing > div {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 2px solid #ef631a;
	padding: 0 6cqw;
	font-size: clamp(16px, 1.8333cqw, 22px);
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	white-space: pre-wrap;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
	color: #fff;
	opacity: 1;
	z-index: 10;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.cookieconsent-optout-marketing > div p {
	padding: 0;
}

.cookieconsent-optout-marketing > div p + p {
	font-size: clamp(14px, 1.6667cqw, 20px);
	font-weight: 400;
}

.cookieconsent-optout-marketing.embed-source-youtube {
	background-image: var(--thumbnailurl, url(_img/bg-large-dark.jpg));
	padding-bottom: 56.25%;
}

.cookieconsent-optout-marketing.embed-source-youtube > div {
	backdrop-filter: blur(4px) saturate(0) brightness(30%);
	-webkit-backdrop-filter: blur(4px) saturate(0) brightness(30%);
}
