html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'baron';
    src: url('/fonts/baronkuffnerce-webfont.woff2') format('woff2'),
    url('/fonts/baronkuffnerce-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    text-align: center;
    background: #000000;
    font-family: arial, sans-serif;
    color: #808080;
}

a, a:visited {
    color: #F6781C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.ct-img-left img, .ct-img-right img {
    border: solid #FFFFFF 2px;
    border-radius: 3px;
}

.ct-img-left {
    float: left;
    margin: 0 20px 32px 0;
}

.ct-img-left img {
    max-width: 370px;
}

.ct-img-right {
    float: right;
    margin: 0 0 16px 32px;
}

.ct-img-right img {
    max-width: 240px;
}

.ct-wrapper {
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
}

.ct-header {
    background-image: url('/img/ct-shop-background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 225px;
}

.ct-logo {
    background-image: url('/img/ct-logo-background.png');
    background-repeat: no-repeat;
    background-position: 45% 100%;
    height: 225px;
    position: relative;
}

.ct-header h1 {
    font-family: baron, 'sans-serif';
    color: #F6781C;
    text-transform: uppercase;
    font-size: 4.5rem;
    transform: rotate(-9deg);
    position: relative;
    top: 56px;
    left: -2.5%;
    line-height: 0.9;
    width: 320px;
    margin: 0 auto;
}

.ct-header h1 span {
    color: #BA0808;
    text-indent: 90px;
    display: block;
}

.ct-header h2 {
    font-family: baron, sans-serif;
    color: #4D4D4D;
    text-transform: uppercase;
    position: absolute;
    bottom: 12px;
    left: 56%;
    display: none;
}

.ct-menu ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.ct-menu {
    background-image: url('/img/ct-menu-background.png');
    background-repeat: repeat;
    background-position: center top;
    position: relative;
}

.ct-menu ul {
    height: 62px;
    text-align: center;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
}

.ct-menu li {
    display: inline-block;
    text-align: center;
    line-height: 32px;
}

.ct-menu i {
    font-size: 24px;
    display: none;
}

.ct-menu-link, .ct-menu-link:visited {
    display: block;
    padding: 16px 32px;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 0 3px #606060;
    transition: .2s;
}

.ct-menu-link:hover {
    text-decoration: none;
    color: #F6781C;
    text-shadow: 0 0 3px #84400E;
}

.ct-menu-link span {
    margin-left: 6px;
    position: relative;
    top: -2px;
}

.ct-f {
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 12;
}

.ct-f-icon {
    height: 77px;
    width: 77px;
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    left: calc(100% - 77px);
}

.ct-f-iframe {
    background-color: #FFFFFF;
    border: solid #FFFFFF 3px;
    border-bottom-width: 4px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-page {
    background-image: url('/img/ct-page-background-top.jpg'), url('/img/ct-page-background-bottom.jpg'), url('/img/ct-page-background-fix.jpg');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center top;
    min-height: 335px;
    margin: 16px 0;
    padding-bottom: 42px;
}

.ct-page:first-of-type h2 {
    visibility: hidden;
}

.ct-page > h2 {
    line-height: 60px;
    color: #FFFFFF;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 3px #606060;
}

.ct-page-body {
    text-align: left;
    padding: 20px 32px 16px;
}

.ct-page-body h3 {
    text-align: center;
    padding: 6px 16px;
    background: #F6781C;
    border-radius: 2px;
    margin: 0 auto;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000;
    line-height: 1.3;
}

.ct-h3-wrapper {
    margin: 24px 0 16px;
}

.ct-page-body p {
    line-height: 1.25;
    margin-bottom: 8px;
}

.ct-page-body p span, .ct-page-body p strong {
    color: #F6781C;
}

.ct-page-body ul {
    list-style-type: square;
    margin-left: 32px;
    text-align: left;
}

.ct-page-body ul li {
    line-height: 1.25;
    margin-bottom: 6px;
}

.ct-page-body .ct-box {
    margin: 24px auto 48px;
    text-align: center;
    max-width: 640px;
}

.ct-page-body .ct-box ul {
    margin-left: 0;
}

.ct-gallery {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.ct-gallery a {
    display: inline-block;
    margin: 16px;
    width: 180px;
}

.ct-gallery img {
    border: solid #FFFFFF 2px;
    border-radius: 3px;
    transition: .2s;
}

.ct-gallery img:hover {
    border-color: #F6781C;
}

.ct-opening-hours {
    margin-bottom: 16px;
    min-height: 210px;
}

.ct-opening-hours th {
    padding: 12px 0;
    text-decoration: underline;
}

.ct-opening-hours td {
    width: 128px;
    height: 24px;
    vertical-align: middle;
}

.ct-contact-body {
    float: left;
}

.ct-contact-body h3:first-of-type {
    margin-bottom: 16px;
}

.ct-contact-heading {
    margin: 16px 0 !important;
}

.ct-contact-link {
    margin-left: 12px;
}

.ct-map {
    float: right;
    border: solid #FFFFFF 2px;
    border-radius: 3px;
    background: #FFFFFF;
    width: 440px;
    height: 480px;
    overflow: hidden;
}

.ct-clear {
    clear: both;
}

.ct-footer {
    height: 103px;
    background-image: url('/img/ct-footer-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.ct-footer p {
    line-height: 87px;
    font-size: 0.75rem;
}

.ct-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #686565 url('/img/ct-up-arrow.png') no-repeat center 43% / 50%;
    border-radius: 50%;
    transition: background-color .2s;
}

.ct-to-top:hover {
    background-color: #F4771B;
}

@media screen and (max-width: 899px) {
    .ct-map {
        width: 480px;
        margin: 32px auto;
        float: none;
    }

    .ct-contact-body {
        float: none;
        text-align: center;
    }

    .ct-opening-hours {
        margin: 0 auto 16px;
    }
}

@media screen and (max-width: 767px) {
    .ct-f {
        top: 32px;
    }

    .ct-f-icon {
        height: 40px;
        width: 40px;
        left: calc(100% - 40px);
    }

    .ct-header {
        background-position: 25% 0;
    }

    .ct-menu i {
        display: block;
    }

    .ct-menu span {
        display: none;
    }

    .ct-menu-link {
        font-size: 16px;
        padding: 16px;
    }

    .ct-img-right img {
        max-width: 120px;
    }

    .ct-page-body .ct-box {
        margin-left: 16px;
    }

    .ct-map {
        width: 100%;
        height: 320px;
        max-width: 480px;
    }
}

@media screen and (max-width: 480px) {
    .ct-menu-link {
        padding: 16px 10px;
    }

    .ct-img-right {
        float: none;
        margin: 0 0 32px;
        text-align: center;
    }

    .ct-img-right img {
        max-width: 180px;
    }

    .ct-h3-wrapper {
        text-align: center;
    }

    .ct-contact-link {
        display: block;
        margin: 0 0 12px;
    }

    .ct-gallery a {
        margin: 12px;
    }
}

.cookie {
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 28px);
    min-height: 45px;
    z-index: 9999;
    border-top: solid #f6781c 1px;
    padding: 14px;
    color: #000000;
}

.cookie__inner {
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
}

.cookie__left {
    float: left;
    max-width: 720px;
    line-height: 1.5
}

.cookie .cookie__button {
    float: right;
    text-decoration: none;
    background: #f6781c;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
}

.cookie a {
    text-decoration: underline;
    color: #f6781c;
}
