@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,700&subset=latin,latin-ext);
@import url("reset.css");
@import url("form.css");
@import url("hlasky.css");
@import url("colorbox.css");
@import url("justifiedGallery.css");

@font-face
{
	font-family: 'FontAwesome';
	src: url('/font/awesome/fontawesome-webfont.eot');
	src: url('/font/awesome/fontawesome-webfont.eot') format('embedded-opentype'),
		url('/font/awesome/fontawesome-webfont.woff2') format('woff2'),
		url('/font/awesome/fontawesome-webfont.woff') format('woff'),
		url('/font/awesome/fontawesome-webfont.ttf') format('truetype'),
		url('/font/awesome/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100% !important;
	height: 100%;
	font-family: 'Roboto Slab', serif;
	background: #fbfbfb;
	color: #2d2d2d;
	font-size: 16px;
}

body {
	min-height: 100%;
	height: auto !important;
	position: relative;
	margin: 0 auto;
}

h1, h2, h2 a, h3, h4, h5, h6, .h1 {
	font-weight: normal;
	margin: 1em 0;
	text-transform: uppercase;
}

h1, .h1 {
	margin-top: 0;
	font-size: 2.375em;
	color: #e57309;
}

h2 {
	font-size: 2.125em;
}
	h2 a {
		color: #555555 !important;
	}

	h2 a:hover, h2 a:focus {
		text-decoration: none;
	}

h3 {
	font-size: 1.875em;
}

h4 {
	font-size: 1.625em;
}

h5 {
	font-size: 1.375em;
}

h6 {
	font-size: 1.125em;
}
h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
	color: #e57309;
}

p {
	font-size: 1.125em;
	position: relative;
	margin-bottom: 1em;
	line-height: 1.5em;
}

a:link, a:active, a:visited {
	color: #e57309;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #555555;
	text-decoration: none;
}

li {
	font-size: 1.125em;
	position: relative;
	padding-left: 32px;
	line-height: 1.5em;
}

li::before {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 13px;
	background: transparent url('../img/sprite.png') 0 -144px no-repeat;
	top: 0.4375em;
	left: 0;
}

blockquote {
	color: #fff;
	background: #e57309;
	padding: 1em;
	margin: 1em 0;
}

blockquote :last-child {
	margin-bottom: 0;
}

.hidden {
	display: none;
}

.embeddedContent {
	display: block;
	position: relative;
	width: 686px;
	height: 385px;
	margin: 0 auto;
}

a.decorationNone, a.decorationNone:hover, a.decorationNone:focus {
	color: #555555;
	text-decoration: none;
	cursor: default;
}

/* header ------------------------------------------------------------------------------------------------------------*/
.headerWrapper {
	display: block;
	height: 128px;
	position: relative;
	z-index: 101;
	border-bottom: 4px solid #e57309;
}

.header {
	display: block;
	width: 980px;
	height: 128px;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 325px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 44px;
}

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

.navigationBar {
	display: block;
	position: absolute;
	bottom: 24px;
	right: 0;
	width: 651px;
	z-index: 1;
}

	.navigationBar ul {
		display: block;
		margin: 0 auto;
		position: relative;
		text-align: right;
	}

	.navigationBar li {
		display: inline-block;
		position: relative;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.navigationBar li::before {
		content: none;
	}

	.navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		display: block;
		padding: 16px 0;
		margin-left: 1.2em;
		position: relative;
		text-decoration: none;
		color: #2d2d2d;
		line-height: 1em;
		border-bottom: 4px solid transparent;
	}

	.navigationBar li:hover a, .navigationBar a:focus, .navigationBar a.select {
		color: #e57309;
		border-bottom: 4px solid #e57309;
	}

	.navigationBar ul.smartBar {
		display: none;
		text-align: right;
	}
	
	.navigationBar ul.smartBar a {
		padding: 23px 16px 23px 16px;
		border: 0;
		margin-right: 0;
	}

	.navigationBar ul.smartBar a.menu, .navigationBar ul.smartBar a.menu:active,
	.navigationBar ul.smartBar a.menu:visited {
		padding-right: 50px;
	}

	.navigationBar a.menu::before {
		content: "";
		display: block;
		position: absolute;
		top: 25px;
		right: 14px;
		width: 22px;
		height: 14px;
		background: transparent url(../img/sprite.png) -144px -96px no-repeat;
	}

	.navigationBar .subnavigation a {
		padding-right: 1.25em;
	}

	.navigationBar .subnavigation a::before {
		position: absolute;
		display: block;
		width: 9px;
		height: 5px;
		right: 0.25em;
		top: 24px;
		content: "";
		background: transparent url(../img/sprite.png) -144px -144px no-repeat;
	}

	.navigationBar li .subnavigationList {
		display: none;
		position: absolute;
		background: #555555;
		width: 300px;
	}

	.navigationBar li:hover .subnavigationList {
		display: block;
	}

	.navigationBar li .subnavigationList a, .navigationBar li .subnavigationList a:active, .navigationBar li .subnavigationList a:visited {
		display: block;
		padding: .5em 1em;
		color: #fff;
		border: none;
	}

	.navigationBar li .subnavigationList a:hover, .navigationBar li .subnavigationList a:focus, 
	.navigationBar li .subnavigationList a.select {
		padding: .5em 1em;
		color: #fff;
		background: #e57309;
		border: none;
	}

	.navigationBar li .subnavigationList a::before {
		content: none;
	}

