*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.4em;
}

html, body 
{
    width: 100%;
    height: 100%;
    font-family: 'Arimo', sans-serif;
}

body
{
	font-size: 100%;
	font-weight: 300;
	color: #000;
}

h1, h2, h3
{
	font-family: 'Tinos', serif;
	font-weight: 400;
	margin-bottom: 0.8em;
	line-height: 1.1em;
}

h1
{
	font-size: 2.5em;
	text-transform: uppercase;
	hyphens: auto;
}

h2
{
	font-size: 2.2em;
	margin-bottom: 0.6em;
}

h3
{
	font-size: 1.8em;
	margin-bottom: 0.4em;
}

#slideshow
{
	width: 100%;
	position: relative;
}

.slide
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#logo
{
	position: absolute;
	height: 100%;
	padding: 18px 0px;
	left: 0px;
	background-color: #fff;
}

.text strong
{
	font-weight: 600;
}

.inner
{
	position: relative;
	width: 100%;
	padding: 0px 40px;
}

#navigation
{
	text-align: center;
	font-size: 1.05em;
}

#navigation ul li
{
	display: inline-block;
}

#navigation ul li
{
	padding: 3.2em 1.4em;
}

#navigation a
{
	color: #000;
	text-decoration: none;
	font-family: 'Tinos', serif;
	text-transform: uppercase;
	position: relative;
}

#navigation a:after
{
	content: "";
	position: absolute;
	width: calc(100% - 12px);
	height: 2px;
	background-color: #000;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3em;
	width: 0%;
	transition: width 0.15s;
}

#navigation ul li.active a:after, #navigation ul li a:hover:after
{
	width: calc(100% - 1em);
}

#content
{
	max-width: 1150px;
	display: block;
	margin: auto;
}

.colored
{
	position: relative;
	color: #fff;
	padding: 60px 0px;
}

.coloredBg
{
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
}

.coloredOverlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.75);
}

.text-center
{
	text-align: center;
}

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text
{
	margin: 60px 0px;
}

.text.colored
{
	margin: 0px 0px;
}

.clear
{
	clear: both;
}

.left, .right
{
	width: 50%;
	float: left;
}

.left img, .right img
{
	width: calc(100% + 40px);
	float: left;
}

.right img
{
	margin-right: -40px;
}

.left img
{
	margin-left: -40px;
}

.left
{
	padding-right: 20px;
}

.right
{
	padding-left: 20px;
}

#map
{
	width: 100%;
	filter: grayscale(100%) contrast(100%) saturate(8);;
}

#map, #slideshow
{
	height: 400px;
}

#footer
{
	background-color: #000;
	padding: 60px 0px 30px;
	color: #fff;
	font-size: 0.9em;
	position: relative;
}

.text a
{
	color: #000;
}

#footer a, .text.colored a
{
	color: #fff;
	text-decoration: none;
	position: relative;
}

#footer a:hover, .colored a:hover
{
	text-decoration: underline;
}

#footer strong
{
	font-weight: 700;
	font-family: 'Tinos', serif;
	font-size: 1.2em;
}

#footer span
{
	font-weight: 600;
}

.inner.mini
{
	max-width: 1050px;
	display: block;
	margin: auto;
}

#links
{
	text-align: center;
	margin-top: 2em;
}

.linkLogo
{
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	margin-bottom: 0.3em;
}

/*#links .linkLogo:nth-child(1)
{
	margin-right: 40px;
}*/

.linkLogo img
{
	width: 100%;
}

#top
{
	width: 3.2em;
	height: 3.2em;
	background-color: #000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1.6em;
}

#topFull
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#topFull:before
{
	content: "";
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	left: 50%;
	top: calc(50% + 0.35em);
	transform: translate(-50%, -50%) rotate(-45deg);
}

#topHalf
{
	position: absolute;
	width: calc(100% + 4px);
	height: calc(50% + 4px);
	background-color: #fff;
	z-index: -10;
	left: -2px;
	bottom: -2px;
}

