@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: 'Roboto', Arial, Verdana, sans-serif, Helvetica;
	background: #fff;
	color: #505050;
    font-weight: 400;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h2 a {
	font-weight: 500;
	color: #a81d47;
	margin: 20px 0;
}

h1 {
	font-size: 35px;
    margin: 0;
	text-align: center;
	text-transform: uppercase;
    position: relative;
}

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

h2 {
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
    position: relative;
    margin: 40px 0;
}
	h2 a {
		color: #a81d47 !important;
	}

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

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
    font-weight: 400;
}

h5 {
	font-size: 18px;
    font-weight: 400;
}

.icon-under-title
{
    padding-bottom: 15px;
}

.icon-under-title:before
{
    content: "";
    width: 64px;
    height: 5px;
    position: absolute;
    background: url(/img/sprite.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -32px;
    bottom: 0;
}

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

strong {
    font-weight: 700;
}

a:link, 
a:active, 
a:visited, 
a:hover, 
a:focus  {
	color: #a81d47;
	text-decoration: none;
    font-weight: 700;
}

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

em {
    font-weight: 300;
    font-style: italic;
}

li {
	position: relative;
    padding: 5px 10px 5px 25px;
}

li::before {
	content: "";
	position: absolute;
	display: block;
	width: 13px;
	height: 4px;
	background: url(/img/sprite.png) -48px -96px no-repeat;
	top: 13px;
	left: 0;
}

blockquote {
	color: #fff;
	background: url(/img/Table-header-Cite-bg.jpg) #a81d47;
    background-repeat: no-repeat;
    background-position: right bottom;
	padding: 15px 15px 15px 60px;
    margin: 0;
	font-style: italic;
    position: relative;
    font-weight: 300 !important;
    font-size: 17px
}

blockquote::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 15px;
    width: 27px;
    height: 25px;
    background: url(/img/sprite.png) 0 -96px no-repeat;
}

blockquote strong {
    font-weight: 400 !important;
}

blockquote p{
    margin: 0;
    font-weight: 300 !important;
    font-size: 17px
}

blockquote p strong{
    font-weight: 400 !important;
}

hr {
    border: 0;
    border-bottom: 1px solid #efefef;
    margin: 25px 0;
}

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

