* {
	outline: medium none;
	box-sizing: border-box;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	height: 100%;
	width: 100%;
	min-height: 100%;
	color: #000000;
	background: #ffffff;
}


/** galeria sige **/
.pswp {
	z-index: 15000; 
}

/* .pswp img {
	max-width: none;
	border: 1px solid rgba(255,255,255,.3);
	padding: 5px;
} */

.pswp__button--share {
	display: none;
}

/**** Fonts ***/

#mainMenu a,
.main_page section h1,
.page-header h1,
.produkty .item-description h2,
.produkty .slickSlider h2,
.aktualnosci .item-description h2,
.products .item-description h2,
.products .slickSlider h2,
.news .item-description h2,
.article_item h2,
.aktualnosci .item-description .item-date,
.news .item-description .item-date,
.blog.coctails .recepture,
.blog.coctails .category,
.blog.awards .item-description h2,
.blog.coctails .item-description h2,
#nsp-nagrody .item-description h2,
#nagrody-slick .item-description h2,
#koktajle-slick h2,
#wizytowka-slick h2,
.additional_content .nspArts .item-description,
.news .item-date,
#ageVer,
#phocamaps .marker-list h2,
#mainMenu .nav .table .submenu .divider .separator,
#footerWrapper h2,
.coctails .articleIntro .introtext h2,
.coctails .articleIntro .text h3,
.contact-container h3 {
	font-family: 'Spectral', serif;
	font-weight: 300;
	letter-spacing: -0.05em;
	}
	
#mainMenu .nav .nav-child a,
.slick-dots li button::before,
#mainMenu .nav .nav-child1 a {
	font-family: 'Lato', sans-serif;
	}
	
/*** end fonts **/

blockquote{
	quotes: '\201c' '\201d';
	font-size: 105%;
	font-weight: 400;
	background: #f9f9f9;
	padding: 10px;
	border-radius: 10px;
}

blockquote::before {
	font-family: 'Spectral', serif;
	content: open-quote;
	font-size: 75px;
	color: #cecece;
	line-height: 0;
	margin-top: 35px;
	float: left;
}

blockquote::after {
	font-family: 'Spectral', serif;
	content: close-quote;
	font-size: 75px;
	color: #cecece;
	line-height: 0;
	margin: 18px 0 0 0;
	float: right;
}

blockquote p {
	padding: 0 45px;
}

blockquote p:first-child {
	margin-top: 0;
}

blockquote p:last-child {
	margin-bottom: 0;
}

section {
	float: left;
	width: 100%;
}

.items-container{
	width: 90%;
	max-width: 1720px;
	margin: 0 auto;
}

#content p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #7f7f7f;
}

#content p a:hover {
	border-bottom: 1px solid #7f7f7f;
}

section.spacer .items-container,
section.legenda .items-container {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

#page {
	position: relative;
	height:100%;
	min-height: 100%;
}

#page_container {
	float: left;
	width: 100%;
	min-height: 100%;
	position: relative;
	margin-bottom: -130px;
}

.push {
	height: 130px;
	float: left;
	width: 100%;
}

#navWrapper {
	position: fixed;
	float: left;
	width: 100%;
	height: 85px;
	background-color: #002e5d;
	background-color: #f7f7f7;
	z-index: 10000;
}

#navRight {
	position: absolute;
	top: 10px;
	right: 25px;
	z-index: 200;
}

#navRight div.mod-languages li {
	margin: 0 5px 0 0;
}

#navRight .social p {
margin: 5px 5px 0 0;
text-align: right;
}

#navRight .social img {
width: 30px;
height: auto;
box-shadow: 0 1px 5px rgba(3,3,3,.7);
}

#navLeft {
	position: absolute;
	top: 7px;
	left: 25px;
	width: 15%;
	max-width: 225px;
}

.main_page #mainMenu .logo {
	opacity:0;
	transition: 1s all;
	display: table-row;
}

#mainMenu .logo.visible {
	opacity:1;
	transition: 1s all;
}

#mainMenu .logo img {
	width: 15%;
	max-width: 210px;
	margin-top: 10px;
	height: auto;
	max-height: 0;
	transform: rotateX(90deg);
	transition: 1s all;
}

#mainMenu .logo.visible img {
	height: auto;
	max-height: 80px;
	transform: rotateX(0deg);
	transition: 1s all;
}

#navLeft img {
	width: 100%;
	height: auto;
}

.mod-languages img { 
	width: 30px;
	height: auto;
	box-shadow: 0 5px 10px rgba(3,3,3,.7);
	box-shadow: 0 1px 5px rgba(3,3,3,.7);
	}
	
#mainMenu {
	text-align: center;
	display: table;
	width: 100%;
	height: 85px;
/*	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: box-shadow .5s; */ 
}

/* #mainMenu.shadow {
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	transition: box-shadow .5s;
} */

#navWrapper {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all .5s;
	transition-delay: 0.1s;
	}	

#navWrapper.shadow {
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	transition: all .5s;
}

.main_page #navWrapper.shadow {
	height: 130px;
}

#mainMenu .moduletable_menu {
	display: table-cell;
	vertical-align: middle;
}

#mainMenu ul.nav {
	display: inline-block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu .nav li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 15px 0;
	padding: 0 10px;
	text-transform: uppercase;
}

#mainMenu .nav .submenu li {
	margin: 4px 5px;
	padding: 5px;
	text-transform: none;
}

#mainMenu .nav .nav-child-container {
	position: absolute;
	top: 45px;
	left: -10%;
	width: 120%;
	min-width: 850px;
	text-align: left;
	padding: 16px;
	background: #f7f7f7;
	border-radius: 5px;
	transition: opacity ease-in .2s,visibility ease-in .2s,transform ease-in .2s;
	opacity: 0;
	visibility: hidden;
	border-bottom: 6px solid #a5a5a5;
	border-top: 6px solid #a5a5a5;
	box-shadow: 0 3px 10px rgba(0,0,0,.6);
}

.it #mainMenu .nav .nav-child-container,
.en #mainMenu .nav .nav-child-container {
	left: -35%;
	width: 170%;
	}

#mainMenu .nav .nav-child {
	position: absolute;
	top: 45px;
	text-align: left;
	padding: 16px;
	background: #f7f7f7;
	border-radius: 5px;
	transition: opacity ease-in .2s,visibility ease-in .2s,transform ease-in .2s;
	opacity: 0;
	visibility: hidden;
	border-bottom: 6px solid #a5a5a5;
	border-top: 6px solid #a5a5a5;
	box-shadow: 0 3px 10px rgba(0,0,0,.6);
}

#mainMenu .nav .nav-child2 {
	margin: 0;
	padding: 0;
}

/* #mainMenu .nav .nav-child:before {
	content: " ";
	width: 0px;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #a5a5a5;
	display: inline-block;
	position: absolute;
	left: 125px; 
	top: -15px;
} */

#mainMenu .nav .table .submenu .divider {
	display: inline-block;
	position: relative;
	width: 25%;
	vertical-align: top;
	margin: 0;
	padding: 0 10px;
}

#mainMenu .nav .table .submenu .divider .separator {
	display: inline-block;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
}

