/* Table of Content
==================================================
    - google fonts & font family -
    - general -
    - typography -
    - header -
    - navigation -
    - toggle btn -
    - mask -
    - container -
    - row -
    - sections & article -
    - image -
    - lists -
    - menu -
    - actions -
    - form -
    - table -
    - button -
    - box -
    - icons -
    - spindel-banner -
    - spindel-tour -
    - contact -
    - footer -
    - poptrox -
    - wide -
    - normal -
    - narrow -
    - mobile -
*/


/* google fonts & font family
==================================================*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
@import url("fontawesome-all.min.css");


/* general
==================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    max-width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* basic */

	html {
		box-sizing: border-box;
	}

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

	body {
		background-color: #183026;
		background-image: url("img/overlay.png"), url("../../img/bg.jpg");
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		background-position: top left, center 0;
		background-attachment: fixed, fixed;
		font-family: 'Varela Round', 'Poppins', 'ionicons', 'Source Sans Pro', sans-serif;
		font-size: 18pt;
		line-height: 1.75em;
		font-weight: 300;
		letter-spacing: 1px;
		color: #3a3939;
		text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
		-webkit-text-stroke: 0.25px;
	}

		body.is-scroll {
			background-attachment: scroll, scroll;
			background-size: auto, 100% auto;
		}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 18pt;
		line-height: 1.75em;
		font-weight: 300;
		letter-spacing: 1px;
		color: #3a3939;
		text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
		-webkit-text-stroke: 0.25px;
	}


/* typography
==================================================*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 88px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-family: sans-serif;
    font-size: 20px;
    letter-spacing: 1.5px;
    padding: 0 10px;
    line-height: 30px;
    text-align: justify;
}

h3 {
    font-size: 1em;
    letter-spacing: 5px;
}

h4 {
    font-family: comic sans ms;
    font-size: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
    line-height: 44px;
    font-weight: bold;
}

h5 {
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 10px 15px;
    line-height: 25px;
    text-align: justify;
}

h6 {
    color: #ffffff;
    font-family: 游ゴシック;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 15px 20px;
    line-height: 20px;
    text-align: justify;
    font-weight: normal;
}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

a {
	-moz-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-webkit-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-ms-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	color: #ffffff;
	text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
	text-decoration: none;
}
		a:hover {
			border-bottom-color: rgba(53, 184, 143, 0);
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #dad9d9;
		margin: 2em 0 2em 0;
	}

	blockquote {
		border-left: solid 0.5em #eae9e9;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

p, ul, ol, dl, table {
	margin-bottom: 0;
}


/* header
==================================================*/
header {
    margin-bottom: 44px;
}

header p {
    font-size: 20px;
    letter-spacing: 1.5px;
    display: block;
    padding: 0;
}

header h2 {
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 0 0 5px;
    text-align: justify;
}

	footer {
		margin-top: 1em;
	}

	br.clear {
		clear: both;
	}

#header {
    color: #ffffff;
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    position: relative;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    text-align: center;
    margin: 0;
    padding: 90px 0 0;
    height: 100vh;
    width: 100%;
    cursor: default;
}

#header header {
    display: inline-block;
    padding: 0 0 20px 0;
}

#header header h1 {
    color: #fafad2;
    font-family: 'segoe script', 'bradley hand';
    font-weight: 600;
    font-size: 72px;
    letter-spacing: 15px;
}

#header header h1 span {
    color: #ffffff;
    display: inline-block;
}

#header header p {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.1875);
    font-family: 'chalkduster', cursive;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 0;
    margin-top: 5px;
}

#header header p:before {
					content: '';
					display: block;
					border-top: solid 1px rgba(255, 255, 255, 0.5);
					margin: 4px 0 0.8em 0;
}

#header footer {
			-moz-transition: opacity 2s ease-in-out, -moz-transform 1s ease-in-out;
			-webkit-transition: opacity 2s ease-in-out, -webkit-transform 1s ease-in-out;
			-ms-transition: opacity 2s ease-in-out, -ms-transform 1s ease-in-out;
			transition: opacity 2s ease-in-out, transform 1s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			position: absolute;
			bottom: 105px;
			margin: 0;
			width: 100%;
}

#header footer:after {
    content: '';
    display: block;
    position: absolute;
    padding-bottom: 0;
    bottom: -105px;
    left: 50%;
    align-content: flex-end;
    height: 70px;
    border-left: solid 1px #ffffff;
}

#header footer:before {
    content: '';
    display: block;
    width: 70px;
    height: 39px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -35px;
    margin-bottom: -65px;
    background: url("img/arrow.svg") no-repeat center;
}

body.is-preload #header {
			opacity: 0;
}

body.is-preload #header footer {
				-moz-transform: translateY(1em);
				-webkit-transform: translateY(1em);
				-ms-transform: translateY(1em);
				transform: translateY(1em);
				opacity: 0;
}


