﻿    .lightcounter {
        text-align: center;
        margin: 5% 0 0 0;
    }

        .lightcounter ul.countdown_2 {
            margin: 75px 0;
            padding: 0;
            display: block;
            text-align: center;
        }

            .lightcounter ul.countdown_2 li {
                display: inline-block;
            }

                .lightcounter ul.countdown_2 li span {
                    font-size: 60px;
                    font-weight: 500;
                    line-height: 80px;
                    padding: 0 20px;
                    color: #79b7bb;
                }

                .lightcounter ul.countdown_2 li p {
                    font-size: 16px;
                    text-transform: uppercase;
                    font-weight: 100;
                    color: #79b7bb;
                }

    :focus {
        outline: none;
    }

    .lightcounter .lightnotify {
        width: 62%;
        text-align: center;
        float: none;
        display: inline-block;
    }

        .lightcounter .lightnotify p {
            float: none;
            margin: 0 0 10px 0;
            text-align: center;
            width: 65%;
            display: inline-block;
        }

        .lightcounter .lightnotify .field {
            width: 100%;
            text-align: center;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

        .lightcounter .lightnotify input[type=email] {
            background: rgba(255, 255, 255, 0.13);
            color: #fff;
            font-size: 14px;
            border: solid 3px #fff;
            padding: 0 22% 0 2%;
            width: 37%;
            height: 52px;
            float: none;
            display: inline-block;
        }

        .lightcounter .lightnotify input[type=submit] {
            background: #fff;
            margin: 0px 0 0 -129px;
            padding: 0px 20px 0px 20px;
            height: 52px;
            border: none;
            display: inline-block;
            font-weight: 900;
            cursor: pointer;
            position: relative;
            float: none;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            overflow: hidden;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
        }

            .lightcounter .lightnotify input[type=submit]:hover {
                color: #000;
                background: #F6F903;
            }

    .lightsocial {
        text-align: center;
        display: inline-block;
        margin: 42px 0 0 0;
    }

        .lightsocial ul {
        }

            .lightsocial ul li {
                text-align: center;
                float: left;
                margin: 0 7px 0 0;
                cursor: pointer;
            }

                .lightsocial ul li a.fa {
                    color: #fff;
                    font-size: 22px;
                    border: solid 2px #fff;
                    border-radius: 100%;
                    padding: 13px 0 0 0;
                    text-align: center;
                    display: inline-block;
                    width: 45px;
                    height: 32px;
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0);
                    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -moz-osx-font-smoothing: grayscale;
                    overflow: hidden;
                    -webkit-transition-duration: 0.5s;
                    transition-duration: 0.5s;
                    -webkit-transition-property: color, background-color;
                    transition-property: color, background-color;
                }

        .lightsocial a.fa.fb:hover {
            color: #fff;
            background: #3b5999;
            border: solid 2px #3b5999;
        }

        .lightsocial a.fa.tw:hover {
            color: #fff;
            background: #55acef;
            border: solid 2px #55acef;
        }

        .lightsocial a.fa.in:hover {
            color: #fff;
            background: #9e6f4f;
            border: solid 2px #9e6f4f;
        }

        .lightsocial a.fa.gp:hover {
            color: #fff;
            background: #de4b39;
            border: solid 2px #de4b39;
        }