@charset "UTF-8";
/*----------- Fonts ----------*/
@import url("https://use.typekit.net/edj0xsm.css");
/*------------------------------------- Page Defaults -----------------------------------*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; 
}
.clearfix:after { clear: both; 
}
/* Animate.css */
.os-animation { opacity: 0; } .os-animation.animated { opacity: 1; }
body {
	background: #FFF;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
img { width:100%; display:block;
}
.clear {clear:both;}
a,
a:link,
a:visited,
a:hover { text-decoration:none; color:inherit;
}
/*------------------------------------- Text Spans -----------------------------------*/
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.centred {
	text-align: center;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
/* Frank New */
.regular-frank {
    font-family: frank-new,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bold-frank {
    font-family: frank-new,sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Lato */
.light {
    font-family: lato,sans-serif;
    font-weight: 300;
    font-style: normal;
}
.regular {
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bold {
    font-family: lato,sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*---------- Colours ---------*/
.white {
	color: #FFF;
}
.grey {
	color: #58595b;
}
.purple {
    color: #4b3048;
}
.green {
    color: #707817;
}
/* Standard Colours */
.ota-orange {
	color: #f58220;
}
.invis {
	color: rgba(0,0,0,0);
}
/* -- Offset -- */
:target:before {
  content: "";
  display: block;
  height: auto; /* fixed header height */
  padding: 150px 0px 0px 0px;
  margin: 0px 0 0 0; /* negative fixed header height */
}
/*----------------------------------- Navigation ----------------------------------------*/
/* Header Navigation */
#header {
    position: relative;
    width: 100%;
    background: #707817;
}
#header #urgent {
    position: relative;
    width: 100%;
    padding: 30px 0px 30px 0px;
    background: #4b3048;
}
#header #urgent p {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 10px 12px 60px;
    font-size: 0.9em;
    background: #774c72;
    /* Perch Styles */
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
}
#header #urgent p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background: #613e5d;
}
#header #urgent p::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    height: 20px;
    width: 20px;
    background: url('../gfx/icons/alert-white.png') no-repeat;
    background-size: contain;
}
#header #urgent p a:link,
#header #urgent p a:visited {
    color: inherit;
    text-decoration: underline;
}
#header #urgent p a:hover,
#header #urgent p a:focus {
    color: #F0B033;
    transition: 0.2s all;
}
#header #header-bar {
    position: relative;
    list-style: none;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
}
#header #header-bar li {
    position: relative;
    font-size: 0.9em;
    letter-spacing: 2px;
    float: right;
}
#header #header-bar li:hover,
#header #header-bar li:focus {
    color: rgba(0,0,0,0.6);
    transition: 0.2s all;
}
#header #header-bar #instagram,
#header #header-bar #facebook,
#header #header-bar #location {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0px 0px 0px 10px;
}
#header #header-bar #instagram {
    margin: 0px 0px 0px 30px;
    background: url('../gfx/icons/instagram-white.png') no-repeat;
    background-size: contain;
}
#header #header-bar #facebook {
    background: url('../gfx/icons/facebook-white.png') no-repeat;
    background-size: contain;
}
#header #header-bar #location {
    background: url('../gfx/icons/location-white.png') no-repeat;
    background-size: contain;
}
#header #header-bar #call {
    padding: 0px 0px 0px 30px;
}
#header #header-bar #call::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    background: url('../gfx/icons/phone-white.png') no-repeat;
    background-size: contain;
}
/* Main Navigation */
#main {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
	width: 1200px;
	margin: 0 auto;
}
#main .main-inner {
    position: relative;
    list-style: none;
	padding: 10px 0px 10px 0px;
    width: 100%;
}
#main .main-inner li,
#floaty .floaty-inner li {
    position: relative;
	display: block;
	height: auto;
	padding: 10px;
	margin: 0px 0px 0px 20px;
	font-size: 1em;
    letter-spacing: 2px;
    color: #FFF;
	float: right;
    border: 2px solid transparent;
}
#main .main-inner .highlight,
#floaty .floaty-inner .highlight {
    border: 2px solid #FFF;
    border-radius: 3px;
}
#main .main-inner .current,
#floaty .floaty-inner .current {
    border-bottom: 2px solid #707817;
}
#main .main-inner li:hover,
#main .main-inner li:focus,
#floaty .floaty-inner li:hover,
#floaty .floaty-inner li:focus {
	border-bottom: 2px solid #FFF;
    transition: 0.2s all;
}
#main .main-inner .highlight:hover,
#main .main-inner .highlight:focus,
#floaty .floaty-inner .highlight:hover,
#floaty .floaty-inner .highlight:focus {
	border: 2px solid #707817;
    background: #707817;
    transition: 0.2s all;
}
/* Dropdowns */
#main .main-inner .drop,
#floaty .floaty-inner .drop {
    position: relative;
    cursor: pointer;
}
#main .main-inner .drop ul,
#floaty .floaty-inner .drop ul {
    position: absolute;
    top: 39px;
    left: -2px;
    width: calc(100% + 4px);
    padding: 20px;
    background: #FFF;
    border: 2px solid #FFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* Hide */
    display: none;
    visibility: hidden;
    opacity: 0;
}
#main .main-inner .drop:hover ul,
#main .main-inner .drop:focus ul,
#floaty .floaty-inner .drop:hover ul,
#floaty .floaty-inner .drop:focus ul {
    transition: 0.2s all;
    /* Show */
    display: block;
    visibility: visible;
    opacity: 1;
}
#main .main-inner .drop ul li,
#floaty .floaty-inner .drop ul li {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 0;
    color: #707817;
    text-align: center;
}
#main .main-inner .drop li:hover,
#main .main-inner .drop li:focus,
#floaty .floaty-inner .drop li:hover,
#floaty .floaty-inner .drop li:focus {
	color: #613e5d;
    transition: 0.2s all;
}
/* Floaty Navigation */
#floaty {
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
	padding: 30px 0px 30px 0px;
	background: rgba(255,255,255,0.98);
}
#floaty .floaty-inner {
    position: relative;
	padding: 10px 0px 10px 0px;
    width: 1200px;
    margin: 0 auto;
}
#floaty .floaty-inner li {
    margin: 0px 0px 0px 30px;
    float: right;
}
.floaty-non-active {
    opacity: 0;
	position: absolute;
	z-index: -1;
	/* Animations */
	animation-name: float-out;
	animation-duration: 100ms;
}
.floaty-active {
    opacity: 1;
	z-index: 10;
	position: fixed;
	/* Animations */
	animation-name: float-in;
	animation-duration: 100ms;
}
/* Floaty Animations */
@keyframes float-in {
    0% {
		opacity: 0;
        top: -80px;
        animation-timing-function: ease-in;
    }
    100% {
		opacity: 1;
        top: 0px;
		animation-timing-function: ease-in;
    }
}
@keyframes float-out {
    0% {
		opacity: 1;
        top: 0px;
        animation-timing-function: ease-out;
    }
    100% {
		opacity: 0;
        top: -80px;
		animation-timing-function: ease-out;
    }
}
/* Logos */
#main .main-inner #logo,
#floaty .floaty-inner #floaty-logo {
	position: absolute;
    z-index: 2;
	top: 50%;
    transform: translateY(-50%);
	left: 0px;
	width: 220px;
	height: 30px;
	background: url('../gfx/logos/logo-colour.png') no-repeat;
    background-size: contain;
}
/* -------- Banners ------- */
.banner,
.banner-s {
    position: relative;
	display: block;
	width: 100%;
	height: calc(100vh - 140px);
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.banner-s {
    height: 40vh;
    min-height: 400px;
}
.banner .banner-inner,
.banner-s .banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
    height: auto;
}
.banner .banner-inner h1,
.banner-s .banner-inner h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}
.banner .banner-inner h2,
.banner-s .banner-inner h2 {
    font-size: 2.2em;
    line-height: 1.2em;
}
.banner .banner-inner p,
.banner-s .banner-inner p {
    font-size: 1em;
    line-height: 1.5em;
}
.banner .banner-inner .btn,
.banner-s .banner-inner .btn {
	position: relative;
	display: inline-block;
	margin: 20px 20px 0px 0px;
	padding: 10px 40px 10px 40px;
	font-size: 1em;
    letter-spacing: 2px;
	text-align: center;
    border-radius: 5px;
    background: #707817;
    color: #FFF;
}
.banner .banner-inner .btn:hover,
.banner .banner-inner .btn:focus,
.banner-s .banner-inner .btn:hover,
.banner-s .banner-inner .btn:focus {
    background: #4b3048;
	transition: 0.2s all;
}
/* Banner Images */
#home-bg {
	background: url('../gfx/banners/home.jpg') no-repeat;
    background-size: cover;
}
#about-bg {
	background: url('../gfx/banners/about.jpg') no-repeat;
    background-size: cover;
}
#contact-bg {
	background: url('../gfx/banners/contact.jpg') no-repeat;
    background-size: cover;
}
#lounge-bg {
	background: url('../gfx/banners/lounge.jpg') no-repeat;
    background-size: cover;
}
#menu-bg {
	background: url('../gfx/banners/menu.jpg') no-repeat;
    background-size: cover;
}
#giftcards-bg {
	background: url('../gfx/banners/giftcards.jpg') no-repeat;
    background-size: cover;
}
#holiday-bg {
	background: url('../gfx/banners/holiday.jpg') no-repeat;
    background-size: cover;
}
/*------------------------------------- Backgrounds ------------------------------------------*/
.white-bg {
	background: #FFF;
	position: relative;
}
.grey-bg {
	background: #F7F7F7;
	position: relative;
}
.purple-bg {
	background: #4b3048;
    position: relative;
}
.green-bg {
    background: #707817;
    position: relative;
}
.light-purple-bg {
    background: #c9c0c8;
    position: relative;
}
.welcome-bg {
    background: url('../gfx/banners/welcome.jpg') no-repeat;
    background-size: cover;
    position: relative;
}
/*------------------------------------- Graphic Elements ------------------------------------------*/
.graphic-container {
    position: relative;
    z-index: 1;
}
.graphic-container .wrapper {
    position: relative;
    z-index: 3;
}
.graphic-container .olives-top,
.graphic-container .olives-bottom {
    position: absolute;
    z-index: 2;
}
.graphic-container .olives-top {
    top: 0;
    right: 0;
    background: url('../gfx/graphics/olives-top-right.png') no-repeat;
    background-size: contain;
    width: 350px;
    height: 280px;
}
.graphic-container .olives-bottom {
    bottom: 0;
    left: 0;
    background: url('../gfx/graphics/olives-bottom-left.png') no-repeat;
    background-size: contain;
    width: 350px;
    height: 280px;
}
.light-purple-bg.graphic-container .olives-top {
    right: auto;
    left: 0;
    background: url('../gfx/graphics/olives-top-left.png') no-repeat;
    background-size: contain;
}
.light-purple-bg.graphic-container .olives-bottom {
    right: 0;
    left: auto;
    background: url('../gfx/graphics/olives-bottom-right.png') no-repeat;
    background-size: contain;
}
/*------------------------------------- Floating Card ------------------------------------------*/
#gift-floater {
    position: fixed;
    display: inline-block;
    z-index: 10;
    bottom: 0px;
    right: 0px;
    height: 60px;
    padding: 18px 20px 18px 60px;
    border-top-left-radius: 5px;
    background: #cf0f1a;
    color: #FFF;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.3);
}
#gift-floater::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background: url('../gfx/icons/gift-floater.png') no-repeat;
    background-size: contain;
}
#gift-floater:hover,
#gift-floater:focus {
    background: #707817;
    transition: 0.2s all;
}
/*------------------------------------- Wrapper ------------------------------------------*/
.wrapper {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
}
.wrapper h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}
.wrapper h2 {
    font-size: 2.2em;
    line-height: 1.2em;
}
.wrapper p {
    font-size: 1em;
    line-height: 1.5em;
}
.wrapper p a:link,
.wrapper p a:visited {
	color: inherit;
	text-decoration: underline;
}
.wrapper p a:hover {
	color: #707817;
	transition: 0.2s all;
}
.wrapper .narrow {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
}
.wrapper .borders {
    width: 100%;
    max-width: 700px;
    margin: 30px auto auto auto;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #707817;
    border-bottom: 1px solid #707817;
}
.wrapper .borders .md-trigger {
    text-decoration: underline;
}
/* Accents and Spacers */
.wrapper .accent {
	width: 50px;
	height: 5px;
	display: block;
	margin: 30px auto 30px auto;
    border-radius: 2px;
    background: rgba(0,0,0,0.3);
}
/* Buttons */
.wrapper .btn {
	position: relative;
	display: inline-block;
	margin: 20px 20px 0px 0px;
	padding: 10px 40px 10px 40px;
	font-size: 1em;
    letter-spacing: 2px;
	text-align: center;
    border-radius: 5px;
    background: #707817;
    color: #FFF;
}
.wrapper .btn:hover,
.wrapper .btn:focus {
    background: #4b3048;
	transition: 0.2s all;
}
.wrapper .btn-contain {
    position: relative;
    height: 50px;
    width: 100%;
    margin: 40px 0px 0px 0px;
}
.wrapper .btn-contain .btn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
}
/* Button Colours */
.green-bg .wrapper .btn {
    background: #4b3048;
}
.green-bg .wrapper .btn:hover,
.green-bg .wrapper .btn:focus {
    background: #FFF;
    color: #4b3048;
    transition: 0.2s all;
}
/* Lists */
.wrapper .list {
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px 0px;
}
.wrapper .list li {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	font-size: 1.25em;
	line-height: 1.5em;
}
.wrapper .list li::before {
	content: '';
    position: absolute;
	top: 7px;
	left: 0px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: pink;
}
/* Social */
.wrapper #social-media {
    list-style: none;
    padding: 0;
    margin: 30px 0px 0px 0px;
}
.wrapper #social-media li {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0px 10px 0px 10px;
    background: #4b3048;
    border-radius: 50%;
}
.wrapper #social-media li:hover,
.wrapper #social-media li:focus {
    background: #707817;
    transition: 0.2s all;
}
.wrapper #social-media #facebook-social::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 25px;
    width: 25px;
    background: url('../gfx/icons/facebook-white.png') no-repeat;
    background-size: contain;
}
.wrapper #social-media #instagram-social::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 25px;
    width: 25px;
    background: url('../gfx/icons/instagram-white.png') no-repeat;
    background-size: contain;
}
/* Menus */
.wrapper #menus {
    list-style: none;
    padding: 0;
    margin: 60px 0px 0px 0px;
}
.wrapper #menus li {
    display: block;
    width: 20%;
    float: left;
    padding: 30px;
    background: #FFF;
    border-radius: 5px;
}
.wrapper #menus li .icon {
    width: 130px;
    height: 150px;
    margin: 0 auto;
}
.wrapper #menus li p {
    padding: 20px 0px 0px 0px;
    margin: 0;
}
.wrapper #menus li:hover,
.wrapper #menus li:focus {
    background: #F7F7F7;
    transition: 0.2s all;
}
.wrapper #menus li #drinks {
    background: url('../gfx/icons/drinks.png') no-repeat;
    background-size: contain;
}
.wrapper #menus li #wine {
    background: url('../gfx/icons/wine.png') no-repeat;
    background-size: contain;
}
.wrapper #menus li #food {
    background: url('../gfx/icons/food.png') no-repeat;
    background-size: contain;
}
.wrapper #menus li #kids {
    background: url('../gfx/icons/kids.png') no-repeat;
    background-size: contain;
}
.wrapper #menus li #dessert {
    background: url('../gfx/icons/desserts.png') no-repeat;
    background-size: contain;
}
/* Welcome */
.wrapper #welcome,
.wrapper #open {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px;
    border: 5px solid #707817;
    box-sizing: border-box;
    margin: 50px 0px 50px 0px; /* Extra Padding for graphics */
}
.wrapper #open {
    border: 5px solid #4b3048;
}
.wrapper #welcome::before,
.wrapper #open::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -90px;
    height: 140px;
    width: 300px;
    background: url('../gfx/graphics/olives-welcome.png') no-repeat;
    background-size: contain;
}
.wrapper #open::before {
    background: url('../gfx/graphics/olives-open.png') no-repeat;
    background-size: contain;
}
.wrapper #welcome::after,
.wrapper #open::after {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -90px;
    height: 140px;
    width: 300px;
    transform: rotate(180deg);
    background: url('../gfx/graphics/olives-welcome.png') no-repeat;
    background-size: contain;
}
.wrapper #open::after {
    background: url('../gfx/graphics/olives-open.png') no-repeat;
    background-size: contain;
}
.wrapper #welcome h2 {
    margin: 0;
    padding: 0px 0px 30px 0px;
}
.wrapper #welcome p {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
/* Floated Text */
.wrapper .floated-text {
    position: relative;
    z-index: 3;
    margin: 50px 0px 50px 0px; /* Extra Padding for graphics */
}
.wrapper .floated-text .text-left {
    width: 100%;
    padding: 0px 60% 0px 0px;
}
.wrapper .floated-text .text-right {
    width: 100%;
    padding: 0px 0px 0px 60%;
}
.wrapper .floated-text #giftcards {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 700px;
    height: 330px;
    background: url('../gfx/graphics/giftcard-backing.png') no-repeat;
    background-size: contain;
}
.wrapper .floated-text #giftcards::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 435px;
    height: 275px;
    background: url('../gfx/graphics/giftcard.jpg') no-repeat;
    background-size: contain;
    border-radius: 10px;
    overflow: hidden;
}
/* About */
.wrapper #about {
    position: relative;
    width: 100%;
    height: auto;
    padding: 350px 50px 70px 50px;
    background: #FFF;
    border: 5px solid #707817;
    box-sizing: border-box;
}
.wrapper .kouzzina::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('../gfx/banners/kouzzina.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.wrapper .philositia::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('../gfx/banners/philositia.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.wrapper .elysian::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('../gfx/banners/elysian.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.wrapper .sympinein::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('../gfx/banners/sympinein.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.wrapper .giving::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('../gfx/banners/giving.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.wrapper #about h2 {
    margin: 0;
    padding: 0px 0px 30px 0px;
}
.wrapper #about p {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.wrapper #about .btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
/* Gallery */
.gallery {
    position: relative;
    width: 100%;
    height: auto;
}
.gallery .photo {
    width: 33.3%;
    min-height: 450px;
    float: left;
    background: pink;
}
.gallery .photo:nth-of-type(1) {
    border-right: 5px solid #FFF;
    border-bottom: 10px solid #FFF;
    box-sizing: border-box;
}
.gallery .photo:nth-of-type(2) {
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-bottom: 10px solid #FFF;
    box-sizing: border-box;
}
.gallery .photo:nth-of-type(3) {
    border-left: 5px solid #FFF;
    border-bottom: 10px solid #FFF;
    box-sizing: border-box;
}
.gallery #photo-1 {
    background: url('../gfx/photos/photo-1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery #photo-2 {
    background: url('../gfx/photos/photo-2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery #photo-3 {
    background: url('../gfx/photos/photo-3.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery #photo-4 {
    background: url('../gfx/photos/photo-4.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery #photo-5 {
    background: url('../gfx/photos/photo-5.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery #photo-6 {
    background: url('../gfx/photos/photo-6.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
/*------------------------------------- Perch ------------------------------------------*/
.wrapper .text-widget-content h1 {
    font-size: 1.8em;
    line-height: normal;
    margin: 0;
    padding: 0px 0px 20px 0px;
    color: #707817;
    /* Perch */
    font-family: frank-new,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.wrapper .text-widget-content p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    padding: 0px 0px 20px 0px;
    color: #58595b;
    /* Perch */
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.wrapper .text-widget-content p strong {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0;
    padding: 0px 0px 20px 0px;
    color: #4b3048;
    /* Perch */
    font-family: lato,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.wrapper .text-widget-content ul,
.wrapper .text-widget-content ol {
	list-style: none;
	margin: 0;
    padding: 0px 0px 20px 0px;
}
.wrapper .text-widget-content ul li,
.wrapper .text-widget-content ol li {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	line-height: 1.5em;
    color: #58595b;
    /* Perch */
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.wrapper .text-widget-content ul li::before,
.wrapper .text-widget-content ol li::before {
	content: '';
    position: absolute;
	top: 9px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #707817;
}
/*------------------------------------- Footer ------------------------------------------*/
/* Footer Structure */
footer {
    padding: 0;
    margin: 0;
    background: #4b3048;
}
footer .wrapper{
    padding: 50px 0px 50px 0px;
}
footer .wrapper .col {
    position: relative;
    display: block;
    width: 33.3%;
    height: auto;
    float: left;
    margin: 0;
    min-height: 83px;
}
footer .wrapper .col #menu-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .wrapper .col #menu-footer li {
    display: inline-block;
    position: relative;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 0.9em;
    letter-spacing: 2px;
    color: #FFF;
    border-bottom: 2px solid transparent;
}
footer .wrapper .col #menu-footer li:hover,
footer .wrapper .col #menu-footer li:focus {
    border-bottom: 2px solid #707817;
    transition: 0.2s all;
}
footer .wrapper .col #logo-footer {
    position: absolute;
    z-index: 2;
	top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
	width: 220px;
	height: 30px;
	background: url('../gfx/logos/logo-colour.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col p {
    font-size: 0.9em;
}
footer .wrapper .col:nth-of-type(2) {
    width: calc(33.3% - 60px);
    padding: 0px 30px 0px 30px;
    margin: 0px 30px 0px 30px;
    border-left: 1px solid #707817;
    border-right: 1px solid #707817;
    box-sizing: border-box;
}
/* Second Stage */
.second-stage {
    position: relative;
	width: 1200px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}
.second-stage p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}
.second-stage a {
    font-size: 0.8em;
    color: #FFF;
}
/* ota.studio badge */
#ota {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 0px;
	display: block;
	height: 50px;
	padding: 16px 0px 0px 80px;
}
#ota::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	height: 30px;
	width: 60px;
	border-radius: 3px;
	background: #FFF;
}
#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 Content ----------------------------------------*/
/* ----------- */
/* Mobile Menu */
/* ----------- */
html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.content-wrap {
    height: 100vh;
	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;
	z-index: 1;
	padding: 0px;
	width: 2.25em;
	height: 2em;
	border: none;
	text-indent: 2.25em;
	font-size: 1.25em;
	color: transparent;
	background: transparent;
	top: -10px;
	right: -10px;
}
.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#FFF 20%, transparent 20%, transparent 40%, #FFF 40%, #FFF 60%, transparent 60%, transparent 80%, #FFF 80%);
	content: '';
}
.menu-button:hover::before {
	background: linear-gradient(#707817 20%, transparent 20%, transparent 40%, #707817 40%, #707817 60%, transparent 60%, transparent 80%, #707817 80%);
	transition: 0.2s all;
}
.menu-active {
	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 {
	position: absolute;
	height: 100vh;
	width: 300px;
	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 {
	list-style: none;
	padding: 100px 20px 0px 20px;
	margin: 0;
}
.menu-wrap .menu li {
	display: block;
	width: 100%;
	font-size: 0.9em;
    letter-spacing: 2px;
	color: #4b3048;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 10px 0px;
}
.menu-wrap .menu .current {
    position: relative;
    color: #707817;
    padding: 0px 0px 10px 35px;
}
.menu-wrap .menu .current::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 20px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #D9D9D9;
}
.menu-wrap .menu li:hover,
.menu-wrap .menu li:focus {
	color: #707817;
	transition: 0.2s all;
}
.menu-wrap .menu .btn {
	position: relative;
	display: block;
	margin: 20px 20px 0px 0px;
	padding: 10px 40px 12px 40px;
	font-size: 0.9em;
    letter-spacing: 2px;
	text-align: center;
    border-radius: 5px;
    background: #707817;
    color: #FFF;
}
.menu-wrap .menu .btn:hover,
.menu-wrap .menu .btn:focus {
    background: #4b3048;
	transition: 0.2s all;
}
/* Social */
.menu-wrap .menu .socials {
    position: absolute;
    bottom: 20px;
    left: 40px;
}
.menu-wrap .menu .socials a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0px 15px 0px 0px;
}
.menu-wrap .menu .socials #mobile-instagram {
    background: url('../gfx/icons/instagram-purple.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu .socials #mobile-facebook {
    background: url('../gfx/icons/facebook-purple.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu .socials #mobile-location {
    background: url('../gfx/icons/location-purple.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu .socials #mobile-phone {
    background: url('../gfx/icons/phone-purple.png') no-repeat;
    background-size: contain;
}
/* Logo */
.menu-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #4b3048;
}
.menu-wrap #menu-logo {
    position: absolute;
    top: 20px;
    left: 40px;
    height: 20px;
    width: 130px;
    background: url('../gfx/logos/logo-colour.png') no-repeat;
    background-size: contain;
    color: transparent;
}
/* Close */
.close-button {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 5px;
	overflow: hidden;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	color: transparent;
	background: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: 14px;
	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;
    }	
}
/*-------------------------------- Modal // Codrops.com ---------------------------------*/
.no-scroll {
	min-height:100vh;
    height: 100vh; 
	overflow: hidden;
}
.scroll {
    overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.container {
	min-height: 100%;
}
.md-modal {
	position: fixed;
    z-index: 9999;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-modal .md-content {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #FFF;
}
.md-modal .md-content .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: url('../gfx/banners/home.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
}
.md-modal .md-content .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
}
.md-modal .md-content .right .right-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 50px 0px 50px 0px;
}
/* Styles */
.md-modal .md-content .right .right-contain h2 {
    font-size: 2.2em;
    line-height: 1.2em;
}
.md-modal .md-content .right .right-contain p {
    font-size: 1em;
    line-height: 1.5em;
}
.md-modal .md-content .right .right-contain .btn {
    position: relative;
	display: inline-block;
	margin: 20px 20px 0px 0px;
	padding: 10px 40px 10px 40px;
	font-size: 1em;
    letter-spacing: 2px;
	text-align: center;
    border-radius: 5px;
    background: #707817;
    color: #FFF;
}
.md-modal .md-content .right .right-contain .btn:hover,
.md-modal .md-content .right .right-contain .btn:focus {
    background: #4b3048;
	transition: 0.2s all;
}
/* Close */
.md-modal .md-content .close-button {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    background: #707817;
    border-radius: 50%;
}
.md-modal .md-content .close-button::before,
.md-modal .md-content .close-button::after {
	content: '';
    top: 15px;
    background: #FFF;
}
.md-modal .md-content .close-button:hover,
.md-modal .md-content .close-button:focus {
    background: #4b3048;
    transform: scale(1.1);
    transition: 0.2s all;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
/* Effect 1: Fade in and scale up */
.md-effect .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*------------------------------------- Contact Form -----------------------------------*/
/* ------------ */
/* Contact Form */
/* ------------ */
.required-wrap {
	position: relative;
}
.required-wrap .arrow {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transform: translateY(-50%) rotate(90deg);
	height: 20px;
	width: 20px;
	fill: #CBCBCB;
}
.required-wrap .icon {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #CBCBCB;
}
.required-wrap .icon-notes {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #CBCBCB;
}
/* Structure */
.g-recaptcha {
    display: none;
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#form .required-wrap .astrix-t {
	right: 20px;
}
#form {
    position: relative;
	padding: 30px 0px 0px 0px;
	margin: 0;
}
#form p {
    position: absolute;
    bottom: 0;
    right: 0;
	font-size: 0.9em;
    line-height: 1.5em;
}
#form #q4 {
	margin-bottom: 20px;
}
#form #recap {
	position: absolute;
	z-index: 9999;
}
#form #vehicle-colour {
    display: none;
    visibility: hidden;
    opacity: 0;
}
/* ----------- */
/* Form Inputs */
/* ----------- */
#form input[type="text"],
#form input[type="email"],
#form input[type="phone"] {
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
	/* Font Styles */
  	color: #4b3048;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: #F7F7F7;
    border: 1px solid #EBEBEB;
  	margin: 0px 0px 20px 0px;
 	padding: 15px 20px 15px 20px;
	border-radius: 3px;
}
#form select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
	/* Font Styles */
  	color: #4b3048;
  	font-size: 1em;
  	box-shadow: none;
  	background: #F7F7F7;
    border: 1px solid #EBEBEB;
  	margin: 0px 1.65% 20px 0px;
  	padding: 15px 20px 15px 20px;
	border-radius: 3px;
}
#form textarea {
	width: 100%;
	height: 100px;
	display: block;
	/* Font Styles */
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
	/* Font Styles */
  	color: #4b3048;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: #F7F7F7;
    border: 1px solid #EBEBEB;
  	margin-bottom: 15px; 
	padding: 15px 20px 15px 20px;
	border-radius: 3px;
}
/* ------------- */
/* Submit Button */
/* ------------- */
#form #submit-btn {
	display: inline-block;
  	color: #FFF;
	/* Font Styles */
	font-family: lato,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
	/* Font Styles */
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: #707817;
  	border: none;
	padding: 15px 40px 15px 40px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
}
#form #submit-btn:hover,
#form #submit-btn:focus {
	background: #4b3048;
	transition: 0.2s ease;
}
.green-bg #form #submit-btn {
    background: #4b3048;
}
.green-bg #form #submit-btn:hover,
.green-bg #form #submit-btn:focus {
    background: rgba(0,0,0,0.3);
	transition: 0.2s ease;
}
/* ------ */
/* Hovers */
/* ------ */
#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="phone"]:focus,
#form select:focus,
#form textarea:focus {
    outline: none !important;
    border: 1px solid #707817;
    box-shadow: none;
}
.green-bg #form input[type="text"]:focus,
.green-bg #form input[type="email"]:focus,
.green-bg #form input[type="phone"]:focus,
.green-bg #form select:focus,
.green-bg #form textarea:focus {
    outline: none !important;
    border: 1px solid #4b3048;
    box-shadow: none;
}
/* ------------ */
/* Placeholders */
/* ------------ */
#form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BBBBBB;
}
#form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BBBBBB;
    opacity:  1;
}
#form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BBBBBB;
    opacity:  1;
}
#form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BBBBBB;
}
/*------------------------------------- Media Queries -----------------------------------*/
@media (max-width: 1600px){
	/* Navigation */
    #header #urgent p,
    #header #header-bar,
    #main {
    width: 80%;
    }
    #main .main-inner li,
    #floaty .floaty-inner li {
	padding: 8px;
	margin: 0px 0px 0px 10px;
    }
    /* Banner */
    .banner .banner-inner,
    .banner-s .banner-inner {
    width: 80%;
    }
    /* Wrapper */
    .wrapper {
    width: 80%;
    }
    /* Footer */
    .second-stage {
    width: 80%;
    }
}
@media (min-width: 1025px){
	/* Mobile Menu */
	.menu-button {
	display: none;
	}
}
@media (max-width: 1024px){
	/* Mobile Menu */
    :target:before {
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0;
    }
    .menu-button {
	display: inline;
	}
    .centred {
    text-align: left;
    }
    .remain {
    text-align: center;
    }
    /* Navigation */
    #floaty,
    #main .main-inner li,
    #floaty .floaty-inner li {
	display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Wrapper */
    .wrapper .accent {
	margin: 30px 0px 30px 0px;
    }
    .wrapper #menus li {
    width: 25%;
    padding: 20px;
    }
    .wrapper #menus li .icon {
    width: 125px;
    height: 145px;
    margin: 0 auto;
    }
    .wrapper #welcome p,
    .wrapper #about p {
    max-width: none;
    }
    .wrapper .floated-text #giftcards::before {
    left: auto;
    right: 0;
    transform: translateX(0%) translateY(-50%);
    }
    .gallery .photo {
    min-height: 300px;
    }
    /* Footer */
    footer .wrapper .col {
    width: 100%;
    float: none;
    min-height: 0;
    }
    footer .wrapper .col #logo-footer {
    position: absolute;
    z-index: 2;
	top: 50%;
	left: 0;
    transform: translateY(-50%) translateX(0%);
    }
    footer .wrapper .col:nth-of-type(2) {
    width: 100%;
    padding: 30px 0px 30px 0px;
    margin: 30px 0px 30px 0px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    }
    /* Modals */
    .md-modal .md-content .close-button {
    top: 30px;
    }
    .md-modal {
	width: 100%;
    max-width: none;
    height: 100vh;
    }
    .md-modal .md-content {
    height: 100vh;
    }
    .md-modal .md-content .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url('../gfx/banners/home.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    }
    .md-modal .md-content .left::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
     height: 28px;
    width: 200px;
    background: url('../gfx/logos/logo-colour.png') no-repeat;
    background-size: contain;
    }
    .md-modal .md-content .right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    }
    .md-modal .md-content .right .right-contain {
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 250px 0px 50px 0px;
    margin: 0 auto;
    }
    /* Forms */
    #form p {
    position: static;
    bottom: auto;
    right: auto;
	margin: 30px 0px 0px 0px;
    }
    #form #submit-btn {
    width: 100%;
    }
}
@media (max-width: 768px){
    /* Navigation */
    #header-bar {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Banner */
    .banner,
    .banner-s {
    position: relative;
	height: auto;
    padding: 150px 0px 100px 0px;
    border-top: 8px solid #707817;
    }
    .banner .banner-inner,
    .banner-s .banner-inner {
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
    margin: 0 auto;
    }
    .banner .banner-inner p br,
    .banner-s .banner-inner p br {
    display: none;
    }
    /* Graphics */
    .graphic-container .olives-top,
    .graphic-container .olives-bottom {
    display: none;
    opacity: 0;
    visibility: hidden;
    }
    /* Banner Images */
    #home-bg {
	background-position: center;
    }
    /* Wrapper */
    /*br {
    display: none;
    }*/
    .banner .banner-inner .btn,
    .wrapper .btn {
    width: 100%;
    }
    .wrapper #menus li {
    display: block;
    width: 50%;
    float: left;
    padding: 30px;
    background: #FFF;
    border-radius: 5px;
    }
    .wrapper #welcome,
    .wrapper .floated-text {
     margin: 0;
    }
    .wrapper #welcome::before,
    .wrapper #welcome::after,
    .wrapper #open::before,
    .wrapper #open::after {
    opacity: 0;
    display: none;
    visibility: hidden;
    }
    .wrapper .floated-text .text-left,
    .wrapper .floated-text .text-right {
    width: 100%;
    padding: 0px 0px 250px 0px;
    margin: -50px 0px 0px 0px;
    }
    .wrapper .floated-text #giftcards {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    transform: translateY(0%);
    width: 100%;
    height: 200px;
    }
    .wrapper .floated-text #giftcards::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 300px;
    height: 189px;
    background: url('../gfx/graphics/giftcard.jpg') no-repeat;
    background-size: contain;
    }
    .wrapper #about {
    padding: 350px 50px 50px 50px;
    }
    .wrapper #about .btn {
    position: static;
    bottom: auto;
    left: auto;
    transform: translateX(0%);
    }
    .gallery .photo {
    width: 100%;
    min-height: 300px;
    float: none;
    }
    .gallery .photo:nth-of-type(1) {
    border-right: none;
    border-bottom: 10px solid #FFF;
    box-sizing: border-box;
    }
    .gallery .photo:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-bottom: 10px solid #FFF;
    box-sizing: border-box;
    }
    .gallery .photo:nth-of-type(3) {
    border-left: none;
    border-bottom: none;
    }
    /* Footer */
    #ota {
	position: static;
	top: auto;
    transform: translateY(0%);
	right: auto;
	display: block;
	margin: 10px 0px 0px 0px;
    }
}
@media (max-width: 520px){
    .wrapper #menus li .icon {
    width: 90px;
    height: 105px;
    margin: 0 auto;
    }
}