/* navigation
==================================================*/
	nav {
	    background-color: #242830;
	    margin-top: -1px;
	}

	nav ul {
	    list-style: none;
	    padding: 0;
	}

	nav ul li {
	    color: #ffffff;
	    opacity: 0.6;
	    display: block;
	    border-bottom: 1.5px dotted rgba(255, 255, 255, 0.6);
	    transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    margin: 0 330px;
	    padding-left: 0;
	    position: relative;
	}

	nav ul li:last-child {
	    border: none;
	}

	nav ul li a {
	    color: #ffffff;
	    opacity: 0.9;
	    display: flex;
	    transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    padding: 8px 20px;
	    position: relative;
	    font-size: 14px;
	    font-style: italic;
	    letter-spacing: 2px;
	    font-weight: 440;
	}

	nav ul li a:hover, nav ul li a:focus {
	    color: #ffffff;
	    opacity: 1;
	    text-decoration: none;
	}

	/*============
	nav
	=============*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}

	.open nav {
	  left: 0;
	  opacity: 1;
	}
	nav .inner {
	  padding: 25px;
	}
	nav .inner ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	nav .inner ul li {
	  position: relative;
	  margin: 0;
	  border-bottom: 1px solid #333;
	}

nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em 3em 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    text-align: right;
}

	nav .inner ul li a:hover {
	  background: #e4e4e4;
	}
	@media screen and (max-width: 480px) {
	  nav {
	    left: -220px;
	    width: 220px;
	  }
	}


/* toggle btn
==================================================*/
	.toggle_btn {
	  display: block;
	  position: fixed;
	  top: 30px;
	  right: 30px;
	  width: 30px;
	  height: 30px;
	  transition: all .5s;
	  cursor: pointer;
	  z-index: 3;
	}
	.toggle_btn span {
	  display: block;
	  position: absolute;
	  left: 0;
	  width: 30px;
	  height: 2px;
	  background-color: #fff;
	  border-radius: 4px;
	  transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
	  top: 4px;
	}
	.toggle_btn span:nth-child(2) {
	  top: 14px;
	}
	.toggle_btn span:nth-child(3) {
	  bottom: 4px;
	}
	.open .toggle_btn span {
	  background-color: #fff;
	}
	.open .toggle_btn span:nth-child(1) {
	  -webkit-transform: translateY(10px) rotate(-315deg);
	  transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(2) {
	  opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
	  -webkit-transform: translateY(-10px) rotate(315deg);
	  transform: translateY(-10px) rotate(315deg);
	}


/* mask
==================================================*/
	#mask {
	  display: none;
	  transition: all .5s;
	}
	.open #mask {
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: #000;
	  opacity: .8;
	  z-index: 2;
	  cursor: pointer;
	}
	#nav-toggle {
	    top: 0;
	    right: 0;
	    position: absolute;
	}

	#nav-toggle {
	    padding: 44px 0px 0px 0px;
	    cursor: pointer;
	}

	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	    background: #353535;
	    display: block;
	    border-radius: 1px;
	    -moz-border-radius: 1px;
	    -webkit-border-radius: 1px;
	    -o-border-radius: 1px;
	    position: absolute;
	    height: 5px;
	    width: 35px;
	    cursor: pointer;
	    content: '';
	}

	#nav-toggle span:before {
	    top: -10px;
	}

	#nav-toggle span:after {
	    bottom: -10px;
	}

	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	    transition: all 500ms ease-in-out;
	    -webkit-transition: all 500ms ease-in-out;
	    -moz-transition: all 500ms ease-in-out;
	    -o-transition: all 500ms ease-in-out;
	}

	#nav-toggle.active span {
	    background-color: transparent;
	}

	#nav-toggle.active span:before, #nav-toggle.active span:after {
	    top: 0;
	}

	#nav-toggle.active span:before {
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	}

	#nav-toggle.active span:after {
	    transform: translateY(-10px) rotate(-45deg);
	    -webkit-transform: translateY(-10px) rotate(-45deg);
	    -ms-transform: translateY(-10px) rotate(-45deg);
	    top: 10px;
	}

	.navicon {
	    position: relative;
	    height: 0px;
	}

	.indicator {
	    font-size: 18px;
	    position: absolute;
	    right: 20px !important;
	    font-weight: bold;

	}

	.pull {
	    display: none;
	}


/* container
==================================================*/
	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1140px;
	}

@media screen and (max-width: 1680px) {

.container {
    width: 100%;
}

}

		@media screen and (max-width: 1080px) {

			.container {
				width: 95%;
			}

		}


/* row
==================================================*/
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 18%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 30%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

.row > .col-12 {
    width: 100%;
    margin-bottom: 15px;
}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0 0px 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: 0;
		}

			.row.gtr-25 > * {
				padding: 0 10px 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: 0;
		}

			.row.gtr-50 > * {
				padding: 0 20px 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -40px;
			margin-left: 0;
		}

			.row > * {
				padding: 0 40px 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: 0;
		}

			.row.gtr-150 > * {
				padding: 0 60px 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: 0;
		}

			.row.gtr-200 > * {
				padding: 0 80px 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

.row > .col-12-wide {
    width: 100%;
    margin-bottom: 15px;
}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0px 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: 0;
				}

					.row.gtr-25 > * {
						padding: 0 10px 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: 0;
				}

					.row.gtr-50 > * {
						padding: 0 20px 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: 0;
				}

					.row > * {
						padding: 0 40px 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: 0;
				}

					.row.gtr-150 > * {
						padding: 0 60px 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: 0;
				}

					.row.gtr-200 > * {
						padding: 0 80px 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1080px) {
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

.row > .col-12-normal {
    width: 100%;
    margin-bottom: 15px;
}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0px 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: 0;
				}

					.row.gtr-25 > * {
						padding: 0 10px 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: 0;
				}

					.row.gtr-50 > * {
						padding: 0 20px 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: 0;
				}

					.row > * {
						padding: 0 40px 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: 0;
				}

					.row.gtr-150 > * {
						padding: 0 60px 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: 0;
				}

					.row.gtr-200 > * {
						padding: 0 80px 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 840px) {
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

.row > .col-12-narrow {
    width: 100%;
    margin-bottom: 15px;
}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0px 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: 0;
				}

					.row.gtr-25 > * {
						padding: 0 7.5px 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: 0;
				}

					.row.gtr-50 > * {
						padding: 0 15px 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: 0;
				}

					.row > * {
						padding: 0 30px 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: 0;
				}

					.row.gtr-150 > * {
						padding: 0 45px 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: 0;
				}

					.row.gtr-200 > * {
						padding: 0 60px 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 480px) {
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

.row > .col-12-mobile {
    width: 100%;
    margin-bottom: 10px;
}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0px 0px;
						margin-top: 15px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: 0;
				}

					.row.gtr-25 > * {
						padding: 0 5px 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: 0;
				}

					.row.gtr-50 > * {
						padding: 0 10px 0;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: 0;
				}

					.row > * {
						padding: 0 20px 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: 0;
				}

					.row.gtr-150 > * {
						padding: 0 30px 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: 0;
				}

					.row.gtr-200 > * {
						padding: 0 40px 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}


