/* ===================================================================================

* Theme Name: Induxo Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Factory & Industrial WordPress Theme.
* Version: 1.1
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: induxo
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */



@media (min-width: 1310px) {
    .header ul.navbar-nav > li > a {
        font-size: 13px;
    }
}

@media (min-width: 1201px) and (max-width: 1309px) {
    .header ul.navbar-nav > li > a {
        font-size: 11px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .header ul.navbar-nav > li > a {
        font-size: 10px;
    }
}


.border-me {
    border: 1px solid red;
}

/* =================================================
    Grid
==================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.main-container {
    padding: 0px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1329px
    }
}

@media (min-width: 991px) {
    .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a.active, .header ul.navbar-nav > li > a:focus {
    color: #fff !important;
}
}

@media (max-width: 340px) {
    .kg-footer-logo-div-sm img {
        max-width: 58px;
        height: 32px;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 2px;
        margin-bottom: 0px;
        margin-right: 0px !important;
    }
}



/* =================================================
    typography styling
==================================================== */

body {
    line-height: 24px;
    color: #333;
}

h3 {
    color: #337ab7;
}

.small, small {
    color: #333 !important;
}

.bilder-ap img {
    max-height: 260px;
    width: auto;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn {
    background: #337ab7;
    font-size: 16px;
    height: auto;
    line-height: 41px;
    text-transform: none;
    font-weight: bolder;
}

.btn:hover {
    background: #333333;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 576px) {
    .btn {
        padding: 0px;
    }
}

a {
    color:  #333333;
}

a:hover {
    color: #337ab7;
}

a.button {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: #337ab7;
    font-size: 16px;
    line-height: 38px;
    text-transform: none;
    font-weight: bolder;
}

a.button:hover {
    cursor: pointer;
    background-color: #333333;
}


.kg-grid-offer-btn a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: #337ab7;
    font-size: 16px;
    line-height: 38px;
    text-transform: none;
    font-weight: bolder;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    min-height: 40px;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #696969;
}

select.form-control:not([size]):not([multiple]) {
    border-radius: 0px;
}

@media (min-width: 660px) {

    .fb {
        width: 50px;
        height: 50px;
        color: #FFF;
        background-color: #337ab7;
        cursor: pointer;
        text-align: center;
        position: fixed;
        right: 10px;
        top: 380px;
        z-index: 999;
        transition-duration: .2s;
        transition-property: background-color;
        opacity: 0.95;
    }

    .fb img {
        background-color: #337ab7;
        height: 50px;
        width: 50px;
        margin-top: 3px;
        opacity: 1;
    }

    .fb img:hover {
        opacity: 1;
    }

    .fb:hover {
        opacity: 1;
    }
}

@media (max-width: 1000px) and (min-width: 660px) {

.fb {
        top: 200px !important;
    }
}

@media (max-width: 660px) {

.fb {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #337ab7;
    cursor: pointer;
    text-align: center;
    position: fixed;
    bottom: 229px;
    z-index: 9999;
    transition-duration: .2s;
    transition-property: background-color;
    opacity: 0.95;
    display: none;
}

.fb img {
    background-color: #337ab7;
    height: 40px;
    width: 40px;
    opacity: 1;
    margin-top: 3px;
    display: none;
}
}


@media (min-width: 661px) {

    .fb-mobile {
        display: none;
    }

        .fb-mobile img {
        display: none;
    }
}


@media (max-width: 660px) {

.fb-mobile {
    width: 40px;
    height: 40px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    position: fixed;
    bottom: 57px;
    z-index: 9999;
    transition-duration: .2s;
    transition-property: background-color;
    opacity: 0.95;
}

.fb-mobile img {
    background-color: #337ab7;
    height: 40px;
    width: 40px;
    opacity: 1;
    margin-top: 3px;
}
}

.fb-center {
    margin-left: 0px;
}


.grecaptcha-badge {
    margin-bottom: 100px !important;
}



/* =================================================
    header styling
==================================================== */

.header ul.navbar-nav li a:hover {
        color: #fff !important;
    }

.header ul.navbar-nav li .dropdown-menu li a:hover {
        color: #337ab7 !important;
    }

.btn-primary, .recent-folio-menu ul li.active, .copyright .footer-social ul li a:hover, .testimonial-footer:after, .btn-border-dark:hover, .ts-working-box:hover .working-icon-wrapper, .header ul.navbar-nav > li:hover > a:before, .header ul.navbar-nav > li.active > a:before, .blog-post-comment .comment-respond .comment-form .form-control:focus, .qutoe-form-inner.ts-qoute-form .form-control:focus {
    border-color: #fff;
}

.header.header-classic {
    background-color: #337ab7;
}

.header.header-classic .navbar-light ul.navbar-nav > li > a {
    color: #fff;
}

.header.header-classic .navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
    background-color: rgba(256, 256, 256, 0.05);
}

