/* Media Queries
/* ----------------------------------- */
@media only screen and (max-width: 767px){
	#header .navbar-brand{max-width: 140px; margin-top: -10px;}
	#header .navbar-brand img{max-width: 120px; margin-bottom: -98px;}
	.bg-title{padding:30px 0;}
	.bg-title h1{font-size: 30px;}
	.content-part{padding: 30px 0;}
	.about-us h2{margin-bottom: 20px;}
	.image-title-block .image-box{max-width: 240px; margin-left: auto; margin-right: auto;}
	.image-title-block{margin-bottom: 30px;}
	.get-arround{text-align: center;}
	.copyright p{text-align: center;}
}
@media only screen and (max-width:639px){
	
}
@media only screen and (max-width:599px){
	#header a{font-size: 11px;}
	#header .navbar-brand{max-width: 120px; margin-top: -10px;}
	#header .navbar-brand img{max-width:100px; margin-bottom: -80px;}
}
@media only screen and (max-width:510px){

}
@media only screen and (max-width:479px){
	#header a{font-size: 11px;}
	}
@media only screen and (max-width:400px){

}