* {
    border: 0;
    border-spacing: 0;
	font-size: 0;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'kennedyscgdregular';
    src: url('fonts/kennedyscgd_regular-webfont.woff2') format('woff2'),
         url('fonts/kennedyscgd_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'baskerville_btroman';
    src: url('fonts/ufonts.com_baskerville-bt-roman-webfont.woff2') format('woff2'),
         url('fonts/ufonts.com_baskerville-bt-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	background-color: #ffffff;
    font-family: 'baskerville_btroman';
}

header {
	width: 100%;
	background-color: #ffffff;
	margin: 25px 0 0 0;
}

header h1 {
	color: #000000;
	font-size: 80px;
	font-weight: normal;
	font-family: 'kennedyscgdregular';
	margin-top: 25px;
}

header h2 {
	color: #000000;
	font-size: 37px;
	font-weight: normal;
	font-family: 'kennedyscgdregular';
}

header h3 {
	color: #000000;
	font-size: 29px;
	font-weight: normal;
	font-family: 'kennedyscgdregular';
}

header h3 a {
	font-size: 29px;
	font-weight: normal;
	color: #000000;
}

header div.wrapper {
	width: 1000px;
	margin: auto;
}

header div.wrapper div.left {
	width: 200px;
	display: inline-block;
}

header div.wrapper div.center {
	width: 600px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
}

header div.wrapper div.right {
	width: 200px;
	text-align: right;
	display: inline-block;
}

section.menu {
	width: 100%;
	background-color: #000000;
}

section.menu div.wrapper {
	width: 1000px;
	margin: auto;
}

section.menu div.wrapper div.center {
	width: 100%;
	text-align: center;
}

section.menu div.wrapper div.center a {
	font-size: 30px;
	color: #ffffff;
	font-family: 'kennedyscgdregular';
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
}

section.menu div.wrapper div.center a:hover {
	font-size: 30px;
	color: #c9212e;
	font-family: 'kennedyscgdregular';
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
}

section.slider {
	width: 100%;
}

section.section {
	width: 100%;
}

section.section div.wrapper {
	width: 1000px;
	margin: auto;
}

section.section div.wrapper div.title {
	height: 121px;
	background-image: url('images/section_titles.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 30px 0 10px 0;
}

section.section div.wrapper div.title h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: normal;
	font-family: 'kennedyscgdregular';
	padding-top: 12px;
}

section.section div.wrapper div.services {
	width: 235px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

section.section div.wrapper div.services img {
	width: 235px;
	height: 125px;
	vertical-align: top;
	border: 3px solid #000000;
    -moz-box-shadow: 0 0 6px #000000;
    -webkit-box-shadow: 0 0 6px #000000;
    box-shadow: 0 0 6px #000000;
	margin-bottom: 15px;
}

section.section div.wrapper div.services h1 {
	color: #c9212e;
	font-family: 'kennedyscgdregular';
	font-weight: normal;
	text-align: center;
	font-size: 20px;	
}

section.section div.wrapper div.services h2 {
	color: #000000;
	text-align: center;
	font-size: 14px;
}

section.section div.wrapper div.about {
	width: 964px;
	color: #000000;
	vertical-align: top;

}

section.section div.wrapper div.about:after {
	content: "";
	display: block;
	clear: both;
}

section.section div.wrapper div.about img {
	height: 175px;
	border: 3px solid #000000;
    -moz-box-shadow: 0 0 6px #615A5A;
    -webkit-box-shadow: 0 0 6px #615A5A;
    box-shadow: 0 0 6px #615A5A;
}

section.section div.wrapper div.about p {
	color: #00000;
	font-size: 17px;
	margin-bottom: 15px;
}

section.section div.wrapper div.credentials {
	width: 964px;
	color: #000000;
	vertical-align: top;
}

section.section div.wrapper div.credentials p {
	color: #00000;
	font-size: 17px;
}

section.section div.wrapper div.credentials img.img {
	height: 86px;
	margin-right: 15px;
}

section.section div.wrapper div.section {
	width: 320px;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}

section.section div.wrapper div.review {
	width: 284px;
	display: inline-block;
	background-color: #FFF2F2;
	color: #000000;
	font-size: 14px;
	vertical-align: top;
	border: 3px solid #ffffff;
    -moz-box-shadow: 0 0 6px #615A5A;
    -webkit-box-shadow: 0 0 6px #615A5A;
    box-shadow: 0 0 6px #615A5A;
	padding: 15px;
}

section.section div.wrapper img.big {
	width: 309px;
	display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	border: 3px solid #000000;
    -moz-box-shadow: 0 0 6px #615A5A;
    -webkit-box-shadow: 0 0 6px #615A5A;
    box-shadow: 0 0 6px #615A5A;
	margin: 0 25px 25px 0;
}

section.section div.wrapper img.big:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

section.section div.wrapper img.small {
	width: 139px;
	display: inline-block;
	vertical-align: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	border: 3px solid #000000;
    -moz-box-shadow: 0 0 6px #615A5A;
    -webkit-box-shadow: 0 0 6px #615A5A;
    box-shadow: 0 0 6px #615A5A;
	margin: 0 25px 25px 0;
}

section.section div.wrapper img.small:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

section.section div.wrapper div.review i {
	font-size: 14px;
}

section.section div.wrapper div.map {
	width: 484px;
	display: inline-block;
	vertical-align: top;
	border: 3px solid #000000;
    -moz-box-shadow: 0 0 6px #000000;
    -webkit-box-shadow: 0 0 6px #000000;
    box-shadow: 0 0 6px #000000;
	margin-right: 20px;
}

section.section div.wrapper div.form {
	width: 454px;
	font-size: 15px;
	color: #ffffff;
	background-color: #000000;
	display: block;
	border: 3px solid #ffffff;
    -moz-box-shadow: 0 0 6px #000000;
    -webkit-box-shadow: 0 0 6px #000000;
    box-shadow: 0 0 6px #000000;
	vertical-align: top;
	padding: 15px;
	margin: auto;
}

section.section div.wrapper div.form a {
	font-size: 15px;
	color: #ffffff;
	padding: 3px;
}

section.section div.wrapper div.form td {
	font-size: 15px;
	color: #fffff;
	padding: 3px;
}

section.section div.wrapper div.form input {
	font-size: 15px;
	color: #fffff;
	border: 3px solid #ffffff;
	padding: 3px;
}

section.section div.wrapper div.form textarea {
	font-size: 15px;
	color: #fffff;
	border: 3px solid #ffffff;
	padding: 3px;
}

section.section div.wrapper div.form select {
	font-size: 15px;
	color: #000000;
	border: 3px solid #ffffff;
	padding: 3px;
}

section.section div.wrapper div.form option {
	font-size: 15px;
	color: #000000;
	padding: 3px;
}

section.footer  {
	width: 100%;
	background-color: #000000;
	margin-top: 20px;
}

section.footer div.wrapper {
	width: 1000px;
	padding: 20px 0 20px;
	margin: auto;
}

section.footer div.wrapper div.center {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

section.footer div.wrapper div.left {
	width: 500px;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
}

section.footer div.wrapper div.right {
	width: 500px;
	color: #ffffff;
	font-size: 14px;
	vertical-align: top;
	text-align: right;
	display: inline-block;
}

section.footer div.wrapper div.right img {
	height: 40px;
}