/* GENERAL */
body {
	background: url('/images/background.jpg') repeat;
	padding: 30px 0;
}
@font-face {
    font-family: 'Moltors';
    src: url('http://www.totalvic.com/fonts/moltors.ttf');
}

/* PAGE */
.page-container {
	background: #fdfdfd;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.15);
	padding: 0;
}

/* HEADER */
.header {
	margin: 10px 10px 20px 10px;
	position: relative;
}
.header .logo {
	background: #fff;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 500;
	width: 150px;
	height: 150px;
}
.header .logo .shadow {
	background: #fff;
	-moz-box-shadow: 0 3px 10px 4px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,0.5);
  	box-shadow: 0 3px 10px 4px rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 600;
	width: 150px;
	height: 60px;
}
.header .logo a {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 700;
	text-align: center;
}
.header .logo img {
	height: 150px;
}
.navbar-nav {
	font-family: 'PT Serif Caption', serif;
	font-size: 20px;
	margin: 10px 0;
}
.navbar-nav>li>a {
	color: #367b2a !important;
	border-radius: 4px;
}
.navbar-nav>li>a:hover {
	background-color: #eee !important;
}
.navbar-nav>li.current-menu-item>a, 
.navbar-nav>li.current-menu-item>a:hover, 
.navbar-nav>li.current-menu-item>a:focus {
	background-color: #367b2a !important;
	color: #fff !important;
}

/* CAROUSEL */
.carousel-inner .item img {
	width: 100%;
	height: auto;
}

/* CONTENT */
.page-content {
	font-family: 'Verdana', sans-serif;
	padding: 0 50px;
}
.page-title {
	color: #462a10;
	text-align: center;
	font-family: 'PT Serif Caption', serif;
	margin-bottom: 30px;
}

/* FOOTER */
.footer {
	background: #e5e5e5;
	border-top: 1px solid #ddd;
	color: #777777;
	font-family: 'PT Serif Caption', serif;
	font-size: 12px;
	margin-top: 20px;
	padding: 125px 20px;
	position: relative;
	text-align: center;
}
.footer .gyko {
	color: #777;
	font-family: 'PT Serif Caption', serif;
	font-size: 12px;
	margin: 10px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer .gyko a {
	color: #777;
	font-family: 'Moltors', serif;
	text-decoration: none;
}
