    /* ==========================================================================
   Project:     ºÚÁÏ²»´òìÈ - Bookstore
   Date:        02/21-18 - File created	
   Created by:  Third Wave Digital (www.thirdwavedigital.com)
   ========================================================================== */

/* ==========================================================================
   Textbook Search
   ========================================================================== */
   
.textbook-search {width: 100%; height: 530px;background: url(/skins/augustatech/includes/bookstore/img/bg-textbook-search.jpg) center center no-repeat; background-size: cover; position: relative;}
	.textbook-search:before {z-index: 0; content:""; position: absolute; top: 0px; left: 0px; height: 530px; width: 100%; background: rgba(0,0,0,.5);}
	.textbook-search form {width: 100%;  max-width: 768px; padding: 30px; position:absolute;top: 50%; left: 50%; position: absolute; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
	.textbook-search .bootstrap-select {width: 100% !important;margin-top: 30px; }
	.textbook-search .bootstrap-select button {border-radius: 0px; height: 60px;  font-size: 20px;}
	.textbook-search .form-control {border-radius: 0px;}
	.textbook-search .dropdown-menu { font-size: 20px; }
	.textbook-search .dropdown-menu a {text-decoration:none;}
	.textbook-search h2 {margin-top: 0px;}
	.textbook-search h2, .textbook-search p {z-index: 2; color: #fff; text-align:center;position:relative;}
	
/* ==========================================================================
   Textbook Search Results
   ========================================================================== */

.badge-green {background: #005935; color: #fff} 
 
 /* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 0px) {
	/* Bookstore Search */
	.textbook-search h2 {font-size: 25px;}
}

@media (min-width: 768px) {
	/* Bookstore Search */
	.textbook-search h2 {font-size: 40px;}
}