@charset "utf-8";
@import url("reset.css");
@import url("form.css");
@import url("hlasky.css");
@import url("colorbox.css");
@import url("justifiedGallery.css");


html, body {
	width: 100% !important;
	height: 100%;
	font-family: 'Ubuntu', Arial, Verdana, sans-serif, Helvetica;
	background: #fff;
	color: #392015;
}

h1, h2, h3, h4, h5, h6, h2 a {
	font-weight: bold;
	color: #5d9217;
	margin: 1em 0;
}

h1 {
	font-size: 2.25em;
	text-align: center;
	text-transform: uppercase;
}

h1.newsDetail {
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}
	h2 a {
		color: #5d9217 !important;
	}

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

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

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

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

a:hover, a:focus {
	color: #5d9217;
	text-decoration: underline;
}

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

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

blockquote {
	color: #fff;
	background: #5d9217;
	padding: 1em 1em 0.1em 1em;
	font-style: italic;
}
			
.hidden {
	display: none;
}


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

	.header .content {
		display: block;
		height: 100%;
		width: 100%;
		position: relative;
	}

.logo {
	width: 244px;
	height: 80px;
	display: block;
	position: absolute;
	left: 16px;
	top: 32px;
}

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

.navigationBar {
	display: block;
	position: relative;
	background: #5d9217;
	z-index: 2;
}
	
	.navigationBar ul.smartBar {
		display: none;
		text-align: right;
	}
	
	.navigationBar .menu, .navigationBar .menu:active, .navigationBar .menu:visited {
		padding-left: 50px;
	}
	
	.anchorQuickContact {
		width: 1em;
	}
	
	.navigationBar .anchorQuickContact::before {
		content: "";
		display: block;
		position: absolute;
		top: 11px;
		left: 13px;
		width: 22px;
		height: 26px;
		background: transparent url(../img/sprite.png) -144px -96px no-repeat;
	}
	
	.navigationBar .menu::before {
		content: "";
		display: block;
		position: absolute;
		top: 18px;
		left: 14px;
		width: 22px;
		height: 14px;
		background: transparent url(../img/sprite.png) -96px -96px no-repeat;
	}

	.navigationBar::before {
		content: "";
		display: block;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: 5px;
		background: #84c557;
	}

	.navigationBar ul {
		display: block;
		width: 980px;
		margin: 0 auto;
		position: relative;
	}

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

	.navigationBar li::before {
		content: "";
		display: block;
		position: absolute;
		left: auto;
		right: -1px;
		top: 16px;
		width: 2px;
		height: 1em;
		background: #84c557;
		border-radius: 0;
	}

	.navigationBar li:last-child::before {
		content: none;
	}

	.navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		display: block;
		padding: 16px;
		position: relative;
		text-decoration: none;
		color: #fff;
		line-height: 1em;
		font-size: 1.125em;
		border-bottom: 5px solid transparent;
	}

	.navigationBar li:hover a, .navigationBar a:focus, .navigationBar a.select {
		border-bottom: 5px solid #f2b002;
	}

		.navigationBar li .subnavigationList {
			display: none;
			position: absolute;
			background: #f2b002;
			width: 300px;
			padding: 0.5em 0;
		}

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

		.navigationBar li .subnavigationList a {
			display: block;
			padding: 0.5em 0.5em 0.5em 1em;
			color: #fff;
			border: none;
		}

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

.headerBar {
	position: absolute;
	right: 0;
	top: 24px;
	width: 560px;
	height: 88px;
	display: block;
	color: #686868;
}

.quickContact {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
}
	
	.quickContact div {
		line-height: 1em;
		display: block;
		position: relative;
		padding-top: 10px;
	}

	.quickContact .title {
		font-size: 1.5em;
		font-weight: bold;
		padding: 6px 0 6px 48px;
		line-height: 1em;
	}
	
	.quickContact .title::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 29px;
		height: 35px;
		background: transparent url(../img/sprite.png) 0 0 no-repeat;
	}

	.quickContact a, .quickContact a:active, .quickContact a:visited {
		position: relative;
		color: #686868;
	}
	
	.quickContact a.phoneNumber.decorationNone, .quickContact a:hover, .quickContact a:focus {
		text-decoration: none;
	}

