/*
Theme Name: Natura
Theme URI: http://am.vj.pl/2015/04/09/natura/
Author: Arek - Marek
Author URI: http://am.vj.pl/
Description: Motyw potomny motywu Twentythirteen.
Version: 1.0
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: Natura
Template: 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.
*/

/* @import url('../twentythirteen/style.css'); */

#videobcg {
position: fixed; 
right: 0; 
bottom: 0;
min-width: 100%; 
min-height: 100%;
width: auto; 
height: auto; 
z-index: 0;
background: url(media/tlo1024x576.jpg); /* no-repeat;*/
background-size: cover; 
}

/*
   #newsbox{
    width: 455px;
    height: 200px;
    display:block;
    float: left;
    padding-left:50px;
    margin-top:0px;
   }
*/
#videobcgr {
     position: relativee;
     top: 0px;
     left: 0px;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: 0;
     overflow: hidden;
}


h1 {
font-size: 1.8em;
}

.site-main {
    position: relative;
    z-index: 100;
    background: white;
	max-width: 90%;
	margin: auto;
	padding-bottom: 20px;
	border-bottom-left-radius:1.5em; 
	border-bottom-right-radius:1.5em;
}

.site-main .widget-area {
  /*  float: right; */
    width: 260px;
}

/*
.widget_nav_menu {
	border-radius:1.5em; 
 }
*/

.widget {
	border-radius:1.5em; 
 }

.widget-area {
	padding-left: 30px;
}

 .okruszki {
	font-size: smaller;
	font-weight:lighter;
	font-style: italic;
	margin-bottom: 1em;
	/* background-color: rgba(247, 245, 231, 0.7); */
 }
 .entry-header {
 margin-bottom: 1.1em;
 }
 
.site-header {
    position: relative;
    max-width: 90%;
    margin: auto;
}

.hentry {
min-height: 1030px;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1140px;
    padding: 0px 376px 0px 60px;
}

.navbar {
	border-top-left-radius:1.5em; 
	border-top-right-radius:1.5em;
}

.comment-respond {
	border-bottom-left-radius:1.5em; 
	border-bottom-right-radius:1.5em;
}

.navigation, .paging-navigation{
	border-bottom-left-radius:1.5em; 
	border-bottom-right-radius:1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
/*	bottom: -50px;
	position: relative; */
}

/* nie wiem czemu dodałem zdaje się być niepotrzebne
.site-content {
	margin-bottom: 30px;
}
*/

.site-title {
	padding-top: 15px;
}

.site-header .home-link {
    min-height: 140px;
}

.map-opis {
	position: relative;
	display: inline-block;
	float: left;
	max-width: 500px;
	text-align: justify;
	padding-right: 40px;
	padding-top: 0px;
	margin-bottom: 30px;
	word-wrap: break-word;
}

.bar-natura {
	position: relative; 
	display: inline-block;
	bottom: 0px;
/*	left: 0%; 
	right: 0%; */
	background-color: rgba(247, 245, 231, 0.4); 
	font-size: smaller; 
	margin: 0px; 
	padding: 10px; 
	word-wrap: break-word; 
	border-radius:1.5em; 
}


/* .site-footer {
    background-color: transparent;
    padding: 0px;
}
*/
.site-footer, .sidebar-container {
    background-color: transparent;
    padding: 0px;
}
/*
.stopa, .site-footer, .widget-area, .sidebar  {
	background-color: yellow;
	font-size: 14px; 
	-moz-hyphens: auto; 
	word-wrap: break-word;
	height: auto;
	max-width: 1040px;
	position: absolute;
	left: 0px;
	margin: 0 auto;
	width: 100%;
}
*/

/* zmiana ilości widgetów w stopce */

.sidebar .site-footer .flexible-widget-area {
	max-width: 1040px;
	left: 0;
}
 
/* Flexible widget areas - number of widgets per row (1, 2, 3 or 4) changes depending on number of widgets used */
.flexible-widget-area .widget {
	margin: 20px 0;
	float: left;
	width: 100%;
	padding: 0 15px;
}
.flexible-widget-area.widget-count-1 .widget {
	padding: 0;
}
/* Two per row */
.flexible-widget-area.per-row-2 .widget {
    width: 50%;
}
.flexible-widget-area.per-row-2 .widget:nth-of-type(2n+1) {
	clear: left;
	padding-left: 0;
}
.flexible-widget-area.per-row-2 .widget:nth-of-type(2n) {
	padding-right: 0;
}
/* Three per row */
.flexible-widget-area.per-row-3 .widget {
    width: 33.33333%;
}
.flexible-widget-area.per-row-3 .widget:nth-of-type(3n+1) {
	clear: left;
	padding-left: 0;
}
.flexible-widget-area.per-row-3 .widget:nth-of-type(3n) {
	padding-right: 0;
}
/* Four per row */
.flexible-widget-area.per-row-4 .widget {
    width: 25%;
}
.flexible-widget-area.per-row-4 .widget:nth-of-type(4n+1) {
	clear: left;
	padding-left: 0;
}
.flexible-widget-area.per-row-4 .widget:nth-of-type(4n) {
	padding-right: 0;
}
/* Five per row */
.flexible-widget-area.per-row-5 .widget {
    width: 20%;
}
.flexible-widget-area.per-row-5 .widget:nth-of-type(5n+1) {
	clear: left;
	padding-left: 0;
}
.flexible-widget-area.per-row-5 .widget:nth-of-type(5n) {
	padding-right: 0;
}

/* kółka licznika */
   .circle{
    display: inline-block;
    background:url('img/circle.png') no-repeat;
    line-height: 25px;
    width: 25px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
   }