@import url('fonts/fonts.css');

body {
    min-width: 960px;
    max-width: 1600px;
    font-family: Exo Medium;
    margin: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    width: 960px;
    margin: auto;
    position: relative;
}

.clear {
    clear: both;
}

.show-more, .read-more {
    display: block;
    background: url('../img/button-bg.png') repeat-x;
    color: white;
    text-transform: uppercase;
    font: 16px/46px Exo Medium;
    text-align: center;
	width: 165px;
	height: 46px;
	border-radius: 5px;
	margin-top: 20px;
}
.read-more {
	font: 12px/32px Exo Medium;
	width: 124px;
	height: 32px;
	margin-top: 30px;
}

#top {
    padding: 25px 0;
}

.logo {
	display: inline-block;
	vertical-align: middle;
    width: 175px;
    height: 23px;
    background: url('../img/logo.png') no-repeat center top;
	margin-right: 100px;
}

.menu {
	display: inline-block;
    font-size: 18px;
    color: #2665b2;
}
#footer .menu {
    margin: auto;
}
.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu li {
    display: inline-block;
	border-radius: 5px;
}
.menu li a {
    display: block;
    padding: 13px;
}
.menu li:not(.active):hover {
    background-color: rgba(0,0,0,0.1);
}
.menu li.active {
    background: url('../img/button-bg.png') repeat-x;
    color: white;
}

#kontakt {
	float: right;
	text-align: right;
	font-size: 16px;
	color: #2665b2;
	line-height: 1.3;
}
.tel1, .tel2 {
	font-size: 14px;
	margin: 0;
}
.tel2 {
	color: black;
}
.tel1 span {
	font-size: 20px;
}

#slider-wrapper {
    width: 100%;
	min-width: 960px;
    height: 500px;
    position: relative;
	box-shadow: 0 -2px 3px -2px;
}
#slider-bg-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#slider {
	width: 960px;
	height: 100%;
	margin: auto;
	position: relative;
	z-index: 2;
}
.slid-txt {
	width: 440px;
	font: 12px Arial;
	color: #2665b2;
	line-height: 1.5;
}
.slid-txt h1 {
	font: 136px/136px Exo Thin;
	padding-top: 65px;
	margin: 0;
	color: white;
}
.slid-txt h2 {
	font: 30px Exo Light;
	margin: 0 0 15px;
	color: #2867b3;
}
#slider-arrow-l, #slider-arrow-r {
    position: absolute;
    top: 190px;
    width: 31px;
    height: 63px;
    cursor: pointer;
	background: url('../img/slider-arrow.png') no-repeat left;
}
#slider-arrow-l {
    left: -150px;
}
#slider-arrow-r {
    right: -150px;
    background-position: right;
}

#content {
	background: url('../img/content-bg.jpg') no-repeat top;
	min-height: 420px;
}

#oferta {
	height: 170px;
	width: 980px;
	border-radius: 5px;
	background-color: #acd7e4;
	position: absolute;
	top: -65px;
	left: -10px;
	text-align: center;
	font: 14px Exo Regular;
	color: #2665b2;
	z-index: 5;
}
.oferta {
	width: 313px;
	height: 146px;
	border-radius: 5px;
	display: inline-block;
	margin: 12px 3px;
	text-align: right;
	vertical-align: top;
}
.oferta.active {
	box-shadow: inset 0 0 0 4px #2666b3;
}
.oferta-txt {
	padding: 25px 25px 0 0;
}
.oferta-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.oferta-title span {
	display: block;
	font-size: 36px;
	color: black;
	text-transform: uppercase;
}
.oferta-link {
	font-weight: bold;
}
#owoce {
	background: url('../img/owoce.jpg') no-repeat;
}
#warzywa {
	background: url('../img/warzywa.jpg') no-repeat;
}
#ryby {
	background: url('../img/ryby.jpg') no-repeat;
}

#content-txt-wrapper {
	padding: 105px 0 50px;
}

.box {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	padding-right: 25px;
}
.box:nth-of-type(3) {
	padding: 0;
}

.title {
	color: #2665b2;
	font: 18px Exo Medium;
	padding: 60px 0 30px;
}
.title span {
	color: black;
	font-size: 24px;
	text-transform: uppercase;
}

.txt {
	color: #414141;
	font: 12px arial;
	line-height: 1.5;
}

