
@font-face {
	font-family: 'Comfortaa';
	src: url('../fonts/Comfortaa-Bold.eot');
	src: url('../fonts/Comfortaa-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Comfortaa-Bold.woff2') format('woff2'),
		url('../fonts/Comfortaa-Bold.woff') format('woff'),
		url('../fonts/Comfortaa-Bold.ttf') format('truetype'),
		url('../fonts/Comfortaa-Bold.svg#Comfortaa-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

body{
	font-family: 'Comfortaa';
}

.font-courier {
	font-family: 'Courier New', 'Comfortaa';
}

.helvetica {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 900;
}

.varovanie {
  position: fixed;
  width: 100%;
  background-color: #FF0;
  text-align: center;
  padding-top: 0.7em;
  color: #F00;
  z-index: 99999;
}

.no-margin {
	padding: 0 !important;
	margin: 0 !important;
}

h1,h2,h3,h4,h5, .navbar a {
	color: #13a89e;
}

section {
	background-image: url('../images/bg.jpg');
}

.navbar a {
	font-size: 20px;
}

.nav-item span {
	font-size: 14px;
	color: #000;
}

.logo-style {
	max-width: 350px;
	margin-left: 5px;
	margin-top: 50px;
}

.bg-about, .bg-world-form, .bg-machine, .bg-contact, .bg-quality {
	min-height: 150px;
	position: relative;
	border-bottom: 3px solid #13a89e; 
	}

	section {
	border-bottom: 3px solid #13a89e;
	padding-bottom: 35px;
	}

	.slogan {
		color: #13a89e;
		font-size: 25px;
	}

.navbar-default {
	background: transparent !important;
}

@media (min-width:768px) {
	.navbar-nav {
		margin-top: 90px;
		margin-left: 25px;
		border-radius: 0 !important;
	}

	.bg-about {
		background-image: url('../images/about-header.png');
		background-repeat: no-repeat;
		background-position: right;
	}

	.bg-machine {
		background-image: url('../images/world-form-header.png');
		background-repeat: no-repeat;
		background-position: right;
	}

	.bg-quality {
		background-image: url('../images/quality-header.png');
		background-repeat: no-repeat;
		background-position: right;
	}

	.bg-world-form {
		background-image: url('../images/machine-header.png');
		background-repeat: no-repeat;
		background-position: right;
	}
	

	.bg-contact {
		background-image: url('../images/contact-header.png');
		background-repeat: no-repeat;
		background-position: right;
	}

}

@media (max-width:767px) {

#zone-inline img {
	max-width: 100px;
}

.bg-about {
	background-image: none;

	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #13a89e !important;
	}

	.navbar-toggle {
		background-color: #13a89e !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #005454 !important;
	}
}

.padding-top {
	padding-top: 25px;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #005454;
    color: #fff;
}

.copyright  {
	padding-top: 5px;
}

.copyright a {
	color: #13a89e;
}

.margin-top {
	margin-top: 50px;
}

.error {
	color: red;
}

.img-inline {
  display: inline;
  margin: 0 5px;
  max-width: 180px;
}

#zone-inline {
	display: inline-block;
}

.img-size {
	max-width: 200px;
}

.active {
	background-color: #f9fbfb;
}


.language {
	position: absolute;
	top: 15px;
	left: 45%;
	z-index: 999;
}
.cursor_pointer {
	cursor: pointer;
}

.language input {
	    -webkit-appearance:none;
      -moz-appearance:none;
      appearance:none;
}

.slovakia-flag {
	background-image: url('../images/slovakia-flag.png');
	width:32px;
	height:32px;
}

.gb-flag {
	background-image: url('../images/gb-flag.png');
	width:32px;
	height:32px;
}

.de-flag {
	background-image: url('../images/germany-flag.png');
	width:32px;
	height:32px;
}

.lang_active {
  border-bottom: 3px solid #13a89e;
}

.separe_line {
	border: 1px solid #000;
}

.carousel-inner{
  width:100%;
  /*max-height: 500px !important;*/
}

.carousel-inner .item img {
    position:relative;
    top:50%;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}

.img_thumbs_project {
  max-width: 250px;
}

.pdf_thumbs {
  max-width: 25px;
}

.table-x-scroll {
    overflow-x: auto;
}

.fachpack {
	margin-left: 40px;
}