/*
Theme Name: Badet Strona
Theme URI: http://underscores.me/
Author: pro5
Author URI: http://www.pro5.pl
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ksiegarnia-dziecieca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Badet Strona is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms 
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
	
13.0 Badet
	13.1 Header
	13.2 Content
	13.3 Podstrony
		13.3.1 O Nas
		13.3.2 Urodziny
		13.3.3 Kontakt
	13.4 Rezeruj Urodziny (formularz)
	
	
14.0 Badet Plugin Override
	14.1 Slider
	14.2 Galeria
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 0.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.productPolecany
{
	font-size: 14px;
	position: relative;
	border: 1px solid #eee;
	min-height: 200px;
	max-height: 200px;
	margin: 4px;
}

.productPolecany h2
{
	color: #5b942b;
	font-size: 16px;
}

.productPolecany div.desc
{
	text-align: center;
}

.productPolecany div.desc h2 { color: #eabd03; font-weight: bold; margin-top: 25px; }

.productPolecany a.link
{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	text-align:center;
	background: -webkit-linear-gradient(#f7f6f7,#d3ced3);
	color: #333;
	padding: 6px 10px;
	font-weight: bold;
	border-radius: 2px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	font-size: 16px;
	
}

.productPolecany  div.img
{
	height:150px; 
}

.productPolecany img
{
	max-height: 160px;
	display: block;
	margin: auto;
}

a.inputKup
{
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Badet
--------------------------------------------------------------*/

#site-navigation *,
a * {
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

body {
	width: 100%;
	font-family: 'Lato', sans-serif;
	height: auto;
}

/* max. width */
#container {
	margin: 0 auto;
	position: relative;
	background: transparent;
}

.container {
	background: #fff;
}

#page {
	background: url(/wp-content/themes/ksiegarnia-dziecieca/images/bg_hero.png) center top no-repeat #e9e9e9;
}

.clearfix { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

hr {
	color: #e6e6e6;
}

* a,
* a:hover
{
	text-decoration: none;
}


.left {
	float: left;
}

.right {
	float: right;
}
/*--------------------------------------------------------------
13.1 Badet - Header
--------------------------------------------------------------*/



#masthead {
	position: relative;
	overflow: hidden;
}

#masthead div.site-branding {
	height: 150px;
}

#masthead div.Logo_Hero_Wrap {
	height: 140px;
	overflow: hidden;
}

#masthead div.Logo_Wrap {
	position: relative;
	float: left;
	width: 300px;
}

#masthead div.Logo2_Wrap {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 300px;
	height: 140px;
}

#masthead div.Logo2_Wrap img {
	max-width: none;
}

#masthead div.Logo3_Wrap {
	position: relative;
	float: right;
	width: 330px;
	background: transparent;
}

#masthead div.wyszukiwarka_baner {
	margin-top: 95px;
}



#masthead div.Logo3_Wrap div.wyszukiwarka_baner input[type=text] {
	float: left;
	width: 75%;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 8px;
	
	font-size: 14px;
}

#site-navigation {
	width: 100%;
	background: #454545;
	border-radius: 10px;
}

#site-navigation a{
	color: #fff;
	padding: 5px 12px 5px 12px;
}

#site-navigation li {
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 17px;
}

#site-navigation li:last-child a {
	padding: 5px 18px 5px 19px;
}

#site-navigation li:first-child {
	padding: 3px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#site-navigation li.current-menu-item, 
#site-navigation li.current-page-ancestor, 
#site-navigation li:hover {
	background: #b00;
	border-radius: 10px;
}

#site-navigation  a {
	
}

#site-navigation img {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
#site-navigation li :hover  img 
{
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
    -o-transform:rotate(10deg);
}  



/*--------------------------------------------------------------
13.2 Badet - Content
--------------------------------------------------------------*/

#content div.breadcrumbs {
	padding-top: 10px; 
	margin-left: 45px; margin-bottom: 5px;
	position: relative;
	display: block;
}

#content div.breadcrumbs span:first-child a{
	font-weight: bold;
	color: #BF0F11;
	font-size: 25px;
	font-style: italic;
}

#content div.breadcrumbs a {
	font-size: 18px;
	font-style: italic;
	color: #454545;
}

#content div.breadcrumbs span.separator {
	font-size: 18px;
	color: #454545;
}


#slidery div.slider_duzy {
	position: relative;
	float: left;
	width: 633px;
	height: 335px;
	margin-right: 10px;
	margin-top: 10px;
}

#slidery div.slider_maly {
	position: relative;
	float: left;
	width: 306px;
	height: 335px;
	margin-left: 10px;
	margin-top: 10px;
	
	overflow: hidden;
}

