/* ==========================================================================
 Media Queries
 ========================================================================== */

/* ---------------------------------------------------------------------- */
/*	Version 1024px
 /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
}

@media handheld, only screen and (max-width: 1000px) {
	body {
		margin-top: 81px;
		margin-top: 0px;
	}

	header #logo {
		padding: 20px 0 26px;
		width: 157px;
	}
	header .navbar-nav > li > a {
		font-size: 13.5px;
		line-height: 81px;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 767px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {
	.og-fullimg, .og-details {
		float: none !important;
		width: 100% !important;
	}
	header .navbar-nav > li > a {
		font-size: 13.5px;
		line-height: normal;
		padding: 10px 25px;
	}

	#blog-layout article .thumb-gal .item .tools a .date .num {
		font-size: 26px;
		line-height: 19px;
	}
	#blog-layout article .thumb-gal .item .tools a .date .text {
		font-size: 11px;
		line-height: 20px;
	}
	#blog-layout article .thumb-gal .item .tools a .date {
		margin-top: -16px;
	}
	
	header .navbar-nav {
	    float: none;
	    text-align: left;
	}
	header .navbar-nav > li > a {
	    text-align: center;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 568px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 480px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
	#blog-layout article .thumb-gal .item .tools a .date .num {
		font-size: 20px;
		line-height: 19px;
	}
	#blog-layout article .thumb-gal .item .tools a .date .text {
		font-size: 9px;
		line-height: 8px;
	}
	#blog-layout article .thumb-gal .item .tools a .date {
		margin-top: -14px;
	}
	#blog-layout article .thumb-gal .item .tools a {
		width: 54px;
	}
	#blog-layout article .thumb-gal .item .tools a i {
		font-size: 22px;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
}
