html, body {
	margin: 0 auto;
}

.clear {
	clear: both;
}


.vertical_align {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical_align_inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.wrapper_parent {
    float: left;
    position: relative;
    left: 50%;
}

.wrapper_child {
    float: left;
    position: relative;
    left: -50%;
}

::-webkit-input-placeholder { color:#000000; font-style: italic; opacity: 0; }
::-moz-placeholder { color:#000000; font-style: italic; opacity: 0; } /* firefox 19+ */
:-ms-input-placeholder { color:#000000; font-style: italic; opacity: 0; } /* ie */
input:-moz-placeholder { color:#000000; font-style: italic; opacity: 0; }

/* ----------------------- 
		  SLIDER		  
------------------------*/
#home_slider {
	position: relative;
	height: 500px;
	width: 100%;
	background-color: #dcd6d6;
}

#home_slider_logo {
	display: block;
	position: absolute;
	top: 76px;
	left: 50%;
	margin-left: -165px;
	z-index: 99;
}

.home_slider_arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}

#home_slider_arrow_left {
	left: 70px;
	z-index: 99;
}

#home_slider_arrow_right {
	right: 70px;
	z-index: 99;
}

#home_slider_loading {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #20c3ed;
	z-index: 99;
}

.home_slider_content_elt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home_slider_content_elt_image {
	position: absolute;
	top: 0;
	left: 0;
}

#home_slider_text {
	position: absolute;
	bottom: 40%;
	right: 14%;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	z-index: 99;
}

#home_slider_text_mobile {
  display: none;
}


#home_slider_text_title {
	width: 400px;
	font-size: 37px;
	text-transform: uppercase;
	letter-spacing: -3px;
	line-height: 32px;
}

#home_slider_text_text {
	font-size: 17px;
	line-height: 17px;
	opacity: 0.7;
	margin-top: 30px;
	width: 290px;
}

#home_slider_scroll_image {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	cursor: pointer;
	z-index: 99;
}

#home_slider_nav {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 11px;
	z-index: 99;
}

.home_slider_nav_point {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-left: 7px;
	float: left;
	cursor: pointer;
}

.home_slider_nav_point:first-child {
	margin-left: 0;
}

.home_slider_nav_point.active {
	background-color: #20c3ed;
}

.home_signature {
	font-size: 17px;
	margin-top: 12px;
	text-align: right;
	padding-right: 30px;
	font-family: "Georgia", sans-serif;
	font-style: italic;
}

/* ----------------------- 
		  AREA 1		  
------------------------*/
#home_area1 {
	position: relative;
	padding-top: 150px;
	padding-bottom: 140px;
	background-color: #000000;
}

.home_area_logo {
	position: absolute;
	top: 82px;
	left: 175px;
}

#home_area1_top_quote_img {
	display: block;
	margin: 0 auto;
}

#home_area1_top_quote {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-family: "gotham_light" sans-serif;
}

#home_area1_content_middle_mobile_quote {
	display: none;
}

#home_area1_top_signature {
	font-size: 11px;
	text-transform: uppercase;
	color: #7e7e7e;
	margin-top: 10px;
	text-align: center;
}

#home_area1_content {
	margin: 0 auto;
	margin-top: 80px;
	width: 969px;
	color: #818181;
}

#home_area1_content p {
	margin-bottom: 15px;
}

#home_area1_content_column1, #home_area1_content_column2 {
	float: left;
	width: 293px;
	font-size: 12px;
	line-height: 26px;
	padding-top: 20px;
	text-align: justify;
	font-family: "Vardana" sans-serif;
}

#home_area1_content_column1 {
	padding-right: 30px;
}

#home_area1_content_column2 {
	padding-left: 30px;
}

#home_area1_content_middle {
	float: left;
	width: 321px;
	border-left: 1px dotted;
	border-right: 1px dotted;
	border-color: #3d3d3d;
	padding-bottom: 20px;
}

