/* Theme Name: Łowisko MAIN */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* 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: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-size: 0.875rem;
	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. */
}

/*****************************************************************************/

* { 
	margin: 0; 
	padding: 0; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'robotoLight';
}

body {
	overflow-x: hidden;
}
.wpcf7-form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.nopad {
	padding: 0;
}

.nopad-left {
	padding-left: 0;
}

.nopad-right {
	padding-right: 0;
}

@font-face {
    font-family: josefinLight;
    src: url(fonts/josefin-sans/JosefinSans-Light.ttf);
}

@font-face {
    font-family: exoThin;
    src: url(fonts/exo/Exo-Thin.otf);
}

@font-face {
    font-family: exoLight;
    src: url(fonts/exo/Exo-Light.otf);
}

@font-face {
    font-family: exoMedium;
    src: url(../fonts/exo/Exo-Medium.otf);
}

@font-face {
    font-family: exoSemiBold;
    src: url(../fonts/exo/Exo-SemiBold.otf);
}

@font-face {
    font-family: ralewayBold;
    src: url(../fonts/raleway/Raleway-SemiBold.ttf);
}
@font-face {
    font-family: ralewayLight;
    src: url(../fonts/raleway/Raleway-Light.ttf);
}

@font-face {
    font-family: ralewaySemiBold;
    src: url(../fonts/raleway/Raleway-Medium.ttf);
}

@font-face {
    font-family: ralewayBlack;
    src: url(../fonts/raleway/Raleway-Bold.ttf);
}

