/*
Theme Name: wkl_new_logo
Theme URI: http://underscores.me/
Author: Trendmark
Author URI: http://trendmark.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: wkl
*/
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;
     -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;   
  box-sizing: border-box;
}

html {
	font-size: 62.5%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust:     100%; 
}
*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: #cca472; 
    color:white;
}

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

ol,
ul {
	list-style: none;
}

table {
	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;
}

body,
button,
input,
select,
textarea {
	color: #ffffff;
font-family: 'Alegreya Sans', 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-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

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: 1.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:none; border-bottom: 2px #32100b solid;
	border-radius: 4px;
	background:#a2bb78;
/*   background: rgb(204,183,159); Old browsers
background: -moz-linear-gradient(top,  rgba(204,183,159,1) 0%, rgba(204,164,114,1) 100%); FF3.6+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,183,159,1)), color-stop(100%,rgba(204,164,114,1))); Chrome,Safari4+
background: -webkit-linear-gradient(top,  rgba(204,183,159,1) 0%,rgba(204,164,114,1) 100%); Chrome10+,Safari5.1+
background: -o-linear-gradient(top,  rgba(204,183,159,1) 0%,rgba(204,164,114,1) 100%); Opera 11.10+
background: -ms-linear-gradient(top,  rgba(204,183,159,1) 0%,rgba(204,164,114,1) 100%); IE10+
background: linear-gradient(to bottom,  rgba(204,183,159,1) 0%,rgba(204,164,114,1) 100%); W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb79f', endColorstr='#cca472',GradientType=0 );  *//* IE6-9 */

	letter-spacing: 2px;
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: 800;
text-transform: lowercase;
font-size: 18px;
line-height: 18px;
height:42px;
	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 */

	padding: 10px 30px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
	
}

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 */
	box-sizing: content-box;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	height:42px;
	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;
    text-decoration: none;
}

a:visited {
	color: #444;
}

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

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

header a, header a:visited {color:white;}
.main-navigation {margin-top: -138px;}
.main-navigation ul, #menu-menu-2 {list-style-type: none; margin:0; padding:0; font-size:18px;}
#menu-menu-2 li {display:inline-block; padding:10px; vertical-align: middle;}
.main-navigation ul li {display:inline-block; padding:10px; vertical-align: top; width:173px}
.main-navigation .menu-item:nth-child(1) {width:260px;    margin-left: -67px;}
.main-navigation .menu-item:nth-child(2) {/* margin-right:52px */ }
.main-navigation .menu-item:nth-child(3) {margin-left:178px}
#menu-menu-1{
  padding-top: 22px;
  font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.slided > * {position:fixed; width:100%; top:0; left:0; background-color: #431611;}
.slided .main-navigation {margin-top:0;}
.slided .logo {height:56px; width:auto; margin:0 auto;}


.w100 {width:100%; text-align: center;}
.w50 {width:50%}
.w33 {width:33.3%}
.w66 {width:66.6%}

.cont {width:90%; max-width:1200px; margin: 0 auto; text-align: left}
.col {display:inline-block; vertical-align: top; white-space:normal}
#bgbg {width: 100%;

position: fixed;
top: 0;
left: 0;
    z-index: -1;
	    max-height: 1080px;
    overflow: hidden;
}

#bgbg img {min-width:100%; height:100vh;}

.sc {letter-spacing: 2px; font-family: 'Alegreya Sans SC', sans-serif; font-weight:800; text-transform: lowercase; font-size:18px; line-height: 18px;}