/* sections & article
==================================================*/
	section, article {
		margin-bottom: 3em;
	}

section > :last-child, article > :last-child, section:last-child, article:last-child {
    margin-bottom: 150px;
}

	.row > section, .row > article {
		margin-bottom: 0;
	}


/* image
==================================================*/
.image {
    display: inline-block;
    border: 0;
}

.image img {
    border-radius: 20px;
    max-height: 100%;
    max-width: 100%;
}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

.image.fit {
    display: block;
    height: 155px;
    width: 100%;
}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}


/* lists
==================================================*/
	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 1.5em;
			margin-top: 1.5em;
		}

			ul li:first-child {
				margin-top: 0;
			}

ol {
    list-style: decimal;
    padding-left: 30%;
}

ol li {
    font-size: 18px;
    padding-left: 8px;
    padding-right: 41%;
    margin-top: 15px;
    text-align: justify;
}

.inner ol {
    list-style: disc;
    padding-left: 20px;
}

.inner ol li {
    font-family: cursive;
    font-size: 15px;
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    text-align: justify;
}


/* menu
==================================================*/
	ul.menu {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #dad9d9;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}


/* actions
==================================================*/
	ul.actions {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

ul.actions li {
    display: inline-block;
    margin: 0 0 0 44px;
    padding-left: 0;
    margin-top: 0;
}

			ul.actions li:first-child {
				margin-left: 0;
			}


/* form
==================================================*/
form label {
		display: block;
		margin: 0 0 0.5em 0;
}

form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
    background: #e6e6e6;
    opacity: 0.88;
    padding: 0.75em;
    display: block;
    -moz-transition: background-color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
    -webkit-appearance: none;
    border: 0;
    width: 100%;
}

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
			background-color: #f8f8f8;
}

form input[type="text"], form input[type="email"], form input[type="password"], form select {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 15px 30px;
    border-radius: 39px;
    font-weight: 400;
}

form select {
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		padding-right: 1.25em;
		text-overflow: ellipsis;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%235a5959' /%3E%3C/svg%3E");
}

form select option {
			color: #3a3939;
			background: #ffffff;
}

form select:focus::-ms-value {
			background-color: transparent;
}

form select::-ms-expand {
			display: none;
}

form textarea {
    font-size: 16px;
    letter-spacing: 2px;
    min-height: 320px;
    resize: vertical;
    padding: 20px 30px;
    border-radius: 39px;
    font-weight: 400;
}

form ::-webkit-input-placeholder {
		color: #5a5959 !important;
}

form :-moz-placeholder {
		color: #5a5959 !important;
}

form ::-moz-placeholder {
		color: #5a5959 !important;
}

form :-ms-input-placeholder {
		color: #5a5959 !important;
}

form ::-moz-focus-inner {
		border: 0;
}

form ul.actions {
		margin-bottom: 0;
		text-align: center;
}


/* table
==================================================*/
.table-wrapper {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
}

table {
		width: 100%;
}

table tbody tr {
			border-top: solid 1px #eae9e9;
}

table tbody tr:first-child {
				border-top: 0;
}

table td {
			padding: 0.75em 1.25em 0.75em 1.25em;
}

table th {
			text-align: left;
			font-weight: 400;
			padding: 0.75em 1.25em 0.75em 1.25em;
}

table thead {
			background: #f5f5f5;
}


/* button
==================================================*/
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    background: linear-gradient(315deg, transparent 1px, #ff1492 20px);
    opacity: 0.60;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    padding: 5px 30px;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-appearance: none;
    text-shadow: 0 0 1.5px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    text-align: center;
    border-radius: 0px;
    font-weight: 400;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
    background: #00cccc;
    opacity: 0.44;
}

input[type="button"].style2, input[type="submit"].style2, input[type="reset"].style2, button.style2, .button.style2 {
    background: #ffffff;
    opacity: 0.69;
    color: #ff1492;
    border-radius: 50%;
    transform: translate(0, 50%);
    padding-top: 16px;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-appearance: none;
    height: 70px;
    width: 275px;
    box-shadow: inset 0 0 0 1px #ffffff;
}

