﻿<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Rocktime - Holding page</title>
    <link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,800" rel="stylesheet">
    <style>

        html {
            line-height: 1.15;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%
        }

        article, aside, footer, header, nav, section {
            display: block
        }

        *, *:before, *:after {
            box-sizing: inherit;
        }

        body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr {
            margin: 0;
            padding: 0
        }

        html {
            font-size: 62.5%;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0
        }

        body {
            position: relative;
            color: #1B1B1B;
            font-size: 16px;
            font-size: 1.6rem;
            font-family: "Open Sans",sans-serif;
            font-weight: normal;
            line-height: 1.5;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0
        }

        @media (min-width: 768px) {
            body {
                font-size: 18px;
                font-size: 1.8rem;
            }
        }

        h1, h2, h3, h4, h5, h6 {
            font-weight: normal;
            line-height: 1.2;
            margin-bottom: 1em
        }

        h1 {
            font-size: 50px;
            font-size: 5rem;
            letter-spacing: -1px;
            margin-bottom: 1.3em
        }

        @media (min-width: 768px) {
            h1 {
                font-size: 68px;
                font-size: 6.8rem;
                margin-bottom: 1em
            }
        }

        h2 {
            font-size: 22px;
            font-size: 2.2rem;
            letter-spacing: -1.5px;
            font-weight: 600;
            margin-bottom: 1.2em
        }

        @media (min-width: 768px) {
            h2 {
                font-size: 28px;
                font-size: 2.8rem
            }
        }

        @media (min-width: 1024px) {
            h2 {
                font-size: 32px;
                font-size: 3.2rem;
                margin-bottom: 0.6em
            }
        }

        @media (min-width: 1280px) {
            h2 {
                font-size: 40px;
                font-size: 4rem
            }
        }

        h3 {
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 600;
            margin-bottom: 1.2em
        }

        @media (min-width: 768px) {
            h3 {
                font-size: 24px;
                font-size: 2.4rem
            }
        }

        h4 {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 500;
            margin-bottom: 1.2em
        }

        @media (min-width: 768px) {
            h4 {
                font-size: 22px;
                font-size: 2.2rem
            }
        }

        h5 {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 600
        }

        h6 {
            font-size: 18px;
            font-size: 1.8rem
        }

        ul, ol, dl, dd, blockquote, p, address, hr, table, fieldset, figure, pre {
            margin-bottom: 1em
        }

        .bold {
            font-weight: bold
        }

        strong {
            font-weight: bold
        }

        p, li, a {
            line-height: 1.5
        }

        p {
            margin-bottom: 1em
        }

            p:last-child {
                margin-bottom: 0
            }

        a {
            color: #000000;
            text-decoration: none
        }

        ul, ol {
            list-style: none;
            margin: 0
        }

        li {
            padding: 0;
            margin: 0
        }

        .o-wrap {
            width: 100%;
            max-width: 874px;
            margin: 0 auto;
        }

        .o-gutter {
            padding: 0 2rem;
        }

        .o-content-wrap {
            padding: 2rem 0;
        }

        .c-site-header {
            text-align: center;
        }

        .c-site-header__logo {
            display: inline-block;
            width: 170px;
            height: 34px;
        }

            .c-site-header__logo a {
                display: block;
            }

        .c-content a {
            text-decoration: none;
            font-weight: 700;
        }

            .c-content a:hover {
                /*text-decoration: underline;*/
                color: #C12000;
            }

        .c-content ul:last-child {
            margin-bottom: 0;
        }

        .c-content ul > li {
            position: relative;
            padding: 0 0 0.5rem 2rem;
        }

            .c-content ul > li:last-child {
                padding-bottom: 0;
            }

            .c-content ul > li:before {
                content: "";
                position: absolute;
                top: 0.8rem;
                left: 0;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #000000;
            }

            .c-content ul > li ul {
                margin-left: 24px;
                padding-top: 1rem;
            }

                .c-content ul > li ul > li:before {
                    top: 1.3rem;
                    width: 8px;
                    height: 1px;
                }

        .c-content ol {
            counter-reset: item;
        }

            .c-content ol:last-child {
                margin-bottom: 0;
            }

            .c-content ol > li {
                position: relative;
                margin: 0 0 1rem 0;
            }

                .c-content ol > li:before {
                    content: counters(item, ".") ". ";
                    counter-increment: item;
                    font-weight: 700;
                    color: #000000;
                    padding-right: 0.6rem;
                }

            .c-content ol ol {
                padding-top: 1rem;
                margin-left: 1.5em;
            }

            .c-content ol ul {
                padding-top: 0.5rem;
                margin-left: 24px;
            }

        .c-content p:last-child {
            margin-bottom: 0;
        }

        .c-content__intro {
            font-weight: 700;
            font-size: 20px;
            font-size: 2rem;
        }

        .c-page-intro {
            width: 100%;
            max-width: 1092px;
            margin: 0 auto;
            font-size: 16px;
            font-size: 1.6rem
        }

        @media only screen and (min-width: 1024px) {
            .c-page-intro {
                font-size: 24px;
                font-size: 2.4rem
            }
        }

        .c-article__content {
            padding: 2rem 0;
            font-size: 14px;
            font-size: 1.4rem
        }

        @media (min-width: 420px) {
            .c-article__content {
                padding: 2.4rem 0 1rem 0
            }
        }

        @media (min-width: 645px) {
            .c-article__content {
                padding: 3rem 0 1rem 0
            }
        }

        @media (min-width: 768px) {
            .c-article__content {
                padding: 3.5rem 0 0 0;
                font-size: 16px;
                font-size: 1.6rem
            }
        }

        @media (min-width: 1024px) {
            .c-article__content {
                padding: 4rem 0 0 0;
                font-size: 20px;
                font-size: 2rem
            }
        }

        .t-align-center {
            text-align: center !important;
        }

        .t-spacing-top {
            margin-top: 3rem;
        }

        @media (min-width: 768px) {
            .t-spacing-top {
                margin-top: 5rem;
            }
        }

        @media (min-width: 1024px) {
            .t-spacing-top {
                margin-top: 7rem;
            }
        }
    </style>
