﻿body {
    /*font-size: .875rem;*/
}
a {
    color: #193f82;
}
.nav-tc {
    background-color: #193f82 !important;
    padding: 0 1rem;
}
    .nav-tc .dropdown-menu {
        background-color: rgba(255,255,255,.1);       
        border: none;
        border-radius: 0;
    }
        .nav-tc .dropdown-menu .dropdown-item {
            color: #FFF;
        }
.article-body img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.home-news .media,.home-news li {
    flex-direction: column;
    border-bottom: 1px rgba(0,0,0,.1) dashed;
    padding-bottom: 1rem!important;
    margin-bottom: 1rem!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.home-news .media:last-child,.home-news li:last-child {    
    border-bottom:none;
    margin-bottom:0!important;
    padding-bottom:0!important;
}
    .home-news .media img {
        width: 100%;
    }
    .home-news .list-unstyled{margin-bottom:0!important;}
    .home-news .list-unstyled li:before{content: "· ";font-weight:500;}
.card-text{color:#666;}
.list-group-item.active, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFF;
    background-color: #193f82;
}
    .list-group-item.active a, .list-group-item a.active {
        color: #FFF;
    }
    @media (min-width: 576px){
.news>.card-columns
{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }

}
@media(min-width:768px) {
        .nav-tc {padding:0 10px;}
        .nav-tc .dropdown-menu {
            background-color: rgba(255,255,255,.99);
            margin-top: 0;
            box-shadow: 0 .125rem .25rem .125rem rgba(0,0,0,.075) !important;
        }
            .nav-tc .dropdown-menu .dropdown-item {
                color: #193f82;
            }
    .nav-tc .nav-link{line-height:66px;}
   
    .nav-tc .dropdown-toggle::after{bottom: 0;position: absolute; left: 40%;border-top: .3em solid transparent;border-bottom: .3em solid #FFF;display:none;}
     .nav-tc .dropdown:hover .dropdown-menu,.nav-tc .dropdown:hover .dropdown-toggle::after{display:block;}
    .home-news .media {
        flex-direction:row;
    }
        .home-news .media img {
            width: 28%;
        }
        .article-body img {
            max-width:88%;
        }
        .home-product-c img{max-height:100px;}
        
        .news>.card-columns
{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    }
}
@media(min-width:992px) {
    .nav-tc .nav-item{padding:0 5px;}
    .w-md-30{width:30%;}
    .news>.card-columns
{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    }
}

@media(min-width:1200px) {
    .nav-tc .nav-item{padding:0 15px;}
     .news>.card-columns
{
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    }
}

.article-body img{ max-width:100%; text-align:center; margin:0 auto;}
.pagination{justify-content: center;}
.pagination .page-link{color:#193f82;}
.pagination .page-item.active .page-link {
    background-color: #193f82;
    border-color: #193f82;
}
.pagination span{display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #82757d;
    background-color: #fff;
    border: 1px solid #dee2e6;}
.btn-search {color: #4e73b5;border-color: #4e73b5;}
.btn-search:hover{background-color:#4e73b5;color: #FFF;}

.form-repair{background: #F44336; color: #FFF; border-radius: 0.25em;}
.form-repair a{color:#fff;}
.form-repair .form-control{}
.btn-search-repair{background: #3e3e3e;color: #f9f9f9;}
.btn-search-repair:hover{background: #000; color: #fff;}