@charset "UTF-8";
/* CSS Document */

html {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	/*line-height:25px;*/
	font-weight:300;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#e5e5e5;
	color:#333;
}

* {
	box-sizing:border-box;
	outline:none;
}

#header {
	display: block;
	position:fixed;
	z-index: 10;
	left:0px;
	top:0px;
	width:100%;
	height:140px;
	padding:35px 40px;
	background: rgb(255,170,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,170,0,1) 0%, rgba(255,110,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,170,0,1) 0%,rgba(255,110,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,170,0,1) 0%,rgba(255,110,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff6e00',GradientType=0 );	
	border-bottom: 1px solid #fff;
}

#header.snap {
	height:60px;
	padding:15px 40px;
}

#mob_menu_btn {
	display: none;
}

#logo_uma, #logo_ebm, #lng_sel {
	position: absolute;
	text-decoration: none;
	outline: none;
}

#logo_uma {
	left:40px;
	top:35px;
	width:70px;
	height:70px;
}

#logo_ebm {
	left:50%;
	top:45px;
	width:290px;
	height:50px;
	margin-left:-145px;
}

#logo_uma.snap, #logo_ebm.snap {
	top:15px;
}

#logo_uma.snap img, #logo_ebm.snap img {
	height:30px;
}

#logo_ebm.snap {
	margin-left:-85px;	
}


#lng_sel {
	right:40px;
	bottom:35px;
}

#lng_sel.snap {
	bottom:15px;
}

#lng_sel a {
	color:#fff;
	text-decoration: none;
	font-size: 14px;
	padding-right:30px;
	line-height:15px;
	font-weight: 400;
}

#lng_sel a:hover {
	text-decoration: underline;
}

.flag:after {
	position:absolute;
	right:0px;
	bottom: 0px;
	width:21px;
	height:15px;
	content: "";
	background: url(../media/graphics/ebm_graphics.png) no-repeat -20px -20px;
}

.flag.de:after {
	background-position: -60px -20px;
}

#nav {
	position:fixed;
	top:140px;
	background-color:#780000;
	opacity: 0.8;
	width:100%;
	height:60px;
	text-align: center;
	z-index: 10;
}

#nav.snap {
	top:60px;
	height:40px;
	opacity: 1;
}

#nav a {
	font-weight: 300;
	font-size:16px;
	padding:0px 20px;
	line-height: 60px;
	text-decoration: none;
	color:#fff;
}

#nav a:hover, #nav a.act {
	color:#ffaa00;
}

#nav.snap a {
	line-height: 40px;
}

#nav_mob {
	display:none;
}


#language_info {
	width:100%;
	padding:0px 20px;
	margin-top:-30px;
}

#language_info p {
	position:relative;
	padding-left:30px;
	line-height:25px;
	color:#ffaa00;
}

#language_info p:after {
	position:absolute;
	left:0px;
	top:5px;
	bottom: 0px;
	width:15px;
	height:15px;
	content: "";
	background: url(../media/graphics/ebm_graphics.png) no-repeat -20px -20px;
	border-radius: 10px;
	overflow: hidden;
}

#jssor_1 {
	top:140px;
}

/*	*	*	*	*	*	*	*	ANIMATION */

.anim {
	-webkit-transition: all 0.5s ease;	
	-moz-transition: all 0.5s ease;	
	-o-transition: all 0.5s ease;	
	transition: all 0.5s ease;	
}






/*	*	*	*	*	*	*	*	*	*	*	SLIDER	*/


		
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	width: 24px;
	height: 24px;
	overflow: hidden;
	cursor: pointer;
	border:1px solid #fff;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.8);
}
.jssorb05 div { background-color:#fff; opacity:0.8; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-color:#ffaa00; opacity:1; }
.jssorb05 .av { background-color:#ffaa00; opacity:1; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-color:#ffaa00; }

.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('../media/graphics/a22.png') center center no-repeat;
	overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }
.jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
.jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }



/*	*	*	*	*	*	*	*	*	*	*	SLIDERCAPTIONS	*/

