/* SLIDER */
.opec18_slider {
    position: relative;
    padding: 0 45px;
    margin: 0 -20px 40px;
    overflow: hidden;
}

.opec18_slider::before {
    content: "";
    border-top: 1px solid #8f7b63;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
}

@media only screen and (min-width: 1198px) {
    .opec18_slider {
        background-image: url(/CorpImages/Custom/opec2018/for_quote.gif);
        background-position: calc(100% - 45px) 0;
        background-size: auto 48px;
        background-repeat: no-repeat;
        padding-top: 12px;
        margin: 0 0 40px;
    }

    .opec18_slider::before {
        top: 48px;
    }
}

.opec18_slider__canvas {
    font: 0/0 a;
    font-family: inherit;
    overflow: hidden;
}

.opec18_slider__item {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-right: -100%;
    cursor: default;
    vertical-align: top;
    z-index: 1;
}

.opec18_slider__photo {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    vertical-align: top;
    overflow: hidden;
}

.opec18_slider__img {
    display: block;
    width: auto;
    height: 100%;
}

.opec18_slider__src {
    font: 14px/1.2 a;
    font-family: inherit;
    color: #999;
    display: inline-block;
    margin-top: 36px;
    width: calc(100% - 70px);
    vertical-align: top;
}

.opec18_slider__text {
    font: 16px/1.2 a;
    font-family: inherit;
    color: #8f7b63;
    margin-top: 15px;
}

@media only screen and (min-width: 1198px) {
    .opec18_slider__photo {
        width: 75px;
        height: 75px;
        margin-right: 15px;
    }

    .opec18_slider__src {
        font-size: 16px;
        margin-top: 44px;
        width: calc(100% - 90px);
    }

    .opec18_slider__text {
        font-size: 18px;
    }
}

.opec18_slider__nav {
    background-color: transparent;
    position: absolute;
    top: 56px;
    bottom: 0;
    width: 26px;
    height: 26px;
    padding: 5px;
    transition: background-color .25s ease-in-out 0s;
    text-align: center;
}

.opec18_slider__nav:hover {
    background-color: #ccc;
}

.opec18_slider__nav.slider-inactive:hover {
    background-color: transparent;
}

@media only screen and (min-width: 1198px) {
    .opec18_slider__nav {
        top: 84px;
        width: 30px;
        height: 30px;
    }
}

.opec18_slider__nav_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-decoration: none;
}

.opec18_slider__nav_link::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

.vicon--nav {
    fill: #8f7b63;
    font-size: 26px;
}

.opec18_slider__nav.slider-inactive .vicon--nav {
    fill: rgba(143, 123, 99, .4);
}

@media only screen and (min-width: 1198px) {
    .vicon--nav {
        font-size: 30px;
    }
}

.opec18_slider__nav_prev {
    left: 0;
}

.opec18_slider__nav_next {
    right: 0;
}

.vicon--arrow_left {
    transform: rotate(-90deg);
}

.vicon--arrow_right {
    transform: rotate(90deg);
}

.opec18__nav_dots {
    padding-top: 15px;
    text-align: center;
}

.opec18__nav_lineup {
    font: 0/0 a;
    list-style: none;
}

.opec18__nav_lineup_item {
    background-color: #8f7b63;
    display: inline-block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    margin: 5px;
    transition: background-color .25s ease-in-out 0s;
    vertical-align: middle;
    position: relative;
}

@media only screen and (min-width: 1198px) {
    .opec18__nav_lineup_item:hover,
    .opec18__nav_lineup_item:focus {
        background-color: rgba(143, 123, 99, .6);
    }
}

.opec18__nav_lineup_item.slider-nav-item-current {
    background-color: rgb(0, 0, 0);
}

.opec18__nav_lineup_item.slider-nav-item-current:hover {
    background-color: currentColor;
}

.opec18__nav_lineup_item a {
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
}

/* TABLE */
.opec18_table {
    position: relative;
    margin-bottom: 40px;
}

.opec18_table__title {
    font: 22px/1.2 a;
    font-family: inherit;
    color: #666;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1198px) {
    .opec18_table {
        background-image: url(/CorpImages/Custom/opec2018/for_table.gif);
        background-position: calc(100% - 45px) 0;
        background-size: auto 48px;
        background-repeat: no-repeat;
    }
    .opec18_table__title {
        font-size: 30px;
    }
}

.opec18_table__content {
    background-color: #333;
    border-radius: 3px;
    padding: 20px;
    margin: 0 -20px;
    white-space: nowrap;
}

@media only screen and (min-width: 1198px) {
    .opec18_table__content {
        padding: 20px 30px;
        margin: 0;
    }
}

.opec18_table__list {
    margin-bottom: 8px;
    overflow: hidden;
}

.opec18_table__list:first-child {
    margin-bottom: 16px;
}

.opec18_table__item {
    font: 18px/1 a;
    font-family: inherit;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    width: 100px;
    text-align: right;
    white-space: normal;
}

@media only screen and (min-width: 1198px) {
    .opec18_table__item {
        font-size: 20px;
    }
}

.th {
    font: 12px/1.2 a;
    font-family: inherit;
    color: #dec551;
    height: 40px;
    vertical-align: top;
}

@media only screen and (min-width: 1198px) {
    .th {
        height: 60px;
    }
}

.opec18_table__item:first-child {
    margin: 0;
    width: calc(100% - 114px);
    text-align: left;
}

@media only screen and (min-width: 480px) {
    .opec18_table__item:first-child {
        width: calc(100% - 228px);
    }
}

@media only screen and (min-width: 640px) {
    .opec18_table__item:first-child {
        width: calc(100% - 342px);
    }
}

@media only screen and (min-width: 768px) {
    .opec18_table__item:first-child {
        width: calc(100% - 456px);
    }
}

@media only screen and (min-width: 1198px) {
    .opec18_table__item:first-child {
        width: calc(100% - 570px);
    }
}

.opec18_table__link {
    color: #ced6ee;
    text-decoration: underline;
}

.opec18_table__link:hover,
.opec18_table__link:focus {
    color: #fff;
    text-decoration: none;
}

.opec18__remark {
    font: 16px/1.5 a;
    font-family: inherit;
    color: #666;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    margin-bottom: 40px;
}
