/* Google fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

/* Defaults -----------------------*/
* {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0;
}
html {
	background-color: #fff;
	color: #333;
}
a {
	color: #c00000;
	text-decoration: none;
}
	a:hover {
		color: #600000;
	}
h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 20px;
	margin-top: 60px;
	text-transform: uppercase;
}
h2 {
	clear: both;
	font-size: 30px;
	font-weight: 700;
	margin: 20px;
	padding-top: 40px;
}
h3 {
	clear: both;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 20px 20px 0px;
	padding-top: 20px;
}
p {
	margin: 20px;
}

	/* Classes */
	.center {
		margin: auto;
		max-width: 960px;
		overflow: hidden;
	}
	.button {
		display: block;
		float: left;
		margin: 20px;
		margin-top: 0;
		text-transform: uppercase;
	}
	.full-size-img {
		box-shadow: 0 2px 4px -2px #666;
		display: block;
		margin: 20px;
		width: calc(100% - 40px);
	}
	.hideme {
		opacity: 0;
	}
	.zuhause-responsive-helper {
		display: block;
		width: 100%;
	}
	i.ms-soc {
		color: #666;
	}
	.ms-soc-link:hover i.ms-soc {
		color: #333;
	}

/* Roof */
.roof {
	background-color: #ccc;
	box-shadow: 0 0 4px 0 #666;
	overflow: hidden;
	position: relative;
	z-index: 6;
}

	/* Socials */
	.socials {
		float: left;
		height: 40px;
		box-sizing: border-box;
		padding: 10px 20px;
		padding-right: 0;
		position: absolute;
	}
		.fb-like {
			display: block;
			float: left;
			margin-right: 5px;
		}
		.g-plusone {
			display: block;
			float: left;
		}

	/* Language */
	.language {
		float: right;
		padding: 0 15px;
	}
		.language p {
			display: block;
			float: left;
			font-size: 14px;
			line-height: 20px;
			margin: 0;
			padding: 10px 5px;
		}
		.language img {
			box-shadow: 0 2px 4px -2px #666;
			display: block;
			float: left;
			height: 20px;
			margin: 10px 5px;
		}
	
/* Top ----------------------------------*/
.top {
	background-color: #fbde3c;
	overflow: hidden;
	position: relative;
	box-shadow: 0 -20px 20px 15px #000;
	z-index: 5;
}

	/* Header */
	.header {
		float: left;
	}
	
		/* Logo */
		.logo {
			display: block;
			float: left;
			height: 72px;
			padding: 15px;
		}
		
		/* Menu button */
		.menu-button {
			cursor: pointer;
			display: none;
			float: right;
			height: 20px;
			padding: 30px;
			padding-right: 20px;
			width: 20px;
		}
			.menu-button div {
				background-color: #000;
				margin-bottom: 20%;
				height: 20%;
			}
	
	/* Navigation */
	.navigation {
		float: right;
	}
		.navigation a {
			color: #000;
			display: block;
			float: left;
			line-height: 60px;
			padding: 20px;
			text-transform: uppercase;
		}
			.navigation a:hover {
				background: #e2c836;
			}
		.navigation .selected {
			color: #c00000;
		}

/* Main -----------------------------------*/
.main {
	overflow: hidden;
}

