/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #efeeee;
}
#content img {
    max-width:100%;
    height:auto !important;
}
section, article, nav, main {
    display:block;
}
.contentwrap {
    max-width: 1450px;
    box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}
nav ul {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 10;
}
nav li {
    display: inline-block;
    font-family: 'bebas-neue', sans-serif;
    letter-spacing: 2.5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 2%;
}
nav li:first-of-type {
    margin-left:0;
}
nav li > a {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/** table layouts **/
.table {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col {
    display: table-cell;
    height: 100%;
    width:50%;
    vertical-align: top;
}
.logo h1 {
    margin:0;
}

/* global form styles */
form input, form button {
    border:0;
}
input,
textarea {
    position: relative;
    width: 100%;
}
label.infield {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #484847;
    z-index: 2;
}
label.error {
    color: red;
    display: block;
}

/* text styles */
a:link, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}
.tel:hover {
/* if needed override hover color */
}

/* ==========================================================================
   Header
 ========================================================================== */
.home-page header.top {
    position:absolute;
    padding-bottom: 5%;
    background: rgba(255, 255, 255, 0.75);
    /* IE9, iOS 3.2+ */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(255, 255, 255)),color-stop(1, rgba(255, 255, 255, 0)));
    /* Android 2.3 */
    background: -webkit-repeating-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: repeating-linear-gradient(to bottom,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(255, 255, 255, 0) 100%);
    background: -ms-repeating-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(255, 255, 255, 0) 100%);
}

/** sub pages **/
.page header.top {
    background: #000;
    color:#f4c7c7;
    min-height: 83px;
}
.page .header-menu li.depth-0 > ul {
    background-color: #000;
}
.page .header-menu li.depth-1:hover {
    background-color: #464646;
}

/** general **/
header.top {
    /*position: absolute;*/
    top:0;
    left:0;
    width: 100%;
}
header.top .contentwrap {
    position: relative;
    padding: 20px 145px 20px 200px;
}
header.top .logo {
    position: absolute;
    top: 20px;
    left:20px;
    z-index: 50;
}

.header-menu > ul {
    display: block;
    text-align: right;
}
.header-menu li.depth-0.has-sub {
    position: relative;
}
.header-menu li.depth-0:hover > ul {
    display: block;
}
.header-menu li.depth-0 > ul {
    position: absolute;
    text-align: center;
    display: none;
    top: 100%;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    background-color: #ebebed;
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.41);
}
.header-menu li.depth-1 {
    display: block;
    margin:0;
}
.header-menu li.depth-1:hover {
    background-color: #fca8a8;
}
.header-menu li.depth-1 > ul {
    display: none;
}

header .social-links {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    right: 20px;
    top: 20px;
    z-index:1000;
}
header .site-links {
    margin-right: 5px;
}
header .social-links img {
    width: 30px;
    height: 30px;
    margin: 5px;
}
#mobile-menu {
    display: none;
    position: absolute;
    position: fixed;
    top:20px;
    right:20px;
    background: #000000 url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/menu-icon.svg') center no-repeat;
    background-size: 24px;
    font-size: 24px;
    padding: 8px;
    width: 24px;
    height: 24px;
    margin: 2px;
    margin-bottom: 0;
    cursor: pointer;
    z-index:10000;
}
.page #mobile-menu {
    background-color:#464646;
    background-image: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/menu-icon-pink.svg');
}