</head>
<body>
    <div class="o-site-wrapper">
        <div class="o-outer-page">
            <div class="o-main-content">
                <header class="c-site-header">
                    <div class="o-wrap">
                        <div class="o-gutter">
                            <div class="o-content-wrap">
                                <div class="c-site-header__logo">
                                    <a href="//support.rocktime.co.uk/" target="_blank">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 170 32.829" id="rocktime-logo-dark">

                                            <g id="bhlogo" data-name="Rocktime logo" transform="translate(-140 -40)">
                                                <g id="bhGroup_1" data-name="Group 1" transform="translate(154.827 49.156)">
                                                    <path id="bhPath_3" data-name="Path 3" class="bhcls-1" d="M128.519 76.736c0 6.532-4.43 11.836-11.738 11.836S105.1 83.282 105.1 76.736c0-6.49 4.472-11.836 11.639-11.836s11.78 5.333 11.78 11.836zm-17.846 0c0 3.456 2.06 6.673 6.123 6.673s6.123-3.217 6.123-6.673c0-3.414-2.37-6.729-6.123-6.729-4.021 0-6.123 3.315-6.123 6.729z" transform="translate(-105.1 -64.9)"></path>
                                                </g>
                                                <path id="bhPath_4" data-name="Path 4" class="bhcls-1" d="M710.274 3.323c0 4.331-6.574 4.331-6.574 0s6.574-4.331 6.574 0zm-6.08 5.911v23.659h5.573V9.234z" transform="translate(-464.424 39.936)"></path>
                                                <g id="bhGroup_2" data-name="Group 2" transform="translate(248.968 49.17)">
                                                    <path id="bhPath_5" data-name="Path 5" class="bhcls-1" d="M787.382 88.644V75.891c0-2.963-1.552-5.657-4.613-5.657-3.019 0-4.8 2.695-4.8 5.657v12.753H772.4V65h5.163l.409 3.132c1.185-2.285 3.795-3.1 5.939-3.1a6.732 6.732 0 0 1 6.659 4.2 8.085 8.085 0 0 1 7.435-4.2c6.391 0 9.636 4.021 9.636 10.778v12.849h-5.573V75.806c0-2.963-1.227-5.474-4.246-5.474s-4.881 2.6-4.881 5.573v12.754h-5.558z" transform="translate(-772.4 -65)"></path>
                                                </g>
                                                <path id="bhPath_6" data-name="Path 6" class="bhcls-1" d="M15.025 64.8h-5.5C3.146 64.8 0 68.736 0 75.494v12.979h5.728V75.494c0-2.85 1.058-5.276 3.795-5.46h4.613z" transform="translate(140 -15.658)"></path>
                                                <path id="bhPath_7" data-name="Path 7" class="bhcls-1" d="M1059.581 83.508h-8.987c-3.513-.2-5.671-2.158-6.024-4.74h17.578c.861-9.241-3.837-13.868-11.371-13.868-7.308 0-11.977 4.909-11.977 11.723 0 6.969 4.345 11.667 11.7 11.935h8.2zm-8.62-13.727c3.2 0 5.474 1.425 5.841 4.345h-12.147c.832-2.906 3.287-4.345 6.306-4.345z" transform="translate(-752.25 -15.744)"></path>
                                                <path id="bhPath_8" data-name="Path 8" class="bhcls-1" d="M299.58 83.24a6.1 6.1 0 0 1-6.207-6.518 6.294 6.294 0 0 1 6.207-6.6l6.377-.014v-5.194l-6.377-.014c-6.447.071-11.78 3.964-11.78 11.822s5.333 11.752 11.78 11.822l5.417.028.945-5.3h-6.377v-.032z" transform="translate(-107.198 -15.744)"></path>
                                                <path id="bhPath_9" data-name="Path 9" class="bhcls-1" d="M455.048 29.245l-8.211-9.045 8.648-9.692 1.227-1.368h-6.969l-.423.508h-.014l-7.562 9V0h-.028L436.2.973v31.841h5.544V21.937l6.8 7.844v-.014l2.624 3.047h7.167z" transform="translate(-234.662 40)"></path>
                                                <path id="bhPath_10" data-name="Path 10" class="bhcls-1" d="M605.659 47.906c-1.326-.268-2.215-1.3-2.215-3.132V34.151h6.25v-4.825H603.5V23.5l-5.6.988v20.286c0 5.262 2.807 8.041 7.181 8.225l.254.014h4.514l.889-4.966v-.141h-5.079z" transform="translate(-373.55 19.815)"></path>
                                            </g>
                                        </svg>
                                    </a>
                                </div>
                            </div>
                        </div>
                    </div>
                </header>
                <div class="o-wrap">
                    <div class="o-gutter">
                        <div class="t-align-center t-spacing-top">
                            <div class="c-content">
                                <p>We are currently experiencing technical issues with our website. Our team is working on this and we hope to be back up and running soon. </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</body>
</html>