input[type="button"].style2:hover, input[type="submit"].style2:hover, input[type="reset"].style2:hover, button.style2:hover, .button.style2:hover {
    background: #ffffff;
    opacity: 0.44;
    color: #3a3939;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    font-weight: bold;
}

input[type="button"].style3, input[type="submit"].style3, input[type="reset"].style3, button.style3, .button.style3 {
    background: none;
    opacity: 0.69;
    color: #3a3939;
    border-radius: 50%;
    transform: translate(0%, 50%);
    padding-top: 16px;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-appearance: none;
    height: 70px;
    width: 275px;
    box-shadow: inset 0 0 0 1px #ffffff;
}

input[type="button"].style3:hover, input[type="submit"].style3:hover, input[type="reset"].style3:hover, button.style3:hover, .button.style3:hover {
    background: #ffffff;
    opacity: 0.69;
    color: #ff1492;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    font-weight: bold;
}

@media screen and (max-width: 480px) {
	input[type="button"].style2, input[type="submit"].style2, input[type="reset"].style2, button.style2, .button.style2 {
		transform: translate(0, 0);

	}
}


/* box
==================================================*/
.box {
    position: relative;
    margin: 190px auto 70px;

}

.box:after {
    content: '';
    display: block;
    position: absolute;
    top: -190px;
    left: 50%;
    height: 190px;
    border-left: solid 1px #fff;
}

.box:before {
    content: '';
    display: block;
    width: 90px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: -80px;
    margin-left: -45px;
    margin-top: -45px;
    background: url("img/arrow.svg") no-repeat;
}

		.box :last-child {
			margin-bottom: 0;
		}

.box.style1 {
    background:
      linear-gradient(45deg,  transparent 0px,  #ffffff 20px),
      linear-gradient(135deg, transparent 20px, #ffffff 39px),
      linear-gradient(225deg, transparent 20px, #ffffff 39px),
      linear-gradient(315deg, transparent 0px,  #ffffff 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.95;
    padding: 20px 0;
    width: 70%;
}

.box.style1 .image {
    display: block;
    position: absolute;
    top: 0;
    width: 44%;
    height: 100%;
    background: #152E33;
    overflow: hidden;
}

.box.style1.left .image img {
	margin: 0 auto;
    height: 100%;
    width: auto;
}

.box.style1.right .image{
    position: absolute;
	top: 0;
}
			.box.style1 .inner > :last-child {
				margin: 0;
			}

.box.style1.right .image {
    left: 0;
}

.box.style1.right .image img {
    right: 0;
    transform: translate(0, 0);
    position: absolute;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 0;
    object-fit: cover;
}

.box.style1.right .inner {
    margin-left: 44%;
    padding: 0 44px;
}

.box.style1.left .image {
    right: 0;
    padding: 15px;
}

.box.style1.left .image img {
	transform: translate(0%, 0%);
	width: 100%;
	object-fit: contain;
}

.box.style1.left .inner {
    margin-right: 44%;
    padding: 0 44px;
}

#ships {
	margin-bottom: 100px;
}

.box.style2 {
    text-align: center;
}

.box.style2 header {
    display: inline-block;
    background:
      linear-gradient(45deg,  transparent 10px, #ffffff 20px),
      linear-gradient(135deg, transparent 20px, #ffffff 39px),
      linear-gradient(225deg, transparent 20px, #ffffff 39px),
      linear-gradient(315deg, transparent 10px, #ffffff 20px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.95;
    padding: 30px 44px;
    margin: 0;
    width: 70%;
}

.box.style2 header h5 {
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 0 0 10px;
    line-height: 25px;
    text-align: justify;
}

.box.style2 header p {
    padding: 0;
}

.box.style2 header a {
    color: #ff1492;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 0 0 0px;
    line-height: 25px;
    text-align: justify;
}

.box.style2 .inner {
	position: relative;
    padding: 30px 20px 0;
    width: 100%;
}

.box.style2 .inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 125%;
    border-left: solid 1px #fff;
}

.box.style2 .inner .row {
    position: relative;
}

.box.style2 .inner .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 17%;
    left: 10%;
    width: calc(90% - 85px);
    border-bottom: solid 1px #fff;
}

.box.style2 .inner .image {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.box.style3 {
    background: #ffffff;
    opacity: 0.8;
    margin: 50% 50%;
    padding: 30px 69px;
    width: 69%;
    transform: translate(-50%, -110%)
}

.box.style3 header {
    text-align: center;
}

@media screen and (max-width: 841px) {
	.box {
		margin: 170px 0 80px;
	}
}

@media screen and (max-width: 480px) {
	.box.style1 .image {
		display: none;
	}
	.box.style1.right .inner {
		margin-left: auto;
	}
.box.style1.left .inner {
	margin: 0;
	max-width: 100%;
	padding: 20px;
}
}


/* icons
==================================================*/
.icon {
		text-decoration: none;
		text-decoration: none;
}

.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
}
.icon:before {
			line-height: inherit;
}
.icon > .label {
			display: none;
}
.icon.solid:before {
			font-weight: 900;
}
.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
}
	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding-left: 0;
			margin-top: 0;
		}

		ul.icons a {
			display: inline-block;
			margin-left: 20px;
			width: 100%;
			height: 100%;
			text-align: center;
			border: 0;
		}


/* spindel-banner
==================================================*/
#banner {
    background: url("../../../../img/backscreen_emblem_spindel_ol_gr.png") center center no-repeat;
    color: #ffffff;
    opacity: 0.20;
    margin: -65px 0;
    padding: 250px 0 220px 0;
    position: relative;
    text-shadow: 0 0 1.5px;
    text-align: center;
    background-size: 100% auto;
}

#banner .button {
    color: #35b882;
    text-shadow: 0 0 0.5px rgba(53, 184, 130, 0.25);
}

#banner header {
    margin: 0 0 2em 0;
}

