﻿@charset "utf-8";

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    background-color: #231f20;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #165a9b;
}

::-webkit-scrollbar-thumb {
    background-color: #165a9b;
}

body {
    /*background-image: url("../images/bg.jpg");
     padding-top: 10%; 
    background-size: cover;*/
}

.blue {
    box-shadow: 0px 0px 2px red;
    border: 1px solid red;
}

.session {
    /* background-color: #555; */
    /* padding-top: 3px; */
}

    .session p {
        font-size: 1.2em;
        margin: 0;
    }

.counter {
    color: white;
    font-size: 1em;
    display: block;
    float: left;
}

.formwrap {
    background-color: rgba(0, 0, 0, 0.82);
    padding: 1%;
    border-radius: 2px;
    margin-top: 0.4%;
    box-shadow: 0px 0px 10px #333;
}

.content {
    color: black;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 13% 0px;
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}




.image {
    width: 100%;
}

.slatetext {
    color: white;
    /* vertical-align: middle; */
    font-size: 1em;
}

.spktext {
    color: white;
    /* vertical-align: middle; */
    font-size: 1em;
}

body {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #070707 !important;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
}

.logo {
    max-width: 230px;
    margin: 0% auto;
}

.title {
    margin: 2.5% auto 0px;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    color: #1861a7;
}

.mainwrap {
    width: 100%;
    background: url("../images/bg.jpg") center no-repeat fixed;
    background-size: cover;
    padding: 0.4% 0px;
    overflow: auto;
}



.footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    margin-top: 6px;
    float: right;
    color: #1861a7;
    font-weight: 600;
}

.footer {
    position: absolute;
    width: 100%;
    background: #fff;
    /* top: 520px; */
    left: 0px;
    color: white;
    z-index: 20;
}

ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    color: white;
    text-align: center;
}

    ul.countdown li {
        display: inline-block;
    }

        ul.countdown li span {
            font-size: 80px;
            font-weight: 300;
            line-height: 80px;
        }

        ul.countdown li.seperator {
            font-size: 80px;
            line-height: 70px;
            vertical-align: top;
        }

        ul.countdown li p {
            color: #a7abb1;
            font-size: 14px;
        }

a {
    color: #76949F;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.source {
    width: 405px;
    margin: 0 auto;
    background: #4f5861;
    color: #a7abb1;
    font-weight: bold;
    display: block;
    white-space: pre;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.crossclose {
    margin-top: -0.5%;
}

.fdlogo {
    /* position: absolute; */
    /* top: 70%; */
    /* margin-left: 30%; */
}

.heading {
    color: #ffcd1d;
    letter-spacing: 2px;
    background-color: #0066b5;
    width: 24%;
    padding: 1%;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
/*-- Mobile devices landscape--*/
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .heading {
        font-size: .5em;
        line-height: 1;
    }
}

@media screen and (max-width:480px) {
    body {
        /* background: url("../images/mbg.jpg") center no-repeat fixed; */
        background-size: cover;
        background-color: #000;
    }


    ul.countdown li span {
        font-size: 40px;
        font-weight: 300;
        line-height: 60px;
    }

    ul.countdown li.seperator {
        font-size: 40px;
        line-height: 60px;
        vertical-align: top;
    }

    /*.fdlogo {
        position: absolute;
        top: 70%;
        margin-left: 25%;
    }*/
    .heading {
        font-size: .5em;
        line-height: 1;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    body {
        /* background: url("../images/mbg.jpg") center no-repeat fixed; */
        background-size: cover;
        background-color: #e7fcff;
    }

    .content {
        color: #000;
        position: absolute;
        /* top: -48px; */
        text-align: center;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        padding: 17% 0px;
        font-size: 1em;
        font-family: 'Open Sans', sans-serif;
    }

    /*.fdlogo {
        position: absolute;
        top: 55%;
        margin-left: 18%;
    }*/


}

/*-- ipad devices landscape--*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /*.fdlogo {
        position: absolute;
        top: 70%;
        margin-left: 25%;
    }*/

}

/*-- ipad devices portrait --*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*.fdlogo {
        position: absolute;
        top: 70%;
        margin-left: 35%;
    }*/
    .heading {
        font-size: 1em;
        line-height: 1;
    }
}
