html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/ufonts.com_gotham-book-webfont.eot');
    src: url('../fonts/ufonts.com_gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ufonts.com_gotham-book-webfont.woff2') format('woff2'),
        url('../fonts/ufonts.com_gotham-book-webfont.woff') format('woff'),
        url('../fonts/ufonts.com_gotham-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a:link, a:hover, a:active, a:visited{
    color:#fff;
    text-decoration:none;
}

body{
    background: url("../images/background.jpg");
    background-size: 100% auto;
    color:#fff;
    background-repeat: no-repeat;
    background-color: #141414;
    background-position: center top;
}

#header h2{
    text-align: center;
    font-family: GothamBook;
    font-size:10px;
    letter-spacing: 1ex;
    margin-top:10px;
}

#header h1{
    text-align: center;
    font-family: GothamBook;
    font-size:22px;
    line-height:160%;
    letter-spacing: 1ex;
    margin-top:280px;
    margin-bottom:280px;
}

#sign{
    margin: 180px auto 0;
    display:block;
}

#under_links{
    letter-spacing: 1ex;
    margin-top:80px;
    margin-bottom:45px;
    text-align:center;
    font-family: GothamBook;
    font-size:22px;
    line-height:160%;
}

#email{
    text-align:center;
    font-family: GothamBook;
    font-size:17px;  
    text-decoration:none;
    color:#fff;
    margin-bottom:200px;
    letter-spacing: 0.2ex;
}

#links{
    display:table;
    width:100%;
}

.one_link{
    position:relative;
    width:571px;
    /*height:499px;*/
    float:left;
    margin-right:35px;
    margin-bottom:35px;
    opacity:1;
    cursor:pointer;
    padding-bottom:0;

}

img{
    padding:0;
    margin:0;
    border:0;
    vertical-align: middle;
}

.one_link .text{
    position:absolute;
    top:85px;
    left:70px;
}

.one_link h4{
    font-family: GothamLight;
    font-size:36px;  
}
.one_link {
    background: #252525 ;
    padding: 0;
}

.one_link img {
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    opacity:0.4;
}

.one_link:hover img {
    opacity: 1;

}

.one_link h6{
    font-family: GothamBold;
    font-size:17px;  
    margin-top:10px;
}

.one_link:nth-child(2n){
    margin-right:0; 
}

.one_link img{
    max-width:100%;
}

#footer{
    clear: both;
}

#container{
    width:1180px;
    margin:0 auto;
    display:table;
}