#slidery div.slider_maly img {
	position: relative;
}

#slidery div.slider_maly h2 {
	position: absolute;
	top: 274px;
	padding: 10px;
	width: 100%;
	background: #c11111;
	border-radius: 12px;
	color: #fff;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	
}

#slidery div.slider_maly h2 img {
	position: relative;
	top: 0px;
}

#slidery div.slider_maly h2 img.right {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

#slidery div.slider_maly:hover h2 img.right {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

#newsy div.kol_1, #newsy div.kol_2, #newsy div.kol_3 {
	position: relative;
	float: left;
	width: 306px;
	margin-top: 20px;
}

#newsy div.kol_1 {
	border: 0;
}
#newsy div.kol_2 {

}

#newsy div.kol_1 div.urodziny {
	position: relative;
	width: inherit;
	height: 235px;
	overflow: hidden;
}

#newsy div.kol_1 div.newsletter {
	width: inherit;
	background: #454545;
}

#newsy div.kol_1 div.newsletter h2 {
	background: #2e2e2e;
	padding: 5px;
	color: #fff;
	
	font-size: 18px;
	font-style: italic;
}

#newsy div.kol_1 div.newsletter h2 img {
	margin: 5px;
	padding-right: 15px;
	display: inline-block;
	float: left;
}

#newsy div.kol_1 div.newsletter p {
	padding: 10px 10px;
	margin-bottom: 0px;
	line-height: 1.2;

	color: #fff;
	font-size: 13px;
	font-style: italic;
}
#newsy div.kol_1 div.newsletter input[type=email] {
	padding: 4px;
	width: 200px;
	margin: 10px 10px 25px;
	border-radius: 2px;
	border: 2px solid #FFF;
	background: none repeat scroll 0% 0% #454545;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
}

#newsy div.kol_1 div.newsletter input[type=image] {
	float: right;
	margin: 5px 20px;
	
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

#newsy div.kol_1 div.newsletter:hover input[type=image] {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

#newsy div.kol_1 div.urodziny img {
	position: relative;
	top: -35px;
}

#newsy div.kol_1 div.urodziny h2  {
	position: absolute;
	top: 115px;
	display: block;
	width: 50%;
	background: #870000;
	padding-top: 5px;
	padding-bottom: 5px;
	
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
	
}

#newsy div.kol_1 div.urodziny h2 img {
	top: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#newsy div.kol_1 div.urodziny p {
	position: relative;
	top: -41px;
	background: #C11111;
	padding: 5px 80px 10px 8px;
	margin-bottom: 0px;
	word-wrap: break-word;
	color: #fff;
	font-size: 11px;
}

#newsy div.kol_1 div.urodziny span {
	position: absolute;
	right: 5px;
	top: 175px;
}

#newsy div.kol_1 div.urodziny span img {
	top: -10px;
}

#newsy div.kol_1 div.urodziny span img.right {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

#newsy div.kol_1 div.urodziny:hover span img.right{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

#newsy div.kalendarium_header {
	width: 100%;
	background: none repeat scroll 0% 0% #C21010;
	border-radius: 10px;
	
	position: relative;
}

#newsy div.kalendarium_header a {
	color: #fff;
	text-decoration: none;
}

#newsy div.kol_2 h1,
#newsy div.kol_2 h2,
#newsy div.kol_3 h1,
#newsy div.kol_3 h2
{
	display: inline-block;

}

#newsy div.kol_2 h1,
#newsy div.kol_3 h1
{
	margin-left: 10px;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
}

#newsy div.kol_2 h2,
#newsy div.kol_3 h2
{
	margin-left: 90px;
	padding-left: 95px;
	position: relative;
}

#newsy div.kol_2 h2 span,
#newsy div.kol_3 h2 span
{
	position: absolute;
	top: -3px;
	left: 0px;
}

#newsy div.kol_2 div.kalendarium_header h2 img,
#newsy div.kol_3 div.kalendarium_header h2 img
{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
	margin-bottom: 8px;
}

#newsy div.kol_2 div.kalendarium_header:hover h2 img,
#newsy div.kol_3 div.kalendarium_header:hover h2 img
{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

#newsy div.kalendarium_body ul{
	list-style: none;
	margin: 0px;
}

#newsy div.kalendarium_body ul li {
	width: 210px;
	margin: 10px 0px;
	float: right;	
}

#newsy div.kalendarium_body img.attachment-thumbnail {
	width: 75px;
	margin: 10px 0px;
}

#newsy div.kalendarium_body a {
	color: #333333;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	width: 100%;
	display:block;
	line-height: 1;
}

#newsy div.kalendarium_body a:hover {
	text-decoration: underline;
}