#banner header h2 {
    font-weight: 400;
    font-size: 1.75em;
    letter-spacing: 8px;
}

#banner p {
    margin: 0;
}

#banner footer {
    margin: 2em 0 0 0;
}

#banner a {
    color: inherit;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#banner a:hover {
    border-bottom-color: rgba(255, 255, 255, 0);
}


/* spindel-tour
==================================================*/
#tour {
    background: #ff1492 url("../../../../img/backscreen_largelogo_spindel_ol_wh.png");
    color: #ffffff;
    opacity: 0.69;
    margin: 0;
    padding: 80px 30px 30px;
    position: relative;
    text-shadow: 0 0 1.5px;
    text-align: center;
    background-size: 100% auto;
    width: 100%;
	height: 100vh;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	object-fit: contain;
}

#tour .button {
    background: #ffffff;
    color: #3a3939;
    opacity: 0.75;
    border-radius: 50%;
    transform: translate(0%, 55%);
    padding-top: 16px;
    height: 70px;
    width: 275px;
    box-shadow: inset 0 0 0 1px #ffffff;
}

input[type="button"].style2:hover, #tour button.style2:hover, #tour .button.style2:hover {
    background: #ffffff;
    color: #00cccc;
    opacity: 0.75;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
}

#tour header {
    margin: 0;
}

#tour header h2 {
    font-size: 69px;
    font-family: 'segoe script', 'comic sans ms';
    letter-spacing: 8px;
    padding: 20px 0;
    font-weight: 600;
    text-align: center;
}

#tour h3 {
    font-size: 30px;
    font-family: cursive;
    letter-spacing: 1px;
    margin: 20px 50px 10px;
    font-weight: 500;
}

#tour p {
    font-size: 22px;
    font-family: cursive;
    letter-spacing: 1px;
    margin: 15px 25% 5px;
    text-align: justify;
}

#tour footer {
	  text-align: center;
    margin: 0;
    width: 100%;
}

#tour footer:after {
    content: '';
    display: none;
    position: absolute;
    padding-bottom: 0;
    bottom: -150px;
    left: 50%;
    align-content: flex-end;
    height: 27px;
    border-left: solid 1px #ffffff;
}

#tour a {
    color: inherit;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#tour a:hover {
    border-bottom-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1096px) {
	#tour {
		height: auto;
	}
}


/* contact
==================================================*/
#contact {
    background: #fafad2 url("../../../../img/backscreen_largelogo_spindel_ol_wh_right.png") center center no-repeat;
    opacity: 0.88;
    margin: 0;
    padding: 1px 0;
    position: relative;
    text-shadow: 0 0 1.5px;
    text-align: center;
    background-size: 100%;
    width: 100%;
    height: 100vh;
}

#contact header h2 {
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
}

#contact .button {
    background: #a9a9a9;
    color: #ffffff;
    opacity: 0.75;
    border-radius: 50%;
    transform: translate(0%, 55%);
    padding-top: 16px;
    height: 70px;
    width: 275px;
    box-shadow: inset 0 0 0 1px #ffffff;
}

input[type="button"].style2:hover, #contact button.style2:hover, #contact .button.style2:hover {
    background: #ffffff;
    color: #ff1492;
    opacity: 0.75;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
}

#contact footer {
    position: absolute;
    bottom: 39px;
    margin: 0;
    width: 100%;
}

#contact footer:after {
    display: block;
    position: absolute;
    padding-bottom: 0;
    bottom: -65px;
    left: 50%;
    align-content: flex-end;
    height: 27px;
    border-left: solid 1px #ffffff;
}

#contact a {
    color: inherit;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#contact a:hover {
    border-bottom-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1068px) {
	#contact {
		height: auto;
	}
}


/* footer
==================================================*/
#footer {
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    text-align: center;
    margin: 27px 0 0;
}

#footer:after {
    content: '';
    display: block;
    position: absolute;
    padding-top: 0;
    top: 0;
    left: 50%;
    align-content: flex-start;
    height: 0;
    border-left: solid 1px #ffffff;
}

#footer a {
    color: #ffffff;
    /* text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25); */

}

#footer a:hover {
    color: #ff1492;
    text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
    border-bottom-color: rgba(53, 184, 143, 0.5);
}

#footer .icons {
    padding: 5px 44px;
    border-radius: 39%;
    border: solid 1px #ffffff;
    display: inline-block;
    margin-bottom: 0;
    transform: translate(0%, 0%);
}

#footer .copyright {
    margin: 0;
}
.copyright .button {
	background: #a9a9a9;
	color: #ffffff;
	border-radius: 50%;
	transform: translate(0%, 55%);
	padding-top: 16px;
	margin-bottom: 80px;
	height: 70px;
	width: 275px;
	box-shadow: inset 0 0 0 1px #ffffff;
}

ul.credit {
    color: #ffffff;
    line-height: initial;
    list-style: none;
    margin: -42px 0 0;
    padding: 10px 10px 0;
}

