@import "cmstext.css";
@import "articles.css";
@import "forms.css";
@import "home.css";
@import "contact.css";
@import "gallery.css";

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	font-family: Arial;
	background: #7f0013 url("images/bg.jpg") no-repeat center top;
}

.wrapper {
	margin: 0 auto;
	padding: 0 5px;

	box-sizing: border-box;
}

a {
	color: #cb3939;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.more {
	display: block;

	width: 96px;
	height: 29px;
	padding-left: 5px;
	margin: 0 auto;

	background: url("images/button.png") no-repeat;

	line-height: 29px;
	text-align: center;
	color: #ffffff;
}

#header {
	position: relative;
	padding: 40px 0;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#menu-center {
	position: absolute;
	right: 0;
	top: 42px;

	margin-left: 340px;

	display: inline-block;
	color: #ffffff;

	background: #cd2b2b;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 5px;
	box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.3) inset, 0px 0px 1px 0px rgba(255, 255, 255, 0.75);
	padding: 0 8px;
}

#menu-center ul {
	list-style: none;
}

#menu-center li {
	position: relative;

	display: inline-block;
	vertical-align: top;
}

#menu-center li a {
	display: block;

	color: #ffffff;
	text-decoration: none;

	text-align: center;

	padding: 12px 4px;
}

#menu-center li a:hover {
	background: linear-gradient(to bottom,rgba(255,167,95,0) 0%,rgba(255,167,95,0.8) 50%,rgba(255,167,95,0) 100%);
}

#menu-center li.separator {
	display: inline-block;
	vertical-align: middle;

	width: 2px;
	height: 39px;

	margin: 0 4px;
	background: url("images/separator.png") no-repeat center center;
}

#menu-center li.selected:after {
	content: '';

	position: absolute;
	left: 0;
	bottom: -7px;

	width: 100%;
	height: 6px;

	background: url("images/selector.png") no-repeat center bottom;
}

#content {
	position: relative;

	background: #fff4e2;
	border: 1px solid #fffdfa;
	border-radius: 5px;
	padding: 15px 5px;

	box-sizing: border-box;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

#content-body h1 {
	border-bottom: 1px solid #e9dfc8;
	font-size: 19px;
	font-weight: normal;
	color: #8b7f50;
	padding: 5px 65px 15px 25px;

	margin-bottom: 25px;

	text-transform: uppercase;
}

#content-body h1:before {
	content: '';

	display: inline-block;
	vertical-align: top;
	padding-top: 12px;

	width: 20px;
	height: 9px;

	background: url("images/arrow.png") no-repeat left center;
}

.return {
	position: absolute;
	right: 18px;
	top: 22px;
}

.blcms-content {
	font-size: 12px;
	color: #797041;
	margin: 0 25px;
}

#progresslink {
	margin: 1em 0 0 0;
	text-align: center;
}

#progresslink img {
	border-radius: 5px;
	max-width: 100%;
 	height: auto;
}

#progresslink:hover {
	opacity: 0.95;
}

#footer {
	display: table;
	width: 100%;
	color: #fff4e2;
}

#footer a {
	color: #fff4e2;
}

#footer #copyright,
#footer #blulink {
	display: table-cell;
	vertical-align: middle;
	height: 60px;

	font-size: 11px;
}

#copyright {
	padding-left: 5%;
}

#blulink {
	padding-right: 5%;
	text-align: right;
}