﻿/* ************************************************************ */
/*   Design:	bauer.css										*/
/*   Author:	Thomas Panner									*/
/*   Web:		www.redklaxx.at									*/
/*   Date:		09.03.2015										*/
/* ************************************************************ */

/* ----- seiteneinstellung ----- */

#bauer {
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	line-height: 1.4em; 
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
/*	background-color: #dddada;
	background-image: url('../images/bg-body.jpg');
	background-attachment: fixed; */
}

body {
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px auto 0;
	overflow: scroll;
	overflow-x: hidden;
}

ul {
	padding: 0;
	color: #666666;
}

.clear {
	clear: both;
	margin: 0px;
}

.space {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0));
    padding-bottom: 2px;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.44), rgba(0,0,0,0));
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ----- text einstellungen ----- */

h1 {
	margin-top: 20px;
	color: #c1001f;
	font-family: 'EurostileBoldItalic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	text-align: left;
	text-transform: uppercase;
}

.content h1, .sidebar h1 {
	margin-left: 0px;
	margin-top: 10px;
}

h2 {
	margin-top: 20px;
	color: #c1001f;
	font-family: 'EurostileBoldItalic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	clear: both;
}

h3 {
	margin-top: 20px;
	color: #c1001f;
	font-family: 'EurostileBoldItalic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	clear: both;
}

h4 {
	margin-top: 20px;
	color: #666666;
	font-family: 'EurostileBoldItalic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	clear: both;
}

h5 {
	color: #c1001f;
	font-family: 'EurostileBoldItalic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	clear: both;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1001f;
}

p.bodytext, p.bodytext a, p.bodytext a:link, p.bodytext a:visited {
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 20px;
}

p.bodytext a:hover {
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: underline;
}

/* ----- container ----- */

.container_page {
	width: 100%;
	margin: 0px auto 0;
	z-index: 999;
	border: 0;
	background-color: #ffffff;
}

.container_wrapper {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	overflow: hidden;
	padding: 20px;
}


/* ----- content ----- */

.content {
	border: 0;
	z-index: 99;
	float: left;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
}

.col_content ul {
	padding: 0;
	color: #666666;
}

/* ----- sidebar ----- */

.sidebar {
	border: 0;
	z-index: 99;
	float: left;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
}

.col_sidebar {
	border: 0;
	z-index: 99;
	float: left;
	padding-bottom: 10px;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
}

/* ====================  inhaltselemente ==================== */

/* ----- gallery ----- */

.galerie {
	list-style: none;
	width: -moz-calc(100%);
	width: -webkit-calc(100%);
	width: calc(100%);
	clear: both;
	margin-bottom: 20px;
}
	
#gallery {
	list-style: none;
	overflow: hidden;
}

#gallery li {
	float: left;
}

#gallery li img {
	width: 150px;
	height: auto;
}

#gallery li a {
	display: block;
}

/* ----- infopage ----- */

