



@media only screen and (max-width: 900px) {

	.navbar .navbar-nav li a {
		line-height: normal !important;
	}
	.navbar .navbar-brand {
		margin-top: 0px !important;
		position: relative;
		line-height: 55px ;
	}
	.navbar .navbar-brand img {
		margin-left: 10px;
	}
	.navbar .navbar-nav li a { 
	    text-align: center !important;
	}
	
}

@media only screen and (max-width: 786px){
	
	.scroll-up {
		right: 30px;
		width: 50px;
		height: 50px;
	}
	.block-btm-h h1 { 
		line-height: normal;
	}
	aside {
		display: none !important;
	}
	#top-container span {
		font-size: 14px;
	}
	#top-container {
		display: none;
	}
	#return-to-top {
		right: 25px; 
	}
	.home-block-list {
		height: auto;
	}
	.home-block-list ul li:nth-child(2){
		border-right: none;
	}
	.block-btm-h {
		padding: 10px 30px;
	} 
	.carousel-control {
		display: none;
	}
	.carousel-caption .wrap-slide {
		padding-top: 60%;
		text-align: center;
	}
	.carousel-caption span {
		line-height: 16px;
		font-size: 26px;
	} 
	.carousel-caption p {
		font-size: 100%; 
	}
	.carousel-caption a {
		display: none;
	}
	.home-block-list {
		margin-top: 0px;
	}
	.home-block-list ul li {
		width: 50%;
	}
	.values-hgh p {
		position: relative;
		-webkit-transform: translateY(-10%);
	}
	.values-hgh ul {
		position: relative;
		-webkit-transform: translateY(-10%);
	}
	.header-banner .icon-ab {
		display: none;
	}
	.img-small-bg {
		display: none;
	}
}