@font-face {
    font-family: robotoRegular;
    src: url(fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: robotoBold;
    src: url(fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: robotoBlack;
    src: url(fonts/roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: robotoLight;
    src: url(fonts/roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: robotoThin;
    src: url(fonts/roboto/Roboto-Thin.ttf);
}

nav.navbar {
	margin-bottom: 0;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: fixed;
    width: 100%;
    height: 50px;
    z-index: 99999;
    transition: all 0.5s ease;
    background-image: url(img/navbg.png);
}

nav.navbar ul {
	position: relative;
	top: 17px;
}

nav.navbar ul li {
	background-color: #196eaa;
	border: 1px solid #fff;
	max-height: 40px;
	margin-right: 10px;
	
	
}
body.home .container.relative, .container{position:relative;}
body.home .container{position:initial;}
nav.navbar ul li.menu-item{
border-radius: 8px 8px 0 0;
border-bottom:0;
}
section#wpis{min-height:500px}
section#wpis p{font-size:18px}
section#wpis .container{padding-top:30px; padding-bottom:30px}
section#wpis ul, section#wpis ol{list-style-position:inside; font-size:18px; margin-left:35px}
.nocleg_section{}
#wpis .container{padding:10px 60px}
div.page_name {
	background-color: rgba(22, 140, 222, 0.5);
	padding: 5px 43px 5px;
	position: absolute;
	color: #FFF;
	top: -57px;
	text-shadow: 1px 1px 1px #333;
	display: block;
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'robotoBold';
	z-index: 11;
	left: 33px;
	border-radius: 10px 10px 0 0;
}
h2 strong{font-family: 'robotoBold';}
nav.navbar ul li.menu-item.current_page_item {
	background: #FFF;
}
.galeria-link a{color:#FFF;}
.galeria-link a:hover{opacity:0.8; text-decoration:none}
.page-template-kontakt .mapa{height:200px}
.page-template-kontakt .plan-info{min-height: 524px;}

span.caption {
	position: absolute;
	background-color: rgba(22, 140, 222, 0.5);
	width: calc(100% - 30px);
	padding: 2px 10px;
	bottom: 0;
	color: #FFF;
	font-size: 12px;
}
nav.navbar ul li.menu-item.current_page_item a{color:#0d5bab; font-weight:bold}
.galeria_section{margin-bottom:2px}
nav.navbar ul li a {
	color: #fff;
	padding: 5px 15px;
	font-size: 15px;
	text-transform: uppercase;
}

nav.navbar ul li a:hover,
nav.navbar ul li a:focus {
	background-color:none;
	background:transparent;
}

.nav-facebook {
	background-color: #0d5bab !important;
	margin-left: 20px;
}

.nav-facebook img {
	max-height: 30px;
}

.row {
	margin-left: 0;
	margin-right: 0;
	clear:both;
}

.logo-default {
	float: left;
}

.logo-default img {
	float: left;
	margin-top: -1px;
	width: 261px;
}

#my-slider {
	background-color: #17659c;
	border-bottom: 2px solid #3ABC10;
	
	width:100%;
}

.sp-buttons {
	position: absolute;
	bottom: 10px;
}
#cennik2{margin-bottom:30px}
.sp-button {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #32ab0d;
}

.sp-selected-button {
	border: 2px solid #fff;
	background-color: #32ab0d;
}

.slider-desc.left {
	position: absolute;
    top: 35%;
    left: calc((100vw - 1170px) / 2);
    max-width: 320px;
    color: #fff;
}
.slider-desc.right{
	position: absolute;
    top: 35%;
    right: calc((100vw - 1170px) / 2);
    max-width: 320px;
    color: #fff;
}

.slider-desc h3 {
	background-color: rgba(19,84,128,0.75);
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'robotoBold';
	
}

.slider-desc p {
	background-color: rgba(255,255,255,0.7);
	color: #000;
	margin: 0;
	padding: 15px 15px 15px 15px;
	font-size: 18px;
}
.slider-desc p .butts{font-size:14px}

.slider-desc a {
	display: block;
    max-width: 85px;
    margin-left: auto;
    margin-top: 10px;
}

.butts {
	background-color: #3abc10;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 15px;
	border-radius: 2px;
	font-weight: bold;
	border-radius:5px;
}

.info {
	padding: 15px;
	width: 69%;
	float: left;
	font-size: 16px;
}
.regulamin {
	background-color: #166298;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 45px;
	border-radius: 2px;
	font-weight: bold;
	border-radius: 5px;
}

.butts:hover,
.butts:focus,
.regulamin:hover,
.regulamin:focus {
	text-decoration: none;
	color: #eee;
}

.separator {
	width: 100vw;
	height: 10px;
	background-color: #eeeeee;
	position: absolute;
	left: 0;
	margin-top: 10px;
}

.separator a {
	position: absolute;
	right: 20%;
	top: -8px;
}
.infobt {
	width: 30%;
	float: right;
	padding: 35px 0 0;
}
.opis {
	overflow-y: hidden;
}
.kontakt-greenbar.cennik {
	margin: 19px 0;
	height: 60px;
}
.kontakt-greenbar.cennik h1 {
	font-size: 30px;
	line-height: 100%;
	text-align: left;
	padding-left: 20px;
	margin: 16px 0;
	font-family: 'robotoBold';
}
.regulamin-butts.same, .blog-butts.same{
width: 100%;
position: relative;
bottom: inherit;

}
.regulamin-butts.same a, .blog-butts.same a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 8px;
	border: 0;
	margin: 4px 0;
	font-size: 16px;
}
.blok_cennika {
	width: 100%;
	margin: 4px;
	float: left;
	border: 1px solid #EEE;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#cennik2 .blok_cennika {
	width: calc((100% - 56px) / 2);
	margin: 14px;
	float: left;
	border: 1px solid #EEE;
	border-collapse: collapse;
}
.krow {
	width:100%;
	height:100%;
	clear: both;
	overflow: hidden;
	display: table;
	
}
.kopis {
	padding: 0px 14px 0px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #FFF;
	border-collapse: collapse;
	font-size: 12px;
	float: left;
}
.archive h2 {
	max-width: 300px;
	margin-right: 20px;
	float: left;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'robotoBold';
	color: #5c5f60;
}
.krow.knag {
	height: 45px !important;
}
.knag .k1,.knag .k2,.knag .k3, .knag .k4{background-color:#17669e; color:#FFF; font-weight:bold;padding: 5px 7px;font-size:15px}
.knag .k2,.knag .k3, .knag .k4{font-size:12px; font-weight:normal}
.k1,.k2,.k3, .k4{ 
padding: 7px 7px;
text-align: center;
display: table-cell;
vertical-align: middle;
border: 1px solid #FFF;
border-collapse: collapse;
border-bottom: 1px solid #EEE;
border-top:0;
font-size:13px
}
.k1.third{text-align:left; width:22%;}
.k2.third, .k3.third, .k4.third{width:22%;}

.opis-minimalized {
	max-height: 137px;
}

#aktualnosci {
	margin-top: 30px;
}

#aktualnosci h2 {
	max-width: 300px;
	margin-right: 20px;
	float: left;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'robotoBold';
	color: #5c5f60;
}

.blog p {
	margin-top: 20px;
}

.blog {
	margin-top: 35px;
}

.blog-item {
	padding-bottom: 25px;
	min-height: 500px;
}

.blog-image img {
	max-width: 100%;
}
.blog-container .separator{
	
	width: 100%;
height: 10px;
background-color:#eeeeee;
position: relative;

margin-bottom:30px;

clear: both;
	
	
}
.blog-container .blog-butts {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	position: absolute;
	bottom: 15px;
}
.blog-container .separator a {
	position: absolute;
	right: 1%;
	top: -8px;
}

.blog-butts {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.regulamin-butts {
	position: absolute;
	bottom: 13px;
}

.group-section {
	background-color: #eeeeee;
	padding-bottom: 13px;
}

.group-section h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'robotoThin';
	color: #5c5f60;
}

.group-section h2 strong {
	font-family: 'robotoBold';
}

.dojazd-info, .plan-info {
	border: 1px solid #dddddd;
	background-color: #fff;
	padding-bottom: 25px;
	min-height: 705px;
	
}

.dojazd-info p {
	font-size: 20px;
}
.dojazd-info .col-xs-3 {
	width: 20%;
}
.marker img,
.telefon img,
.mail img {
	max-width: 53px;
	display: block;
	margin: auto;
}
.mapa-big img{width:100%}
.mapa-big{overflow:hidden}
.marker p,
.telefon p,
.mail p {
	margin-top: 8px;
}

.dojazd-center {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

#dojazd .blog-butts, #plan .blog-butts {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mapa {
	width: 100%;
	height: 400px;
	background: url(img/mapa.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.kliknij {
	background-color: #41c318;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.kliknij img {
	max-width: 36px;
}

.kliknij p {
	color: #fff;
	margin: 0 0 0 -3px;
	font-size: 12px;
	text-align: center;
}

.kliknij a:hover,
.kliknij a:focus,
.kliknij p:hover, 
.kliknij p:focus {
	text-decoration: none;
}

.relative {
	position: relative;
}

.plan-ul {
	margin-left: 40px;
	margin-top: 25px;
	font-size: 18px;
	list-style-image: url(img/list.png);
}

.blog-image {
	overflow: hidden;
	position: relative;
}
.blog-image .tinta {
	background-color: rgba(22, 140, 222, 0.5);
	padding: 3px 8px 13px; 
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	position: absolute;
	color: #FFF;
	top: 0;
	text-shadow:1px 1px 1px #333;
}
.blog-image .tinta strong{font-family: 'robotoBold';}

.plan-ul li {
	padding-bottom: 5px;
	padding-left: 10px;
}

.green-bar {
	height: 15px;
	width: 100%;
	background-color: #32ab0d;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	display:none;
}

.galeria-preview {
	background-color: #196eaa;
}

.galeria-preview {
	padding: 20px 0 20px 0;
}

.galeria-images img {
	max-width: 100%;
	border: 1px solid #CCC;
}

.galeria-link {
	position: relative;
}

.galeria-link img {
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	border: 0;
}

.galeria-link h2 {
	text-transform: uppercase;
	color: #fff;
	font-family: 'robotoLight';
	margin-top: 15px;
}

#kontakt h2, #social h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'robotoLight';
	color: #5c5f60;
	text-align: center;
}

footer {
	background: -webkit-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: -o-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: -ms-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: -moz-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: linear-gradient(to bottom, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	height: 100px;
	position: relative;
}

footer ul {
	margin-top: 30px;
}

footer ul li {
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
	font-family: 'robotoThin';
	letter-spacing: 1px;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover,
footer ul li a:focus {
	text-decoration: none;
	color: #eeeeee;
}

footer p {
	color: #fff;
	font-size: 12px;
	font-family: 'robotoThin';
	padding-top: 5px;
}

.footer-logo {
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
}

.green-bar-footer {
	width: 100%;
	height: 24px;
	background-color: #2daf00;
	position: absolute;
	top: 61px;
	left: 0;
}

.nopad-top {
	padding-top: 5px !important;
}

.slider-desc .nopad-top a {
	margin-top: 0 !important;
}

.bg-white {
	background-color: #fff;
}


#name, #surname, #email, #message, .wpcf7-form-control{
	border-radius: 0;
	background-color: #eeeeee;
	font-size: 18px;
	max-width: 500px;
	display: block;
	margin: auto;
	
}
textarea.wpcf7-form-control {
	height: auto;
}
.wpcf7-text{
padding: 12px;
	height: 50px;
}
.szare{background-color:#EEE;}

.form_container {
	margin-top: 20px;
}

.form-group {
    margin-bottom: 23px;
}

#submit, .wpcf7-submit {
	background: -webkit-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: -o-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: -ms-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: -moz-linear-gradient(top, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	background: linear-gradient(to bottom, rgb(140, 183, 213) 0%, rgb(25, 110, 170) 1%, rgb(19, 83, 127) 100%);
	width: 100%;
	outline: none;
	height: 50px;
	border-radius: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'robotoBlack';
	letter-spacing: 2px;
	max-width: 500px;
	display: block;
	margin: auto;
	border-radius:5px;
	color:#FFF;
}



.form-control {
	padding: 12px;
	height: 50px;
}

#contact-form, .wpcf7-form {
	margin-top: 30px;
}

#kontakt {
	margin-bottom: 30px; 
}

.facebook_plugin {
	text-align: center;
	margin-top: 30px;
}

.pad-7 {
	padding-left: 7px;
	padding-right: 7px;
}

.o_lowisku_heading {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'robotoBold';
    color: #5c5f60;
}


/*********************************** KONTAKT ***************************************************************/

.kontakt_bg {
	margin-top: 50px;
	width: 100%;
}

#kontakt_mapa {
	background-color: #f0ede5;
}

#kontakt_dane {
	padding: 30px 0;
	font-size: 18px;
}

.kontakt-plan-info {
	margin-top: 30px;
	min-height: initial;
}

.kontakt-plan-info .mapa {
	height: 150px;
}

.kontakt-greenbar {
	width: 100%;
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(79, 208, 40) 1%, rgb(45, 175, 0) 99%);
	background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(79, 208, 40) 1%, rgb(45, 175, 0) 99%);
	background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(79, 208, 40) 1%, rgb(45, 175, 0) 99%);
	background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(79, 208, 40) 1%, rgb(45, 175, 0) 99%);
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(79, 208, 40) 1%, rgb(45, 175, 0) 99%);
	height: 80px;
}