.infopage {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

.infopage_left {
	width: -moz-calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	padding: 0px;
	float: left;
	padding-right: 10px;
}

.infopage_right {
	width: 300px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}

/* ----- infobox ----- */

.infobox {
	width: -moz-calc(100%);
	width: -webkit-calc(100%);
	width: calc(100%);
	border: 1px solid #cdcdcd;
	box-shadow: 1px 1px 1px #cdcdcd;
	list-style: none;
	clear: both;
	overflow: hidden;
	margin: 0px;
	margin-bottom: 20px;
}

.infobox_left {
	width: 260px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	vertical-align: top;
	padding: 5px;
	clear: both;
	overflow: hidden;
}

.infobox_image { 
	max-width: 250px;
	height: auto;
	clear: both;
}

.infobox_image img { 
	max-width: 250px;
	height: auto;
	clear: both;
	text-align: left;
}

.infobox_right {
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
	float: left;
}

.infobox_titel {
	padding: 0px;
	margin-top: 20px;
	color: #c1001f;
	font-family: 'EurostileBoldItalic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	text-align: left;
}

.infobox_text {
	padding: 0px;
	margin-top: 10px;
	list-style: none;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}

/* ----- termine: page ----- */

.terminpage {
	width: -moz-calc(100%);
	width: -webkit-calc(100%);
	width: calc(100%);
	margin: 0;
	border: 0;
	z-index: 99;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

.terminpage_wrapper {
	width: -moz-calc(100%);
	width: -webkit-calc(100%);
	width: calc(100%);
	margin: 0;
	border: 0;
	z-index: 99;
	float: left;
}

.terminpage_datum {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: center;
	float: left;
	vertical-align: top;
	border: 1px solid #666666;
}

.terminpage_uhrzeit {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: center;
	float: left;
	vertical-align: top;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.terminpage_event {
	float: left;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-indent: 0.6em;
}

.terminpage_ort {
	float: left;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 4px;
	vertical-align: top;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-indent: 0.6em;
}

.terminpage_event p.bodytext {
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ----- Kontakt ----- */

.kontaktformular {
	float: right;
	width: 500px;
	padding-left: 10px;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

.kontaktanschrift {
	float: left;
	width: 300px;
	text-align: left;
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

.kontaktanschrift a, .kontaktanschrift a:link, .kontaktanschrift a:visited{
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

.kontaktanschrift a:hover{
	color: #666666;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: underline;
}

.contact_form { 
	padding: 0;
	margin: 0px;
	width: 250px;
	text-indent: 0.5em;
	margin-top: -20px;
}

.contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

.contact_form form .input_field { 
	width: 200px; 
	padding: 5px; 
	border: 1px solid #f4f2ee;  
	background: #d9d4c7;
}

.contact_form form label { 
	display: block;
	font-family: 'OpenSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
}

.contact_form form textarea { 
	width: 250px; 
	height: 120px; 
	padding: 5px; 
	border: 1px solid #f4f2ee;  
	background: #d9d4c7;  
}

.contact_form form .submit_btn { 
	font-size: 13px; 
	border: 1px solid #f4f2ee;  
	background: #d9d4c7; 
}

/* ====================  media screen einstellungen ==================== */

/* ----- desktop <= 360px ----- */

@media screen and (max-width: 360px) {

	#bauer {
		background-color: #ffffff;
		background-image: none;
	}

	.container_page {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		min-height: 400px;
	}

	.container_wrapper {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		overflow: hidden;
	}

	#gallery {
		list-style: none;
		overflow: hidden;
	}
	
	#gallery li {
		float: left;
		padding-right: 3px;
		padding-bottom: 10px;
	}
	
	#gallery li img {
		width: 94%;
		height: auto;
	}
	
	#gallery li a {
		display: block;
	}

	.infobox {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	.slider_wrapper {
		max-width: 360px;
		width: 100%;
		min-height: 120px;
		clear: both;
		margin-bottom: 1px;
	}

	.slider_wrapper img {
		max-width: 360px;
		width: 100%;
		height: auto;
	}

	.terminpage {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.terminpage_wrapper {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

}

/* ----- desktop <= 640px ----- */

@media screen and (max-width: 639px) {

	.infobox_left, .infobox_right {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		float: none;
	}
	
	.infopage, .infopage_left, .infopage_right {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		float: none;
	}

	.infobox_right p.bodytext {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		margin: 10px;
	}

	hr {
		width: 92%;
		max-width: 600px;
		overflow: hidden;
	}

	h1, h2, h3, h4, h5 {
		width: 92%;
		max-width: 600px;
		overflow: hidden;
		padding-top: 4px;
	}

	h2 {
		margin-top: 0px;
	}

	p.bodytext {
		width: 92%;
		max-width: 600px;
		overflow: hidden;
	}

	.slider_wrapper {
		box-shadow: none;
	}

	.slider_wrapper img {
		max-width: 640px;
		width: 100%;
		height: auto;
	}
	
	.terminpage {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.terminpage_wrapper {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	.terminpage_datum, .terminpage_uhrzeit {
		width: 40%;
		max-width: 300px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		float: left;
		border: 0px;
		text-align: left;
		font-weight: bold;
		text-indent: 0.5em;
	}

	.terminpage_event, .terminpage_ort  {
		width: 100%;
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		border: 0px;
	}

	.kontaktanschrift {
		width: 92%;
		max-width: 600px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

	.kontaktformular {
		width: 92%;
		max-width: 600px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		clear: both;
		float: left;
	}

	.contact_form { 
		width: 92%;
		max-width: 600px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	
}

/* ----- desktop < 768px----- */

@media screen and (max-width: 767px) {

	.infobox_right p.bodytext {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		margin-right: 10px;
	}

}

/* ----- desktop > 360px and < 400px----- */

@media screen and (min-width: 360px) and (max-width: 399px) {

	.container_page {
		max-width: 340px;
		min-height: 400px;
	}

	.container_wrapper {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		overflow: hidden;
	}

	.infobox {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	#gallery li {
		padding-bottom: 10px;
		padding-right: 10px;
	}

}

/* ----- desktop > 400px and < 480px----- */

@media screen and (min-width: 400px) and (max-width: 479px) {

	.container_page {
		max-width: 380px;
		min-height: 400px;
	}

	.container_wrapper {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		overflow: hidden;
	}

	.infobox {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	.galerie {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
	}
		
	#gallery li img {
		width: 160px;
		height: auto;
	}
	
	#gallery li {
		padding-bottom: 15px;
		padding-right: 15px;
	}

}


/* ----- desktop > 480px and < 600px----- */

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

	.container_page {
		max-width: 460px;
		min-height: 400px;
	}

	.container_wrapper {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		overflow: hidden;
	}

	.infobox {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.galerie {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	#gallery li img {
		width: 200px;
		height: auto;
	}
	
	#gallery li {
		padding-bottom: 15px;
		padding-right: 15px;
	}

}

/* ----- desktop > 600px and < 640px----- */

@media screen and (min-width: 600px) and (max-width: 639px) {

	.container_page {
		max-width: 580px;
		min-height: 400px;
	}

	.container_wrapper {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		overflow: hidden;
	}

	.infobox {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.galerie {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	#gallery li img {
		width: 170px;
		height: auto;
	}
	
	#gallery li {
		padding-bottom: 15px;
		padding-right: 15px;
	}

	.terminpage_datum, .terminpage_uhrzeit {
		width: 100px;
	}

}

/* ----- desktop > 640px and < 768px----- */

@media screen and (min-width: 640px) and (max-width: 767px) {

	.container_page {
		max-width: 620px;
		min-height: 400px;
	}

	.infobox {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
	}

	.galerie {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
	}

	#gallery li img {
		width: 178px;
		height: auto;
	}
	
	#gallery li {
		padding-bottom: 15px;
		padding-right: 15px;
	}

	.terminpage_datum, .terminpage_uhrzeit {
		width: 90px;
	}

	.terminpage_event {
		width: 240px;
	}

	.terminpage_ort {
		width: 150px;
	}

}

/* ----- desktop > 768px and < 800px----- */

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

	.container_page {
		max-width: 740px;
		min-height: 400px;
	}

	.infobox_right p.bodytext {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
		margin-right: 10px;
	}

	.galerie {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
	}

	#gallery li img {
		width: 165px;
		height: auto;
	}
	
	#gallery li {
		padding-bottom: 15px;
		padding-right: 10px;
	}

	.terminpage_datum, .terminpage_uhrzeit {
		width: 100px;
	}

	.terminpage_event {
		width: 280px;
	}

	.terminpage_ort {
		width: 200px;
	}

}

/* ----- desktop > 800px and < 960px ----- */

@media screen and (min-width: 800px) and (max-width: 959px) {

	.container_page {
		max-width: 780px;
		min-height: 400px;
	}

	.galerie {
		width: -moz-calc(100%);
		width: -webkit-calc(100%);
		width: calc(100%);
	}

	#gallery li img {
		width: 170px;
		height: auto;
	}
	
	#gallery li {
		padding-bottom: 15px;
		padding-right: 15px;
	}

	.terminpage_datum, .terminpage_uhrzeit {
		width: 100px;
	}

	.terminpage_event {
		width: 300px;
	}

	.terminpage_ort {
		width: 230px;
	}

}

