.office-left img,
img.contact-photo {
    width: initial;
    height: fit-content;
}

.tt-suggestion {
    padding: 0px;
}

    .tt-suggestion a {
        display: block;
        padding: 5px 10px;
        width: 100%;
        border-bottom: 1px solid #ededed;
        color: #4d4d4d;
        text-transform: uppercase;
        font-family: 'OSR', sans-serif;
        font-size: 0.91667em;
        padding-left: 15px;
        text-decoration: none;
        list-style-type: none;
        word-wrap: break-word;
    }

        .tt-suggestion a:hover {
            background-color: #eaffde !important;
            text-decoration: none !important;
        }

    .tt-suggestion.tt-cursor {
        background-color: #eaffde !important;
        text-decoration: none !important;
        border-bottom: 2px solid #15f713 !important;
    }

.cert h4,
.cert .h4 {
    font-size: 16px;
    margin-top: 40px;
}

.cert a h4,
.cert a .h4 {
    color: #333;
}

a {
    font-family: 'Open Sans', sans-serif;
    color: #dd3737;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    text-decoration: none;
    outline: none !important;
    display: inline-block
}

    a:hover {
        text-decoration: none;
        color: #dd3737;
        outline: none;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

    .section-header .section-title {
        font-size: 2.4em;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 10px;
    }

a.btn.btn-lg {
    height: min-content;
    display: inline-block;
    margin-right: 10px;
}
/* .btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 0px;
  display: inline-block;
  color: #fff;
}
.btn .fa {
  color: #fff;
}
.btn-action-arhive {
  margin-top: 10px;
} */
/* .btn.btn-primary {
  background: #dd3737;
  border-color: #dd3737;
  margin-right: 10px;
  text-align: center;
  margin-top: 10px;
}

.btn.btn-primary:hover {
  background: #d43535;
  -webkit-box-shadow: inset 5px 5px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: inset 5px 5px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: inset 5px 5px 5px 0px rgba(50, 50, 50, 0.4);
}


} */
.btn-lg,
.btn-group-lg > .btn {
    padding: 14px 28px 14px 28px;
    font-size: 16px;
    margin-top: 10px;
}
    .column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: ' ';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #dd3737;
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #dd3737;
    }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.patron-text {
    font-family: 'Open Sans Condensed', sans-serif;
}

.main_header {
    padding-bottom: 20px;
    font-family: 'Open Sans';
    display: inline-flex;
    /*    text-transform: uppercase;*/
}

    .main_header h1 {
        font-size: 28px;
        line-height: 40px;
    }

#company,
#advantages,
#video,
#values,
#certificates,
#conformityCertificates {
/*    padding-top: 40px;
    padding-bottom: 40px;*/
}

    #company h3,
    #certificates h3 {
        color: #2e2e2e;
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 22px;
    }

#advantages {
    text-align: center;
}

    #advantages h3 {
        font-size: 2.5em;
        width: 65px;
        height: 65px;
        background: #dd3737;
        border-radius: 50%;
        display: inline-block;
        top: 30px;
        color: #fff;
        line-height: 1.8;
    }

    #advantages .col-md-3 {
        height: 240px;
    }

        #advantages .col-md-3 p {
            line-height: 1.4;
        }

#values {
    text-align: left;
}

    #values h3 {
        font-size: 1.2em;
        display: inline-block;
        top: 30px;
        color: #111;
        line-height: 1;
        padding-bottom: 10px;
    }

    #values .col-md-4 {
        height: 340px;
        margin-top: 30px;
    }

        #values .col-md-4 p {
            line-height: 1.3;
            font-size: 14px;
        }

    #values img {
        display: block;
        text-align: left;
        padding-bottom: 10px;
    }

.cd-horizontal-timeline {
    padding-top: 40px;
}

#certificates h5 {
    padding-bottom: 10px;
}

#certificates img {
    border: 1px solid #999;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1.5s;
}

    #certificates img:hover {
        border: 1px solid #999;
        -webkit-filter: none;
        filter: none;
        transition: 1.5s;
    }

#certificates .btn-img {
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-left: 0px;
    text-transform: uppercase;
    text-align: center;
}

/* #breadcrumbs {
  width: 100%;
  background: #eeeeee;
}

.breadcrumb {
  margin-bottom: 0px;
  padding: 0 15px 20px;
  background: #ffffff;
} */

#certificates .pagination > li > a,
.pagination > li > span {
    color: #dd3737;
}

.image {
    min-width: 100%;
    max-width: 100%;
}

#magazines .a-cerificate h4,
#certificates .a-cerificate h4 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
}

#magazines .cert,
#certificates .cert {
    margin-bottom: 35px;
}

.image-gallery {
    height: 230px !important;
    background-size: cover;
    background-position: 50% 0;
}

.btn-img {
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-left: 0px;
    text-transform: uppercase;
    text-align: left;
}

#main p,
#company p {
    line-height: 1.5;
}