.b1 {background-color:rgba(41,41,41,0.94); } 
.b2 {background-color:#cca472 }
.b2 a, .b2 a:visited, .b2 h1, .b2 h2 {color:#431611;}
.b1 a, .b1 a:visited, .b1 h1, .b1 h2 {color:#cca472;}
.b1 a:hover {color:white}
.b2 a:hover {color:white}

header {height:30vh; min-height:250px;}

.logo {width: 200px;
height: auto;}
/* .logo:hover {-moz-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);} */
.fragment-data {display:inline-block; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 25%, #eadcd7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(25%,#ffffff), color-stop(100%,#eadcd7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 25%,#eadcd7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 1%,#ffffff 25%,#eadcd7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 25%,#eadcd7 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 1%,#ffffff 25%,#eadcd7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eadcd7',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 1px 1px 1px 0 #4A2F1A;
box-shadow: 1px 1px 1px 0 #4A2F1A;
color:#431611;
width:65px;
height:88px;

}
.fragment-data span {display:block; font-family: 'Alegreya Sans SC', sans-serif; font-weight:800;  }
.fragment-data .data1 {font-weight:400; font-size:46px; line-height: 46px}
.fragment-data .data2 {font-weight:600; letter-spacing: 2px; font-size:18px; line-height: 18px;}
.fragment-data .data3 {letter-spacing: 2px; font-size:16px; line-height: 16px;}
.pd {padding: 30px}
.czytaj {opacity:0}
.content-main .entry-content h1{text-align:left;}
.content-main .entry-content:hover  .czytaj {opacity:1}
.content-main .entry-content {padding-left:30px; width: 600px; text-align: left;}
.content-main.home-c .entry-content { width:440px; }
.content-main .fragment-data {margin-top:-40px}
h1 {font-size:30px; line-height: 30px; margin-bottom: 15px; font-weight: 500}
h2 {font-size:20px; line-height: 20px; margin-bottom: 15px; font-weight: 500}

.plink {display:block; text-align: right; }

.content-gal a, .content-gal a:visited {display: block; color:#cca472; height:200px; background-size:100%; background-position: center center; -webkit-box-shadow: 1px 1px 2px 0 #431611;
box-shadow: 1px 1px 2px 0 #431611;}
.content-gal a h6 {color:white}
.content-gal .overlay {background-image:url(img/bgbg.png); height:100%;}
.content-gal .links {margin-top:60px; text-shadow: 0 0 4px #000000;}
.content-gal a:hover .overlay {opacity:0}



.content-gal a, .content-gal a .overlay, .logo, a, .czytaj {-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}

.gallery-item {width:33.3%; display:inline-block; vertical-align: top; padding:30px; }
.gallery-item img {-webkit-box-shadow: 2px 2px 2px 0 #431611;
box-shadow: 2px 2px 2px 0 #431611;}

.sidebar ul {margin:0; list-style-type: none;
padding:0;}
.sidebar li {margin:10px 0px;}
#minimenu {position:fixed; top:0px; left:0px; width:100%; }

#logowanie {position:absolute; top:0px; left:0px; width:100%; text-align:right; }
#logowanie > div {text-align:right; }
#logowanie > div a {display:inline-block; padding:10px 40px 10px 20px; color:#cca472; 
border-bottom:  2px #32100b solid; margin: 0 20px;
background-image:url(img/log.png); background-position: right center; background-repeat:no-repeat; 
-webkit-box-shadow: 0px 0px 2px 0 #431611;
box-shadow: 0px 0px 2px 0 #431611;}

#polowania ul {list-style-type: none; margin:0; padding:0;}
#polowania li {margin:30px 0px;}
#polowania li .p-content {padding-left:30px;} 
#kontakt .logowanie h2 {margin-bottom:30px}
#kontakt #loginform {

background-color: #431611;

}
#kontakt #loginform label {display:none;}
#kontakt #loginform input[type=text], #kontakt #loginform input[type=password] {width:100%;}
 #kontakt .login-submit {text-align:right; margin-bottom:0}
/*--------------------------
.------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.a-l {text-align: left}
.a-r {text-align: right}
.a-c {text-align: center}

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

.alignright {
	display: inline;
	float: right;
margin-right: 1.5em;
	}
	
	
	
	
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #431611;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;   
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, .mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 0;
  margin:5px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0; display:none;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -19px;
  padding: 0;
  width: 88px;
  height: 38px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -18px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }


.mfp-arrow-left {
  left: 0; background-image:url(img/a-l.png);}
  

.mfp-arrow-right {
  right: 0; background-image:url(img/a-r.png);}
  
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0;
  margin: 0 auto; }

/* The shadow behind the image */


.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.mfp-figure { background-color: #cca472;
padding:20px; 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;    
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px; display:none;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

  
  
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translate;
}
.um-col-alt-b{
  display:none !important;
}

.um-field .um-field-c{
  display:none !important;
}

.p.um-notice{
  padding:5px !important;
}

.ul-historia{
  list-style-type: none;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
        height: 500px;
        width:100%;
      }
    
.no-left{
  padding-left: 0px;
}

.p-linki a{
  color:white !important;
}

article{
  font-size:20px;
}

.ww100{
  width:100%;
}

.d-box p{
  margin-bottom: auto;
}

.d-link{
  color:white !important;
}

.gal-box{
    min-height: 200px;
    margin-top:20px;
}

.no-gutter{
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1280px){
  
}

.pad20{
  padding-top: 20px;
}

table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
}

td,th{
  padding:5px 0;
  text-align: center;
}

.spacer{
  display: block;
  width:100%;
  margin-top:30px;
}

.gal-title{
      margin: 7px 0 5px 0;
    color: #cc9d5e;
    font-size: 24px;
    font-weight: 400;

}

@media (min-width: 767px) and (max-width: 1200px){
  .gal-box{
    min-height: 450px;
  }
}
@media screen and (max-width: 1200px){

  .main-navigation .menu-item:nth-child(1){
    width: 230px;
    margin-left: -37px;
  }
  .main-navigation .menu-item:nth-child(2){
    margin-right:52px;
  }
  .main-navigation .menu-item:nth-child(3){
        margin-left: 51px;
  }
  .main-navigation .menu-item:nth-child(4){
    
  }
  .main-navigation ul, #menu-menu-2{
    padding-top: 30px;
    font-size:16px;

  }
  #menu-menu-1 {
    padding-top: 46px;
    font-size: 14px;
}
  .logo {
    width: 90px;
  }
  .log-out{
    display:none;
  }
}

.slicknav_btn {
    margin: 19px 0px 6px;
    background-color: transparent;
}

.slicknav_menu {
  display:none;
}
#menu {
    display:none;
  }
.logo2{
    display:none;
}
.slicknav_nav{
      margin-top: 100px;
}
.slicknav_menu {
    font-size: 32px;
    background: #0d2f0d;
}
.slicknav_nav a{
  color:white;
  background-color: transparent;
}
.slicknav_nav a:hover{
  background-color: transparent;
  color:#ddd;
}
  #posty-main{
  min-height:45vh;
  overflow: hidden;
}

