/* CSS Mini Reset */
/******************/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clear { clear:both; }
.nopadl { padding-left:0px !important;	}
.nopadr { padding-right:0px !important; }
.nopad {padding-left:0px !important; padding-right:0px !important; }
/* FONTS */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=4da68f0b-2f90-43de-867c-7f4af7c773ea");
@font-face{
	font-family:'ITC Eras W01 Light';
	src:url("fonts/4c230e2b-16f1-46a7-95c1-87e4ff2d8a71.eot?#iefix");
	src:url("fonts/4c230e2b-16f1-46a7-95c1-87e4ff2d8a71.eot?#iefix") format("eot"),
		url("fonts/4bbd420c-507f-4fff-abab-3e4b1df7df00.woff2") format("woff2"),
		url("fonts/00518ee5-35ec-4cfe-b01b-76b488ee4447.woff") format("woff"),
		url("fonts/b6f9fb4e-905e-4886-866a-476c07502dff.ttf") format("truetype"),
		url("fonts/7eb3d8a8-a72f-4b04-aa0a-45df8f79458e.svg#7eb3d8a8-a72f-4b04-aa0a-45df8f79458e") format("svg");
}

/* STYLES */
/**********/
body {
	-webkit-font-smoothing: antialiased;
	color:#000;
	position:relative;
	font-family:'ITC Eras W01 Light';
}
.big{
	text-transform:uppercase;
}

/* CONTENT */
#content{
	width:1400px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-bottom:40px;
}
#top_right{
	width:500px;
	float:right;
	margin-top:170px;
	font-size:14px;
	line-height:21px;
}
#logo{
	margin-left:50px;
	z-index:100;
	margin-top:-50px;
}
#top_img{
	z-index:10;
	margin-top:-100px;
	margin-left:200px;
	float:left;
	width: 650px;
	height: auto;
}
#text_top{
	width:400px;
	float:right;
	margin-right:100px;
	font-size:30px;
	line-height:40px;
	color:rgb(118,84,107);
}
#termin{
	width:400px;
	position:fixed;
	top:650px;
	left:0px;
	background:#000;
	color:#FFF;
	padding:15px 15px 15px 100px;
	font-size:20px;
	line-height:30px;
	z-index:100;
}
#termin strong{
	font-size:44px;
	margin-top:20px;
	margin-bottom:10px;
	display:block;
}
#top_text{
	width:100%;
	float:left;
	padding-left:33%;
	padding-right:33%;
	margin-top:40px;
	font-size:20px;
	line-height:30px;
	margin-bottom:40px;
}
#img_two{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:600px;
}
#text_bottom{
	font-size:20px;
	line-height:30px;
	margin-top:40px;
	width:100%;
	float:left;
	padding-left:25%;
	padding-right:25%;
	margin-bottom:40px;
	position:relative;
}
#text_bottom span{
	display:inline-block;
	width:250px;
}
#text_bottom li {
    list-style: inherit;
    text-indent: -15px;
    margin-left: 15px;
}
#text_bottom li::before {
    content: "-";
    margin-right: 7px;
}
#text_bottom strong{
	text-transform:uppercase;
}
h2{
	color:rgb(118,84,107);
	margin-bottom:40px;
	font-size:30px;
}
#left, #right{
	width:50%;
	float:left;
	position:relative;
}
#btm_img{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:700px;
	margin-top:40px;
}
#extra{
	position:absolute;
	left:100%;
	bottom:0px;
	width:250px;
	font-size:14px;
	line-height:15px;
}
#extra div{
	float:left;
}
#extra #first{
	width:10px;
}
#extra #last{
	width:calc(100% - 10px);
}
#fw{
	width:100%;
	float:left;
	margin-top:20px;
}
#btm_right{
	position:absolute;
	right:0px;
	bottom:0px;
 }