#main h4 {
    text-transform: uppercase;
}

#main span,
#maps div span {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Open Sans Condensed';
}

#main ul,
#company ul {
    list-style: square;
    list-style-image: url(../img/square.gif);
    padding-left: 20px;
    padding-top: 20px;
}

    #main ul li,
    #company ul li {
        padding-left: 40px;
    }

#maps {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #maps .map {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.red-rectangle {
    background-color: #dd3737;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .red-rectangle a {
        color: white;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .red-rectangle i {
        margin-top: 25px;
        font-size: 4em;
    }

.conformity-certificate {
    text-align: center;
    margin-top: 10px;
    height: 20px;
    font-weight: 500;
}


@media only screen and (max-width: 320px) {
    .main-navigation {
        min-height: 0px;
    }

    .navbar-brand.second img {
        display: none;
    }

    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }

    .media.service-box {
        margin-bottom: 85px;
    }

    .navbar-brand img {
        width: 220px;
        padding-top: 16px;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 30px !important;
    }

    .btn {
        word-break: normal;
    }
}

@media only screen and (width: 375px) {
    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }

    .media.service-box {
        margin-bottom: 85px;
    }

    .navbar-brand.second img {
        display: none;
    }

    #bot-menu a {
        font-size: 14px !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 22px;
    }

    .btn {
        white-space: normal;
    }
}

@media only screen and (max-width: 414px) {
    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }

    .media.service-box {
        margin-bottom: 85px;
    }

    .navbar-brand.second {
        display: none;
    }

    .btn {
        white-space: normal;
    }
}

@media only screen and (max-width: 480px) {
    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }

    .navbar-brand.second img {
        display: none;
    }

    .btn {
        white-space: normal;
    }
}

@media only screen and (width: 600px) {
    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }

    .navbar-brand.second img {
        display: none;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 22px !important;
    }
}

@media only screen and (max-width: 568px) {
    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }
}

@media only screen and (max-width: 667px) {
    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }
}

@media only screen and (max-width: 736px) {
    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        float: left !important;
    }
}

@media only screen and (width: 768px) {
    #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }
}

@media only screen and (width: 800px) {
    #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }
}

@media only screen and (width: 960px) {
    #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: rgba(0, 0, 0, 0.1);
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .subheader .dropdown-menu {
        margin-top: 14px !important;
    }

    /* #breadcrumbs {
    width: 100%;
    background: #eeeeee;
  } */
}

.float-left {
    float: left !important;
}

.padding-bottom {
    padding-bottom: 25px;
}

.float-right {
    float: right !important;
}

.line-clamp h4 {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 52px;
    text-align: center;
}

.line-clamp p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 10px 0 0 0;
}

.navbar-brand.second {
    display: block;
}

p {
    margin: 0 0 10px;
    line-height: 1.4;
}

#main-slider .slider-inner h2 {
    font-size: 28px !important;
    margin-top: 0px;
}

#main-menu.navbar-default .navbar-nav > li > a:hover {
    background: #d8d8d8;
}

#home > div.container .action > a > img {
    -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55) !important;
    -moz-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55) !important;
    box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55) !important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 10px;
}

#bot-menu {
    display: none;
}

.subheader {
    height: 100px;
}

@media only screen and (max-width: 960px) {
    p {
        line-height: 1.4;
    }

    .subheader {
        height: 100%;
        padding-bottom: 7px;
        position: relative !important;
    }

    /* #breadcrumbs {
    padding-top: 0px;
  } */

    .subfooter p {
        text-align: center;
        padding-bottom: 20px;
    }

    .list-icons {
        text-align: center;
        font-size: 20px;
    }

    #logo-gab {
        margin-left: 0px;
    }

    #logo-footer,
    #logo-gab,
    #logo-euroauto {
        text-align: center;
        float: none !important;
    }

    #bot-menu a {
        margin: 20px;
        background: #757575;
        font-size: 16px;
        width: auto;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    p {
        margin: 0 0 10px;
        line-height: 1.4;
    }

    .subheader {
        height: 50px;
    }
}