.bannerWrapper {
	position: relative;
	width: 100%;
	display: block;
	z-index: 1;
	height: auto;
	max-height: 471px;
	overflow: hidden;
}

	.bannerWrapper .banner {
		display: block;
		position: relative;
		width: 980px;
		margin: 0 auto;
		height: 0;
	}
	
	.bannerWrapper .sliderDescriptionWrapper {
		display: block;
		position: absolute;
		width: 490px;
		height: auto;
		top: 50%;
		left: 50%;
		margin-top: -64px;
		margin-left: -490px;
		color: #fff;
		
		-moz-text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
		-webkit-text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
		-o-text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
		text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
	}
	
	.bannerWrapper .sliderTitle {
		font-weight: bold;
		font-size: 2em;
		margin-bottom: 16px;
		line-height: 1.2em;
	}
	
	.bannerWrapper .sliderFileDescription {
		font-size: 1.25em;
	}

.breadcrumbNavigation {
	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: #505050;
}

	.breadcrumbNavigation a, .breadcrumbNavigation a:active, .breadcrumbNavigation a:visited {
		line-height: 1em;
		padding: 0.75em 0.5em;
		position: relative;
		display: inline-block;
		text-decoration: none;
		color: #505050;
	}

	.breadcrumbNavigation a:hover, .breadcrumbNavigation a:focus {
		color: #505050;
		text-decoration: underline;
	}

	.breadcrumbNavigation a.home {
		width: 20px;
		padding-left: 6px;
	}

	.breadcrumbNavigation a.home:hover, .breadcrumbNavigation a.home:focus {
		text-decoration: none;
		
	}

	.breadcrumbNavigation a.home::before {
		display: block;
		position: absolute;
		width: 20px;
		height: 17px;
		top: 0.75em;
		left: 6px;
		content: "";
		background: transparent url(../img/sprite.png) -48px -144px no-repeat;
	}

.languageBar {
	position: absolute;
	right: 0;
	top: 1em;
	text-transform: uppercase;
}
	
	.languageBar a.language {
		text-decoration: none;
		display: inline-block;
		width: 36px;
		height: 25px;
		margin-left: 1em;
	}
	
	.languageBar a.cs {
		background: transparent url(../img/sprite.png) 0 -240px no-repeat;
	}
	
	.languageBar a.en {
		background: transparent url(../img/sprite.png) -48px -240px no-repeat;
	}

	.languageBar a.nl {
		background: transparent url(../img/sprite.png) -96px -240px no-repeat;
	}
	.languageBar a.de {
		background: transparent url(../img/sprite.png) -144px -240px no-repeat;
	}
	.languageBar a.fr {
		background: transparent url(../img/sprite.png) -192px -240px no-repeat;
	}
	.languageBar a.ua {
		background: transparent url(../img/sprite.png) -240px -240px no-repeat;
	}

/* page --------------------------------------------------------------------------------------------------------------*/
.highlightWrapper {
	display: block;
	position: relative;
	background: #ebebeb;
}

.page {
	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 2em 0;
}
	
	.page a.icon {
		position: relative;
		display: inline-block;
		padding-left: 24px;
	}
	
	.page a.icon::before {
		content: "";
		display: block;
		position: absolute;
		top: 4px;
		left: 0;
		width: 19px;
		height: 19px;
	}
	
	.page .email::before {
		background: transparent url('../img/sprite.png') -144px 0 no-repeat;
	}
	
	.page .phoneNumber::before {
		background: transparent url('../img/sprite.png') -144px -48px no-repeat;
	}

.imageFloatRight {
	float: right;
	margin-left: 48px;
	margin-bottom: 48px;
	z-index: 100;
	position: relative;
}

.imageFloatLeft {
	float: left;
	margin-right: 48px;
	margin-bottom: 48px;
	z-index: 100;
	position: relative;
}

.imageBlock {
	width: 100%;
	height: auto;
	margin: 48px 0;
}

/* table -------------------------------------------------------------------------------------------------------------*/
.tableWithHeader tr {
	margin: 1px;
}

