* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
	text-decoration:none;
	color:inherit;
}
h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700px;
}
body {
	height: 100%;
}
.content p {
	line-height: 30px;
	margin: 7px 0 7px 0;
}
.wrapper {
	min-width: 1280px;
	max-width: 1500px;
	margin: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: 'Oswald', sans-serif;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 336px;
	background: url(../images/header-bg.jpg) no-repeat top right;
	position:relative;
}
.logo {
	position: absolute;
	right: 930px;
	top: 28px;
}
.social {
	position: absolute;
	right: 30px;
	top: 120px;
}
.btnzostanwrozka {
	position: absolute;
	right: 30px;
	top: 185px;
}
.menucontainer {
	position: absolute;
	right: 129px;
	top: 205px;
	width: 780px;
}

.menucontainer .menuitem {
	vertical-align: middle;
	text-align: center;
	margin: 0 40px 0 0;
	max-width: 111px;
	display:inline-block;
	position:relative;
}

.submenu {
	display:none;
	text-align: left;
	padding: 10px;
	width: 200px;
	background: black;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 900;
	line-height: 35px;
	-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 9px #000000;
-webkit-box-shadow: 0px 0px 9px #000000;
box-shadow: 0px 0px 9px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	
}

.menucontainer a {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	text-decoration:none;
	text-shadow: none;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.menucontainer a:hover {
text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.menucontainer .menuitem:last-child {
	margin: 0 0 0 0;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 200px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 600px;
}

.purple1 {
	color: #e2007a;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}
.purple2 {
	color: #e2007a;
	font-family: 'Oswald', sans-serif;
	font-size: 31px;
}

/* wrozki - lista */


.paging {
	text-align:right;
	font-size: 17px;
	color: #8a5b9d;
}
.paging a {
	color: #8a5b9d;
}
.paging a.activepage {
	color: #000;
}

.fairies {
	width: 685px;
	height: 218px;
	position:relative;
	display:block;
	margin: 0 0 20px 0;
}
.fairies p {
	margin:0;
	line-height: 23px;
}

.fairies .fsimage {
	position:absolute;
}
.fairies .fsname {
	margin: 0 0 0 256px;
	color: #8a5b9d;
}
.fairies .fsname a {
	color:inherit;
	text-decoration:none;
}
.fairies .fscategories {
	margin: 0 0 0 256px;
}
.fairies .fsnumbers {
	height: 133px;
	position: absolute;
	bottom:0;
	left: 218px;
	width:467px;
	-moz-border-radius: 0px 27px 27px 0px;
	-webkit-border-radius: 0px 27px 27px 0px;
	border-radius: 0px 27px 27px 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#544e6d', endColorstr = '#9085ba');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#544e6d', endColorstr = '#9085ba')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #544e6d, #9085ba);
	background-image: -ms-linear-gradient(left, #544e6d, #9085ba);
	background-image: -o-linear-gradient(left, #544e6d, #9085ba);
	background-image: -webkit-gradient(linear, left top, right top, from(#544e6d), to(#9085ba));
	background-image: -webkit-linear-gradient(left, #544e6d, #9085ba);
	background-image: linear-gradient(left, #544e6d, #9085ba);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	color: #fff;
}

.fsnumbers .fsphone {
	margin: 3px 0 0 20px;
	font-size: 25px;
	width: 400px;
	padding: 14px 0 0 60px;
	line-height: 20px;
	background: url(../images/ico_phone_purple.png) no-repeat;
}
.fsnumbers .fssms {
	margin: 0 0 0 20px;
	font-size: 25px;
	width: 400px;
	padding: 14px 0 0 60px;
	line-height: 20px;
	background: url(../images/ico_sms_purple.png) no-repeat 0 -5px;
}
.fsnbigger {
	font-size:35px;
}
.fsnsmallblack {
	font-size:15px; margin: 0 0 0 40px;color:#000;
}

/* strona wróżki */

.fairy .fname {
	width: 816px;
	height: 75px;
	background: url(../images/fairy_title_bg.jpg) no-repeat;
	display:block;
	margin: 0 0 10px 0;
}
.fname h1 {
	color: #fff;
	line-height: 75px;
	margin: 0 0 0 40px;
	text-shadow: 0 0 100px rgba(255,255,255,1) , 0 0 200px rgba(255,255,255,1) , 0 0 100px rgba(255,255,255,1) , 0 0 100px #ffffff, 0 0 70px #ffffff , 0 0 80px #ffffff , 0 0 100px #ffffff ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.fcategories p {
	line-height: 20px;
	margin: 0 0 10px 0;
	font-size: 17px;
}
.fimage {
	display:inline-block;
	width: 373px;
	margin: 0 10px 0 0;
	vertical-align:top;
}
.finfo {
	display:inline-block;
	width: 400px;
	font-family: 'Times New Roman';
	font-style: italic;
	vertical-align:top;
	font-size: 20px;
}

.fairy .fnumbers {
	height: 150px;
	display:block;
	width:816px;
	color: #fff;
	padding: 10px 0 0 20px;
	background-color: #9085ba;
	background: url(../images/fairy_phones_bg.png) no-repeat;
}

.fnumbers .fphone {
	font-size: 35px;
	padding: 14px 0 0 80px;
	line-height: 20px;
	background: url(../images/ico_phone_purple_big.png) no-repeat 0 5px;
}
.fnumbers .fsms {
	font-size: 35px;
	padding: 14px 0 0 80px;
	line-height: 20px;
	background: url(../images/ico_sms_purple_big.png) no-repeat 0 5px;
}
.fnbigger {
	font-size:45px;
}
.fnsmallblack {
	font-size:35px; margin: 0 0 0 40px;color:#000;
}

/* artykuly */

.articles {

}

.articles .aname {
	width: 816px;
	height: 75px;
	background: url(../images/fairy_title_bg.jpg) no-repeat;
	display:block;
	margin: 0 0 30px 0;
	position:relative;
}
.articles .aname img {
	position:absolute;
	width: 86px;
	height: 86px;
	top: 0;
	left: 20px;
}
.back a {
	color: #9b5aba;
	text-decoration:none;
	font-size: 16px;
	text-transform: uppercase;
}
.aname h2 {
color: #fff;
line-height: 75px;
margin: 0 0 0 120px;
text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ffffff, 0 0 70px #ffffff , 0 0 80px #ffffff , 0 0 100px #ffffff ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* Forms ------------------------------ */

form.form {
	text-align: left;
}
form.form label {
	display:block;
	margin: 2px 0 0 0;
	color: #e0002e;
}
form.form div {
	display:block;
	width: 90%;
	vertical-align:top;
	padding:0;margin:0 15px 15px 0;
}
form.form input[type=text],form.form input[type=email],form.form input[type=number] {
	width: 100%;
	height: 35px;
	border: 1px solid #dfb4bc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form.form select {
	width: 200px;
	height: 35px;
	border: 1px solid #dfb4bc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form.form textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #dfb4bc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.form input[type=submit], .btnacceptcookies {
	padding: 5px;
	background: #b9012c;
	padding: 3px;
	font-size: 17px;
	color: #fff;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.cookieInfo {
	width:99%;padding: 5px;text-align:center;
	position:absolute;top:0;left:0;
	z-index:99999;
	background: #000;
	font: bold 12px verdana;
	color: #fff;
}
.cookieInfo a {
	margin: 0 0 0 20px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 580px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -200px 0 0 0;
	min-width: 1280px;
	max-width: 1500px;
	height: 200px;
	background: url(../images/footer-bg.jpg) no-repeat top left;
	position: relative;
}