@font-face {
    font-family: GothamBookRegular;
    src: url(/modification/font/GothamBookRegular.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/modification/font/GB.otf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
}

.content {
    margin: auto;
    font-size: 0;
    width: 1150px;
    font-family: Arial, sans-serif;
}

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;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

header {
    padding: 15px 0;
}

header .content {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: calc(100% - 200px);
    margin: 0 100px;
}

header img {
    width: 300px;
}

header nav {
    display: flex;
    align-items: center;
    max-width: 650px;
    width: calc(100% - 320px);
}

header nav > ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

header nav > ul > li {
    padding: 10px 0;
}

header nav > ul > li > a {
    font-size: 13pt;
    color: black;
    text-decoration: none;
}

header nav > ul > li > a:hover {
    text-decoration: underline;
}

header nav > ul > li.dropdown-main {
    position: relative;
}

header nav > ul > li.dropdown-main:hover > ul.dropdown-menu, header nav > ul > li.dropdown-main.opened > ul.dropdown-menu {
    display: block;
}

header nav > ul > li.dropdown-main > ul.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
}

header nav > ul > li.dropdown-main > ul.dropdown-menu li {
    background-color: #cdcdcd;
}

header nav > ul > li.dropdown-main > ul.dropdown-menu li:nth-child(even) {
    background-color: #e7e7e7;
}

header nav > ul > li.dropdown-main > ul.dropdown-menu li a {
    display: block;
    width: 260px;
    padding: 10px 20px 10px 10px;
    font-size: 13pt;
    color: black;
    text-decoration: none;
}

header nav > ul > li.dropdown-main > ul.dropdown-menu li a:hover {
    font-weight: bold;
    padding-right: 5px;
}

.main-wrapper-image {
    display: block;
    width: 100%;
}

.dropdown-menu .dropdown-menu-2 {
    position: relative;
}

.dropdown-menu .dropdown-menu-2 .dropdown-main-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
}

.dropdown-menu .dropdown-menu-2:hover .dropdown-main-2, .dropdown-menu .dropdown-menu-2.opened-2 .dropdown-main-2 {
    display: block;
}

.dropdown-menu .dropdown-menu-2 .dropdown-main-2 li:nth-child(even) a {
    background-color: #dfdfdf;
}

.dropdown-menu .dropdown-menu-2 .dropdown-main-2 li a {
    background-color: #c7c7c7;
}

.mobile_menu {
    display: none;
}

/* END HEADER */

.wrapper-color, .wrapper-white {
    background-color: white;
    padding: 40px 0;
}

.wrapper-image {
    background-color: #8e4f05;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(/v2/img/wrapper-bg.png);
}

.content p, .basic_list {
    font-size: 13pt;
    text-align: justify;
    font-family: GothamBookRegular, Arial, sans-serif;
    line-height: 22px;
}

h1 {
    font-family: GothamBold;
    font-size: 32pt;
    text-align: center;
    margin: 0;
    color: white;
    text-shadow: 4px 4px 8px rgb(0 0 0);
}

.right-img {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
    width: 300px;
    max-width: 40%;
}
.left-img {
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    max-width: 40%;
}

