*{ border:0;outline:0;margin:0;padding:0 }
.clear:after{ clear:both;display:block;font:1px/0 serif;content:".";height:0;visibility:hidden }

@font-face{font-family:Nevis;src:url(../fonts/nevis.ttf)}
@font-face{font-family:OldRepublic;src:url(../fonts/SFOldRepublic.ttf)}

.shadow{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.icon{
    width: 30px;
    height: 30px;
    background-image: url(../img/platform-logos.png);
    border: 1px solid #aaa;
    position: absolute;
    opacity: 0;
    top: -34px;
    z-index: 5;
}
    #preorder .icon-windows{ 
        background-position: 0px 0px; left: 20px; 
        -webkit-transition-duration: 0.5;
        transition-duration: 0.5s;
    }
    #preorder .icon-mac{ 
        background-position: 0px -90px; left: 60px; 
        -webkit-transition-duration: 0.7;
        transition-duration: 0.7s;
    }
    #preorder .icon-xbox{ 
        background-position: 0px -480px; left: 100px; 
        -webkit-transition-duration: 0.9;
        transition-duration: 0.9s;
    }

.button{
    width: 300px;
    height: 50px;
    font-size: 20px;
    border-radius: 5px;
    line-height: 50px;
    cursor: pointer;
    font-family: OldRepublic;
    border: 1px solid #666;
    color: white;
    text-align: center;
    background: #606060;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#606060), to(#414141));
    background: -webkit-linear-gradient(#606060 0%, #414141 100%);
    background: -moz-linear-gradient(#606060 0%, #414141 100%);
    background: -o-linear-gradient(#606060 0%, #414141 100%);
    background: linear-gradient(#606060 0%, #414141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#414141',GradientType=0 );
}
    .button a{
        color: white;
        text-decoration: none;
        display: block;
    }
    .button:hover{
        border-color: #868686;
        opacity: 0.9;
    }
        .button:hover .icon{
            opacity: 1;
            -webkit-transition: opacity;
            -moz-transition: opacity;
            transition: opacity;

        }
    .button-big{
        width: 450px;
        height: 75px;
        line-height: 75px;
        font-size: 35px;
        border-radius: 10px;
        border-bottom: 0px;
    }

    #preorder.button-big{
        border-radius: 10px 10px 0px 0px;
    }

body{
    background-image: url(../img/bg.jpg);
    color: white;
    font-family: OldRepublic, Times New Roman;
}

body, html{
    width: 100%;
    height: 100%;
}

#social{
    position: fixed;
    top: 10px;
    left: 50%;
    z-index: 999;
    width: 120px;
    margin-left: -580px;
}
    #social a{
        float: left;
        width: 40px;
        height: 40px;
        position: relative;
    }
    #social .overlay{
        border-radius: 2px;
    }
        #social img{
            width: 40px;
        }
        #social a:first-child{
            margin-right: 5px;
        }
        .overlay{
            width: inherit;
            height: inherit;
            background-color: #000;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5000;
            cursor: pointer;
            opacity: 0;
            -webkit-transition: opacity 0.2s ease-in-out;
            -moz-transition: opacity    0.2s ease-in-out;
            -ms-transition: opacity     0.2s ease-in-out;
            -o-transition: opacity      0.2s ease-in-out;
            transition: opacity         0.2s ease-in-out;
        }
            .overlay:hover{
                opacity: 0.3;
            }

#banner{
    background-image:url(../img/banner.png);
    background-position: center;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
}
    #title{
        width: 65%;
        margin: 0px auto;
        padding-top: 75px;
    }
        #title img{
            width: 100%;
        }

    #preorder{
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -225px;
        background-color: #ff00ff;
        z-index: 10;
    }
        #preorder a{
            display: block;
            color: white;
            text-decoration: none;
        }

#content{
    width: 960px;
    margin: 0px auto;
}
    .block{
        
    }
        .block:last-child{
            margin-bottom: 50px;
        }

        .block .button{
            margin: 0px auto;
        }

    #blocktext{
        width: 500px;
        font-size: 22px;
        float: left;
    }
    #blockimageright{
        width: 200px;
        margin-left: 55px;
        float: left;
    }

    .separator{
        width: 700px;
        height: 2px;
        margin: 50px 0px 50px 130px;
        background-color: #666;
    }

    .screenshot{
        margin-right: 30px;
        margin-bottom: 20px;
        float: left;
        position: relative;
    }
        .screenshot a{
            display: block;
        }
        .screenshot img{
            border-radius: 3px;
        }
        .screenshot:nth-child(3n+0){
            margin-right: 0;
        }
        .screenshot .overlay{
            width: 298px;
            height: 202px;
        }
    
    .quote{
        width: 455px;
        float: left;
        margin-right: 50px;
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #444;
    }
        .longquote{
            height: 125px;
        }
            .shortquote{
                height: 60px !important;
            }
        .quotename{
            margin-top: 5px;
            font-style: normal;
            height: 40px;
            color: #ca9c7a;
        }
        .quote:nth-child(2n+0){
            margin-right: 0;
        }

        .small{
            font-size: 14px;
        }

        .nbb{
            border: 0;
            margin-bottom: 0;
        }
    #buy{

    }
        #buy h2{
            font-family: OldRepublic;
            font-weight: normal;
            text-align: center;
            margin-bottom: 20px;
            font-size: 30px;
        }
        #buy iframe{
            width: 560px;
            margin-left: 205px;
        }


#footerwrapper{
    background-image:url(../img/footer.png);
    background-position: center;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    position: relative;

}
    #footerwidth{
        height: 150px;
        padding-top: 20px;
        width: 100%;
        background-color: #000;
        position: absolute;
        bottom: 0;
    }
    #footer{
        width: 1200px;
        margin: 0px auto;
        text-align: center;
    }
        #footer img{
            margin-right: 40px;
        }
            #footer img:last-child{
                margin-right: 0;
            }