ul.credit li {
    font-family: sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1.5px;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px;
    font-weight: normal;
}

ul.credit li::after {
    content: " |";
    margin: 0 0 0 13px;
}

ul.credit li:last-child::after {
    content: "";
}

.credit {
    text-align: right;
}


/* poptrox
==================================================*/
.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #fff;
		padding-bottom: 3em;
}

.poptrox-popup .loader {
			width: 48px;
			height: 48px;
			background: url("img/loader.gif");
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
}

.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			height: 3em;
			line-height: 3em;
			text-align: center;
			cursor: default;
			z-index: 1;
}

.poptrox-popup .nav-next, .poptrox-popup .nav-previous {
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before, .poptrox-popup .nav-previous:before {
				content: '';
				position: absolute;
				width: 96px;
				height: 64px;
				background: url("img/poptrox-nav.svg");
				top: calc(50% - 1.5em);
				margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next, .poptrox-popup:hover .nav-previous {
			opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover, .poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
}

.poptrox-popup .nav-next {
			right: 0;
}

.poptrox-popup .nav-next:before {
				right: 0;
}

.poptrox-popup .nav-previous {
			left: 0;
}

.poptrox-popup .nav-previous:before {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				left: 0;
				-ms-filter: "FlipH";
				filter: FlipH;
}

.poptrox-popup .closer {
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
				-moz-transition: background-color 0.5s ease-in-out;
				-webkit-transition: background-color 0.5s ease-in-out;
				-ms-transition: background-color 0.5s ease-in-out;
				transition: background-color 0.5s ease-in-out;
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #fff;
				background: rgba(255, 255, 255, 0.1) url("img/poptrox-closer.svg") center center;
				color: #fff !important;
}

.poptrox-popup:hover .closer {
			opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
}


/* wide
==================================================*/
@media screen and (max-width: 1680px) {

/* basic */
body, input, textarea, select {
				font-size: 16pt;
}

#contact .button {
    transform: translate(0%, 65%);
    padding-top: 12px;
    height: 60px;
    width: 220px;
    font-size: 16px;
}

.box.style1.right .inner {
    margin-left: 44%;
    padding: 0 39px 0 27px;
}

.box.style3 {
    margin: 3% 50%;
    padding: 20px 20px 50px;
    width: max-content;
    transform: translate(-50%, 6%);
}

/* header */
#header {
	padding: 50px 0 30px 0;
}
header p {
    font-size: 23px;
    letter-spacing: 0.5px;
    margin: 10px 44px 0;
    padding: 0;
}

ol li {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 30px;
	margin-top: 0;
	padding-left: 8px;
	padding-right: 25%;
	padding-bottom: 20px;
}
ol {
    padding-left: 22%;
    font-weight: 500;
}

/* tour */
#tour {
    background: #ff1492 url("../../../../img/backscreen_largelogo_spindel_ol_wh.png") center center no-repeat;
        background-size: cover;
        padding: 30px;
        max-width: 100%;
}
#tour header h2 {
    margin-top: 15px;
}
#tour p {
    font-size: 20px;
    letter-spacing: 0;
	line-height: 33px;
    margin: 10px 18% 10px;
}
#tour h3 {
	font-size: 30px;
	letter-spacing: 5px;
	line-height: 44px;
	margin: 25px 0;
    font-weight: 600;
}

/* contact */
#contact {
    max-width: 100%;
    height: 100vh;
    background-size: cover;
}
#contact header h2 {
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 30px;
}

section > :last-child, article > :last-child, section:last-child, article:last-child {
    margin-bottom: 160px;
}
}


/* normal
==================================================*/
@media screen and (max-width: 1080px) {
/* body */
h6 {
	font-size: 12px;
}

/* banner */
/* #banner {
				padding: 4em 0 4em 0;
				background-size: auto;
} */

#contact .button {
    transform: translate(0%, 65%);
    padding-top: 11px;
    height: 60px;
    width: 210px;
    font-size: 15px;
}

.box.style1.right .inner {
    margin-left: 44%;
    padding: 0 39px 0 27px;
}

.box.style3 {
    margin: 3% 50%;
    padding: 20px 20px 50px;
    width: max-content;
    transform: translate(-50%, 7%);
}

/* header */
#header {
	padding: 50px 0 30px 0;
}
header p {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 10px 44px 0;
    padding: 0;
}

ol li {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 27px;
	margin-top: 0;
	padding-left: 8px;
	padding-right: 25%;
	padding-bottom: 20px;
}
ol {
    padding-left: 22%;
    font-weight: 500;
}

/* box */
.box.style2 .inner .row:before {
		top: 3%;
}

/* tour */
#tour {
    background: #ff1492 url("../../../../img/backscreen_largelogo_spindel_ol_wh.png") center center no-repeat;
        background-size: cover;
        padding: 30px;
        max-width: 100%;
}
#tour header h2 {
    font-size: 55px;
    letter-spacing: 6px;
    margin-top: 15px;
}
#tour p {
    font-size: 19px;
    letter-spacing: 0;
	line-height: 30px;
    margin: 10px 15% 10px;
}
#tour h3 {
	font-size: 25px;
	letter-spacing: 3px;
	line-height: 39px;
	margin: 25px 0;
    font-weight: 600;
}

/* contact */
#contact {
    max-width: 100%;
    height: 100vh;
    background-size: cover;
}
#contact header h2 {
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 0 44px;
}