.ul ul {
	margin: 0;
	list-style-image: url('../img/list-style.png');
	padding-left: 20px;
	font: 14px Exo DemiBold;
	color: black;
}
.ul ul li {
	padding: 0 0 15px 5px;
}

.news {
	font: 12px arial;
	margin-bottom: 30px;
	line-height: 1.5;
	width: 295px;
}
.sub .news {
	width: auto;
}
.date {
	font-size: 11px;
	color: #2665b2;
}
.news-title {
	font-weight: bold;
	padding: 10px 0;
}
.news-txt {
	color: #414141;
	padding-bottom: 10px;
}
.news-more {
	color: #2665b2;
}
.news-more:after {
	content: url('../img/news-more.png');
	padding-left: 8px;
}
.archive {
	font: 12px arial;
	border-top: 1px solid #acd7e4;
	padding-top: 20px;
}

#footer {
	background: url('../img/footer-bg.jpg') no-repeat top;
	color: white;
}

#footer-top {
	height: 150px;
	width: 715px;
	margin-left: auto;
	font: 16px Exo Regular;
	line-height: 1.2;
}
.f-box {
	width: 220px;
	display: inline-block;
	vertical-align: top;
}
.f-box:first-child {
	padding-right: 40px;
}
.f-box:nth-of-type(3) {
	padding: 0;
	float: right;
}
.f-title {
	padding: 35px 0 15px;
	font-size: 18px;
}

#newsletter {
	padding: 3px;
	background-color: white;
	border-radius: 5px;
	text-align: center;
}
#newsletter-input {
	width: 130px;
	height: 27px;
	font: 11px arial;
	color: #6c6b6b;
	border: none;
}
#newsletter-button {
	width: 78px;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

#copy {
	height: 50px;
	padding-top: 20px;
	font: bold 12px arial;
}
#copy a {
	color: #154683;
}
#copy-left {
	float: left;
}
#copy-right {
	float: right;
}

#footer-menu {
	padding: 30px 0;
}


.sub #slider-wrapper {
	height: 260px;
}
.sub .slid-txt h1 {
	padding-top: 40px;
	font: 72px/90px Exo Thin;
}

#content-left {
	font: 12px/1.5 arial;
	color: #414141;
	float: left;
	width: 622px;
	margin-bottom: 55px;
}

#content-right {
	float: right;
	width: 230px;
	border-radius: 5px;
	background-color: #acd7e4;
	padding: 30px 20px;
	margin: 30px 0 55px;
}
#content-right .title {
	padding: 0 10px 25px;
}
.menu-sub {
	margin: 0;
	padding: 0;
	font: bold 12px arial;
	color: #2665b2;
	list-style: none;
}
.menu-sub li {
	margin-bottom: 5px;
}
.menu-sub li a {
	display: block;
	padding: 7px 10px;
	border-radius: 5px;
	background-color: white;
}
.menu-sub .active, .menu-sub li a:hover {
	background: url('../img/button-bg.png') center;
	color: white;
}
.menu-sub ul {
	font-weight: normal;
	padding: 9px 10px 1px;
	list-style: none;
	display: none;
}
.menu-sub ul .active, .menu-sub ul li a:hover {
	color: black;
	background: url('../img/menu-sub-list-style-active.png') no-repeat left 8px;
}
.menu-sub ul li a {
	background: url('../img/menu-sub-list-style.png') no-repeat left 8px;
	padding: 3px 10px 3px 20px;
}

#kontakt_desc {
	float: left;
	width: 260px;
}
#mapka {
	width: 350px;
	height: 250px;
	border: 1px solid;
	border-radius: 5px;
	padding: 3px;
	float: right;
}
#mapka iframe {
	width: inherit;
	height: inherit;
}

#cookie-wrapper {
  background-color: #2665B2;
  height: 50px;
  position: relative;
  width: 100%;
  color: #ffffff;
  font-family: 'Exo Regular';
  font-size: 12px;
}
#cookie {
  background-color: #2665B2;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#cookie label {
  position: absolute;
  top: 18px;
}
#cookie label a {
  color: #000;
  text-decoration: underline;
}
#cookie .button_cookie {
  background-color: #000;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Exo Regular';
  font-size: 11px;
  padding: 5px 10px 5px;
  position: absolute;
  right: 0;
  top: 13px;
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}