

body {
    font-family: 'Lato', sans-serif;
}
.table-panel {
    padding-left:30px !important;
    padding-right:30px !important;
}
.table-header,
.table-hr {
    padding-left:15px;
    padding-right:15px;
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
.mainbody{
    background-color: #f9f9f9;
    font-size: 15px;
}

/* bootstrap overrides */
a {
    color: green;
}
.text-primary {
    color: green;
}
.text-warning {
    color: #ffa304;
}
.btn-primary {
    color: #fff;
    background-color: green;
    border-color: darkgreen;
    padding: 7px 25px 7px 20px;
}
.btn-primary:hover {
    background-color: darkgreen;
}
.btn-warning {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.btn-warning:hover {
    background-color: saddlebrown;
    border-color: #8a6d3b;
}

.ngProgressLiteBar {
    background: green;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 4px;
}



/* main menu */
.logo-xs {
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: auto;
    float: none;
}

/* tab section overrides */
.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 25px 7px 20px;
}
.nav-pills>li>a {
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    background-color: green;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: darkgreen;
}
.nav-pills>li>a:hover {
    background-color: darkgreen;
}
.nav>li.disabled>a, .nav>li.disabled>a:hover {
    background-color: grey;
    color: #fff;
}
.nav-list-image {
    height: 20px;
}
@media only screen and (max-width: 480px) {

    .nav-pills>li {
        margin: 5px 0px 5px 0px;
        width: 100%
    }
    .center-pills {
        display: block;
    }
}
.center-pills {
    display: inline-block;
}

a, a:hover {
    /*color: #333333;*/
    text-decoration: none!Important;
    display: inline-block;
}
.clearfix {
    clear: both;
}

/*top menu */
.top-menu {
    background: #dedede;
    color: #333333;
}
.top-item {
    font-size: 13px;
    padding-top: 10px;
    border-right: 1px solid #c9c7c7;
    height: 40px;
}
.top-item:last-child {
        border: none;
    }
.top-item img {
        padding-right: 10px;
        margin-top: -5px;
    }





.top-item .drop-arrow {
    padding-left: 10px;
}

.activeLang {
    background: white;
}

.phone-nr {
    text-align: right;
}

.top-menu a, .top-menu a:hover {
    color: #333333;
    text-decoration: none;
}

/*main menu*/
.main-menu {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, rgba(252,252,252,0) 1%, rgba(222,222,222,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(252,252,252,0)), color-stop(100%,rgba(222,222,222,0.65)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,0) 1%,rgba(222,222,222,0.65) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,0) 1%,rgba(222,222,222,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,0) 1%,rgba(222,222,222,0.65) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,0) 1%,rgba(222,222,222,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#a6dedede',GradientType=0 );
}


.navbar {
    min-height: 40px;
}
.navbar-default {
    background-color: #dedede ;
}
.navbar-nav>li {
    text-align: center;
    display: inline-block;
    height: 40px;
    border-left: 1px solid #c9c7c7;
    padding: 10px 15px;
}
.navbar-nav>li:last-child {
    margin-right: -10px;
}
.navbar-nav>li:first-child {
    border-left: none;
}
.navbar-nav>li:hover {
    background: #ffffff;
    color: #dedede;
}
.navbar-nav>li>a, .navbar-nav>li>a:hover {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default
.navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.menu-logo {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
}
.menu-contacts {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: right;
}
.menu-contacts>a {
    color: #333;
}
.menu-phone {
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.menu-email {
    display: block;
    font-size: 14px;
}
@media (max-width: 560px) {
    .menu-logo {
        width: 100%;
        text-align: center;
    }
    .menu-contacts {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: center;
    }
}

/*end main menu*/

/*drop down menu */
.dropdownMenu {
    border-bottom: 1px solid #dedede;
    display: none;
    position: absolute;
    z-index: 99999999;
    width: 100%;
    background: white;
}

.dropdownMenuActive {
    display: block!important;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
    }

.tabs-left > .nav-tabs {
    float: left;
    border-right: 1px solid #ddd;
    width: 222px;
    padding-right: 0;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            /*border-color: #eeeeee #dddddd #eeeeee #eeeeee;*/
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        /*  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;*/
        background: #007f0e!important;
        color: white!Important;
    }
      
.tabs-left .nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li > a {
    border: 0;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
        border: 0;
        background: #dc0f0f;
        color: white;
    }

.nav-tabs > li {
    margin-bottom: 0;
}

.tabbable a img {
    margin-right: 10px;
}

span.right-arrow {
    float: right;
    margin-top: 8px;
    /*background-image: url("../images/right-arrow.png");*/
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    width: 5px;
    height: 5px;
}

li.active span.right-arrow, li:hover span.right-arrow {
    /*background-image: url("../images/right-arrow-white.png");*/
}

.tabbable.tabs-left {
    padding-top: 30px;
}

.tabbable .nav-tabs {
    min-height: 300px;
}

#road .road-item a, #road .road-item a:hover {
    display: block;
    padding: 5px 0 5px 0;
    text-decoration: none;
    color: #333333;
}

.road-item a:hover {
    background: #eee;
    color: black;
}
.road-item a {
    padding:3px 10px;
}
#top-products {
    margin-right: -30px;
}

