﻿@font-face {
    font-family: GlazKrak;
    src: url('../fonts/glazkrak-webfont.eot');
    src: url('../fonts/glazkrak-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glazkrak-webfont.woff2') format('woff2'),
         url('../fonts/glazkrak-webfont.woff') format('woff'),
         url('../fonts/glazkrak-webfont.ttf') format('truetype'),
         url('../fonts/glazkrak-webfont.svg#glazkrakregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0 auto;
	background-image: url('../images/overlay.png');
	background-color: #eee;
	background-attachment: fixed;
	max-width: 100%;
	min-width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}
a:hover {
	color: #dc0000;
}
header {
	padding-top: 0px;
	background: #dc0000;
	position: relative;
	overflow: hidden;
	border-bottom: 10px #000 solid;
	font-weight: normal;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
}
h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 28px;
}
h4 {
	text-transform: uppercase;
}
.wrapper {
	max-width: 1060px;
	min-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
#wrapper {
	margin-top: 130px;
}
p, li {
	line-height: 150%;
}
.logo {
	float: left;
	margin-right: 10px;
}
.title {
	color: #fff;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 32px;
}
.title span {
	color: #000;
}
.sub-title {
	margin-top: 0px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 0px;
}
menu {
	background: #000;
	height: 50px;
	margin: 0px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 44%;
	padding: 0;
	text-align:center;
}
menu ul {
	padding: 0px;
	margin: 0;
	list-style-type: none;
}
menu li {
	display: inline-block;
	line-height: 50px;
	width: 19%;
	text-align: center;
	font-weight: bold;
}
menu li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
menu li a:hover {
	color: #dc0000;
}
.active-link {
	color: #dc0000;
}
.social-container {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 400px;
	line-height: 30px;
	text-align: right;
	color: #fff;
}
.social-media {
	width: auto;
	height: 30px;
	vertical-align: middle;
	margin: 0 5px;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.social-media:hover {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.banner {
	width: 100%;
	height: auto;
}
.block {
	display: inline-block;
	width: 24.5%;
	height: 170px;
	line-height: 170px;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	text-align: center;
	margin-bottom: 5px
}
.block:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	background: #fff;
}
.block a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
.block a:hover {
	color: #000;
}
.block-bg {
	background: #a80000;
}
.map {
	width: 500px;
	float: right;
	height: auto;
	margin-top: 50px;
}
input[type=text], input[type=email] {
	width: 200px;
	height: 25px;
	padding: 0 5px;
	border: none;
	border-bottom: 1px #333 solid;
	background: none;
	margin-bottom: 10px;
}
textarea {
	width: 200px;
	padding: 5px;
	height: 80px;
	border: none;
	border-bottom: 1px #333 solid;
	background: none;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.pics {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	height: 250px;
}
.pics2 {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	height: auto;
	margin-right: 30px;
}
footer {
	line-height: 40px;
	font-size: 11px;
	margin-top: 50px;
}
footer a {
	color: #000;
	text-decoration: none;
}
::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}