@charset "UTF-8";
@import url("https://use.typekit.net/frc2seh.css");

/* -------- */
/* Defaults */
/* -------- */

*, 
*:after, 
*:before { 
    box-sizing: border-box; 
}
body, 
html { 
    font-size: 100%; 
    padding: 0; 
    margin: 0; 
}
body {
	background: #FFF;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
img { 
    width:100%; 
    display:block;
}
a,
a:link,
a:visited,
a:hover { 
    text-decoration: none; 
    color: inherit;
}

/* ----- */
/* Fonts */
/* ----- */

.rama-bold {
    font-family: "rama-gothic-e", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.rama-light {
    font-family: "rama-gothic-e", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.minion {
    font-family: "minion-pro-condensed-display", serif;
    font-weight: 700;
    font-style: italic;
}
.light {
    font-family: "rustica", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.medium {
    font-family: "rustica", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.bold {
    font-family: "rustica", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.centred {
	text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.underline {
	text-decoration: underline;
}

/* ------- */
/* Colours */
/* ------- */

.white {
	color: #FFF;
}
.black {
    color: #000000;
}
.navy {
    color: #21283f;
}
.orange {
    color: #e49a00;
}
.green {
    color: #575c2d;
}
.invis {
	color: rgba(0,0,0,0);
    pointer-events: none;
}

/* ----------- */
/* Backgrounds */
/* ----------- */

.white-bg {
	background: #FFF;
	position: relative;
}
.grey-bg {
	background: #F4F4F4;
	position: relative;
}
.beige-bg {
    background: #fffdf1;
    position: relative;
}
.blue-bg {
    background: #f7fafb;
    position: relative;
}
.orange-bg {
    background: #e49a00;
    position: relative;
}
.green-bg {
    background: #575c2d;
    position: relative;
}
.light-green-bg {
    background: #f7f7f4; 
    position: relative;
}
.light-purple-bg {
    background: #f8f4f4;
    position: relative;
}

/* ---- */
/* Flex */
/* ---- */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.flex-container .flex-full {
    width: 100%;
    margin: 0;
}
.flex-container.flex-double,
.flex-container.flex-double-space,
.flex-container.flex-tripple,
.flex-container.flex-tripple-space,
.flex-container.flex-menu-item,
.flex-container.flex-quad,
.flex-container.flex-quad-space {
    justify-content: space-around;
}
.flex-container.flex-double.flex-direction-left,
.flex-container.flex-double-space.flex-direction-left,
.flex-container.flex-tripple.flex-direction-left,
.flex-container.flex-tripple-space.flex-direction-left,
.flex-container.flex-menu-item.flex-direction-left,
.flex-container.flex-quad.flex-direction-left,
.flex-container.flex-quad-space.flex-direction-left {
    justify-content: flex-start;
}
.flex-double .flex-item {
    width: 50%;
}
.flex-double-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
}
.flex-tripple .flex-item {
    width: 33.3%;
}
.flex-tripple-space .flex-item {
    width: calc(33.3% - 50px);
    margin: 25px;
}
.flex-menu-item .flex-item {
    width: calc(33.3% - 25px);
    margin: 0px 25px 0px 0px;
    padding: 30px 30px 30px 0px;
}
.flex-quad .flex-item {
    width: 25%;
}
.flex-quad-space .flex-item {
    width: calc(25% - 50px);
    margin: 25px;
}
.flex-item.flex-text-left {
    padding: 75px 75px 75px 0px;
}
.flex-item.flex-text-right {
    padding: 75px 0px 75px 75px;
}
.flex-item.flex-title-padding {
    padding: 0px 30px 0px 0px;
}
.flex-item.flex-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.flex-item.flex-photo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------ */
/* Flex Gallery */
/* ------------ */

.flex-item.flex-gallery {
    position: relative;
}
.flex-item.flex-gallery .gallery-group .gallery-image.animation-hidden img {
    opacity: 0;
}
.flex-item.flex-gallery .gallery-group .gallery-image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex-item.flex-gallery .gallery-group .gallery-1,
.flex-item.flex-gallery .gallery-group .gallery-3,
.flex-item.flex-gallery .gallery-group .gallery-4 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 300px;
    width: 80%;
    border-radius: 5px;
    overflow: hidden;
}
.flex-item.flex-gallery .gallery-group .gallery-2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 450px;
    width: 60%;
    border-radius: 5px;
    overflow: hidden;
}
.flex-item.flex-gallery .gallery-group .gallery-3,
.flex-item.flex-gallery .gallery-group .gallery-4 {
    top: auto;
    bottom: 0;
}

/* ------- */
/* Buttons */
/* ------- */

a.btn,
.btn {
	position: relative;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
	font-size: 1.2em;
    text-transform: uppercase;
	text-align: center;
    cursor: pointer;
    color: #e49a00;
    background: #21283f;
}
a.btn.btn-kouzz,
.btn.btn-kouzz {
    color: #FFF;
    background: #575c2d;
}
a.btn:hover,
a.btn:focus,
.btn:hover,
.btn:focus {
    color: #21283f;
    background: #e49a00;
	transition: 0.2s all;
}
a.btn.btn-kouzz:hover,
a.btn.btn-kouzz:focus,
.btn.btn-kouzz:hover,
.btn.btn-kouzz:focus {
    color: #FFF;
    background: #4b3048;
    transition: 0.2s all;
}

/* ---- */
/* Text */
/* ---- */

h1 {
    font-size: 3em !important;
    line-height: 1.1em;
    padding: 0;
    margin: 0px 0px 15px 0px;
}
h2 {
    font-size: 2.2em;
    line-height: 1.1em;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
h3 {
    font-size: 1.6em;
    line-height: 1.1em;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
h4,
h5 {
    font-size: 1.4em;
    line-height: 1.1em;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
h5 {
    text-decoration: underline #e49a00;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
p.small {
    font-size: 0.9em;
    line-height: 1.5em;
}
p span.rama {
    font-size: 115%;
}
p span.minion {
    font-size: 115%;
}
.flex-title p {
    padding: 0px 0px 5px 0px;
}
p a:link,
p a:visited {
	color: inherit;
	text-decoration: underline;
}
p a:hover,
p a:focus {
	color: #e49a00;
	transition: 0.2s all;
}

/* ---------- */
/* Navigation */
/* ---------- */

#main {
    display: block;
    width: 100%;
    background: #FFF;
    margin: 50px 0px 0px 0px;
    padding: 0px;
}
#main .main-inner {
    position: relative;
    list-style: none;
	width: 1200px;
    padding: 0px;
    margin: 0 auto;
    text-align: right;
}
#main .main-inner li {
    position: relative;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 10px;
    cursor: pointer;
	font-size: 0.95em;
    color: #21283f;
    text-transform: uppercase;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}
#main .main-inner li.location {
    border-bottom: 2px solid #e49a00;
}
#main .main-inner li:hover,
#main .main-inner li:focus {
	border-bottom: 2px solid #e49a00;
    transition: 0.2s all;
}
#main .main-inner #logo-main {
    position: absolute;
    top: -12px;
    left: 0px;
    height: 70px;
    width: 300px;
    background: url('../gfx/logos/logo.png') no-repeat;
    background-size: contain;
}

/* ------- */
/* Wrapper */
/* ------- */

.wrapper {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
}
.wrapper.landing {
    padding: 75px 0px 75px 0px;
}
.wrapper.landing-with-spacer {
    margin: 45px auto auto auto;
}
.wrapper .narrow {
    width: 70%;
    margin: 0 auto;
}
.wrapper .callout {
    position: relative;
    padding: 0px 0px 0px 250px;
}
.wrapper .callout h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}
.wrapper .icon {
    display: block;
    width: 50px;
    height: auto;
    margin: auto auto 20px auto;
}

/* ------- */
/* Accents */
/* ------- */

.wrapper .spacer-large,
.wrapper .spacer-medium,
.wrapper .spacer-small {
    position: relative;
    height: 50px;
    width: 100%;
    margin: 0 auto;
}
.wrapper .spacer-medium {
    height: 35px;
}
.wrapper .spacer-small {
    height: 20px;
}
.wrapper .accent {
    height: 1px;
    background: #ECECEC;
    margin: 60px 0px 30px 0px;
}

/* ----- */
/* Lists */
/* ----- */

.wrapper .list,
.wrapper .list-numbered {
	list-style: none;
	padding: 0;
	margin: 30px 0px 0px 0px;
}
.wrapper .list li,
.wrapper .list-numbered li {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
    line-height: 1.5em;
}
.wrapper .list li::before {
	content: '';
    position: absolute;
	top: 9px;
	left: 0px;
	width: 6px;
	height: 6px;
    border-radius: 50%;
	background: pink;
}
.wrapper .list-numbered {
    counter-reset: item;
}
.wrapper .list-numbered li {
    padding: 0px 0px 0px 35px;
    counter-increment: item;
}
.wrapper .list-numbered li::before {
	content: counter(item);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
	height: 25px;
    padding: 0;
	border-radius: 50%;
    background: #e49a00;
    text-align: center;
}

/* ----- */
/* Cards */
/* ----- */

.wrapper .card {
    position: relative;
}
.wrapper .card-home,
.wrapper .card-gift-cards {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.wrapper .card-home .photo,
.wrapper .card-gift-cards .photo {
    position: relative;
    width: 100%;
    height: 300px;
}
.wrapper .card-home .photo img,
.wrapper .card-gift-cards .photo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper .card-home .photo .overlay,
.wrapper .card-gift-cards .photo .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
    /* hide */
    display: none;
    visibility: hidden;
    opacity: 0;
}
.wrapper .card-home .photo .view,
.wrapper .card-gift-cards .photo .view {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 60px;
    height: 60px;
    padding: 20px 0px 0px 0px;
    font-size: 1.3em;
    text-align: center;
    color: #21283f;
    background: #fffad4;
    border-radius: 50%;
    /* hide */
    display: none;
    visibility: hidden;
    opacity: 0;
}
.wrapper .card-home:hover .photo .view,
.wrapper .card-home:focus .photo .view,
.wrapper .card-home:hover .photo .overlay,
.wrapper .card-home:focus .photo .overlay,
.wrapper .card-gift-cards:hover .photo .view,
.wrapper .card-gift-cards:focus .photo .view,
.wrapper .card-gift-cards:hover .photo .overlay,
.wrapper .card-gift-cards:focus .photo .overlay {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
}
.wrapper .card-home .text,
.wrapper .card-gift-cards .text {
    padding: 30px;
}
.wrapper .card-home .text .divider,
.wrapper .card-gift-cards .divider {
    height: 2px;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.wrapper .card-home .text h2,
.wrapper .card-home .text p {
    padding: 0;
}
.wrapper .card-gift-cards .text h2 {
    padding: 0;
}
.wrapper .card-home:nth-of-type(1n),
.wrapper .card-gift-cards:nth-of-type(1n) {
    background: #f7f7f4;  
}
.wrapper .card-home:nth-of-type(1n) .text .divider,
.wrapper .card-gift-cards:nth-of-type(1n) .text .divider {
    background: #575c2d;   
}
.wrapper .card-home:nth-of-type(2n),
.wrapper .card-gift-cards:nth-of-type(2n) {
    background: #f4f7fa;  
}
.wrapper .card-home:nth-of-type(2n) .text .divider,
.wrapper .card-gift-cards:nth-of-type(2n) .text .divider {
    background: #8fb4c9;   
}
.wrapper .card-home:nth-of-type(3n) {
    background: #f8f5f4;  
}
.wrapper .card-home:nth-of-type(3n) .text .divider {
    background: #7d2f23;   
}
.wrapper .card-home:nth-of-type(4n) {
    background: #fffdf1;  
}
.wrapper .card-home:nth-of-type(4n) .text .divider {
    background: #e49a00;   
}

/* -------------- */
/* Title Sections */
/* -------------- */

.wrapper .title-section {
    position: relative;
    padding: 30px 0px 30px 0px;
    margin: 0px 0px 30px 0px;
    border-bottom: 2px solid #21283f;
}
.wrapper .title-section#menu-title {
    margin: -50px 0px 30px 0px;
}
.wrapper .title-section .title-logo,
.wrapper .title-section h2 {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    max-width: 350px;
    height: auto;
}
.wrapper .title-section .title-logo.square {
    max-width: none;
}
.wrapper .title-section .title-logo.square img {
    max-height: 80px;
    width: auto;
}
.wrapper .title-section h2 {
    text-align: left;
    padding: 0;
    margin: 0;
}
.wrapper .title-section .bank .btn,
.wrapper .title-section .bank .selection {
    margin: 0px 0px 0px 20px;
}
.wrapper .title-section .bank .selection {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}
.wrapper .title-section .bank .selection:hover,
.wrapper .title-section .bank .selection:focus {
    border-bottom: 2px solid #21283f;
    transition: 0.2s all;
}

/* ---- */
/* Menu */
/* ---- */

.wrapper .restaurante-menu h2 {
    display: inline-block;
    padding: 10px 20px 8px 20px;
    margin: 0px 0px 20px 0px;
}
.wrapper .restaurante-menu .flex-menu-item h3 {
    margin: 0px 0px 5px 0px;
    padding: 0;
    width: 100%;
}
.wrapper .restaurante-menu .flex-menu-item p {
    margin: 10px 0px 0px 0px;
    padding: 0;
    width: 100%;
}
.wrapper .menu-catagory {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.wrapper .menu-catagory.restaurante-menu-active {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Content Specifics */

.wrapper .bank.menu-kouzzina .selection.active {
    border-bottom: 2px solid #575c2d;
}
.wrapper .restaurante-menu.menu-kouzzina h2 {
    color: #FFF;
    background: #575c2d;
}
.wrapper .restaurante-menu.menu-kouzzina .flex-menu-item .flex-item {
    box-sizing: border-box;
    border-bottom: 1px solid #575c2d;
}
.wrapper .bank.menu-mazi .selection.active {
    border-bottom: 2px solid #e49a00;
}
.wrapper .restaurante-menu.menu-mazi h2 {
    color: #e49a00;
    background: #21283f;
}
.wrapper .restaurante-menu.menu-mazi .flex-menu-item .flex-item {
    box-sizing: border-box;
    border-bottom: 1px solid #21283f;
}

/* Back to the top */

#menu-title-btt {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1200px;
    padding: 30px 0px 30px 0px;
    border-bottom: 2px solid #21283f;
    background: #FFF;
    /* Hide */
    display: none;
    visibility: hidden;
    opacity: 0;
}
#menu-title-btt.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
#menu-title-btt h2 {
    text-align: left;
    padding: 0;
    margin: 0;
}
#menu-title-btt #btt {
    position: absolute;
    top: 30px;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
#menu-title-btt #btt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 25px;
    width: 25px;
    background: url('../gfx/icons/arrow.png') no-repeat;
    background-size: contain;
}
#menu-title-btt #btt:hover,
#menu-title-btt #btt:focus {
    opacity: 0.8;
    transition: 0.2s all;
}

