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

html {
	width: 100% !important;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
	color: #555555;
	font-size: 16px;
}

body {
	min-height: 100%;
	height: auto !important;
	position: relative;
	margin: 0 auto;
	overflow-y: hidden;
}
body.no-overflow {
	overflow-y: auto;
}

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

h4, h5 {
	font-weight: normal;
}

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

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;
}

p {
	font-size: 1.125em;
	position: relative;
	margin-bottom: 1em;
	line-height: 1.5em;
}
	
	p.subtitle {
		font-size: 1.875em;
		color: #00bbd3;
		margin-top: -1.25em;
		text-transform: uppercase;
		margin-bottom: 16px;
	}

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

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

li {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.5em;
}

li::before {
	content: "";
	position: absolute;
	display: block;
	width: 0.5em;
	height: 0.5em;
	background: #00bbd3;
	top: 0.4375em;
	left: 0.375em;
	border-radius: 50%;
}

blockquote {
	color: #fff;
	background: #00bbd3;
	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;
}

.blueText {
	color: #00bbd3;
}

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

/* header ------------------------------------------------------------------------------------------------------------*/
.header {
	display: block;
	width: 980px;
	height: 126px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.logo {
	width: 297px;
	height: 86px;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
}

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

.navigationBar {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 663px;
	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 16px 20px 16px;
		position: relative;
		text-decoration: none;
		color: #00bbd3;
		line-height: 1em;
		font-size: 1.125em;
		border-bottom: 4px solid transparent;
	}

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

	.navigationBar ul.smartBar {
		display: none;
		text-align: right;
	}
	
	.navigationBar ul.smartBar a {
		color: #fff;
		padding: 23px 16px 23px 16px;
		border: 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 .menuQuickContact {
		width: 1em;
	}
	
	.navigationBar .menuQuickContact::before {
		content: "";
		display: block;
		position: absolute;
		top: 19px;
		left: 13px;
		width: 22px;
		height: 26px;
		background: transparent url(../img/sprite.png) 0 -240px 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: #00bbd3;
		border: none;
	}

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

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

	.bannerWrapper .banner {
		display: block;
		position: relative;
		width: 980px;
		margin: 0 auto;
		height: 0;
	}
	
	.bannerWrapper .banner a, .bannerWrapper .banner a:active, .bannerWrapper .banner a:visited {
		display: inline-block;
		position: absolute;
		background: #fff;
		padding: 1em;
		bottom: 48px;
		left: 0;
		text-transform: uppercase;
		color: #555555;
		font-size: 1.25em;
		text-decoration: none;
		
		/*
		-webkit-border-radius: .25em;
		-moz-border-radius: .25em;
		-o-border-radius: .25em;
		border-radius: .25em;*/
		
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
		-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
		-o-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
		box-shadow: 0 0 6px rgba(0, 0, 0, .29);
	}
	
	.bannerWrapper .banner a:hover, .bannerWrapper .banner a:focus {
		background: #555555;
		color: #fff;
	}

.breadcrumbNavigation {
	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 1.125em;
}

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

	.breadcrumbNavigation a:hover, .breadcrumbNavigation a:focus {
		color: #fff;
		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: 23px;
		left: 6px;
		content: "";
		background: transparent url(../img/sprite.png) -96px -96px no-repeat;
	}

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

.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') -96px -48px no-repeat;
	}
	
	.page .phoneNumber::before {
		background: transparent url('../img/sprite.png') -144px -48px no-repeat;
	}
	
.breakLine {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background: #ccc;
}

.contentBlock h2 {
	margin-top: 0;
}

.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;
}

ul.check li {
	padding-left: 48px;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

ul.check li::before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	width: 29px;
	height: 27px;
	border-radius: 0;
	background: transparent url('../img/sprite.png') -96px 0 no-repeat;
}

/* subnavigation in page ---------------------------------------------------------------------------------------------*/