.openningHours {
	display: block;
	position: absolute;
	top: 0;
	left: 320px;
	width: 240px;
}
	
	.openningHours div {
		line-height: 1em;
		display: block;
		position: relative;
		padding-top: 10px;
	}

	.openningHours .title {
		font-size: 1.5em;
		font-weight: bold;
		padding: 6px 0 6px 48px;
		line-height: 1em;
	}
	
	.openningHours .title::before {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
		left: 0;
		width: 32px;
		height: 32px;
		background: transparent url(../img/sprite.png) -48px 0 no-repeat;
	}
	
	.openningHours strong {
		display: inline-block;
		position: relative;
		width: 140px;
	}

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

	.banner .pageOut {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: block;
		width: 100%;
		min-height: 100%;
		padding: 0;
	}
	
	.banner .pageOut {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: block;
		width: 100%;
		min-height: 100%;
		padding: 0;
	}
	
	.banner .page, .banner .page .content {
		position: relative;
		height: 100%;
	}
	
	.banner .sliderText {
		display: block;
		position: absolute;
		left: 0;
		bottom: 80px;
	}
	
	.banner .sliderFileDescription {
		display: inline-block;
		position: relative;
		background: #2e4f02;
		background: rgba(46, 79, 2, 0.75);
		color: white;
		text-transform: uppercase;
		font-size: 2em;
		padding: 0.5em;
		font-weight: bold;
	}
	
	.banner .sliderTitle {
		display: inline-block;
		position: relative;
		background: #f2b002;
		color: white;
		text-transform: uppercase;
		font-size: 2em;
		padding: 0.5em;
		margin-top: 1em;
	}

