@font-face {
    font-family: GothamBookRegular;
    src: url(/v6/view/fonts/GothamBookRegular.otf);
}

@font-face {
    font-family: HelveticaNeueLTStd;
    src: url(/v6/view/fonts/HelveticaNeueLTStd-BdCn.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/v6/view/fonts/GB.otf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

header, footer, div.main-wrapper, body, html {
    min-width: 320px !important;
}

.mobile_menu {
    display: none;
}

.wrapper-white {
    padding: 50px 0;
    background-color: white;
}

.wrapper-top {
    background-image: url('/v6/view/img/wrapper-top.png');
}

.wrapper-2 {
    background-image: url('/v6/view/img/wrapper-2.png');
}

.wrapper-img {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.wrapper-1 {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url('/v6/view/img/wrapper-top.png');
}

.wrapper-img a {
    color: white;
}

.content {
    margin: auto;
    font-size: 0;
    width: 1150px;
    font-family: GothamBookRegular, Arial, sans-serif;
}

h1 {
    font-family: GothamBold;
    font-size: 26pt;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
    margin: 0 0 30px 0;
}

span.first_letter {
    font-family: "Times New Roman";
    font-size: 88pt;
    font-weight: bold;
    line-height: 79px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

.content p {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 21px;
    text-align: justify;
}

.clear {
    clear: both;
}

strong {
    font-family: GothamBold;
}

.hide {
    display: none !important;
}

header img {
    display: inline-block;
    width: 242px;
    vertical-align: middle;
    user-select: none;
}

header nav {
    display: inline-block;
    width: calc(100% - 242px);
    vertical-align: middle;
    text-align: right;
}

header nav a:last-child {
    margin-right: 0;
}

header nav a {
    font-size: 12pt;
    color: black;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 55px 5px 25px 5px;
    margin: 0 10px;
    border-bottom: 6px solid white;
}

header nav a:hover {
    border-bottom: 6px solid #b00000;
}

footer {
    background-color: black;
    width: 100%;
    padding: 30px 0 50px 0;
}

.bottom_menu {
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.bottom_menu a:hover {
    text-decoration: underline;
}

.bottom_menu a {
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
    color: white;
    font-family: Arial, sans-serif;
    border-right: 1px solid white;
    margin-right: 10px;
    padding-right: 10px;
}

.bottom_menu div {
    margin-bottom: 5px;
}

.bottom_menu div a:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.f1 > div {
    display: inline-block;
    vertical-align: top;
}

.f1 {
    max-width: 850px;
    margin: auto;
}

.f11 {
    width: calc(100% - 605px);
}

.f12 {
    margin-left: 30px;
    width: 380px;
}

.f12 ul {
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

footer .title {
    color: white;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    border-bottom: 2px solid #6f0000;
    text-indent: 10px;
}

.f1 ul {
    margin: 0;
    padding: 0;
}

.f1 li {
    border-bottom: 1px dotted #CCCCCC;
    list-style: none outside none;
    margin: 0 10px;
    padding: 9px 0;
}

.f1 a {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    color: white;
}

.f1 li.last {
    border-bottom-width: 0;
}

.f13 {
    margin-left: 15px;
    width: 180px;
}

.f13 li {
    position: relative;
}

.social-logo {
    fill: white;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 90%;
}

.f2 {
    display: block;
    margin: 70px auto 0 auto;
    width: 905px;
    font-size: 0;
    text-align: center;
}

.f_text {
    font-size: 9pt;
    color: white;
    font-family: Arial, sans-serif;
}

.f2 img {
    vertical-align: middle;
    margin-right: 15px;
}

.f11 img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

.left_img {
    float: left;
    max-width: 40%;
    margin-right: 20px;
}

.right_img {
    float: right;
    margin-left: 20px;
    max-width: 45%;
}

.big_in_center {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content {
        width: 750px;
    }

    header img {
        width: 170px;
    }

    header nav {
        width: calc(100% - 170px);
    }

    header nav a {
        font-size: 14px;
        padding: 35px 3px 15px 3px;
        margin: 0 4px;
    }

    .f2 {
        width: 500px;
        text-align: center;
    }

    .f12 {
        margin-left: 15px;
        width: 360px;
    }

    .f13 {
        margin-left: 10px;
        width: 150px;
    }

    .f11 {
        width: calc(100% - 535px);
    }

    .f2 img {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .wrapper-white, .wrapper-img, .wrapper-1 {
        padding: 20px 0;
    }

    h1 {
        font-size: 21pt;
        margin-bottom: 20px;
    }

    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    header img {
        width: 200px;
    }

    header nav {
        display: none;
    }

    header {
        margin: 5px 0;
        position: relative;
    }

    header nav {
        position: absolute;
        width: 250px;
        right: 0;
        top: calc(100% + 5px);
        z-index: 9999;
    }

    header nav a {
        display: block;
        width: 100%;
        padding: 15px 0;
        margin: 0;
        text-align: left;
        text-indent: 20px;
        border-bottom: 1px solid #292929 !important;
        background-color: #3a3a3b;
        color: white;
    }

    header nav.show_menu {
        display: block;
    }

    .mobile_menu {
        display: block;
        width: auto;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
    }

    footer {
        padding: 15px 0 30px 0;
    }

    .f2, .f1 > div.f13, .f1 > div.f12 {
        display: none;
    }

    .bottom_menu a {
        font-weight: normal;
        margin-right: 5px;
        padding-right: 5px;
    }

    .f1 > div.f11 {
        display: block;
        width: 275px;
        margin: auto;
    }

    .f_text {
        font-size: 10pt;
    }

    .f_text a {
        font-size: 10pt;
        font-weight: bold;
    }

    span.first_letter {
        font-size: 55pt;
        line-height: 52px;
        margin-bottom: 0;
    }

    .content p {
        font-size: 11pt;
        margin: 15px auto;
        line-height: 18px;
    }

    .right_img {
        margin-left: 10px;
    }

    .left_img {
        margin-right: 10px;
    }

    a {
        word-break: break-word;
    }
}

@media (max-width: 640px) {
    .bottom_menu {
        display: none;
    }

    .wrapper-img {
        background: linear-gradient(#900000, black);
    }
}

@media (max-width: 500px) {
    .content p {
        text-align: left;
    }

    h1 br {
        display: none;
    }
}