.subnavigationInPage {
	display: block;
	position: relative;
	margin-bottom: 2em;
}

	.subnavigationInPage::after {
		content: '';
		display: block;
		clear: both;
	}

	.subnavigationInPage img {
		display: block;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 12px;
		left: 12px;
	}

	.subnavigationInPage a, .subnavigationInPage a:active, .subnavigationInPage a:visited {
		display: block;
		position: relative;
		float: left;
		background: #e6fafb;
		padding: 12px 12px 12px 64px;
		border: 1px solid #00bbd3;
		margin: 0 10px 10px 0;
		width: 110px;
		height: 40px;
	}

	.subnavigationInPage :nth-child(5n) {
		margin-right: 0;
	}

	.subnavigationInPage a:hover, .subnavigationInPage a:focus, .subnavigationInPage a.select {
		background: #00bbd3;
		color: #fff;
		text-decoration: none;
	}

/* catalog -----------------------------------------------------------------------------------------------------------*/
.catalogList {
	display: block;
	position: relative;
	margin-bottom: 2em;
}

	.catalogList::after {
		display: block;
		content: "";
		clear: both;
	}

	.catalogList .item {
		display: block;
		position: relative;
		width: 322px;
		height: 376px;
		float: left;
		border: 1px solid #555555;
		margin: 0 4px 4px 0;
	}

	.catalogList .item:hover {
		border-color: #00bbd3;
	}

	.catalogList .item:nth-child(3n) {
		margin-right: 0;
	}

	.catalogList .title {
		position: absolute;
		display: block;
		font-size: 1.125em;
		left: 16px;
		top: 16px;
		width: 290px;
		height: 54px;
		overflow: hidden;
		line-height: 1.5em;
	}

	.catalogList .note {
		position: absolute;
		display: block;
		left: 16px;
		bottom: 72px;
		width: 290px;
		height: 20px;
		overflow: hidden;
		line-height: 1.5em;
	}

	.catalogList .image {
		display: block;
		position: absolute;
		left: 16px;
		top: 86px;
		width: 290px;
		height: 196px;
		text-align: center;
	}

	.catalogList .image.czechProduct::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 25px;
		height: 25px;
		background: transparent url('../img/sprite.png') -192px -144px no-repeat;
	}

	.catalogList .image img {
		max-width: 100%;
		height: 100%;
	}

	.catalogList .buttonLink {
		bottom: 16px;
		left: 16px;
	}

a.buttonLink, a.buttonLink:active, a.buttonLink:visited {
	display: block;
	position: absolute;
	background: #555555;
	color: #fff;
	padding: 11px 56px 11px 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
	height: 1em;
	font-size: 1.125em;
}

a.buttonLink:hover, a.buttonLink:focus {
	background: #00bbd3;
}

a.buttonLink::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #00bbd3 url('../img/sprite.png') -192px -96px no-repeat;
}

a.buttonLink:hover::before, a.buttonLink:focus::before {
	background-color: #555555;
}

.productDetail {
	display: block;
	position: relative;
}

	.productDetail::after {
		content: "";
		display: block;
		position: relative;
		clear: both;
	}

	.productDetail .imageWrapper {
		display: block;
		position: relative;
		float: left;
		width: 580px;
	}

	.productDetail .image {
		display: block;
		position: relative;
		width: 580px;
		height: 384px;
		border-bottom: 1px solid #c2c2c2;
		text-align: center;
	}

	.productDetail .image img {
		height: 100%;
		max-width: 100%;
	}

	.productDetail .buttonLink {
		bottom: 0;
		right: 0;
	}

.productDescriptionWrapper {
	display: block;
	position: relative;
	width: 368px;
	margin-left: auto;
	min-height: 511px;
	padding-bottom: 56px;
}

	.productDescriptionWrapper table {
		border: 0;
		border-collapse: collapse;
		width: 100%;
	}

	.productDescriptionWrapper th {
		font-weight: bold;
	}

	.productDescriptionWrapper tr:first-child th, .productDescriptionWrapper tr:first-child td {
		border-top: 1px solid #c2c2c2;
	}

	.productDescriptionWrapper tr th, .productDescriptionWrapper tr td {
		padding: 0.25em 0;
		border-bottom: 1px solid #c2c2c2;
		margin: 0;
		width: 50%;
	}