.slide_sticker {
	background-color:#ffaa00;
	padding:10px;
	max-width: 320px;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.8);
	position:absolute;
	top:100px;
	left:80px;
	display:inline-block;
	color:#fff;
	opacity:0.95;
}

.slide_sticker h1 {
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	color:#fff;
}

.slide_sticker p {
	font-size:14px;
	line-height: 20px;
	margin-bottom:10px;
	color:#fff;
}

.slide_sticker p:last-child {
	margin-bottom: 0px;
}


/*	*	*	*	*	*	CONTENT */

#cont {
	position:relative;
	width:960px;
	background-color:#fff;
	padding:40px 0 60px 0;
	margin:140px auto 0px auto;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5)
}

#cont.no_slider {
	margin-top:200px;
}

.col_1_3, .col_2_3 {
	display: table-cell;
	vertical-align: top;
}

.col_2_3 {
	width:640px;
}

.col_1_3 {
	width:320px;
}

section {
	padding:0px 20px;
	margin-bottom:40px;
}

.col_1_3.snap {
	position:fixed;
	bottom:100px;
}

/*	*	*	*	*	*	FOOTER */

#footer {
	width:960px;
	background-color:#4C4C4C;
	padding:0px 0px 70px 0px;
	margin:0px auto;
}

#footer section {
	display:inline-block;
	width:320px;
	margin:0px;
	vertical-align: top;
	text-align: center;
}

#footer section.copyright {
	display:block;
	width:100%;
	font-size:12px;
	text-align: center;
	color:#aaa;
}

#footer section.copyright a {
	font-weight: 400;
}

#footer p {
	color:#ccc;
}

#footer section.copyright p  {
	color: #aaa;
}

#footer section.copyright span {
	color:#ccc;
	margin-left:30px;
	margin-right:5px;
}

#footer section.copyright span:first-of-type {
	margin-left:0px;
}


#footer a {
	font-weight:700;
	text-decoration: none;
	color:#ffaa00;
}

.soc_media_link {
	width:40px;
	height:40px;
	text-decoration: none;
	outline:none;
	position: relative;
	display: inline-block;
	margin:0px 20px 0px 0;
}

.soc_media_link:last-of-type {
	margin-right:0px;
}

.soc_media_link:after {
	content: "";
	position:absolute;
	width:40px;
	height:40px;
	left:0;
	top:0;
	background-image:url(../media/graphics/ebm_graphics.png);
	background-repeat: no-repeat;
}

.soc_media_link.fb:after {
	background-position: -100px -20px;
}

.soc_media_link.twitter:after {
	background-position: -150px -20px;
}

.soc_media_link.linkedin:after {
	background-position: -200px -20px;
}

.soc_media_link.fb:hover:after {
	background-position: -100px -60px;
}

.soc_media_link.twitter:hover:after {
	background-position: -150px -60px;
}

.soc_media_link.linkedin:hover:after {
	background-position: -200px -60px;
}




/*	*	*	*	*	*	TEXT */

h1 {
	font-size:40px;
	font-weight:300;
	color:#780000;
	margin:10px 0px;
}

h1:first-child {
	margin-top:0px;
}

h2 {
	font-size:20px;
	line-height:26px;
	font-weight:400;
	margin:40px 0px 10px 0px;
	color:#333;
}


h3 {
	font-size:20px;
	color:#ffaa00;
	font-weight:400;
	line-height:25px;
}

h4 {
	font-size:16px;
	color:#4c4c4c;
	font-weight:700;
	line-height:20px;
}

h1 + h2 {
	margin-top:0px;
}

h3 + h4  {
	margin-top:0px;
	margin-bottom:10px;
}

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size:16px;
	line-height:25px;
	font-weight:300px;
	color:#333;
}

#cont a {
	font-weight:700;
	text-decoration: none;
	color:#780000;
}

#cont a:hover {
	text-decoration: underline;
}

p.quote {
	font-style: italic;
}

p.quote:before, p.quote:after {
	content:"\"";
}

p.intro {
	/*font-weight:700;*/
}

.bold {
	font-weight: 400;
}

img.fit {
	width:100%;
}

.img_caption {
	position: relative;
	font-size:14px;
	margin-top: 10px;
	height:40px;
}

