html,
.mask {
    background-repeat: no-repeat;
}
body {
    &.branda-maintenance {
        #counter, #social {
            display: none;
        }
        .mask,
        .overall {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
        .overall {
            display: flex;
            align-items: center;
            .page {
                margin: 0 auto;
                padding: 1em 2em;
            }
        }
    }
    &.has-social {
        #social {
            display: block;
            margin: 1em 0;
            ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            a {
                color: black;
                text-decoration: none;
                opacity:.5;
                &:hover {
                    opacity:1;
                }
            }
            span {
                width: 3em;
                padding-bottom: 1em;
                &:before {
                    font-size: 2em;
                }
            }
        }
    }
    &.use-color {
        .social-logo-amazon:before      { color: #d70;    }
        .social-logo-blogger:before     { color: #f57d00; }
        .social-logo-codepen:before     { color: #000;    }
        .social-logo-dribbble:before    { color: #ea4c89; }
        .social-logo-dropbox:before     { color: #007ee5; }
        .social-logo-eventbrite:before  { color: #f6682f; }
        .social-logo-facebook:before    { color: #3b5999; }
        .social-logo-flickr:before      { color: #ff0084; }
        .social-logo-foursquare:before  { color: #f94877; }
        .social-logo-ghost:before       { color: #ecbb2e; }
        .social-logo-github:before      { color: #eb4924; }
        .social-logo-google:before      { color: #dd4b39; }
        .social-logo-instagram:before   { color: #e4405f; }
        .social-logo-linkedin:before    { color: #0077B5; }
        .social-logo-pinterest:before   { color: #bd081c; }
        .social-logo-pocket:before      { color: #ee4056; }
        .social-logo-polldaddy:before   { color: #bc0b0b; }
        .social-logo-reddit:before      { color: #ff5700; }
        .social-logo-skype:before       { color: #00AFF0; }
        .social-logo-spotify:before     { color: #1ed760; }
        .social-logo-squarespace:before { color: #000;    }
        .social-logo-stumbleupon:before { color: #eb4924; }
        .social-logo-telegram:before    { color: #eb4924; }
        .social-logo-tumblr:before      { color: #34465d; }
        .social-logo-twitter:before     { color: #55acee; }
        .social-logo-vimeo:before       { color: #1ab7ea; }
        .social-logo-whatsapp:before    { color: #25D366; }
        .social-logo-wordpress:before   { color: #21759b; }
        .social-logo-xanga:before       { color: #437fbb; }
        .social-logo-youtube:before     { color: #cd201f; }
    }
    &.has-counter {
        #counter {
            display: block;
            margin: 1em 0;
            font-size: 2em;
            font-family: monospace;
            text-align: center;
        }
        .countdown {
            font-size: 14px;
            font-family: 'sans-serif';
            padding: 4em 0;
            .clock {
                display: flex;
                .clock-item {
                    width: 21%;
                    margin: 0 2%;
                    .inner {
                        height: 0px;
                        padding-bottom: 100%;
                        position: relative;	
                        width: 100%;
                    }
                }
            }
            .clock-canvas {
                background-color: rgba(255, 255, 255, .1);
                border-radius: 50%;
                height: 0px;
                padding-bottom: 100%;
            }
            .text {
                font-size: 30px;
                font-weight: bold;
                margin-top: -50px;
                position: absolute;
                top: 50%;
                text-align: center;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
                width: 100%;
                .val {
                    font-size: 40px;
                }
                .type-time {
                    font-size: 20px;
                }
            }

            @media (min-width: 768px) and (max-width: 991px) {
                .clock-item {
                    margin-bottom: 30px;
                }
            }

            @media (max-width: 767px) {
                .clock-item {
                    margin: 0px 30px 30px 30px;
                }
            }
        }
    }
    /**
     * FlipClock tune
     */
    &.branda-maintenance-timer-flipclock {
        .clock {
            &.flip-clock-wrapper {
                margin: 40px 0 20px 0;
                min-width: 620px;
            }
        }
    }
}
