@import url("../twentythirteen/style.css");
/*
Theme Name: Twenty Thirteen Child
Template: twentythirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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.
*/
@font-face{

	font-family: 'Glober';
	src: url('fonts/GloberSemiBoldFree.eot');
	src: url('fonts/GloberSemiBoldFree.ttf') format('truetype'),
		url("fonts/GloberSemiBoldFree.otf") format('opentype'),
		url('fonts/GloberSemiBoldFree.woff') format('woff'),
		url('fonts/GloberSemiBoldFree.svg') format('svg');

}


/* Search bar */

form#searchform-theme {
	position: absolute;
	right: 161px;
	top: 9px;
}

input#s {
	font-size: 12px;
	padding: 4px;
	background-color: rgba(255, 255, 255, 0.5); 
	border:none;
}

input#searchsubmit-theme {
	background: url(images/search-icon-2x.png) no-repeat;
	background-size:30px 100%;
	content: '';
	width: 42px;
	height: 30px;
	border:none;
}
input#searchsubmit-theme:hover {
	border:none;

}

/* */
.page-header {
	background-color: transparent;
}
.paging-navigation {
	background-color: transparent;
}

.site-main {
	margin-bottom:66px;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
	max-width: 800px;
}


.home .site-content{
width: 900px;
}

.site-content {
	width: 570px;
	margin: 0 auto;
}
.page .site-content,
.single .site-content,
.page-template-marka-sub-page .site-content {
	width: 460px;
	margin: 0 auto;
}

.navbar {
	font-family: 'Glober', sans-serif;
	background: url(images/background_menu.png) top center no-repeat scroll;
	background-size: 1600px 36px !important;
	border-bottom: none;
}
.nav-menu li a {
	color:#fff;
	font-size: 14px;
	padding: 11px 20px;
}

.site-header {
	background: url(images/background_top_menu.png) top center no-repeat scroll !important;
	background-size: 1600px 97px !important;
}

ul.nav-menu, div.nav-menu > ul {
	float: left;
	display: inline;
	margin: 0px auto;
}
.nav-menu li {
	display: inline-block;
	border-bottom: solid #fff 10px;
	margin-left: -5px;
}
.main-navigation {
	max-width: 617px;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #3e3d40;
	font-style: normal;
	padding-bottom: 20px;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: #B2B2B3;
	color: #fff;
}

a, a:visited {
	color: #B2B2B3;
}
ul.nav-menu, div.nav-menu > ul {
	padding: 0;
	background: url(images/background_menu.png) top center no-repeat scroll;
	background-size: 1600px 45px !important;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #C1C1C1;
	background: -webkit-linear-gradient(top, #909090 0%, #C1C1C1 100%);
	background: linear-gradient(to bottom, #909090 0%, #C1C1C1 100%);
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #B2B2B3;
	background: -webkit-linear-gradient(top, #B2B2B3 0%, #B2B2B4 100%);
	background: linear-gradient(to bottom, #B2B2B3 0%, #B2B2B3 100%);
}

.comment-respond {
	background-color: #fff;
	padding: 30px 0;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #B2B2B3;
	background: -webkit-linear-gradient(top, #B2B2B3 0%, #B2B2B3 100%);
	background: linear-gradient(to bottom, #B2B2B3 0%, #B2B2B3 100%);
	border-bottom: 3px solid #B2B2B3;

}

.home-link img{
	display:block;
	margin:0px auto;
	padding:20px 0px;
	width: 155px;
}

.site-footer {
	background-color: #fff;
}

.site-footer {
	background-color: #FFFFFF;
}

.site-header .home-link {
	min-height: 96px;
	width:20%;
}

@media print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}
}
.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
}

.site-header .search-form {
	position: absolute;
	right: 170px;
	top: 1px;
}

#fb-link{
	position: absolute;
	right: 110px;
	top: 1px;
	padding:22px 21px;
	background-image: url(images/facebook.png);
	background-size:100% 100%;
}

#email-link{
	position: absolute;
	right: 64px;
	top: 1px;
	padding:22px 21px;
	background-image: url(images/email.png);
	background-size:100% 100%;
}

.home #animations {
	margin: 0px auto;
	display: block;
	text-align: center;
}

.home #animations img.home-animation{
	height:352px;
	
}

#okna {
	text-align: center;
	padding-top: 75px;
}

.okno {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 142px;
}

#okna #center {
	margin-left:10px;
	margin-right:10px;
}