.kg-logos-bar {
    padding-top: 14px;
    padding-bottom: 14px;
    /* background-image: linear-gradient(to top, #fff, #f2f2f2); */
}

.kg-logo-mobile {
    width: 250px;
}


.kg-logo {
    max-width: 240px;
    margin-top: 0px;
}

.topbar.topbar-classic {
    padding: 0px 0px 4px 0px;
    background: #337ab7;
}

.topbar.topbar-classic li {
    color: #fff;
}

.alice-blue-bg li i {
    color: #fff;
}

@media (max-width: 1200px) and (min-width: 991px){
    .header.header-classic .navbar-light ul.navbar-nav > li > a {
        margin-right: 3.8px;
    }


    .header .kg-header-make-logos li {
    padding: 5px 10px 0px 10px;
    }

    .kg-logo {
    max-width: 180px;
    margin-top: 0px;
    }

    .kg-img-logos-sm {
    height: 55px;
}

}

@media (max-width: 1200px) {

.kg-logo-mobile {
    max-width: 140px;
    }
}

/*
.kg-logos-bar {
    background-image:
        linear-gradient(
                to bottom,
                #f9f4f4,
                #F8F8F8,
                rgb(255,255,255)
        );
    padding-top: 15px;
    padding-bottom: 15px;
}
*/


.kg-img-logos-sm {
    height: 66px;
}

.kg-header-make-logos {
    padding-bottom: 0px;
}

.kg-header-make-logos ul {
    display: table-row;
}


.kg-header-make-logos li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #101010;
    padding: 7px 2px 0px 10px;
    position: relative;
    display: table-cell;
}

.kg-header-make-logos li:last-child {
    padding-right: 0px;
}


.navbar .dropdown-menu {
    margin-top: 0;
    z-index: 1030;
}

.header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
    border-bottom: 1px solid #337ab7;
    border-top: 1px solid #337ab7;
}

.alice-blue-bg {
    background-color: #fff;
}

.social-links a {
    font-size: 11px;
    color: #fff;
}

.social-links a:hover {
    color: #dedede;
}

.alice-blue-bg li i {
    font-size: 11px;
}

.alice-blue-bg li {
    font-size: 11px;
    margin-right: 0px;
}

.topbar .top-info li {
        margin-bottom: 0px;
        margin-right: 0px;
        margin-top: 3px;
        background-color: #337ab7;
    }

.topbar .top-info li a{
        color: #fff;
        font-size: 17px;
    }