#newsy div.kalendarium_body span.czas {
	font-size: 11px;
	width: 100%;
	display:block;
}

#newsy div.wyszukiwarka {
	position: relative;
	width: 100%; /* 100% */
	border-radius: 10px;
	background: #c21010;
	height: 35px;
	margin-top: 50px;
}

#newsy div.wyszukiwarka input[type=text] {
	width: 25%;
	border: 1px solid #fff;
	background: #c21010;
	border-radius: 0px;
	margin-top: 5px;
	margin-left: 20px;
	
	color: #fff;
	opacity: 1;
	font-size: 11px;
}

#newsy div.wyszukiwarka label {
	position: relative;
	top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
#newsy div.wyszukiwarka input[type=image]{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
#newsy div.wyszukiwarka:hover input[type=image]
{
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
}
#nowe_ksiazki div.kol_1, #nowe_ksiazki div.kol_2, #nowe_ksiazki div.kol_3 {
	position: relative;
	min-height: 200px;
	max-height:200px;
	margin-top: 4px;
}

#nowe_ksiazki div.kol_2 {

}

img.listing
{
	float: left;
	margin: 20px 15px 15px 0 !important;
}

.metaslider-1379
{
	float: right;
	margin-top: 15px !important;
}

#footer_gorny div.kol_1, #footer_gorny div.kol_2, #footer_gorny div.kol_3 {
	position: relative;
	float: left;
	width: 306px;
	height: 70px;
}

#footer_gorny div.kol_2 {
	margin-left: 21px;
	margin-right: 21px;
}

#footer_gorny div.kol_1 a, 
#footer_gorny div.kol_2 a,
#footer_gorny div.kol_3 a 
{
	display: block;
	width: 100%;
	border: 1px solid #b2b8b6;
	border-radius: 14px;
	padding: 4px 10px;
	
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #c11111;
	text-decoration: none;
	text-align: right;
}

#footer_gorny div.kol_1 img,
#footer_gorny div.kol_2 img,
#footer_gorny div.kol_3 img {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -4px;
	display: inline-block;
	margin-top: 4px;
	float: right;
}

#footer_gorny div.kol_1 a img,
#footer_gorny div.kol_2 a img,
#footer_gorny div.kol_3 a img 
{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
#footer_gorny div.kol_1 a:hover img,
#footer_gorny div.kol_2 a:hover img,
#footer_gorny div.kol_3 a:hover img
{
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
}

#footer_gorny div.kol_3 img {

}

#footer_gorny div.kol_3 h2 {
	display: block;
	width: 100%;
	border: 1px solid #b2b8b6;
	border-radius: 14px;
	padding: 4px 10px;
	
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #c11111;
	text-decoration: none;
	text-align: right;
}
/*--------------------------------------------------------------
13.3 Badet - Footer
--------------------------------------------------------------*/

#colophon {
	position: relative;
	margin-top: 0px;
	background: #1f1d1e;
	color: #919191;
}

#footer_container {
	width: 1040px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	background: ##1F1D1E;
}

#footer_container2 {
	width: 1040px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	background: #121212;
}

div.dzieci_footer {
	display: block;
	height: 170px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

div.dzieci_footer img {
	top: 5px;
	width: auto;
	width: 1700px;
	margin: 0px auto;
	left: 50%;
	margin-top: -60px;
}



#colophon h2 {
	font-size: 17px;
	font-weight: bold;
	color: #cccccc;
	margin-bottom: 10px;
	margin-top: 5px;
}

#colophon div.footer_kol_1 {

} 
#colophon div.footer_kol_1 p, #colophon div.footer_kol_2 p,
#colophon div.footer_kol_3 p, #colophon div.footer_kol_4 p {
	color: #919191;
	font-size: 12px;
	line-height: 1.8em;
}

#colophon div.footer_kol_2 {

} 

#colophon div.footer_kol_2 ul{
	list-style: none;
	margin: 0px;
} 

#colophon div.footer_kol_2 ul li a {
	padding: 5px;
	color: #919191;
	font-size: 12px;
}

#colophon div.footer_kol_2 ul li:hover a {
	text-decoration: underline;
}

#colophon div.footer_kol_3 {

} 

#colophon div.footer_kol_3 div.newsletter {
	position: relative;
}

#colophon div.footer_kol_3 div.newsletter input[type=email] {
	padding: 7px 50px 7px 7px;
	width: 100%;
	margin: 10px 0px;
	border-radius: 2px;
	border: 2px solid #9a9a9a;
	background: none repeat scroll 0% 0% #1F1D1E;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
}

