@media all and (min-width: 992px) {

}	

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

}

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

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

}  

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

} 

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

} 

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

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

}

@media only screen and (max-width:992px){
.h-small{display:none;} 
.logo {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.link-btm {
	height: auto;
}

.other-qck-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.other-qck-links a {
	padding:7px 0;
}
.full-right {
	margin-right: 0;
}
.stack-row {
	grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
}

}



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


}

@media only screen and (max-width:767px){
.top-nav {
	display: block;
	text-align: center;
}
.top-nav a {
	color: #fff;
	padding: 3px 7px;
	display: inline-block;
}
.social-row {
	text-align: center;
}
    .home-slider {
	padding: 0 10px;
	margin: 10px 0;
}
    .copyright { 
	display: block;
}
.useful-list ul {
	gap: 10px;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
}

}

/* Portrait */
@media only screen and (max-width: 568px) { 
}