@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: absolute;
		height: 40px;
		width: 45px;
		top: 5px;
		right: 5px;
		background: #4486ad6b;
		border-radius: 5px;
	}
	.mobile-menu #popout {
		position: fixed!important;
		height: 100%;
		width: 270px;
		background: #689bae;
		color: white;
		top: 0px;
		left: -270px;
		overflow:auto;
		z-index:100;
	}
	.mobile-menu .logo-link{
		float: left;
		margin-left: 10px;
		margin-top: 18px;
		font-size: 20px;
	}
	.mobile-menu .logo-link a{
		color: #fff;
		text-decoration: none;
	} 
	
	#toggle {
		float: right;
		position: absolute;
		top: 9px;
		right: 7px;
		width: 28px;
		height: 24px;
		cursor:pointer;
	}
	#toggle img:hover{
		cursor:pointer;  
	}
	.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 #4a7686;
		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;
	}
	.sub-menu {
		display:none;
		padding: 0;
		background: #5a8392;
		width: 100%;
	}
	.menu #searchsubmit {
		border: 1px solid #4c4c4c !important;
		color: #ffffff;
		cursor: pointer;
		background: #4c4c4c;
		padding: 4px;
		margin:0;
	}
	.menu-search-form{
		margin-left:10px;
		margin-top:10px;
	}
	.menu-search-form input{
		height: 25px;
		padding: 0 10px;
		margin: 0;
		border: none;
	}
	body{
		max-width: 100%;
		background: #EDEDED;
	}
	#sidebar{
		display:none;
	}
	#content{
		margin:0;
		padding: 10px 15px;
	}
	.post{
		background:#fff;
	}
	#middle{
		background: #FDFBFB;
	}
	#header{
		max-width: 100%;
		height:100px;
	}
	#nav{
		/*max-width: 100%;*/
		/*width: 100%;*/
		/*background: #6DA3B7;*/
		/*padding:0;*/
		/*height:42px;*/
		display:none;
	}
	#footer{
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	#wrapper{
		max-width:100%;
	}
	#search, #rogo, #rogo2{
		display:none;
	}
	.yarpp-thumbnail-default{
		display:none!important;
	}
	.yarpp-thumbnail-block{
		padding:0!important;
	}
}

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

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


}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 320px) {
	#logo{
		max-width: 265px;
		background-size: contain;
	}
	#header {
		max-width: 100%;
		height: 70px;
	}
	.featured {
		height: 125px;
	}
}