#mainMenu .nav .nav-child1 {
	margin: 0;
	padding: 0;
}

#mainMenu .nav .table .submenu .divider .nav-child1 {
	display: inline-block;
	text-align: center;
	width: 100%;
}

#mainMenu .nav .submenu a {
	font-size: 18px;
}

#mainMenu .nav .nav-child1 a {
	font-size: 20px;
}

#mainMenu .nav li:hover .nav-child-container,
#mainMenu .nav li:hover .nav-child {
	opacity: 1;
	visibility: visible;
}

#mainMenu .nav .submenu li {
	display: block;
}

#mainMenu .nav .submenu li:hover {
	opacity: .8;
}

#mainMenu .nav .submenu li.divider:hover {
	background: transparent;
}

#mainMenu .nav a {
	text-decoration: none;
	transition: all ease-in .2s;
}

#mainMenu .nav .submenu .active {
	background: transparent;
}

#mainMenu .nav .nav-child1 .active {
	background: rgba(200,200,200,.2);
}
	
#mainMenu .nav>li:hover a {
	text-decoration: underline;
}

#mainMenu .nav>li:hover li a {
	text-decoration: none;
}

#mainMenu a {
	font-size: 20px;
	line-height: 1;
	color: #002e5d;
	text-decoration: none;
	position: relative;
	}
	
#mainMenu li.table:hover a.table::after {
	content: " ";
	width: 0px;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #a5a5a5;
	display: inline-block;
	position: absolute;
	left: calc(50% - 12px); 
	bottom: -5px;
	z-index: 200;
}


#mainMenu li.active > a {
	text-decoration: underline;
}


#headerInner {
	float: left;
	margin: 0;
	margin-top: calc(85px - 7%);
	margin-bottom: -7%;
	width: 100%;
	position: relative;
	z-index: 1;
}

#headerInner video {
	width: 100%;
	height: auto;
}

#headerInner .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25%;
	opacity: .8;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

#headerInner .logo img {
	width: 100%;
	height: auto;
}

#headerInner .audioControl {
	position: absolute;
	bottom: 15%;
	right: 30px;
	max-width: 25%;
	width: 30px;
	height: 30px;
	background: transparent;
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image:url('../img/mute.png');
}

#headerInner .unmute {
	background-image:url('../img/unmute.png');
}

#content_container{
	float: left;
	width: 100%;
	background: #ffffff;
	margin-top: 85px;
	padding-bottom: 5px;
	position: relative;
/*	z-index: 2; */
}

.main_page #content_container{
	margin-top: 0;
	z-index: 2;
}

.main_page section {
	margin: 5px 0;
	padding: 30px 0;
}

.main_page section.aktualnosci .items-container,
.main_page section.news .items-container {
	width: 80%;
}

.main_page section h1,
.page-header h1,
#wizytowka-slick h2 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #002e5d;
}

.main_page section h1,
.main_page section h2 {
	transform: rotateY(90deg);
	transition: 1s all;
}

.main_page section.visible h1,
.main_page section.visible h2 {
	transform: rotateY(0deg);
	transition: 1s all;
}

.main_page #wizytowka-slick {
	width: 90%;
	margin: 0 auto;
}

.main_page #wizytowka-slick .slick-dots,
.main_page .slick-dots {
	bottom: 0 !important;
	position: relative !important;
	margin: 15px 0 !important;
}

/* .page-header h1 {
	font-weight: 400;
} */

.blog.produkty .page-header {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.category-desc {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

.blog.produkty .category-desc {
	padding: 0 10%;
}

.main_page section:nth-child(2n+1){
	background: #f7f7f7;
}

section.sect-0 {
	background-color: #002e5d !important;
	color: #ffffff;
	line-height: 1.7;
	z-index: 100;
	position: relative;
}

section.intro .item-wrapper {
	width: 80%;
	padding: 0 5%;
	margin: 0 auto;
}

section.sect-0 .item-image.pull-left {
	float: left;
	width: 27%;
	width: 24%;
	max-width: 375px;
	margin: -15% 0 -10% 0;
margin: -12.5vw 0 -6vw 0;
}

section.sect-0 .item-image.pull-left img {
	width: 100%;
	height: auto;
}

section.sect-1 {
	line-height: 1.7;
}

section.legenda {
	padding: 0;
	background: #f7f7f7;
	color: #000000;
/*	font-style: italic; */
}

section.legenda .item-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 7%;
}

section.legenda .item-wrapper {
	display: table;
	min-height: 650px;
}

section.legenda .item-image {
	width: 50%;
	line-height: .1;
	display: table-cell;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

section.legenda .item-image.mobile {
	display: none;
}

section.legenda .item-image.pull-right img {
	width: 100%;
	height: auto;
}

section.legenda p {
	line-height: 1.7;
	font-size: 130%;
}

section.spacer article {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	z-index: 1;
}

section.spacer article.spacer {
	background-position: center 50%;
}

section.spacer article.spacer-2 {
	background-position: center 70%;
}

footer {
	float: left;
	width: 100%;
	
	text-align: center;
}

#footerWrapper {
	color: #ffffff;
	background-color: #002e5d;
	padding: 10px 5px;
}

#footerWrapper h2 {
	text-transform: uppercase;
}

#footerBottom {
	padding-top: 10px;
	color: #12588b;
	font-size: 90%;
}

#footerBottom ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

#footerBottom ul li {
	display: inline-block;
	margin: 0 7px;
}

#footerBottom a {
	text-decoration: none;
	color: #12588b;
}

#footerBottom a:hover {
	text-decoration: underline;
}

section.visible .items-row,
article.visible {
	opacity: 1;
	transition: .5s all;
}

section.unvisible .items-row,
article.unvisible {
	opacity: 0;
	transition: .5s all;
}

.cols-1 {
	float: left;
	width: 100%;
}

.cols-2 {
	float: left;
	width: 50%;
	padding: 2.5%;
}

.cols-3 {
	width: 33.3%;
	float: left;
	padding: 1%;
}

.cols-4 {
	width: 25%;
	float: left;
	padding: .5%;
	margin-top: 20%;
}

.slick-initialized .slick-slide {
	text-align: center;
}

#produkty-slick img {
	display: inline-block !important;
	max-width: 120px;
}

