
@media only screen and (max-width : 1199px) {
	#services .service .inner-block
	{
		height:400px;
	}
	#intro-splash li
	{
		height:433px;
	}
}

@media only screen and (max-width : 991px) {
	#services .service .inner-block,
	#contact .bucket .inner-block,
	#contact .form-bucket .inner-block
	{
		height:auto;
	}
	
	#intro-splash li
	{
		height:335px;
	}
}

@media only screen and (max-width : 767px) {
	.navbar .navbar-nav
	{
		height: 61px;
		width:100%;
	}

	#navbar-header
	{
		background-color: #fff;
		height: 61px;
	}
/*
	#logo a
	{
		width: 100px;
		height: 600px;
		margin:0;
	}

	#main-nav
	{
		position:fixed;
		top:0;
		left:0;
	}
*/
}

@media only screen and (max-width : 480px) {
	#about .inner-block 
	{
		font-size: 20px;
	}
}

@media only screen and (max-width : 320px) {

}






