@font-face{
    font-family: SourceSansPro;
    src: url("../fonts/SourceSansPro-Light.otf");
}
@font-face {
	font-family: SourceSansPro;
	src: url("../fonts/SourceSansPro-Bold.otf");
	font-weight: bold;
}
@media (min-width: 1600px) {
	.one_mach {
		height: 405px !important;
	}
}
#body {
	font-family: SourceSansPro;
	margin: 0 auto;
	font-size: 20px;
	background-image: url("../img/bgrep.png");
}
.infobox {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e6e6e6;
	position: fixed;
	z-index: 9999 !important;
	background-color: white;
	display: none;
}
.main_container {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background-color: white;
	position: relative;
	min-height: 440px;
	overflow: hidden;
	top: 40px;
	z-index: 999 !important;
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 0px 8px #545454;
}
.header {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #e6e6e6;
}
.logobox {
	height: 100%;
}
.logo {
	width: 100%;
	height: 48%;
	position: relative;
	top: 35px;
	background-image: url("../img/ologo_m.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.menubox {
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 8px;
	z-index: 99999 !important;
	background-color: white;
}
.logobox2 {
	height: 100%;
	margin: 0;
	text-align: right !important;
	padding: 0;
	right: 25px;
}
#menu li {
	width: 20%;
	display: inline;
	padding-left: 0px;
	margin-right: 12px;
	padding-bottom: 5px;
}
#menu li:hover {
	width: 20%;
	display: inline;
	padding-left: 0px;
	border-bottom: 3px solid #5DBCD2;
	margin-right: 12px;
	padding-bottom: 5px;
}
#menu li.active {
	width: 20%;
	display: inline;
	padding-left: 0px;
	border-bottom: 3px solid #5DBCD2;
	margin-right: 12px;
	padding-bottom: 5px;
}
#menu {
	padding-top: 15px;
	padding-left: 0px;
	margin: 0 auto;
	display: block;
}
#menu li a {
	color: #4b4b4b;
	text-decoration: none;
	padding-bottom: 10px;
}
#menu li a:hover {
	color: #4b4b4b;
	text-decoration: none;
	padding-bottom: 10px;
	opacity: 0.6;
}
#menu li a:active {
	color: #4b4b4b;
	text-decoration: none;
	padding-bottom: 10px;
}
#menu li a:link {
	color: #4b4b4b;
	text-decoration: none;
	padding-bottom: 10px;
}
#menu li a:visited {
	color: #4b4b4b;
	text-decoration: none;
	padding-bottom: 10px;
}
.image_cover {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url("../img/cover2.jpg");
	background-size: cover;
}
.image_cover_cust {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url("../img/cover4.jpg");
	background-size: cover;
}
.image_cover_cont {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url("../img/cover5.jpg");
	background-size: cover;
}
.image_cover_work {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url("../img/cover6.jpg");
	background-size: cover;
}
.image_cover_about {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url("../img/cover7.jpg");
	background-size: cover;
}
.image_cover_prod {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url("../img/cover8.jpg");
	background-size: cover;
}
.img_textbox {
	position: relative;
	top: 35px;
	overflow: hidden;
}
.img_textbox_cust {
	position: absolute;
	top: 35px;
	right: 0px;
	overflow: hidden;
	text-align: right;
	visibility: hidden;
}
.image_cover h1 {
	font-size: 3em;
	font-family: SourceSansPro;
/*	background-color: rgba(75, 75, 75, 0.5); */
}
.image_cover_cust h1 {
	font-size: 3em;
	color: #dadada;
	font-family: SourceSansPro;
/*	background-color: rgba(75, 75, 75, 0.5); */
}
.main_text {
	padding: 15px;
	margin: 15px;
}
.main_text p {
	margin: 20px;
}
.main_text h2 {
	font-size: 2em;
	font-weight: bold;
}
.main_text a {
	color: black;
}
.main_text a:hover {
	color: black;
	opacity: 0.5;
	text-decoration: none;
}

.flags_box {
	width: 30%;
	height: 30px;
	position: absolute;
	top: 28px;
	text-align: right;
	right: 0px;
	margin: 0 auto;
}
.flag_cz {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url("../img/cz.svg");
	background-size: cover;
	margin: 0 auto;
}
.flag_cz:hover {
	opacity: 0.5;
}
.flag_en {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background-image: url("../img/uk.svg");
	background-size: cover;
	margin: 0 auto;
}
.flag_en:hover {
	opacity: 0.5;
}
.flag_jp {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url("../img/jp.svg");
	background-size: cover;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
}
.flag_jp:hover {
	opacity: 0.5;
}
.f_a_wrap {
	width: 40px;
	height: 30px;
	margin-right: 10px;
}
.f_a_wrap:hover {
	width: 40px;
	height: 30px;
	border-bottom: 3px solid #5DBCD2;
	margin-right: 10px;
}
.f_a_wrap.active {
	border-bottom: 3px solid #5DBCD2;
}
.center {
	text-align: center;
}
.well {
	overflow: hidden;
}
.workplace_nadpis {
	text-align: left;
}
.workplace_nadpis h3 {
	font-size: 3em;
	font-weight: bold;
}
.workplace_shortpopis {
	text-align: left;
}
.workplace_col {
	text-align: left;
}
.workplace_col h4 {
	font-size: 2em;
}
#workcol {
	padding-top: 10px;
}
.workform {
	padding-top: 20px;
}
.workform h4 {
	font-size: 2em;
	font-weight: bold;
}
.actform {
	padding-top: 10px;
}
hr.fancy-line { 
    border: 0; 
    height: 2px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 90%);

}
.footer {
	position: relative;
	top: 50px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}
.main_cust {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0;
}
.one_col {
	height: 100%;
}
.one_cust {
	height: 100px;
	margin-top: 5px;
	overflow: hidden;
	text-align: left;
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    cursor: pointer;
}
.one_cust:hover {
	opacity: 0.7;
}
.cust_logo {
	height: 80px;
	width: auto;
	position: relative;
	display: block;
	float: none;
	top: 10px;
}
.cust_name {
	position: relative;
	text-align: center;
	top: 30px;
	font-size: 25px;
	padding-left: 10px;
}
.main_cust a {
	color: #2b2b2b;
	text-decoration: none;
}
.main_cust a:active {
	color: #2b2b2b;
	text-decoration: none;
}
.main_cust a:link {
	color: #2b2b2b;
	text-decoration: none;
}
.main_cust a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.googlemap {
	width: 85%;
	max-height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cont_infobox {
	height: 250px;
	margin-top: 30px;
	text-align: left;
}
.cont_infobox h3 {
	margin: 10px;
	font-size: 30px;
	font-weight: bold;
}
.cont_infobox p {
	width: 100%;
	font-size: 20px;
	margin: 20px;
}
.cont_infobox h4 {
	font-weight: bold;
}
#content1, #content2 {
	text-align: left;
}
.to_right {
	text-align: right !important;
	right: 15px;
}
.products_img {
	background-image: url("../img/products.jpg");
	width: 100%;
	height: 536px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.one_mach {
	position: relative;
	top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 310px;
	text-align: center;
}
.one_mach h3 {
	font-weight: bold;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.one_mach:hover {
	opacity: 0.8;
}