/* //////////////////////////////// Display None for all screens //////////////////////////////// */
@media screen and (max-width: 576px) {
    .portrait-phones-hidden {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .landscape-phones-hidden {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .tablet-hidden {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .desktop-hidden {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .large-hidden {
        display: none;
    }
}

/* //////////////////////////////// Global //////////////////////////////// */
html {
    height: 100%;
}

body {
    /*height: 100vh;*/
    /*min-height: 100%;*/
    /*display: flex;
    flex-direction: column;*/
    background-image: radial-gradient(#CDE3FF, #EFF8FF);
    font-family: 'Rubik', sans-serif;
}

.content {
    flex: 1 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .content {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

.page-content-area {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.google-maps-frame {
    width: 100%;
    height: 300px;
}

.a-link-inhherit {
    display: block;
    color: inherit;
    text-decoration: none;
}

.a-link-inhherit:hover {
    color: inherit;
    text-decoration: none;
}

.image-area-centered {
    width: 100%;
    text-align: center;
}

.image-box {
    margin: 12px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-box img {
    max-width: 100%;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline, .radio-inline input {
    margin-right: 5px;
}

/* //////////////////////////////// HEADER //////////////////////////////// */
.header {
    margin: 5px 0;
}

.header-logo {
    padding-top: 10px;
    width: 220px;
}

@media screen and (max-width: 768px) {
    .header-logo {
        max-width: 100%;
        width: unset;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .header-logo {
        width: 190px;
    }
}

.header-horizontal-center-area {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-icon-group {
    color: #434345;
}

.header-icon-group i {
    margin-right: 10px;
    font-size: 24px;
}

.header-icon-group a {
    color: inherit;
    text-decoration: none;
}

.header-toggle-button {
    color: white;
    background-color: #5875C5;
    border: none;
}

@media screen and (min-width: 992px) {
    .header-toggle-button {
        display: none;
    }
}

/* //////////////////////////////// NAVBAR MENU //////////////////////////////// */
.navbar-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .navbar-menu {
    }
}

.navbar .navbar-nav .nav-item {
    margin-right: 10px;
    transition: 0.2s;
}

.navbar .navbar-nav .nav-item:hover,
.navbar .navbar-nav .nav-item.active {
    background-color: #5875C5;
    color: #F6F6F6;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    color: #F6F6F6;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 10px;
    color: #2B2C2F;
    font-size: 15px;
    white-space: pre;
}

.dropdown .dropdown-menu i {
    margin-right: 5px;
}

.dropdown-content {
    display: none;
    list-style: none;
}

.dropdown-content .show {
    display: block;
}

.dropdown-content a {
    display: block;
}

.navbar-dropdown {
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    [aria-labelledby="dropdownMenu2"] {
        left: 16px !important;
    }

    .dropdown-item {
        padding-right: 5px !important;
    }
}

.navbar-dropdown:hover .dropdown-menu {
    display: block;
}

/* //////////////////////////////// FOOTER //////////////////////////////// */
footer {
    flex-shrink: 0;
}

footer, .footer-bottom {
    background-color: #244661;
}

.footer {
    padding: 30px 0;
    color: white;
    border-bottom: 1px solid #9c9c9c;
}

.footer-vertical-center-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-company-information-area {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-company-information-area li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-company-information-area li i {
    margin-right: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.footer-company-information-area li a {
    color: inherit;
    text-decoration: none;
}

.footer-about-us-text {
    margin-top: 7px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.footer-social-media-title {
    margin-top: 10px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .footer-social-media-title {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.social-media-item {
    /*display: flex;
    align-items: center;*/
    margin: 9px 0;
}

.social-media-item i {
    padding: 10px;
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.85);
    background-color: #282828;
    border-radius: 50%;
}

.social-media-item a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

/* //////////////////////////////// FOOTER BOTTOM //////////////////////////////// */
.footer-bottom {
    padding: 15px;
    color: #F5F5F5;
    font-size: 14px;
}

.footer-bottom-copyright {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-bottom-designed-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom-designed-by img {
    margin-left: 7px;
    width: 50px;
}

@media screen and (max-width: 767px) {
    .footer-bottom-copyright {
        text-align: center;
    }

    .footer-bottom-designed-by {
        justify-content: center;
        padding-top: 15px;
    }
}

/* //////////////////////////////// Home Page //////////////////////////////// */
/* Slider */
.colcarou-frame {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.colcarou-item {
    display: flex;
}

.colcarou-image {
    width: 100% !important;
}

.colcarou-title {
    height: 70px;
    cursor: pointer;
}

.colcarou-button {
    padding: 10px 10px !important;
    box-shadow: 2px 2px 3px 0 rgba(51, 51, 51, 1) !important;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 51, 51, 1) !important;
    -moz-box-shadow: 2px 2px 3px 0 rgba(51, 51, 51, 1) !important;
}

.colcarou-button:hover {
    color: inherit;
    text-decoration: none;
}

.colcarou-item.active .colcarou-title {
    display: flex;
    justify-content: center;
}

.colcarou-item.active .colcarou-textbox {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.colcarou-item.active .colcarou-textbox p {
    margin: 0 auto !important;
    width: 80%;
}

@media screen and (max-width: 767px) {
    .colcarou-title {
        height: 50px;
    }

    .colcarou-item.active .colcarou-textbox p {
        width: unset;
        line-height: 16px !important;
    }

    .colcarou-textbox p {
        font-size: 14px !important;
    }
}

/* Right Side Menu */
.sidebar-menu-item {
    margin-bottom: 20px;
}

.sidebar-menu-title {
    margin-bottom: 0;
    padding: 7px 0;
    font-size: 16px;
    font-weight: 600;
    color: #FEFEFE;
    background-color: #5875C5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.sidebar-menu-content {
    background-color: #ecf0f3;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.sidebar-menu-catalog-image {
    max-width: 100%;
    padding: 10px 4px;
}

.sidebar-news-item {
    margin: 15px 3px;
}

.sidebar-news-image {
    float: left;
    width: 80px;
    height: 40px;
    margin-left: 3px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.sidebar-news-image img {
    max-width: 100%;
    max-height: 100%;
}

.sidebar-news-title {
    margin-bottom: 3px;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-news-published-date {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 12px;
}

.sidebar-news-content {
    margin-bottom: 0;
    color: #282828;
    font-size: 15px;
}*/

.sidebar-contact {
    margin: 10px 0;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 5px;
}

.sidebar-contact-title {
    padding: 10px 5px;
    font-weight: 600;
    text-align: center;
}

.sidebar-contact-list {
    padding-left: 0;
    margin: 0 10px;
    list-style: none;
}

.sidebar-contact-list-item + .sidebar-contact-list-item {
    margin-top: 10px;
}

.sidebar-contact-list-item i {
    margin-right: 15px;
    color: #3277FE;
}

.sidebar-contact-list-item a {
    display: unset;
}

/* //////////////////////////////// About Us Page //////////////////////////////// */
/*.about-us-image {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}*/

/*.about-us-content {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
}*/

.about-us-tab-menu-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-us-tab-menu-item i {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-us-tab-menu-item-title {
    margin-bottom: 0;
    font-size: 11px;
}

main {
    max-width: 800px;
    margin: 0 10px;
    background: #94c3fe;
    padding: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

input[name=css-tabs] {
    display: none;
}

#tabs {
    width: calc(100% + 100px);
    height: 80px;
    margin-left: -50px;
    padding: 0 0 0 50px;
    background: #516BB5;
    border-bottom: 5px solid #04d8d8;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

/*#tabs::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -100;
    width: 100%;
    left: 0;
    margin-top: 16px;
    height: 80px;
    background: #516BB5;
    border-bottom: 5px solid #EB4E01;
}*/

#tabs::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 80px;
    width: 99px;
    background: #04d8d8;
    transition: transform 400ms;
}

#tabs label {
    position: relative;
    z-index: 100;
    display: block;
    float: left;
    width: 100px;
    height: 100%;
    font-size: 11px;
    color: #f5f1eb;
    border-right: 1px dotted #575654;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

#tabs label:first-child {
    border-left: 1px dotted #575654;
}

/*#tabs label::before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(40%);
    margin: 10px auto;
}

#tab1::before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/paper-plane.png);
}

#tab2::before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/big-cloud.png);
}

#tab3::before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/folding-brochure.png);
}

#tab4::before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/mans-silhouette.png);
}

#radio1:checked ~ #tabs #tab1::before, #radio2:checked ~ #tabs #tab2::before, #radio3:checked ~ #tabs #tab3::before, #radio4:checked ~ #tabs #tab4::before {
    filter: invert(100%);
}*/

#radio1:checked ~ #tabs::after {
    transform: translateX(0);
}

#radio2:checked ~ #tabs::after {
    transform: translateX(100px);
}

#radio3:checked ~ #tabs::after {
    transform: translateX(200px);
}

#radio4:checked ~ #tabs::after {
    transform: translateX(300px);
}

#radio5:checked ~ #tabs::after {
    transform: translateX(400px);
}

#radio6:checked ~ #tabs::after {
    transform: translateX(500px);
}

#content {
    position: relative;
    height: 650px;
}

@media screen and (min-width: 411px) and (max-width: 575px) {
    #content {
        height: 683px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    #content {
        height: 1345px;
    }
}

#content::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -50px;
    border-top: 8px solid #516BB5;
    border-right: 10px solid #516BB5;
    border-left: 10px solid transparent;
    border-bottom: 8px solid transparent;
}

#content::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: calc(100% + 30px);
    border-top: 8px solid #516BB5;
    border-left: 10px solid #516BB5;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent;
}

#content section {
    position: absolute;
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
    transition: transform 500ms, opacity 500ms;
    margin-top: 30px;
}

#radio1:checked ~ #content #content1,
#radio2:checked ~ #content #content2,
#radio3:checked ~ #content #content3,
#radio4:checked ~ #content #content4,
#radio5:checked ~ #content #content5,
#radio6:checked ~ #content #content6 {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 320px) {
    #tabs {
        padding-left: 20px;
    }

    #tabs label {
        width: 45px;
    }

    #tabs::after {
        width: 44px;
    }

    .about-us-tab-menu-item-title {
        font-size: 6px;
    }

    #radio2:checked ~ #tabs::after {
        transform: translateX(45px) !important;
    }

    #radio3:checked ~ #tabs::after {
        transform: translateX(90px) !important;
    }

    #radio4:checked ~ #tabs::after {
        transform: translateX(135px) !important;
    }

    #radio5:checked ~ #tabs::after {
        transform: translateX(180px) !important;
    }

    #radio6:checked ~ #tabs::after {
        transform: translateX(225px) !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    #tabs {
        padding-left: 20px;
    }

    #tabs label {
        width: 54px;
    }

    #tabs::after {
        width: 53px;
    }

    .about-us-tab-menu-item-title {
        font-size: 7px;
    }

    #radio2:checked ~ #tabs::after {
        transform: translateX(54px) !important;
    }

    #radio3:checked ~ #tabs::after {
        transform: translateX(108px) !important;
    }

    #radio4:checked ~ #tabs::after {
        transform: translateX(162px) !important;
    }

    #radio5:checked ~ #tabs::after {
        transform: translateX(216px) !important;
    }

    #radio6:checked ~ #tabs::after {
        transform: translateX(270px) !important;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    #tabs {
        padding-left: 20px;
    }

    #tabs label {
        width: 60px;
    }

    #tabs::after {
        width: 59px;
    }

    .about-us-tab-menu-item-title {
        font-size: 8px;
    }

    #radio2:checked ~ #tabs::after {
        transform: translateX(60px) !important;
    }

    #radio3:checked ~ #tabs::after {
        transform: translateX(120px) !important;
    }

    #radio4:checked ~ #tabs::after {
        transform: translateX(180px) !important;
    }

    #radio5:checked ~ #tabs::after {
        transform: translateX(240px) !important;
    }

    #radio6:checked ~ #tabs::after {
        transform: translateX(300px) !important;
    }
}