.column:hover .main-offer-column-plus,
.column:hover .main-info-column-plus {
	opacity: 1;
}
.main-offer-column-plus {
	width: 280px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
	background-image: url(../img/offer/shop.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20%;
	transition: opacity 0.5s;
}
.main-info-column-plus {
	width: 280px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
	background-image: url(../img/offer/info-solid.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10%;
	transition: opacity 0.5s;
}
.main-image-column img {
	display: block;
	width: 100%;
}

	/* Column */
	.column,
	.offer-column {
		background-color: #fbde3c;
		box-shadow: 0 2px 4px -2px #666;
		float: left;
		margin: 20px;
		margin-top: 0;
		width: calc(100%/3 - 40px);
		min-height: 455px;
	}
	.column:hover {
		background-color: #e6c927;
		box-shadow: 4px 4px 4px 1px #666;
		transition-duration: 400ms;
	}
	.offer-column {
		height: 490px;
		margin-top: 20px;
		width: calc(100%/2 - 40px);
		position: relative;
	}
	.offer-column:hover .offer-column-plus {
		opacity: 1;
	}
	.offer-column-plus {
		width: 100%;
		background-color: rgba(0,0,0,0.5);
		position: absolute;
		opacity: 0;
		background-image: url(../img/offer/shop.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20%;
		transition: opacity 0.5s;
	}
	.column img,
	.offer-column img {
		display: block;
		width: 100%;
	}
	.column h3,
	.offer-column h3 {
		font-weight: 700;
		margin: 5px 20px 20px 20px;
		margin-bottom: 10px;
		/*text-transform: uppercase;*/
	}
	.column p,
	.offer-column p {
		margin: 20px;
		margin-top: 10px;
	}
	
	/* Block */
	.block {
		background-color: #fbde3c;
		box-shadow: 0 2px 4px -2px #666;
		margin: 20px;
		overflow: hidden;
	}
		.block-image {
			float: right;
			height: 280px;
			width: calc(100%/2);
		}
		.about-block-image {
			height: 710px;
		}
		.block-side {
			float: left;
			width: calc(100%/2);
		}
		.about-block-side {
			text-align: justify;
		}
			.block h3 {
				font-weight: 700;
				margin: 20px;
				margin-bottom: 10px;
				text-transform: uppercase;
			}
			.block p {
				margin: 20px;
				margin-top: 10px;
			}

/* Masonry.js */
.grid-item { width: 50%; }

.grid-item--width2 { width: 100%; }

.masonry-margin {
	margin: 20px;
	background: #fbde3c;
	box-shadow: 0 2px 4px -2px #666;
	overflow: hidden;
}
	.masonry-margin img {
		width: 100%;
		display: block;
		margin: 0;
		min-height: 248px;
	}
	.news-crop {
		height: 248px;
		overflow: hidden;
	}
	.masonry-block {
		padding: 20px;
		overflow: hidden;
	}
		.masonry-block h3 {
			color: #666;
			margin: 0;
			font-weight: 900;
			font-size: 18px;
			margin-bottom: 5px;
		}
		.masonry-block time {
			color: #999;
			display: block;
			margin-bottom: 10px;
		}
		.masonry-block p {
			margin: 0;
		}
		.masonry-block a {
			cursor: pointer;
			margin-top: 10px;
			display: block;
			padding-bottom: 5px;
			float: right;
			border-bottom: 1px solid #c00000;
			font-size: 14px;
			text-transform: uppercase;
		}
		.masonry-block a:hover {
			border-bottom: 1px solid #600000;
		}
			
/* News */
.news-margin {
	margin: 40px 20px 0 20px;
	background: #fbde3c;
	box-shadow: 0 2px 4px -2px #666;
}
	.news-margin img {
		display: block;
		width: 100%;
	}
	.news-block {
		padding: 20px;
	}
		.news-block h2 {
			margin: 0;
			padding: 0;
			font-weight: 900;
			color: #666;
			font-size: 25px;
			margin-bottom: 10px;
		}
		.news-block p {
			margin: 0;
		}
		.news-block time {
			display: block;
			margin: 10px 0;
			color: #999;
		}
	/* News tabs */
	.news-tabs {
		overflow: hidden;
	}
		.news-tab {
			display: block;
			float: left;
			border: 1px solid #c00000;
			padding: 10px;
			margin-left: 10px;
		}
			.news-tab:hover {
				border: 1px solid #600000;
			}
			.news-tab-selected {
				background: #c00000;
				border: 1px solid #c00000;
				color: #fff;
			}
				.news-tab-selected:hover {
					border: 1px solid #c00000;
					color: #fff;
					cursor: default;
				}
		.news-tabs h2 {
			float: left;
			padding-bottom: 20px;
		}
		.news-tabs-box {
			float: right;
			margin: 50px 20px 0 0;
		}
	
	/* News column */
	.news-column {
		background-color: #fbde3c;
		box-shadow: 0 2px 4px -2px #666;
		float: left;
		margin: 20px;
		margin-top: 0;
		margin-bottom: 40px;
		width: calc(100%/2 - 40px);
		position: relative;
	}
	.news-column-x2 {
		width: calc(100% - 40px);
	}
	.news-column h3 {
		font-weight: 700;
		margin: 0px 20px 20px 20px;
		margin-bottom: 10px;
		font-size: 22px;
	}
	.news-column-header {
		padding-bottom: 10px;
		text-align: center;
	}
	.news-column img {
		display: block;
		width: 100%;
		min-height: 248px;
	}
	.news-column:hover .news-column-plus, .news-column:hover .blog-button-hover {
		opacity: 1;
	}
	
		.news-column-plus {
			z-index: 100;
			width: 100%;
			background-color: rgba(0,0,0,0.5);
			position: absolute;
			height: 248px;
			opacity: 0;
			background-image: url(../img/aktualnosci/eye.svg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 20%;
			transition: opacity 0.5s;
		}
		.blog-button-hover {
			z-index: 100;
			width: 100%;
			background-color: rgba(0,0,0,0.5);
			position: absolute;
			height: 100px;
			opacity: 0;
			background-image: url(../img/aktualnosci/arrow-white.svg);
			background-position: right;
			background-repeat: no-repeat;
			background-size: 15%;
			transition: opacity 0.5s;
			font-size: 22px;
			text-transform: uppercase;
			font-weight: 700;
			line-height: 100px;
			text-align: center;
			color: white;
		}
		.blog-button {
			width: 100%;
			height: 100px;
			background: url(../img/aktualnosci/blog-bg.jpg);
			font-size: 22px;
			text-transform: uppercase;
			font-weight: 700;
			line-height: 100px;
			text-align: center;
		}
		.news-column:hover .news-column-plus, .news-column:hover .promocje-button-hover {
		opacity: 1;
	}
		.promocje-button-hover {
			z-index: 100;
			width: 100%;
			background-color: rgba(0,0,0,0.5);
			position: absolute;
			height: 100px;
			opacity: 0;
			background-image: url(../img/aktualnosci/arrow-white.svg);
			background-position: right;
			background-repeat: no-repeat;
			background-size: 15%;
			transition: opacity 0.5s;
			font-size: 22px;
			text-transform: uppercase;
			font-weight: 700;
			line-height: 100px;
			text-align: center;
			color: white;
		}
			.promocje-button {
			width: 100%;
			height: 100px;
			background: url(../img/aktualnosci/promocje.jpg);
			font-size: 22px;
			text-transform: uppercase;
			font-weight: 700;
			line-height: 100px;
			text-align: center;
		}
/* Footer */
.footer {
	background-color: #ccc;
	margin-top: 40px;
}
	.copyright {
		margin: 0;
		padding: 20px;
	}
		.creator {
			float: right;
		}
	
	/* Links */
	.links {
		padding: 20px;
		overflow: hidden;
	}
		.links-column {
			float: left;
			width: calc(100%/4);
		}
		.links-column h3 {
			font-weight: 700;
		}
	
	/* Info */
	.info {
		overflow: hidden;
	}
		.info .fa {
			color: #666;
		}
		.info-column {
			float: left;
			width: 30%;
			padding-bottom: 10px;
		}
		.info-column-x2 {
			float: left;
			width: 40%;
			padding-bottom: 10px;
		}
		.info-column h3 {
			font-weight: 700;
		}
		.info-column h4,
		.info-column-x2 h4 {
			font-weight: 700;
			margin: 0 20px;
			margin-bottom: -10px;
		}
		.info-column h5,
		.info-column-x2 h5 {
			font-weight: 700;
			margin: 0 20px;
			margin-bottom: -10px;
			color: #666;
		}
		.info-column p {
			margin-bottom: 10px;
		}

/* ResponsiveSlides plugin */
.rslides-mask {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 5;
}
.rslides-mask-bottom {
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: 0;
	z-index: 5;
}
	.arrow {
		cursor: pointer;
		display: block;
		width: 75px;
		margin: auto;
	}
.rslides {
	z-index: 4;
}
	.rslides-wrapper {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.rslides-bg {
		background: url(../img/slider/white-mask.png) bottom, rgba(0,0,0,0.0);
		background-size: 100%;
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
	}
	.rslides .center {
		display: table;
		height: 100%;
		overflow: hidden;
	}
	.rslides-block {
		display: table-cell;
		padding: 20px;
		text-align: center;
		vertical-align: middle;
	}
		.rslides-block h1 {
			color: #fff;
			font-size: 50px;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
		}
		.rslides-block p {
			color: #fff;
			font-size: 40px;
			margin: 0;
			padding: 0;
			display: block;		
			text-shadow: 2px 2px 5px #000;
		}
		
	/* rslides pagination */
	.rslides1_tabs {
		bottom: 40px;
		list-style: none;
		position: absolute;
		right: 0;
		padding: 20px;
		z-index: 6;
	}
		.rslides1_s1,
		.rslides1_s2,
		.rslides1_s3,
		.rslides1_s4,
		.rslides1_s5,
		.rslides1_s6 {
			float: left;
			padding: 0;
		}
		.rslides1_s1 a,
		.rslides1_s2 a,
		.rslides1_s3 a,
		.rslides1_s4 a,
		.rslides1_s5 a,
		.rslides1_s6 a {
			color: #fff;
			border-radius: 50%;
			border: 1px solid #fff;
			display: block;
			margin: 5px;
			line-height: 10px;
			font-size: 10px;
			width: 10px;
			height: 10px;
			padding: 4px;
			text-align: center;
		}
		.rslides_here a {
			background: #fff;
			color: #000;
		}
		
/* Carousel plugin */
.partners-wrapper {
	margin: 20px;
	margin-top: 40px;
}
	.partners {
	}
		.partners div {
			float: left;
			padding: 0 20px;
			position: relative;
			text-align: center;
			width: 200px;
			height: 40px;
			background-position: center top;
			background-repeat: no-repeat;
			transition: background-position 0.5s;
		}
		.partners img {
			border: none;
			display: block;
			height: 40px;
		}
		.partners div:hover {
			transition: background-position 0.5s;
			background-position: center bottom;
		}
		
		.betler {
			background-image: url(../img/partners/betler.png);
		}
		.brata {
			background-image: url(../img/partners/brata.png);
		}
		.bruk-bet {
			background-image: url(../img/partners/bruk-bet.png);
		}
		.czamaninek {
			background-image: url(../img/partners/czamaninek.png);
		}
		.dyckerhoff {
			background-image: url(../img/partners/dyckerhoff.png);
		}
		.heluz {
			background-image: url(../img/partners/heluz.png);
		}
		.hplush {
			background-image: url(../img/partners/hplush.png);
		}
		.plewa {
			background-image: url(../img/partners/plewa.png);
		}
		.silka {
			background-image: url(../img/partners/silka.png);
		}
		.solbet {
			background-image: url(../img/partners/solbet.png);
		}
		.termalica {
			background-image: url(../img/partners/termalica.png);
		}
		.termoton {
			background-image: url(../img/partners/termoton.png);
		}
		.termobet {
			background-image: url(../img/partners/termobet.png);
		}
		.wienerberger {
			background-image: url(../img/partners/wienerberger.png);
		}
		.ytong {
			background-image: url(../img/partners/ytong.png);
		}

/* Media Queries ---------------------------*/
@media (min-width: 960px) {
	
	/* Navigation */
	.navigation {
		display: block !important;
	}
	
}
@media (max-width: 960px) {
	
	/* News tabs */
	.news-tabs h2 {
		float: none;
	}
	.news-tabs-box {
		float: none;
		margin: 20px 20px 0 0;
	}
	.news-tabs {
		float: none;
	}
	
	/* Header */
	.header {
		float: none;
	}
		
		/* Logo */
		.logo {
			height: 40px;
		}
		
		/* Menu button */
		.menu-button {
			display: block;
		}
	
	/* Navigation */
	.navigation {
		clear: both;
		display: none;
		float: none;
	}
		.navigation a {
			float: none;
			line-height: 20px;
			padding: 10px 20px;
		}
		.navigation a:last-of-type {
			padding-bottom: 20px;
		}
			.navigation a:hover {
				border: none;
				padding-bottom: 10px;
			}
			.navigation a:last-of-type:hover {
				padding-bottom: 20px;
			}
			
	/* Info */
	.info-column {
		float: none;
		width: 100%;
	}
	.info-column-x2 {
		float: none;
		width: 100%;
	}
		.info-column h3 {
			margin-top: 20px;
		}
	
	/* Column */
	.offer-column {
		float: none;
		width: calc(100% - 40px);
		height: auto;
	}
	.offer-column p {
		padding-bottom: 20px;
	}
	.zuhause-responsive-helper {
		display: none;
	}
	
	/* Block */
	.about-block-side {
			text-align: left;
		}
	.block-image {
		float: none;
		width: 100%;
	}
	.about-block-image {
		height: 300px;
	}
	.block-side {
		float: none;
		width: 100%;
	}
	
	/* rslides */
	.rslides1_tabs {
		bottom: 20px;
	}
			
}
@media (max-width: 700px) {
	h3 {
		margin: 20px;
	}
	.to-top {
		display: none;
	}

	/* Language */
	.language p {
		display: none;
	}
	
	/* Column */
	.column, .news-column {
		float: none;
		width: calc(100% - 40px);
	}
	.column p {
		padding-bottom: 20px;
	}
	
	/* Links */
	.links-column {
		float: none;
		width: 100%;
		text-align: center;
	}
		.links-column h3 {
			margin-top: 10px;
		}
		.links-column:first-of-type h3 {
			margin-top: 0;
		}
	
	/* Masonry.js */
	.grid-item { width: 100%; }
	
	/* Footer */
	.copyright {
		text-align: center;
	}
	.creator {
		display: block;
		float: none;
	}
	
	/* Rslides */
	.rslides-mask-bottom {
		height: 50px;
	}
		.arrow {
			width: 50px;
		}
	.rslides1_tabs {
		display: none;
	}
}

/* to top */
.to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #fbde3c;
	cursor: pointer;
	z-index: 999;
	border-radius: 5px;
	transition: opacity 0.2s ease-out;
    opacity: 0;
}
.to-top:hover i {
	color: #850000;
}
.to-top:hover {
	background: #EBD03B;
}
	.to-top i {
		font-size: 16px;
		line-height: 30px;
		color: #c00000;
	}
	.to-top.show {
		opacity: 1;
	}
	
/* float nav */
.top-space {
	width: 100%;
	height: 100px;
	display: none;
}
.float-nav {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
}