﻿/*@media (max-width: 1199px) and (min-width: 768px) {
    #txlphone {
        font-size:24px;
        top:-5px
    }

}*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

.navbar-toggle{position:static;}
@media (max-width: 991px) and (min-width: 768px) {
    .header .navbar-nav > li > a {
        padding: 10px 10px 10px 0;
        font-size: 15px;
    }

}


@media (max-width: 767px) {
    .btn {white-space:normal;
    }
    .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgba(255,255,255,.1);
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
/*    .header{height:50px;}
*/    .header .navbar-nav {
        background-color: #313b42;
        position: relative;
        z-index: 100;
        margin-top:0;
    }

        .header .navbar-nav > li > a {
            padding: 8px 15px!important;
        }

    .header .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
		position:relative;
		z-index:200;
    }

    .sub-menu {
        position: relative;
        display: block;
        width: auto;
        float: none;
        margin: 0;
        top: 0;
        left: 0;
        border-top: none;
    }

        .sub-menu:before {
            background: none;
            height: 0;
        }

    .carousel-caption h2, .carousel-caption h3{
        font-size:28px;
    }
    .more-circle{display:none;}
    
    .startnews, .startarticles{width:auto;margin-top:10px;padding-left:0;}
        .startnews li, 
        .startarticles li, 
        .startnews li:first-child, 
        .startnews li:last-child {
            margin-left: 0;
        }
}

@media (max-width: 500px) {
    .startnews li, 
    .startarticles li{
        width: 100%;
    }
    .startnews .newsbody
    .startarticles .newsbody{
        width: auto;
        float: none;
    }
    .narrow{margin-left:0;margin-right:0;}
}
/*@media (max-width: 380px) {
    #txlphone {
        font-size:18px;
        top: -4px;
        right:10px;
    }
}*/