.logbox{
  float:right;
}
.um-right{
  display: none;
}
.um-left{
  width:100% !important;
}
.um-login{
  padding-top: 20px;
  font-weight: 400;
}
.um-field-label label{
  font-weight: 300 !important;
}
.um-49.um .um-button {
    color: #ffffff !important;
    font-weight: bold !important;
    background: #cca472 !important;
}
.plink{
  padding: 20px 0;
}
.pozalog{
margin-top: 90px;
display: block;
font-size: 20px;
/* font-weight: bold; */
letter-spacing: 1px;
text-align: center;
}

@media screen and (min-width: 1051px) and (max-width: 1270px){
.fragment-data{
  width:55px;
  height:72px;
}
.plink{
  padding:7px;
}
.fragment-data .data1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
}
.content-main .entry-content {
    padding-left: 0px;
}

}
@media screen and (max-width: 1050px) {

  .pozalog{
    margin-top:0px;
  }
  #bgbg{
  display: none;
}
  #posty-main{
  height:auto;
}
.content-main .fragment-data {
    margin-top: -10px;
}
  .b1 {
    background-color: #813e2e;
}
.w33{
  width:100%;
}
.logbox{
  float:none;
  padding-bottom: 20px;
}
.czytaj{
  opacity: 1;
}
.content-main.home-c .entry-content {
    width:auto;
    max-width: 600px;
}
.w50{
  width:100%;
}
  .logo2{
    display: block;
    width:60px;
    position: absolute;
    top:10px;
    left:10px;
  }
  
  .slicknav_menu {
    display:block;
    min-height: 100px;
  }
  #masthead{
    display: none;
  }

}