.img_caption span.left {
	position: absolute;
	left:0px;
}

.img_caption span.right {
	position: absolute;
	right:0px;
}

#cont a.btn, input[type=submit] {
	width:100%;
	display:block;
	height:30px;
	background: rgb(255,170,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,170,0,1) 0%, rgba(255,110,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,170,0,1) 0%,rgba(255,110,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,170,0,1) 0%,rgba(255,110,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff6e00',GradientType=0 );	
	color:#fff;
	font-size:14px;
	line-height: 30px;
	font-weight: 400 !important;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 15px;	
	position: relative;
	cursor: pointer;
}

#cont a.btn:hover, input[type="submit"]:hover {
	color:#ffaa00;
	background: rgb(154,64,64);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(154,64,64,1) 0%, rgba(120,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(154,64,64,1) 0%,rgba(120,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(154,64,64,1) 0%,rgba(120,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a4040', endColorstr='#780000',GradientType=0 );
}

#cont a.btn.inline {
	width:auto;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	margin-right:20px;
}

ul.dot_list {
	list-style: none;
	margin:0px;
	padding:0px;
}

ul.dot_list li {
	line-height:25px;
	background: url(../media/graphics/ul_li_disc.png) no-repeat left 4px;
    padding-left: 20px;
	margin-bottom:10px;
}

ul.link_list {
	margin-bottom:40px;
}

ul.link_list span {
	margin-left:20px;
}

span.highlight {
	line-height: inherit;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	display: inline-block;
	color:#fff;
	border-radius: 2px;
	margin-right:10px;
	vertical-align: middle;
}

span.highlight.orange {
	background-color:#ffaa00;
}

span.highlight.red {
	background-color: #aa0000;
}

.std_tbl {
	padding:0px;
	margin:20px 0px 40px 0px;
	border-collapse: collapse;
	border: none;
	width:100%;
	table-layout:auto;
	font-size:16px;
	text-align: left;
	border-spacing: 0;
}

.std_tbl tr th, .std_tbl tr td {
	padding:10px 10px;
	border:1px solid #ccc;
}

.std_tbl tr th {
	background-color:#eee;
}

.std_tbl tr td.resume {
	background:#eee;
	font-weight:700;
}

.std_tbl tr td.hide {
	border:none;
}

.std_tbl tr td.cell_has_link {
	background-color:#fff;
	color:#333;
	padding:0px;
}

.std_tbl tr td.cell_has_link a {
	color:inherit !important;
	font-weight: 400 !important;
	display:block;
	padding:5px 10px;
}

.std_tbl tr td.cell_has_link a:hover {
	/*background-color:#eee;*/
	color:#fff;
}

.std_tbl tr td.cell_has_link:hover {
	background-color:#eee;
}

.inline_tbl {
	margin:20px 0px;
	padding:0px;
}

.inline_tbl tr td {
	padding:5px 10px;
	vertical-align: top;
	line-height: 25px;
}

.inline_tbl tr td:first-child {
	padding-left:0px;
}

.inline_tbl tr td a {
	display:block;
	/*line-height:25px;*/
}

a.jump_link {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}


.img_thumbs {
	width: 100%;
	margin:40px 0px;
}

.vcard {
	width:200px;
	margin:20px 0px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 50px;
	text-align: center;
}



.img_thumb {
	width:100px;
	height:100px;
	border-radius:50px;
	overflow: hidden;
	margin:0px 0px 10px 0px;
	border:2px solid #eee;
}

.img_thumb.inline {
	width:70px;
	height:70px;
	display:inline-block;
	margin:0px 20px 0px 0px;
	vertical-align: middle;
}

.vcard:hover {
	color:#ffaa00 !important;
	text-decoration: none !important;
}

.vcard:hover .img_thumb {
	border:2px solid #ffaa00;
}

.img_thumb img {
	width: 100%;
	height:100%;
}

.thumb_caption {
	font-weight:400;
	font-size: 14px;
	text-align: center;
}

.thumb_caption.inline {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.thumb_caption.inline h3, .thumb_caption.inline h4 {
	margin:0px 0px;
}


.img_thumb_holder {
	width:275px;
	margin:0px 0px 0px 20px;
	display: inline-block;
	vertical-align: top;
}

.img_thumb_holder:nth-of-type(2n+1) {
	margin-left:0px;
}


.img_thumb_holder h4 {
	font-size:16px;
	font-weight: 400;
	color:#ffaa00;
	line-height:25px;
	margin: 0px 0px 10px 0px;
}

.img_thumb_holder img {
	width:100%;
	margin:0px 0px 10px 0px;
}

.img_thumb_holder p {
	margin:0px 0px 20px 0px;
}

.logo_thumb_holder {
	width:95px;
	display:inline-block;
	padding:0px;
	margin:0px 20px 20px 0px;
	overflow: hidden;
	position: relative;
	cursor:pointer;
	text-decoration: none;
}

.logo_thumb_holder:hover {
	text-decoration: none;
}



.logo_thumb_holder span.caption {
	font-size: 14px;
	font-weight:400;
	line-height:28px;
	background:#ffaa00;
	color:#000;
	display:block;
	text-align: center;
	padding:0px;
	margin:0px;
}

.logo_thumb_holder:hover span.caption {
	background:#ffaa00;
	color:#000;
}

.logo_thumb_holder img {
	width:100%;
	border:1px solid #ccc;
	border-size:0px 1px 1px 1px;
}

.icon {
	position:relative;
	margin-left:20px;
	width:30px;
	height:25px;
	display:inline-block;
	vertical-align: middle;
}

.icon:after {
	content: "";
	position:absolute;
	left:0px;
	top:0px;
	height:25px;
	background:url(../media/graphics/ebm_graphics.png) no-repeat;
}

.icon.phone {
	width:25px;
	top:2px;
}

.icon.website:after {background-position: -100px -170px; width:22px;}
.icon.map:after {background-position: -150px -170px; width:13px;}
.icon.phone:after {background-position: -190px -170px; width:16px;}

/*	*	*	*	*	*	*	*	MISC WIDGETS */

ul.news_list {
	display:table;
	list-style: none;
	padding:0px;
}

ul.news_list li {
	display: table-row;
}

ul.news_list .date, ul.news_list .title  {
	display:table-cell;
	padding:5px 0px;
}

ul.news_list .date{
	font-weight: 400;
	padding-right:10px;
}

#reviews_holder {
	position:relative;
	width:280px;
}

#reviews_holder ul {
	width:100%;
	padding:0px 20px;
}