#titles {
	position: absolute;
	bottom: -2px;
	float: right;
	right: 5px;
	color: #fff;
	font-family: 'Glober', sans-serif;
	z-index: 3;
}

.okno .nohover {
	z-index: 2;
}

.okno .hover {
	z-index: 1;
	opacity: 0;
}

#okna .okno a img {
	position: absolute;
	right: 0%;
}

.okno .hover:hover {
	opacity: 1;
	transition: visibility 0s 1s, opacity 1s linear;
}
	
.nohover a, .hover a, .nohover a:visited, .hover a:visited {
	text-decoration: none;
	color: #fff;
}

.page-template-marka-sub-page header.entry-header {
	*position: absolute;
	float: left;
	width: auto;
	*left: -205px;
	*top: 16px;
	margin-top:-20px;
	margin-left:-230px;
}

.page-template-marka-sub-page .entry-content {
	margin-top: 35px;
}

.page-template-marka-sub-page header.entry-header .entry-title{
	font-family: Glober, Georgia, serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 28.6000003814697px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: -3px;
	color: #545056;
	}
	
.page-id-128 p strong {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 21.4285717010498px;
	color: #545056;
}

/*
.page-template-marka-sub-page .site-content {
	max-width: 800px;
}
*/
.page-template-marka-sub-page header.entry-header .entry-thumbnail {
float: right;
}

/* owl carousel - gallery page  */
/*
.owl-controls{
	position: relative;
	bottom: 676px;
}

.owl-next,
.owl-prev {
	height:666px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin:0px;
}
.owl-prev{
	float: left;
}

.owl-next{
	float: right;
}

.owl-dots{
	display: none !important;
}*/
.owl-item img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.customNavigation{
	text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls{
	display: none !important;
}

article.hentry {
	padding-top: 5px;
	padding-bottom: 11px;
	position:relative;
	display:inline-block;
	border-bottom: 1px solid #c2c2c2;
}

.entry-thumbnail{
	width: 187px;
	height: 187px;
	display: inline-block;
	float: left;
}

div.entry-meta {
	width:100px;
	position: absolute;
	top: 0px;
	left: -59px;
	font-size:10px;
}

div.entry-meta a{
	color: #6d6771;
}

#prawy {
	display: inline-block;
	float:right;
	height: 187px;
	width: 383px;
	padding-left: 8px;
}

div.entry-meta span.categories-links {
	display: none;
}	

.archive .site-content {
	border-top: 1px solid #c2c2c2;
	margin-top: 60px;
	padding-top: 5px;
}

.archive header.archive-header {
	display: none;
}

.category article footer.entry-meta {
	display: none;
}

article.category-blog h1.entry-title {
	font-size: 21px;
}

.category-page .navigation .nav-links span.meta-nav {
	display: none !important;
}

.category-page .paging-navigation {
	background-color: transparent;
	padding: 0px;
}

@media (max-width: 821px) {
	div.entry-meta {
		position: relative;
		top: -192px;
		left: 0;
	}

	.entry-thumbnail {
		padding-top:12px;
	}
}

#read_more {
	position:absolute;
	bottom:0px;
	right:0px;
}

div#read_more a {
	font-family: Arial;
	font-size: 15px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: 21.4285717010498px;
	color: #6d6771 !important;
}


.category-blog .paging-navigation {
	background: transparent !important;
	padding: 0;
}

.category-blog .paging-navigation span.meta-nav{
	display: none !important;
}

.category-blog .paging-navigation a {
	color: #000000;
}

.entry-meta .date a:before {
	display: none;
}

.single .entry-content p,
.entry-summary p {
	text-indent: 36px;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 21.4285717010498px;
	color: #444246;
}

.entry-title a:hover {
	color: #000000;
	text-decoration: none;
}

.entry-title a:visited {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Glober, Georgia, serif;
}

.category header.entry-header {
	margin-bottom: 10px;
}
.single h1.entry-title,
.category h1.entry-title a{
	font-size: 29px !important;
	color: #31373a !important;
}

span.edit-link {
	display: none;
}

/* Page kolekcja.php   */

.page-template-kolekcja .site-main {
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 65px;
}
/* Page galeria.php */

.page-template-galeria .site-content {
	width: 80%;
}

/* Slider */
.customNavigation{
	position:absolute;
	width:100%;
	height:100%;
}

.customNavigation .prev {
	position: absolute;
	background: url(images/left-copia.png) no-repeat;
	left: 0px;
	background-size: 100% 100%;
	z-index: 10;
	height: 100%;
	width: 8%;
	cursor:pointer;
}