#colophon div.footer_kol_3 div.newsletter input[type=image] {
	position: absolute;
	top: 15px;
	right: 15px;
}

#colophon div.footer_kol_4 {

} 
#colophon div.footer_kol_4 p { margin-bottom: 0px }
#colophon div.footer_kol_4 ul {
	list-style: none;
	margin: 0;
	font-size: 12px;
}

#colophon div.footer_kol_4 ul li:first-child {
	margin-bottom: 5px;
}
#colophon div.footer_kol_4 ul li img {
	margin-right: 15px;
}

#colophon div.footer_kol_4 ul li a {
	color: #919191;
}

#colophon div.footer_kol_4 ul li a:hover {
	text-decoration: underline;
}

#colophon div.footer_dolny {
	float: left;
	width: 100%;
	height: 80px;
	background: #121212;
}

#colophon div.footer_dolny p {
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	color: #8f8f8f;
}

/*--------------------------------------------------------------
13.3 Podstrony
--------------------------------------------------------------*/
/*#content header.entry-header { margin-top: 20px; margin-left: 40px; margin-bottom: 10px;}*/ 
#content div.entry-content { margin-top: 0px; }

#content header.entry-header h1.entry-title {
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	color: #bf0f11;
	/*min-height: 90px;*/
	display: none;
	/* usuwamy, bo breadcrumb zastapi headera */
}

img.ikona_strona {
	position: absolute;
	top: 15px;
	margin-left: 5px;
}

#wpcf7-f301-p1760-o1, #wpcf7-f1840-p1768-o1, #wpcf7-f1840-p1760-o1, #wpcf7-f1863-p1768-o1
{
	margin-top: 20px;
}

.odstep { margin: 15px }
.wpcf7-textarea { height: 65px; }

article#post-20 img.ikona_strona { top: 12px; }

/*--------------------------------------------------------------
13.3.1 O Nas
--------------------------------------------------------------*/

#O_Nas {
	position: relative;
}

#O_Nas div.Wrapper_1 p
{
	font-size: 13px;
	line-height: 1.8em;
}

#O_Nas div.Wrapper_1 img
{
	float: left;
	margin: 20px;
}

#O_Nas div.Wrapper_2 p
{
	font-size: 13px;
	line-height: 1.8em;

}
#O_Nas div.Wrapper_2 ul {
	margin: 0px auto 10px auto;
}
#O_Nas div.Wrapper_2 ul li {
	list-style:none;
	margin-left: 20px;
	display: inline;
}
#O_Nas div.Wrapper_2 img {
	border: 5px solid #454545;
	width: 295px;
	height: 180px;
}

/*--------------------------------------------------------------
13.3.2 Urodziny
--------------------------------------------------------------*/

#content div.widget {
	margin: 0;
}

#content div.otw-sidebar-1 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#content div.otw-sidebar-1 div.menu-urodziny-container ul {
	list-style: none;
	margin: 0;
}

#content div.otw-sidebar-1 div.menu-urodziny-container ul li {
	
	border: 1px solid #bcbcbc;
	border-top: 0px;
	
	background: url(/wp-content/themes/ksiegarnia-dziecieca/images/urodziny_nav.png) 255px center no-repeat;
}

#content div.otw-sidebar-1 div.menu-urodziny-container ul li:first-child {
	border-top: 1px solid #bcbcbc;
}

#content div.otw-sidebar-1 div.menu-urodziny-container ul li a {
	display: block;
	padding: 8px 30px 8px 30px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

#content div.otw-sidebar-1  div.menu-urodziny-container li.page_item a,
#content div.otw-sidebar-1 div.menu-urodziny-container ul li a:hover { 
	color: #c01012;
}


#content div.entry-content p:first-child { margin-top: 0px; margin-bottom: 0px; }
#content div.entry-content p,
div.event_archiwum p
{
	text-align: justify;
	font-size: 13px;
	line-height: 1.7;
}

#content div.entry-content img.urodziny_link {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
13.3.3 Kontakt
--------------------------------------------------------------*/

#content div.kontakt-img {
	float: left;
	width: 60%;
}

#content div.kontakt-img h2 {
	background: #454545;
	color: #fff;
	width: 553px;
	padding: 5px;
	padding-left: 20px;
	font-size: 20px;
}

#content div.kontakt-info {
	float: left;
	width: 40%;
	
	font-size: 12px;
}

#content div.kontakt-info h2 {
	font-size: 18px;
	color: #c21010;
	
	text-transform: uppercase;
}

#content form.wpcf7-form h2
{
	width: 100%;
	background: #e02222;
	color: #fff;
	font-size: 18px;
	padding: 5px 60px;
	font-style: italic;
}

