@charset "UTF-8";

@media (max-width: 992px) {
    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }
    nav {
	    border-bottom: solid 1px #d2d2d2;
	}
    nav .nav-header {
        min-height: 50px;
    }
    nav .nav-header .brand {
       /*  margin: 0 auto 5px; */
        float: none;
    }
    nav .brand {
	    display: block;
	    position: relative;
	    width: 200px;
	    top: 18px;
	    left: 40px;
	    color: #000000;
	}
    nav .wrap-core-nav-list,
	nav .nav-header {
	    background: #ffffff;
	}
    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
    }
    nav .menu li a {
    	color: #222222;
        padding: 10px 10px;
        border-bottom: solid 1px #d2d2d2;
    }
    nav .menu li:last-child a {
        border-bottom: none;
    }
    .dropdown-menu{
    	width: 100%!important;
    }
    .com-header{
    	display: none;
    }
    .pg-bottom-menu{
    	display:none;
    }
    .pg-bottom-title{
    	margin-top:0px;
    }
    .pg-left-smallScreen{
    	display:none;
    }
    .pg-screen-smallMenu{
    	background-color: #ffffff!important;
    }
    .pa-contact-information{
    	margin-top:20px;
    }
}