/* --------- */
/* WordPress */
/* --------- */

#wp-options,
#page-location {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.wp-content {
    color: #000000;
}
.wp-content p {
    font-family: "rustica", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.wp-content p strong {
    font-family: "rustica", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.wrapper p em {
    font-family: "minion-pro-condensed-display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 115%;
}
.wp-content ol,
.wp-content ul {
    list-style: none;
	padding: 0;
	margin: 10px 0px 20px 0px;
}
.wp-content ol li,
.wp-content ul li {
    position: relative;
    padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
    font-family: "rustica", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.wp-content ul li::before {
    content: '';
    position: absolute;
	top: 11px;
	left: 0px;
	width: 6px;
	height: 6px;
    border-radius: 50%;
	background: #CDCDCD;
}
.wp-content ol li strong,
.wp-content ul li strong {
    font-family: "rustica", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.wp-content ol {
    counter-reset: item;
}
.wp-content ol li {
    padding: 0px 0px 0px 35px;
    counter-increment: item;
}
.wp-content ol li::before {
	content: counter(item);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
	height: 25px;
    padding: 0;
	border-radius: 50%;
    background: #e49a00;
    text-align: center;
}
.wp-content h1,
.wp-content h2,
.wp-content h3 {
    font-family: "rama-gothic-e", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #21283f;
}
.wp-content h4 {
    font-family: "minion-pro-condensed-display", serif;
    font-weight: 700;
    font-style: italic;
    color: #21283f;
}
.wp-content h5 {
    font-family: "rama-gothic-e", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #21283f;
}
.wp-content h1,
.wp-content h2,
.wp-content h5 {
    text-transform: uppercase;
}

/* Section Specifics */

.landing .wp-content h3 {
    font-family: "minion-pro-condensed-display", serif;
    font-weight: 700;
    font-style: italic;
    color: #e49a00;
}
.beige-bg .wp-content h4,
.light-purple-bg .wp-content h4 {
    color: #575c2d;
}

/* ------ */
/* Footer */
/* ------ */

footer {
    padding: 0px 0px 0px 0px;
    position: relative;
}
footer .wrapper {
    padding: 80px 0px 80px 0px;
}
footer .wrapper #logo-footer {
    display: inline-block;
    height: 70px;
    width: 300px;
    margin: 0px 0px -23px 0px;
    background: url('../gfx/logos/logo.png') no-repeat;
    background-size: contain;
}
footer .wrapper #flags {
    display: inline-block;
    height: 29px;
    width: 100px;
    background: url('../gfx/icons/flags.png') no-repeat;
    background-size: contain;
    margin: 0px 0px 0px 40px;
}
.wrapper .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0px 0px -15px 0px;
}
.wrapper .footer-menu li {
    display: block;
    font-size: 1.8em;
    color: #21283f;
    margin: 0px 0px 15px 0px;
    padding: 0;
    text-transform: uppercase;
}
.wrapper .footer-menu li.location {
    position: relative;
    padding: 0px 15px 0px 0px;
}
.wrapper .footer-menu li.location::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background: #e49a00;
}
.wrapper .footer-menu li:hover,
.wrapper .footer-menu li:focus {
    text-decoration: underline;
    transition: 0.2s all;
}
.second-stage .wrapper {
    padding: 15px 0px 15px 0px;
}
.second-stage .wrapper p {
    margin: 0;
    padding: 0;
}
.second-stage .wrapper #ota {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0px 0px 0px 75px;
    font-size: 0.8em;
}
.second-stage .wrapper #ota:hover,
.second-stage .wrapper #ota:focus {
    color: inherit;
    text-decoration: underline;
    transition: 0.2s all;
}
.second-stage .wrapper #ota::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	height: 30px;
	width: 60px;
	border-radius: 3px;
	background: #FFF;
}
.second-stage .wrapper #ota::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 15px;
	height: 15px;
	width: 30px;
	background: url('../gfx/logos/ota.png') no-repeat;
	background-size: contain;
}