/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
      border: 1px solid transparent;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
tr:nth-of-type(even) { 
  background: #fff; 
}
th { 
  background: #694412; 
  color: white; 
  /*font-weight: bold; */
}
td, th { 
  padding: 6px; 
  /* border: 1px solid #ccc;  */
  border: 0px; 
  text-align: left; 
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  /* tr { border: 1px solid #ccc; } */
  tr{
    border:none;
  }
  td { 
    /* Behave  like a "row" */
    border: none;
    /* border-bottom: 1px solid #eee;  */
    position: relative;
    padding-left: 37%; 
  }
  
  td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  .table-mysliwi td:nth-of-type(1):before { content: "Lp."; }
  .table-mysliwi td:nth-of-type(2):before { content: "Imię i nazwisko"; }

  .table-mysliwi td:nth-of-type(3):before { content: "Adres email"; }
  .table-mysliwi td:nth-of-type(4):before { content: "Telefon"; }
  
  .table-polowanie td:nth-of-type(1):before { content: "Dzień"; }
  .table-polowanie td:nth-of-type(2):before { content: "Data"; }
  .table-polowanie td:nth-of-type(3):before { content: "Obwód"; }
  .table-polowanie td:nth-of-type(4):before { content: "Zwierzęta"; }
  .table-polowanie td:nth-of-type(5):before { content: "Prowadzący"; }

  .table-informacje td:nth-of-type(1):before { content: "Data"; }
  .table-informacje td:nth-of-type(2):before { content: "Treść informacji"; }
  /* .table-informacje td:nth-of-type(3):before { content: "Autor"; } */
}

table{
  color:black;
  margin: 10px 0 10px 0;
}


.h2-info{text-align: center;
  font-size:26px;
  margin-top:50px;
  margin-bottom:25px;
  text-transform: uppercase;
}

.links{
  list-style-type: none;
  margin:0;
}
.links a{
  color:white !important;
}
.links li{
  line-height: 34px;
}

#post-80{
  min-height: 474px;
}
#post-84{
  min-height: 474px;
}

.log-out{
  position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    margin: 0px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    background: #364c36;
}
@media screen and (max-width: 450px) {
 table{
  font-size:0.6em;
 } 
}
/* zmiany kolorów */
.b1{
 background-color: rgba(41,41,41,0.94);
  /* background-color: #333; */
}

.b2 {
    background-color: #a2bb78;
}

.b1 a, .b1 a:visited, .b1 h1, .b1 h2 {
    color: #a2bb78 !important;
}

.b2 a, .b2 a:visited, .b2 h1, .b2 h2 {
    color: #333;
}
#page{
    background: url(http://klratusz16.pl/wp/wp-content/themes/wkl/img/dziczki.jpg) top center;
    background-size: cover;
    background-color:#333;
    background-attachment: fixed;
}

body {
    /* background: #a2bb78; */
    background: #333;
}

th {
    background: #a2bb78;
}

.gal-title{
  color:#eee;
}
.um-49.um .um-button {
    background: #a2bb78 !important;
}
.slicknav_menu {
    background: #333;
}
.slicknav_nav{
        font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
td{
  min-height: 42px;
}
.gal-title a{
  color:#a2bb78 !important;
}
.gal-title a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 1050px) {
 #page{
  background-image: none;

 } 
 .submenu-log{
  display: none;
 }
}
/* koniec zmian kolorów */

.no-under:hover{
  text-decoration: none;
}

.gal-prev{
  text-align: justify;
  padding:0 20px;
}

.gal-text{
  text-align: justify;
  padding: 0px 20px 0 15px;
}

.bb1{
  min-height: 65vh;
}

.um{
  opacity: 1 !important;
}

.submenu-log{
  list-style-type: none;
  margin: 0;
    text-align: center;
}

.submenu-log li{
  display:inline-block;
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
}
.sublink-active a{
  /* text-decoration: underline; */
  border-bottom:2px solid #a2bb78;
}

.sublink-active a:link,
.sublink-active a:visited,
.sublink-active a:hover{
  color:inherit;
}




