@charset "utf-8";
/* CSS Document */

/* MEDIA QUERY: MIN & MAX
===========================*/
@media (min-width: 1920px) {
}

@media (min-width: 1600px) {
}

@media (max-width: 1599px) {

	/*image manupluation
	----------------*/
	.block .post-grid .thumbnail img{
		height: 100%;
		width: auto;
	}

	.grid-slider-a .gsa-item-h-full-thumbnail{

	}

	.block-layout-d .post-grid .thumbnail img{
		width: 100%;
		height: auto;
	}

	/*nav customize to screen size
	----------------------------------*/
	#hdr .navbar-nav a{
		padding: 0 0 0 20px;
	}

}

@media (min-width: 1367px) {



}

@media (max-width: 1367px) {

	/*neutralize
	----------------------------------*/
	.thumbnail img{
		max-width: 100%;
	}

	/*nav customize to screen size
	----------------------------------*/
	#hdr .navbar-default{
		font-size: 13px;
	}
	#hdr .navbar-nav a{
		padding-left: 20px;
	}
	#hdr-right .btn-primary{
		margin-left: 25px;
	}

	#home-carousel .caption{
		top: 15%;
	}
	#home-carousel a.btn-primary{
		margin-top: 0;
	}

	/*site styling starts
	----------------------------------*/

	/*added fixing*/

}

@media (max-width: 1200px) {

	article .thumb{
		height: auto;
	}

	.sidebar .col-half article .thumbnail img{
		height: 100%;
	}

}

@media (max-width: 1024px) {
	.block-layout-d .post-grid .thumbnail{
		width: 130px;
	}
}

@media (max-width: 992px) {

	/*image manupulation
	----------------------------------*/
	.block .post-grid .thumbnail img{
		width: 100%;
		height: auto;
	}

	.block .post-grid .thumbnail,
	.sidebar .col-half article .thumbnail{
		height: auto;
	}

	/*nav customize to screen size
	----------------------------------*/

	/*site styling starts
	----------------------------------*/

	article .post-meta .meta-item{
		margin: 0 3px 0 0;
	}


}


@media (max-width: 767px) {

	body{
		overflow-x: hidden;
	}

	/*image manupulation
	-----------------------------------------------*/
	.grid-slider-a .gsa-item-h-full{
		margin: 0;
	}
	.