@font-face{
    font-family: gotham-bold;
    src: url('font/gotham-bold.otf');
}
@font-face{
    font-family: gotham-book;
    src: url('font/gotham-book.ttf');
}
body{
    margin: 0;
    font-family: gotham-book;
    overflow: hidden;
}
.bg{
    position: fixed; 
    top: 0; 
    left: 0; 

    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.logo {
    padding-top: 35px;
    background: #fff;
    height: 200px;
    border-bottom: 4px solid #152545;
}
.logo img {
    height: 120px;
}
footer {
    position: absolute;
    padding-bottom: 40px;
    color: #152545;
    left: 0;
    background: #fff;
    width: 100%;
    bottom: 0;
    height: 170px;
    text-align: center;
}
footer h1 {
    font-family: gotham-bold;
    font-size: 28px;
    margin-top: 53px;
    margin-bottom: -7px;
}
h1{
    font-family: gotham-bold;
    font-size: 25px;
}
h2{
    font-family: gotham-bold;
    margin-bottom: 10px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.text-right{
    text-align: right;
}
.place{
    margin-top: 70px;
    margin-right: 77px;
}

@media only screen and (max-width: 1024px) {
    .place {
        margin-top: 67px;
        margin-right: 15px;
    }
    footer {
        position: absolute;
        padding-bottom: 40px;
        color: #152545;
        left: 0;
        background: #fff;
        width: 100%;
        bottom: 0;
        height: 180px;
        text-align: center;
        padding: 0 10%;
    }
}
@media only screen and (max-width: 767px) {
    .logo {
        padding-top: 20px;
        background: #fff;
        height: 200px;
        border-bottom: 4px solid #152545;
    }
    .logo img {
        height: 69px;
    }
    .place {
        margin-top: 45px;
        margin-right: 15px;
        font-size: 14px;
    }
    footer h1 {
        font-family: gotham-bold;
        font-size: 14px;
        margin-top: 53px;
        margin-bottom: -7px;
    }
    footer{
        font-size: 10px;
        padding:0 30px;
        height: 140px;
    }


    #wowslider-container1 .ws-title{
        position: absolute;
        font: 12px 'gotham-book', sans-serif;
        margin-right:10em;
        z-index: 50;
        color:#34495E;
        left: 30px;
        background: none;
        padding: 10px;
        bottom: calc(50%);
        top: auto;
        opacity: 1;
        /* background-color:#ffffff; */
        height: 100px;
    }
}
/* .logo:before {
    content: "";
    background: #152545;
    width: calc((100% - (90%+30px))/2);
    height: 17px;
    position: absolute;
    left: 0;
    top: 136px;
} */