.slick-slider .slick-prev {
	z-index: 1;
	background-image: url('../img/prev.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: 65px;
	opacity: .6;
	
	width: 25px;
	height: 55px;
	opacity: .3;
}

.slick-slider .slick-next {
	background-image: url('../img/next.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: 65px;
	opacity: .6;
	
	width: 25px;
	height: 55px;
	opacity: .3;
}

.slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus {
	background-image: url('../img/prev.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 55px;
	opacity: .5;
}

.slick-slider .slick-next:hover, .slick-slider .slick-next:focus {
	background-image: url('../img/next.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 55px;
	opacity: .5;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
	content: ' ';
}

.slick-dots li button::before {
	font-size: 35px !important;
	line-height: 1px !important;
}

.produkty .slickSlider h2,
.products .slickSlider h2 {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}

.produkty article,
.products article {
	display: block;
	background: #f7f7f7;
	padding: 0 25px 25px;
	margin: 10px 0 75px;
}

.main_page .produkty article,
.main_page .products article {
	background: transparent;
}

.produkty .cols-3  article,
.products .cols-3  article {
	min-height: 300px;
}

.produkty .item-image,
.products .item-image {
	display: table-cell;
	width: 30%;
	vertical-align: top;
	position: relative;
}

.aktualnosci .item-image,
.news .item-image {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}

.produkty .pull-left.item-image,
.products .pull-left.item-image {
	/* float: left; */
	width: 100%;
	/* max-width: 125px; */
	margin-top: -65%;
}

.produkty .pull-left {
	position: absolute;
}

.aktualnosci .pull-left.item-image,
.news .pull-left.item-image {
	float: left;
	width: 100%;
}

.produkty .item-image img,
.products .item-image img {
	width: 100%;
	/* max-width: 125px; */
	height: auto;
}

.aktualnosci .item-image img,
.news .item-image img {
	width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,.1);
	padding: 12px;
}

.produkty .item-description,
.aktualnosci .item-description,
.products .item-description,
.news .item-description {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 5px;
	line-height: 1.6;
}

.produkty .item-description h2,
.produkty .slickSlider h2,
.products .slickSlider h2,
.aktualnosci .item-description h2,
.products .item-description h2,
.news .item-description h2,
.article_item h2 {
	font-size: 30px;
/*	font-weight: 400; */
	line-height: 1;
}

.produkty .item-description h2 a,
.products .item-description h2 a{
	color: #000;
	text-decoration: none;
}

.article_item h2 {
	text-align: center;
}

.produkty .item-description h2,
.aktualnosci .item-description h2,
.products .item-description h2,
.news .item-description h2,
.article_item .nota-degustacyjna h2 {
	text-align: left;
}

.aktualnosci .item-description .item-date,
.news .item-description .item-date {
	line-height: 1;
}

.aktualnosci .item-description h2,
.news .item-description h2 {
	line-height: 1.4;
	margin-top: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.aktualnosci .item-description h2 a,
.news .item-description h2 a {
	text-decoration: none;
	color: #000;
	line-height: 1;
}

.produkty .slickSlider h2,
.products .slickSlider h2,
.produkty .nspArt.nspCol4 .item-description h2,
.aktualnosci .nspArt.nspCol4 .item-description h2 {
	font-size: 23px;
}

.produkty .slickSlider h2,
.products .slickSlider h2 {
	text-transform: uppercase;
	font-size: 18px;
}

.blog.awards .item-image {
	float: left;
	width: 25%;
	padding-right: 30px;
	text-align: right;
}

.blog.awards .item-image .item-image {
	width: 100%;
}

.blog.awards .item-description {
	float: left;
	width: 75%;
}

.blog.coctails .items-row,
.blog.awards .items-row {
	float: left;
	width: 100%;
	padding: 50px 0;
}


.blog.coctails .items-row:nth-child(2n-1),
.blog.awards .items-row:nth-child(2n-1) {
	background: #f7f7f7;
}

.blog.coctails a {
	color: #000;
	text-decoration: none;
}

.blog.coctails .item {
	text-align: left;
	float: none;
	display: inline-block;
}

.blog.coctails .item.cols-3 {
	width: 33%;
}

.blog.coctails .item-image {
	float: left;
	width: 100%;
	position: relative;
}

.blog.coctails .items-container {
	text-align: center;
}

/* .blog.coctails .item {
	padding: 3%;
}

.blog.coctails .item-image .item-image {
	width: 100%;
	
	float: none;
	width: 80%;
	display: inline-block;
} */

.blog.coctails .item-description {
	float: left;
	width: 70%;
	width: 100%;
}

.blog.coctails .item-description p a {
	font-weight: 400;
}

#koktajle-slick .light,
.blog.coctails .item-description p a .light {
	font-weight: 300;
}

.blog.coctails .item-description h2 a {
	color: #002e5d;
}

.blog.coctails .items-row:nth-child(2n-1) .item-image {
	float: right;
	text-align: left;
	padding-left: 30px;
	padding-right: 0;
}

.blog.coctails .item-image img {
	border: 1px solid rgba(0,0,0,.1);
	padding: 12px;
	width: 100%;
	height: auto;
}

.coctails .articleIntro {
	width: 80%;
	position: relative;
	margin: 0 auto 20px;
	/* display: table; */
}

.coctails .articleIntro_wrapper .item-image {
	float: left;
	width: 30%;
	padding-right: 20px;
	/*display: table-cell;
	vertical-align: middle; */
}

.coctails .articleIntro .introtext {
	float: left;
	width: 70%;
	
	padding-left: 20px;
	/* display: table-cell;
	vertical-align: middle; */
}

.coctails .articleIntro .text {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}


.coctails .articleIntro .text h3 {
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}

.coctails .articleIntro .introtext a {
	text-decoration: none;
	color: #002e5d;
	font-weight: 400;
}

.coctails .articleIntro .introtext a:hover {
	text-decoration: underline;
	opacity: .8;
}

.coctails .articleIntro_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.coctails .articleIntro .introtext h3 {
	/*color: #002e5d; */
	color: #12588b;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 5px;
	font-size: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.coctails .articleIntro .introtext h2 {
	color: #002e5d;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
}

.coctails .articleIntro .item-image img {
/*	border: 12px solid rgba(0,0,0,.1); */
	width: 100%;
	/* max-width: 350px; */
	height: auto;
	border: 1px solid rgba(0,0,0,.1);
	padding: 12px;
}

.coctails .articleIntro h1 {
	text-align: left;
/*	font-family: 'Lato', sans-serif;
	font-size: 55px; */
	margin: 0;
}

.blog.coctails .category {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(18,88,139,.6);
	background: rgba(255,255,255,.6);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	padding: 15px 0;
	opacity: 0;
	font-size: 120%;
	transition: .5s all linear;
	display: none;
}

.blog.coctails .category p.title {
	font-size: 30px;
}

.blog.coctails article:hover .category {
	opacity: 1;
	transition: .5s all linear;
	display: block;
}

/* .blog.coctails article:hover .item-description {
	opacity: 0;
	transition: .1s all linear;
} */

.blog.awards .item-description h2,
.blog.coctails .item-description h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-top: 0;
}

.produkty .readmore,
.aktualnosci .readmore {
	text-align: right;
	font-size: 16px;
	line-height: 1;
}

.produkty .readmore a{
	color: #000;
	text-decoration: none;
}

.main_page .produkty .item-description,
.main_page .produkty .item-image,
.main_page .aktualnosci .item-description,
.main_page .aktualnosci .item-image,
.main_page .products .item-description,
.main_page .products .item-image,
.main_page .news .item-description,
.main_page .news .item-image {
	vertical-align: middle;
}

.main_page .produkty .pull-left.item-image,
.main_page .products .pull-left.item-image {
	margin-top: 0;
}

.main_page article.produkty,
.main_page article.products {
	position: relative;
}

.main_page .produkty .pull-left {
	position: relative;
}

.produkty .nspTopInterface,
.nagrody .nspTopInterface,
.aktualnosci .nspTopInterface,
.products .nspTopInterface,
.awards .nspTopInterface,
.news .nspTopInterface,
.coctails .nspTopInterface {
	text-align: center;
	float: left;
	width: 100%;
}

.produkty .nspPagination,
.nagrody .nspPagination,
.aktualnosci .nspPagination,
.products .nspPagination,
.awards .nspPagination,
.news .nspPagination,
.coctails .nspPagination {
	float: none;
	display: inline-block;
}

.produkty .nspNext,
.produkty .nspPrev,
.nagrody .nspNext,
.nagrody .nspPrev,
.aktualnosci .nspNext,
.aktualnosci .nspPrev,
.products .nspNext,
.products .nspPrev,
.awards .nspNext,
.awards .nspPrev,
.news .nspNext,
.news .nspPrev,
.coctails .nspPrev,
.coctails .nspNext {
	float: none;
	display: inline-block;
}

.produkty .nspNext,
.nagrody .nspNext,
.aktualnosci .nspNext,
.products .nspNext,
.awards .nspNext,
.news .nspNext,
.coctails .nspNext
 {
	margin: 3px 0 0 4px;
}

.produkty .nspPrev, 
.nagrody .nspPrev,
.aktualnosci .nspPrev,
.products .nspPrev, 
.awards .nspPrev,
.news .nspPrev,
.coctails .nspPrev {
	margin: 3px 4px 0 0;
}

.nspPagination li {
	background: transparent;
	border: 3px solid #ccc;
}

.produkty .nspPagination li,
.nagrody .nspPagination li,
.aktualnosci .nspPagination li,
.products .nspPagination li,
.awards .nspPagination li,
.news .nspPagination li,
.coctails .nspPagination li {
	margin: 0 2px 0 0 !important;
	display: inline-block;
	float: none;
}

.produkty .nspPagination li:hover, 
.produkty .nspPagination li.active,
.nagrody .nspPagination li:hover, 
.nagrody .nspPagination li.active,
.aktualnosci .nspPagination li:hover, 
.aktualnosci .nspPagination li.active,
.products .nspPagination li:hover, 
.products .nspPagination li.active,
.awards .nspPagination li:hover, 
.awards .nspPagination li.active,
.news .nspPagination li:hover, 
.news .nspPagination li.active,
.coctail .nspPagination li.active {
	border: 3px solid #999;
}

.produkty .nspPagination li > a,
.nagrody .nspPagination li > a,
.aktualnosci .nspPagination li > a,
.products .nspPagination li > a,
.awards .nspPagination li > a,
.news .nspPagination li > a,
.coctails .nspPagination li > a {
	margin-top: 2px;
}

.produkty .readon-button-wrap,
.nagrody .readon-button-wrap,
.aktualnosci .readon-button-wrap,
.products .readon-button-wrap,
.awards .readon-button-wrap,
.news .readon-button-wrap,
.coctails .readon-button-wrap {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

.main_page .produkty article,
.main_page .nagrody article,
.main_page .products article,
.main_page .awards article,
.main_page .coctails article {
	padding: 0 25px 0;
	margin: 10px 0 0;
}

/* .main_page .coctails .coctail-item {
	padding: 0 25px 0;
	margin: 10px 0 0;
} */

.coctails .coctail-item {
	padding: 0;
	margin: 10px auto;
	width: 80%;
	text-align: left;
}

.main_page .produkty article a,
.main_page .nagrody article a,
.main_page .aktualnosci article a,
.main_page .products article a,
.main_page .awards article a,
.main_page .news article a,
.main_page .coctails a,
.article_section_wrapper.additional-top #koktajle-slick a,
.coctails .articleIntro #koktajle-slick a  {
	color: #000;
	text-decoration: none;
}

.coctails .articleIntro #koktajle-slick a ,
.article_section_wrapper.additional-top #koktajle-slick a  {
	border-bottom: 0;
	font-weight: 400;
}

.coctails .articleIntro #koktajle-slick h2 a,
.article_section_wrapper.additional-top #koktajle-slick h2 a  {
	color: #002e5d;
	font-weight: 300;
}

.main_page .produkty article h1 a,
.main_page .nagrody article h1 a,
.main_page .aktualnosci article h1 a,
.main_page .products article h1 a,
.main_page .awards article h1 a,
.main_page .news article h1 a,
.main_page .coctails h1 a {
	color: #002e5d;
}

.main_page .produkty article.produkty-item:hover img,
.main_page .products article.produkty-item:hover img {
	transform: rotate(7deg);
	transition: .5s all;
}

.main_page .produkty article.produkty-item img,
.main_page .products article.produkty-item img {
	transform: rotate(0deg);
	transition: .5s all;
}  

.produkty .readon-button,
.products .readon-button {
	text-align: center;
}

#articleHeader {
	line-height: 1;
}

#articleHeader .headerImage {
	display: inline-block;
	width: 100%;
	position: relative;
}