h2 {
    font-family: GothamBold;
    font-size: 20pt;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
h3 {
    font-family: GothamBold;
    font-size: 17pt;
    margin: 30px 0;
    color: #8e4f05;
}
.wrapper-color h2 {
    color: #efdfa0;
}

.wrapper-white h2 {
    color: #8e4f05;
}

.wrapper-color p {
    color: white;
}

.upgrade-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.upgrade-item {
    width: calc(50% - 40px);
    border-radius: 10px;
}

.upgrade-item-title {
    border-bottom: 1px solid #8e4f05;
    color: #8e4f05;
    font-family: GothamBold;
    font-size: 14pt;
    text-align: center;
    padding: 10px 0;
}

.upgrade-item-body {
    display: flex;
    margin: 20px 30px;
    justify-content: space-around;
    align-items: start;
}

.upgrade-item-body-num {
    font-family: GothamBold;
    font-size: 35pt;
    color: #8e4f05;
}

.upgrade-item-body img {
    margin-right: 20px;
    height: 130px;
}

.upgrade-item-body p {
    color: black;
    margin: 0;
}

.finding-files-block {
    background-color: #d7d7d7;
    border: 1px solid #a8a8a8;
    border-radius: 10px;
    margin: 30px auto 0;
    max-width: 900px;
}

.finding-files-title {
    border-bottom: 1px solid #afafaf;
    font-family: GothamBold;
    color: #8e4f05;
    padding: 10px 0;
    text-align: center;
    font-size: 15pt;
    text-transform: uppercase;
}

.finding-files-body {
    padding: 20px;
}

.finding-files-body p {
    text-align: center;
    margin-top: 0;
}

.finding-files-body form .field {
    display: block;
    outline: none !important;
    border: 0;
    font-size: 13pt;
    font-family: GothamBookRegular, Arial, sans-serif;
    padding: 10px 15px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
}

.finding-files-body form .submit {
    background-color: #cb8839;
    border: 0;
    color: white;
    margin: auto;
    display: block;
    font-family: GothamBookRegular, Arial, sans-serif;
    padding: 5px 25px;
    font-size: 18pt;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.finding-files-body form .submit:hover {
    background-color: #ab6c21;
}

.letters {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 500px;
    margin: auto;
}

.letters a {
    font-family: GothamBold;
    color: white;
    background-color: #b7a084;
    font-size: 14pt;
    text-decoration: none;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin: 3px;
}

.letters a:hover {
    text-decoration: underline;
}

.letters a:nth-child(even) {
    background-color: #987f62;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 630px;
    margin: auto;
}

.categories a {
    text-decoration: none;
    width: 100px;
    margin: 10px;
}

.categories a img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.categories a span {
    color: #949494;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 10pt;
    text-align: center;
    display: block;
}

.breakdowns {
    max-width: 600px;
    margin: 30px auto;
}

.breakdowns .breakdown {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 16pt;
    background: linear-gradient(#fefcd1, #f9e657);
    display: flex;
    padding: 7px 30px;
    border: 1px solid white;
}

.breakdowns .breakdown:nth-child(even) {
    background: linear-gradient(#eddba7, #cb9960);
}

.breakdowns .breakdown .name {
    flex-grow: 1;
}

.breakdowns .breakdown .value {
    width: 90px;
}

.breakdowns .breakdown .extension {
    width: 150px;
}

.list .list-item {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.list .list-item img {
    width: 30px;
}

.list .list-item p {
    margin: 5px;
}

footer {
    background-color: black;
    padding: 30px 0 60px;
}

.section-wrapper {
    display: flex;
    align-items: center;
}

.footer-info {
    width: 470px;
}

.footer-info img {
    display: block;
    max-width: 100%;
}

.footer-info .content-info {
    font-size: 11pt;
    font-family: GothamBookRegular, Arial, sans-serif;
    color: white;
    margin-top: 30px;
    text-align: justify;
    line-height: 18px;
}

.footer-links {
    flex-grow: 1;
    text-align: right;
}

.footer-links a {
    font-size: 13pt;
    display: block;
    color: white;
    text-decoration: none;
    font-family: GothamBookRegular, Arial, sans-serif;
    margin: 5px 0;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer_nav {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.footer_nav a {
    font-size: 13pt;
    font-family: GothamBookRegular, Arial, sans-serif;
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.footer_nav a:hover {
    text-decoration: underline;
}

.socials {
    margin-bottom: 30px;
}

.socials img {
    width: 35px;
    margin-left: 10px;
}

.center {
    text-align: center !important;
}

.list-wrapper {
    font-size: 13pt;
    max-width: 450px;
    margin: auto;
}

.list-wrapper small {
    font-size: 12pt;
}

.list-wrapper a {
    color: #8e4f05;
    text-decoration: none;
}

.list-wrapper a:hover {
    text-decoration: underline;
}

.letters a.active-letter {
    color: #efdfa0;
    background-color: #8e4f05;
}

.letter-out-wrapper.with-header table tbody tr:nth-child(even), .letter-out-wrapper.with-header table tbody tr:first-child {
    display: none !important;
}

.letter-out-wrapper.with-header table tbody tr:nth-child(odd) {
    display: flex;
}

.letter-out-wrapper table tbody tr:nth-child(odd) {
    display: none;
}

.letter-out-wrapper table {
    display: block;
    border: 0;
}

.letter-out-wrapper table tbody {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.letter-out-wrapper table tr {
    display: flex;
    width: 100%;
}

.letter-out-wrapper table td {
    display: block;
    border: 0;
    width: calc(100% / 3);
    padding: 5px;
    font-size: 12pt;
}

.letter-out-wrapper table td small {
    font-size: 12pt;
}

.letter-out-wrapper table td big {
    font-size: 14pt;
}
p a, .basic_list a {
    color: #8e4f05;
    text-decoration: none;
}
.letter-out-wrapper table td a {
    color: #8e4f05;
    text-decoration: none;
    font-size: 12pt;
}

.letter-out-wrapper table td a:hover, p a:hover, .basic_list a:hover {
    text-decoration: underline;
}

.letter-out-wrapper table td small span {
    background: transparent !important;
    font-style: italic;
    font-weight: bold;
}

.list-wrapper table {
    border: 0;
    background: none;
}

.list-wrapper table td {
    border: 0;
    padding: 0;
}

button, .btn-style {
    background-color: #cb8839;
    border: 0;
    color: white;
    margin: auto;
    display: block;
    font-family: GothamBookRegular, Arial, sans-serif;
    padding: 5px 25px;
    font-size: 12pt;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover, .btn-style {
    background-color: #ab6c21;
}
a.with-img {
    display: block;
    text-align: center;
    margin: 20px auto;
}
a.with-img img {
    max-width: 100%;
}
.big-in-center {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
.instrument-downloads-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
}
.instrument-downloads-wrapper a {
    background-color: #cb8839;
    color: white;
    font-family: GothamBookRegular, Arial, sans-serif;
    padding: 5px 25px;
    font-size: 12pt;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    width: calc(50% - 5px);
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
}
.instrument-downloads-wrapper a:hover, .switch-to-old-site:hover {
    background-color: #ab6c21;
}

.switch-to-old-site {
    background-color: #cb8839;
    color: white;
    font-family: GothamBookRegular, Arial, sans-serif;
    padding: 7px 0;
    font-size: 12pt;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    margin: 30px auto 0;
    width: 270px;
}
@media (min-width: 993px) and (max-width: 1300px) {
    header .content {
        width: calc(100% - 100px);
        margin: 0 50px;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu {
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 1200px) {
    .upgrade-item-body {
        display: block;
        position: relative;
    }

    .upgrade-item-body-num {
        position: absolute;
        left: 0;
        top: 0;
    }

    .upgrade-item-body img {
        float: left;
        margin-left: 10px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content {
        width: 750px;
    }

    header .content {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    header img {
        width: 250px;
    }

    header nav {
        width: calc(100% - 270px);
        max-width: 570px;
    }

    header nav > ul > li > a {
        font-size: 12pt;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu li a {
        font-size: 12pt;
        width: 220px;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .footer-info {
        width: 370px;
    }
}

@media (min-width: 769px) and (max-width: 830px) {
    header nav > ul > li > a {
        font-size: 11pt;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu li a {
        font-size: 11pt;
        width: 200px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 25pt;
    }

    .wrapper-image {
        padding: 40px 0;
    }

    .wrapper-color, .wrapper-white {
        padding: 20px 0;
    }

    header .content {
        width: 100%;
        margin: 0;
    }

    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile_menu {
        display: block;
        height: 38px;
    }

    #main-menu {
        display: none;
        position: absolute;
        right: 10px;
        top: 100%;
        width: 180px;
    }

    #main-menu.in-view {
        display: block;
    }

    header nav > ul {
        flex-direction: column;
    }

    header nav > ul > li {
        padding: 0;
    }

    header nav > ul > li > a {
        font-size: 11pt;
        padding: 7px 15px;
        display: block;
        background-color: #d7d7d7;
    }

    header nav > ul > li:nth-child(even) > a {
        background-color: #b7b7b7;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu, .dropdown-menu .dropdown-menu-2 .dropdown-main-2 {
        left: auto;
        right: 100%;
        top: 0;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu li a {
        width: 200px;
        padding: 7px 10px;
        font-size: 11pt;
    }

    span.first_letter {
        font-size: 50pt;
        margin-bottom: 4px;
        margin-right: 4px;
        line-height: 49px;
    }

    .content p, .basic_list {
        font-size: 11pt;
        line-height: 18px;
        margin: 15px 0;
    }

    .right-img {
        margin-left: 10px;
        width: 220px;
    }

    h2 {
        font-size: 16pt;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 15pt;
        margin: 20px 0;
    }

    .upgrade-item {
        width: calc(50% - 10px);
    }

    .upgrade-item-title {
        font-size: 12pt;
    }

    .upgrade-item-body-num {
        font-size: 25pt;
    }

    .upgrade-item-body img {
        height: 100px;
        margin-right: 10px;
    }

    .finding-files-body form .field {
        font-size: 11pt;
        padding: 7px 12px;
        max-width: 450px;
        margin-bottom: 15px;
    }

    .finding-files-body form .submit {
        font-size: 15pt;
        padding: 5px 20px;
    }

    .finding-files-title {
        font-size: 13pt;
    }

    .finding-files-body {
        padding: 10px;
    }

    .categories {
        max-width: 480px;
    }

    .categories a {
        width: 80px;
        margin: 5px;
    }

    .categories a span {
        font-size: 9pt;
    }

    .breakdowns {
        max-width: 475px;
        margin: 20px auto;
    }

    .breakdowns .breakdown {
        font-size: 13pt;
        padding: 5px 15px;
    }

    .breakdowns .breakdown .extension {
        width: 125px;
    }

    .breakdowns .breakdown .value {
        width: 75px;
    }

    .list .list-item {
        margin: 10px 0;
    }

    .list .list-item img {
        width: 25px;
    }

    .list .list-item p {
        margin: 3px;
    }

    footer {
        padding: 20px 0 40px;
    }

    .footer-info {
        width: 255px;
    }

    .footer-links {
        width: 335px;
    }

    .footer-links a {
        font-size: 11pt;
    }

    .footer-info .content-info {
        margin-top: 20px;
    }

    .footer_nav {
        margin-bottom: 20px;
    }

    .footer_nav a {
        font-size: 11pt;
        margin: 0 7px;
    }

    .socials {
        margin-bottom: 15px;
    }

    .socials img {
        width: 30px;
    }

    .list-wrapper {
        font-size: 11pt;
        max-width: 370px;
    }

    .list-wrapper small, .letter-out-wrapper table td small {
        font-size: 10pt;
    }
    .instrument-downloads-wrapper a {
        padding: 5px;
        font-size: 10pt;
        width: calc(50% - 2px);
        margin-top: 5px;
    }
    .instrument-downloads-wrapper {
        max-width: 450px;
    }
}

@media (max-width: 600px) {
    .dropdown-menu .dropdown-menu-2 .dropdown-main-2 {
        position: relative;
        right: auto;
        border: 1px solid gray;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu .dropdown-main-2 li a {
        background-color: #616161;
        color: white;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu .dropdown-main-2 li:nth-child(even) a {
        background-color: #414141;
    }

    .letter-out-wrapper table tr {
        flex-wrap: wrap;
    }

    .letter-out-wrapper table td {
        width: 100%;
    }

    .letter-out-wrapper table {
        max-width: 425px;
    }
}

@media (max-width: 550px) {
    .upgrade-wrapper {
        flex-direction: column;
    }

    .upgrade-item {
        width: 100%;
        margin: 10px auto;
        max-width: 440px;
    }

    .letters {
        width: 100%;
        max-width: 370px;
    }

    .section-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-info img {
        width: 280px;
    }

    .footer-info {
        width: 100%;
    }

    .footer-links {
        width: 100%;
        margin-top: 10px;
    }
    .instrument-downloads-wrapper {
        clear: both;
    }
}

@media (max-width: 400px) {
    #main-menu {
        right: 0;
        width: 150px;
    }

    header nav > ul > li.dropdown-main > ul.dropdown-menu li a {
        width: 190px;
    }

    .content p, .basic_list {
        text-align: left;
    }

    .breakdowns .breakdown .value {
        width: 55px;
    }

    .breakdowns .breakdown .extension {
        width: 75px;
    }

    .footer_nav a {
        margin: 5px;
    }

    .footer_nav {
        flex-wrap: wrap;
        max-width: 230px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 360px) {
    header nav > ul > li.dropdown-main > ul.dropdown-menu li a {
        width: 170px;
    }

    header img {
        width: 260px;
    }
}