section > :last-child, article > :last-child, section:last-child, article:last-child {
    margin-bottom: 115px;
}
}


/* narrow
==================================================*/
@media screen and (max-width: 840px) {

/* basic */
body {
				background-color: #203936;
				background-image: url("img/overlay.png"), url("../../img/bg-alt.jpg");
				background-repeat: repeat, no-repeat;
				background-size: auto, 100% auto;
				background-position: top left, top center;
				background-attachment: scroll, scroll;
				font-size: 14pt;
}

input, textarea, select {
				font-size: 14pt;
}

h2, h3, h4, h5, h6 {
	line-height: 20px;
}

h5 {
    font-family: sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 0 0 5px 5px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
}

header h2 {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 10px;
    line-height: 25px;
}
header p {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 10px 44px 0;
    padding: 0;
}

#contact .button {
    transform: translate(0%, 65%);
    padding-top: 14px;
    height: 60px;
    width: 200px;
    font-size: 14px;
}

ol li {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25px;
	margin-top: 0;
	padding-left: 8px;
	padding-right: 25%;
	padding-bottom: 15px;
}
ol {
    padding-left: 22%;
    font-weight: 500;
}

/* box */
.box {
	position: relative;
	margin: 170px auto 60px;
}
.box:after {
		top: -170px;
		height: 195px;
}
.box section {
    margin: 0 0 2em 0;
}
.box.style1 {
    padding: 5px 15px;
    text-align: center;
    max-width: 100%;
    opacity: 1;
}
.box.style1 .image {
    width: 35%;
}
.box.style1 .inner {
			margin: 0 !important;
			padding: 25px 37% 10px 0px !important;
}
.box.style1.left .inner {
    padding-right: 2em;
}
.box.style2 header {
    padding: 25px 30px;
    width: 80%;
}
.box.style2 header a {
    font-size: 15px;
}
.box.style2 header h5 {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 0 0;
    line-height: 20px;
}
.box.style2 .inner {
    position: relative;
    padding: 30px 0 0 0;
}
.box.style3 {
    margin: 3% 50%;
    padding: 20px 20px 50px;
    width: max-content;
    transform: translate(-50%, 1%);
}

/* header */
#header {
	padding: 40px 0 30px 0;
}

/* tour */
#tour {
    background: #ff1492 url("../../../../img/backscreen_largelogo_spindel_ol_wh.png") center center no-repeat;
        background-size: cover;
        padding: 30px;
        max-width: 100%;
}
#tour header h2 {
    font-size: 38px;
    letter-spacing: 4px;
    margin-top: 15px;
}
#tour p {
    font-size: 17px;
    letter-spacing: 0.5px;
	line-height: 27px;
    margin: 10px 15% 10px;
}
#tour h3 {
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 25px 0;
    font-weight: 600;
}

/* banner */
/* #banner {
				padding: 3.5em;
				background-size: 200% auto;
} */

#banner br {
					display: none;
}

/* contact */
#contact {
    max-width: 100%;
    height: 82vh;
    background-size: cover;
}
#contact header h2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0 44px;
}

section > :last-child, article > :last-child, section:last-child, article:last-child {
    margin-bottom: 160px;
}
}


/* mobile
==================================================*/
@media screen and (max-width: 480px) {

/* basic */
* {
	text-shadow: none !important;
}
body, input, textarea, select {
	line-height: 1.5em;
	font-size: 12pt;
	letter-spacing: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 20px;
}
h2 {
	font-size: 1.25em;
	letter-spacing: 4px;
}
h4 {
    font-family: 'MarkerFelt-Wide';
}
h5 {
    font-family: sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 0 0 5px 5px;
    line-height: 18px;
}
h6 {
	background-color: #ffffff;
	color: #3a3939;
	border-radius: 20px;
	position: relative;
	z-index: 999;
	margin: -20px 30px 0;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 20px;
	padding: 10px 18px;
    font-family: sans-serif;
}
#first header {
	margin-bottom: 20px;
}

/* list */
ul li {
	padding-left: 0.5em;
}
ol li {
    font-family: sans-serif;
	padding: 5px 0 5px 5px;
	padding-right: 5%;
	font-size: 14px;
	margin-top: 0;
	font-weight: 600;
}
ol {
    padding-left: 8%;
}
.inner ol {
    padding-left: 20px;
}
.inner ol li {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 5px;
}

/* icons */
.icon:before {
	line-height: inherit;
	margin: 0 10px;
}
ul.icons {
	cursor: default;
	list-style: none;
	padding: 25px 10%;
	margin: -20px 25% 20px;
	width: 50%;
}
ul.icons a {
	width: auto;
	height: auto;
	line-height: 30px;
	margin: 0 10px;
}

/* menu */
ul.menu li {
	display: block;
	padding: 0;
	border: 0;
	margin: 1em 0 0 0;
}
ul.menu li:first-child {
		margin-top: 0;
}
nav .inner {
    padding: 15px;
}
nav .inner ul li a {
    font-size: 11px;
    padding: 10px 39px 10px 0;
}

/* actions */
ul.actions li {
	display: block;
	margin: 10px 0 0;
}
ul.actions li:first-child {
		margin-top: 0;
}

/* button */
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	font-size: 12px;
	padding: 4px 15px;
	width: 44%;
	max-width: 320px;
}
input[type="button"].style2, input[type="submit"].style2, input[type="reset"].style2, button.style2, .button.style2 {
    font-family: sans-serif;
    font-size: 15px;
    font-variant: ruby;
    padding-top: 14px;
    height: 50px;
    width: 200px;
}
#contact .button {
    transform: translate(0%, 100%);
    padding-top: 7px;
    height: 39px;
    width: 180px;
    font-size: 10px;
}