.breadcrumbNavigation {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

	.breadcrumbNavigation .content {
		display: block;
		position: relative;
		color: #959595;
	}
	
	.breadcrumbNavigation a, .breadcrumbNavigation a:active, .breadcrumbNavigation a:visited {
		line-height: 1em;
		padding: 1em 0.5em;
		position: relative;
		display: inline-block;
		text-decoration: none;
		color: #959595;
	}
	
	.breadcrumbNavigation a:hover, .breadcrumbNavigation a:focus {
		color: #959595;
		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: 20px;
		top: 14px;
		left: 6px;
		content: "";
		background: transparent url(../img/sprite.png) -96px 0 no-repeat;
	}

/* page --------------------------------------------------------------------------------------------------------------*/
.pageOut {
	min-height: 500px;
	padding-bottom: 410px;
}

.page {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

	.page .content {
		display: block;
		position: relative;
	}
	
	.page .content.overflowHidden {
		overflow: hidden;
	}

.greenLine {
	display: block;
	position: relative;
	height: 1px;
	background: #bed3a2;
	clear: both;
	width: 100%;
	margin: 4em 0 2em 0;
}

.greenLine.newsDetail {
	margin-top: 2em
}

.imageFloatRight {
	float: right;
	margin-left: 32px;
	margin-bottom: 32px;
}

.imageFloatLeft {
	float: left;
	margin-right: 32px;
	margin-bottom: 32px;
}

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

/* news --------------------------------------------------------------------------------------------------------------*/
.newsListContainer {
	display: block;
}

.newsItem {
	border-top: 1px solid #bed3a2;
	padding: 2em 0 5em 0;
	display: block;
	position: relative;
}

.newsItem:first-child {
	border: none;
}

	.newsItemImage {
		width: 388px;
		height: 220px;
		overflow: hidden;
		position: relative;
		float: left;
		clear: left;
	}

		.newsItemImage a {
			display: inline-block;
		}

		.newsItemImage img, .newsItemImageDetail img {
			width: 388px;
			display: block;
			height: auto;
		}
		
	.newsItemImageDetail {
		width: 388px;
		height: 220px;
		overflow: hidden;
		position: relative;
		float: right;
		margin: 0 0 2em 2em;
	}
	
.newsItemContent {
	width: 540px;
	margin-left: 420px;
}

.newsItemContent h3 {
	font-size: 1em;
	margin: 0 0 1em 0;
}

.newsDate, .newsDateDetail {
	color: #b1aba9;
}

.newsDateDetail {
	text-align: center;
}

.newsItemDescription {
	display: block;
	margin-top: 1em;
}

a.newsButtonMore, a.newsButtonMore:active, a.newsButtonMore:visited {
	position: absolute;
	display: block;
	right: 0;
	bottom: 2em;
	background: #f2b002;
	padding: 0.75em 1.5em;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

a.newsButtonMore:hover, a.newsButtonMore:focus {
	background: #5d9217;
	text-decoration: none;
	color: white;
}

.newsOldItems {
	display: block;
	position: relative;
	text-align: right;
	margin: 1em 0;
}

/* pagination --------------------------------------------------------------------------------------------------------*/

.pagination {
	display: block;
	text-align: right;
	border-top: 1px solid #bed3a2;
	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: #aea8a6;
}

.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: #73472c;
	min-width: 1em;
	text-align: center;
	text-decoration: none;
}

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

/* gallery list ------------------------------------------------------------------------------------------------------*/

.galleryList {
	display: block;
	position: relative;
	margin-bottom: 4em;
	width: 980px;
}

	.galleryList .item {
		display: block;
		position: relative;
		width: 225px;
		float: left;
		margin: 0 20px 20px 0;
		height: 225px;
		overflow: hidden;
	}
	
	.galleryList .item:nth-child(4n), .galleryList .item:last-child {
		float: none;
		margin-right: auto;
	}
	
	.galleryList .itemImage {
		display: block;
		position: relative;
		width: 225px;
		height: 175px;
		overflow: hidden;
		text-decoration: none;
	}

	.galleryList .itemImage img {
		width: 100%;
		height: auto;
		z-index: 1;
	}

	.galleryList .itemImage:hover img, .galleryList .itemImage:focus img {
		opacity: 0.68;
	}
	
	.galleryItem:hover img, .galleryItem:focus img {
		opacity: 0.68;
	}

	.galleryList .itemImage:hover .acorn, .galleryItem:hover .acorn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		z-index: 2;
	}
	
	.galleryList .itemImage:hover .acorn::before, .galleryItem:hover .acorn::before {
		display: block;
		position: absolute;
		top: -45px;
		left: -30px;
		width: 90px;
		height: 96px;
		content: "";
		background: transparent url(../img/sprite.png) 0 -48px no-repeat;
	}
	
	.galleryList .itemTitle {
		text-transform: uppercase;
		display: block;
		margin-top: 1em;
		font-weight: bold;
	}

/* homepage ----------------------------------------------------------------------------------------------------------*/
.homepageAddBox {
	display: block;
	position: relative;
	margin-top: 4em;
}

.homepageNews {
	display: block;
	position: relative;
	width: 660px;
	height: auto;
	/*margin-right: 30px;*/
	float: left;
}

	.homepageNews .item {
		display: block;
		position: relative;
		width: 300px;
		height: 180px;
		margin: 0 30px 0 0;
		float: left;
		padding-bottom: 5em;
	}
	
	.homepageNews h3 {
		margin-top: 0;
	}
	
	.homepageNews .item:last-child {
		/*margin-right: 0;*/
		margin-left: auto;
		float: none;
	}

.homepageQuickContact {
	display: block;
	position: relative;
	width: 300px;
	height: auto;
	margin: auto 0 0 auto;
	float: none;
}

	.homepageQuickContact h2, .homepageNews h2 {
		text-align: left;
		margin-top: 0;
	}
	
/* fakeTable ---------------------------------------------------------------------------------------------------------*/
ul.column2, ul.column3 {
	display: block;
	position: relative;
}

	ul.column2 li, ul.column3 li {
		padding: 0;
		position: relative;
		display: block;
		min-height: 1em;
		float: left;
	}
	
	ul.column2 li::before, ul.column3 li::before {
		content: none;
	}
	
	ul.column2 li {
		margin: 0 0 0 auto;;
		width: 50%;
	}
	
	ul.column2 li:nth-child(2n), ul.column2 li:last-child {
		float: none;
	}
	
	ul.column3 li {
		margin: 0 auto;
		width: 33%;
	}
	
	ul.column3 li:nth-child(3n), ul.column3 li:last-child {
		float: none;
	}
	
	ul.column2 h2, ul.column2 h3, ul.column2 h4, ul.column2 h5, ul.column2 h6,
	ul.column3 h2, ul.column3 h3, ul.column3 h4, ul.column3 h5, ul.column3 h6 {
		margin-top: 0;
	}
	
/* googlemap in page -------------------------------------------------------------------------------------------------*/
.googlemapInPageWrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 2em;
}

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