.technicalInfo {
	display: block;
	position: relative;
	margin: 2em 0;
}

.technicalInfoBar a, .technicalInfoBar a:active, .technicalInfoBar a:visited {
	display: inline-block;
	position: relative;
	padding: 15px;
	margin-right: .5em;
	color: #fff;
	background: #555555;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 1.125em;
}

.technicalInfoBar a:hover, .technicalInfoBar a:focus, .technicalInfoBar a.select {
	background: #00bbd3;
}

.technicalInfoTab {
	display: none;
	position: relative;
	border: 1px solid #00bbd3;
	padding: 0;
}

	.technicalInfoTab.select {
		display: block;
	}

	.technicalInfoTab .subBar {
		background: #e6f9fb;
		border-top: 1px solid #00bbd3;
		padding: .5em 1em;
	}

	.technicalInfoTab .subBar.select {
		background: #fff;
	}

	.technicalInfoTab .subBar:first-child {
		border: 0;
	}

	.technicalInfoTab h2 {
		position: relative;
		margin: 16px 0;
		line-height: 44px;
		padding-right: 60px;
		cursor: pointer;
	}

	.technicalInfoTab .subBar.select h2 {
		margin-bottom: 24px;
	}

	.technicalInfoTab h2::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 44px;
		height: 44px;
		background: transparent url('../img/sprite.png') -240px -96px no-repeat;
	}

	.technicalInfoTab .subBar.select h2::before {
		background-position: -240px -144px;
	}

	.technicalInfoTab .subBar .subContent {
		display: none;
	}

	.technicalInfoTab .content {
		padding: 1em;
	}

	.technicalInfoTab .downloadLink {
		display: inline-block;
		position: relative;
		padding: .875em 0 .875em 4em;
		margin: 1em 0;
		line-height: 1.25em;
		text-transform: uppercase;
	}

	.technicalInfoTab .downloadLink::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 48px;
		height: 48px;
	}

	.technicalInfoTab .ai::before {
		background: transparent url('../img/sprite.png') -48px -240px no-repeat;
	}

	.technicalInfoTab .cdr::before {
		background: transparent url('../img/sprite.png') -96px -240px no-repeat;
	}

	.technicalInfoTab .pdf::before {
		background: transparent url('../img/sprite.png') -144px -240px no-repeat;
	}

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

.tableWithHeader th {
	background: #00bbd3;
	color: #fff;
	font-weight: bold;
	padding: 1em;
	text-align: center;
}

.tableWithHeader td {
	background: #fff;
	color: #555555;
	padding: 1em;
}

/* 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;
	}

/* quick contact -----------------------------------------------------------------------------------------------------*/
.quickBar {
	position: absolute;
	top: 20px;
	right: 230px;
	text-transform: uppercase;
}

	.quickBar a, .quickBar a:active, .quickBar a:visited {
		color: #555555;
		display: inline-block;
		line-height: 44px;
		text-decoration: none;
	}
	
	.quickBar a.email {
		margin-right:  80px;
	}
	
	.quickBar a.phoneNumber {
		margin-right: 16px;
	}

.search {
	position: absolute;
	top: 27px;
	right: 20px;
	height: 30px;
	width: 190px;
	border: 1px solid #00bbd4;
}
.search .input-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	width: calc('100% - 40px');
	border: 0;
	background: none;
}
.search .input-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 30px;
	padding: 0;
	border: 0;
	background: #00bbd4 url(/img/magnify.png) no-repeat center center;
}
/* pagination --------------------------------------------------------------------------------------------------------*/

.pagination {
	display: block;
	text-align: right;
	padding-top: 2em;
}

.pagination ul {
	display: inline-block;
	position: relative;
}

.pagination li {
	display: inline-block;
	position: relative;
	height: 2em;
	padding: 0;
	margin: 0 0.5em;
	color: #555555;
}

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

.pagination li.pageNumber {
	min-width: 2em;
	text-align: center;
}