table tr th{
    padding: 15px;
    background: url(/img/Table-header-Cite-bg.jpg) #a81d47;
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

table tr td{
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #efefef
}

table tr td em{
    color: #676767;
    font-weight: 300;
    font-style: italic;
}


table.pricelist tr td strong{
    color: #a81d47;
    font-weight: 700;
    font-size: 17px;
}

.pricelist-container {
    max-width: 100%;
    overflow-x: auto;
    
}
			
.hidden {
	display: none;
}

a.btn-big {
    padding: 12px 30px;
    background: #a81d47;
    border-radius: 22px;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    margin-top: 25px;
    line-height: 1;
}

a.btn-big:hover {
    background: #d74370;
    text-decoration: none;
}

a.slider-btn {
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 22px;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 0.8em;
    color: #a81d47;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    margin-top: 25px;
    border: 1px solid rgba(168, 29, 71, 0.3);
    line-height: 1;
}

a.slider-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.text-center,
.text-center p
{
    text-align: center;
}

.clear {
    clear: both;
}

.col-4 {
    width: 25%;
    float: left;
}


/* header ------------------------------------------------------------------------------------------------------------*/

.header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: -moz-linear-gradient(top, rgba(254,250,250,1) 0%, rgba(255,244,247,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,250,250,1) 0%,rgba(255,244,247,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,250,250,1) 0%,rgba(255,244,247,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4f7', endColorstr='#fff4f7',GradientType=0 ); /* IE6-9 */
}

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

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

.logo {
	max-width: 235px;
	max-height: 70px;
	display: block;
	position: absolute;
	left: 20px;
	top: 30px;
}

	.logo img {
		max-width: 100%;
		height: auto;
	}

.navigationBar {
	display: block;
	position: relative;
	z-index: 2;
}
	
	.navigationBar ul.smartBar {
		display: none;
		text-align: center;
	}
	
	.anchorQuickContact {
		width: 1em;
	}

	.navigationBar ul {
		display: block;
		width: 980px;
		margin: 0 auto;
		position: relative;
        list-style: none;
        border-bottom: 1px solid #f4d8df;
	}

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

    .navigationBar li:before {
		height: 0;
        width: 0;
        background: none;
	}

	.navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		display: block;
		padding: 14px;
		position: relative;
		text-decoration: none;
		color: #882947;
		line-height: 1em;
		font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
	}

    .navigationBar a:hover {
		color: #a81d47;
	}

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

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

		.navigationBar li .subnavigationList a {
			display: block;
            font-size: 0.95em;
			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: #d74370;
			border: none;
		}


.subnavigationList:before {
    content: "";
    position: absolute;
    width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #a81d47;
    top: -7px;
    left: 12px;
}

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

.quickContact {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
	
	.quickContact div {
		display: block;
		position: relative;
		padding-top: 10px;
	}

	.quickContact .title {
		font-size: 16px;
		font-weight: 500;
        padding-bottom: 15px;
		line-height: 1em;
        color: #a81d47;
	}

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

.quickContact a.phoneNumber,
.quickContact a.email
{
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.quickContact a.phoneNumber:before,
.quickContact a.email:before
{
    content: "";
    position: absolute;
    left: 0;
}

.quickContact a.phoneNumber:before
{
    height: 20px;
    width: 20px;
    background: url(../img/sprite.png) -144px 0 no-repeat
}

.quickContact a.email:before
{
    height: 20px;
    width: 20px;
    background: url(../img/sprite.png) -192px 0 no-repeat
}

.quickContact a.phoneNumber 
{
    margin-right: 20px;
}

.subpage-header {
    padding-top: 165px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    background: url(/img/Subpage_bg.jpg) #fff4f7;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.banner {
	position: relative;
	width: 100%;
	max-height: 661px;
	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 {
		position: relative;
		height: 100%;
	}

    .banner .page .content {
        width: 50%;
        position: absolute;
        right: 0;
		height: 100%;
	}
	
	.banner .sliderText {
		display: table-cell;
		position: absolute;
        text-align: center;
		left: 0;
        width: 100%;
        height: 100%;
		bottom: 0;
	}
	
	.banner .sliderFileDescription {
		position: relative;
		color: #a81d47;
		text-transform: uppercase;
		padding: 0.5em;
		font-weight: 500;
        text-align: center;
        margin-top: 60%;
        font-size: 40px;
	}
	
	.banner .sliderTitle {
		color: #72525c;
        text-align: center;
		padding: 25px 0.5em;
	}

.red-line {
    padding: 50px 0;
    background: url(/img/Red-line-bg.jpg) #a81d47;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.red-line H1 {
    color: #fff;
    font-weight: 300 !important;
    font-style: italic;
    text-transform: none;
    margin: 0;
    padding: 0 15px;
    font-size: 22px;
}

.red-line H1 strong{
    color: #fff;
    font-weight: 400 !important;
    font-style: italic;
}

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

	.breadcrumbNavigation .content {
		display: block;
		position: relative;
		color: #882947;
        font-size: 14px;
	}
	
    .breadcrumbNavigation a:before {
        content: "/";
        position: absolute;
        left: 0;
            
	}

	.breadcrumbNavigation a, .breadcrumbNavigation a:active, .breadcrumbNavigation a:visited {
		line-height: 13px;
        font-size: 14px;
        margin-left: 5px;
		padding: 1em 0.5em 1em 1em;
		position: relative;
        font-weight: 400;
		display: inline-block;
		text-decoration: none;
		color: #882947;
	}
	
	.breadcrumbNavigation a:hover, .breadcrumbNavigation a:focus {
		color: #a81d47;
		text-decoration: underline;
	}
	
	.breadcrumbNavigation a.home {
		width: 20px;
		padding-left: 6px;
	}
	
	.breadcrumbNavigation a.home:hover, .breadcrumbNavigation a.home:focus {
		text-decoration: none;
		
	}

    .breadcrumbNavigation a:nth-of-type(2) {
		font-weight: 400 !important;
        color: #882947 !important;
		
	}

    .breadcrumbNavigation a:last-of-type {
		font-weight: 700;
        color: #a81d47;
		
	}

	.breadcrumbNavigation a.home::before {
		display: block;
		position: absolute;
		width: 18px;
		height: 16px;
		top: 11px;
		left: 6px;
		content: "";
		background: transparent url(../img/sprite.png) -192px -48px no-repeat;
	}

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

.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: #efefef;
	clear: both;
	width: 100%;
	margin: 4em 0 2em 0;
}

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

.imageFloatRight, img[align="right"], img[style*="float: right"], img[style*="float:right"] {
	float: right;
	margin-left: 32px;
	margin-bottom: 32px;
}

.imageFloatLeft, img[align="left"], img[style*="float: left"], img[style*="float:left"] {
	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 #efefef;
	padding: 0;
    padding-bottom: 50px;
	display: block;
	position: relative;
    text-align: center;
}

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

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

.newsItem h3 {
	font-size: 22px;
	margin: 0;
    margin-top: 1em;
    padding-top: 10px;
    text-align: center;
    font-weight: 400 !important;
}

.newsDate, .newsDateDetail,
.newsDateDetail {
	color: #b1aba9;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    padding-top: 0.6em;
}

.newsItemDescription {
	display: block;
	margin-top: 1em;
    text-align: center;
    padding-bottom: 20px;
}

.newsItemDescription p{
    text-align: center
}

a.newsButtonMore, a.newsButtonMore:active, a.newsButtonMore:visited {
    text-align: center;
	bottom: 2em;
    font-size: 13px;
	background: #fff;
    margin-top: 20px;
	padding: 0.75em 1.5em;
    font-weight: 300;
	text-decoration: none;
	color: #a81d47;
	text-transform: uppercase;
    border: 1px solid #a81d47;
    border-radius: 30px;
}

a.newsButtonMore:hover, a.newsButtonMore:focus {
	background: #a81d47;
	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;
	width: 980px;
}

	.galleryList .item {
		display: block;
        text-align: center !important;
		position: relative;
		width: 310px;
        height: 350px;
		float: left;
		margin: 0 20px 20px 0;
        background: #fff4f6;
		overflow: hidden;
	}

    .galleryList .item h3 {
        margin: 0;
	}

    .galleryList .itemTitle{
		text-align: center;
        font-weight: 500 !important;
        margin: 0;
        text-transform: uppercase;
		display: block;
        padding-top: 35px;
	}
	
	.galleryList .item:nth-child(3n), .galleryList .item:last-child {
		float: none;
		margin-right: auto;
	}
	
	.galleryList .itemImage {
		display: block;
        max-height: 255px;
		overflow: hidden;
		text-decoration: none;
        position: absolute;
        bottom: 0;
	}

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

    .galleryList .itemTitle:first-of-type {
        position: relative;
        padding-bottom: 15px;
	}

    .galleryList .itemTitle:first-of-type:hover {
        text-decoration: none !important;
	}

    .galleryList .itemTitle:first-of-type:before {
        content: "";
        width: 18px;
        height: 5px;
        position: absolute;
        background: url(/img/sprite.png) -96px 0 no-repeat;
        left: 50%;
        margin-left: -9px;
        bottom: 0;
	}

	.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: -20px;
		left: -20px;
		width: 40px;
		height: 40px;
		content: "";
		background: transparent url(../img/sprite.png) -192px -96px no-repeat;
	}

@media screen and (max-width: 992px) {
    
    .galleryList .item {
        height: 300px;
	}
}

@media screen and (max-width: 800px) {
    
    .galleryList .item {
        height: 275px;
	}
}

/* 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: 50px;
    background: #54051d;
}

	.footerOut p {
		line-height: normal;
        padding-top: 5px;
        margin: 0;
        font-size: 12px;
        color: #a79399;
        padding-left: 20px;
        display: inline-block;
	}

.footer-jirout {
    display: inline-block;
    padding-top: 12px;
}

    .footer-jirout div {
        width: 102px;
        height: 28px;
        background: url(/img/sprite.png) 0 -144px no-repeat;
	}

.footer {
	display: block;
	width: 980px;
	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;
	}

.btn-top {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-top a:link,
.btn-top a:visited,
.btn-top a:active,
.btn-top a:hover
{
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    display: block;
    background: #731431;
    line-height: 50px;
    top: 50%;
    padding: 0 40px 0 10px;
    text-decoration: none;
}

.btn-top a:hover
{
    background: #a81d47;
    text-decoration: none;
}

.btn-top a:after
{
        content: "";
        width: 15px;
        height: 10px;
        position: absolute;
        background: url(/img/sprite.png) -144px -144px no-repeat;
        right: 10px;
        top: 50%;
        margin-top: -5px;
        bottom: 0;
}

.contact-row {
    padding-top: 25px;
}

.contact-row p {
    margin-top: 15px;
    padding: 0 10px;
}

.products-row a img{
    display:inline-block;
    margin: 25px 15px;
    opacity: 0.65;
    -moz-opacity:0.65;
    
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    
    -webkit-transition: all 300ms;
  	-moz-transition: all 300ms;
  	-o-transition: all 300ms;
  	transition: all 300ms;
}

.products-row a img:hover{
    opacity: 1;
    filter: none;
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0%);
}

@media screen and (max-width: 1600px) {
    
    .banner .sliderFileDescription {
        margin-top: 45%;
	}
}

@media screen and (max-width: 1400px) {
    
    .banner {
        padding-top: 50px;
        background: #fff4f7;
    }
    
    .banner .sliderFileDescription {
        margin-top: 35%
	}
    
}

@media screen and (max-width: 1100px) {
    
    .banner {
        padding-top: 75px;
    }
    
    .banner .sliderFileDescription {
        margin-top: 110px
	}
    
}

@media screen and (max-width: 992px) {
	.header, .page, .footer, .navigationBar ul {
		width: 768px;
	}
	
	.breadcrumbNavigation {
		width: 748px;
	}
	
	/*.quickContact {
		width: 240px;
	}*/
    
    .navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		padding: 8px;
		font-size: 14px;
	}
	
	.banner .sliderTitle {
		font-size: 1em;
	}
    
    .banner .sliderFileDescription {
		font-size: 1.5em;
	}
	
	.quickContact strong {
		display: none;
	}
	
	.headerBar {
		width: 100%;
	}
	
	.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: 245px;
			margin-right: 16px;
		}
	
	.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;
	}
    
    .col-4 {
        width: 50%;
    }
    
    .col-4 img{
        margin-top: 20px;
    }
	
	.greenLine {
		margin-top: 2em;
	}
	
	.header, .page, .footer, .navigationBar ul {
		width: 448px;
	}
    
    
	
	.breadcrumbNavigation {
		width: 428px;
	}
	
	.banner {
		display: none;
	}
    
    .red-line {
        padding-top: 220px;
    }
    
    .subpage-header {
        padding-top: 175px;
    }
	
	.headerBar {
		display: none;
	}
	
    .header-container {
        margin-bottom: 50px;
	}
    
	.navigationBar ul.mainBar {
		display: none;
		background: #a81d47;
		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 {
        color: #fff;
		border-bottom: 0;
		padding: 0.5em 0.5em 0.5em 1em;
	}
	
	.navigationBar ul.mainBar a:focus, .navigationBar ul.mainBar a.select {
		background: #c43d66;
	}
	
	.navigationBar ul.mainBar li::before {
		content: none;
	}
    
    .navigationBar li:hover .subnavigationList {
			display: block;
         position: relative;
        border-bottom: 1px solid #c43d66;
        text-transform: none;
        font-weight: 400;
        margin-bottom: 10px;
		}
    
    .subnavigationList a {
        text-transform: none;
        font-weight: 300;
        margin-left: 15px;
		}
	
	.navigationBar ul.smartBar {
		display: block;
        width: 100%;
	}
    
    .navigationBar ul.smartBar li {
        padding-bottom: 15px;
	}
    
    .navigationBar ul.smartBar li a{
        font-size: 17px;
        position: relative;
        padding-left: 20px;
	}
    
    .navigationBar ul.smartBar li a:before{
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 14px;
        height: 12px;
        background: url(/img/sprite.png) -192px -144px no-repeat;
	}
    
    .navigationBar ul.smartBar li a:hover:before{
        background: url(/img/sprite.png) -192px -192px no-repeat;
	}
	
	.logo {
        width: 235px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        left: 0;
    }
	
	.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(3n) {
		float: left;
		margin-right: 16px;
	}
	
	.galleryList .item:nth-child(2n) {
		float: none;
		margin-right: auto;
	}
	
	.pageOut {
		padding-bottom: 75px;
	}
	
	.footerOut {
		height: auto;
		position: relative;
	}
	
	.footer {
		margin-top: 0;
		padding-top: 1.125em;
		padding-bottom: 4em;
		height: auto;
	}
    
    .footerOut p {
		line-height: normal;
        text-align: center;
        padding-top: 15px;
        margin: 0;
        margin-top: 5px;
        font-size: 12px;
        color: #a79399;
        padding-left: 20px;
        display: block;
        border-top: 1px solid #731431;
        padding-bottom: 15px
	}
    
	.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, img[align="right"], img[style*="float: right"], img[style*="float:right"] {
		width: 100% !important;
		height: auto !important;
		margin: 32px 0;
	}

	.imageFloatLeft, img[align="left"], img[style*="float: left"], img[style*="float:left"] {
		width: 100% !important;
		height: auto !important;
		margin: 32px 0;
	}
}

@media screen and (max-width: 515px) {
	.footer, .navigationBar ul {
		width: 100%;
	}
    
    .header, .page, .footer, .navigationBar ul {
		width: 100%;
	}
    
    .page {
        width: 90%;
		padding-left: 5%;
        padding-right: 5%;
	}
    
    img {
        max-width: 100% !important;
    }
    
    .col-4 {
        width: 100%;
    }
	
	.galleryList {
		width: 100%;
	}
	
	.galleryList .item {
		width: 100%;
		margin-right: 8px;
        height: 350px
	}
	
	.galleryList .itemImage {
		max-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;
	}
    
    .products-row a img{
        margin: 15px 0;
        display: block;
        max-width: 100%
    }
    
    .products-row {
        text-align: center !important
    }
	table.responsive tr td {
		display: block;
		width: 100% !important;
	}
}


.aktuality-text.zkraceny-text
{
	height: 50px;
	overflow: hidden;
}