.top-products-item {
    width: 160px;
    background: #f5f5f5;
    text-align: center;
    float: left;
    margin-right: 5px;
    padding-bottom: 20px;
}

    .top-products-item img {
        width: 160px;
        border: 1px solid #dedede;
    }

#top-products .more-btn, #top-products .more-btn:hover {
    display: inline-block;
    background: #dc0f0f;
    padding: 5px 20px 5px 20px;
    color: white;
    text-decoration: none;
}

#top-products .red {
    color: #dc0f0f;
}

.top-products-item p {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

.headline {
    font-weight: bold;
    font-size: 18px;
}

    .headline a {
        float: right;
        background: #c9c7c7;
        color: #003333;
        text-decoration: none;
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
        padding: 0 7px 0 7px;
    }

hr.headline-hr {
    margin-top: -10px;
}

/* search form */
.row-search {
    background-image: url('../images/search-background.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* quote results table */
.filter-multi-select-parent.input-group-addon  {
    background-color: #007f0e;
    border-color: #007f0e;
}
.filter-search.input-group-addon  {
    background-color: #007f0e;
    border-color: #007f0e;
    color: #fff !important;
}
.btn-filter, .btn-filter:active, .btn-filter:hover, .btn-filter:focus {
    color: #fff !important;
}
.filter-selected {
    color: #ffa304;
}

.table-quotes tbody > tr > td.mobile {
    border-bottom-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.table-quotes tbody > tr.table-row-last > td.mobile {
    border-bottom-style: none;
}

.virtual-tour-box a {
    display: block;
}
.btn-virtual-tour,
.btn-component-image {
    background-color: #007f0e;
    border-color: #007f0e;
}
.btn-virtual-tour:hover,
.btn-component-image:hover {
    background-color: #007400;
    border-color: #007400;
}

/* schubert */
.schubert-container {
    background-color: #333333;
}
.schubert-logo,
.schubert-info {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .schubert-logo {
    }
    .schubert-logo,
    .schubert-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .schubert-logo > img {
        margin: auto;
    }
}
.schubert-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
    border-left: 1px solid #4c4b4b;
}
.schubert-info {
    color: #fff;
}
.schubert-info-content {
}

.schubert-info h5 {
    font-size: 16px;
    margin: 0;
}
.schubert-info p {
    color: #fff;
    padding-bottom: 15px;
}
.schubert-info a {
    padding: 6px 37px;
    border: 3px solid #E6B800;
    color: #fff!Important;
    text-decoration: none;
    margin-top: 15px;
}

/* footer links */
.links-container {
    background-color: #4c4c4c;
}
.footer-columns {
    overflow: hidden;
    display: table;
    height: 232px;
    padding-top: 36px;
}
.footer-columns p {
    /*margin: 0;*/
    /*display: table-cell;*/
    /*vertical-align: top;*/
    color: #c0bebc;
    line-height: 14px;
    font-size: 14px;
}
.footer-columns h5 {
    color: #f3f3f3;
    padding-bottom: 19px;
}
.footer-columns a {
    color: #c0bebc!Important;
}

.footer-columns .phone-icon {
    height: 20px;
    padding-right: 10px;
}
@media (max-width: 999px) {
    .footer-columns .phone-icon {
        visibility: hidden;
        width: 0;
        padding: 0;
    }
}

.copyright {
    padding: 10px 0;
    color: #c0bebc;
    text-align: center;
    font-size: 12px;
}
/* end css for footer*/