/* footer ------------------------------------------------------------------------------------------------------------*/
.footerOut {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 440px;
}

	.footerOut p {
		line-height: normal;
	}

	.footerOut .copyright {
		position: absolute;
		display: block;
		margin: 0;
		padding: 1em 0;
		width: 100%;
		line-height: 1em;
		font-weight: bold;
		color: white;
		background: rgba(0, 0, 0, 0.66);
		text-align: center;
		bottom: 0;
	}

.footer {
	display: block;
	width: 980px;
	height: 220px;
	margin: 142px auto 0 auto;
	position: relative;
}

	.footer .content {
		display: block;
		height: 100%;
		width: 100%;
		position: relative;
		color: white;
		-moz-text-shadow: 5px 5px 5px #000;
		-webkit-text-shadow: 5px 5px 5px #000;
		-o-text-shadow: 5px 5px 5px #000;
		text-shadow: 5px 5px 5px #000;
	}
	
	.footer .gardenCenter {
		display: block;
		position: absolute;
		top: 0;
		left: 1em;
		width: 324px;
		height: 220px;
	}
	
	.footer .company {
		display: block;
		position: absolute;
		top: 0;
		left: 388px;
		width: 144px;
		height: 220px;
	}
	
	.footer .assortment {
		display: block;
		position: absolute;
		top: 0;
		left: 548px;
		width: 200px;
		height: 220px;
	}
	
	.footer .quickContact {
		display: none;
	}
	
	.footer .openningHours {
		display: none;
	}
	
	.footer .assortment a, .footer .company a {
		display: block;
	}
	
	.footer .partners {
		display: block;
		position: absolute;
		top: 0;
		right: 1em;
		width: 200px;
		height: 220px;
	}
	
	.footer h2 {
		font-size: 1.125em;
		color: white;
		margin-top: 0;
		text-align: left;
	}
	
	.footer a, .footer a:active, .footer a:visited {
		display: block;
		color: white;
		text-decoration: none;
	}
	
	.footer a:hover, .footer a:hover {
		color: white;
		text-decoration: underline;
	}
	