.text ul
{
	margin-left: 1em;
}

a.button
{
	border: 2px solid #000;
	font-family: 'Tinos', serif;
	font-size: 1.1em;
	padding: 0.9em;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	transition: color 0.15s, background-color 0.15s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	display: inline-block;
	line-height: 1.1em;
}

a.button:hover
{
	color: #000;
	background-color: #fff;
}

.offerImg
{
	width: 220px;
	float: left;
}

.offerImg img
{
	width: 100%;
	float: left;
}

.offerText
{
	width: calc(100% - 220px);
	float: right;
	padding: 20px 50px 20px 30px;
}

.offer .inner
{
	position: relative;
}

.offer.first
{
	margin-top: 0px;
}

.offerLink
{
	position: absolute;
	width: 22px;
	height: 100%;
	background-color: #000;
	right: 40px;
	top: 0px;
}

.offerLink:after
{
	content: "";
	width: 0.4em;
	height: 0.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

.offer, .withButton
{
	margin-top: -30px;
}

.offerInner
{
	border: 1px solid #000;
}

.withButton.withMargin
{
	margin-top: 60px;
}

.mobile
{
	display: none;
}

#form
{
	width: 100%;
	max-width: 480px;
	display: block;
	margin: auto;
	padding-top: 60px;
	margin-top: -60px;
}

input, textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	border: none;
}

input, textarea
{
	width: 100%;
	border: 1px solid #000;
	padding: 8px;
	font-family: 'Arimo', sans-serif;
	color: #000;
	font-size: 1em;
	margin-bottom: 1em;
	transition: box-shadow 0.15s;
}

