/* ==========================================================================
 Media Queries
 ========================================================================== */

@media handheld, only screen and (max-width: 1124px) {
	
	
}

/* ---------------------------------------------------------------------- */
/*	Version 1024px
 /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1000px) {
	.generic-box.links .widget.news .item {
		min-height: 320px;
	}
}
@media handheld, only screen and (max-width: 960px) {
	
	.generic-box.links .widget.news .item {
		min-height: 0px;
		height: auto;
	}
	
}

@media handheld, only screen and (max-width: 950px) {
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 767px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {
	.navbar-brand {
    	max-width: 75%;
    	height: auto;
	}
	.widget.links-home a {
	    width: 50%;
	}

	
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {
	
	.page-content {
		margin: 15px 0;
    	padding: 5px 25px;
	}
	
	
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 568px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {
	
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 480px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
	.widget.links-home a {
	    width: 100%;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	
}
