body {
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.row {
	width: 100%;
}

.row-wrap {
	margin: 0 auto;
	padding: 40px;
	width: 800px;
}

.top {
	border-bottom: 1px dashed #FDFF09;
}

#header {
	padding-bottom: 5px;
}

#header a {
	color: #d1d1d1;
	font-family: 'learning_curve_proregular';
	font-size: 62px;
	text-decoration: none;
}

#menu {
	padding-top: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	margin-right: 30px;
}

#menu ul li a:before {
	content: '/';
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-right: 5px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

#menu ul li a {
	color: #000;
	padding: 4px 8px;
	text-decoration: none;

}

#menu .szkolne-color a:hover {
	background-color: #FDFF09;
}

#menu .biurowe-color a:hover {
	background-color: #E8BA0C;
}

#menu .kreslarskie-color a:hover {
	background-color: #FF9400;
}

#menu .zabawki-color a:hover {
	background-color: #E8480C;
}

#menu ul li a:hover:before {
	color: #fff;
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

#content {
	background-color: #FFFD85;
}

.banner {
	border: 10px solid #fff;
}

section h2 {
	border-bottom: 1px solid #000;
	font-family: 'learning_curve_proregular';
	font-size: 36px;
}

#sklep {
	float: left;
	width: 300px;
}

#opis {
	float: right;
	width: 460px;
	padding: 0 20px;
}

.box {
	margin: 50px 20px;
	padding: 10px;
}

.box h3 {
	font-family: 'learning_curve_proregular';
	font-size: 36px;
}

.box:after {
	content: "";
	display: table;
	clear: both;
}

.image {
	float: left;
	padding-top: 50px;
	width: 210px;
}


.circle {
	border-radius: 105px;
	float: left;
	height: 200px;
	opacity: 0.7;
	overflow: hidden;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	text-align: center;
	width: 200px;
}

.circle:hover {
	opacity: 1;
}

.description {
	float: right;
	width: 480px;
}

.szkolne-color a:before {
	color: #FDFF09;
}

.szkolne .circle {
	background: url('../images/szkolne.jpg') no-repeat 50% 50%;
	border: 5px solid #FDFF09;
}

.biurowe-color a:before {
	color: #E8BA0C;
}

.biurowe .circle {
	background: url('../images/biurowe2.jpg') no-repeat 50% 50%;
	border: 5px solid #E8BA0C;
}

.kreslarskie-color a:before {
	color: #FF9400;
}

.kreslarskie .circle {
	background: url('../images/kreslarskie2.jpg') no-repeat 50% 50%;
	border: 5px solid #FF9400;
}

.zabawki-color a:before {
	color: #E8480C;
}

.zabawki .circle {
	background: url('../images/zabawki2.jpg') no-repeat 50% 50%;
	border: 5px solid #E8480C;
}

.image img {
	height: 250px;
}

#contact {

}

#contact .banner {
	border: 10px solid #FFFD85;
}

#contact address {
	float: left;
	font-style: normal;
	width: 400px;
}

#contact .map iframe {
	border: 10px solid #e1e1e1;
}

.clear {
	clear: both;
}