.subheader {
    color: #555;
    min-height: 55px;
    position: absolute;
    background-color: rgba(19, 19, 19, 0.6);
    width: 100%;
    z-index: 1000;
}

    .subheader form {
        margin: 0;
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

    .subheader .col-md-7 {
        margin-top: 10px;
    }

    .subheader .row .col-md-5 button:not([type='submit']),
    .subheader .buttons .btn {
        height: 36px;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
        margin-top: 9px;
        max-width: 240px;
        overflow: hidden;
        background: none;
        border: solid 1px #888888;
        color: #fff;
    }

        .subheader .buttons .btn:hover {
            border: solid 1px #fff;
        }

    .subheader .dropdown-menu {
        background-color: rgba(19, 19, 19, 0.9);
        margin-top: 9px;
        padding: 20px;
        padding: 5px;
        z-index: 103;
    }

        .subheader .dropdown-menu.login {
            min-width: 280px;
            padding: 20px;
            border-radius: 0px;
        }

            .subheader .dropdown-menu.login a {
                border-bottom: dashed 1px;
                color: #cccccc;
                text-decoration: none;
            }

            .subheader .dropdown-menu.login button {
                width: 100%;
                text-transform: uppercase;
                font-weight: bold;
                margin: 3px;
            }

            .subheader .dropdown-menu.login i.fa {
                line-height: 34px;
            }

        .subheader .dropdown-menu > li > a {
            background: none;
            border-color: #444444;
            color: #888888;
        }

            .subheader .dropdown-menu > li > a:hover {
                color: #aaaaaa;
            }

    .subheader .dropdown .btn {
        background: none;
        border: solid 1px #888888;
        margin: 0;
    }

    .subheader .btn:hover {
        border: solid 1px #e84c3d;
        color: #aaaaaa;
    }

    .subheader .btn:focus {
        border: solid 1px #e84c3d;
        color: #aaaaaa;
    }

/* .subheader .btn.focus {
  border: solid 1px #e84c3d;
  color: #aaaaaa;
} */

.input-group {
    background: #fff;
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: inset 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
}

/* .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 10px;
} */
/*
#search-button {
    border: none;
    color: white;
    font-size: 16px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: inherit;
    width: 30px;
}*/

/*

#search-textbox {
    background: rgba(255, 255, 255, 0.5);
}
*/

/* .subheader .row .col-md-5 button:not([type='submit']),
.subheader .buttons .btn:hover {
  border: solid 1px #dd3737;
} */

#cta .btn .fa {
    padding-right: 25px;
}

/*************************
*******Header******
**************************/

.main-navigation {
    position: static;
    background-color: rgb(255, 255, 255);
    width: 100%;
    z-index: 2000;
    height: auto;
    -webkit-box-shadow: inset 0px 2px 13px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 2px 13px -2px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0px 2px 13px -2px rgba(0, 0, 0, 0.2);
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar.navbar-default .navbar-toggle {
        margin-top: 20px;
    }

    .navbar.navbar-default .navbar-brand {
        height: auto;
    }

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 22px;
    line-height: 1.4;
    height: 74px;
}

@media only screen and (min-width: 768px) {
    #bot-menu {
        display: block;
    }

    #main-menu.navbar-default {
        background: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.85) !important;
        -moz-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.25) !important;
        box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.25) !important;
        z-index: 1001;
    }

        #main-menu.navbar-default .navbar-nav > li.active > a,
        #main-menu.navbar-default .navbar-nav > li.open > a,
        #main-menu.navbar-default .navbar-nav > li:hover > a {
            background: transparent;
            border-bottom: 6px solid #dd3737;
            -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125) !important;
            -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125) !important;
            box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125) !important;
        }

        #main-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 220px;
            background-color: rgba(19, 19, 19, 0.9);
            border: 0;
            border-radius: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit;
        }

            #main-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                margin-left: -20px;
                padding-left: 17px;
                -webit-transition: border-color 400ms;
                transition: border-color 400ms;
            }

            #main-menu.navbar-default .dropdown-menu .submenu-left {
                margin-left: 19px;
                margin-top: 10px;
            }

            #main-menu.navbar-default .dropdown-menu > li > a {
                border-top: 1px solid #484848;
                padding: 15px 0;
                color: #eeeeee;
                background-color: inherit;
            }

            #main-menu.navbar-default .dropdown-menu > li:first-child > a {
                border-top: 0;
            }

            #main-menu.navbar-default .dropdown-menu > li.active,
            #main-menu.navbar-default .dropdown-menu > li.open,
            #main-menu.navbar-default .dropdown-menu > li:hover {
                border-left-color: #dd3737;
            }

                #main-menu.navbar-default .dropdown-menu > li.active > a,
                #main-menu.navbar-default .dropdown-menu > li.open > a,
                #main-menu.navbar-default .dropdown-menu > li:hover > a {
                    color: #dd3737;
                    background-color: transparent;
                }
}

#main-slider {
    overflow: hidden;
    padding-top: 0px;
    position: relative;
}

    #main-slider .item {
        height: 464px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #main-slider .slider-inner {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: right;
    }

        #main-slider .slider-inner h2 {
            margin-top: 140px;
            font-size: 36px;
            line-height: 1;
            text-transform: uppercase;
            color: #fff;
            text-align: right;
            text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
        }

        #main-slider .slider-inner p {
            text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
        }

        #main-slider .slider-inner h2 > span {
            color: #dd3737;
        }

        #main-slider .slider-inner .btn {
            margin-top: 10px;
            float: right;
            padding: 10px 30px 10px 30px;
        }

    #main-slider .owl-prev,
    #main-slider .owl-next {
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 30px;
        display: inline-block;
        margin-top: -35px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100px;
        z-index: 5;
        -webkit-transition: background-color 400ms;
        transition: background-color 400ms;
    }

        #main-slider .owl-prev:hover,
        #main-slider .owl-next:hover {
            background-color: #dd3737;
        }

    #main-slider .owl-prev {
        left: -35px;
        text-indent: 14px;
    }

    #main-slider .owl-next {
        right: -35px;
        text-indent: -14px;
    }

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #dd3737;
}

