.blog li.menu-item-1601 a,
.category li.menu-item-1601 a,
.post-type-archive-press li.menu-item-1602 a,
.tax-press-year li.menu-item-1602 a,
main .current-menu-item a {
    color: $orange;
}

.category li.menu-item-324 a,
.tax-press-year .menu-item-1573 a {
    color: $white !important;
}

.underline-orange {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.underline-orange:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: $orange;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-orange:active:before,
.underline-orange:focus:before,
.underline-orange:hover:before {
    right: 0;
}

.underline-gray {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.underline-gray:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: $black-70;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-gray:active:before,
.underline-gray:focus:before,
.underline-gray:hover:before {
    right: 0;
}

a.header-link {
    font-family: $font-secondary;
    letter-spacing: 0.02em;
    font-size: 22px;
    color: $black-30;
    margin-right: 20px;
    text-decoration: none;
}

a.header-link:hover {
    color: $black-70;
    transition: color 0.3s linear;
}

a.btn-link {
    color: $orange;
}

#lang_sel {
    padding-top: 7px;
}

#lang_sel li,
#lang_sel ul ul {
    width: 100px !important;
    text-align: left !important;
}

#lang_sel ul ul {
    top: 35px;
}

#lang_sel a.lang_sel_sel,
#lang_sel a.lang_sel_sel:visited {
    border: 1px solid $orange;
    color: $white;
    background-color: transparent !important;
    font-size: 16px !important;
    color: $white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: $font-primary;
    padding: 5px 0 5px 10px !important;
}

#lang_sel > ul > li:hover > a {
    color: $white !important;
}

.select-menu {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.select-menu > li {
    position: relative;
    display: block;
    color: $orange;
    font-family: $font-primary;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 30px 5px 15px;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid $orange;
    cursor: pointer;
    transition: ease background-color 0.25s;
    letter-spacing: 0.06em;
}

.select-menu > li:hover {
    color: $white;
    background-color: $orange;
}

.select-menu > li:after {
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 7px;
    vertical-align: middle;
}

.select-menu > li > ul {
    position: absolute;
    width: 105%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 2px solid $orange;
    border-right: 2px solid $orange;
    border-bottom: 2px solid $orange;
    left: -2px;
    top: 34px;
    visibility: hidden;
    opacity: 0;
    transition: ease all 0.25s;
    text-align: left;
}

.select-menu > li > ul::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: $orange;
    opacity: 1;
    content: "";
    z-index: -1;
}

.select-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.select-menu > li > ul > li {
    color: $white;
    padding: 2.5px 15px;
    transition: ease color 0.25s;
}

.select-menu > li > ul > li:last-of-type {
    padding-bottom: 5px !important;
}

.select-menu > li > ul > li:hover {
    color: $black-70;
}

.select-menu a {
    letter-spacing: 0.06em;
}

#market-form {
    position: relative;
    cursor: pointer;
}

#market-form a.current-market {
    color: $white;
    font-weight: bold;
    padding-right: 38px;
    position: relative;
    display: block;
    transition: ease background-color 0.25s;
    letter-spacing: 0.06em;
}

#market-form a.current-market:after {
    color: $white;
    position: absolute;
    right: 13px;
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
}

#market-form ul {
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease opacity;
    background: $orange;
    padding: 5px;
    position: absolute;
    min-width: 100%;
    list-style-type: none;
}

.market-list {
    list-style-type: none !important;
}

#market-form ul li a {
    display: block;
    font-size: 16px;
    padding: 2.5px 15px;
    white-space: nowrap;
    font-weight: bold !important;
    color: $white;
    text-transform: uppercase;
    transition: ease color 0.25s;
    letter-spacing: 0.06em;
}

#market-form ul li a:hover {
    color: $black-70;
}

#market-form ul li a li:last-of-type a {
    padding-bottom: 5px;
}

#market-form:hover ul {
    visibility: visible;
    opacity: 1;
}

.menu-item {
    float: none;
}

select {
    color: $white;
    border: 2px solid $orange;
    background-color: transparent;
    font-family: $font-primary;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-center img.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-iframe {
    position: relative;
    padding: 25px 20px 18.5%;
    margin-top: 10px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; //<<--- THIS IS THE KEY
    border: none;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1367px) {
    #market-form a {
        font-size: 12px;
    }

    #market-form ul li a {
        font-size: 12px;
    }
}
@media screen and (max-width:991px) {
    .pull-left,
    .pull-right {
        float: none !important;
    }

    .responsive-iframe {
        margin-top: 0;
    }
}
@media screen and (max-width:768px) {
    .slick-arrow:first-of-type {
        left: 15px !important;
    }

    .slick-arrow:last-of-type {
        right: 15px !important;
    }

    .select-menu > li > ul {
        width: 106%;
    }
}
@media screen and (max-width:600px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 90% !important;
    }

    .slick-arrow:first-of-type {
        left: 5px;
    }

    .slick-arrow:last-of-type {
        right: 5px;
    }
}
