body {
	font-family: 'Open Sans', sans-serif;
	background-color: #333;
	color: #fff;
	margin: 0;
	font-size: 0.8rem;
}
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 1.2rem;
}
.top-text {
	color: #fff;
	margin-bottom: 25px;
}
.logo-small {
	max-height: 45px;
}
.navbar-toggler {
	margin-top: 7px;
}
.navbar-nav li a:hover {
	background-color: #663332;
}
.navbar-nav li a {
	text-decoration: none;
}
.logo {
	text-align: right;
	padding: 1rem;
	position: relative;
	margin-bottom: 25px;
}
.center {
	text-align: center;
}
.main {
	background-color: #000;
}
.content {
	padding: 15px;
}
.content img {
	max-width: 100%;
}
.navi {
	padding-top: 250px;
	min-height: 100%;
	background-color: #520807 !important;
}
.bg-inverse {
	background-color: #520807 !important;
}
.navi a.nav-link, .navi a.navbar-brand {
	color: #fff !important;
}
.left-col {
	position: relative;
}
#info {
list-style-type: none;
margin: 0;
padding: 0;
display: inline;
}
#info li {
margin: 0;
padding: 0 5px 0 0;
display: inline;
}
#info a:link, #info a:visited {
color: #999999;
}
.left-col .left-bg {
	position: absolute;
	width: 255px;
	height: 240px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.left-col .fh {
	position: absolute;
	z-index: 2;
	top: -25px;
	left: 10px;
}
.logo .ft {
	position: absolute;
	left: -75px;
	z-index: 2;
}
@media only screen and (max-width : 991px) {
	.logo .ft {
		width: 280px;
    	left: -65px;
	}
}
@media only screen and (max-width : 767px) {
	.navi {
		padding-top: 0px;
	}
}
ul.menu-1 {
	margin-top: 3px;
}
.nav-item:last-child {
	border-bottom: none;
}
/*COOKIE WARNER*/
.cc_container {
    background: #000 !important;
}
a.cc_more_info {
	color: #f1d600 !important;
}
.active.first {
    margin-left: 7px;
    line-height: 30px;
}