/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #ccc;
    width:240px;
    z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	right: -240px;
	overflow-y:scroll;
}
.slide-menu-active .slide-menu {
    right: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    left:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	padding: 1em;
	color:#fff;
	background:#999;
	margin:0;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul ul {
	display:none;
}
.slide-menu li {
    position:relative;
    display:block;
    margin:0;
}
.slide-menu li > ul {
    display:none;
}
.slide-menu li.expand-active > ul {
    display:block;
}
.slide-menu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	border-bottom: 1px solid #666;
	padding: 18px;
	text-decoration:none;
}
.slide-menu a:hover {
	background: #f4c7c7;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #030b16;
    height: 59px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 62px;
    width: 48px;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* ==========================================================================
   Footer
 ========================================================================== */
footer.bottom {
    position: relative;
    background: #ebebed;
    padding-top:1px;
}

/** content **/
.bottom-blerb {
    position: relative;
    margin-top:-29vw;
    margin-bottom:-5vw;
    padding-top: 29.5vw;
    text-align: center;
    z-index: 2;
    background-image:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/footer-triangle-bg.svg');
    background-size:100%;
    background-position:top center;
    background-repeat:no-repeat;
    min-height:50vw;
    box-sizing:border-box;
    font-size: 18px;
}
.bottom-blerb h4 {
    font-family: 'bebas-neue', sans-serif;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin:0;
    font-size:120%;
}
.bottom-blerb p.sub-heading {
    margin:0;
    font-size:110%;
}
.bottom-blerb a {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.bottom-blerb img {
    width: 35px;
    height: 35px;
}
.bottom-blerb-content {
    margin:0 auto;
    max-width:25vw;
}
footer.bottom .contentwrap {
    padding-bottom: 20px;
}

/** under part **/
footer.bottom .left {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 180px;
    min-height: 130px;
    box-sizing: border-box;
}
footer.bottom .logo {
    position: absolute;
    right: 0;
    top: 0;
}

.site-map li {
    margin: 0 1%;
}
footer.bottom .details {
    display:table;
}
footer.bottom .details > div {
    display:table-cell;
    padding-right:20px;
}
footer.bottom .hours-title,
footer.bottom .hours-content {
    display:table-cell;
}
footer.bottom .hours-title {
    padding-right: 20px;
}
.opening-hours {
    display:block;
}
/** bykeo ***/
.bykeo {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}
.bykeo a { color: grey; }
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    transform-origin: center;
    transform: translateX(-200%) rotate(-360deg);
}

/* ==========================================================================
   Home Page
 ========================================================================== */
/**** banner ****/
.banners-home-banner .banner-stage {
    position: relative;
    padding-top: 55%;
}
.banners-home-banner .banner {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-size:cover;
    background-position:center;
}
.banner-content,
.banner-navigation {
    display: none;
}

/*** main area ***/
main.middle {
    position: relative;
}
.home-page main.middle {
    background: #ebebed;
    padding-top:1px;
}
.home-page main.middle .button::before {
    background-color: #f0f0f2;
}
.circle.logo {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -100px;
    display: inline-table;
    width: 200px;
    height: 200px;
    background: #000;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 6;
}
.circle.logo .col {
    text-align: center;
    vertical-align: middle;
}

/*** top section ***/
.home-page main .triangle-bg {
    background:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/triangle-bg.svg') center no-repeat;
    background-size:contain;
    padding-top:47%;
    position:relative;
    margin-top:-22%;
    z-index:1000;
}
.home-page main .triangle-bg .intro-line {
    position: absolute;
    top: 63%;
    left:35%;
    width: 30%;
    font-family: 'verveine', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display:table;
    height:8.5vw;
}
.home-page main .triangle-bg .intro-line > div {
    display:table-cell;
    vertical-align:middle;
}
.home-page main .background-image {
    position: absolute;
    top: 3%;
    left:0;
    display: inline-block;
    width: 50%;
    padding-top: 40%;
    background-repeat: no-repeat;
    background-size: cover;
}
/** cta pages **/
.cta {
    text-align:center;
}
.cta1 {
    padding-left:55%;
    min-height: 455px;
}
.cta1 .sub-heading {
    color:#b1b1b1;
}
.second-cta {
    padding-bottom:500px;
}
.cta2 .circle {
    float: right;
    background-image:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/plant.jpg');
    background-size:cover;
    background-position:center;
    margin-left:3%;
    height:500px;
}
.cta2 .cta-content {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}


/*** products section ***/
.wallpaper {
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/tile.jpg') repeat;
    text-align:center;
    padding: 50px 0;
}
.home-products {
    margin-top:-400px;
}
.home-products .contentwrap {
    background:#ffffff;
    z-index:100;
    position:relative;
}
.home-products h2 {
    margin:0;
    padding-top:1em;
}
.home-products h3 {
    color:#eb9c9c;
    font-family: 'verveine', sans-serif;
    text-transform: uppercase;
    margin-top:0;
}
.home-products::before {
    position:absolute;
    content:"";
    background:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/pink-triangle.svg') center no-repeat;
    padding-top:44%;
    width: 100%;
    left: 0;
    right:0;
    background-size: contain;
    z-index:1
    margin-top:-200px
}
.product-gallery .kmsgallery {
    font-size:0;
}
.product-gallery .kmsgallery-thumbnail-image {
    width:25%;
    height:368px;
    margin:0;
}

.gift-voucher {
    background-image:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/voucher.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    padding-top:30%;
    margin-top:100px;
    display:block;
    z-index: 1000;
    position: relative;
}

/* ==========================================================================
   Content Page
 ========================================================================== */
/**** banner ****/
body.page {
    background:#fff;
}
.page .contentwrap {
    max-width:1150px;
}
.page #banner {
    padding-top: 33%;
    background-size: cover;
    background-position: center;
}
.page main.middle {
    min-height:50px;
    padding-bottom:29vw;
}
.page main.middle a {
    color:#ea8080;
}
.page main.middle::after {
    content:"";
    display:block;
    clear:both;
}
.page-title {
    background:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/subpage-triangle-bg.svg') no-repeat;
    background-size:cover;
    background-position:center;
    text-align: center;
    height: 28vw;
    margin-top: -13.4vw;
    padding-top: 15.4vw;
    box-sizing:border-box;
    margin-bottom: -6vw;
}
.page footer.bottom .top-blerb {
    background:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/runway/app_files/img/subpage-footer-triangle-bg.svg') no-repeat;
}
.sub-page {
    display:table;
    margin-bottom:5vw;
}
.sub-page-graphic.circle {
    width: 400px;
    height: 400px;
    background-size:cover;
    background-position:center;
    margin:20px;
}
.sub-page-content {
    display:table-cell;
    vertical-align:middle;
}
.sub-page-content:first-child {
    padding-right: 2vw;
}
.sub-page-content .circle {
    margin:0;
}
/* ==========================================================================
   Contact Page
 ========================================================================== */
