@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #424242;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: #003366;
}

.site-wrapper {
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.site-wrapper .table {
    display: table;
    width: 100%;
    height: 100%;
}

.site-wrapper .table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .site-wrapper {
        position: relative;
        padding: 30px 0 0;
    }
}

.site-box {
    background: #ffffff;
    padding: 20px 0 20px;
    box-shadow: 0px 17px 20px rgba(0, 0, 0, 0.3);
}

.site-box .logo {
    min-height: 70px;
    padding: 0 15px;
}

.site-box .text {
    display: block;
    color: #424242;
    padding: 20px 20px 0;
}

.site-box .text:hover {
    color: #db0303;
}

.site-box a:hover {
    text-decoration: none;
}

.site-box:hover {
    box-shadow: 0px 17px 20px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 767px) {
    .site-box {
        margin-bottom: 30px;
    }
}

.box-lt,
.box-rt {
    margin: 35px -15px 0;
}

@media only screen and (max-width: 980px) {
    .box-lt,
    .box-rt {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .box-lt,
    .box-rt {
        margin-bottom: 30px;
    }
}