@media screen and (min-width: 993px) {
	.footerOut {
		background-color: #653c23;
		background-image: url(../img/footerBackground.jpg);
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width: 1400px) {
	.banner .sliderTitle, .banner .sliderFileDescription {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 992px) {
	.header, .page, .footer, .navigationBar ul {
		width: 768px;
	}
	
	.breadcrumbNavigation {
		width: 748px;
	}
	
	.quickContact {
		width: 240px;
	}
	
	.banner .sliderTitle, .banner .sliderFileDescription {
		font-size: 1.25em;
	}
	
	.quickContact strong {
		display: none;
	}
	
	.headerBar {
		width: 480px;
	}
	
	.openningHours {
		left: 240px;
	}
	
	.homepageQuickContact {
		width: 246px;
	}
	
	.homepageNews {
		width: 522px;
	}
	
		.homepageNews .item {
			width: 246px;
			margin-right: 15px;
		}
	
	.navigationBar li:hover .subnavigationList{
		display: none;
	}
	
	.galleryList {
		width: 788px;
	}

		.galleryList .item {
			width: 180px;
			margin-right: 16px;
		}
		
		.galleryList .itemImage {
			width: 180px;
			height: 140px;
		}

	.pageOut {
		padding-bottom: 300px;
	}
	
	.footerOut {
		background: #653c23;
		height: 300px;
	}
	
	.footer {
		margin-top: 1.125em;
	}
	
	.footer .content {
		-moz-text-shadow: none;
		-webkit-text-shadow: none;
		-o-text-shadow: none;
		text-shadow: none;
	}

	.footer .gardenCenter {
		display: none;
	}

	.footer .company {
		width: 246px;
		left: 0;
	}

	.footer .assortment {
		width: 246px;
		left: 261px;
	}

	.footer .partners {
		width: 246px;
		left: 522px;
	}

	.newsItemImage {
		width: 310px;
		height: 176px;
	}

	.newsItemImage a, .newsItemImage img {
		width: 100%;
		height: auto;
	}

	.newsItemContent {
		margin-left: 342px;
		width: 426px;
	}

	.pagination {
		padding-bottom: 2em;
	}
	.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;
	}
}

@media screen and (max-width: 799px) {
	h1, h2, h3 {
		margin: 0.5em 0;
	}
	
	.greenLine {
		margin-top: 2em;
	}
	
	.header, .page, .footer, .navigationBar ul {
		width: 448px;
	}
	
	.breadcrumbNavigation {
		width: 428px;
	}
	
	.banner {
		display: none;
	}
	
	.headerBar {
		display: none;
	}
	
	.navigationBar ul.mainBar {
		display: none;
		background: #f2b002;
		width: 100%;
		padding: 0.5em 0;
	}
	
	.navigationBar ul.showMainBar {
		display: block;
	}
	
	.navigationBar ul.mainBar li {
		width: 448px;
		margin: 0 auto;
		display: block;
	}
	
	.navigationBar ul.mainBar a, .navigationBar ul.mainBar a:active, .navigationBar ul.mainBar a:visited {
		border-bottom: 0;
		padding: 0.5em 0.5em 0.5em 1em;
	}
	
	.navigationBar ul.mainBar a:focus, .navigationBar ul.mainBar a.select {
		background: #5d9217;
	}
	
	.navigationBar ul.mainBar li::before {
		content: none;
	}
	
	.navigationBar ul.smartBar {
		display: block;
	}
	
	.logo {
		left: 102px;
		top: 22px;
	}
	
	.header {
		height: 124px;
	}
	
	.homepageNews {
		width: 100%;
		float: none;
	}
	
	.homepageNews .item {
		float: none;
		width: 100%;
		height: auto;
		padding-bottom: 106px;
	}
	
	.homepageQuickContact {
		width: 100%;
	}
	
	.galleryList {
		width: 468px;
	}
	
	.galleryList .item {
		width: 218px;
	}
	
	.galleryList .item:nth-child(4n) {
		float: left;
		margin-right: 16px;
	}
	
	.galleryList .item:nth-child(2n) {
		float: none;
		margin-right: auto;
	}
	
	.galleryList .itemImage {
		width: 218px;
		height: 170px;
	}
	
	.pageOut {
		padding-bottom: 0;
	}
	
	.footerOut {
		height: auto;
		position: relative;
	}
	
	.footer {
		margin-top: 0;
		padding-top: 1.125em;
		padding-bottom: 4em;
		height: auto;
	}
	
	.footer .company {
		position: relative;
		width: 216px;
		float: left;
	}
	
	.footer .assortment {
		position: relative;
		width:  216px;
		left: auto;
		margin-left: auto;
	}
	
	.footer .partners {
		position: relative;
		left: auto;
		width: 216px;
		float: left;
		height: auto;
		right: auto;
	}
	
	.footer .partners h2 {
		padding: 9px 0;
	}
	
	.footer .quickContact {
		position: relative;
		display: block;
		width: 216px;
		margin-left: auto;
	}
	
	.footer .quickContact .title {
		font-size: 1.125em;
		padding: 9px 0 9px 38px;
	}
	
	.footer .quickContact .title::before {
		background-position: -144px -48px;
	}
	
	.footer .openningHours {
		position: relative;
		display: block;
		width: 240px;
		left: auto;
		margin: 0 auto;
		padding: 2em 0;
		clear: both;
	}
	
	.footer .openningHours .title {
		font-size: 1.125em;
		padding: 9px 0 9px 38px;
		position: relative;
	}
	
	.footer .openningHours .title::before {
		background-position: -144px 0;
	}
	
	.newsItem {
		padding-bottom: 106px;
	}
		
	.newsItemImage {
		width: 180px;
		height: 102px;
	}

	.newsItemImage a, .newsItemImage img {
		width: 100%;
		height: auto;
	}

	.newsItemContent {
		margin-left: 196px;
		width: 252px;
	}
	
	.newsItemImageDetail {
		float: none;
		margin: 0 30px 2em 30px;
	}
	
	ul.column2 li, ul.column3 li {
		width: 100%;
		float: none;
	}
	
	.imageFloatRight {
		width: 100%;
		margin: 32px 0;
	}

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

@media screen and (max-width: 479px) {
	.header, .page, .footer, .navigationBar ul {
		width: 304px;
	}
	
	.logo {
		left: 30px;
	}
	
	.galleryList {
		width: 324px;
	}
	
	.galleryList .item {
		width: 148px;
		margin-right: 8px;
	}
	
	.galleryList .itemImage {
		width: 148px;
		height: 115px;
	}
	
	.footer .company {
		width: 100%;
		float: none;
		height: auto;
	}
	
	.footer .assortment {
		width: 100%;
		height: auto;
		padding-top: 2em;
	}
	
	.footer .partners {
		padding-top: 2em;
		float: none;
		width: 100%;
	}
	
	.footer .quickContact {
		margin-top: 2em;
		width: 100%;
	}
	
	.footer .openningHours {
		width: 100%;
	}
	
	.breadcrumbNavigation {
		width: 284px;
	}
	
	.navigationBar ul.mainBar li {
		width: 304px;
	}
	
	.newsItemImage {
		float: none;
		width: 304px;
		height: 172px;
	}
	
	.newsItemContent {
		margin-left: 0;
		width: 304px;
		padding-top: 1em;
	}
	
	.newsItemImageDetail {
		float: none;
		margin: 0 0 2em 0;
		width: 304px;
		height: 172px;
	}
	
	.newsItemImageDetail img {
		width: 100%;
		height: auto;
	}

	.imageFloatRight {
		margin: 16px 0;
	}

	.imageFloatLeft {
		margin: 16px 0;
	}

	.imageBlock {
		margin: 16px 0;
	}
}
#eu-cookies
{
	background: #2a2a2a;
	background: rgba(42,42,42, .95);
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #e4e4e4;
	z-index: 1000;

	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
}

#eu-cookies:hover
{
	background: #2a2a2a;
}

#eu-cookies span
{
	float: left;
	margin: 0px 20px;
	padding-top: 12px;
}

#eu-cookies a:link,
#eu-cookies a:visited
{
	color: #91c0f6
}

#eu-cookies a:hover
{
	color: #c0deff
}

#eu-cookies button
{
	float: right;
	margin-right: 20px;
	padding: 10px 30px;
	border-radius: 4px;
	border: 0;
	background: #1d358b;
	color: white;
	cursor: pointer;

	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
}

#eu-cookies button:hover
{
	background: #112981;
}

#eu-cookies button::after
{
	clear: both;
}
@media (max-width: 1000px)
{
	#eu-cookies
	{
		text-align: center;
	}

	#eu-cookies span,
	#eu-cookies button
	{
		float: none;
		display: block;
	}

	#eu-cookies span
	{
		padding-top: 0;
	}

	#eu-cookies button
	{
		margin: 0 auto;
		margin-top: 20px;
	}
}
a.gdpr {
	text-decoration: underline;
}