* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	outline: none;
}
body {
	width: 100%;
	font-size: 1em;
	line-height: 1.4;
	background: #ffffff;
}
html,
button,
input,
select,
textarea {
	color: #333333;
}
a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #ba3232;
	text-decoration: none;
}
span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
::-moz-selection {
	background: #e0e0e0;
	text-shadow: none;
}
::selection {
	background: #e0e0e0;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}

/* ==========================================================================
   Main Layout (Mobile View)
   ========================================================================== */

body {
	min-width: 320px;
	font: 16px/26px 'Open Sans', sans-serif;
}
.wrapper {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}
.container {
	min-height: 100%;
	margin-bottom: -50px;
}
.header {
	height: 50px;
	background: #ba3232;
	margin: 0 0 80px 0;
}
.logo {
	position: relative;
	top: 75px;
	display: block;
	width: 290px;
	height: 46px;
	background: url('../logo_500.png') no-repeat 0 0;
	-webkit-background-size: 100% !important;
	-moz-background-size: 100% !important;
	background-size: 100% !important;
}
.logo:hover {
	opacity: 0.5;
}
/*.slogan {
	position: relative;
	top: 70px;
}*/
.lang {
	list-style: none;
	position: absolute;
	right: 12px;
	top: 0;
	z-index: 2;
	margin: 10px 0;
	padding: 0;
}
.lang li {
	float: left;
}
.lang a:before {
	content: attr(data-title);
}
.lang a {
	display: block;
	margin: 0 5px;
	padding: 2px 5px;
	font-size: 0.9em;
	color: #ffffff;
	border-bottom: 3px solid transparent;
}
.lang a:hover {
	border-bottom: 3px solid #ffffff;
}
.lang a.current {
	border-bottom: 3px solid #333333;
}
.lang a span {
	display: none;
}
.search {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	padding: 10px 100px 10px 10px;
}
.search input[type="search"] {
	width: 100%;
	height: 30px;
	padding: 5px 45px 5px 15px;
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font: 0.8em 'Open Sans';
}
.search input[type="submit"] {
	position: absolute;
	right: 100px;
	top: 10px;
	width: 40px;
	height: 30px;
	padding: 0;
	border: none;
	background: url('../img/search.png') no-repeat 50% 50%;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	text-indent: -9999px;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.search input[type="submit"]:hover {
	opacity: 1.0;
}
.nav {
	list-style: none;
	padding: 0;
	margin: 15px -15px 30px -15px;
	background: #2c4245;
}
.nav li a {
	display: block;
	padding: 6px 12px;
	margin: 0;
	background: #636363;
	border-bottom: 1px solid #f4f4f4;
	color: #ffffff;
	text-transform: uppercase;
}
.nav li a:hover,
.nav li a.parent:hover,
.nav li:hover a.parent {
	background-color: #2c4245;
}
.nav li a.parent {
	background: #636363 url('../img/arrow_down.png') no-repeat 100% 50%;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	background-size: 35px 35px;
}
.nav li:hover > a {
	background-color: transparent;
}
.subnav {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.subnav li a {
	background: #959595;
}
.nav li:hover .subnav a:hover {
	background: #ba3232;
}
.path {
	display: none;
}
.content h1 {
	padding: 0 25px;
	margin: 15px -15px;
	background: url('../img/arrow_right.png') no-repeat 0 50%;
	-webkit-background-size: 14px 29px;
	-moz-background-size: 14px 29px;
	background-size: 14px 29px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -2px;
	color: #636363;
}
.item {
	padding: 30px 0;
}
.item h2 {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	line-height: 1em;
}
.item h3 {
	font-size: 1em;
	line-height: 1em;
	color: #666666;
}
.item .cover {
	display: block;
	margin: 0 0 15px 0;
}
.item .cover img {
	width: 100%;
	box-shadow: 0 2px 4px #cccccc;
}
.item table {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
.item table th,
.item table td {
	padding: 4px 2px;
	text-align: left;
	vertical-align: top;
}
.item table spacer {
	width: 10px;
}
.item .buy {
	display: block;
	padding: 8px 15px;
	background: #ba3232;
	border: 1px solid #992929;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.item .buy:hover {
	background: #333333;
	border-color: #000000;
}
.load_more {
	display: block;
	position: relative;
	top: 20px;
	margin: 20px auto 70px auto;
	padding: 5px 15px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ececec;
	font-size: 0.9em;
	color: #636363;
	text-align: center;
}
.load_more:hover {
	color: #000000;
	border-color: #cccccc;
}
.sidebar {
	margin-bottom: 0;
}
.sidebar h2,
.sidebar h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.footer {
	height: 50px;
	margin: 50px 0 0 0;
	padding: 12px 0 0 0;
	background: #ba3232;
	font-size: 0.8em;
	color: #ffffff;
}
.err_404 h1 {
	margin-top: 30px;
}
.err_404 .text {
	padding: 20px 0 50px 0;
}

@media only screen and (min-width: 480px) {

/* ====================
	INTERMEDIATE
   ==================== */

	.item .cover img {
		float: left;
		width: 175px;
		margin: 0 20px 0 0;
	}
	.item table {
		width: 55%;
		margin: 0 0 40px 0;
	}
	.item .buy {
		display: inline-block;
		width: 120px;
	}
	.load_more {
		width: 200px;
	}
}

@media only screen and (min-width: 768px) {

/* ====================
	Small Desktop Layout
   ==================== */

	/* sticky footer */
	html, body {
		height: 100%;
	}
	.container {
		min-height: 100%;
	}
	.container:before { /* Opera and IE8 "redraw" bug fix */
		content: "";
		float: left;
		height: 100%;
		margin-top: -9999px;
	}
	.container > .wrapper:last-child {
		padding-bottom: 50px; /* padding-bottom equals height of .footer */
	}
	.footer {
		height: 50px;
		margin: -50px 0 0 0; /* negative margin-top equals height of .footer */
	}
	/* /sticky footer */
	body {
		background: #f0f0f0;
	}
	.wrapper {
		padding: 0 25px;
	}
	.fr {
		float: right;
	}
	/*.header {
		height: auto;
		margin: 0;
		background: none;
	}*/
	.header {
		height: 40px;
		background: #333333;
		margin-bottom: 70px;
	}
	.logo {
		top: 20px;
		z-index: 3;
		float: left;
		width: 220px;
		height: 35px;
		margin: 40px 0 20px 30px;
		background: url('../logo_500.png') no-repeat 0 0;
	}
	.lang {
		position: static;
		float: right;
		margin: 8px 0 0 0;
	}
	.lang li {
		float: left;
	}
	.lang a {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.lang a:before {
		display: none;
	}
	.lang a:hover {
		border-bottom: none;
	}
	.lang a span {
		display: block;
		padding: 2px 6px;
		margin: 0 5px;
		font-size: 0.8em;
		line-height: 1.6em;
		color: #cccccc;
		-wekit-border-radius: 11px;
		-moz-border-radius: 11px;
		border-radius: 11px;
	}
	.lang a:hover span {
		color: #ba3232;
		background: #ffffff;
	}
	.lang a.current {
		border: none;
	}
	.lang a.current span {
		color: #ffffff;
		border-bottom: 1px solid #ba3232;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.lang a.current:hover span {
		background: none;
	}
	.search {
		position: relative;
		float: left;
		width: 250px;
		padding: 0;
		margin: 6px 20px 0 0;
	}
	.search input[type="search"] {
		height: 24px;
		background: #f3f3f3;
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
	.search input[type="search"]:focus {
		background: #ffffff;
	}
	.search input[type="submit"] {
		right: 0;
		top: -1px;
	}
	.main {
		margin: 0 0 20px 0;
		background: #ffffff;
		border-top: 5px solid #ba3232;
		-webkit-box-shadow: 0 2px 3px #cccccc;
		-moz-box-shadow: 0 2px 3px #cccccc;
		box-shadow: 0 2px 3px #cccccc;
	}
	.nav {
		position: relative;
		z-index: 2;
		top: -50px;
		margin: 0;
		background: none;
		text-align: right;
	}
	.nav li {
		display: inline-block;
	}
	.nav li a,
	.nav li a.parent {
		padding: 0 0 15px 0;
		margin: 0 10px;
		border: none;
		background: transparent no-repeat 50% 100%;
		font-size: 0.8em;
		font-weight: bold;
		line-height: 1.2em;
		color: #636363;
	}
	.nav li a span {
		display: block;
		padding: 5px;
		border-bottom: 3px solid transparent;
	}
	.nav li a.current {
		color: #000000;
	}
	.nav li a.current span {
		border-color: #ba3232;
	}
	.nav li a:hover span {
		border-color: #2c4245;
	}
	.nav li:hover a.parent {
		background: transparent url('../img/arrow_up.png') no-repeat 50% 100%;
	}
	.subnav {
		position: absolute;
		left: 0;
		top: 45px;
		width: 100%;
		background: #ba3232;
		text-align: center;
	}
	.subnav li a {
		padding: 3px 8px;
		margin: 10px 8px;
		background: transparent;
		color: #ffffff;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
	}
	.subnav li a:hover {
		color: #000000;
		background: #ffffff !important;
	}
	.main_container {
		position: relative;
		margin: -45px 0 0 0;
		padding: 0 30px;
		background: url('../img/bg_cont_165.png') repeat-y 100% 0;
	}
	.content {
		/*float: left;
		width: 75%;*/
		padding: 0 185px 0 0;
	}
	.path {
		display: block;
		position: relative;
		z-index: 1;
		top: -45px;
		padding: 5px 30px;
		background: #ffffff;
		border-bottom: 1px solid #e9e9e9;
		font-size: 0.7em;
		color: #999999;
	}
	.path > * {
		padding: 4px;
	}
	.path a {
		color: #333333;
	}
	.path a:hover {
		color: #959595;
	}
	.content h1 {
		padding: 0;
		margin: 23px 0 0 0;
		background: none;
		font-size: 1.3em;
		color: #636363;
		text-transform: uppercase;
	}
	.item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 300px;
		padding: 20px;
		margin: 20px 20px 0 0;
		background: #f6f6f6;
		border: 1px solid #e9e9e9;
	}
	.item h2 {
		font-size: 0.9em;
	}
	.item h3 {
		font-size: 0.8em;
	}
	.item .cover img {
		width: 120px;
	}
	.item table {
		width: auto;
		margin: 0;
		font-size: 0.7em;
	}
	.item .buy {
		padding: 3px 15px;
		margin: 20px 0 0 0;
		font-size: 0.9em;
	}
	.sidebar {
		position: absolute;
		right: 25px;
		top: 0;
		width: 165px;
		padding: 0;
		margin: 20px 0 0 0;
	}
	.sidebar li {
		display: block;
	}
	.sidebar li a {
		display: block;
		padding: 4px 12px;
		margin: 0 0 1px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-transform: none;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	.sidebar li a.parent:hover {
		color: #000000;
	}
	.sidebar li h2 {
		margin: 8px 0 0 0;
		font-size: 0.8em;
		line-height: 1.2em;
		font-weight: bold;
	}
	.sidebar li h3 {
		font-size: 0.7em;
		line-height: 1.2em;
	}
	.sidebar .subnav {
		display: block !important;
		position: static;
		background: none;
		text-align: left;
	}
	.sidebar .subnav li a {
		padding: 5px 12px 5px 30px;
		color: #333333;
	}
	.sidebar .subnav li a:hover {
		background: transparent !important;
		color: #cccccc;
	}
	.footer {
		padding: 0;
		background: transparent;
		font-size: 0.7em;
		color: #999999;
	}
	.footer .wrapper {
		padding: 0 40px;
	}
	.err_404 .main {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.err_404 .main_container {
		background: none;
	}
	.err_404 .logo {
		width: 150px;
		height: 24px;
		margin: 50px 0 0 30px;
	}
	.err_404 .content h1 {
		font-size: 2em;
		padding: 0 0 35px 0;
		margin: 100px 0 30px 0;
		border-bottom: 1px solid #dddddd;
	}
	.err_404 .text {
		font-size: 0.8em;
		padding: 0 0 50px 0;
	}
}

@media only screen and (min-width: 900px) {

/* ====================
	Large Desktop Layout
   ==================== */

	.lang {
		margin-right: 10px;
	}
	.search {
		width: 270px;
		margin-right: 30px;
	}
	.nav li a,
	.nav li a.parent {
		margin: 0 15px;
	}
	.subnav li a {
		margin: 10px 13px;
	}
	.main_container {
		background: url('../img/bg_cont_195.png') repeat-y 100% 0;
	}
	.content {
		padding-right: 215px;
	}
	.item .cover {
		width: 190px;
		margin-right: 30px;
	}
	.sidebar {
		width: 195px;
	}
	.sidebar .subnav li a {
		margin: 0 0 1px 0;
	}
}   

@media only screen and (min-width: 1140px) {

/* ===============
	Maximal Width
   =============== */


}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

/* ===============
	High-Res Devices
   =============== */

	.logo {
		/*background: url('../img/logo_main@2x.png') no-repeat 0 0;*/
	}
	.search input[type="submit"] {
		background: url('../img/search@2x.png') no-repeat 50% 50%;
	}
	.nav li a.parent {
		background: #636363 url('../img/arrow_down@2x.png') no-repeat 100% 50%;
	}
	.content h1 {
		background: url('../img/arrow_right@2x.png') no-repeat 0 50%;
	}

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