.owl-controls {
    display: none;
}

#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#cta {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

    #cta h2 {
        margin-top: 0;
    }

    #cta .btn {
        width: 100%;
    }

        #cta .btn a {
            font-weight: lighter;
        }

#sto {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #dddddd;
    height: auto;
}

#logistic {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ededed;
    height: auto;
}

#patron {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ededed;
    height: auto;
}

ol li ul li {
    list-style-type: disc;
}

#news {
}

#cat2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

    #cat2 .btn {
        width: 100%;
        text-align: center;
    }

        #cat2 .btn a,
        #services .btn a {
            font-weight: lighter;
        }

        #cat2 .btn .fa {
            padding-right: 25px;
        }

#services {
    background: #ededed;
    height: auto;
    padding-top: 60px;
    padding-bottom: 10px;
}

    #services h2 {
        font-weight: 300;
        text-align: center;
        padding-bottom: 20px;
    }

    #services img {
        text-align: center;
    }

    #services .col-sm-4 {
        height: 383px;
        padding-left: 0px;
        margin-bottom: 20px;
    }

.media.service-box {
    margin-bottom: 15px;
    height: auto;
}

.pull-left.square {
    padding-top: 5px;
    color: #858688;
}

/* .media.service-box .pull-left {
  margin: 15px;
  padding: 2px;
  background: #ccc;
  width: 35%;
  text-align: center;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 5px 5px -3px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 5px -3px rgba(50, 50, 50, 0.3);
} */
/* .media.service-box .pull-left.square {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px;
  background: #ccc;
  width: auto;
  text-align: center;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 5px 5px -3px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 5px -3px rgba(50, 50, 50, 0.3);
} */
h4.line-clamp-height {
    height: 59px;
}

p.line-clamp-height {
    height: 42px;
}

.media-heading {
    margin-top: 15px;
}

h4.media-heading {
    text-align: left;
}

.media-left,
.media-right,
.media-body p {
    padding-bottom: 10px;
    padding-top: 5px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.partners {
    background: #eeeeee;
    padding-top: 20px;
    padding-bottom: 60px;
}

    .partners h2 {
        padding-bottom: 20px;
        font-size: 2.4em;
        text-transform: uppercase;
    }

#myCarousel .carousel-inner a.thumbnail {
    margin: 0;
    border: none;
    width: 100%;
}

#myCarousel .carousel-control {
    background-image: none;
    line-height: 160px;
    height: calc(100% - 3px);
    vertical-align: bottom;
    width: 5%;
    display: table-cell;
}

#myCarousel .item img {
    margin: 0 auto;
    width: auto;
    height: auto;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    filter: grayscale(1);
    padding: 20px;
    cursor: pointer;
    display: block;
    min-height: 180px;
}

#myCarousel .thumbnail:hover img {
    filter: grayscale(0)
}

#myCarousel .partner-title {
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-bottom: solid 3px #e0dada;
    background: #fafafa;
}

    #myCarousel .partner-title:hover {
        border-bottom: solid 3px #bbb;
    }

#myCarousel .carousel-inner .col-sm-3 .thumbnail {
    border-top: 1px solid #e0dada;
    border-left: 1px solid #e0dada;
    border-right: 1px solid #e0dada;
    display: block;
}

#myCarousel .carousel-inner .col-sm-3 .partner-title {
    border-left: 1px solid #e0dada;
    border-right: 1px solid #e0dada;
}

/*partners end*/

#meet-map {
    padding-bottom: 100px;
    padding-top: 100px;
}

    #meet-map .map-member {
        padding: 24px;
        background: #eeeeee;
        border: 2px solid #eeeeee;
        transition: 400ms;
        -webkit-transition: 400ms;
        margin-top: 10px;
        min-height: 568px;
    }

    #meet-map h3 i {
        color: #bbb;
        font-size: 32px;
    }

    #meet-map .map-member .map-info {
        padding-bottom: 10px;
        border-bottom: 1px solid #dbdbdb;
        line-height: 2;
    }

        #meet-map .map-member .map-info h3 {
            font-size: 22px;
            color: #505050;
            text-align: left;
            padding-bottom: 10px;
        }

    #meet-map .map-member:hover {
        -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
        -moz-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
        box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
    }

        #meet-map .map-member:hover .social-icons > li > a {
            background: #dd3737;
        }

    #meet-map .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #meet-map .social-icons > li {
            display: inline-block;
        }

            #meet-map .social-icons > li > a {
                display: block;
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                color: #fff;
                background: #222534;
            }

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient( 180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100% );
    background-image: -webkit-linear-gradient( 180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100% );
    background-image: -ms-linear-gradient( 180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100% );
    width: 95%;
    height: 1px;
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
}

    .nav.main-tab > li > a {
        color: #505050;
    }

    .nav.main-tab > li.active > a {
        background: #222534;
        color: #dd3737;
    }