@media (max-width: 1024px) and (min-width: 768px){
    .kg-img-logos-sm {
        height: 48px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px){
    .kg-img-logos-sm {
        height: 48px;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .header .navbar-toggler {
        background: #337ab7;
    }

    .alice-blue-bg li {
        font-size: 15px;
    }

    .header .navbar-collapse {
        margin-top: 10px;
    }

}

.BackTo { 
    border-radius: 0 !important;
    }

@media (max-width: 991px) {

    .header ul.navbar-nav li .dropdown-menu li a:hover {
        color: #337ab7 !important;
    }

    .header.header-classic {
        background-color: #ffffff;
        border-bottom: 3px solid #337ab7;
    }

    .header .navbar-toggler {
        background: #337ab7;
        border-color: rgba(46, 163, 242, .5);
    }

    .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1031;
        top: 100%;
    }

    .header .navbar-collapse {
        background: #fff;
        border-bottom: 3px solid #337ab7;
        border-left: 0px solid #f2f2f2;
        border-right: 0px solid #f2f2f2;
        border-top: 3px solid #337ab7;
    }

    .header ul.navbar-nav > li {
        border-bottom: 1px solid #fff;
    }

    .header ul.navbar-nav li .dropdown-menu li a {
        border-bottom: 1px solid #fff;
    }

    .header.header-classic .navbar-light ul.navbar-nav {
        background-color: #f2f2f2;
    }

    .header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
    	border: none;
	}

	.header ul.navbar-nav li .dropdown-menu li a {
    	color: #333;
    }

    .header ul.navbar-nav li .dropdown-menu li a:hover {
    	color: #337ab7 !important;
    }

    .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a.active, .header ul.navbar-nav > li > a:focus {
    color: #337ab7 !important;
}

    .topbar .top-info li {
        margin-bottom: 0px;
        margin-right: 0px;
        background-color: #337ab7;
    }

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

    .topbar .top-info li a{
        color: #fff;
        font-size: 17px;
    }

    .alice-blue-bg {
        background-color: #337ab7;
    }

    .header.header-classic .navbar-light ul.navbar-nav > li.active > a{
        color: #337ab7;
    }

    .header.header-classic .navbar-light ul.navbar-nav > li > a {
    color: #333;
    }

    .BackTo {
        background-color: #337ab7;
        margin-bottom: 70px;
        border-radius: 0 !important;
        height: 40px !important;
        width: 40px !important;
        bottom: 20px !important;
    }



    .header.header-classic .navbar-light .navbar-nav .active>.nav-link {
    color: #337ab7;
}

}

@media (max-width: 767px){

}


@media (max-width: 374px) and (min-width: 320px){
    .kg-logo-mobile {
        width: 225px;
    }
}


/* =================================================
    end header styling
==================================================== */


/* =================================================
    footer styling
==================================================== */

