﻿html, body {
	height: 100%;
}

.master {
	width: 960px;
	margin: 0 auto;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

h1 {
	display: block;
	padding: 20px 0 10px 0;
	line-height: 1.3;
	color: #000d2c;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

h2 {
	display: block;
	padding: 20px 0 15px 0;
	line-height: 1.3;
	color: #2E3F51;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

h3 {
	display: block;
	padding: 20px 0 15px 0;
	line-height: 1.3;
	color: #2E3F51;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

p {
	display: block;
	padding: 10px 0;
	line-height: 1.5;
	color: #000d2c;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

img {
	max-width: 100%;
	display: block;
}

header {
	position: relative;
	width: 100%;
	padding: 30px 0;
	background-color: #000d2c;
}

	header .logo {
		float: left;
		width: 185px;
		margin-top: 6px;
	}

.social {
	float: right;
}

	.social a {
		float: left;
		height: 24px;
		margin-left: 15px;
	}

		.social a:before {
			display: block;
			text-align: center;
			line-height: 24px;
			font-size: 18px;
			color: #c4a34c;
		}

		.social a.glyph-social-youtube:before {
			font-size: 22px;
		}

header menu {
	clear: right;
	float: right;
	margin-top: 10px;
}

	header menu > a {
		float: left;
		padding: 5px 10px;
		margin: 0 5px;
		color: #fff;
		line-height: 1;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}

		header menu > a:last-of-type {
			padding-right: 0;
			margin-right: 0;
		}

		header menu > a:hover {
			color: #c4a34c;
		}

.slider-container {
	width: 100%;
	/*padding: 20px 0;*/
	background-color: #2E3F51;
}

	.slider-container .home-slider {
		width: 100%;
		height: 400px;
		background-color: #fff;
	}

.intro {
	text-align: center;
	padding: 20px 0;
}

	.intro h1 {
		text-align: center;
		font-weight: 400;
	}

	.intro p {
		font-style: italic;
		font-weight: 400;
		font-size: 14px;
	}

	.intro a {
		display: inline-block;
		padding: 5px 20px;
		margin-top: 10px;
		color: #c4a34c;
		background-color: #2E3F51;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}

.contact {
	padding: 20px 0;
}

	.contact section {
		float: left;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		.contact section:nth-of-type(1) {
			padding-right: 15px;
		}

		.contact section:nth-of-type(2) {
			padding-left: 15px;
		}

	.contact .map {
		width: 100%;
		height: 260px;
	}

		.contact .map iframe {
			width: 100%;
			height: 100%;
		}

	.contact label {
		display: block;
		padding-top: 10px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		color: #2E3F51;
		font-size: 14px;
	}

	.contact p {
		padding: 5px 0;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		color: #2E3F51;
		font-size: 15px;
	}

	.contact a {
		display: inline-block;
		padding: 5px 0;
		text-decoration: underline;
		color: #a78a3d;
	}

.line {
	float: left;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background-color: rgba(0, 13, 44, 0.2);
}

footer {
	width: 100%;
	padding: 20px 0;
	background-color: #000d2c;
	text-align: center;
}

	footer span {
		float: left;
		color: #dadbdd;
		line-height: 24px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
	}

.references {
	display: block;
	margin-bottom: 10px;
}

	.references a {
		width: calc(33.333% - 10px);
		float: left;
		margin-right: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		.references a:last-of-type {
			margin-right: 0;
		}

		.references a > img {
			margin-bottom: 15px;
		}

		.references a > label {
			display: block;
			margin-bottom: 5px;
			color: #2E3F51;
			font-size: 14px;
			font-family: 'Open Sans', sans-serif;
			font-weight: 600;
		}

		.references a > span {
			display: block;
			margin-bottom: 5px;
			color: #2E3F51;
			font-size: 14px;
			font-family: 'Open Sans', sans-serif;
			font-weight: 300;
		}

.band {
	width: 100%;
	height: 200px;
	background-color: #cacacb;
	margin-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

	table th {
		padding: 5px;
		text-align: left;
		color: #c4a34c;
		border-bottom: 1px solid #b7c6d5;
	}

	table td {
		padding: 5px 5px;
		background-color: rgba(46, 63, 81,0.08);
		border-bottom: 2px solid #fff;
		font-size: 14px;
		color: #000d2c;
	}

	table tr > td:nth-of-type(1),
	table tr > td:last-of-type {
		text-align: right;
	}

	table tr > td:nth-of-type(2) {
		font-weight: 600;
	}