/* //////////////////////////////// News Page //////////////////////////////// */
.news-item {
    margin: 10px 0;
    padding: 5px;
    display: flex;
    flex-direction: row;
    border: 1px solid transparent;
    border-radius: 20px;
}

.news-item:hover {
    border-color: #5875C5;
    overflow: hidden;
}

.news-item-image {
    width: 100%;
    height: 146px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.news-item-title {
    margin-bottom: 0;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: bold;
}

.news-item-published-date {
    margin: 5px 0;
    color: #6C757D;
    font-size: 13px;
}

.news-item-content-text {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
}

.news-title {
    padding-top: 15px;
    font-size: 32px;
}

.news-published-date {
    margin: 5px 0 15px 0;
    color: #6C757D;
    font-size: 14px;
}

.news-image {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-image img {
    max-width: 100%;
    max-height: 100%;
}

/* //////////////////////////////// Dealerships Page //////////////////////////////// */
.dealerships-item {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    /*border: 1px solid transparent;
    border-radius: 20px;*/
    border-bottom: 1px dotted black;
}

.dealerships-item:last-child {
    border-bottom: none;
}

.dealerships-item-image {
    width: 250px;
    height: 146px;
    margin-right: 20px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .dealerships-item-image {
        width: 160px;
        margin-right: 15px;
    }
}

.dealerships-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.dealerships-item-title {
    margin-bottom: 0;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: bold;
}

.dealerships-item-content-text {
    margin-top: 15px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
}

/* //////////////////////////////// Brands Page //////////////////////////////// */
.brands-item {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    /*border: 1px solid transparent;
    border-radius: 20px;*/
    border-bottom: 1px dotted black;
}

.brands-item:last-child {
    border-bottom: none;
}

.brands-item-image {
    width: 250px;
    height: 146px;
    margin-right: 20px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .brands-item-image {
        width: 160px;
        margin-right: 15px;
    }
}

.brands-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.brands-item-title {
    margin-bottom: 0;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: bold;
}

.brands-item-content-text {
    margin-top: 15px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
}

/* //////////////////////////////// Human Resources Page //////////////////////////////// */
.accordion {
    width: 100%;
    padding: 18px;
    color: #443B40;
    background-color: #eee;
    border: 3px solid #4C4B51;
    border-top: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: height 2s;
    -moz-transition: height 2s;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
}

.accordion:focus {
    outline: none;
}

.accordion:after {
    content: '\002B';
    margin-left: 5px;
    color: #777;
    font-weight: bold;
    float: right;
}

.accordion.active:after {
    content: "\2212";
}

.accordion .active, .accordion:hover {
    background-color: #ccc;
}

.accordion-panel {
    display: none;
    padding: 18px;
    background-color: white;
    overflow: hidden;
}

.human-resources-form {
    margin: 15px 0;
}

.human-resources-form-title {
    margin-bottom: 0;
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #FEFEFE;
    background-color: #5875C5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.human-resources-form-cv {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .human-resources-form-cv {
        flex-direction: column;
    }
}

.human-resources-form-cv-input {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .human-resources-form-cv-input {
        width: 80%;
    }
}

/* //////////////////////////////// Contact Page //////////////////////////////// */
.contact-form-item {
    padding: 12px;
    display: flex;
}

.contact-form-item label {
    width: 50%;
}

.contact-form-item-input {
    width: 100%;
}

.contact-input {
    padding: 3px;
    border: 1px #666 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.contact-text-area {
    margin-right: 12px;
    resize: none;
}

@media screen and (max-width: 767px) {
    .contact-text-area {
        margin-left: 12px;
    }
}

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

@media screen and (max-width: 576px) {
    .contact-button {
        margin-top: 16px;
    }
}