#content form.wpcf7-form h2 img
{
	position: absolute;
	top: 1px;
	left: 15px;
}

#content form.wpcf7-form div.formularz_kont
{
	background: #e6e6e6;
	position: relative;
}

#content form.wpcf7-form div.formularz_kont input[type=text],
#content form.wpcf7-form div.formularz_kont input[type=tel],
#content form.wpcf7-form div.formularz_kont input[type=email],
#content form.wpcf7-form div.formularz_kont textarea
{
	border: 2px solid #494949;
	border-radius: 5px;
	background: #e6e6e6;
}

#content form.wpcf7-form div.formularz_kont input[type=tel] {	padding: 3px; width:225px; }

#content form.wpcf7-form div.formularz_kont textarea { width: 100%; height: 100px;}

#content form.wpcf7-form div.formularz_kont input[type=submit] 
{	
	border: none;
	box-shadow: none;
	background: url(/wp-content/themes/ksiegarnia-dziecieca/images/kontakt_submit.png) no-repeat right center;
	padding: 20px 60px;
	color: #454545;
	font-size: 20px;
	font-style: italic;
	text-shadow: none;
}

#content form.wpcf7-form div.formularz_kont input[type=submit]:hover
{
	text-decoration: underline;
}

#content form.wpcf7-form h2 + p,
#content form.wpcf7-form h2 + p + p,
#content form.wpcf7-form h2 + p + p + p,
#content form.wpcf7-form h2 + p + p + p + p,
#content form.wpcf7-form h2 + p + p + p + p + p,
#content form.wpcf7-form h2 + p + p + p + p + p + p
{
	margin: 0px;
	padding: 10px 15px;
}

#content form.wpcf7-form h2 + p + p,
#content form.wpcf7-form h2 + p + p + p,
#content form.wpcf7-form h2 + p + p + p + p
{
	display: inline-block;
}

#content form.wpcf7-form h2 + p + p + p + p + p + p { margin: 0px; padding: 0px; height: 10px; }

#content ul li { font-size: 13px; }
/*--------------------------------------------------------------
13.4 Rezerwuj Urodziny
--------------------------------------------------------------*/

div.thankyou
{
	margin: 20px 0;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	background: #006600;
	border-radius: 6px;
}

#Rezerwuj_Urodziny
{
	width: 100%;	
	position: relative;
	
	font-size: 13px;
}

#Rezerwuj_Urodziny h1 {
	width: 100%;
	background: #e02222;
	padding: 4px 10px;
	
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#Rezerwuj_Urodziny h2 {
	color: #de2220;
	text-transform: uppercase;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#Rezerwuj_Urodziny form {

}

#Rezerwuj_Urodziny fieldset {
	background: #e6e6e6;
	padding: 15px;
}

#Rezerwuj_Urodziny label {
	font-style: italic;
	color: #000;
	font-size: 12px;
}

#Rezerwuj_Urodziny div.form_element {
	float: left;
	position: relative;
}

#Rezerwuj_Urodziny div.form_element input {
    display:block;
	border: 2px solid #454545;
	width: 270px;
	margin-right: 45px;
	margin-bottom: 20px;
}

#Rezerwuj_Urodziny div.form_element label {
	display: block;
}

#Rezerwuj_Urodziny div.form_element2 {
	width: 45%;
	margin-right: 2%;
	margin-top: 5px;
	float: left;
}

#Rezerwuj_Urodziny div.form_element2 ul {
	list-style: none;
	margin: 0;
	margin-top: 20px;
}

#Rezerwuj_Urodziny div.form_element2 ul li {
	padding: 5px 0px;
}

#Rezerwuj_Urodziny div.form_element2 input,
#Rezerwuj_Urodziny div.form_element2 select {
	float: right;
}

#Rezerwuj_Urodziny div.form_element2 input[type=radio] {
	margin: 5px;
}

#Rezerwuj_Urodziny div.form_element2 {
	
}


.select_style 
{
	position: relative;
	float: right;
	display: inline-block;
	overflow: hidden;
	border: solid 1px #DADADA;

	background: url("http://strona.badet.pl/wp-content/themes/ksiegarnia-dziecieca/images/select_icon.png") no-repeat right #fff;
	color: #525252;
	font-weight: 300;
	cursor: pointer;
	width: 131px;
	height: 21px;
}

.select_style select
{
	width: 125px;
	height: 19px;
	padding: 3px;

	background:transparent;
	line-height: 1;
	border: 0;
	border-radius: 0;
	
	font-size: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	
	text-indent: 0.01px;
	text-overflow:'';
}

#Rezerwuj_Urodziny textarea {
	width: 100%;
	height: 100px;
	border: 2px solid #454545;
	border-radius: 5px;
}