/* box */
.box {
	margin-top: 70px;
	margin-bottom: 0;
}
.box:after {
		top: -70px;
		height: 70px;
}
#contact .box:after {
	height: 70px;
}
.box:before {
		width: 45px;
		height: 33px;
		top: -44px;
		margin-left: -22.5px;
		margin-top: -16.5px;
		background-size: 45px 33px;
}
#contact .box:before {
	margin-top: 0;
}
.box.style1 {
		padding: 0;
		text-align: center;
		max-width: 100%;
		opacity: 1;
}
.box.style1 .image {
			position: relative !important;
			left: 0 !important;
			width: 100% !important;
			height: auto !important;
}
.box.style1 .image img {
				position: relative;
				height: auto;
				width: 100%;
}
.box.style1 .inner {
			margin: 0 !important;
			padding: 25px 15px 10px !important;
}
.box.style2 {
    width: 83%;
    max-width: 100%;
}
.box.style2 header {
    background-color: #fffff;
    opacity: 1;
    padding: 20px;
    width: 85%;
}
.box.style2 header a {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.box.style2 header h5 {
    font-size: 13px;
    letter-spacing: 0;
    padding: 5px 0 0;
    line-height: 20px;
}
.box.style2 .inner {
		padding: 0;
}
.box.style2 .inner .row:before {
		display: none;
}
.box.style2 .inner .image {
		padding: 0;
		max-width: 250px;
		margin: 0 auto 20px auto;
}
.box.style3 {
    background: #ffffff;
    opacity: 0.8;
    margin: 3% 50%;
    padding: 20px 20px 50px;
    width: 95%;
    transform: translate(-50%, 0)
}
#ships {
    margin-bottom: 60px;
}
.image img {
    display: block;
    border-radius: 15px;
    height: 160px;
    width: 100%;
}

/* header */
header {
    margin-bottom: 20px;
}
header h2 {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0 0 5px;
}
header p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 10px 15px 0;
    padding: 0;
}
#header {
	padding: 50px 0 30px 0;
	height: 75vh;
	max-width: 100%;
}
#header header {
		padding-left: 20px;
		padding-right: 20px;
		margin: 0;
		max-width: 100%;
}
#header header h1 {
			font-size: 39px;
			letter-spacing: 4px;
}
#header header p {
			font-size: 14px;
			letter-spacing: 0;
}
#header footer {
		bottom: 4.5em;
		padding: 0 2em 0 2em;
		max-width: 100%;
}
#header footer:after {
			bottom: -4.5em;
			left: 50%;
			height: 4.5em;
}
#header footer:before {
			width: 45px;
			height: 33px;
			bottom: -2.25em;
			margin-left: -22.5px;
			margin-bottom: -16.5px;
			background-size: 45px 33px;
}

/* banner */
#banner {
	background-size: cover;
	padding: 180px 0;
	max-width: 100%;
}
#banner header {
		margin: 0 0 1em 0;
}
#banner header h2 {
			font-size: 1.5em;
			letter-spacing: 6px;
}

/* tour */
#tour {
    background: #ff1492 url("../../../../img/backscreen_largelogo_spindel_ol_wh.png") center center no-repeat;
        background-size: cover;
        padding: 30px;
        max-width: 100%;
}
#tour header h2 {
    color: #ffff99;
    font-family: 'MarkerFelt-Wide';
    font-size: 30px;
    letter-spacing: 4px;
}
#tour header h3 {
    font-size: 18px;
    letter-spacing: 1.5px;
}
#tour p {
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 5px auto 5px;
    font-weight: 600;
}
#tour h3 {
    color: #f5f5f5;
    font-family: sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin: 20px 0 20px;
    font-weight: 600;
}

/* form */
form input[type="text"], form input[type="email"], form input[type="password"], form select {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 10px 20px;
}
form textarea {
    font-size: 11px;
    letter-spacing: 2px;
    min-height: 220px;
    padding: 10px 20px;
    border-radius: 27px;
}

/* footer */
#footer {
    margin-top: 18px;
    padding: 0;
    display: block;
    max-width: 100%;
}
#footer .icons {
	padding: 5px 12px;
}
#footer .copyright {
	font-size: 1em;
	margin: 0 0 4em 0;
}
ul.credit {
    margin: -46px 0 0;
    padding: 0 0 0 2px;
    text-align: center;
    max-width: 100%;
}
    ul.credit li {
        font-size: 10px;
        letter-spacing: 0px;
        padding: 0 2px 0 0;
        margin: 0 1px 0 0;
    }

/* contact */
#contact {
    max-width: 100%;
    height: -webkit-fill-available;
    background-size: cover;
}
#contact header h2 {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 25px;
}
#contact footer:after {
    bottom: -58px;
    height: 20px;
}

/* poptrox */
.poptrox-popup .nav-next, .poptrox-popup .nav-previous {
	opacity: 1.0;
}
.poptrox-popup .nav-next:before, .poptrox-popup .nav-previous:before {
		display: none;
}
.poptrox-popup .closer {
	opacity: 0.5;
}
section > :last-child, article > :last-child, section:last-child, article:last-child {
    margin-bottom: 0;
}
}