.pagination a {
	line-height: 1em;
	display: inline-block;
	position: relative;
	padding: 0.5em;
}

.pagination .pageNumber a, .pagination .pageNumber a:active, .pagination .pageNumber a:visited {
	font-weight: bold;
	color: white;
	background: #00bbd3;
	min-width: 1em;
	text-align: center;
	text-decoration: none;
}

.pagination .pageNumber a:hover, .pagination .pageNumber a:focus, .pagination .pageNumber.selected a {
	color: white;
	background: #555555;
}

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

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

/* reference ---------------------------------------------------------------------------------------------------------*/
.fullWidthWrapper {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 2em;
	min-width: 304px;
}

	.fullWidthWrapper .referenceItem {
		display: inline-block;
		position: relative;
		width: 16.66%;
		height: auto;
		text-align: center;
	}

	.fullWidthWrapper .referenceItem img {
		width: 90%;
		height: 90%;
		margin: 5% 0;
		border: 0;
		text-decoration: none;
		vertical-align: middle;
	}
	
	.fullWidthWrapper .referenceItem:hover img, .fullWidthWrapper .referenceItem:focus img,
	.fullWidthWrapper .referenceItem.select img {
		width: 100%;
		height: 100%;
		margin: 0 0 -2px 0;
	}

	.referenceDetail {
		display: none;
		position: relative;
		background: #555555;
		color: #fff;
		margin: 1.5em -2em 0 -2em;
	}
	
	.referenceDetail .writter {
		display: none;
	}
	
	.referenceDetail .pointer {
		position: absolute;
		display: block;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #555555 rgba(0, 0, 0, 0);
		border-image: none;
		border-style: solid;
		border-width: 24px;
		top: -48px;
		left: -48px;
	}

	.referenceDetail .close {
		display: block;
		position: absolute;
		top: 2em;
		right: 2em;
		z-index: 3;
		width: 35px;
		height: 35px;
	}
	
	.referenceDetail .close::before {
		content: "";
		display: block;
		position: absolute;
		top: auto;
		right: auto;
		width: 35px;
		height: 35px;
		background: transparent url('../img/sprite.png') -144px 0 no-repeat;
	}

	.referenceDetail .referenceImage {
		display: block;
		background: #fff;
		text-align: center;
		padding: 77px 0;
	}
	
	.referenceDetail .referenceMoreImageWrapper {
		display: block;
		margin-top: 2em;
	}
	
	.referenceDetail .referenceMoreImageWrapper::after {
		content: "";
		display: block;
		position: relative;
		clear: both;
	}

	.referenceDetail .referenceMoreImageWrapper .referenceImage {
		display: block;
		width: 154px;
		height: auto;
		background: #fff;
		text-align: center;
		float: left;
		margin: 0 6px 6px 0;
		padding: 0;
	}
	
	.referenceDetail .referenceMoreImageWrapper .referenceImage:nth-child(3n) {
		margin-right: 0;
	}
	
	.referenceDetail .referenceMoreImageWrapper .referenceImage img {
		width: 100%;
		height: auto;
	}
	
	.referenceDetail h2 {
		font-size: 3em;
		border-bottom: 4px solid #00bbd3;
		margin-bottom: 16px;
	}
	
	
	
	.referenceDetail a.likeCupButton, .referenceDetail a.likeCupButton:active, .referenceDetail a.likeCupButton:visited {
		display: inline-block;
		color: #fff;
		background: #00bbd3;
		padding: 1em;
		left: 0;
		text-transform: uppercase;
		font-size: 1.25em;
		text-decoration: none;
		
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
		-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
		-o-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
		box-shadow: 0 0 6px rgba(0, 0, 0, .29);
	}
	
	.referenceDetail a.likeCupButton:hover, .referenceDetail a.likeCupButton:focus {
		color: #555555;
		background: #fff;
	}

.contactFormReference p.subtitle {
	margin-top: 0;
}

.contactFormReference .column2 {
	margin: 2em 0;
	display: none;
}