#Rezerwuj_Urodziny input[type=submit] {
	margin-top: 20px;
	border: 0px;
	border-radius: 0px;
	background: url('/wp-content/themes/ksiegarnia-dziecieca/images/strzalka_red.png') no-repeat scroll 85px center #DE2220;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	padding: 10px 40px 10px 20px;
	font-size: 22px;
}


#Rezerwuj_Urodziny input[type=radio].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
	
	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

#Rezerwuj_Urodziny input[type=radio].css-checkbox + label.css-label {
	padding-left:22px;
	margin-left: 5px;
	height:13px; 
	display:inline-block;
	line-height:13px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;
	
	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

#Rezerwuj_Urodziny input[type=radio].css-checkbox:checked + label.css-label 
{
	background-position: 0 -13px;
	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

#Rezerwuj_Urodziny label.css-label {
	background-image:url(/wp-content/themes/ksiegarnia-dziecieca/images/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

/* checkboox */

#Rezerwuj_Urodziny input[type=checkbox].css-checkbox 
{
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
	
	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

#Rezerwuj_Urodziny input[type=checkbox].css-checkbox + label.css-label 
{
	padding-left:22px;
	margin-left: 5px;
	height:13px; 
	display:inline-block;
	line-height:13px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;
	
	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

#Rezerwuj_Urodziny input[type=checkbox].css-checkbox:checked + label.css-label 
{
	background-position: 0 -13px;
	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

#Rezerwuj_Urodziny label.css-label 
{
	background-image:url(/wp-content/themes/ksiegarnia-dziecieca/images/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-transition: none;                  
    -moz-transition: none;                
    -o-transition: none;  
    -ms-transition: none;          
    transition: none;
}

#Rezerwuj_Urodziny .form-error {
	position: absolute;
	display: block;
	background:#E6E6E6;
	color: #c00;
	font-size: 11px;
	top: 50px;
	width: 270px;
	padding: 0px 40px 0px 0px;
}

#Rezerwuj_Urodziny .help-block {
	font-size: 11px;
}

/*--------------------------------------------------------------
13.41 Animatorzy
--------------------------------------------------------------*/


article#post-57 div.row  img {
	max-height: 140px; 
	margin: 15px 0px;
}

article#post-55 div.row  img {
	margin: 15px 0px;
}

article#post-53 div.row p {
	font-style: italic;
}

article#post-53 div.row p:first-child {
	font-style: normal;
}

