@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,600);

body {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    min-width: 960px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #161616;
    background-size: cover;
}

.ie body {
    filter: dropshadow(color=#000000, offx=0, offy=1);
}

h1 {
    font-size: 58px;
    letter-spacing: -2px;
    text-align: center;
    /* padding-top: 30px; */
    font-weight: 700;
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
    margin: 20px 0;
}

.ie h1 {
    filter: dropshadow(color=#000000, offx=0, offy=3);
    padding-bottom: 12px;
}

.ie h2 {
    filter: dropshadow(color=#000000, offx=0, offy=3);
}

h3 {
    font-size: 25px;
    margin: 0.2em 0;
}

.ie h3 {
    filter: dropshadow(color=#000000, offx=0, offy=3);
}

h4 {
    margin-bottom: 5px;
}

p, pre {
    margin: 0 0 10px 0;
}

code {
    text-transform: uppercase !important;
    color: #EEE;
    border-bottom: 1px dotted #666;
}

small {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #111;
    font-size: 15px;
    padding: 0 5px;
}

a {
    color: rgba(255, 255, 255, 0.57);
    text-decoration: none;
}

a:hover {
    color: #BBB;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    width: 920px;
    z-index: 1;
    text-align: center;
}

#socialIcons {
    display: block;
}

#socialIcons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#socialIcons ul li {
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
    list-style-type: none;
    display: inline-block;
}

#socialIcons ul li a {
    width: 34px;
    height: 34px;
    display: inline-block;
}

.twitterIcon, .facebookIcon, .vimeoIcon {
    background: url('../images/social-icons.png') -74px 0;
}

.facebookIcon {
    background-position: 10px 0;
}

.vimeoIcon {
    background-position: -35px 0;
}

#Content h2 {
    /*display: inline-block;*/
    margin: 25px 0 45px;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
}

#Content h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    display: block;
    clear: both;
}

#subscribe p {
    text-align: center;
}

#subscribe input {
    background: rgba(255, 255, 255, 0.52);
    color: #000;
    vertical-align: middle;
    width: 293px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    padding: 0 10px;
    height: 40px;
}

#subscribe input[type="button"] {
    background: rgba(255, 255, 255, 1);
    width: auto;
    padding: 0 25px;
    cursor: pointer;
    margin-left: -5px;
    font-weight: bold;
    height: 42px;
    display: inline-block;
}

.countdown {
    text-align: center;
}

.main_ref {
    color: white;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.main_ref:hover {
    color: #fafafa;
    font-size: 110%;
}

.intro {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}

.styled {
    margin-bottom: 30px;
}

.styled div {
    display: inline-block;
    font-size: 80px;
    font-weight: 900;
    text-align: center;
    margin: 0 1px;
    width: 136px;
    padding: 10px 30px 53px;
    height: 100px;
    background: rgba(255, 255, 255, 0.0);
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
}

.styled div:last-child {
    border: none;
}

#overlay {
    background: rgba(0, 0, 0, 0.03) url(../images/overlays/02.png) top left repeat;
    /*background:rgba(0, 0, 0, 0.14);*/
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.8;
}

.intro_img {
    width: 250px;
    border-radius: 250px;
    margin-top: 15px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,0.2);
}

/* IE7 inline-block hack */
* + html .styled div {
    display: inline;
    zoom: 1;
}

.styled div:first-child {
    margin-left: 0;
}

.styled div span {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    padding-top: 3px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

footer {
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.74);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

footer span {
    float: right;
    margin: 10px;
}

.f_img {
    text-align: center;
}

.f_img > img {
    height: 20px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    body {
        min-width: initial !important;
    }

    .wrapper {
        width: 100%;
    }

    .styled div {
        margin-bottom: 10px;
    }

    .styled div:nth-child(3){
        border: none;
    }

}

@media screen and (max-width: 603px) and (min-width: 420px)  {
    .styled div:nth-child(1){
        margin-left: 1px;
    }
    .styled div:nth-child(2){
        border: none;
    }
    .styled div:nth-child(3){
        border-right: 1px solid rgba(255, 255, 255, 0.36);
    }
}

@media screen and (max-width: 420px) {
    h1 {
        float: initial;
        text-align: center;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 30px;
    }

    .styled div {
        margin-bottom: 10px;
        font-weight: normal;
        text-align: center;
        width: 80px;
        border-radius: 80px;
        height: 80px;
        font-size: 50px;
        border-right: 1px solid rgba(255, 255, 255, 0.36) !important;
    }

    #Content h2 {
        margin: 0;
        padding: 17px 0;
        text-align: center;
        font-size: 21px;
        font-weight: 300;
    }

    .intro_img {
        width: 110px;
        border-radius: 110px;
        margin-top: 12px;
    }

    .styled {
        margin-bottom: 30px;
    }

    #subscribe input[type="button"] {
        margin-top: 10px;
    }

    #subscribe input {
        width: 80%;
    }

    footer {
        position: relative !important;
    }
}