.contactFormReference .formButton {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .29);
	box-shadow: 0 0 6px rgba(0, 0, 0, .29);
}

.contactFormReference .formButton:hover, .contactFormReference .formButton:focus {
	background: #fff;
	color: #555555;
}

/* footer ------------------------------------------------------------------------------------------------------------*/
.footerWrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 32px;
	background: #3a3a3a;
}

	.footerWrapper a, .footerWrapper a:active, .footerWrapper a:visited {
		color: #fff;
	}
	
	.footerWrapper h2 {
		margin-top: 0;
		padding-top: 1em;
		margin-bottom: 20px;
		font-size: 28px;
	}
	
	.footerWrapper .otherActivities {
		display: block;
		position: relative;
		left: 0;
		width: 641px;
		float: left;
	}
	
	.footerWrapper .otherActivities::after {
		content: '';
		display: block;
		clear: both;
	}
	
	.footerWrapper .jiroutDesign {
		display: block;
		position: relative;
		width: 306px;
		height: 284px;
		padding: 0 17px 0 16px;
		margin-left: auto;
		margin-bottom: 16px;
	}
	
	.footerWrapper .otherActivities::before, .footerWrapper .jiroutDesign::before {
		background: #757575;
		position: absolute;
		display: block;
		width: 1px;
		height: 244px;
		content: '';
		top: 40px;
		right: 0;
	}

	.footerWrapper .copyright {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 23px 0;
		color: white;
		text-align: center;
		background: #00bbd3;
	}

.footer {
	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 18px;
	color: #fff;
}
	
	.footer::after {
		content: "";
		display: block;
		clear: both;
	}

.otherActivities a, .otherActivities a:active, .otherActivities a:visited {
	display: block;
	position: relative;
	float: left;
	width: 208px;
	line-height: 1em;
	height: 16px;
	padding: 15px 15px 15px 79px;
	border: 1px solid #fff;
	background: #2c2c2c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 16px 16px;
}

.jiroutDesign .jirout, .jiroutDesign .jirout:active, .jiroutDesign .jirout:visited {
	display: block;
	position: absolute;
	bottom: 0;
	width: 210px;
	line-height: 1em;
	height: 16px;
	padding: 15px 15px 15px 79px;
	border: 1px solid #fff;
	background: #2c2c2c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.otherActivities a:hover, .otherActivities a:focus, .jiroutDesign .jirout:hover, .jiroutDesign .jirout:focus {
	background: #fff;
	color: #2c2c2c;
}

.otherActivities a:nth-child(2n + 1) {
	margin-left: 0;
}

.otherActivities a::before, .jiroutDesign .jirout::before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 15px;
	width: 48px;
	height: 48px;
}

.otherActivities .candy::before {
	background: transparent url('../img/sprite.png') 0 0 no-repeat;
}

.otherActivities .tissue::before {
	background: transparent url('../img/sprite.png') 0 -48px no-repeat;
}

.otherActivities .textile::before {
	background: transparent url('../img/sprite.png') 0 -96px no-repeat;
}

.otherActivities .gift::before {
	background: transparent url('../img/sprite.png') 0 -144px no-repeat;
}

.otherActivities .diary::before {
	background: transparent url('../img/sprite.png') -48px 0 no-repeat;
}

.otherActivities .bus::before {
	background: transparent url('../img/sprite.png') -48px -48px no-repeat;
}

.otherActivities .snurky::before {
	background: transparent url('../img/sprite.png') -192px -240px no-repeat;
}

.jiroutDesign .jirout::before {
	background: transparent url('../img/sprite.png') -48px -96px no-repeat;
}

