body {
	font-family:robotoregular;
	background:#e5e5e5;
}

.search-home {
	margin-bottom:30px;
}

#main-nav {
	background:url(../images/header.png) repeat-x;
	padding:10px 0;
	height:72px;
}

#main-nav ul {
	overflow:hidden;
	margin:auto;
	padding-left:0px;
	max-width:991px;
}

#main-nav li {
	list-style-type:none;
	float:right;
}

#main-nav li + li {
	margin:14px 0 0 40px;
}

#main-nav li.home-link {
	float:left;
}

nav li.home-link a {
	font-weight:bold;
	font-size:22px;
}	

nav#main-nav li a, 
nav#main-nav li a:hover {
	display:block;
	color:white;
	font-style:none;
	text-decoration:none;
}

nav#main-nav li.home-link img {
	margin-right:10px;
	vertical-align:middle;
}

#top-quick-loan {
	text-align:center;
	background:#333;
	padding:10px 0;
}

#top-quick-loan a {
	font-size: 14px;
	font-weight: bold;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	width: 190px;
	text-align: center;
	margin:10px auto 10px auto;
}	

#top-quick-loan span {
	color:#fefefe;
}

#container-bottom {
	position:relative;
}

#top {
	margin-top:60px;
}

#top .right {
	float:right;
}

#top .right {
	padding:0;
}

#top .left h2 {
	font-size:20px;
	margin-top:0;
}

#circulation-form {
	overflow:hidden;
	display: flex;
	gap: 1rem;
}

#circulation-form > div {
	flex: 1 1 auto;
}

#camera-wrapper {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	justify-items: center;
	text-align: center;
	gap: 1rem;
}

#search-form {
	background:#f3f3f3;
}

.button {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #52574d;
	display: block;
	color: white;
}	

.button:hover {
	color:white;
	cursor: pointer;
	background: #aa1413;
	text-decoration:none;
}	

.book {
	text-align:center;
}

.books .clear + header {
	margin-top:40px;
}

.smaller-font {
	font-size:12px;
}

.clear {
	clear:both;
}


.books .col-md-3 {
	width:124px;
	max-width:124px;
	padding:10px;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	margin-right:25px;

}

.books .book-data {
	background:white;
	padding:3px 6px;
	min-height:48px;
}

.books .book-data {
	font-weight:bold;
}

.books .book-thumb {
	background:#9b1312;
	padding:10px;
}

#search-form .inputs {
	padding:20px 20px 10px 20px;
}

#search-form .inputs label {
	font-size:12px;
}

#search-form .inputs input {
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	padding:3px 0 3px 5px;
}

#search-form header {	
	margin:30px 0 10px 0;
}

#search-form .inputs header {
	font-weight:bold;
}

#search-form input[type=submit], #browse-btn {
	background:url(../images/video-hover.png) repeat-x;
	height:44px;
	border:none;
	color:white;
	width:100%;
	text-transform:uppercase;		
	font-size:18px;		
	font-weight:bold;
}
 
#top {
	margin-bottom:30px;
}

#top .right.col-md-4 {
	padding:0;
}

#search-form .help {
	font-size:12px;
}

#bottom {
	background:white;
}

#bottom .left {
	margin-top:40px;
	padding-right:20px;
}

#bottom .left header {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

#bottom .left section {
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}

#half-left-bg,
#half-right-bg {
	position:absolute;
	width:50%;
	height:100%;
	top:0;
}

#half-left-bg {
	background:white;
}

#half-right-bg {
	left:50%;
	background:#0d0c0c;
}

#bottom .left section + section {
	margin-top:15px;
}

#bottom .right {
	color:white;
	padding:0;
	padding-left:30px;
}

#bottom .right header {
	margin:30px 0 20px 0;
	font-size:24px;
	font-weight:bold;
}

#info-link {
	cursor:pointer;
}

#search-results {
	padding-top:20px;
}

#search-results .col-xs-12.col-md-4 {
	margin-bottom:5px;
}