article#post-53 div.row h1,
article#post-55 div.row h1,
article#post-57 div.row h1,
.page-id-59 div.row h1,
.page-id-61 div.row h1,
.page-id-63 div.row h1,
.page-id-1220  h1,
.page-id-833  h1,
.page-id-893  h1 {
	text-transform: uppercase;
	color: #C01012;
	font-size: 15px;
	font-weight: bold;
	
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.page-id-63 div.row img
{
	margin: 20px 15px 15px 0;
}

.page-id-57 div.row div.col-md-4
{
	height: 500px;
	overflow: hidden;
	margin-bottom: 30px;
}

.page-id-53 div.col-md-4 img
{
	height: 250px !important;
}

.page-id-57 div.row:hover div.col-md-4
{
	height: 1200px;
}

/*--------------------------------------------------------------
13.5 Zajecia (Archiwum)
--------------------------------------------------------------*/

a.event_kategoria {
	float: right;
	display: inline-block;
	padding: 8px 20px;
	margin-left: 10px;
	background: #BF0F11 !important;
	color: #fff !important;
	font-size: 24px !important;
	line-height: 1;
}

a.event_kategoria:hover {
	text-decoration: underline;
}

div.event-entry-meta ul {
	list-style: none;
}

div.event_archiwum article.event {
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}

time {
	font-weight: bold;
}

div.event_archiwum article.event a:hover {
	text-decoration: underline;
}

div.event_archiwum article.event h1 a:hover {
	text-decoration: none;
}

div.event_archiwum article.event h1 a
{
	display: block;
	overflow: hidden;
}

div.event_archiwum div.event-entry-meta
{
	height: 300px;
}

.events-nav-newer a
{

}


div.event_archiwum article.event h1 a, 
div.event_archiwum article.event a{
	color: #c11010;
	font-style: normal;
	font-weight: normal;
}

div.event_archiwum article.event h1 {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
}

div.event_archiwum img.attachment-thumbnail {
	margin: 10px auto !important;
	float: none !important;
	margin-right: auto !important;
	display: block;
}

div.entry-meta {
	position: relative;
}

div.entry-meta h4 {
	width: 50%;
}

body.single-event .eo-event-venue-map {
	position: relative;
	top: -20px;
}

div.event_archiwum .eo-venue-map {
	margin: 20px 0px;
}

footer.entry-meta { font-size: 10px; display: none;}

/*--------------------------------------------------------------
14.0 Badet Plugin Override
--------------------------------------------------------------*/

#ui-datepicker-div { font-size:12px; }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

/* slider */

.metaslider .caption-wrap {
	width: 600px !important;
	max-width: 600px !important;
	height: 80px !important;
	max-height: 80px !important;
	line-height: 1.2 !important;
	
	background: #454545 !important;
	opacity: 1 !important;
}

.metaslider .caption-wrap p {
	font-size: 12px !important;
}

.metaslider .caption-wrap h1 {
	font-size: 27px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

/* galeria */

span.bwg_standart_thumb_spun2_0 {
	border: 1px solid #454545 !important;
}

/* facebook */
/* wilanow */
#face-slider{
	position:fixed; 
	left:-305px; 
	top:20px; 
	z-index:100; 
}
#face-slider #tab{
	cursor:pointer; 
	height:285px;
	width:75px;
	float:left; 
	background: url('/wp-content/themes/ksiegarnia-dziecieca/images/facebook_wilanow.png') no-repeat; 
	margin-right: -1px;
}
#face-code{
	background: #fff; 
	float:left; 
}
/* ursynow */
#face-slider2{
	position:fixed; 
	left:-305px; 
	top:300px; 
	z-index:100; 
}
#face-slider2 #tab2{
	cursor:pointer; 
	height:285px;
	width:75px;
	float:left; 
	background: url('/wp-content/themes/ksiegarnia-dziecieca/images/facebook_ursynow.png') no-repeat; 
	margin-right: -1px;
}
#face-code2{
	background: #fff; 
	float:left; 
}
/*szczecin*/
#face-slider3{
	position:fixed; 
	left:-305px; 
	top:580px; 
	z-index:100; 
}
#face-slider3 #tab3{
	cursor:pointer; 
	height:285px;
	width:75px;
	float:left; 
	background: url('/wp-content/themes/ksiegarnia-dziecieca/images/facebook_szczecin.png') no-repeat; 
	margin-right: -1px;
}
#face-code3{
	background: #fff; 
	float:left; 
}

.sale
{
	text-align:center;
}

.sale img
{
	max-width: 100px;
	border: 3px solid transparent;
}


/* bootstrap */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.5;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 15px; 
}

#newsy .col-md-4 {padding: 0px; width: 306px;} 
#newsy .col-md-4-margin { margin: 0px 20px; } 

#slidery .col-md-4,
#slidery .col-md-8 {padding: 0px;}

@media (max-width:1200px){ /* home */
						   #page { background: #fff; background-image: none; }
						   #newsy .col-md-4-margin { margin: 0px 15px; }
						   #site-navigation li:last-child a { padding: 5px 12px 5px 15px; }
						   #masthead div.Logo2_Wrap { display: none; }
						   #Rezerwuj_Urodziny textarea { width: 100%;}
						   .productPolecany { width: 46% !important; float: left }
						  } 
						   
@media (max-width:992px){  /* home */
						   #slidery div.slider_duzy { margin: 10px 19px; }
						   #slidery div.slider_maly { margin-left: 20px; margin-top: 35px; margin-bottom: 35px; }
						   .container {position: relative;}
						   #newsy div.col-md-absolute { position: absolute; right: 56px;top: 340px;}
						   #newsy .col-md-4 { float: left; }
						   #newsy .col-md-4 div.kol_3 { margin-left: 10px; }
						   img.menu-image { display: none; } 
						   #site-navigation li { padding: 3px 0px; }
						   #site-navigation li:first-child { padding: 3px 8px; }
						   #footer_gorny div.kol_1, #footer_gorny div.kol_2, #footer_gorny div.kol_3 { height: auto; margin-bottom: 20px;}
						   
						   #Rezerwuj_Urodziny textarea { width: 100%;}
						   
						   #content div.kontakt-info { width: 45%; }
						   #content div.kontakt-img { width: 55%; }
						   #content div.kontakt-img h2 { width: 350px; }
						   #content div.kontakt-img iframe { width: 350px; }
						   }