.customNavigation .next{
	position:absolute;
	background: url(images/rigth-copia.png)  no-repeat;
	right:0px;
	z-index:10;
	background-size: 100% 100%;
	z-index: 10;
	height: 100%;
	width: 8%;
	cursor:pointer;
	
}

div#slider-container {
	width: 80%;
	position: relative;
	display: block;
	margin: 0px auto;
}

.gallery-content{
	margin-top:40px;
}
/*
.page-template-kolekcja #sesja {
	display: inline-block;
	margin: 16px;
}*/
/*
.page-template-kolekcja #sesja:hover {
	  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(252,252,252,0.5)), to(rgba(191,191,191,0.5)), color-stop(3%, rgba(247,247,247,0.5)), color-stop(12%, rgba(242,242,242,0.5)), color-stop(90%, rgba(217,217,217,0.5))), url(http://nowa.josz.pl/wp-content/uploads/2015/01/sesja-003-miniatura-a.jpg ) !important;
	background-image: -webkit-linear-gradient(top, rgba(252,252,252,0.5), rgba(247,247,247,0.5) 3%, rgba(242,242,242,0.5) 12%, rgba(217,217,217,0.5) 90%, rgba(191,191,191,0.5)), url(http://nowa.josz.pl/wp-content/uploads/2015/01/sesja-003-miniatura-a.jpg ) !important;
	background-image: -moz-linear-gradient(top, rgba(252,252,252,0.5), rgba(247,247,247,0.5) 3%, rgba(242,242,242,0.5) 12%, rgba(217,217,217,0.5) 90%, rgba(191,191,191,0.5)), url(http://nowa.josz.pl/wp-content/uploads/2015/01/sesja-003-miniatura-a.jpg ) !important;
	background-image: -o-linear-gradient(top, rgba(252,252,252,0.5), rgba(247,247,247,0.5) 3%, rgba(242,242,242,0.5) 12%, rgba(217,217,217,0.5) 90%, rgba(191,191,191,0.5)), url(http://nowa.josz.pl/wp-content/uploads/2015/01/sesja-003-miniatura-a.jpg ) !important;
	background-image: -ms-linear-gradient(top, rgba(252,252,252,0.5), rgba(247,247,247,0.5) 3%, rgba(242,242,242,0.5) 12%, rgba(217,217,217,0.5) 90%, rgba(191,191,191,0.5)), url(http://nowa.josz.pl/wp-content/uploads/2015/01/sesja-003-miniatura-a.jpg ) !important;
	background-image: linear-gradient(to bottom, rgba(252,252,252,0.5), rgba(247,247,247,0.5) 3%, rgba(242,242,242,0.5) 12%, rgba(217,217,217,0.5) 90%, rgba(191,191,191,0.5)), url(
	http://nowa.josz.pl/wp-content/uploads/2015/01/sesja-003-miniatura-a.jpg ) !important;
} */


#info {
border-left: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
}

.footer-item {
	font-family: Glober;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
}

.footer-item a,
.footer-item a:hover,
.footer-item a:visited{
		color: #d8d8d8;
		text-decoration:none;
		}
		
#copyright{
	color: #d8d8d8;
}

#stopka-jola {
	padding-top: 7px;
	border-top: 1px solid #d8d8d8;
}

footer#colophon {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-id-128 .entry-header ,
.page-id-130 .entry-header {
	display:none;
}

.page p {
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
color: #6d6771;
}

.single h1.entry-title {
text-align: center;
}

.single div.entry-meta {
	position: relative;
	font-size: 10px;
	text-align: center;
	left: 0;
}

.page-template-galeria footer#colophon {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.page-id-134 .site-content{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.gallery-caption:before {
box-shadow: none !important;
}
figcaption.gallery-caption {
opacity: 1;
}

.wp-video {
  max-width: 460px !important;
}

#instrukcja p {
  text-align: center;
  margin-top: 35px;
  font-weight: 900;
  font-size: 1.2em;
  color: #fff;
  background: rgb(130, 127, 136);
  padding: 15px 0;
}

#facebook_slider { position: fixed !important; top: 125px; right: -273px; z-index: 99; background: transparent url('images/facebook_widget.png') left top no-repeat; padding-left: 31px; transition: right 0.8s; z-index: 99999; }

#facebook_slider:hover { right: 0; }

#facebook_slider .fb-page { border: 2px solid #336799; border-right: none; }