.jiroutDesign p {
	display: block;
	height: 110px;
	overflow: hidden;
}
.referencePage .tableWithHeader {
	display: none;
}
@media screen and (max-width: 992px) {
	.footer {
		width: 768px;
	}
	
	.footerWrapper .otherActivities {
		float: none;
		left: auto;
		margin: 0 auto;
	}
	
	.footerWrapper .otherActivities::before, .footerWrapper .jiroutDesign::before {
		content: none;
	}
	
	.footerWrapper .jiroutDesign {
		margin-right: auto;
		padding: 0;
		width: 100%;
		height: auto;
	}
	
	.jiroutDesign p {
		height: auto;
	}
	
	.jiroutDesign .jirout {
		position: relative;
		bottom: auto;
		margin: 0 auto;
	}
	
	.footerWrapper h2, .footerWrapper p {
		text-align: center;
	}
}

@media screen and (max-width: 799px) {
	.footer {
		width: 448px;
	}
	
	.footerWrapper .otherActivities {
		width: auto;
	}
	
	.footerWrapper .otherActivities div {
		width: 304px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	
	.otherActivities a, .otherActivities a:active, .otherActivities a:visited, 
	.otherActivities a:hover, .otherActivities a:focus {
		margin-left: 0;
		float: none;
	}
	
	.jiroutDesign .jirout, .jiroutDesign .jirout:active, .jiroutDesign .jirout:visited,
	.jiroutDesign .jirout:hover, .jiroutDesign .jirout:focus {
		width: 208px;
	}
}

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

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

@media screen and (max-width: 1648px) {
	.fullWidthWrapper .referenceItem {
		width: 20%;
	}
}

@media screen and (max-width: 1348px) {
	.fullWidthWrapper .referenceItem {
		width: 25%;
	}
}

@media screen and (max-width: 1189px) and (min-width: 993px) {
	.referenceDetail .close {
		position: relative;
		padding: 32px 0 32px 945px;
		margin: 0 auto;
		right: auto;
		top: auto;
	}
	
	.referencePage {
		padding-top: 0;
	}
}

@media screen and (max-width: 992px) {
	.header, .page, .breadcrumbNavigation {
		width: 768px;
	}
	
	.header {
		height: 184px;
	}
	
	.navigationBar {
		right: auto;
		left: 0;
		width: 100%;
	}
	
	.navigationBar ul {
		text-align: left;
	}
	
	.quickBar {
		width: 297px;
		text-align: right;
		right: 0;
	}
	.quickBar a.email {
		margin: 0 20px 0 0;
	}
	.quickBar a.phoneNumber {
		margin: 0;
	}
	.search {
		top: 80px;
		right: 0;
		width: 250px;
	}
	
	.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;
	}
	
	.contactFormWithBusinessCard .column2 .column {
		float: none;
		width: 474px;
		margin: 0 auto;
	}
	
	.contactFormWithBusinessCard .column2 .second {
		margin-top: 2em;
	}
	
	.contactFormWithBusinessCard h2, .contactFormWithBusinessCard p {
		text-align: center;
	}
	
	.fullWidthWrapper .referenceItem {
		width: 33.33%;
	}
	
	.referenceDetail .referenceImage {
		padding: 28px 0;
	}
	
	.referenceDetail .referenceMoreImageWrapper .referenceImage {
		width: 120px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
	.referenceDetail h2 {
		font-size: 2.125em;
	}
	
	.subnavigationInPage a, .subnavigationInPage a:active, .subnavigationInPage a:visited,
	.subnavigationInPage a:hover, .subnavigationInPage a:focus {
		width: 170px;
		margin-right: 12px
	}
	
	.subnavigationInPage a:nth-child(5n) {
		margin-right: 12px;
	}
	
	.subnavigationInPage a:nth-child(3n) {
		margin-right: 0;
	}
	
	.catalogList .item {
		width: 250px;
		margin: 0 6px 6px 0;
	}
	
	.catalogList .image {
		width: 218px;
	}
	
	.catalogList .title {
		width: 218px;
	}
	
	.catalogList .note {
		width: 218px;
	}
	
	.productDetail .imageWrapper {
		width: 384px;
	}
	
	.productDetail .image {
		width: 384px;
	}
}

@media screen and (max-width: 965px) {
	.referenceDetail .close {
		position: relative;
		padding: 16px 0 16px 733px;
		margin: 0 auto;
		right: auto;
		top: auto;
	}
	
	.referencePage {
		padding-top: 0;
	}
}

@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;
	}
	
	p.subtitle {
		font-size: 1.5em;
	}
	.header, .page, .breadcrumbNavigation {
		width: 448px;
	}
	.header {
		height: 170px !important;
	}
	.header .logo {
		left: 50%;
		margin-left: -148px;
	}
	
	.breadcrumbNavigation {
		display: none;
	}
	
	.breadcrumbNavigationWrapper {
		min-height: 64px;
	}
	
	.quickBar {
		top: 6px;
		background: #555555;
		padding: 16px;
		width: 272px;
		display: none;
	}
	.search {
		top: 120px;
		right: 50%;
		margin-right: -125px;
	}
	.quickBar a, .quickBar a:active, .quickBar a:visited, .quickBar a:hover, .quickBar a:focus {
		color: #fff;
	}
	
	.banner {
		display: none;
	}
	
	.header {
		height: 126px;
	}
	
	.navigationBar {
		bottom: -64px;
		height: 64px;
	}
	
	.navigationBar ul {
		width: 448px;
	}
	
	.navigationBar ul.mainBar {
		display: none;
		background: #555555;
		width: 304px;
		padding: 0;
		margin-right: 0;
	}
	
	.navigationBar ul.showMainBar, .quickBar.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;
	}
	
	.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: #00bbd3;
		/*-moz-text-shadow: none;
		-webkit-text-shadow: none;
		-o-text-shadow: none;
		text-shadow: none;*/
	}
	
	.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;
	}
	
	.contactFormWithBusinessCard .column2 .column {
		width: auto;
	}
	
	.referenceDetail .close {
		padding-left: 413px;
	}
	
	.referenceDetail .referenceImageWrapper {
		display: none;
	}
	
	.tableWithHeader th, .tableWithHeader td {
		padding: .5em;
	}
	
	.subnavigationInPage a, .subnavigationInPage a:active, .subnavigationInPage a:visited,
	.subnavigationInPage a:hover, .subnavigationInPage a:focus {
		width: 141px;
		margin-right: 10px
	}
	
	.subnavigationInPage a:nth-child(5n), .subnavigationInPage a:nth-child(3n) {
		margin-right: 10px;
	}
	
	.subnavigationInPage a:nth-child(2n) {
		margin-right: 0;
	}
	
	.catalogList .item {
		width: 220px;
		height: 314px;
		margin: 0 4px 4px 0;
	}
	
	.catalogList .item:nth-child(3n) {
		margin-right: 4px;
	}
	
	.catalogList .item:nth-child(2n) {
		margin-right: 0;
	}
	
	.catalogList .image {
		left: 8px;
		width: 204px;
		height: 154px;
	}
	
	.catalogList .title {
		left: 8px;
		top: 8px;
		width: 204px;
		height: 60px;
		font-size: 1em;
	}
	
	.catalogList .note {
		left: 8px;
		width: 204px;
		top: 238px;
	}
	
	.catalogList .buttonLink {
		bottom: 8px;
		left: 8px;
	}
	
	.productDetail .imageWrapper {
		float: none;
		width: 100%;
	}
	
	.productDetail .image {
		width: 100%;
		height: 240px;
	}
	
	.productDescriptionWrapper {
		width: 100%;
		min-height: 100%;
	}
	
	a.buttonLink {
		font-size: 1em;
		overflow: hidden;
	}
	
	a.buttonLink::before {
		top: -1px;
	}
	
	.technicalInfoBar a, .technicalInfoBar a:active, .technicalInfoBar a:visited {
		font-size: 1em;
	}
}