@media (max-width:810px){
	/* home */
	#face-slider, #face-slider2{ display:none; }}

@media (max-width:768px) {
						  /* home */
						  #slidery div.slider_duzy { margin: 0px; margin-top: 10px; }
						  #slidery div.slider_maly { margin-left: 0px; }
						  #newsy div.col-md-absolute { right: 0px; left: 346px; }
						  #newsy .col-md-4-margin { margin: 0px; margin-right: 9px;}
						  #footer_gorny div.kol_2 { margin-right: 0px; }
						  #site-navigation li:first-child { padding: 3px 0px; } 
						  #site-navigation a {padding: 5px 11px; }
						  #newsy div.kol_1, #newsy div.kol_2, #newsy div.kol_3 { height: auto; }}

@media (max-width:680px) {/* home */
						  #masthead div.Logo_Hero_Wrap { position: relative; height: 170px; width: 100%; }
						  #masthead div.Logo_Wrap { position: absolute; left: 25%; }
						  #masthead div.Logo3_Wrap { position: absolute; bottom: 0px; left: 20%;}
						  #site-navigation a { padding: 5px 5px; } 
						  #site-navigation li:last-child a { padding: 5px 5px; }
						  #slidery div.slider_maly { margin: 10px 0px; left: 25%; }
						  #newsy div.col-md-absolute { top: 0px; bottom: 0px; left: 0px; right: 0px; position: relative; }
						  #newsy .col-md-4 { display: block; width: 100%; }
						  #newsy div.kol_1, #newsy div.kol_2, #newsy div.kol_3 { left: 25%; }
						  #newsy .col-md-4 div.kol_3 { margin-left: 0px; }
						  #newsy div.kol_1 { margin-top: 0px; } 
						  
						  #footer_gorny div.kol_1, #footer_gorny div.kol_2, #footer_gorny div.kol_3 { margin-right: 30px; }
						  #footer_gorny div.kol_2 { margin-left: 0px; }
						  #slidery div.slider_duzy { width: 100%; height: auto;}
						  #metaslider_container_30 div.caption { padding: 5px 40px 5px 10px; }
						  #metaslider_container_30 div.caption p{ font-size: 11px !important; }
						  #metaslider_container_30 div.caption-wrap { width: 100% !important; }
						  
						  #Rezerwuj_Urodziny textarea { width: 100%; }
						  #Rezerwuj_Urodziny div.form_element2 { width: 100%; }
						  #Rezerwuj_Urodziny fieldset { padding: 5px; }
						  
						  #content div.kontakt-info { width: 100%; }
						  #content div.kontakt-img { width: 100%; }
						  #content div.kontakt-img h2 { width: 100%; }
						  #content div.kontakt-img iframe { width: 100%; }
						  #content form.wpcf7-form div.formularz_kont input[type="submit"] { right: 10px; bottom: 10px;}
						  #content form.wpcf7-form div.formularz_kont input[type="email"] { width: 100%; }
						  #content form.wpcf7-form div.formularz_kont input[type="tel"] { width: 100%; }
						  #content form.wpcf7-form div.formularz_kont input[type="text"] { width: 100%; }
						  #content form.wpcf7-form h2 + p + p + p + p + p {	height: 190px;}
						  #content form.wpcf7-form div.formularz_kont textarea {width: 100%;}}
@media (max-width:600px) {/* home */
						 .metaslider { display: none; }}
						 
@media (max-width:480px){/* home */
						 #slidery div.slider_maly { left: 10%; }
						 #newsy div.kol_1, #newsy div.kol_2, #newsy div.kol_3 { left: 10%; }
						 #masthead div.Logo_Wrap { left: 10%; }
						 #masthead div.Logo3_Wrap { left: 10%; }
						 #masthead div.Logo3_Wrap div.wyszukiwarka_baner input[type="text"] { width: 60%; }
						 #masthead div.Logo3_Wrap div.wyszukiwarka_baner img { right: 40px; }}  
						 
@media (max-width:420px){/* home */
						 #slidery div.slider_maly { left: 0px;}
						 #newsy div.kol_1, #newsy div.kol_2, #newsy div.kol_3 { left: 0px; }
						 #masthead div.Logo_Wrap { left: 0px; }
						 #masthead div.Logo3_Wrap { left: 0px; position: relative; }
						 /*#masthead div.Logo3_Wrap { display: none; } */
						 #masthead div.Logo_Hero_Wrap { height: 120px;}
						 #masthead div.wyszukiwarka_baner { margin-top: 135px; }
						 #Rezerwuj_Urodziny textarea { width: 100%; }
}

@media (max-width:340px) {/* home */
						 .container { padding-right: 5px; padding-left: 5px; }
						 #slidery div.slider_maly { margin-top: 0px; } 
						 div.kalendarium_header span { display: none; }
						 #newsy div.kol_2 div.kalendarium_header h2 img, #newsy div.kol_3 div.kalendarium_header h2 img { display: none; }
} 

@media (max-width:315px) {/* home */
						 .container { padding-right: 0px; padding-left: 0px; }
						 
}