#search-results .item {
	margin-bottom:30px;
	padding-left:124px;
	background:url(../images/book.png) no-repeat 10px 10px #9b1312;
	overflow:hidden;
	min-height:131px;
}

#search-results .item > div {
	background:white;
	min-height:131px;
	padding:10px;
}

#search-results .book-title {
	color:#9b1312;	
	font-weight:bold;
}

#search-results .right.alert.alert-danger {
	padding:20px;
}

#search-results .item hr {
	margin:10px 0 10px 0;
}

#search-results .author {
	font-weight:bold;
	max-height:55px;
	overflow:hidden;
}

#book-details {
	padding:20px;
	background:white;
}

#book-details .tblHead {
	font-weight:bold;
}

#book-details tr > td {
	padding-bottom:5px;
}

#loan-return-form {
	background:white;
}

#loan-return-form .help {
	color:#444;
	font-size:12px;
	display: block;
}

#loan-return-form {
	padding:20px;
}

#loan-return-form header {
	margin-bottom:10px;
	font-size:18px;
}

#loan-return-form > form > div {
	overflow:hidden;
}

#loan-return-form > form > div.glyphicon {
	margin-top:10px;
	flex: 1 0 auto;
}

#loan-return-form label {
	font-weight:normal;
	margin-bottom:10px;
}

#loan-return-form input[type=text],
#loan-return-form input[type=password] {
	width:100%;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
}

#loan-error {
	margin-top:20px;
}

#menubar {
	padding:0 15px;
	background:#efefef;
	
}

#menubar ul {
	overflow:hidden;
	padding:7px 0 7px 0;
	margin-bottom:0;
}

#menubar li {
	list-style-type:none;
	float:left;
	margin-right:30px;
}

#menubar li [class*=glyphicon] {
	margin-right:5px;
}

#return-message {
	padding-top:10px;
	border-top:1px solid #888;
	margin-top:10px;
	clear:both;
}

#circulation-loader {
	margin-top:8px;
	display:none;
}

#circulation-links {
	text-align:center;
}

#circulation-links a {
	margin-right:20px;
	display:inline-block;
}

#circulation-links a:last-child {
	margin-right:0;
}

@media (min-width:1200px) {
	.container { width:970px }
}

@font-face {
    font-family: 'robotoitalic';
    src: url('fonts/roboto-italic-webfont.eot');
    src: url('fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-italic-webfont.woff') format('woff'),
         url('fonts/roboto-italic-webfont.ttf') format('truetype'),
         url('fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.noselect {
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#catalogue-wrapper {
	background:white;
}

ul.catalogue-list {
	list-style-type:none;
	padding-left:20px;
}

ul.catalogue-list li {
	list-style-type:none;
}


#membership-how-to {
	margin:15px 0;
}

.just_returned {
	max-width:90%;
}

@media screen and (max-width: 991px) {
	.just_returned {
		max-width:none;
	}

	#membership-how-to {
		border-top:3px double black;
		border-bottom:3px double black;
		padding:15px 0;
	}

	#half-left-bg,#half-right-bg {
		display:none;
	}

	#bottom .right {
		padding:0;
	}

	#bottom .right header {
		color:#333;
		text-align:center;
	}

	#main-nav {
		min-width:0px;
	}

	#main-nav ul {
		min-width:0px;
		width:auto;
		padding:0 20px;
	}

	#top {
		margin-top:20px;
	}

	#main-nav li + li {
		margin-left:0px
	}

	#search-results .right {
		margin-top:20px;
	}

	#bottom {
		margin-bottom:20px;
	}
}

@media screen and (max-width:766px) {
	#membership-how-to {
		padding:15px;
	}

	#basic_search_wrap {
		padding-bottom:10px;
	}

	#adv_search_wrap {
		display:none;
	}

	header h2 {
		text-align:center;
	}

	.just_returned {
		margin-left:10px;
		margin-right:10px;
	}

	.books .book-thumb img {
		max-width:80%;
	}
}
