/******   MEDIA QUERIES   ****/

/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width:767px) { 
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right  {
		top: 25%;
	}
	.carousel-indicators {
		margin-top: 5px;
	}
	
	
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width:768px) { 
		
	.form-control {
		margin-right: .5em; 
	}
	
	#usgsccsa {
		text-align: left;
		padding: .5em;
	} 
	
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right  {
		top: 35%;
	}
	
	#search_form {float: right;}
	
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width:992px) {  

	.title {
		text-align: left;
		padding: .5em 0 0 1em;
	}

	.form-group {
		float: right;
		padding: .25em 0 .75em 0;;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) { 

}