#articleHeader .headerImage img {
	float: left;
	width: 100%;
	height: auto;
}

#articleHeader .headerImage .titleContainer {
	position: absolute;
	bottom: 20px;
}

#articleHeader .headerImage .titleContainer.left {
	left: 20%;
	left: 10%;
}

#articleHeader .headerImage .titleContainer.right {
	right: 20%;
	right: 10%;
}

#articleHeader .headerImage .titleContainer.center {
	right: 20%;
	left: 20%;
	right: 10%;
	left: 10%;
}

#articleHeader .headerImage .titleContainer.top {
	top: 10%;
}

#articleHeader .headerImage .titleContainer.top {
	bottom: 10%;
}

#articleHeader .headerImage .titleContainer.middle {
	top: 50%;
	transform: translateY(-50%);
}

#articleHeader .headerImage .titleContainer .page-header h1 {
	font-size: 55px;
/*	font-size: 75px; */
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(0,0,0,.8);
	text-align: left;
}

.article_section {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.article_section.intro {
	background: #f7f7f7;
}

.article_section_wrapper.intro {
	display: table;
	font-size: 22px;
}

.article_section_wrapper.intro .article_item {
	display: table-cell;
	vertical-align: middle;
}

.article_section_wrapper.intro .article_item.text {
	width: 75%;
	padding: 50px 20px 50px 10%;
}

.article_section_wrapper.intro .article_text.intro  {
	line-height: 1.5;
}

.article_section_wrapper.intro .article_item.image {
	width: 25%;
	text-align: left;
	padding: 20px 0;
}

.article_section_wrapper.intro .article_item.image img{
	width: 100%;
	height: auto;
	max-width: 300px;
}

.article_section_wrapper.intro .nota-degustacyjna {
	float: left;
	font-size: 95%; 
}

.article_section_wrapper.intro .nota-degustacyjna h2 {
	margin: 20px 0 0;
}

.article_section_wrapper.intro .metryka {
	float: left;
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	background: #c5d5e1;
}

.article_section.additional {
	background: #f7f7f7;
	padding: 20px 0;
}

.article_section.additional.light {
	background: #ffffff;
}

.article_section_wrapper.additional {
	display: table;
}
	
.additional-top .coctails .slick-slide{
	margin: 0 25px;
}	

.article_section_wrapper.additional .article_item {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 30px 20px;
} 

.article_section_wrapper.additional .article_item.dark {
	background: #c5d5e1;
}

.article_section_wrapper.additional .article_item .article_image {
	float: left;
	width: 50%;
	max-width: 250px;
}

.article_section_wrapper.additional .article_item .article_text {
	float: left;
	width: 50%;
	padding-left: 25px;
	min-width: calc(100% - 250px);
}

.article_section_wrapper.additional .article_item .article_text h2 {
	text-align: left;
	margin-top: 0;
}

.article_section_wrapper.additional .article_item .article_image img {
	width: 100%;
	height: auto;
}

.article_section_wrapper .spacer {
	width: 5px;
	height: 5px;
	display: inline-block;
	overflow: hidden;
	text-indent: -3000px;
	background: #000;
	border-radius: 50%;
	margin: 0 5px 2px;
}

#nsp-nagrody .item-image,
#nagrody-slick .item-image {
	text-align: center;
}

