@charset "UTF-8";
/* CSS Document */
.optanon-alert-box-title {
    border: none !important;
}
div#center-tile-banner-popup {
    height: 350px !important;
}
.optanon-alert-box-bottom-spacer {
    display: none !important;
}
div#alert-box-message {
    height: 80px !important;
}
		a.btn-backwards {
    margin: 65px;
}

		.header__container {
    background-color: #f1e4db;
    margin-bottom: 15px;
}

		.span {
       float: right;

     font-family: lato;

     top: 0px;
     right: 0px;
    cursor: pointer;

}
		.content {
    margin: 0 auto;
    background-color: #ededed;
    padding: 20px;
    margin: 30px;
}
		/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;

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

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

template {
	display: none;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
	max-width: 100%;
}

img,
iframe {
	border: 0 none;
}

img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}



a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
	cursor: pointer;
}

a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
	cursor: default;
}

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

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
	appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	appearance: none;
}

textarea {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


select {
	text-transform: none;
    width: 45%;
    padding: 17px;
    border: none;

}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

nav ul,
nav ol {
	list-style: none outside none;
}


.myButton {
	background-color:#e2c8b5;
			outline-style: none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 0px 0px #2f6627;
			border: none;
}
.myButton:hover {
	background-color:#f2e0d3;
	outline-style: none;
	border: none;
}
.myButton:active {
	position:relative;
	top:1px;
}

@font-face {
    font-family: 'Questrial-Regular';
    src: url('/font/Questrial/Questrial-Regular.ttf');
}

        @font-face {
            font-family: 'azkidenz bold';
            src: url('/font/azkidenz-bold/azkidenz-bold.eot');
            src: url('/font/azkidenz-bold/azkidenz-bold.eot?#iefix') format('embedded-opentype'),
url('/font/azkidenz-bold/azkidenz-bold.woff') format('woff'),
url('/font/azkidenz-bold/azkidenz-bold.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'azkidenz light';
            src: url('/font/azkidenz-light/azkidenz-light.eot');
            src: url('/font/azkidenz-light/azkidenz-light.eot?#iefix') format('embedded-opentype'),
url('/font/azkidenz-light/azkidenz-light.woff') format('woff'),
url('/font/azkidenz-light/azkidenz-light.ttf') format('truetype');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'portrait';
            src: url('/font/portrait/portrait.eot');
            src: url('/font/portrait/portrait.eot?#iefix') format('embedded-opentype'),
url('/font/portrait/portrait.woff') format('woff'),
url('/font/portrait/portrait.ttf') format('truetype');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        body {
            position: relative;
            padding: 15px 50px 50px;
            margin: 0;
            font-family: 'portrait';
        }

        @media screen and (max-width: 1025px) {
            body {
                padding: 15px 5% 50px;
            }
        }

        ul {
            padding: 0;
            margin: 0;
        }

        ul li {
            list-style: none;
        }

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

        .header__holder {
            text-align: center;
        }

        .logo {
            display: inline-block;
            padding: 25px 0;
        }

        .logo svg {
            width: 90px;
            height: auto;
        }

        /* CONTENT */
        .section--info {
            position: relative;
            width: 100%;
            color: #000;
            display: flex;
            justify-content: center;
            align-content: center;
            min-height: 80vh;
            padding: 40px 5%;
            margin-bottom: 15px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
        }

        .section--info::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
        }

        .section--info .info {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .section--info .btn-backwards {
            display: inline-block;
            position: relative;
            font-family: 'azkidenz bold';
            font-weight: bold;
            letter-spacing: 2px;
            text-decoration: none;
            color: #000;
            text-transform: uppercase;
            font-size: 10px;
            margin-top: 40px;
        }

        .section--info .btn-backwards::before {
            content: '';
            width: 0;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: -5px;
            left: 0;
            transition: width 500ms ease-in-out;
        }

        @media screen and (min-width: 1025px) {
            .section--info .btn-backwards:hover::before {
                width: 100%;
            }
            .socials li:hover svg {
                opacity: 0.5;
            }
        }


        /* FOOTER */

        .footer {
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            background: #f1e4db;
            padding: 35px 30px;
        }

        .footer__inner {
            text-align: center;
        }

        .footer__logo {
            display: inline-block;
            padding: 10px 0;
        }

        .footer__logo svg {
            width: 125px;
            height: auto;
        }

        .socials {
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            flex-wrap: nowrap;
        }

        .socials li {
            margin: 0 8px;
            transition: opacity 350ms ease-in-out;
        }

        .socials li svg {
            transition: opacity 350ms ease-in-out;
        }

        .footer .socials-wechat {
            position: relative;
            cursor: pointer;
        }

        .footer .infowindow-wechat {
            position: absolute;
            display: none;
            bottom: calc(100% + 15px);
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .footer .infowindow-wechat.active {
            display: block;
        }

        .footer .infowindow-wechat .infowindow-wechat-content {
            z-index: 1000;
            background-color: white;
            padding: 25px 20px 20px;
            border: solid 1px #DDD;
        }

        .footer .infowindow-wechat .infowindow-wechat-content::before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -7px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background-color: white;
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom;
            border-left: solid 1px #DDD;
            border-bottom: solid 1px #DDD;
        }

        .footer .infowindow-wechat .infowindow-wechat-content img {
            max-width: 150px;
            height: auto;
        }

        .footer .infowindow-wechat .infowindow-wechat-content .content-close {
            text-indent: -5555px;
            display: block;
            position: absolute;
            top: 5px;
            right: 5px;
            height: 15px;
            width: 15px;
            cursor: pointer;
        }

        .footer .infowindow-wechat .infowindow-wechat-content .content-close::before,
        .footer .infowindow-wechat .infowindow-wechat-content .content-close::after {
            content: '';
            display: block;
            width: 15px;
            height: 1px;
            position: absolute;
            top: 7px;
            right: 0;
            background-color: black;
        }

        .footer .infowindow-wechat .infowindow-wechat-content .content-close::after {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .footer .infowindow-wechat .infowindow-wechat-content .content-close::before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .copyright {
            font-family: 'azkidenz light';
            font-size: 7px;
            line-height: 1.5;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            margin-bottom: 0;
        }
		img.miniature {
    width: 174px;
    display: block;
}

		@supports (-moz-appearance:none) {
  select
  {
  -moz-appearance:none !important;
  }
}