.page.contact main.middle {
    padding-bottom:0;
}
.page.contact main.middle .wallpaper {
    padding-bottom:500px;
}
.location-map-wrap {
    padding-top:100%;
    position:relative;
}
.location-map {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border:none;
    border-radius:50%;
    width:100%;
    height:100%;
}
.contact-form input,
.contact-form textarea {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
.contact-form input,
.contact-form textarea,
.infield-active label.infield {
    width:100%;
    height:50px;
    line-height:50px;
    border:none;
    padding:5px;
    text-align:left;
}
.contact-form textarea {
    height:150px;
}
.infield-active p {
    position:relative;
}
.infield-active label.infield {
    position:absolute;
}
/* ==========================================================================
   Purchase Page
 ========================================================================== */
.purchase-form {
    max-width:400px;
}
.purchase-form input,
.purchase-form select,
.purchase-form textarea,
#card-element {
    padding:5px;
    border:1px solid black;
    width:100%;
    margin-bottom:20px;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
}

.purchase-form textarea {
    height:10em;
}
.purchase-form .btn {
    border-radius:5px;
}
.voucher-code {
    font-family: 'bebas-neue', sans-serif;
    letter-spacing: 2.5px;
    font-size: 24px;
}
/* ==========================================================================
   media queries
 ========================================================================== */
 @media only screen and (max-width:1600px) {
    .page-title {
        margin-bottom:-4vw;
    }
 }
 @media only screen and (max-width:1400px) {
    .circle.logo {
        top:25%;
        height:15vw;
        width:15vw;
        margin-left:-7.5vw;
    }
    .circle.logo img {
        max-width:75%;
    }

    .home-page main .triangle-bg .intro-line {
        top:55%;
        font-size:1.33vw;
    }
    .bottom-blerb {
        font-size:1.5vw;
    }
    .product-gallery .kmsgallery-thumbnail-image {
        height:25vw;
    }
    .page-title {
        margin-bottom:0;
    }
 }
@media only screen and (max-width:960px) {
    #mobile-menu {
        display:block;
    }
    header .social-links {
        right: 80px;
    }
    .header-menu {
        display:none;
    }
    .slide-menu {
        display:block;
    }
    .slide-menu-active .site-content-menu-slide {
        right: 240px;
    }
    .slide-menu-active #mobile-menu {
        right: 260px;
    }
    .bottom-blerb {
        padding-top:26vw;
    }
    .bottom-blerb-content {
        max-width:20vw;
    }
    .site-map li {
        width:33%;
        margin:0;
    }
    .page-title {
        margin-bottom:2vw;
    }
}
@media only screen and (max-width:760px) {
    #content img {
        float:none !important;
        margin:auto !important;
        display:block;
    }
    .home-page main .triangle-bg .intro-line {
        display:none;
    }
    .home-page main .background-image {
        position:relative;
        display:block;
        width:auto;
        margin-top:-15vw;
    }
    .cta1 {
        padding-left:0;
    }
    .cta2 .circle {
        float:none;
        padding-top: 100%;
        height: 0;
    }
    .product-gallery .kmsgallery-thumbnail-image {
        width:50%;
        height:50vw;
    }
    footer.bottom .details,
    footer.bottom .details > div {
        display:block;
        padding-right:0;
    }
    .sub-page {
        display:block;
        position:relative;
    }
    .sub-page-content {
        display:block;
        width:auto;
    }
    .sub-page-content.content-text {
        padding-top:105%;
    }
    .sub-page-graphic,
    .sub-page-graphic.circle {
        position:absolute;
        top:0;
        left:0;
        right:0;
        padding-top:100%;
        width: 100%;
        height: 0;
    }
}
@media only screen and (max-width:650px) {
    .home-page header.top {
        position:static;
    }
    .banners-home-banner .banner-stage {
        top:-12vw;
    }
    header.top .logo,
    header .social-links {
        position:relative;
        top:0;
        right:0;
        left:0;
    }
    header.top .contentwrap {
        padding:20px;
    }
    .home-page main .triangle-bg {
        margin-top: -34%;
    }
    .page main.middle {
        padding-bottom:100px;
    }
    .bottom-blerb {
        padding-top: 200px;
        background-size: 700px;
        margin-bottom:0;
        height:300px;
    }
    .bottom-blerb-content {
        max-width: 200px;
    }
    footer.bottom .left {
        padding-right:0;
    }
    .site-map li {
        width:50%;
        margin:0;
    }
    footer.bottom .logo {
        position:static;
        margin: 0 auto;
    }
}
@media only screen and (max-width:400px) {
    .site-map li {
        width:auto;
        display:block;
    }
}