#nsp-nagrody .item-image img,
#nagrody-slick .item-image img{
	width: 100%;
	height: auto;
	max-width: 140px; 
}

#nsp-nagrody .item-description,
#nagrody-slick .item-description {
	text-align: center;
}

#nsp-nagrody .item-description h2,
#nagrody-slick .item-description h2{
	margin: 0 5px;
}

#nsp-nagrody .produkty-item,
#nagrody-slick .produkty-item {
	position: relative;
}

#nsp-nagrody .tooltip,
#nagrody-slick .tooltip {
	display: table;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
	color: #ffffff;
	background: #12588b;
	background: #002e5d;
	border-radius: 5px;
	transition: all ease-in .2s;
	opacity: 0;
	padding: 3px;
	visibility: hidden;
	box-shadow: 0 3px 10px rgba(0,0,0,.6);
	overflow: visible;
	font-size: 95%;
	z-index: 2000;
	width: 100%;
	
	height: 100%;
	top: 0;
	vertical-align: middle;
}

#nsp-nagrody .tooltip_inner,
#nagrody-slick .tooltip_inner {
	display: table-cell;
	vertical-align: middle;
}

#nsp-nagrody .produkty-item:hover .tooltip,
#nagrody-slick .produkty-item:hover .tooltip {
	opacity: .95;
	visibility: visible;
}

#nagrody-slick img {
	display: inline-block;
}

#koktajle-slick img {
	border: 1px solid rgba(0,0,0,.1);
	padding: 12px;
	display: inline-block;
	width: 100%;
	height: auto;
}

#koktajle-slick h2,
.blog.coctails .item h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}

#koktajle-slick p,
.blog.coctails .item p {
	margin: 0;
	font-size: 85%;
}

.blog.coctails,
.blog.news {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.article_section.nagrody .nspArts{
	text-align: center;
}

.article_section.nagrody .nspArt{
	display: inline-block;
	float: none;
}

.article_section.nagrody .nspCol6{
	width: 16.4%;
}

.additional_content .nspArts .item-image {
	float: left;
	width: 40%;
}

.article_section_wrapper.additional .article_item.dark {
	padding: 30px 10px 30px 20px;
}

.article_section_wrapper.additional .article_item.dark.image {
	padding: 0;
}

.additional_content .nspArts .item-image img {
	width: 100%;
	height: auto;
	border: 4px solid #f7f7f7;
	border: 12px solid rgba(0,0,0,.1);
}

.article_section_wrapper.additional .article_item.dark.image img {
float: left;
	line-height: 1;
}

.additional_content {
	float: left;
	width: 100%;
}

.additional_content .nspArts .item-description {
	float: left;
	width: 60%;
	padding: 0 0 0 15px;
	line-height: 1.4;
}

.additional_content .nspArts .item-description h2 {
	text-align: left;
	margin-top: 0;
}

.additional_content .rekomendacje .item-description {
	float: left;
	width: 100%;
	position: relative;
}

.additional_content .rekomendacje .item-description .signature {
	text-align: right;
	font-style: oblique;
}

.additional_content .rekomendacje {
	padding-right: 15px;
}

.additional_content .readon-button-wrap {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.additional_content .nspArts .item-description a,
.additional_content .readon-button-wrap a {
	text-decoration: none;
	color: #000;
}

.blog.news .image-container {
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 12px;
	margin-bottom: 20px;
	float: left;
}

.blog.news .item-image {
	width: 100%;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.blog.news .items-row {
	width: 100%;
	padding: 0;
}

.blog.news .span6 {
	width: 50%;
	float: left;
}

.blog.news {
	padding-top: 20px;
}

.blog.news .items-row {
	border-top: 4px solid #f7f7f7;
}

.blog.news .items-row.row-0 {
	border-top: 0;
}

.blog.news .readmore a {
	text-decoration: none;
	color: #000;
}

.blog.news .readmore a:hover {
	text-decoration: underline;
}

.news .items-container {
	width: 60%;
}

.news .news-image {
	display: block;
	width: 60%;
	max-width: 700px;
	margin: 20px auto;
}

.news .news-image img {
	margin: 20px 0;
}

.news .article-columns {
	float: left;
	width: 100%;
}

.news .columns-3 .column {
	float: left;
	width: 33.3%;
	padding: 0 25px;
}

.news p.imggalery, .awards p.imggalery {margin:30px 0;text-align: center; display: inline-block; width: 100%;}
.news p.imggalery img, .awards p.imggalery img {margin:0 10px;}

.awards p.imggalery img {max-width: 140px; width: auto; height: auto;}

.news .item-date {
	text-align: center;
	font-size: 25px;
}

.news img.lewa, .awards img.lewa {float: left; margin: 10px 20px 10px 0;}
.news img.prawa, .awards img.prawa {float: right; margin-left: 10px 0 10px 20px;}

/* .news img.lewa, .news img.prawa {border: 12px solid rgba(0,0,0,.1); } */

.blog.news .item-date {
	text-align: left;
	font-size: 100%;
	margin-top: 0;
}

.blog.news .items-container,
.blog.coctails .items-container {
	width: 70%;
	max-width: 1500px;
	margin: 0 auto;
}

.blog.news .items-container {
	width: 80%;
/*	width: 70%; */
	max-width: 1720px;
	margin: 0 auto;
}

.blog.news  .item.cols-3 {
	padding: 1% 3.8%;
}

.blog.news .item-text-cont {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 250px;
}

.news ul.sige {
	text-align: center;
	width: 100%;
	float: left;
}

.news ul.sige li {
	display: inline-block;
	float: none;
	width: auto;
}

.news #titleContainer {
	float: left;
	width: 100%;
}

a.readon-button {
	background: #f7f7f7;
	padding: 3px 10px;
	border-radius: 10px;
}

.main_page section:nth-child(2n+1) a.readon-button {
	background: #ffffff;
}

.slick-dots li button::before {
	top: 10px;
}

#ageVer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 60000;
	top: 0;
}

#ageVer.visible {
	display: block;
}

#ageVer_overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	z-index: 1;
}

#ageVer_outer {
	width: 50%;
	height: 50%;
	overflow: hidden;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	min-height: 450px;
}

#ageVer_inner {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 2px solid #f7f7f7;
	top: 15px;
	left: 15px;
	position: absolute;
}