.ts-footer {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.kg-footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ts-footer p {
    margin-top: 0px;
}

.ts-footer .widget-title {
    font-size: 20px;
}

.kg-footer-logo {
    max-width: 160px;
}


.ts-footer .widget-title {
    margin-bottom: 10px;
}

.ts-footer {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.ts-footer-classic .contact {
}

.copy-right {
    //background: rgba(0, 69, 125, 0.9);
    background: #ffffff;
    border-bottom: 8px solid #337ab7;
}

.kg-footer-logo-div-sm  {
    background: rgba(255,255,255, 0.95);
}

.kg-footer-logo-div-sm img {
    max-width: 81px;
}

.kg-footer-logo-div-md img{
    max-width: 81px;
}

.custom-html-widget a:before {
    content:'»\00a0';
}

.ts-footer .widget-title{
    color: #337ab7;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bolder;
}

.kg-firma {
    font-size: 15px;
    line-height: 25px;
    font-weight: bolder;
}

.BackTo {
    z-index: 1031;
    background-color: #337ab7;
    margin-bottom: 35px;
}

.BackTo:hover {
    background-color: #337ab7;
}

@media (max-width: 334px) {

    .BackTo {
    margin-bottom: 84px;
}
}

.pea_cook_control {
    border-top: 5px solid #337ab7;
    color: #000;
    background-color: #dddddd;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.cc-revoke.cc-bottom {
    display: none;
}


@media (min-width : 768px) and (max-width : 991px){

    .kg-contact-us a:before {
        content:'»\00a0';
    }

    .kg-footer-logo-div-sm img{

        max-width: 108px;
        height: 65px;
        padding: 3px;
        margin: 3px 3px 3px 3px;
    }

    .kg-contact-us {
        height: 36px;
        text-align: center;
        padding: 5px;
        display: none;
    }
    .kg-contact-us a {
        color: #333;
        cursor: pointer;
        padding-top: 5px;
    }

}

@media (max-width : 767px) {
    /* STYLES GO HERE */

    .kg-contact-us {
        height: 0px;
        text-align: center;
        padding: 5px;
        display: none;
    }

    .kg-contact-us a:before {
        content:'»\00a0';
    }

    .kg-contact-us a {
        color: #333;
        cursor: pointer;
        padding-top: 5px;
    }


    .copy-right {
        margin-bottom: 100px;
    }
    .copy-right img{
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .kg-footer-logo-div-sm {
        height: 50px;
    }

    .kg-footer-logo-div-sm img{

        max-width: 66px;
        height: 32px;
        padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

}

/* =================================================
   end footer styling
==================================================== */

/* =================================================
   Start notice list  styling
==================================================== */

.notice-list-container {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 1021;
    color: #fff;
}

.notice-list-container ul {
    margin: 0;
    padding: 0;
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
}

.notice-list-container ul li {
    text-align: center;
    display: block;
    color: #f3f3f3;
    line-height: 24px;
    background-color: #333;
    margin-bottom: 2px;
    width: 40px;
}

.notice-list-container  ul li a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 2px 2px 8px 2px;
}

.notice-list-container ul li i {
    min-width: 15px;
    margin-right: 10px;
}
.notice-list-container ul li span {
    font-size: 14px;
}

.kg-notice-text {
    background-color: #333;
    margin-left: 39px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.notice-span {
    position: relative;
    display: inline-block;
    width: 187px;
    height: 2em;
    line-height: 34px;
    vertical-align: middle;
}

.notice-list-icon {
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 35px;
}

.notice-list-icon-text {
    position: absolute;
    /*left: 13px;*/
    text-align: center;
}

/* =================================================
   end notice list  footer styling
==================================================== */

/* =================================================
   start css composer overwriting and main homepage stiles
==================================================== */

h4 {
    color: #337ab7;
    font-weight: 700;
    line-height: 23px;
}

h5 {
    font-family: "Open Sans";
}

h6 {
    font-family: "Open Sans";
}



blockquote {
    padding: 0px 20px;
    margin: 20px 0 25px;
    border-left: 7px solid ;
    border-left-color: #337ab7;
    font-size: 19px;
}



.skoda {
    border-left-color: #4ba82e;
}

.skoda-text {
    color: #4ba82e;
}

a.button.btn-skoda {
    background: #4ba82e;
    color: #fff;
}

a.button.btn-skoda:hover  {
    background: #333;
}


.audi-bl-quote {
    border-left-color: #c9012c;
}
.audi-service {
    color: #c9012c;
}


a.button.btn-audi {
    background: #c9012c;
    color: #fff;
}

a.button.btn-audi:hover  {
    background: #333;
}

.volkswagen {
    border-left-color: #001e50;
}

.volkswagen-text {
    color: #001e50;
}

.volkswagen-bl-quote {
    border-left-color: #001e50;
}
.volkswagen-service {
    color: #001e50;
}

a.button.btn-volkswagen {
    background: #001e50;
    color: #fff;
}

a.button.btn-volkswagen:hover  {
    background: #333;
}

.kg-grid-offer {
    background-image:
            linear-gradient(
                    to bottom,
                    #c3c3c3,
                    #eaeaea,
                    rgb(189, 189, 187)
            );
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    display: block;
    width: 100%;
    height: 41px;
    font-size: 16px;
    padding: 9px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-bottom: 3px;
    color: #ffffff;
    cursor: pointer;
    background:  #337ab7;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover {
    background-color: #333333;
}

.kg-composer-cart-default {
    min-height: 75px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kg-composer-cart-default h4{
    line-height: 22px;
}

.kg-min-height-timeblock {
    min-height: 105px;
}
.breadcrumb {
    font-size: .6875rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f2f2f2;
    border-radius: unset;
    margin-bottom: 30px;
}

.button.kg-button-contact {

}

/***
===================================================
 overwriting heights for image gallery
===================================================
***/

.aigpl-design-1 .aigpl-img-desc p{
    min-height: 105px;
}



@media (min-width : 960px) and (max-width : 1024px)  {
    .aigpl-design-1 .aigpl-img-wrp {
        height: 220px;
    }
}

@media (min-width : 641px) and (max-width : 959px)  {
    .aigpl-design-1 .aigpl-img-wrp {
        height: 175px;
    }
}

/***
===================================================
 404 error Page
===================================================
***/

.error-page .error-code {
    margin-top: 20px;
    color: #a91a1a;
    font-size: 80px;
    line-height: 80px
}

.error-404-image-container {
    margin-top: 40px;
    margin-bottom: 40px;
}














