*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

.under_construction {
    background: url(../Media/lyktos_bg.jpg) no-repeat scroll center top;
    background-size: cover;
    height: 100vh;
    min-height: 568px;
}

.wrapper {
    width: 96%;
    max-width: 1752px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

header {
    background: #fdfdfd;
    text-align: center;
    padding: 20px 0;
}

header img {
    max-width: 215px;
}

main {
    text-align: center;
    height: calc(100vh - 240px);
}

h1 {
    font-family: 'cf_asty_stdbold', sans-serif;
    color: #b19f6f;
    font-size: 120px;
    font-weight: normal;
    margin-bottom: 15px;
    letter-spacing: -.08em;
}

address {
    font-family: 'cf_asty_stdlight', sans-serif;
    font-size: 12px;
    color: #1a1818;
    font-style: normal;
    line-height: 2;
    margin-bottom: 40px;
}

address a:link,
address a:visited {
    font-family: 'cf_asty_stdlight', sans-serif;
    font-size: 12px;
    color: #1a1818;
}

b, strong {
    font-family: 'cf_asty_stdbold', sans-serif;
    font-weight: normal;
}

address b,
address strong {
    font-family: 'CFAstyStd-Medium', sans-serif;
}

main p {
    font-family: 'CFAstyStd-Medium', sans-serif;
    font-size: 13px;
    color: #2e2c21;
    letter-spacing: .2em;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

footer {
    font-size: 0;
    padding: 20px 0;
}

footer .txt-left,
footer .txt-right {
    display: inline-block;
    width: 50%;
}

footer .txt-left {
    font-family: 'cf_asty_stdlight', sans-serif;
    font-size: 14px;
    color: #2e2c21;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.addr-entry {
    display: inline-block;
}

@media (max-width: 1200px) {
    main {
        height: calc(100vh - 200px);
    }
    header img {
        max-width: 150px;
    }

    h1 {
        font-size: 100px;
    }
}

@media (max-width: 1023px) {
    h1 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 60px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    main {
        height: calc(100vh - 180px);
    }

    header img {
        max-width: 100px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    main {
        height: 267px;
    }

    .under_construction {
        min-height: 412px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 39px;
    }

    footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer .txt-left,
    footer .txt-right {
        display: block;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
}