/* ----- desktop > 960px and < 1024px ----- */

@media screen and (min-width: 960px) and (max-width: 1023px) {

	.container_page {
		width: 920px;
		min-height: 400px;
	}

	#gallery li {
		padding-right: 11px;
		padding-bottom: 11px;
	}

	#gallery li img {
		width: 165px;
		height: auto;
	}
	
	.terminpage_datum, .terminpage_uhrzeit {
		width: 100px;
	}

	.terminpage_event {
		width: 460px;
	}

	.terminpage_ort {
		width: 200px;
	}

}

/* ----- desktop > 1024px and < 1280px ----- */

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	.container_page {
		max-width: 1000px;
		min-height: 400px;
	}

	#gallery li {
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.terminpage_datum, .terminpage_uhrzeit {
		width: 100px;
	}

	.terminpage_event {
		width: 500px;
	}

	.terminpage_ort {
		width: 250px;
	}

}



/* ----- desktop > 1280px ----- */

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

	.container_page {
		max-width: 1200px;
		min-height: 400px;
	}

	#gallery li {
		padding-right: 15px;
		padding-bottom: 15px;
	}

	.terminpage_datum, .terminpage_uhrzeit {
		width: 100px;
	}

	.terminpage_event {
		width: 600px;
	}

	.terminpage_ort {
		width: 340px;
	}

}


/* ----- schriftart einbetten ----- */

@font-face {
	font-family: 'OpenSans';
	src: 	url('../fonts/opensans.eot');
	src: 	url('../fonts/opensans.woff') format('woff'),
			url('../fonts/opensans.ttf') format('truetype'),
			url('../fonts/opensans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EurostileBoldItalic';
	src: 	url('../fonts/eurostile_bold_italic.eot');
	src: 	url('../fonts/eurostile_bold_italic.woff') format('woff'),
			url('../fonts/eurostile_bold_italic.ttf') format('truetype'),
			url('../fonts/eurostile_bold_italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EurostileLTStdBoldCn';
	src: 	url('../fonts/EurostileLTStdBoldCn.eot');
	src: 	url('../fonts/EurostileLTStdBoldCn.woff') format('woff'),
			url('../fonts/EurostileLTStdBoldCn.ttf') format('truetype'),
			url('../fonts/EurostileLTStdBoldCn.svg') format('svg');
}