input:focus, textarea:focus
{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

label
{
	display: block;
	font-family: 'Tinos', serif;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	margin-left: -0.8em;
}

textarea
{
	height: 160px;
	resize: none;
}

button
{
	border: 2px solid #000;
	font-family: 'Tinos', serif;
	font-size: 1.1em;
	padding: 0.9em;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	transition: color 0.15s, background-color 0.15s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	line-height: 1.1em;
	display: block;
	margin: auto;
	cursor: pointer;
}

button:hover
{
	color: #000;
	background-color: #fff;
}

.alert-danger
{
	display: none;
}

.has-error input, .has-error textarea
{
	border: 1px solid red;
}

.has-error label
{
	color: red;
}

@media all and (max-width: 520px){
	.offerImg
	{
		width: 100%!important;
	}

	.offerText
	{
		width: 100%!important;
		padding: 20px 20px 50px;
	}

	.offerLink
	{
		width: calc(100% - 60px);
		height: 30px;
		bottom: 0px;
		top: auto;
	}

	.offerLink:after
	{
		left: auto;
		right: 20px;
	}

	textarea
	{
		height: 140px;
	}
}

@media all and (max-width: 550px){
	h1
	{
		font-size: 1.65em!important;
	}

	.left, .right
	{
		width: 100%;
		padding: 0px;
	}

	.desktop
	{
		display: none;
	}

	.mobile
	{
		display: block;
	}

	.right.mobile
	{
		margin-top: 35px;
	}

	.left
	{
		margin-bottom: 35px;
	}

	.withImg
	{
		margin-bottom: 0px!important;
	}

	#footer, #footer .left, #footer .right
	{
		text-align: center!important;
	}

	#footer .left
	{
		margin-bottom: 1.5em;
	}

	.left img, .right img
	{
		width: calc(100% + 60px)!important;
	}

	.right img
	{
		margin-left: -30px;
		margin-right: 0px!important;
	}

	.left img
	{
		margin-left: -30px!important;
	}

	#map, #slideshow
	{
		height: 240px!important;
	}

	.linkLogo
	{
		width: 110px;
		margin-bottom: 0.8em;
	}

	/*#links .linkLogo:nth-child(1)
	{
		margin-right: 25px!important;
	}*/
}

@media all and (max-width: 600px){
	body
	{
		font-size: 95%;
	}

	h1
	{
		font-size: 1.9em;
	}

	h2
	{
		font-size: 1.5em;
	}

	h3
	{
		font-size: 1.4em;
	}

	.text
	{
		margin: 35px 0px;
	}

	#form
	{
		padding-top: 35px;
		margin-top: -35px;
	}

	.withButton.withMargin
	{
		margin-top: 35px;
	}

	.offer, .withButton
	{
		margin-top: -17.5px;
	}

	.colored
	{
		padding: 35px 0px;
	}

	#footer
	{
		padding: 35px 0px 18px;
	}

	#top
	{
		width: 2.4em;
		height: 2.4em;
		top: -1.2em;
	}

	#topFull:before
	{
		width: 0.5em;
		height: 0.5em;
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		top: calc(50% + 0.25em);
	}
}

@media all and (max-width: 820px){
	#navigation
	{
		display: none;
		width: 100%;
		background-color: #fff;
	}

	#navigation ul
	{
		padding: 86px 0px 10px;
	}

	#navigation ul li
	{
		display: block;
		padding: 0.35em!important;
	}

	#logo
	{
		padding: 10px 0px;
		height: 80px;
	}

	#navOpener
	{
		width: 30px;
		height: 24px;
		position: absolute;
		top: 29px;
		right: 30px;
		cursor: pointer;
		z-index: 10000;
	}

	#header .inner
	{
		min-height: 80px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.15s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0px;
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0px;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		opacity: 0;
	}

	#navOpener.active .line:nth-child(3)
	{
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.offerImg
	{
		width: 170px;
	}

	.offerText
	{
		width: calc(100% - 170px);
	}
}

@media all and (min-width: 821px){
	#navigation
	{
		display: block!important;
	}
}

@media all and (max-width: 1020px){
	#navigation ul li
	{
		padding: 2.3em 0.8em;
	}

	#map, #slideshow
	{
		height: 320px;
	}
}

@media all and (max-width: 1170px){
	#logo
	{
		left: 30px;
	}

	.left img, .right img
	{
		width: calc(100% + 30px);
	}

	.right img
	{
		margin-right: -30px;
	}

	.left img
	{
		margin-left: -30px;
	}

	.inner
	{
		padding: 0px 30px;
	}

	.offerLink
	{
		right: 30px;
	}

	/*#links .linkLogo:nth-child(1)
	{
		margin-right: 30px;
	}*/
}

@media all and (min-width: 1480px){
	body
	{
		font-size: 108%;
	}

	#content
	{
		max-width: 1320px;
	}

	#navigation ul li
	{
		padding: 3.3em 1.8em;
	}

	.text
	{
		margin: 80px 0px;
	}

	.offer, .withButton
	{
		margin-top: -40px;
	}

	.colored
	{
		padding: 80px 0px;
	}

	#logo
	{
		padding: 20px 0px;
	}

	.inner.mini
	{
		max-width: 1140px;
	}

	h1
	{
		font-size: 2.6em;
	}

	h2
	{
		font-size: 2.3em;
	}

	h3
	{
		font-size: 2.1em;
	}

	#map, #slideshow
	{
		height: 510px;
	}

	.linkLogo
	{
		width: 155px;
	}

	#footer
	{
		padding: 80px 0px 40px;
	}

	.offerImg
	{
		width: 260px;
	}

	.offerText
	{
		width: calc(100% - 260px);
		float: right;
		padding: 25px 50px 25px 30px;
	}

	.offerLink
	{
		width: 30px;
	}

	.withButton.withMargin
	{
		margin-top: 40px;
	}

	#form
	{
		max-width: 530px;
		padding-top: 80px;
		margin-top: -80px;
	}

	textarea
	{
		height: 190px;
	}
}