@media screen and (max-width: 479px) {
	.header, .page {
		width: 304px;
	}
	
	.navigationBar .smartBar {
		width: 304px;
		padding-left: 0;
	}

	.imageFloatRight {
		margin: 16px 0;
	}

	.imageFloatLeft {
		margin: 16px 0;
	}

	.imageBlock {
		margin: 16px 0;
	}
	
	.embeddedContent {
		width: 304px;
		height: 171px;
	}
	
	.fullWidthWrapper .referenceItem {
		width: 50%;
	}
	
	.referenceDetail .close {
		padding-left: 269px;
	}
	
	.catalogList .item {
		width: 302px;
		height: 294px;
		margin: 0 0 4px 0;
		float: none;
	}
	
	.catalogList .item:nth-child(3n) {
		margin-right: 0;
	}
	
	.catalogList .image {
		width: 286px;
		top: 66px;
	}
	
	.catalogList .title {
		width: 286px;
		height: 40px;
	}
	
	.catalogList .note {
		width: 286px;
		top: 218px;
	}
	
	.subnavigationInPage a, .subnavigationInPage a:active, .subnavigationInPage a:visited,
	.subnavigationInPage a:hover, .subnavigationInPage a:focus {
		width: 226px;
		margin-right: 0;
		float: none;
	}
	
	.subnavigationInPage a:nth-child(5n), .subnavigationInPage a:nth-child(3n), .subnavigationInPage a:nth-child(2n) {
		margin-right: 6px;
	}
	
	.technicalInfoBar a, .technicalInfoBar a:active, .technicalInfoBar a:visited {
		width: 134px;
		padding: 1em.5em;
		margin-right: 4px;
		text-align: center;
	}
	
	.technicalInfoBar a:nth-child(2n) {
		margin-right: 0;
	}
	
	.fullWidthWrapper, .referenceDetail {
		margin-left: 0;
		margin-right: 0;
	}
}
.search_block h4 {
	margin-bottom: 0.3em;
}
.gdpr-wrapper {
	margin-bottom: 20px;
	padding: 5px;
}
.gdpr_block {
	display: none;
	padding-top: 20px;
}
.view_gdpr {
	cursor: pointer;
	text-decoration: underline;
	color: #00bbd3;
}
.overlay-new-eshop {
	position: fixed;
	background: rgba(0,0,0,0.75);
	z-index: 990;
	display: block;
	font-family: 'Open Sans', sans-serif;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}