#home_area1_content_middle_quote {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 50px;
	text-align: center;
	font-family: "gotham_book" sans-serif;
}

#home_area1_content_middle_liseret {
	margin: 0 auto;
	margin-top: 35px;
	width: 37px;
	height: 1px;
	background-color: #262626;
}

#home_area1_content_middle_name {
	text-align: center;
	font-size: 12px;
	opacity: 0.3;
	margin-top: 15px;
	font-family: "Georgia" serif;
	font-style: italic;
}

#home_area1_content_middle_mobile_name {
	display: none;
}

#home_area1_content_middle_signature {
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}


/* ----------------------- 
		  AREA 2		  
------------------------*/
#home_area2 {
	position: relative;
	padding-top: 140px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}

#home_area2_title {
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	font-family: "gotham_light" sans-serif;
}

#home_area2_content {
	margin: 0 auto;
	margin-top: 115px;
	width: 969px;
}

#home_area2_content_left {
	float: left;
	width: 400px;
}

#home_area2_content_right {
	float: left;
	width: 410px;
	margin-left: 159px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 40px;
	padding-bottom: 55px;
	font-family: "gotham_medium" sans-serif;
}

#home_area2_content_adress {
	font-size: 11px;
	color: #a3a3a3;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}

#home_area2_content_adress_title {
	font-size: 15px;
	color: #000000;
	margin-bottom: 25px;
}

#home_area2_content_adress_liseret {
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 4px;
	height: 1px;
	background-color: #a3a3a3;
}

#home_area2_content_email {
	background-color: #20c3ed;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 25px;
	width: 216px;
	height: 28px;
	line-height: 28px;
	border-left: 1px solid #6fd8f3;
	border-right: 1px solid #6fd8f3;
	cursor: pointer;
	color: #FFFFFF;
}

#home_form .row {
	margin-bottom: 17px;
}

#home_form label {
	display: block;
	width: 125px;
	float: left;
	line-height: 33px;
	text-transform: uppercase;
	color: #868686;
	font-size: 11px;
	font-family: "gotham_medium" sans-serif;
}

#home_form input, textarea, select {
	display: block;
	float: left;
	line-height: 33px;
	padding: 10px 18px;
	background-color: #e9e9e9;
	border: none;
	width: 236px;
	font-size: 11px;
	line-height: 13px;
	font-family: "Verdana" sans-serif;
}

#home_form select
{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background: url(../images/select_arrow.jpg) 250px no-repeat;
	background-color: #e9e9e9;
	padding: 10px 18px;
	width: 272px;
	font-style: italic;
}

textarea:focus, input:focus, select:focus {
    outline: 0;
}

.required {
	display: none;
}

#home_form_btn {
	margin-top: 24px;
}

#home_form_btn_text {
	float: right;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "gotham_medium" sans-serif;
}

#send_btn {
	float: right;
	width: 41px;
	height: 22px;
	background: url(../images/btn_send.jpg) no-repeat;
	margin-left: 25px;
	border: 0;
	cursor: pointer;
}

/* ----------------------- 
		  FOOTER		  
------------------------*/
#home_footer {
	position: relative;
	height: 395px;
	width: 100%;
	background-color: #000000;
}

#footer_logo_mobile {
	display: none;
}

#footer_logo_image {
	display: block;
	position: relative;
	margin: 0 auto;
}

#home_footer_copyright {
	color: #8d8d8d;
	text-transform: uppercase;
	font-size: 9px;
	margin-top: 40px;
	text-align: center;
	font-family: "gotham_book" sans-serif;
}


@media screen and (max-width: 1600px) {
	#home_slider_text {
		bottom: 30%;
		right: 12%;
	}

	#home_slider_text_title {
		width: 300px;
	}
}

@media screen and (max-width: 1250px) {
	#home_slider_text {
		bottom: 20%;
		right: 10%;
	}

	#home_slider_text_title {
		width: 200px;
		font-size: 30px;
	}

	#home_slider_text_text {
		width: 200px;
		font-size: 15px;
	}
}