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

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

[Table of Contents]

1. Body and some general stuff
2. Review Home
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. Review Home
*********************************/

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


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

.about
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 63px;
}
.about_text_row
{
	margin-top: 24px;
}
.about_row
{
	margin-top: 57px;
}
.about_text p
{
	line-height: 1.5em;
	font-weight: normal;
}
.about_text p.cite
{
	font-weight: 500;
	line-height: 1.32em;
	margin-bottom: 40px;
}
.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;
}

