@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;
	}
	.logo-box a{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		z-index: 1000;
		text-align: center;
		display: block;
	}
	.logo-box a{
		display: inline-block;
		max-width: 100%;
	}
}

@media only screen
and (min-width : 0px) 
and (max-width : 991px) 
{
	.logo-box a{
		position: static;
		width: auto;
		display: inline-block;
		margin: auto;
	}
}


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