html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: "Titillium Web Black";
    src: url(../fonts/TitilliumWeb-Black.ttf);
}
@font-face {
    font-family: "Titillium Web Bold";
    src: url(../fonts/TitilliumWeb-Bold.ttf);
}
@font-face {
    font-family: "Titillium Web Italic";
    src: url(../fonts/TitilliumWeb-Italic.ttf);
}
@font-face {
    font-family: "Titillium Web Regular";
    src: url(../fonts/TitilliumWeb-Regular.ttf);
}
@font-face {
    font-family: "Titillium Web Light";
    src: url(../fonts/TitilliumWeb-Light.ttf);
}
@font-face {
    font-family: "Titillium Web SemiBold";
    src: url(../fonts/TitilliumWeb-SemiBold.ttf);
}
@font-face {
    font-family: "Titillium Web SemiBold Italic";
    src: url(../fonts/TitilliumWeb-SemiBoldItalic.ttf);
}

body { 
	min-width:320px;
}
#menu_area {
	width:100%;
	height:79px;
	min-width:320px;
	background-color:#2a2a2a;
	border-bottom:1px solid #ffffff;
}
#menu {
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#menu ul {
}
#menu li {
	float:left;
}
#menu li img {
	margin:21px 170px 0px 0px;
}
#menu a.menu {
	display:block;
	font-family:"Titillium Web Regular";
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	padding:32px 12px;
}
#menu a:hover {
	cursor:pointer;
}
#menu a.menu:hover {
	background-color:#f47c2a;
}
#menu a.on {
	background-color:#f47c2a;
}

#mobil_menu {
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0px auto;
	display:none;
}
#mobil_menu .flex {
	width:100%;
	display:inline-flex;
}
#mobil_menu .logo {
	width:calc(100% - 65px);
	padding:20px 10px;
	box-sizing:border-box;
}
#mobil_menu .button {
	width:40px;
	margin-right:25px;
	padding:21px 0px;
	box-sizing:border-box;
}
#mobil_menu .button_style {
	width:100%;
	height:8px;
	background-color:#808080;
	border-radius:10px;
}
#mobil_menu .button:hover .button_style {
	background-color:#f47c2a;
	cursor:pointer;
}
#mobil_menu .button_top {
}
#mobil_menu .button_middle {
	margin-top:6px;
}
#mobil_menu .button_bottom {
	margin-top:6px;
}
#mobil_menus {
	display:none;
	width:100%;
	max-width:300px;
	position: absolute;
	right: 0px;
	z-index: 1;
}
#mobil_menus a {
	display:inline-block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	background-color:#909090;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	color:#f0f0f0;
	font-family:"Titillium Web Regular";
	font-size:16px;
}
#mobil_menus a:hover {
	background-color:#f47c2a;
}

#footer_area {
	width:100%;
	min-width:320px;
	background:url(../image/global/Background-footer.png);
}
#footer {
	width:100%;
	max-width:1200px;
	margin:0px auto;
	text-align:center;
	padding-bottom:50px;
}
#footer h1 {
	padding-top:30px;
	font-family:"Titillium Web Regular";
	font-size:36px;
	color:#ffffff;
	text-transform:uppercase;
}
#footer h2 {
	margin:20px auto;
	font-family:"Titillium Web Light";
	font-size:20px;
	color:#ffffff;
	background-color:#f47c2a;
	padding:8px 30px 9px;
	border-radius:30px;
	line-height:25px;
	width:100%;
	max-width:690px;
	box-sizing:border-box;
}
#footer .contacts {
	display:inline-flex;
	width:100%;
	max-width:730px;
	margin:20px auto;
	font-family:"Titillium Web Light";
	font-size:18px;
	color:#ffffff;
	flex-wrap:wrap;
}
#footer .contacts .email {
	width:33.333%;
	height:30px;
	text-align:left;
	box-sizing:border-box;
}
#footer .contacts .phone {
	width:33.334%;
	text-align:center;
	box-sizing:border-box;
}
#footer .contacts .address {
	width:33.333%;
	text-align:right;
	box-sizing:border-box;
}
#footer .contacts a {
	color:#ffffff;
	text-decoration:none;
}
#footer .contacts a:hover {
	color:#f47c2a;
}
#footer .contacts img {
	vertical-align:middle;
	margin-right:10px;
}
#footer h3 {
	margin:20px auto 30px;
	font-family:"Titillium Web Light";
	font-size:18px;
	color:#f47c2a;
	line-height:25px;
	width:100%;
	max-width:690px;
}
#footer img.social {
	margin:0px 5px;
}

@media screen and (max-width: 1280px) {
#menu {
	display:none;
}
#mobil_menu {
	display:block;
}
#mobil_menu .logo {
	padding:20px;
}
#footer {
	padding-bottom:20px;
}
#footer .contacts {
	margin:0px auto;
}
#footer .contacts .email, #footer .contacts .phone, #footer .contacts .address {
	width:100%;
	text-align:center;
	margin:10px 0px;
}
#footer h1 {
    padding-top:20px;
}
#footer h2 {
	width:calc(100% - 40px);
}
#footer h3 {
	margin:0px auto 10px;
	width:calc(100% - 20px);
}