@charset "utf-8";
html {
	font-size: 16px;
}

html,
body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
button,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-family: "dinprobold", Arial, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
}

ul,
li {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events:none;
}
img { content: normal !important; }

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #414040;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}






