@media screen and (max-width: 1920px){
    .visible-xs{
        display:none;
    }
    .hidden-xs{
        display:block;
    }

}
@media screen and (max-width: 1680px){
    
}
@media screen and (max-width: 1600px){
    
}
@media screen and (max-width: 1440px){
    
}
@media screen and (max-width: 1366px){
    
}
@media screen and (max-width: 1280px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 960px){

}
@media screen and (max-width: 768px) {
    .visible-xs{
        display:block;
    }
    .hidden-xs{
        display:none!important;
    }
	.Menu{
    	max-width: 90%;
	}
	.menu{
		width: 100%;
    	float: none;
    	height: auto;
	}
	.menu li{
        float: none;
	}
	#menu{
    	max-width: 95%;
        padding-left: 30px;
    	margin-left: 0;
        float: none;
		display: flex;
	    justify-content: center;
		margin-bottom: 0;
	}
	.mobile-menu{
		display:block!important;
		z-index: 100;
	    position: fixed;
        background: #0c1a34;
	    height: 50px;
	    width: 100%;
	}
	header {
        padding: 0;
        height: 50px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .mobile-menu #popout {
        position: fixed!important;
        height: 100%;
        width: 270px;
        background:#0c1a34;
        color: white;
        top: 0px;
        left: -270px;
        overflow:auto;
        z-index:100;
    }
    .mobile-menu .logo-link{
        float: left;
        margin-left: 10px;
        margin-top: 15px;
        font-size: 18px;
        color: #6f4d3b;
    }
    .mobile-menu .logo-link a{
    	color: #fff;
        text-decoration: none;
    } 
    
    #toggle {
        float: right;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 28px;
        height: 24px;
    }
 
    .nav-menu li { 
    border-bottom:1px solid #eee; 
    padding:20px;
    width:100%;
    }
     
    .nav-menu li:hover { 
    background:#CCC;
    }
     
    .nav-menu li a { 
    color:#FFF;
    text-decoration:none;
    width:100%;
    }
    
    #menu-left {
        display: block;
        width: 100%;
        float: none;
    }
    
    .menu li a {
        font-size: 14px;
        border-bottom:1px solid #0c1a34;
        font-weight: normal;
        padding:10px;
        line-height: 30px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display:block;
        width:100%;
    }
    .menu .sub-menu li a{
        padding:0 10px!important;
    }
    .boxfull #midside {
        margin-top: 80px;
    }
    .sub-menu {
        display:none;
            padding: 0;
        background: #0c1a34;
        width: 100%;
    }
    .menu #searchsubmit {
        border: 1px solid #4c4c4c !important;
        color: #ffffff;
        cursor: pointer;
        background: #4c4c4c;
        padding: 4px;
        margin-left: 3px;
        margin-top: 10px;
    }
    .menu-search-form{
        margin-left:10px;
    }
    .menu-search-form input{
        height: 25px;
    border: none;
    padding: 0 10px;
    }
    body, .main-logo{
        min-width:100%;
    }
    #wrap, #footer {
        max-width:100%;
        width: 100%;
    }
    .footer-nav{
        position:initial;
        display: flex;
        flex-flow: column;
    }
    #header{
            height: 50px;
    background-size: contain;
    }
    .content{
        padding-top:60px;
        height:auto;
    }
    .yarpp-thumbnail-default{
        display:none!important;
    }
    .menu-item-has-children a:after{
        color: #fff;
        content: ' ▾';
    }
    .sub-menu li a:after{
        content:none;
    }
}

@media screen and (max-width:767px){

}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 350px) {
}