.reviews_ctrl {
	position: relative;
	display: inline-block !important;
	width:30px  !important;
	height:30px;
	background-color:#ffaa00;
	border-radius: 2px;
	text-decoration: none;
	margin-right: 10px;
}

.reviews_ctrl:hover {
	background-color:#780000;
}

.reviews_ctrl:after {
	position: absolute;
	font-family: "Courier New", Courier, monospace;
	font-weight:100;
	font-size: 150%;
	top: 0%;
	left:10px;
}

.reviews_ctrl.prev:after {
	content: "\02039";
}

.reviews_ctrl.next:after {
	content: "\0203A";
	left:5px;
}


hr { 
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-width: 0px;
	background-color:#e5e5e5;
	height:1px;
}

.google_map {
	margin:40px 0px;
}


.news_full {
	margin:0px;
	padding:0px;
	border:none;
}

.news_full td img.thumb {
	max-width:100px;
	float: left;
	margin-right:20px;
	border: 1px solid #ccc;
}
.news_full td {
	vertical-align: top;
	padding:10px 10px 10px 0px;
}

.news_full td h2, .news_full td p {
	margin:0px 0px 10px 0px;
	padding:0px;
}

.news_full td h2 {
	font-size:18px;
	color:#780000;
}



#btm_line {
	position:fixed;
	bottom:0px;
	width:100%;
	height:5px;
	background-color:#FF6E00;
	z-index: 21;
}

#contact_popup {
	position:fixed;
	z-index:20;
	width:320px;
	left:50%;
	margin-left:-160px;
	bottom:-345px;
	-webkit-transition: all 1s ease;	
	-moz-transition: all 1s ease;	
	-o-transition: all 1s ease;	
	transition: all 1s ease;
}

