﻿* {	margin: 0;	padding: 0;	outline: 0;}
body {
	font-family: Lato, Arial, sans-serif;
	color: #999;
	font-size: 14px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url('../img/pattern.png');
	font-display: swap;
}
.wrapper {
	max-width: 1140px;
	margin: 0px auto;
	padding: 0px 20px;
}
nav {
	padding-left: 180px;
}
nav ul {
	text-align: right;
	list-style-type: none;
	min-height: 35px;
	padding: 15px 0px;
}
nav ul li {
	display: inline-block;
	padding: 5px 0px;
}
nav ul li a {
	font-weight: 300;
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
	padding: 0px 13px;
	min-height: 14px;
}
nav ul li a:hover {
	color: #000;
}
.slide {
	background-image: url('../img/slide-01.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 149px;
	padding-top: 280px;
}

@media(max-width:1044px) {
nav ul li a {	padding: 0px 8px;}
}
@media(max-width:639px) {
nav {	padding-left: 0px;	padding-top: 60px;}
nav ul {	text-align: left;}
.slide {    height: 129px;
    padding-top: 120px;}

}
@media(max-width:479px) {
nav ul {	font-size: 13px;}
nav ul li a {	padding: 0px 4px;}
}
header {
	border-width: 1px;
	border-color: #ccc;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: 3px 0px;
	min-height: 75px;
	border-bottom-style: dotted;
	margin-bottom: 30px;
	margin-top: 30px;
}
h1 {
	padding: 12px 19px 15px 19px;
	letter-spacing: 0px;
	font-size: 36px;
	background-color: rgba(0,0,0,0.7);
	font-weight: 300;
	color: #fff;
	max-width: 560px;
	margin: 0px auto 0px 10%;
	text-align: center;
}
@media (max-width: 854px) {
h1 {	font-size: 32px;	margin: 0px auto 0px 6%;	max-width: 600px;}
}
@media (max-width: 774px) {
h1 {	font-size: 28px;	margin: 0px auto 0px 0px;	max-width: 774px;	line-height: 1.1em;}
}
@media (max-width: 480px) {
h1 {	font-size: 24px;	line-height: 1em;}
}
@media (max-width: 319px) {
h1 {	font-size: 20px;}
}
article {
	background-image: url('../img/shadow3.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1140px;
	padding-top: 60px;
}
h2, h3 {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
h2 {
	font-size: 22px;
	color: #444;
}
h3 {
	font-size: 18px;
	color: #666;
}
hr {
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #C0C0C0;
	max-width: 320px;
	margin: 15px auto;
	color: #fff;
	background-color: #fff;
	height: 0px;
	padding: 0px;
	box-shadow: 0px 0px 0px 0px transparent;
}
p {
	padding: 30px 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
p a {
	color:#666;
}
p a:hover {
	color:#000;
}
.full {
	max-width: 100%;
}
.marg-b {
	margin-bottom: 30px;
}
footer {
	background-color: #fff;
	width: 100%;
	min-height: 40px;
	padding: 30px 0px;
	line-height: 40px;
	text-transform: uppercase;
	color: #444;
	font-size: 11px;
}
footer a {
	text-decoration: none;
	color: #444;
}
.social {
	float: right;
	width: 200px;
	margin-right: 0px;
	text-align: right;
}
.social a:hover {
	opacity: 0.6;
}
.social a img {
	border: none;
}
@media (max-width:440px) {
.social {	float: none;	text-align: center;	margin: 0px auto;}
footer {	text-align: center;}
}