﻿.icon {
    background: radial-gradient();
    color: rgba(0, 0, 0, .3);
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    width: 10px;
    height: 60px;
    top: 40%;
}

.fa-arrow-left {
    left: 0;
    margin-right: 30px;
    height: 50%;
}

    .fa-arrow-left:before {
        content: "\f104";
        color: #00A19C;
    }

.owl-stage-outer {
    margin-left: 10px;
    margin-right: 10px;
}

.fa-arrow-right {
    right: 0;
    margin-left: 10px;
    height: 57%;
}

    .fa-arrow-right:before {
        content: "\f105";
        color: #00A19C;
    }

.owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.owl-prev.disabled {
    visibility: hidden;
}

.owl-next.disabled {
    visibility: hidden;
}

.ico-pl {
    display: inline-block;
    width: 22px;
    height: 14px;
    background-image: url('../images/PCMPPL.png');
    background-repeat: no-repeat;
}

.ico-sand-t {
    margin-left: -1px;
    display: inline-block;
    width: 24px;
    height: 23px;
    background-image: url('../images/SANDT.png');
    background-repeat: no-repeat;
}

.ico-ext-module {
    margin-top: -1px;
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url('../images/EXTM.png');
    background-repeat: no-repeat;
}

.ico-prbi-sand-risk-tbl {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/filter-list.png');
    background-repeat: no-repeat;
}

.ico-bridgelink-piping {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../images/icon-bridgelink-piping.png);
    background-repeat: no-repeat;
    height: 3px;
    margin: 0px 15px;
}