﻿.port-options ul {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    /* justify-content: space-between; */
    align-content: flex-start;
}

    .port-options ul li {
        width: 140px;
        height: 140px;
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        margin-right: 15px;
        margin-left: 0px;
    }

@media (min-width: 1200px) {

    .port-options ul li {
        width: calc(90%/7);
    }

    video {
        width: 100%;
    }
}

.h1Model {
    font-weight: 800;
    font-size: 3.2em;
    text-transform: uppercase;
}

    .h1Model .word {
        display: inline-block;
        line-height: 1em;
    }


@media (max-width: 1280px) {
    .model {
        left: -450px;
    }
}

.header-margin {
    margin: 0 !important;
    padding-bottom: 20px;
}

    .header-margin::before {
        content: none;
        display: none;
    }

    .header-margin::after {
        content: none;
        display: none;
    }

.OnlineServicesUl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.Indexhder {
    margin-bottom: 20px !important;
}

.width1600px {
    width: 1600px;
}

.ulSlides {
    width: 1600%;
    transition-duration: 0s;
    transform: translate3d(-5380px, 0px, 0px);
}
.liSlides {
    width: 1345px;
    margin-right: 0px;
    float: left;
    display: block;
}

.OnlineServiceUlLiA {
    background-repeat: no-repeat;
    background-position: center 30%;
}

.border-bottom777777 {
    border-bottom: 1px solid #777777 !important
}