.ageVer_inner {
	float: left;
	width: 100%;
	text-align: center;
}

.ageVer_inner img {
	width: 30%;
	height: auto;
	margin: 20px 0 10px;
	max-width: 350px;
}

#ageVer button {
	background: #333333;
	border: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 1.3em;
	height: 50px;
	text-decoration: none;
	width: 30%;
	margin: 0 2% 10px;
}

#ageVer #no {
	background: #002e5d;
}

#ageVer #yes {
	background: #156c23;
}

#ageVer p.annotation {
	font-size: 80%;
	font-weight: 300;
}

#ageVer p.ageVer {
	font-size: 105%;
	font-weight: 500;
}

#phocamaps .leaflet-container {
	width: 50% !important;
	height: 800px !important;
	float: left;
}

#phocamaps .marker-list h2 {
	float: left;
	width: 100%;
}

#phocamaps .marker-list h2:before {
	content: " ";
	display: inline-block;
	width: 28px;
	height: 40px;
	background-image: url('../img/markers-soft.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}

#phocamaps .marker-list h2.red:before {
	background-position: 0 -3px;
}

#phocamaps .marker-list h2.orange:before {
	background-position: -30px -3px;
}

#phocamaps .marker-list h2.green:before {
	background-position: -60px -3px;
}

#phocamaps .marker-list h2.blue:before {
	background-position: -90px -3px;
}

#phocamaps .marker-list h2.purple:before {
	background-position: -120px -3px;
}

#phocamaps .marker-list h2.darkred:before {
	background-position: -150px -3px;
}

#phocamaps .marker-list h2.darkgreen:before {
	background-position: -210px -3px;
}

#phocamaps .marker-list h2.darkpurple:before {
	background-position: -240px -3px;
}

#phocamaps .marker-list h2.cadetblue:before {
	background-position: -270px -3px;
}

#phocamaps .marker-list {
	width: 50% !important;
	float: left;
	padding: 0 0 0 20px;
	position: relative;
}

#phocamaps .marker-list ul {
	margin: 0;
	padding: 0;
}

#phocamaps .marker-list li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 30%;
	font-size: 85%;
	padding: 0 10;
	margin: 0 10px 0 0;
	min-height: 261px;
	min-width: 220px;
	position: relative;
}

#phocamaps .marker-list li:after {
	content: " ";
	position: absolute;
	width: 2px;
	height: 90%;
	right: 0;
	top: 5%;
	background: #e7e7e7;
}

.theme-default .nivoSlider {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-height: 554px;
}

.theme-default .nivoSlider img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-width: 300px;
	background: #f7f7f7;
}

.theme-default .nivoSlider {
	text-align: center;
}

.marker-list a {
	color: #000;
	text-decoration: none;
}

.marker-list a:hover {
	text-decoration: underline;
}

.articleColumnsWrapper {
	float: left;
	width: 100%;
}

.articleColumn {
	float: left;
	padding: 0 20px;
}

.articleColumn:first-child {
	padding-left: 0;
}

.articleColumn:last-child {
	padding-right: 0;
}

.columns-2 .articleColumn {
	width: 50%;
}

.columns-3 .articleColumn {
	width: 33.333%;
}

.columns-4 .articleColumn {
	width: 25%;
}

ul.sige li {
	line-height: .9;
} 

/*** wizytowka na głównej **/

#wizytowka-slick a {
	text-decoration: none;
	color: inherit;
}

.cards-item {
	float: left;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 600px;
/*	padding: 3% 0; */
}

.card-text-container {
	width: 100%;
}

.cards-item .left {
	/* width: 30%;
	margin-right: 14%; */
	/* max-width: 510px; */
	max-width: 600px;
	text-align: right;
	width: 49.5%;
	padding: 30px 17% 0 0;
	display: inline-block;
	vertical-align: middle;
}

.cards-item .right {
/*	width: 30%;
	margin-left: 14%; */
	/* max-width: 510px; */
	max-width: 600px;
	text-align: left;
	width: 49.5%;
	padding: 30px 0 0 17%;
	display: inline-block;
	vertical-align: middle;
}

.cards-item .left .card-text {
	float: right;
	padding-right: 15px;
	border-right: 1px solid #dedede;
	font-size: 95%;
}

.cards-item .left .card-text::after {
	content: " ";
	height: 1px;
	background: #dedede;
	width: 22%;
	display: inline-block;
	position: absolute;
	right: -22%;
	top: 50%;
}

.cards-item .right .card-text {
	float: left;
	padding-left: 15px;
	border-left: 1px solid #dedede;
	font-size: 95%;
}

.cards-item .right .card-text::before {
	content: " ";
	height: 1px;
	background: #dedede;
	width: 22%;
	display: inline-block;
	position: absolute;
	left: -22%;
	top: 50%;
}

.cards-item .card-text {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 35px 0;
	margin: 15px 0;
	width: 100%;
	position: relative;
}

.cards-item .card-image {
	display: none;
}

#wizytowka-slick h2 {
	margin: 0;
}

#wizytowka-slick h3 {
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}

/*** end wizytowka na głównej **/

.map-container {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.contact-container {
	width: 70%;
	max-width: 1720px;
	margin: 0 auto;
}

.contact-container h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #002e5d;
	margin: 0 0 15px;
	padding-left: 15px;
}

.contact_wrapper {
	float: left;
	width: 100%;
}

.contact-item {
	float: left;
	padding: 0 15px;
}

.distributor {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.distributor .contact-item {
	width: 25%;
	min-width: 250px;
}

.shop {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 10px 0;
}

.shop:nth-child(2n) {
	background: #f7f7f7;
}

.shop .contact-item {
	width: 33.3%;
	min-width: 305px;
}

.shop .contact-item.city {
	width: 10%;
	font-weight: 400;
	text-transform: uppercase;
	color: #002e5d;
}

.shop .contact-item.address {
	width: 90%;
	font-size: 95%;
}

.contact .items-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.readon-button {
	
}

.mobile {
	display: none;
}

@media ( max-width: 1290px ) {
	
	.contact-container {
	width: 90%;
	}
	
	#navLeft {
	top: 20px;
	left: 15px;
	width: 10%;
	}
	
	.main_page section.aktualnosci .items-container,
.main_page section.news .items-container {
	width: 90%;
	}
	
	#mainMenu .moduletable_menu {
	padding-left: 9%;
	}
	
	}
	
@media ( max-width: 1230px ) {
	#mainMenu .moduletable_menu {
	padding-left: 3%;
	}
	
	#mainMenu a {
	font-size: 18px;
	}
	
	}

@media ( max-width: 1100px ) {
.main_page #wizytowka-slick {
	width: 95%;
	}
	
.cards-item .card-text {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 18px 0;
	}

.cards-item .left .card-text {
	padding-right: 10px;
	}
	
/* .cards-item .left {
	margin-right: 20%;
	} */
	
.blog.news .items-container {
	width: 100%;
	}
	
.shop .contact-item.city {
	width: 100%;
	}
	
.shop .contact-item.city p {
	margin: 0;
	}
	
#mainMenu a {
	font-size: 20px;
	font-size: 18px;
	}
	