article{
  /* font-family: 'special_eliteregular', serif; */
  font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
  font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  text-align: justify;
}

p{
   /* font-family:'special_eliteregular', serif; */
   font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
}
.gal-prev{
   /* font-family:'special_eliteregular', serif; */
   font-family:  'Source Sans Pro', 'Helvetica', sans-serif;
}
h1,h2,h3,h4,h5,h6{
   /* font-family:'special_eliteregular', serif; */
   font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
}

a{
  /* font-family:'special_eliteregular', serif; */
  font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
}

table{
  /* font-family:'special_eliteregular', serif; */
  font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
}

#site-navigation a{
   font-family: 'Alegreya Sans', sans-serif; 
  /*font-family: 'Helvetica', serif;*/
}

.op0{
  display:none;
}

.op1{
  display: block;
}

.submenu-log{
  /*font-family:'special_eliteregular', serif;*/
  font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
  color:#a2bb78;
      margin: 10px 0 30px;
}

.submenu-log:hover{
  cursor: pointer;
}

.submenu-log li:hover{
  /* text-decoration: underline; */
  cursor: pointer;
  text-decoration: none !important;
}
.submenu-log a:hover {
  border-bottom: 1px solid #a2bb78;
}
.sublink-active a:hover{
  border-bottom: 2px solid #a2bb78
}

.sublink-active{
  /* text-decoration: underline; */
  text-decoration: none;
}
.sublink a:focus, .sublink a:hover{
    text-decoration: none;
}

.artall{
  margin:30px 0;
}

.returnlink{
  text-align: center;
    display: block
}
.returnbox{
  padding-bottom: 20px;
}

.gal-box h5{
      margin: 5px 0 16px 0;
    font-size: 13px;
}

.left30 h1{
  margin-left: 30px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #a2bb78;
}

/* ol.comment-list li:nth-of-type(even) {
    background: #fff;
}

ol.comment-list li:nth-of-type(odd) {
    background: #ddd;
} */
.comment-list{
  list-style:none;
  color:black;
  margin:0;
}
.comment-content p{
  margin:0;
  padding:5px 0;
    font-weight: 400;
font-family: 'Source Sans Pro', 'Helvetica', sans-serif;


}
.comment-list li{
  padding:20px 40px;
}
.comment-list a{
  color:black;
}
.comment-list time{
  color:black;
}
.comment-list .edit-link{
  color:black;
}
.comment-list .comment-reply-link{
  display: none;
  color:black !important;
}
.even.depth-1{
  background-color: #fff;
}
.odd.depth-1{
  background-color: #eee;
}

.comment-body{
  display:inline-block;
}

.comment-awaiting-moderation{
  color:brown;
}
.comment-content{
  font-weight: bold;
}
.comment-metadata{
  font-size: 12px;
}
.comment-list a:hover{
  color:#333;
}

.comment-reply-title{
  display:none;
}
.logged-in-as{
  display: none;
}

.comment-form-comment{
  margin:20px 0;

}

.comment-form-comment textarea{
  font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
  font-weight: 400;
  line-height: 25px;
  height:100px;
}

.comment-edit-link{
  color:black !important;
}
.comment-author .says{
  display: none;
}

.fn{
  font-weight: bold;
}
.comment-edit-link{
  display: none;
}

.commentmetadata{
  font-size: 14px;
}

@media screen and (max-width: 1240px) {
 .submenu-log li {
    padding: 10px 16px;
}


}

.ligreen a{
  color:#a2bb78;
}


.home header {height:550px}

.homepage #masthead{
  height: 50vh;
}
.homepage{
  background: none!important;
}

.pliki-wazne-ul{
  margin:0 15px;
}

#aktualnosci{
  min-height: 65vh;
}

.a-footer{
  color:#a2bb78 !important;
}

.a-footer:hover{
  color:#ccc;
  
}
.a-mysl{
  color:black !important;
}

@media screen and (max-width: 1050px) {
  .bb1{
    min-height:85vh;
  }
  #posty-main {
    min-height: 85vh;
}
}

.table-mysliwi td:first-of-type, 
.table-mysliwi th:first-of-type{
  text-align: center;
}