.clear() {
	content: '';
	display: block;
	clear: both;
}

@easing: cubic-bezier(0, 0, 0.25, 1);


body {
	background-color: #fff;
	font-size: 13px;
}

strong {
	font-weight: 700;
}

nav {
	display: block;
	position: fixed;
	z-index: 999;
	top: -111px;
	left: 0;
	width: 100%;
  height: 110px;
	background: #fff url('top.png') no-repeat center;
  background-size: auto 110px;
	transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
  box-shadow: 0 2px 1px -1px rgba(0,0,0,0.1);
  .logo {
  	float: left;
		width: 182px;
		height: 110px;
		background-image: url('../images/logo-nav.png');
		background-size: contain;
  }
  .menu {
  	float: right;
  	padding-top: 35px;
  	a {
  		height: 40px;
  		line-height: 38px;
  		color: #7e83ba;
  		font-weight: 600;
  		font-size: 14px;
  		&.active {
  			color: #222;
  		}
  		&:hover {
  			text-decoration: underline;
  		}
  		& + a {
  			margin-left: 20px;
  		}
  	}
  }
}

.menu-visible nav {
	transform: translateY(110px);
	-webkit-transform: translateY(110px);
}

.page-width {
	width: 980px;
	margin: 0 auto;
	padding: 0 30px;
}

h2 {
	font-family: 'Sacramento', sans-serif;
}

