.feature, .btn, .post-thumb, .team-image{
    border-radius: 5px;
    overflow: hidden;
}
.feature, .post-thumb, .team-image{

    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.contact-box p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.contact-box strong {
    font-size: 16px;
    line-height: 18px;
    margin-top: 2px!important;
    margin-bottom: 2px!important;
}
.contact-box ul li a {
    font-size: 22px!important;
    padding: 4px;
}
.contact-box h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}



.paket-table article {
    max-width:100%;
    width: 1440px;
    margin:0 auto;
    position:relative;
}
.paket-table ul {
    display:flex;
    top:0px;
    z-index:10;
    padding-bottom:14px;
}
.paket-table li {
    list-style:none;
    flex:1;
}
.paket-table li:last-child {
    border-right:1px solid #DDD;
}
.paket-table button {
    width:100%;
    border: 1px solid #DDD;
    border-right:0;
    border-top:0;
    padding: 10px;
    background:#1a1a1a;
    font-size:14px;
    font-weight:bold;
    height:60px;
    color:#f5f5f9
}
.paket-table li.active button {
    background:#fab720;
    color:#000;
    font-weight:700;
    font-size: 1.1em
}
.paket-table table { border-collapse:collapse; table-layout:fixed; width:100%; }
.paket-table th { background:#1a1a1a; color: #f5f5f9; display:none; }
.paket-table td, th {
    height:53px
}
.paket-table td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.paket-table td,th {
    text-align:left;
}
.paket-table td+td, th+th {
    text-align:center;
    display:none;
}
.paket-table td.default {
    display:table-cell;
}
.paket-table .bg-purple {
    border-top:3px solid #A32362;
}
.paket-table .bg-blue {
    border-top:3px solid #0097CF;
}

.paket-table .txt-l { font-size:28px; font-weight:bold; }
.paket-table .txt-top { position:relative; top:-9px; left:-2px; }
.paket-table .tick { font-size:18px; color:#2CA01C; }
.paket-table .hide {
    border:0;
    background:none;
}

@media (min-width: 991px) {
    .paket-table ul {
        display:none;
    }
    .paket-table td,th {
        display:table-cell !important;
    }
    .paket-table td,th {
        width: 330px;

    }
    .paket-table td+td, th+th {
        width: auto;
    }
}

.paket-table .s-stripped tr {
    background-color: #181818;
}
.paket-table .s-stripped tr:nth-child(even) {
    background-color: #282828;
}


.s-bg-red{
    background-color: #ff4157 !important;
    border-color: #ff4157 !important;
    font-weight:bold;
}

.s-bg-blue{
    background-color: #55acee !important;
    border-color: #55acee !important;
    font-weight:bold;
}
.s-bg-blue-2{
    background-color: #1983a4 !important;
    border-color: #1983a4 !important;
    font-weight:bold;
}
.s-bg-green{
    background-color: #4b8e05 !important;
    border-color: #4b8e05 !important;
    font-weight:bold;
}
.s-bg-orange{
    background-color: #ea5b0c !important;
    border-color: #ea5b0c !important;
    font-weight:bold;
}
.s-bg-dark{
    background-color: #282828 !important;
    border-color: #282828 !important;
    font-weight:bold;
}

.s-titles .default{
    border: 5px solid #ff4157!important;
    font-weight:bold;
}
.s-btn{
    background-color: #ff4157;
    padding: 5px 7px;
    color: white;
    cursor: pointer;
}