.kontakt-greenbar h1 {
	text-align: center;
	color: #fff;
	font-family: 'robotoLight';
}
 textarea.wpcf7-form-control {
	height: 250px;
}
body.page-template-kontakt .wpcf7-form {
	margin-top: 0px;
}



/*********************************** MAPY ***************************************************************/

.mapy-container {
	overflow-x: scroll;
	padding-top: 50px;
	position: relative;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {background-color: rgba(135, 171, 43, 0.0);width: 15vw;height: 15vw;}
    
    50% {background-color: rgba(135, 171, 43, 0.4);width: 20vw;height: 20vw;right: 24%;}
	
	100%   {background-color: rgba(135, 171, 43, 0.0);width: 15vw;height: 15vw;}
}

/* Standard syntax */
@keyframes example {
   0%   {background-color: rgba(135, 171, 43, 0.0);width: 15vw;height: 15vw;}
    
    50% {background-color: rgba(135, 171, 43, 0.4);width: 20vw;height: 20vw;right: 24%;}
	
	100%   {background-color: rgba(135, 171, 43, 0.0);width: 15vw;height: 15vw;}
}

.mapy-details {
	border: 2px solid #FFF;
	width: 24vw;
	border-radius: 50%;
	height: 24vw;
	background-color: rgba(135, 171, 43, 0.2);
	position: absolute;
	top: 39%;
	right: 29%;
	color: #FFF;
	font-size: 22px;
	text-align: center;
}