.anchor-point {
	display: block;
	position: relative;
	top: -109px;
}
div.cover {
	height: 80%;
	background-color: #ccc;
	overflow: hidden;
	div {
		height: 110%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}


.intro {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/cover-intro.jpg');
	height: 80%;
	color: #fff;
	text-align: center;
	display: table;
	width: 100%;
	& > div {
		display: table-cell;
		vertical-align: middle;
		padding: 70px 0 120px;
	}
	.logo {
		width: 335px;
		height: 105px;
		background-image: url('../images/logo.png');
		background-size: contain;
		margin: 0 auto 50px;
	}
	.menu {
		a {
			font-weight: 600;
			text-transform: lowercase;
			font-size: 19px;
			&:before {
				width: 6px;
				height: 6px;
				display: inline-block;
				vertical-align: middle;
				content: '';
				margin-right: 8px;
				background-color: #fff;
				border-radius: 100%;
			}
			&:hover {
				text-decoration: underline;
			}
			& + a {
				margin-left: 20px;
			}
		}
	}
}

.o-nas {
	background-image: url('../images/swirl.png');
	text-align: center;
	padding: 100px 0;
	h2 {
		color: #c17cbd;
		font-size: 40px;
		margin-bottom: 35px;
	}
	p {
		color: #7d7d7d;
		font-size: 14px;
		line-height: 22px;
		white-space: pre-line;
		&.stronger {
			font-weight: 700;
			margin-bottom: 12px;
		}
	}
}

.cover-co-oferujemy div {
	background-image: url('../images/cover-co-oferujemy.jpg');
}

.co-oferujemy {
	background-color: #aac3de;
	color: #fff;
	padding: 70px 0 90px;
	&:after {
		.clear;
	}
	.page-width {
		padding-left: 430px;
	}
	.choose-category {
		float: left;
		width: 330px;
		height: 500px;
		padding: 10px;
		margin-left: -400px;
		background-image: url('../images/offer.png');
		background-size: 330px 500px;
		span {
			display: block;
			width: 100%;
			height: 60px;
			line-height: 58px;
			padding-left: 20px;
			cursor: pointer;
			font-size: 14px;
			font-weight: 600;
			transition: background-color 0.2s @easing;
			-webkit-transition: background-color 0.2s @easing;
			&:hover {
				background-color: rgba(255,255,255,0.2);
			}
			&.active {
				background-color: #fff;
				color: #999;
			}
		}
	}
	.categories {
		padding-top: 10px;
		& > div {
			display: none;
		}
		p {
			line-height: 20px;
			& + p {
				margin-top: 20px;
			}
		}
		.stronger {
			font-size: 15px;
			line-height: 22px;
			font-weight: 700;
			white-space: pre-line;
			margin-bottom: 10px;
		}
		ul {
			margin: 20px 0;
			li {
				white-space: nowrap;
				background-image: url('../images/tick.png');
				background-size: 9px auto;
				background-position: left 5px;
				background-repeat: no-repeat;
				padding-left: 20px;
				line-height: 20px;
				& + li {
					margin-top: 3px;
				}
			}
		}
	}
}

.cover-zamow-kwiaty div {
	background-image: url('../images/cover-zamow-kwiaty.jpg');
}
.zamow-kwiaty {
	background: url('../images/zamow-kwiaty-bg.jpg') #d8a9cf;
	color: #fff;
	.page-width {
		padding: 70px 0 0 460px;
		background: url('../images/zamow-kwiaty-flower.png') no-repeat left bottom;
		min-height: 500px;
	}
	h3 {
		font-size: 22px;
		line-height: 30px;
		font-weight: 700;
		margin-bottom: 40px;
		white-space: pre-line;
	}
	h3 + p {
		line-height: 22px;
		white-space: pre-line;
	}
	.order {
		margin: 15px 0 30px;
		a:hover {
			text-decoration: underline;
		}
	}
	.button {
		display: block;
		background-image: url('../images/button-zamow.png');
		background-size: auto 80px;
		width: 180px;
		height: 80px;
		text-align: center;
		line-height: 80px;
		margin-right: 30px;
		font-size: 19px;
		font-weight: 700;
		&:hover {
			text-decoration: underline;
		}
	}
	.options {
		line-height: 20px;
	}
	.note {
		font-size: 12px;
		line-height: 20px;
		color: #61415f;
		strong {
			font-weight: 700;
			white-space: pre-line;			
		}
	}
}

.cover-realizacje div {
	background-image: url('../images/cover-realizacje.jpg');
}
.realizacje {
	background-color: #f2eff0;
	padding: 100px 0;
	text-align: center;
	a {
		width: 100px;
		height: 100px;
		display: inline-block;
		border-radius: 100%;
		margin: 10px;
		border: 4px solid #fff;
		background-color: #fafafa;
		background-size: cover;
		transform: scale(1);
		-webkit-transform: scale(1);
		transition: transform 0.2s @easing;
		-webkit-transition: transform 0.2s @easing;
		&:after {
			content: '';
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 100%;
			background-color: rgba(209,205,101,0.7);
			background-image: url('../images/scope.png');
			background-size: 40px;
			background-position: center;
			background-repeat: no-repeat;
			opacity: 0;
			transition: opacity 0.2s @easing;
			-webkit-transition: opacity 0.2s @easing;
		}
		&:hover {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
		}
		&:hover:after {
			opacity: 1;
		}
	}
}

.cover-skontaktuj-sie div {
	background-image: url('../images/cover-skontaktuj-sie.jpg');
}
.skontaktuj-sie {
	border-bottom: 80px solid #afd0db;
	padding: 70px 0 100px;
	text-align: center;
	.content {
		margin: 0 auto 60px;
	}
	.contact {
		font-size: 16px;
		line-height: 28px;
		font-weight: 600;
		padding-right: 80px;
		a {
			color: #6fbed5;
			font-weight: 600;
			&:hover {
				text-decoration: underline;
			}
		}
		.social {
			margin-top: 40px;
			a {
				background-size: 90px 60px;
				background-repeat: no-repeat;
				background-position: center top;
				width: 120px;
				display: inline-block;
				padding: 65px 0 10px;
				font-size: 13px;
			}
			.facebook {
				background-image: url('../images/link-facebook.png');
				color: #87a8ec;
			}
			.blog {
				background-image: url('../images/link-blog.png');
				color: #b89fea;
			}
		}
	}
	.map {
		width: 320px;
		a {
			display: block;
			width: 320px;
			height: 320px;
			background-image: url('../images/map.jpg');
			border-radius: 100%;
			font-size: 0;
			&:after {
				content: '';
				display: block;
				width: 50px;
				height: 50px;
				margin: 245px 0 0 245px;
				border-radius: 100%;
				background-color: #b89fea;
				background-image: url('../images/scope.png');
				background-size: 40px;
				background-position: center;
				background-repeat: no-repeat;
				transition: transform 0.2s @easing;
				-webkit-transition: transform 0.2s @easing;
			}
			&:hover:after {
				transform: scale(1.2);
				-webkit-transform: scale(1.2);
			}
		}
	}
	.note {
		line-height: 24px;
		color: #929292;
		white-space: pre-line;
		a {
			color: #7ecbc3;
			font-weight: 700;
			&:hover {
				text-decoration: underline;
			}
		}
	}
	p + p {
		margin-top: 15px;
	}
}