body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333;
	text-decoration: underline;
}
a.img:hover, a.img:focus {
	text-decoration: none;
}

.form-control, .btn {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #888;
}

h1 {
	margin: 0;
}
h2 {
	font-size: 28px;
	line-height: 35px;
}
h3 {
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: bold;
}

.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.mt60 {
	margin-top: 60px;
}

.alert.small {
	padding: 5px 10px;
	margin-bottom: 5px;
}

.navbar {
	min-height: 0;
	margin-bottom: 10px;
}
.navbar-default {
	background: none;
	border: none;
	font-size: 20px;
}
.navbar-brand {
	height: auto;
	padding: 10px 5px 5px 5px;
}
.navbar-default .navbar-collapse {
	float: right;
	width: calc(100% - 210px);
	border: none;
}
.navbar-default .navbar-collapse > ul {
	position: absolute;
	bottom: 5px;
	float: none;
	text-align: center;
}
.navbar-default .navbar-collapse > ul > li {
	float: none;
	display: inline-block;
	margin-top: 4px;
}
.navbar-default .navbar-collapse > ul > li > a {
	display: inline-block;
	padding: 5px 6px;
}

.image {
	margin-bottom: 30px;
}

.middles {
	margin-bottom: 30px;
}
.middles > div {
	margin-top: 15px;
	margin-bottom: 15px;
}
.middles > div:fist-child {
	margin-top: 0;
}
.middles > div:last-child {
	margin-bottom: 0;
}
.middles > div a > img {
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
}
.middles > div a:hover, .middles > div a:focus {
	text-decoration: none;
}

.banner {
	margin-bottom: 50px;
}
.banners {
	margin-bottom: 15px;
}
.banners > div:first-child {
	padding-right: 25px;
}
.banners > div:last-child {
	padding-left: 25px;
}

.content {
	width: 100%;
	margin: 0 auto;
}
.content img {
	max-width: 100%;
	height: auto !important;
}

.gallery-covers > a {
	display: inline-block;
	margin: 15px;
}

.gallery > div {
	margin-top: 15px;
	margin-bottom: 15px;
}

.artists hr {
	border-color: #ccc;
}

footer {
	padding-bottom: 30px;
}
footer hr {
	width: 95%;
	border-color: #8E8E8E;
	margin-top: 30px;
	margin-bottom: 30px;
}

a#go2top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	display: none;
	width: 40px;
	height: 40px;
	background: #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #222;
	padding-top: 8px;
	text-align: center;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease, border-color .3s ease;
}
a#go2top > i {
	font-size: 20px;
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
a#go2top:hover {
	background: #fff;
	border-color: #333;
}
a#go2top:hover > i {
	color: #333;
}
a#go2top:active, a#go2top:focus {
	color: #333;
}