#contact_popup.hidden {
	left:-320px;	
}

#contact_popup.act {
	bottom:0px;
}

#contact_tab {
	height:40px;
	width:220px;
	margin-left:50px;
	background: rgb(255,170,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,170,0,1) 0%, rgba(255,110,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,170,0,1) 0%,rgba(255,110,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,170,0,1) 0%,rgba(255,110,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff6e00',GradientType=0 );
	text-align: center;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

#contact_tab a {
	position: relative;
	color:#fff;
	font-weight: 400;
	font-size:18px;
	line-height:40px;
	text-decoration: none;
	margin-left:-30px;
}

#contact_tab a:after {
	position:absolute;
	content:"";
	width:20px;
	height:10px;
	margin-left:10px;
	top:5px;
	background:url(../media/graphics/ebm_graphics.png) no-repeat -20px -130px;
}

#contact_popup.act a:after {
	background-position:-60px -130px;
}

.contact_form {
	background-color:#ff6e00;
	width:100%;
	padding:20px;
	height:350px;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	position: relative;
}

.contact_form.page {
	background:#eee;
	box-shadow: none;
	height:auto;
}

.contact_form input, .contact_form textarea {
	width:100%;
	height:30px;
	margin:0 0 20px 0;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	padding-left:5px;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #fff;
}

.contact_form input:focus, .contact_form textarea:focus {
	background-color:rgba(255,255,255,1);
}

.contact_form input.err, .contact_form textarea.err {
	border-color:#780000;
}

.contact_form textarea {
	height:120px;
	padding:10px;
	resize: none;
}

.contact_form.page input, .contact_form.page textarea, .contact_form.page input[type=submit] {
	border:1px solid #bbb;
}

.contact_form.page input[type=submit] {
	width:auto;
	padding:0px 20px;
	border:none;
}


label input {
	display: none;/* <-- hide the default checkbox */
}
label span.box {/* <-- style the artificial checkbox */
	height: 20px;
	width: 20px;
	background:#fff;
	display: inline-block;
	position: relative;
	margin-right:10px;
}

label span.lbl {
	display: inline-block;
	width:250px;
	color:#fff;
}

label span {
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 20px;
}

[type=checkbox]:checked + span.box:before {/* <-- style its checked state..with a ticked icon */
	content: '\2715';
	position: absolute;
	top: 0px;
	left: 5px;
	font-family: Arial, sans-serif;
	color:#ff6e00;
}

.contact_form.page label span.lbl {
	color:inherit;
}

.contact_form input[type=submit] {
	border:1px solid #fff;
} 

.contact_form [type=checkbox]:checked + span.box:before {
	color:inherit;
}

::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}

/*	*	*	*	COLORS */

.red {
	color:#780000;
}


/*	*	*	*	MISC POPUPS */

.progress_info {
	position:absolute;
	width:32px;
	height:32px;
	left:50%;
	top:50%;
	margin-left:-16px;
	margin-top:-16px;
	background-color:#4c4c4c;
	background-image:url(../media/graphics/loading_orange.gif);
	background-repeat: no-repeat;
	box-sizing:border-box;
	display:none;
}

/*	*	*	*	*	*	*	*	YOUTUBE EMBED */

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*	*	*	*	*	*	*	*	ANIMATIONS GENERAK */

#cont a.btn, a, .soc_media_link,input[type=submit] {
	-webkit-transition: all 0.3s ease;	
	-moz-transition: all 0.3s ease;	
	-o-transition: all 0.3s ease;	
	transition: all 0.3s ease;
}


/*	*	*	*	*	*	*	*	TABLET */

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

/*	*	*	*	*	*	*	*	MOBILE */