/* ----------- */
/* Mobile Menu */
/* ----------- */

html, 
body, 
.container, 
.content-wrap {
    width: 100%;
}
.content-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.content-wrap-active {
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 100vh;
}
/* Content Overlay */
#menu-overlay {
    position: absolute;
    z-index: 998;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.4);
}
.overlay-hidden {
    opacity: 0;
    visibility: hidden;
}
.overlay-vis {
    opacity: 1;
    visibility: visible;
}
.menu-button {
    position: absolute;
    top: -5px;
    right: 0px;
    height: 40px;
    width: 40px;
    color: transparent;
    border-radius: 50%;
    background: #21283f;
}
.menu-button:hover,
.menu-button:focus {
    background: #575c2d;
    transition: 0.2s all;
}
.menu-button::before {
    position: absolute;
    top: 13px;
    right: 10px;
    bottom: 13px;
    left: 10px;
    background: linear-gradient(#FFF 20%, transparent 20%, transparent 40%, #FFF 40%, #FFF 60%, transparent 60%, transparent 80%, #FFF 80%);
    content: '';
}
.menu-active { /* Menu - Active State */
    left: 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    /* Animations */
    transform-origin: left;
    animation-name: menu-in;
    animation-direction: normal;
    animation-duration: 300ms;
}
.menu-nonactive {
    left: -1000px;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    /* Animations */
    transform-origin: left;
    animation-name: menu-out;
    animation-direction: normal;
    animation-duration: 100ms;
}
.menu-wrap { /* Main Menu Structure */
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
}
.menu-wrap #menu-logo {
    position: absolute;
    top: 37px;
    left: 10%;
    height: 60px;
    width: 250px;
    background: url('../gfx/logos/logo.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu {
    list-style: none;
    padding: 120px 0px 0px 0px;
    width: 80%;
    margin: 0 auto;
}
.menu-wrap .menu li { /* Menu Items */
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.1em;
    color: #21283f;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}
.menu-wrap .menu li.location {
    position: relative;
    padding: 0px 0px 0px 15px;
}
.menu-wrap .menu li.location::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 2px;
    left: 0;
    background: #e49a00;
}
.menu-wrap .menu li:hover, 
.menu-wrap .menu li:focus {
    color: rgba(0,0,0,0.6);
    transition: 0.3s all;
}
/* Buttons */
.menu-wrap .menu .spacer {
    height: 1px;
    width: 85%;
    border-bottom: 1px solid #FFF;
    margin: 15px 0px 30px 15px;
}
.menu-wrap .menu .btn {
    margin: 20px 0px 0px 0px;
}
/* Close Button */
.close-button {
    position: absolute;
    right: 10%;
    top: 45px;
    overflow: hidden;
    text-indent: 14px;
    border: none;
    z-index: 1001;
    color: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #21283f;
}
.close-button::before, .close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 10px;
    left: 50%;
    background: #FFF;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Menu Animations */

@keyframes menu-in {
    0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-in {
    0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }
}
@keyframes menu-out {
    0% {
        left: 0px;
    }
    100% {
        left: -1000px;
    }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-out {
    0% {
        left: 0px
    }
    100% {
        left: -1000px;
    }
}

/*------------------------------------- Media Queries -----------------------------------*/

@media (max-width: 1300px) {
    
	/* Navigation */
    #main .main-inner {
	width: 80%;
	}
    #main .main-inner li {
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 8px;
    }
    #main .main-inner .menu-remove {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Flex Structure */
    .flex-quad .flex-item {
    width: 50%;   
    }
    .flex-quad-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
    }
    /* Gallery */
    .flex-item.flex-gallery .gallery-group .gallery-1,
    .flex-item.flex-gallery .gallery-group .gallery-3,
    .flex-item.flex-gallery .gallery-group .gallery-4 {
    width: 85%;
    }
    .flex-item.flex-gallery .gallery-group .gallery-2 {
    width: 70%;
    }
    /* Text */
    .hidden-break,
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br {
    display: none;    
    }
    /* Wrapper */
    .wrapper {
    width: 80%;
    }
    /* Footer */
    footer .wrapper #logo-footer {
    height: 60px;
    width: 250px;
    margin: 0px 0px -25px 0px;
    }
    footer .wrapper #flags {
    height: 25px;
    width: 80px;
    margin: 0px 0px 0px 30px;
    }
    .second-stage .wrapper #ota {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0px 0px 0px;
    }
    
}