.mapy-details:hover{color:#EEE}
.mapy-details:hover,
.mapy-details:focus {
	background-color: rgba(135, 171, 43, 0.7);
}
.page-template-mapy{background-color:#42AA4C}

.mapy-container-details {
	width: 100%;
}

.mapy-container-details img {
	min-width: 100%;
}
.clears{clear:both}
.mapy-container-main {
	
}

/*********************************** GALERIA ***************************************************************/

.galeria_section h2 {
	max-width: 540px;
	margin-right: 20px;
	float: left;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'robotoLight';
	color: #5c5f60;
}

.galeria-p {
	margin-top: 20px;
	height: 39px;
	line-height: 39px;
}

.gallery-ul li {
	overflow-y: hidden;
	max-height: 150px;
	margin: 10px 0;
}

.gallery-ul li img {
	width: 100%;
	border: 1px solid #32b406;
}
.gallery-ul li:hover img, .kliknij:hover{opacity:0.8}

.gallery {
	height: 350px;
	overflow-y: hidden;
}
#wpis .gallery {
	height: auto;
	overflow-y: hidden;
}

.no-max-height {
	height: auto;
}

.all-gallery {
	margin: 20px 0;
	cursor: pointer;
}

/*********************************** NOCLEG ***************************************************************/

.nocleg_section_cennik {
	padding: 40px 10px;
}

.nocleg_section img {
	width: 100%;
}

.nocleg_section h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'robotoBold';
	color: #5c5f60;
}