.panel-default {
    border-color: #eee;
}

    .panel-default > .panel-heading {
        background-color: #eee;
        border-color: #eee;
    }

        .panel-default > .panel-heading .panel-title {
            font-size: 14px;
            font-weight: 600;
        }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eee;
        }

.social,
.bot-icons {
    padding-top: 50px;
}

    .social p {
        font-size: 1.1em;
        font-weight: bold;
        color: #fff;
    }

    .social p {
        font-size: 1.1em;
        font-weight: bold;
        color: #fff;
        padding-top: 20px;
    }

    .social .fa {
        font-size: 2.1em;
        color: #585858;
        background: #939393;
        padding: 15px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 14px;
    }

        .social .fa:hover,
        .social .fa:focus {
            background: #acacac;
        }

#bot-menu {
    background: #676767;
    width: 100%;
    text-transform: uppercase;
}

    #bot-menu a {
        color: #fff;
        text-align: center;
        line-height: 1.2;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
        height: 58px;
    }

        #bot-menu a:visited,
        #bot-menu a:active {
            color: #fff;
            background: #939393 !important;
        }

        #bot-menu a:hover {
            color: #585858;
            background: #939393;
        }

.subfooter {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-top: 40px;
}

    .subfooter p {
        padding-top: 20px;
    }

/*#search-textbox {
    border: none;
    color: #000000;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    width: calc(50%);
    text-transform: uppercase;
}*/
/*
#search-button {
    border: none;
    color: white;
    font-size: 16px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: inherit;
    width: 30px;
}*/

footer#footer .nav-pills > li:first-child > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 25px;
}

footer#footer .nav-pills > li > a {
    text-transform: none;
}

footer#footer .nav-pills.nav-stacked > li > a:after {
    content: '';
}

#logo-footer,
#logo-gab,
#logo-euroauto {
    float: right;
    padding-bottom: 15px;
}

#logo-gab {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    float: right;
    margin-right: 20px;
    margin-left: 20px;
}

#logo-euroauto {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    float: right;
}

.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.list-icons {
    list-style: none;
    padding-top: 10px;
    color: #fff;
    font-size: 1.2em;
}

    .list-icons li a {
        text-decoration: underline;
        font-size: 16px;
    }

.bottom_title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

span.contact {
    font-weight: bold;
    font-size: 1.4em;
}

#download {
    padding: 60px 0px 60px 0px;
    text-align: left;
}

    #download p {
        padding-top: 10px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }

    #download h3 {
        padding-bottom: 20px;
    }

    #download .fa {
        font-size: 44px;
        padding: 10px;
    }

    #download a:hover {
        color: #fff;
    }

    #download > div > div.col-md-2 > a {
        text-decoration: underline;
    }

#main {
 
}

    #main.grey .row {
        margin: 0;
        padding: 0px 10px 60px 10px;
    }

