html,body {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #233a72;
}

.strong {
	font-weight: bold !important;
}

.alert {
	border-radius: 0;
	text-align: center;
	border-top: 10px solid #5278cf;
	border-color: #5278cf;
	background-color: #FFF;
}

.alert.alert-success {
	background-color: #f8f8f8;
	color: inherit;
}

img.avatar {
	max-width: 40px;
	max-height: 40px;
}

.alert {
	margin-top: 20px;
	margin-bottom: 0;
}

.relative {
	position: relative;
	overflow: hidden;
}

.mt-sm {
	margin-top: 20px !important;
}

.mb-sm {
	margin-bottom: 20px !important;
}

.mb-sm:after {
	display: block;
	content: '';
	clear: both;
}

hr.thin {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr:after, hr:before {
	display: block;
	content: '';
	clear: both;
	width: 0;
	height: 0;
}

td.nowrap {
	white-space: nowrap;
}

a {
	text-decoration: none;
	color: #233a72;
	transition: all 0.3s;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #5278cf;
}

ul.no-style {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.bordered {
	border: 1px solid rgba(35, 58, 114, 0.13);
}

ul.striped > li:nth-child(even) {
	background-color: rgba(35, 58, 114, 0.13);
}

span.highlighter {
	background-color: yellow;
	display: inline-block;
	padding: 0 3px;
}

header {
	background-color: #FFF;
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 2px solid #5278cf;
}

header .input {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0;
}

header .input > label.icon {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 40px;
}

header .input > label.icon ~ input {
	height: 30px;
	line-height: 30px;
	border-color: #ccc;
	padding-left: 44px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}

header ul > li > a {
	color: #777;
	transition: all 0.3s;
}

section.content {
	margin-top: 30px;
	background-color: #FFF;
	color: #444;
	padding: 20px;
	box-shadow: 0px 8px 6px -6px #333;
}

section.content img {
	max-width: 100%;
}

section.content h3.content-title {
	margin: 5px 0;
	line-height: 28px;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

section.content h5, section.content h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #233a72;
	margin-bottom: 5px;
}

.content-title {
	text-align: center;
}

section.content h6 {
	font-size: 11px;
	margin-bottom: 2px;
}

section.content .spot-rating {
	display: block;
	text-align: center;
	color: #FFD700;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

section.content h3.content-title > small, section.content h3 > p {
	font-size: 12px;
	text-transform: none;
	color: #777;
	font-weight: 400;
	line-height: 1.43em;
	max-width: 85%;
	display: block;
	margin: 0 auto;
}

section.content h5~p {

}


.site-title {
	color: #FFF;
	text-transform: uppercase;
}

.site-title > h1 {
	letter-spacing: 5px;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin-bottom: 0px;
}

.site-title > p {
	font-size: 12px;
	font-weight: 300;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 16px;
	letter-spacing: 0.5px;
}

.site-title > p > i.fa {
	display: inline-block;
	margin: 0 6px;
}

/* SIDEBAR STUFF */

.tag-cloud {
	font-weight: 600;
	text-align: center;
}

.tag-cloud a {
	display: inline-block;
	padding: 0 5px;
	background-color: rgba(35, 58, 114, 0.13);
	margin-bottom: 5px;
}

.tag-cloud a[data-size="9"] {
	font-weight: bold;
}

i[data-star] {
	color: #F93;
	cursor: pointer;
}

ul.tag-list > li {
	display: inline-block;
	padding: 3px 8px;
	margin: 3px;
	background-color: #e8e8e8;
	font-weight: 400;
}

ul.tag-list > li > i.fa {
	line-height: 20px;
	cursor: pointer;
}

/* SPOTLIGHT STUFF */
.spotlight-content .next, .spotlight-content .prev {
	display: block;
	width: 40px;
	color: #FFF;
	background: #000;
	opacity: 0.5;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	position: absolute;
	bottom: 15px;
	cursor: pointer;
}

.spotlight-content img {
	width: 100%;
}

.spotlight-content .next:hover, .spotlight-content .prev:hover {
	box-shadow: 1px 3px 5px rgba(0,0,0,0.23);
	opacity: 0.75;
}

.spotlight-content {
	position: relative;
	overflow: hidden;
}

.spotlight-content .next {
	right: -50px;
	padding-left: 2px;
}

.spotlight-content:hover .next {
	right: 20px;
}

.spotlight-content .prev {
	left: -50px;
	padding-right: 2px;
}

.spotlight-content:hover .prev{
	left: 20px;
}

.tag-management > li {
	padding: 2px;
	overflow: hidden;

}

.tags h6 {
	display: inline-block;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	position: relative;
}

.tags h6 input {
	margin: 0;
	margin-right: 4px;
}

tr[data-life="Expired"] > td {
	opacity: 0.5;
}