@media only screen and (max-width: 991px) {
	.topbar .pull-right,.header_inner .pull-right {display: none;}
	.btn_menu {display: block;}	
	#slider figure h3 {
		left: 40px;
		top: 10px;
		font-size: 20px;
	}
	#slider figure .desc {
		left: 40px;
		top: 60px;
		background: rgba(0, 0, 0, 0.3);;
	}
	#slider figure ul {
		display: none;
	}
	#slider figure .link-more {
		left: 40px;
		top: 120px;
	}
	.footer_social {
		margin-top:10px;
	}
}

@media only screen and (max-width: 767px) {
	.paket_list .boxs .box {margin-bottom: 20px;}
}

@media only screen and (max-width: 480px) {
	.col-mob-12 {width: 100%;}
	.col-mob-6 {width: 50%;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width:1200px) {
}