<!DOCTYPE html>
<html>
    <head>
        <title>Coming soon</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="stylesheet" type="text/css" href="/suspend/css/styles.css" media="all" />
        <link rel="icon" href="/suspend/images/favicon.ico" type="image/x-icon" />
        <link rel="shortcut icon" href="/suspend/images/favicon.ico" type="image/x-icon" />
        <script type="text/javascript" src="/suspend/js/jquery-1.10.2.min.js"></script>
        <style>
            @font-face {
                font-family: 'ConduitBold';
                src: url('../skin/frontend/technogym/default/fonts/conduit_bold-webfont.eot');
                src: url('../skin/frontend/technogym/default/fonts/conduit_bold-webfont.eot?#iefix') format('embedded-opentype'),
                    url('../skin/frontend/technogym/default/fonts/conduit_bold-webfont.woff2') format('woff2'),
                    url('../skin/frontend/technogym/default/fonts/conduit_bold-webfont.woff') format('woff'),
                    url('../skin/frontend/technogym/default/fonts/conduit_bold-webfont.ttf') format('truetype'),
                    url('../skin/frontend/technogym/default/fonts/conduit_bold-webfont.svg#conduititc_ttbold') format('svg');
                font-weight: normal;
                font-style: normal;
            }
        </style>
    </head>
    <body class="suspend-page">
        <div class="wrapper">
            <div class="page">
                <div class="img-container">
                    <div class="message">
                        <img src="/suspend/images/technogym.png" alt="Technogym"/>
                        <div class="clear clearer clearfix"></div>
                        <h1>The website is under scheduled maintenance</h1>
                        <h2>The service will be up and running again soon</h2>
                    </div>
                </div>
            </div>  
        </div>
        <script>
            (function ($, w, d) {
                $(w).ready(function () {
                    $('.img-container').css('min-height', $(w).height());
                });

                $(w).resize(function () {
                    $('.img-container').css('min-height', $(w).height());
                });
            })(jQuery, document, window);

            (function (i, s, o, g, r, a, m) {
                i['GoogleAnalyticsObject'] = r;
                i[r] = i[r] || function () {
                    (i[r].q = i[r].q || []).push(arguments)
                }, i[r].l = 1 * new Date();
                a = s.createElement(o),
                        m = s.getElementsByTagName(o)[0];
                a.async = 1;
                a.src = g;
                m.parentNode.insertBefore(a, m)
            })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

            ga('create', 'UA-2757687-1', 'auto');
            ga('send', 'pageview');
        </script>
    </body>
</html>