.socialnetwork-brand .brand-list article {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.socialnetwork-brand .brand-list article:not(:last-child) {
    margin-bottom: 70px;
}
    .socialnetwork-brand .brand-list article .brand-picture {
        width: 120px;
    }
    .socialnetwork-brand .brand-list article .content {
        width: calc(100% - 120px)
    }
.banners {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

    .banners .banner a img {
        padding-bottom: 20px;
        margin: auto;
        padding-top: 0;
    }

.big-text {
    font-size: 3em !important;
}

.big-text2 {
    font-size: 2em !important;
}

.big-text3 {
    font-size: 1.2em !important;
}

.grey {
    background: #eee;
    padding-top: 50px !important;
}

/*ZoomIn Hover-Mask Effect*/
.thumbnail.hover-mask {
    width: 100%;
}

    .thumbnail.hover-mask a {
        border-radius: 6px;
        width: 100%;
    }

.hover-mask a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-mask-news {
    padding: 0px;
    overflow: hidden;
    display: inline-block;
    height: 110px;
}

.hover-mask-news-item {
    padding: 0px;
    overflow: hidden;
    display: inline-block;
    height: 200px;
    max-width: 350px;
}

.hover-mask {
    padding: 0px;
    overflow: hidden;
    display: inline-block;
    height: 200px;
}

    .hover-mask img {
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .hover-mask:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

label {
    display: inline-block;
}

.hover-mask label {
    cursor: pointer;
}

.hover-mask label {
    font-weight: 600;
    font-size: 30px;
}

.hover-mask a label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    padding-top: 25%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover-mask:hover a label,
.hover-mask:focus a label {
    -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover-mask i .fa {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover-mask:hover i .fa,
.hover-mask:focus i .fa {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=1)';
    filter: alpha(opacity=1);
    opacity: 1;
}

.hover-mask > a > label > i,
.hover-mask:hover > a > label > i,
.hover-mask:focus > a > label > i {
    color: #fff !important;
}

.main-container {
    margin-top: 40px;
}

.dpt-links .col-sm-3 {
    margin: 8px 0 0 0;
    padding-left: 5px;
    padding-right: 5px;
}

    .dpt-links .col-sm-3 a {
        width: calc(100% - 6px);
        display: inline-block;
        padding: 5px 3px;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        background: #dd3737;
    }

.dpt-links a:hover,
.dpt-links a:focus {
    text-decoration: none;
    background: #d43535;
    -webkit-box-shadow: inset 5px 5px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: inset 5px 5px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: inset 5px 5px 5px 0px rgba(50, 50, 50, 0.4);
}

.contacts .contact {
    width: 100%;
}

    .contacts .contact > .col-md-6,
    .contacts > .contact > .info {
        margin-top: 15px;
        padding: 15px;
        margin-left: 0;
    }

.contacts > .row > .col-md-6,
.contacts > .row > .col-md-12 {
    padding-left: 5px;
    padding-right: 11px;
    margin-top: 16px;
}

.contacts .contact {
    padding: 25px;
    background: #eee;
}

    .contacts .contact:hover {
        -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
        -moz-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
        box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
    }

.contacts h5 {
    font-weight: bold;
    color: #dd3737;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
    padding-bottom: 8px;
    text-decoration: none;
    padding-top: 10px;
}

.contacts hr {
    padding: 0;
    margin: 15px 0 25px 0;
}

.contacts .contact-text {
    font-size: 14px;
    line-height: 1.4;
}

.contacts .table > tbody > tr > th {
    border-top: none;
}

@media (min-width: 992px) {
    .no-trans {
        overflow-y: hidden !important;
        padding-right: 17px !important;
    }

    body.no-trans.modal-open {
        padding-right: 17px !important;
    }

    .contacts > .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
    }

        .contacts > .row > .col-md-6 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-direction: row;
        }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        word-break: normal;
    }

.cartInfo {
    position: relative;
    display: inline;
}

    .cartInfo .countInfo {
        position: absolute;
        top: -11px;
        right: -8px;
        background-color: #d43535;
        border-color: #d43535;
        border-radius: 40%;
        min-width: 25px;
        height: 17px;
        text-align: center;
        font-size: x-small;
        font-family: Arial;
    }

        .cartInfo .countInfo span {
            position: relative;
            left: -1px;
            color: white;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    height: 35px;
    width: 35px;
    /* margin-top: 5px; */
    /* padding-top: 10px; */
    /* padding-bottom: 29px; */
    margin-right: -22px;
    border-color: transparent;
    /* border-left-color: #cccccc; */
    /* border-width: 5px 0 5px 5px; */
    content: ' ';
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.news-list-container h3 {
    font-size: 16px;
    font-weight: 600;
    color: #424741;
    text-decoration: none;
}

.news-list-container a {
    text-decoration: none;
}

.news-list-container h3 > a {
    color: #424741;
}

    .news-list-container h3 > a:hover {
        color: #424741;
        text-decoration: underline;
    }

    .news-list-container h3 > a:active {
        color: #424741;
    }

    .news-list-container h3 > a :focus {
        color: #424741;
    }

    .news-list-container h3 > a :visited {
        color: #424741;
    }

.news-item-date {
    background-color: #c5c5c5;
    padding: 5px 20px;
    margin-right: 85px;
    font-size: 16px;
    font-weight: 600;
    max-width: 80px;
}

.news-list-container > .col-md-2 > .news-item-date {
    padding: 20px;
    margin-bottom: 10px;
}

.image-news {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-height: 200px;
}

.top-news {
    margin-top: 40px;
}

.btn-news a {
    margin-top: 20px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.none-top {
    margin-top: 0px !important;
}

.text-center {
    text-align: center;
}

    .text-center h4 {
        height: 25px;
    }

.a-cerificate :hover {
    text-decoration: underline;
}

.text-center img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    transition: 1.5s;
}

    .text-center img:hover {
        -webkit-filter: none;
        filter: none;
        transition: 1.5s;
    }

.btn-catalogs {
    width: 100% !important;
    height: 165px !important;
    white-space: normal;
}

    .btn-catalogs i {
        margin-top: 25px;
        font-size: 3em;
    }

.btn-main-catalogs {
    width: 100%;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.content-catalogs {
    margin-top: 30px;
}

    .content-catalogs div {
        padding-bottom: 25px;
    }

.btn-gray {
    background-color: #b4b4b4 !important;
    border-color: #b4b4b4 !important;
}

.conformity-certificate a > p {
    text-decoration: underline;
}

.conformity-certificate div {
    text-align: center;
    margin-top: 10px;
    height: 20px;
    font-weight: 500;
}

.action-container {
    border: 1px solid #9a9a9a;
    height: 240px;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .action-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
    }

    .action-container:hover .date-action {
        background-color: #dd3737;
    }

    .action-container:hover {
        -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
        -moz-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
        box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
    }

.main-section-action {
    border: 1px solid black;
    height: 200px;
    width: 100%;
}

.action-left {
    float: left !important;
    padding-bottom: 0px;
    height: 100%;
}

.action-right {
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
}

    .action-right h3 {
        height: 44px;
        font-size: 20px;
        color: #363636;
        text-transform: uppercase;
    }

    .action-right a {
        padding-right: 30px;
        padding-left: 30px;
    }

.date-action {
    background-color: #9a9a9a;
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: -1px;
}

.action-head h2 {
    float: left;
    margin-bottom: 50px;
}

.action-head a {
    float: right;
    padding-left: 35px;
    padding-right: 35px;
}

.archive {
    -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.55);
    height: 410px;
}

    .archive img {
        width: 100%;
    }

    .archive .action-right {
        padding-left: 30px;
        text-align: right;
        color: #363636;
    }

    .archive .date-action {
        background-color: #dd3737;
        margin-top: 30px;
        text-align: center;
    }

.terms-action {
    font-size: 15px;
    margin-left: 30px;
    text-align: left;
}

.content-item-action {
    text-align: right;
    padding-right: 60px;
}

    .content-item-action h2 {
        margin-top: 40px;
        font-size: 40px;
    }

    .content-item-action p {
        margin-top: 90px;
    }

.left-days {
    font-size: 60px;
    font-weight: 600;
}

p.left-days {
    margin-top: 10px;
}

.left-days label {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 994px) {
    .terms-action {
        display: none;
    }

    .archive {
        height: 260px;
    }

        .archive .action-right {
            font-size: 12px;
        }

    .content-item-action {
        padding-right: 10px;
    }

        .content-item-action h2 {
            margin-top: 20px;
            font-size: 20px;
        }

        .content-item-action p {
            margin-top: 5px;
        }

    .left-days {
        font-size: 20px;
    }

        .left-days label {
            font-size: 10px;
        }
}

#new-clients ol li,
.sto ol li {
    padding-left: 20px;
    list-style-type: decimal;
}

.p-header {
    font-weight: 600;
    font-size: 20px;
}

.btn-contacts,
.sto .clearfix a {
    padding-right: 50px;
    padding-left: 50px;
    text-transform: uppercase;
}

#accordion {
    margin-top: 40px;
}

    #accordion em {
        margin-top: 40px;
        font-weight: 600;
    }

.logistic-content {
    margin: 40px 0px 40px 0px;
}

    .logistic-content h3 {
        color: #dd3737;
        margin-bottom: 30px;
    }

.logistic-content-all {
    height: 320px;
    margin-bottom: 20px;
}

    .logistic-content-all div {
        border: 1px solid #9a9a9a;
        height: 320px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 5px;
    }

.returns-content {
    margin-bottom: 30px;
}

    .returns-content h3 {
        color: #dd3737;
    }

.margin-t {
    margin-top: 30px;
}

.border-logistic {
    border: 1px solid #9a9a9a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.returns-content .border-logistic {
    padding: 10px;
}

.service-title {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.btn-orders {
    margin-top: 0px !important;
    margin-right: 0px !important;
}

/*    .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border:1px #9a9a9a solid;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 1px #9a9a9a solid;
}
.table > thead > tr > th {
    background-image:none;
    background-color:#f1f1f1;
    color:#363636;
    font-weight:600;
}*/

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    background-color: #3f3e3e;
    background-image: url('data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNDE4MEZGRTgxNUIxMUU1OTMwNUE2REU4RTg5QzNCQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNDE4MEZGRjgxNUIxMUU1OTMwNUE2REU4RTg5QzNCQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0MTgwRkZDODE1QjExRTU5MzA1QTZERThFODlDM0JDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0MTgwRkZEODE1QjExRTU5MzA1QTZERThFODlDM0JDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAMQAxAwERAAIRAQMRAf/EAGMAAQEBAQAAAAAAAAAAAAAAAAEAAgcBAQEAAAAAAAAAAAAAAAAAAAABEAACAQIFAwMFAQAAAAAAAAAAAREhMUFRYXGBkbECocES0eHxMkKCEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDlcqNgJKdACPUBqoywYFDwrS1gK1IpjuARt6/QBidFpcAXlWoGo03kKHYIklwFWFKQEHw1AY7WYFOoUVc9KrsENbRwFWequEW1gCuvVhU5tlYIlYBxtTEKopC6hFxuFWGSxenIRTsFHys4oEMabQFF6LkCUBCvwApPIDM+OfiA47BRSmQReUN1AZeIA7ynTKwClXSfsAS8l6hWl/IB5fqtn2QRK/PuFDu912AXZgGH+vcIQr//2Q==');
    color: #eceeef;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 6px;
    padding: 10px 10px;
    vertical-align: top;
    border-color: #6c6b6b;
    text-align: left;
}

.euroAuto img {
    min-height: 222px;
}

.icon-magnifier-container {
    z-index: 111111111111;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #cbcbcb;
}

.btn-news-main {
    min-width: 170px;
}

.news-picture,
.news-picture img {
    max-height: 300px;
    margin-bottom: 20px;
    width: 173px;
    border-radius: 0px;
}

.m-bottom {
    margin-bottom: 40px;
    float: left;
}

.img-gallery {
    padding-right: 16px;
    padding-left: 16px;
}

.news-cont-btn {
    padding-left: 0px;
}

.news-top-img {
    margin-top: 20px;
}

.news-img {
    width: 100%;
}

.reconciliation-block,
.payment-choose-block {
    background: #fff;
    padding: 10px;
    min-height: 180px;
}

.scroll {
    position: fixed;
    top: 0;
}

#home {
    overflow-y: visible;
}

