body {
	background-color: #aa0022;
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	background-attachment: fixed;
}

.fancybox-skin {
	background-color: #c00 !important;
	border-radius: 0 !important;
	background-color: rgba(250, 0, 0, 0.5) !important;
}


.thumbnail.span3 {
	max-width: 100%;
}

.container.main {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

#header {
	background-image: url("img/header.jpg");
	height: 184px;
	position: relative;
	/*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
	border-bottom: 1px solid #ccc;
}

.start #header {
	box-shadow: none;
	border-bottom: none;
}

footer {
	background-color: #efefef;
	/*box-shadow: 0 -4px 10px rgba(0,0,0,0.2);*/
	background-image: url("img/wood.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 20px;
	overflow: hidden;
	color: #fff;
}

footer .row {
	background-color: rgba(20,20,20,0.5);
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .row > div > div {
	padding: 20px;
}

footer .map img { float: right; width: 200px; margin-bottom: 20px; }

.breadcrumb, .see-also { display: none; }

.see-also {
	list-style-type: none;
	margin: 20px 40px 0px 20px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.see-also h4 { margin-right: 6px; }
.see-also li { display: inline-block; }
.see-also li a {
	padding: 4px 6px;
	background-color: #c20000;
	color: #fff;
	display: inline-block;
	margin: 0 4px 4px 0;
}

@media screen AND (max-width: 767px) {
	footer address { margin-bottom: 0; }
	footer .map img { display: none; }
	footer .row > div > div { padding-bottom: 0; }
	footer .row > div:not(:first-child) > div { padding-top: 10px; }
	.breadcrumb, .see-also { display: block; }
}

@media screen AND (max-width: 767px) {
	.form-horizontal {
		margin-left: 40px;
		margin-right: 40px;
	}


	.form-horizontal .form-actions {
		margin-left: -40px;
		margin-right: -40px;
		padding-left: 220px;
	}
}

@media screen AND (min-width: 767px) {
	.btn-navbar { display: none; }
}
@media screen AND (max-width: 767px) {
	.navigation .span4.navbar-main {
		float: none;
		margin-right: -40px;
		width: auto;
	}
	.start .navigation .navbar-main .nav {
		background-color: transparent;
		transition: 1s ease background-color;
	}
	.start .navigation .navbar-main.in .nav {
		background-color: rgba(200,0,0,0.5);
	}
	.start .navigation .navbar-main .nav li:not(:first-child) {
		opacity: 0;
		visibility: hidden;
		transition: 1s ease opacity;
	}
	.start .navigation .navbar-main.in .nav li:not(:first-child) {
		opacity: 1;
		visibility: visible;
	}
}

@media screen AND (max-width: 480px) {
	.form-horizontal .form-actions {
		padding-left: 40px;
	}
}

.row-eq-height {
	display:  -webkit-box;
	display: -webkit-flex;
	display:  -ms-flexbox;
	display:         flex;
}

#header .logo {
	color: transparent;
	display: block;
	position: absolute;
	right: 0px;
	top: 30px;
	background-image: url("img/logo.png");
	width: 324px;
	height: 124px;
}

.pin {
	position: fixed;
}

.container > .shadow {
	display:none;

	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-shadow: 0 0 8px #000;
}

.start .shadow {
	bottom: 20px;
	top: 204px;
}

.navigation .nav {
	background-color: #900;
	margin: 0px;
	margin-bottom: -20px;
	margin-top: -1px;
}

.start .navigation .nav {
	padding-bottom: 100px;
	/*background-image: url("img/menu_bg.png");*/
	background-position: bottom right;
	background-repeat: no-repeat;
}

.navigation .nav .nav {
	background-image: none;
	padding: 0;
	margin: 0 -15px;
}

.nav.affix {
	top: 0px;
	width: 280px;
}

.navigation .nav .text a:link {
	display: inline-block;
}

.navigation .nav .nav a:link {
	padding-left: 40px;
}

.navigation .nav .text {
	padding-bottom: 5px;
	position: relative;
	background-color: #c20000;
	/*box-shadow: 0 4px 5px rgba(0,0,0,0.4)*/
}

.navbar-toggle {
	background:none;
	border:none;
	position: absolute;
	top: 25px;
	right: 5px;
	display:none;
	padding: 15px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 25px;
	height: 3px;
	margin-bottom: 3px;
	background-color: #fff;
	transition: all 0.2s;
}

.in .navbar-toggle .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.in .navbar-toggle .icon-bar:nth-child(2) {
	opacity: 0;
}
.in .navbar-toggle .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navigation .nav .text a {
	padding-top: 15px !important;
	padding-bottom: 20px !important;
}

.navigation .nav a:link, .navigation .nav a:visited {
	color:#fff;
	padding: 8px 15px;
	border-bottom: 1px solid #680000;
	font-family: "Times New Roman, Times";
	font-size: 17px;
	letter-spacing: 0.13em;
	transition: background-color 0.3s;
}

.navigation .nav a:hover, .navigation .nav .active > a {
	background-color: #c20000;
}

.navigation .nav .text a:hover {
	background-color: #900;
}

.navigation > .nav > li.text:hover { background-color: #900; }
.navigation > .nav > li.text { margin-bottom: 5px; }

.navigation .nav .text a {
	border-bottom: 0;
}

.navigation .nav .text.active a:hover {
	background-color: #c20000;
}

.content {
	margin-top: 20px;
	margin-right: 20px;
}

h1 {
	font-weight: 100;
}

h2 {
	font-size: 24px;
	font-family: "Times New Roman";
	font-weight: 100;
	margin-top: 20px;
}

.start #header {
	/*visibility: hidden;*/
	background-image: none;
}

.start .container.main {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.start .nav {
	z-index: 100;
}

.start-attached {
	margin-top: 0px;
	position: absolute;
	right:0px;
	top:20px;
	bottom: 20px;
	left: 300px;
	z-index: -1;
	overflow: hidden;
}

.start .affix { position: static !important; }

@media screen AND (min-width: 1200px) {
	.start-attached { left: 380px; }
	.nav.affix { width: 350px; }
}

@media screen AND (max-width: 979px) and (min-width: 768px) {
	.start-attached { left: 228px; }
	.nav.affix { width: 208px; }
}

@media screen AND (max-width: 767px) {
	.navigation .span4 { width: 230px; }
	.start-attached { left: 0px; }
	.start > .container > .row { margin-top: -180px; }
	.start .navigation .nav {
		background-image: none;
		background-color: rgba(200,0,0,0.5);
	}
	.navigation .nav {
		margin: 0;
	}
	.start-attached .text { display: none; }

	.nav.affix { position: static !important; width: 100%; }
	.navigation { overflow:hidden; }
	.start .nav.affix { width: 180px; }

	.content { padding: 0 20px; }
	.navbar-toggle { display: block; }
	.navigation > .nav > li { display: none; } 
	.navigation > .nav > li.text { display: block; }

	.navigation ul.nav-list {
		padding-left: 0;
		padding-right: 0;
	}
	.navigation ul.nav-list > li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navigation > .nav > li.text img { display: none; }
	.navigation > .nav > li.text a {
		display:inline-block;
		width: 272px;
		height: 68px;
		background-position: 10px center;
		background-image: url('img/serrer_font_2.png');
		background-repeat: no-repeat;
	}

	#header .logo { display: none; }
	.start .shadow { top: 24px; }
}

.navigation ul.nav-list {
	padding-left: 0;
	padding-right: 0;
	/*box-shadow: 4px 0 5px rgba(0,0,0,0.4)*/
}

.navigation ul.nav-list > li {                                         
	padding-left: 15px;
	padding-right: 15px;
}

@media screen AND (min-width: 768px) {
	.navigation > .nav > li { display: block !important; }
}

.start-attached img {
	position: absolute;
	display: none;
	right: 20px;
	bottom: 0;
}

.start-attached .img {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.start-attached img.active,
.start-attached .img.active{
	display: block;
}

.start-attached .text {
	position: absolute;
	right: 40px;
	bottom: 20px;
	background-image: url(img/start.png);
	left: 40px;
	background-repeat: no-repeat;
	height: 97px;
	background-size:contain;
}

.start .navigation .row {
	position: relative;
	padding: 20px;
	padding-left: 0px;
}

.start .nav {
	margin: 0;
	margin-right: 20px;
}

.start .navigation .span8 {
}
