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

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

[Table of Contents]

1. Body and some general stuff
2. Contact Home
3. Contact
4. Contact form


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

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

*
.button
{
	width: 163px;
	height: 47px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}
.button a
{
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #FFFFFF;
}


/*********************************
5. 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. Contact
*********************************/

.contact
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 116px;
	padding-bottom: 103px;
}
.contact_title
{
	font-size: 36px;
	color: #232323;
	line-height: 0.75;
}
.contact_sub-title
{
	font-size: 26px;
	color: #232323;
	line-height: 0.75;
}
.contact_text
{
	margin-top: 40px;
}
.contact_logo_container
{
	margin-top: 59px;
}
.contact_logo_title
{
	font-size: 63px;
	line-height: 0.75;
	color: #232323;
}
.contact_logo_subtitle
{
	font-size: 21px;
	text-transform: uppercase;
	color: #232323;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 19px;
}
.contact_list_container
{
	padding-top: 29px;
	padding-bottom: 31px;
	margin-top: 38px;
	border: solid 2px #c49a8f;
}
.contact_list_content
{

}
.contact_list
{
	max-width: auto;
}
.contact_list li:not(:last-child)
{
	margin-bottom: 24px;
}
.contact_list li > div
{
	float: left;
}
.contact_list li > div:first-child div
{
	width: 87px;
	font-size: 20px;
	color: #232323;
	line-height: 0.75;
}
.contact_list li > div:last-child
{
	font-size: 15px;
	color: #838383;
	line-height: 1.6;
	margin-top: -3px;
}
.contact_social
{
	margin-top: 35px;
}
.contact_social ul li:not(:last-child)
{
	margin-right: 21px;
}
.contact_social ul li a i
{
	padding: 5px;
	font-size: 20px;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_social ul li a i:hover
{
	color: #c4ab9f;
}


/*********************************
4. Contact Form
*********************************/
#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #ececec;
    color: #232323;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .contact-submit {
	background: #ececec;
	color: #232323;
	display: inline-block;
	cursor: pointer;
	font-size: 25px;
	font-weight: 400;
	padding: 16px 40px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-top: 5px;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .contact-submit a:hover {
    background: #232323;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #a5a5a5;
}

/*********************************
4. DPK Photos
*********************************/

.DPK-photos
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 63px;
	padding-bottom: 13px;
}
.DPK-photos_text_row
{
	margin-top: 24px;
}
.DPK-photos_row
{
	margin-top: 57px;
}
.DPK-photos_text p
{
	font-weight: 300;
}
.DPK-photos_image
{
	width: 100%;
	cursor: pointer;
}
.DPK-photos_image img
{
	max-width: 100%;
}
.DPK-photos_content
{
	padding-top: 36px;
	padding-bottom: 40px;
}
.DPK-photos_name
{
	font-size: 22px;
	color: #000000;
	line-height: 1.2;
}
.DPK-photos_subtitle
{
	font-size: 11px;
	color: #636363;
	line-height: 1.2em;
	margin-top: 1px;
}
.DPK-photos_button
{
	width: 98px;
	height: 41px;
	background: #c4ab9f;
	margin-top: 14px;
}
.DPK-photos_button:hover
{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.DPK-photos_button a
{
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 41px;
}