label.error {
    color: red;
}

/* .btn-select {
  text-align: left !important;
} */

.highlight-tr {
    background-color: #d3ffbc;
}

.itemNumberText {
    text-transform: uppercase;
}

table thead th a.action {
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.group-table-span {
    padding: 6px 10px;
    cursor: text;
}

.removeFilters {
    border: 1px solid red;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}

    .removeFilters:hover {
        -ms-opacity: 0.85;
        opacity: 0.85;
    }

.failed-order {
    border-right: 4px solid #dd3737 !important;
}

/* .failed-order .btn {
  margin-right: 0;
  margin-top: 10px;
  padding: 7px;
} */

#orders td.v-align-top {
    vertical-align: top;
    text-align: center;
}

.edit-comment {
    width: 100%;
}

.comment {
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
    padding: 0px !important;
    vertical-align: middle !important;
}

a.text-comment {
    border-bottom: none !important;
    color: #476ab0 !important;
}

.applicability {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 35px;
}

.description-d {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

/* .btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #dd3737;
  border-color: #dd3737;
} */

.seminar h4 {
    height: 40px;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.seminar .timePlace {
    font-size: 12px;
    color: #999;
}

.timePlace div {
    line-height: 10px;
    padding-top: 0;
}

    .timePlace div label {
        margin-top: 0;
        margin-bottom: 15px;
    }

.tt-dropdown-menu {
    text-align: left;
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline {
    background: #eee;
    padding-bottom: 40px;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after,
        .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #ccc;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #dd3737;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.5rem;
        padding-bottom: 15px;
        color: #383838;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -10px;
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 2px solid #ccc;
            background-color: #f8f8f8;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #dd3737;
    border-color: #dd3737;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #dd3737;
        border-color: #dd3737;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #dd3737;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'desktop';
        }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../images/cd-arrow.png) no-repeat 0 0;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #dd3737;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -16px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #ccc;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        list-style: none;
    }

.cd-timeline-navigation li {
    list-style: none;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    list-style: none;
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
    list-style: none;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
    list-style: none;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
    list-style: none;
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}

    .cd-horizontal-timeline .events-content em::before {
        content: '- ';
    }

.cd-horizontal-timeline .events-content p {
    font-size: 1.1rem;
    color: #111;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 1.6rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.5rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.brands {
    padding-top: 0;
    text-align: left;
}

#main-menu {
    z-index: 2;
}

