/******************

Template stylesheet

******************/


/* BODY */

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    font: 18px/1.4 'Open Sans', sans-serif;
    background-position: left top;
    background-repeat: no-repeat;
}

a:link {color: #34247a; text-decoration: none; }
a:active {color: #34247a; text-decoration: none; }
a:visited {color: #34247a; text-decoration: none; }
a:hover {color: #ffffff; text-decoration: none; }

/* PANELS */

#panels_container {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}

.panel {
    display: inline-block;
    vertical-align: top;
    background: #fff;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -moz-box-shadow: 0 0 10px #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}


/* CONTENT */

#content {
    float: left;
    position: relative;
    z-index: 99;
    max-width: 45%;
    margin: 60px 100px 100px 100px;
}


/* HEADING */

#content h1 {
    font-weight: 300;
    font-size: 72px;
    line-height: 56px;
}

#content h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* SUBSCRIPTION FORM */

#subscribe-form {
    margin-top: 50px;
}

#subscribe-email {
    border: 0;
    border-radius: 0;
    padding: 12px 10px 13px 10px;
    outline: none;
    width: 275px;
    vertical-align: top;
}

#subscribe-submit {
    -webkit-appearance: none;
    vertical-align: top;
    border: 0;
    border-radius: 0;
    background: #34247A;
    color: #fff;
    padding: 12px 10px 13px 10px;
    vertical-align: top;
}

#subscribe-tooltip {
    position: absolute;
    width: 275px;
    padding: 2px 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}


/* SOCIAL */

#social {
    margin-top: 50px;
    min-height: 100px;
    margin-bottom: 50px;
}

#social a {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
    margin-right: 8px;
    background-position: top left;
    background-repeat: no-repeat;
}

#social a:hover {
    background-position: -64px 0;
}

#social-twitter {
    background-image: url(../img/social-twitter.png);
}

#social-facebook {
    background-image: url(../img/social-facebook.png);
}

#social-google {
    background-image: url(../img/social-google.png);
}

#social-vimeo {
    background-image: url(../img/social-vimeo.png);
}

#social-skype {
    background-image: url(../img/social-skype.png);
}


/* COUNTDOWN */

#countdown {
    position: relative;
    z-index: 99;
    float: left;
    margin-top: 60px;
    margin-left: 25px;    
}

#countdown > div {
    padding-bottom: 50px;
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;    
}

.countdown-number {
    display: inline-block;
    background: #fff;
    color: #1178D2;
    padding: 0 10px;
}

.countdown-text {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 32px;
}


/* RESPONSIVE MAGIC */

@media only screen and (max-width: 900px) {
    #subscribe-email {
        width: 250px;
        padding: 8px 5px;
        font-size: 16px;
    }

    #subscribe-submit {
        padding: 8px 5px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding: 30px;
    }

    #content {
        max-width: none;
        float: none;
        margin: 0;
    }

    #countdown {
        float: none;
        margin: 0;
        padding: 0;
    }

    #social a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    #content h1 {
        font-size: 48px;
        line-heiht: 36px;
    }

    #content h2 {
        margin-top: 0;
        font-size: 24px;
    }

    #subscribe-email {        
        width: 180px;
        padding: 5px 3px 4px;
        font-size: 12px;
    }

    #subscribe-submit {        
        padding: 5px 3px;
        font-size: 12px;
    }

    #subscribe-tooltip {
        width: 176px;
        padding: 2px 5px;
    }
}