@media only screen
and (min-width : 0px) 
and (max-width : 479px) 
{
	.item-gallery-home{
		width: 50%;
		height: 120px;
	}
	.wrapper-banner-title{
		min-height: 150px;
	}
}

@media only screen
and (min-width : 480px) 
and (max-width : 767px) 
{
	.item-gallery-home{
		height: 140px;
	}
	.wrapper-banner-title{
		min-height: 200px;
	}
}

@media only screen
and (min-width : 0px) 
and (max-width : 767px) 
{
	#bs-main-menu-collapse{
		background: #363533;
	}
	.navbar-menu-header{
		margin-bottom: 10px;
	}
	.wrapper-social{
		padding-top: 10px;
	}
	.item-slider-content{
		display: none;
	}
}


@media only screen
and (min-width : 768px) 
and (max-width : 991px) 
{
	.item-gallery-home{
		height: 200px;
	}
}