#mainMenu .nav li {
	padding: 0 5px;
	}
		
	}

@media ( max-width: 1050px ) {
	section.sect-0 .item-wrapper {
	padding: 0;
	width: 100%;
	}
	
	section.sect-0 .item-image.pull-left {
	width: 25%;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
	section.sect-0 p {
	width: 100%;
	font-size: 100%;
	}
	
	.main_page .sect-1 .nspCol2 {
	width: 100%;
	}
	
	.main_page .sect-2 .nspCol4 {
	width: 50%;
	}
	
	.main_page .sect-3 .nspArtPage {
	text-align: center;
	}
	
	.main_page .sect-3 .nspCol5 {
	width: 25%;
	display: inline-block;
	float: none;
	}
	
	.blog.coctails .items-container {
	width: 100%;
	margin: 0 auto;
	}
	
	.news .items-container {
	width: 90%;
	}
	
	.article_section_wrapper.intro .article_item.text {
	width: 60%;
	padding: 20px 20px 20px 0;
	}
	
	.article_section_wrapper.intro .article_item.image {
	width: 30%;
	}
	
	.article_section.nagrody .nspCol6 {
	width: 25%;
	}
	
	.article_section_wrapper.additional .article_item .article_image,
	.article_section_wrapper.additional .article_item .article_text,
	.additional_content .nspArts .item-description,
	.additional_content .nspArts .item-image,
	.blog.news .item-image {
	width: 100%;
	}
	
	.article_section_wrapper.additional .article_item.dark {
	padding: 15px 10px 20px 10px;
	}
	
	#articleHeader .headerImage .titleContainer {
	position: unset;
	float: left;
	padding: 0 30px;
	background: #f7f7f7;
	width: 100%;
	margin-bottom: -15px;
	}
	
	#articleHeader .headerImage .titleContainer .page-header h1 {
	font-size: 45px;
	color: #002e5d;
	text-shadow: none;
	text-align: left;
}
	
	.additional_content .nspArts .item-description {
	font-size: 90%;
	padding: 0 5px;
	}
	
	.blog.coctails .items-container {
	width: 80%;
	}
	
	.cols-3 {
	width: 50%;
	}
	
	.blog.coctails .item {
	height: 415px;
	}
	
	#phocamaps .marker-list li {
	width: 50%;
	padding: 0 1%;
	margin: 0;
	min-height: 239px;
	min-width: 213px;
	}
	
	#mainMenu a {
	font-size: 18px;
	font-size: 16px;
	}
	
	#mainMenu .nav .nav-child-container {
	left: -15%;
	/* min-width: 850px; */
	}
	
	div.mod-languages ul.lang-inline li {
	/* display: block; */
	}
	
	#navRight div.mod-languages li {
	/* margin: 0; */
	}
	
	#navRight .social img,
	.mod-languages img {
	width: 25px;
	box-shadow: 0 1px 3px rgba(3,3,3,.7);
	}
	
	
	#navRight {
	top: 7px;
	right: 7px;
	}
	
	#mainMenu .moduletable_menu {
	display: block;
/*	text-align: left; */
	}
	
	#mainMenu ul.nav {
	margin: 6px 0;
	}
	
	#mainMenu .nav li {
	margin: 15px 0;
	padding: 0 5px;
	}
	
	#mainMenu {
	/* padding: 0 0 0 13.5%; */
	}
	
	.main_page #mainMenu {
	padding: 0;
	}
		
	}
	
@media ( max-width: 920px ) {
	
	.mobile {
	display: block;
	}
	
	.blog.coctails .item.cols-3 {
	width: 49%;
	}
	
	.main_page #navLeft .logo,
	#navLeft .logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	}
	
	#mainMenu a {
	color: rgba(255,255,255,.8);
	}
	
	#navLeft img {
	width: auto;
	height: 50px;
	}
	
	#navLeft {
	left: 0;
	top: 5px;
	width: 100%;
	max-width: 100%;
	float: left;
	padding: 10px 20px;
	position: relative;
	}
	
	#ageVer_outer {
	width: 90%;
	height: auto;
	float: left;
	transform: translate(0);
	top: 10%;
	left: 5%;
	position: relative;
	}
	
	#ageVer_inner {
	width: 100%;
	height: 100%;
	border: 0;
	top: 0;
	left: 0;
	position: relative;
	}
	
	#navWrapper {
	position: absolute;
	}
	
	#mainMenu .moduletable_menu {
	display: block;
	}
	
	#mainMenu {
	background: #12588b;
	width: 75%;
	height: auto;
	display: block;
	float: left;
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	padding: 0 0 0 20px;
	text-align: left;
	display: none;
	}
	
	#mainMenu .nav li {
	display: block;
	}
	
	#mainMenu .nav .nav-child,
	#mainMenu .nav .nav-child2 {
	position: relative;
	top: 0;
	left: 0;
	min-width: 100%;
	padding: 0 0;
	background: transparent;
	border-radius: 0;
	-ms-transform: translate(-50%,5px);
	transform: translate(0);
	opacity: 1;
	visibility: visible;
	border-bottom: 0;
	border-top: 0;
	box-shadow: unset;
	}
	
	#mainMenu .nav li:hover .nav-child {
	transform: translate(0);
	}
	
	#mainMenu .nav .nav-child::before {
	content: unset;
	width: 0px;
	height: 0px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	}
	
	#mainMenu .nav .nav-child-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 0;
	padding: 7px 0 0;
	background: transparent;
	border-radius: 0;
	opacity: 1;
	visibility: visible;
	border: 0;
	box-shadow: none;
	}
	
	#mainMenu .nav .table .submenu .divider {
	display: block;
	width: unset;
	padding: 0;
	}
	
	#mainMenu li.table:hover a.table::after {
	content: unset;
	}
	
	#mainMenu .nav .table .submenu .divider .separator {
	display: inline-block;
	width: 100%;
	text-align: left;
	border-bottom: 0;