@media (max-width: 1150px) {
    
    /* Navigation */
	#main .main-inner #logo-main {
    top: -5px;
    height: 60px;
    width: 250px;
    }
    
}

@media (min-width: 1025px) {
    
	/* Standards */
	.menu-button {
	display: none;
    visibility: hidden;
    opacity: 0;
	}
    
}

@media (max-width: 1024px) {
    
    /* Standards */
    .menu-button {
	display: block;
    visibility: visible;
    opacity: 1;
	}
    .align-right {
    text-align: left;
    }
    /* Flex Structure */
    .flex-double .flex-item,
    .flex-tripple .flex-item {
    width: 100%;
    }
    .flex-double-space .flex-item,
    .flex-tripple-space .flex-item {
    width: 100%;
    margin: 25px 0px 25px 0px;
    }
    .flex-text-left,
    .flex-text-right {
    justify-content: flex-start;
    }
    .flex-item.flex-text-left {
    padding: 0px 0px 80px 0px;
    }
    .flex-item.flex-text-right {
    padding: 80px 0px 0px 0px;
    }
    .flex-item.flex-photo {
    position: relative;
    height: 350px;
    }
    .flex-item.flex-title-padding {
    padding: 10px 0px 10px 0px;
    }
    /* Gallery */
    .flex-item.flex-gallery .gallery-group .gallery-2,
    .flex-item.flex-gallery .gallery-group .gallery-4 {
    position: relative;
    height: 350px;
    width: 100%;
    z-index: 1;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: translateX(0) translateY(0);
    }
    .flex-item.flex-gallery .gallery-group .gallery-1,
    .flex-item.flex-gallery .gallery-group .gallery-3 {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Navigation */
    #main {
    padding: 0;
    top: 0px;
    height: 70px;
    }
    #main .main-inner {
    padding: 0;
    }
    #main .main-inner #logo-main {
    top: -12px;
    }
    #main .main-inner li {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Wrapper */
    .wrapper .narrow {
    width: 100%;
    }
    /* Menu */
    .wrapper .title-section {
    position: relative;
    padding: 0px 0px 30px 0px;
    }
    .wrapper .title-section .title-logo,
    .wrapper .title-section h2 {
    position: relative;
    bottom: auto;
    left: auto;
    }
    .wrapper .title-section .bank {
    padding: 30px 0px 0px 0px;
    }
    .wrapper .title-section .bank .btn,
    .wrapper .title-section .bank .selection {
    margin: 0px 20px 20px 0px;
    }
    /* Footer */
    .wrapper .footer-menu {
    margin: 50px 0px 0px 0px;
    }
    footer .wrapper #flags {
    display: block;
    height: 25px;
    width: 80px;
    margin: 40px 0px 0px 0px;
    }
    
}

@media (min-width: 769px) {
    
	/* Standards */
    .mobile-show {
	display: none;
    visibility: hidden;
    opacity: 0;
	}
    .mobile-remove {
    display: block;
    visibility: visible;
    opacity: 1;
    }
    
}

@media (max-width: 768px) {

    /* Standards */
    .mobile-show {
	display: block;
    visibility: visible;
    opacity: 1;
	}
    .mobile-remove {
    display: none;
    visibility: hidden;
    opacity: 0;  
    }
    .centred {
	text-align: left;
	}
    /* Flex Structure */
    .flex-quad .flex-item {
    width: 100%;   
    }
    .flex-quad-space .flex-item {
    width: 100%;   
    margin: 25px 0px  25px 0px;
    }
    .flex-menu-item .flex-item {
    width: calc(50% - 20px);
    margin: 0px 20px 0px 0px;
    padding: 25px 25px 25px 0px;
    }
    /* Buttons */
    a.btn {
    width: 100%;
    }
    
}

@media (max-width: 520px) {

    /* Flex Structure */
    .flex-menu-item .flex-item {
    width: 100%;
    margin: 0px;
    padding: 30px 30px 30px 0px;
    }
    
}