.landing-head{
    background-image: url("/files/includes/landing/outlander-black-edition/head.png");
    color: #fff;

    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 720px) {

    .col-img:nth-child(2n) {
        padding-left: 0.5rem
    }
    .col-img:nth-child(2n+1) {
        padding-right: 0.5rem
    }
}

.landing-row{
    background-color: #000;
    color: #fff;
}
.col-text{
    padding-left: 2rem;
}
.col-text ol, .col-text ul{
    padding-left: 16px;
    text-transform: uppercase;
}
.col-text ol li, .col-text ul li{
    padding-bottom: 10px;

}
.col-text ul{
    padding-left: 0px;
    list-style: none;
}

.col-img {
    padding: 1rem 0px;
}
.col-img:first-child{
    padding-top: 0px;
}

.landing-row table{
    color: #fff !important;
}
.div-table table td, .div-table table th {
    border: none !important;
    padding: 4px;
    vertical-align: middle;
}

table .list-item{
    text-align: center;
}



@media (min-width: 920px) {
    .landing-head h1, .landing-head p {
        padding-left: 4rem !important;
    }
    .col-text{
        padding-left: 4rem;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media (max-width: 919px) {
    .landing-head{
        /*padding-top: 2rem;*/
        /*padding-top: 2rem;*/
        /*padding-bottom: 2rem;*/
    }

    .landing-row .div-table{
        overflow-x: scroll;
    }
}

.div-table{
    position: relative;
}

.table-scroll{
    padding: 1rem;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    color: #000;
}

.top-menu{
    background: #686D71;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    padding: .5rem 1rem;
    flex-direction: row;
}
.top-menu ul {
    list-style: none;

}
@media(max-width:767px) {
    top-menu .submenu_btn {
        right: 105px;
        display: block;
    }
}
.top-menu ul li{
    text-align:center;
    padding: 10px;
    transition: 0.5s all;
    margin: 3px;
}
.top-menu li.nav-item{
    width: 20%;
    background-color: #686D71;
}
.top-menu ul li.menu-link:hover{
    background: rgba(0,0,0,0.3);
}
.top-menu ul li.active{
    background: #ed1c24;
}
.top-menu ul li a{
    color:#fff;
    text-align:center;
}
.top-menu ul li a:hover,.top-menu ul li a:active{
    text-decoration: none;
}


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}