.tableWithHeader th {
	background: #e57309;
	color: #fff;
	font-weight: bold;
	padding: .5em;
	text-align: left;
	text-transform: uppercase;
}

.tableWithHeader td {
	background: #fff;
	padding: 0.5em;
}

.tableWithHeader tr:nth-child(2n) td {
	background: #ececec;
}

/* fakeTable ---------------------------------------------------------------------------------------------------------*/
.column2, .column3, .column4 {
	display: block;
	position: relative;
}

	.column2:after, .column3:after, .column4:after {
		clear: both;
	}
	.column2:before, .column2:after, .column3:before, .column3:after, .column4:before, .column4:after {
		content: "";
		display: block;
	}

	.column2 .column, .column3 .column, .column4 .column {
		padding: 0;
		position: relative;
		display: block;
		min-height: 1em;
		float: left;
	}
	
	.column2 .column {
		width: 474px;
	}
	
	.column2 .second {
		margin-left: 32px;
	}
	
	.column3 .column {
		width: 316px;
	}
	
	.column3 .second, .column3 .third {
		margin-left: 16px;
	}
	
	.column4 .column {
		width: 233px;
	}
	
	.column4 .second, .column4 .third, .column4 .fourth {
		margin-left: 16px;
	}
	
	.column2 h2, .column2 h3, .column2 h4, .column2 h5, .column2 h6,
	.column3 h2, .column3 h3, .column3 h4, .column3 h5, .column3 h6,
	.column4 h2, .column4 h3, .column4 h4, .column4 h5, .column4 h6 {
		margin-top: 0;
	}

/* googlemap in page -------------------------------------------------------------------------------------------------*/
.googlemapInPageWrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
}

	.googlemapInPageWrapper .mapInfoWindowWrapper {
		position: relative;
		margin: 1.5em 0 1.5em 1em;
	}

/* career ------------------------------------------------------------------------------------------------------------*/
.careerForm {
	display: block;
	position: relative;
	text-align: right;
	margin: 2em 0;
}

.careerFormContainer.show {
	display: block;
}

.buttonSendCV:link, .buttonSendCV:active, .buttonSendCV:visited {
	padding: 1em 2em;
	background: #e57309;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.buttonSendCV:hover, .buttonSendCV:focus {
	background: #4b4b4b;
}

.buttonSendCV.hide {
	display: none;
}

/* footer ------------------------------------------------------------------------------------------------------------*/
.footerWrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background: #4b4b4b;
}

	.footerWrapper a, .footerWrapper a:active, .footerWrapper a:visited {
		color: #fff;
	}

	.footerWrapper .copyright {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 23px 0;
		color: white;
		font-size: 1em;
	}

	.footerWrapper .mainBar {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 101;
	}
	
	.footerWrapper .mainBar li {
		display: inline-block;
		position: relative;
		padding: 0;
		font-size: 1em;
	}
	
	.footerWrapper .mainBar li::before {
		background: #fff;
		width: 2px;
		top: 27px;
		left: auto;
		right: -1px;
		height: 1em;
	}
	
	.footerWrapper .mainBar li:last-child::before {
		content: none;
	}
	
	.footerWrapper .mainBar a, .footerWrapper .mainBar a:active, .footerWrapper .mainBar a:visited {
		position: relative;
		display: block;
		padding: 23px 16px;
		text-decoration: none;
	}
	
	.footerWrapper .mainBar a:hover, .footerWrapper .mainBar a:focus {
		text-decoration: underline;
	}

.footer {
	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.footer {
		width: 768px;
	}
}

@media screen and (max-width: 799px) {
	.footer {
		width: 448px;
	}
}

@media screen and (max-width: 479px) {
	.footer {
		width: 304px;
	}
}