/*	text-transform: none; */ 
	color: #002e5d;
	color: rgba(255,255,255,.8);
	}
	
	#mainMenu .nav .table .submenu .divider .separator:before {
	content: " • ";
	color: #002e5d;
	color: rgba(255,255,255,.8);
	}
	
	#mainMenu .nav .table .submenu .divider .nav-child1 {
	text-align: left;
	}
	
	.main_page .sect-2 .nspCol4,
	.main_page .sect-5 .nspCol2 {
	width: 100%;
	}
	
	.main_page .produkty .item-image, .main_page .products .item-image {
	width: 20%;
	display: block;
	float: left;
	}
	
	.main_page .produkty .pull-left.item-image, .main_page .products .pull-left.item-image {
	width: 60%;
	max-width: 125px;
	}
	
	.produkty .nspArt:nth-child(even) .item-image, .products .nspArt:nth-child(even) .item-image{
	float: right;
	}
	
	.produkty .item-description, .products .item-description {
	display: block;
	}
	
	.nspPrev, .nspNext {
	position: relative;
	}
	
	.main_page .aktualnosci .item-image, .main_page .news .item-image {
	vertical-align: top;
	}
	
	.nspArts {
	padding: 0;
	}
	
	.produkty .item-description h2, .aktualnosci .item-description h2, .products .item-description h2, .news .item-description h2, .article_item h2 {
	font-size: 25px;
	}
	
	.produkty .item-description, .aktualnosci .item-description, .products .item-description, .news .item-description {
	line-height: 1.4;
	}
	
	.blog.coctails .items-container {
	width: 100%;
	}
	
	.blog.coctails .item {
	height: auto;
	}
	
	.main_page .blog.coctails .item-description h2 {
	font-size: 25px;
	}
	
	.main_page .blog.coctails .item-image .item-image {
	width: 95%;
	}
	
	.main_page .blog.coctails .category {
	font-size: 100%;
	padding: 0;
	}
	
	section.legenda .item-wrapper {
	min-height: 100%;
	float: left;
	width: 100%;
	}
	
	section.legenda .item-text {
	display: block;
	padding: 0 7%;
	float: left;
	width: 100%;
	font-size: 90%;
	}
	
	section.legenda .item-image {
	width: 100%;
	display: block;
	float: left;
	height: 350px;
	background-position: top center;
	}
	
	section.legenda .pull-right.item-image {
	display: none;
	}
	
	#articleHeader .headerImage .titleContainer {
	position: absolute;
	bottom: -35px !important;
	top: auto !important;
	width: 100%;
	left: 0 !important;
	}
	
	#articleHeader .headerImage .titleContainer .page-header h1 {
/*	font-size: 55px;
	text-align: center; */
	}
	
	.article_section_wrapper.intro .article_text.intro {
	line-height: 1.4;
	}
	
	.article_section_wrapper.intro {
	font-size: 18px;
	}
	
	.article_section_wrapper.additional .article_item {
	width: 100%;
	display: block;
	padding: 30px 10px;
	float: left;
	}
	
	.article_section_wrapper.additional .article_item .article_image,
	.additional_content .nspArts .item-image {
	width: 30%;
	}
	
	.article_section_wrapper.additional .article_item .article_text,
	.additional_content .nspArts .item-description {
	width: 70%;
	}
	
	.additional_content .rekomendacje .nspArts .item-description {
	width: 100%;
	}
	
	.additional_content .nspArts .item-description {
	padding: 0 0 0 25px;
	}
	
	.nspPagination {
	display: block;
	}
	
	.article_section_wrapper.additional .article_item.dark {
	width: 110%;
	margin-left: -5%;
	padding: 15px 5% 20px;
	}
	
	.article_section_wrapper.additional .article_item.dark.image {
	line-height: 1;
	text-align: center;
	}
	
	.article_section_wrapper.additional .article_item.dark.image .additional_content {
	display: inline-block;
	}
	
	.blog.news .items-container, .blog.coctails .items-container {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	
	}
	
	.main_page .blog.news .items-container {
	width: 49%;
	max-width: 100%;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	}
	
	.main_page .blog.news .items-container .cols-3 {
	width: 100%;
	}
	
	.aktualnosci .item-description h2, .news .item-description h2 {
	text-align: center;
	font-size: 20px;
}
	
	.columns-2 .articleColumn {
	width: 100%;
	}	
	
.articleColumn:first-child {
	padding-left: inherit;
	}
	
.articleColumn:last-child {
	padding-left: inherit;
	}	
	
.blog.awards .item-image {
	width: 100%;
	padding: 0 0 15px 0;
	text-align: center;
	}
	
.blog.awards .item-image img {
	max-height: 150px;
	}
	
.blog.awards .item-description {
	width: 100%;
	}
	
.coctails .blog.coctails .item-description h2 {
	font-size: 20px;
	}
	
	.coctails .articleIntro .introtext {
	font-size: 100%;
	}
	
	#phocamaps .leaflet-container {
	width: 100% !important;
	height: 500px !important;
	}
	
	#phocamaps .marker-list {
	width: 100% !important;
	}
	
	.cards-item {
	background: transparent !important;
	height: auto;
	}
	
	.cards-item .card-image {
	display: block;
	}
	
	.cards-item .card-image img {
	width: 180px;
	height: auto;
	margin: 0 auto;
	}
	
	.cards-item .left,
	.cards-item .right {
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0 15px;
	}
	
	.cards-item .left .card-text,
	.cards-item .right .card-text {
	padding: 0 0 10px;
	border: 0;
	margin: 5px 0;
	border-bottom: 1px solid #f2f2f2;
	}
	
	.cards-item .left .card-text::after,
	.cards-item .right .card-text::before {
	content: unset;
	}
	
	.distributor .contact-item {
	width: 33.3%;
	}

	.shop .contact-item {
	width: 100%;
	}
	
}
	
@media ( max-width: 640px ) {	
	.aktualnosci .item-image, .news .item-image {
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	}
	
	.blog.coctails .item.cols-3 {
	width: 100%;
	}
	
	#produkty-slick img {
	max-width: 200px;
	}
	
	.main_page .sect-3 .nspCol5 {
	width: 50%;
	}
	
	.main_page .aktualnosci .item-description h2, 
	.main_page .news .item-description h2, .article_item h2 {
	text-align: center;
	}
	
	.aktualnosci .item-description .item-date, .news .item-description .item-date {
	text-align: center;
	}
	
	section.sect-0 .item-image.pull-left {
	width: 30%;
	margin: -100px auto 10px;
	float: none;
	}
	
	section.sect-0 p {
	width: 100%;
	}
	
	.article_section_wrapper.intro .article_item.text {
	width: 100%;
	padding: 20px 0;
	}
	
	.article_section_wrapper.intro .article_item {
	display: inline-block;
	}
	
	.article_section_wrapper.intro .article_item.image {
	width: 100%;
	margin: 10px auto;
	}
	
	.article_section_wrapper.intro .article_item.image .vt_nivo_slider {
	width: 30%;
	margin: 0 auto;
	}
	
	.article_section_wrapper.additional .article_item .article_image,
	.additional_content .nspArts .item-image {
	width: 100%;
	margin: 0 auto;
	float: none;
	max-width: 250px;
	}
	
	.article_section_wrapper.additional .article_item .article_text,
	.additional_content .nspArts .item-description {
	width: 100%;
	padding-left: 0;
	}
	
	.article_section_wrapper.additional .article_item .article_text h2,
	.additional_content .nspArts .item-description h2 {
	text-align: center;
	margin-top: 20px;
	}
	
	.additional_content .nspArts .item-description {
	text-align: center;
	}
	
	.additional_content .nspArts .item-image img {
	border: 6px solid rgba(0,0,0,.1);
	}
	
	.article_section_wrapper.additional .article_item.dark.image img {
	width: 100%;
	height: auto;
	}
	
	.cols-2, .cols-3 {
	width: 100%;
	}
	
	.news img.lewa {
	float: none;
	margin: 10px auto;
	display: block;
	}
	
	.coctails .articleIntro .item-image img {
	margin: 10px auto 20px;
	display: block;
	float: none;
	}
	
	#phocamaps .marker-list li {
	width: 100%;
	min-height: auto;
	}
	
	#phocamaps .marker-list li::after {
	content: "";
	position: relative;
	width: 0;
	height: auto;
	right: 0;
	top: 0;
	background: transparent;
	}
	
	
	}