@media screen and (max-width: 959px) {
	.mob_hide {
		display:none;
	}
	
	#header {
		height:60px;
		padding: 15px 10px;
	}
	
	#mob_menu_btn {
		position:absolute;
		display:block;
		right:10px;
		top:20px;
		width:25px;
		height:20px;
		background:url(../media/graphics/ebm_graphics.png) no-repeat -180px -130px;
	}
	
	#mob_menu_btn.act {
		background:url(../media/graphics/ebm_graphics.png) no-repeat -230px -130px;
	}
	
	#logo_uma, #logo_uma.snap {
		left:10px;
		margin-left:0px;
		top:15px;
		width:auto;
	}
	
	#logo_ebm, #logo_ebm.snap {
		left:50%;
		margin-left:-87px;
		top:15px;
		width:auto;
	}
		
	#logo_uma img, #logo_ebm img {
		height:30px;
	}
	
	#lng_sel {
		display:none;
	}
	
	#nav {
		display:none;
	}
	
	#nav_mob {
		display:block;
		position:fixed;
		height:100%;
		width:75%;
		right:-75%;
		background-color:#780000;
		top:60px;
		z-index: 9;
		padding:0px 0px 20px 0px;
		-webkit-transition: all 1s ease;	
		-moz-transition: all 1s ease;	
		-o-transition: all 1s ease;	
		transition: all 1s ease;
		
		
	}
	
	#nav_mob.act {
		right:0px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
	}
	
	#nav_mob a {
		position: relative;
		display:block;
		line-height: 35px;
		height:35px;
		color:#fff;
		text-decoration: none;
		font-weight:300;
		border-bottom:1px solid #933333;
		padding-left:20px;
	}
	
	#nav_mob a.act {
		color:#ffaa00;
	}

	
	#nav_mob a.flag {
		padding-left:50px;
	}
	
	
	#nav_mob a.flag:after {
		position:absolute;
		left:20px;
		top:10px;
		bottom: 0px;
		width:21px;
		height:15px;
		content: "";
		background: url(../media/graphics/ebm_graphics.png) no-repeat -20px -20px;
	}
	
	#nav_mob a.flag.de:after {
		background-position: -60px -20px;
	}
	
	#jssor_1 {
		top:60px;
	}
	
	.jssora22l, .jssora22r, .jssorb05, #slide_nav {
		display:none;
	}
	
	.slide_sticker {
		display:none;
	}
	
	#cont, #cont.no_slider {
		margin-top:60px;
		width:100%;
		overflow:hidden;
	}
	
	.col_2_3, .col_1_3 {
		display: block;
		width: 100%;
	}
	
	section {
		padding:0px 10px;
	}
	
	section img {
		max-width:100%;
	}
	
	.alt_bg_orange {
		padding-top:20px;
		padding-bottom:20px;
		background-color:#ffaa00;
	}
	
	.alt_bg_orange p {
		color:#fff;
	}
	
	#contact_popup {
		bottom:-295px;
	}
	
	#contact_tab {
		height:30px;
	}
	
	#contact_tab a {
		font-size:16px;
		line-height:30px;
	}

	#contact_form {
		height:300px;
	}
		
	#contact_form textarea {
		height:75px;
	}
	
	h1 {
		font-size:30px;
	}
	
	h2 {
		font-size: 18px;
		line-height:24px;
	}
	
	.news_full td h2, .news_full td p {
		margin-bottom:5px;
	}
	
	.img_thumb.inline, .thumb_caption.inline {
		display:table-cell;
		border-collapse: collapse;
		padding:0px;
		margin:0px;
	}
	
	.img_thumb.inline {
		border-radius: 35px;
		margin:0px;
		padding:0px;
		position: relative;
	}
	
	.img_thumb.inline img {
		max-width: none;
		position:absolute;
		top:0px;
		height:100%;

	}
	
	.thumb_caption.inline {
		padding-left:10px;
	}
	
	
	.thumb_caption.inline h3, .thumb_caption.inline h4 {
		font-size:16px;
		line-height:20px;
	}
	
	.inline_tbl tr td {
		/*vertical-align: middle;*/
	}
	
	.img_thumb_holder {
		width:100%;
		margin-left:0px;
	}
	
	#footer {
		width:100%;
	}
	
	.btn.inline, .btn {
		display:block !important;
		margin-right:0px!important;
	}
	
	.btn.reviews_ctrl {
		display:inline-block !important;
		margin-right:20px !important;
	}
}