a.full_image_link {
    width: 300px;
    height: 200px;
    -ms-background-position: center;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
}

.pagination-container {
    zoom: 1;
    border: none !important;
    padding-bottom: 30px;
}

    .pagination-container:before,
    .pagination-container:after {
        content: '';
        display: table;
    }

    .pagination-container:after {
        clear: both;
    }

.pagination-list {
    padding-top: 50px;
}

    .pagination-list a, .pagination-list .ellipsis, .pagination-list i {
        height: 40px;
        width: 40px;
        border-radius: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

        .pagination-list a.active {
            background: #F8D7D7;
            color: #DD3737
        }

    .pagination-list span.ellipsis {
        display:none;
    }
    .tab-panel {
        display: none;
        margin-top: 40px
    }

    .tab-panel.active {
        display: block;
    }

.pagerListBrand ul.pagination {
    padding: 0;
    list-style: none;
    display: flex;
}

    .pagerListBrand ul.pagination li a {
        height: 40px;
        width: 40px;
        border-radius: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .pagerListBrand ul.pagination li.active {
        background: #F8D7D7;
        height: 40px;
        width: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        color: #DD3737;
    }

    .pagerListBrand ul.pagination li.PagedList-skipToPrevious a {
        color: #141414;
    }

    .pagerListBrand ul.pagination li.PagedList-ellipses a {
        color: #141414;
    }

    .pagerListBrand ul.pagination li.PagedList-skipToNext a {
        color: #141414;
    }

    .pagerListBrand ul.pagination li.PagedList-skipToLast a {
        color: #141414;
    }
section.topImage {
    max-width: 1170px;
}
section.howTobecameClient-wrap {
    max-width: 1170px;
}