/* responzive layout -------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 992px) {
	.header, .page, .breadcrumbNavigation {
		width: 768px;
	}

	.headerWrapper, .header {
		height: 166px;
	}

	.navigationBar {
		right: auto;
		left: 0;
		width: 100%;
	}

	.navigationBar ul {
		text-align: left;
	}

	.navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		margin: 0 2em 0 0;
	}

	.logo {
		top: 1.5em;
	}

	.imageFloatRight {
		width: 40%;
		height: auto;
		margin-left: 32px;
		margin-bottom: 32px;
	}

	.imageFloatLeft {
		width: 40%;
		height: auto;
		margin-right: 32px;
		margin-bottom: 32px;
	}

	.imageBlock {
		margin: 32px 0;
	}
	
	.column2 .column {
		width: 376px;
	}
	
	.column2 .second {
		margin-left: 16px;
	}
	
	.column3 .column {
		width: 250px;
	}
	
	.column3 .second, .column3 .third {
		margin-left: 9px;
	}
	
	.column4 .column {
		width: 376px;
	}
	
	.column4 .third {
		margin-left: 0;
	}
	
	.column4 .second, .column4 .fourth {
		margin-left: 16px;
	}
	
	.embeddedContent {
		height: 432px;
	}
	
	.footerWrapper .mainBar {
		position: relative;
		text-align: center;
	}
	
	.footerWrapper .copyright {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 799px) {
	h1, .h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.75em;
	}
	
	h3 {
		font-size: 1.5em;
	}
	
	h4 {
		font-size: 1.25em;
	}
	
	h5 {
		font-size: 1.125em;
	}
	
	h6 {
		font-size: 1em;
	}
	
	p {
		font-size: 1em;
	}
	
	.logo {
		top: 1em;
	}
	
	.header, .page, .breadcrumbNavigation {
		width: 448px;
	}
	
	.bannerWrapper {
		display: none;
	}
	
	.headerWrapper, .header {
		height: 128px;
	}
	
	.navigationBar {
		bottom: 0;
	}
	
	.navigationBar ul {
		width: 448px;
	}
	
	.navigationBar ul.mainBar {
		display: none;
		background: #4b4b4b;
		width: 304px;
		padding: 0;
		margin-right: 0;
		top: 64px;
		position: absolute;
		right: 0;
	}
	
	.navigationBar ul.showMainBar {
		display: block;
	}
	
	.navigationBar ul.mainBar li {
		width: 304px;
		margin: 0 auto;
		display: block;
	}
	
	.navigationBar ul.mainBar a, .navigationBar ul.mainBar a:active, .navigationBar ul.mainBar a:visited {
		color: #fff;
		border-bottom: 0;
		padding: 1em;
		margin-right: 0;
	}
	
	.navigationBar ul.mainBar a::before {
		content: none;
	}
	
	.navigationBar ul.mainBar li:hover a {
		color: #fff;
	}
	
	.navigationBar ul.mainBar a:hover, .navigationBar ul.mainBar a:focus, .navigationBar ul.mainBar a.select {
		color: #fff;
		background: #e57309;
	}
	
	.navigationBar ul.mainBar li::before {
		content: none;
	}
	
	.navigationBar ul.smartBar {
		display: block;
	}
	
	.navigationBar li .subnavigationList {
		display: block;
		position: relative;
		margin-left: 1em;
		width: auto;
	}
	
	.navigationBar li .subnavigationList a, .navigationBar li .subnavigationList a:active, 
	.navigationBar li .subnavigationList a:visited, .navigationBar li .subnavigationList a:hover,
	.navigationBar li .subnavigationList a:focus, .navigationBar li .subnavigationList a.select {
		font-weight: normal;
		padding:  .5em 1em .5em 1.5em;
	}

	.imageFloatRight {
		width: 100%;
		margin: 32px 0;
	}

	.imageFloatLeft {
		width: 100%;
		margin: 32px 0;
	}
	
	.column2 .column, .column3 .column, .column4 .column {
		width: auto;
		float: none;
	}
	
	.column2 .second, 
	.column3 .second, .column3 .third, 
	.column4 .second, .column4 .third, .column4 .fourth {
		margin-left: 0;
	}
	
	.column2 .imageBlock, .column2 .imageFloatLeft, .column2 .imageFloatRight,
	.column3 .imageBlock, .column3 .imageFloatLeft, .column3 .imageFloatRight,
	.column4 .imageBlock, .column4 .imageFloatLeft, .column4 .imageFloatRight {
		margin-top: 0;
	}
	
	.embeddedContent {
		width: 448px;
		height: 252px;
	}
	
	.tableWithHeader th, .tableWithHeader td {
		padding: .5em;
	}
	.languageBar {
		top: 80px;
		right: auto;
		left: 0;
	}
}

@media screen and (max-width: 459px) {
	.header, .page, .breadcrumbNavigation {
		width: 304px;
	}
	
	.headerWrapper, .header {
		height: 175px;
	}
	
	.logo {
		width: 304px;
		height: 37px;
	}
	
	.languageBar {
		top: 80px;
		right: auto;
		left: 0;
	}
	
	.languageBar a.language {
		margin-left: 0;
		margin-right: 1em;
	}
	
	.navigationBar .smartBar {
		width: 304px;
		padding-left: 0;
	}

	.imageFloatRight {
		margin: 16px 0;
	}

	.imageFloatLeft {
		margin: 16px 0;
	}

	.imageBlock {
		margin: 16px 0;
	}
	
	.embeddedContent {
		width: 304px;
		height: 171px;
	}
}
#souhlas_block {
	display: none;
	font-size: 14px;
	line-height: 170%;
}
.view_souhlas {
	cursor: pointer;
	text-decoration: underline;
	color: #e57309;
}