.overlay-wrapper {
	display: block;
	vertical-align: middle;
	width: 550px;
	height: 605px;
	margin: 80px auto 0;
	position: relative;
	background: url(/newshop/image/background-popup-new.png);
	font-family: 'Open Sans', sans-serif;
	z-index: 991;
}
.overlay-wrapper .close {
	position: absolute;
	top: 130px;
	right: 20px;
	cursor: pointer;
}
.overlay-wrapper .content {
	padding: 340px 20px 20px 20px;
	font-size: 14px;
}
.overlay-wrapper .content p {
	margin-bottom: 20px;
	text-align: center;
}
.overlay-wrapper .content .purple,
.overlay-wrapper .content .blue {
	font-size: 28px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.overlay-wrapper .content .purple {
	color: #d80a7f;
}
.overlay-wrapper .content .blue {
	color: #2d4191;
	margin-bottom: 15px;
}
.overlay-wrapper .content p.big {
	font-size: 18px;
	font-weight: 700;
}
.overlay-wrapper .content p.big a:link,
.overlay-wrapper .content p.big a:visited,
.overlay-wrapper .content p.big a:active,
.overlay-wrapper .content p.big a:hover {
	color: #2d4191;
	text-decoration: underline;
	font-weight: 700;
}
.overlay-wrapper .content table {
	width: 510px;
}
.overlay-wrapper .content table td {
	padding: 5px;
}
.overlay-wrapper .content table td:nth-child(1),
.overlay-wrapper .content table td:nth-child(3){
	width: 13px;
}
.overlay-wrapper .content table td:nth-child(2),
.overlay-wrapper .content table td:nth-child(4){
	width: 222px;
}
.overlay-wrapper .content .link {
	padding: 15px 0;
	text-align: center;
}
.jirout.darky {
	width: 100% !important;
}
.gdpr-label {
	text-decoration: underline;
	cursor: pointer;
	color: #e2001a;
}
.gdpr-wrapper {
	display: none;
}
.white-text {
	color: #ffffff;
}