@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Body and some general stuff
2. About Home
3. Intro
4. About
5. press-quotes


******************************/

/*********************************
1. Body and some general stuff
*********************************/

*
.button
{
	width: 100px;
	height: 30px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}
.button a
{
	display: block;
	font-size: 16px;
	color: #b49383;
	line-height: 30px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #c4ab9f;
}

.section_subtitle
{
	font-size: 36px;
}
.section_title
{
	margin-top: 6px;
}
.section_title h1
{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 20px;
}


/*********************************
2. About Home
*********************************/

.home
{
	width: 100%;
	height: 524px;
}
.home_container
{
	position: absolute;
	bottom: 129px;
	left: 0;
	width: 100%;
}
.home_subtitle
{
	font-size: 26px;
	font-weight: 300;
	line-height: 0.75;
}
.home_title
{
	margin-top: -2px;
}
.home_title h1
{
	font-family: 'Rubik', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #FFFFFF;
}

/*********************************
3. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_content
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -165px;
	width: 679px;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 59px;
	padding-left: 70px;
	padding-right: 50px;
}
.intro_subtitle
{
	font-size: 36px;
}
.intro_title
{
	margin-top: 6px;
}
.intro_title h2
{
	font-size: 48px;
}
.intro_text
{
	margin-top: 32px;
}

/*********************************
4. About
*********************************/

.about
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 93px;
	padding-bottom: 63px;
}
.about_text_row
{
	margin-top: 24px;
}
.about_row
{
	margin-top: 57px;
}
.about_text p
{
	font-weight: 300;
}
.about_image
{
	width: 100%;
}
.about_image img
{
	max-width: 100%;
}
.about_content
{
	padding-top: 36px;
	padding-bottom: 40px;
}
.about_name
{
	font-size: 22px;
	color: #000000;
	line-height: 1.2;
}
.about_subtitle
{
	font-size: 16px;
	color: #636363;
	line-height: 1.2;
	margin-top: 6px;
}
.about_button
{
	width: auto;
	height: 41px;
	background: #232323;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 14px;
}
.about_button:hover
{
	background: transparent;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.about_button a
{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #c4ab9f;
	line-height: 41px;
}

/*********************************
5. press-quotes
*********************************/

.press-quotes
{
	width: 100%;
	padding-top: 106px;
	padding-bottom: 115px;
}
.press-quotes .section_title
{
	margin-top: 6px;
}
.press-quotes_row
{
	margin-top: 28px;
}
.quote
{
	width: 25px;
	height: 17px;
}
.quote img
{
	max-width: 100%;
}
.pressquotes_text
{
	margin-top: 23px;
}
.pressquotes_info
{
	font-size: 18px;
	color: #232323;
	margin-top: 43px;
}
.pressquotes_info span
{
	font-size: 16px;
	color: #636363;
	font-style: italic;
}