.nocleg_section p {
	padding: 15px 0;
	font-size: 16px;
}

.nocleg_img {
	position: relative;
}

.nocleg_section .blog-butts {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.graybar {
	height: 24px;
	width: 100%;
	background-color: #eeeeee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.graybar h1 {
	font-size: 36px;
	font-family: 'robotoBold';
	color: #5c5f60;
}

.al-right {
	text-align: right;
}

.nocleg_maintitle {
	background-color: #17669e;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
}

.nocleg_subtitle {
	background-color: #32ab0d;
	color: #fff;
	margin: 0;
	padding: 5px 15px;
}

.nocleg_cennik_row:nth-child(odd) {
	background-color: #eeeeee;
}

nav.navbar ul li.menu-item:hover {
	
	border-style: dotted;
}

.nocleg_cennik_row:nth-child(even) {
	background-color: #fff;
}

.nocleg_cennik_row p {
	margin: 5px 0;
}

.lesnika_zwykle {
	padding: 5px 15px;
	font-weight: bold;
	background-color: #eeeeee;
}






@media screen and (max-width: 1199px) {
	.slider-desc {
		left: 10%;
	}

	footer ul {
		font-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.logo {
		position: absolute;
		left: 10px;
	}

	.logo-default {
		max-width: 160px;
	}

	.logo-default img {
		max-width: 100%;
	}

	.footer-logo {
		display: none;
	}

	.gallery-ul li {
		max-height: 100px;
	}

	.kontakt-greenbar h1 {
		font-size: 32px;
	}
}







/* HEADER */

nav.navbar {background-image:none}
nav.navbar ul li.menu-item{background:none; border-bottom:1px solid}
nav.navbar ul li.menu-item {
	border-radius: 4px 4px;
	
}
nav.navbar {
	margin-bottom: 0;
	color: #fff;
	border-bottom: 2px solid #3ABC10;
	position: fixed;
	width: 100%;
	height: 62px;
	z-index: 99999;
	transition: all 0.5s ease;
	background-image: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b71a2+0,2b71a2+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(43,113,162,0.85) 0%, rgba(43,113,162,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(43,113,162,0.85) 0%,rgba(43,113,162,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(43,113,162,0.85) 0%,rgba(43,113,162,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2b71a2', endColorstr='#cc2b71a2',GradientType=0 ); /* IE6-9 */

}
nav.navbar ul li a {
	color: #fff;
	padding: 5px 18px;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 1px -1px 3px #888;
}
.logo-default img {
	float: left;
	margin-top: 1px;
	width: 240px;
}
nav.navbar ul {
	position: relative;
	top: 12px;
}
nav.navbar ul li.menu-item.current_page_item a {
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
}
.nav-facebook {
	background-color: #0d5bab !important;
	margin-left: 0px;
	border-radius: 5px;
}

body.home .container {
	position: initial;
	
}
.nav-facebook img {
	max-height: 25px;
}
nav.navbar ul li {
	background-color: #196eaa;
	border: 1px solid #fff;
	max-height: 32px;
	margin-right: 10px;
}
.kontakt_bg {
	margin-top: 0px;
	width: 100%;
	border-bottom: 2px solid #3ABC10;
}
nav.navbar ul li.menu-item.current_page_item {
	background: #3ABC10;
}

@media screen and (min-width: 769px) and (max-width: 960px){

nav.navbar ul li a {
	
	font-size: 13px;
	
}
div.page_name {
	font-size: 19px;
	top: -30px;
	padding: 1px 20px;
}
.logo-default img {
	float: left;
	margin-top: 7px;
	width: 220px;
}
.plan-ul {
	margin-left: 40px;
	margin-top: 25px;
	font-size: 14px;
	list-style-image: url(img/list.png);
}
.dojazd-info p {
	font-size: 16px;
}
.galeria-link h2 {
	font-size:17px;
}
.footer-logo {
	display: block;
	width: 170px;
	height: 60px;
}
.blok_cennika.nth{
	clear:both;
}
.clears{clear:none}
.blok_cennika {
	width: calc((100% - 24px) / 1);
	
}
.container {
	width: 800px;
}
}

@media screen and (max-width: 768px) {
	#menu-menu-1 {
		width: 100%;
	    padding: 0;
	    margin: 0;
	    overflow-y: hidden;
	}

	#menu-menu-1 li {
	margin-right: 0;
	border: 1px solid #1353ED;
	border-radius: 0;
}




#menu-menu-1 li {
	margin-right: 0;
	border: 1px solid #1353ED;
	border-radius: 0;
	text-align: center;
}

	nav.navbar .container {
		padding: 0;
	}

	.navbar-toggle {
		margin-bottom: 0;
	}

	nav.navbar ul {
		top: 1px;
	}

	.regulamin-butts {
		bottom: 3px;
	}

	.kontakt-greenbar {
		height: auto;
	}
	.blok_cennika {
	width: calc((100% - 24px) / 1);
	
}
#my-slider{}

.galeria-preview {
	padding: 20px 0 20px 0;
	display: none;
}
footer ul li {
	
	padding: 0 5px;
	font-size:11px;
	
}
footer p{font-size:11px;}

nav.navbar ul li.menu-item {
	background-color: #196eaa;
	border: 1px solid #fff;
	max-height: 32px;
	margin-right: 10px;
	text-align: center;
}
.plan-ul {
	font-size: 13px;
	list-style-image: url(img/list.png);
}
.dojazd-info p {
	font-size: 15px;
}
#cennik2 .blok_cennika {
	width: calc((100% - 24px) / 1);
	margin: 4px;
	float: left;
	border: 1px solid #EEE;
	border-collapse: collapse;
}
.galeria_section h2 {
	max-width: 300px;
	margin-right: 20px;
	float: none;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'robotoLight';
	color: #5c5f60;
}
.galeria-p {
	height: auto;
	line-height: 137%;
	width: 100%;
}
.gallery-ul li {
	overflow-y: hidden;
	max-height: 150px;
	margin: 4px 0;
}
.gallery-ul li {
	overflow-y: hidden;
	max-height: 150px;
	margin: 4px 0px;
	padding: 15px;
	width: 50%;
}
main{padding-top:45px}
nav.navbar{height:35px}
#kontakt_dane {
	font-size: 14px;
}

.group-section h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'robotoThin';
	color: #5c5f60;
}
div.page_name {
	background-color: rgba(22, 140, 222, 0.5);
	padding: 5px 43px 5px;
	position: absolute;
	color: #FFF;
	top: -47px;
	text-shadow: 1px 1px 1px #333;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'robotoBold';
	z-index: 11;
	right: 13px;
	border-radius: 10px 10px 0 0;
}
div.page_name {
	font-size: 19px;
	top: -30px;
	padding: 1px 20px;
}

}
@media screen and (max-width: 385px) {
#menu-menu-2{display:none}
.footer-logo {
	display: block;
	width: 150px;
	height: 50px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.wpcf7-text {
	padding: 6px;
	height: 33px;
	font-size: 12px;
}
textarea.wpcf7-form-control {
	height: 145px;
	font-size: 13px;
}
.regulamin {
	background-color: #166298;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 20px;
	border-radius: 2px;
	font-weight: bold;
	border-radius: 5px;
}
span.caption {
	display:none;
}
.slider-desc.right {
	position: absolute;
	top: 35%;
	right: calc((100vw - 1170px) / 2);
	max-width: 250px;
	color: #fff;
}
.slider-desc p {
	background-color: rgba(255,255,255,0.7);
	color: #000;
	margin: 0;
	padding: 15px 15px 5px 15px;
	font-size: 15px;
}
.slider-desc h3 {
	background-color: rgba(19,84,128,0.75);
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'robotoBold';
}
div.page_name {
	font-size: 16px;
	top: -30px;
	padding: 1px 20px;
}
section#wpis p {
	font-size: 14px;
}
}
.container.divided{display:flex;}
.oferta .half {
	width: 50%;
	padding: 10px;
}
.oferta .half .kontakt-greenbar {
	display: flex;
	
	align-items: center;
	height: auto;
}
.oferta .half .kontakt-greenbar h2 {
	font-family: 'robotoBold';
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
}
.oferta .half .nocleg_img {width:100%}
.oferta .half .box .nocleg_img .blog-butts {
	display: flex;
	flex-flow: row;
	width: 100%;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	bottom: 9px;
	right: 5px;
}
.oferta .half .box .blog-butts {
	display: flex;
	flex-flow: row;
	width: 100%;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	position: relative;
	bottom: initial;
	right: initial;
	margin-top: 15px;
}
.oferta .half .nocleg_img .blog-butts .butts{margin-right:5px;}
.oferta .half .nocleg_img img{width:100%}
.oferta .half .box {
	padding: 13px;
border: 1px solid #EEE;
	border-top: 1px solid #2DAF01;
	display: flex;
  flex-flow: column;
}
.oferta .half .box h3{font-family: 'robotoBold'; text-transform:uppercase;}
.oferta .half .box .opis{margin:10px}
.oferta .half .box .blok_cennika{float:none}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	border: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

@media screen and (max-width: 991px) {
	
	.container.divided {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.oferta .half {
	width: 100%;
	padding: 10px;
}
}