@import 'https://fonts.googleapis.com/css?family=Raleway';
@import 'https://fonts.googleapis.com/css?family=Poiret+One';
@import 'https://fonts.googleapis.com/css?family=Caveat';
@import 'https://fonts.googleapis.com/css?family=Quicksand:300,400';
@import 'https://fonts.googleapis.com/css?family=Palanquin:300,400,500';

/* ----------------------------------------
	Basic
----------------------------------------- */

html, body {
	font-family: 'Palanquin', sans-serif;
	background: #FFF;
	color: #888;
	font-size: 13px;
	padding-bottom: 84px;
}

::selection {
	background: #FEFAC7;
	color: #555;
}

::-moz-selection {
	background: #FEFAC7;
	color: #555;
}

a {
	color: #757575;
}

ul {
	list-style-type: square;
}

b {
	color: #000;
}

h2, h3 {
	font-family: 'Palanquin', sans-serif;
	font-weight: 100;
}

p {
	font-family: 'Raleway', sans-serif;
	color: #888;
}

/* ----------------------------------------
	Navigation
----------------------------------------- */

nav {
	float: right;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li {
	float: left;
	position: relative;
}

nav ul li.active a {
	color: #000;
}

nav ul.navigation-list li.active-drop a {
	color: #000;
}

nav ul li a {
	display: block;
	padding: 30px 15px;
	color: #888;
	text-decoration: none;
	letter-spacing: 1px;
	transition: all .5s ease;
}

nav ul li a:hover {
	color: #000;
}

nav ul li ul li {
	min-width: 165px;
}

nav ul li ul li a {
	font-size: 12.5px;
	padding: 8px 15px;
	color: #BBB;
	letter-spacing: 1px;
}

.navigation {
	font-family: 'Palanquin', sans-serif;
	width: 100%;
	font-size: 13px;
	background: #FFF;
	border-bottom: 1px solid #F5F5F5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.navigation.static {
	position: relative !important;
}

.navigation-dropdown {
	border-left: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	background: #FFF;
	position: absolute;
	display: none;
	right: 0;
	z-index: 9999;
}

.brand-navigation {
	float: left;
	margin-bottom: 6px;
	margin-top: 6px;
}

.brand-navigation a {
	color: #000;
	font-size: 15px;
	font-family: 'Poiret One', cursive;
	font-weight: 700;
	letter-spacing: 1px;
}

.brand-navigation img {
	height: 70px;
}

a.navigation-klif {
	color: #ED1556;
	font-family: 'Caveat', cursive;
	font-size: 18px;
}

a.navigation-klif:hover {
	color: #ED1556;
}

.navigation-klif i,
.navigation-promenada i {
	font-size: 13px;
}

nav ul li.location ul li {
	min-width: 100px;
}

a.navigation-promenada {
	color: #E76E35;
	font-family: 'Caveat', cursive;
		font-size: 18px;
}

a.navigation-promenada:hover {
	color: #E76E35;
}

.badge {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    bottom: 22px;
    position: relative;
    left: 2px;
    background: #000000;
    padding: 2px 4px;
    letter-spacing: 1px;
}

.badge-gdynia {
	text-align: center;
    color: #FFF;
    bottom: 22px;
    position: relative;
    left: -73px;
    top: 13px;
    background: #03a9f4;
    padding: 4px 8px;
    letter-spacing: 1px;
    font-size: 14px;
}

.badge-warszawa {
	text-align: center;
    color: #FFF;
    bottom: 22px;
    position: relative;
    left: -73px;
    top: 13px;
    background: #EA1708;
    padding: 4px 8px;
    letter-spacing: 1px;
    font-size: 14px;
}

.order {
	margin-left: 25px;
}

.order span {
	padding: 4px 21px;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	transition: all .5s ease;
}

.order span:hover {
	background: #FFF;
	color: #000;
}

/* ----------------------------------------
	Slider
----------------------------------------- */

.background-image {
	min-height: 510px;
	background-size: cover;
	position: relative;
	display: block;
	margin-top: 83px;
}

.slider-text {
	font-family: 'Palanquin', sans-serif;
	font-weight: 100;
	direction: rtl;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 25px;
	margin-bottom: 60px;
	direction: rtl;
}

.slider-text-one {
	margin-bottom: 6px;
	padding: 0px 13px;
	font-size: 22px;
	display: table;
	color: #FFF;
	letter-spacing: 1px;
	direction: initial;
}

.slider-text-background {
	background: #EA1708;
	line-height: 40px;
}

/* ----------------------------------------
	Sekcja Promocje
----------------------------------------- */

.explore-section .col-md-3 {
	padding: 0;
}

.explore-section .col-md-3.big {
	height: 400px;
	background: #FFF;
	text-align: center;
}

.explore-section .col-md-3.image-big img {
	width: 100%;
	height: 400px;
}

.explore-section .col-md-3.small {
	height: 200px;
	background: #FFF;
	text-align: center;
}

.explore-section .col-md-3.image-small img {
	width: 100%;
	height: 200px;
}

.explore-section .col-md-6 .content  {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #888;
	padding: 25px;
	margin: 55px 0px;
}

.explore-section .col-md-6 .content span {
	font-family: 'Caveat', cursive;
	font-size: 23px;
	color: #BBB;
}

.explore-section .col-md-6.small .content {
	margin: 26px 0px;
}

.explore-section .col-md-6 h3 {
	width: 100%;
	color: #000;
	margin-top: 0;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: -2px;
	font-weight: normal;
}

.explore-section .col-md-6.image-big img {
	width: 100%;
    height: 400px;
}


.explore-section .col-md-6.small {
	height: 200px;
	background: #FFF;
	text-align: center;
}

.explore-section .col-md-6.image-small img {
	width: 100%;
    height: 200px;
}

.explore-section.background {
	background: #F8F8F8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.explore-section .col-md-6 {
	padding: 0;
}

.explore-section .col-md-6.big {
	height: 400px;
	background: #FFF;
	text-align: center;
}

.explore-box {
	overflow: hidden;
	box-shadow: 2px 2px 4px #EEE;
}

.arrow-left {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-right: 24px solid white;
	margin-top: 24px;
	right: 0;
}

.arrow-right {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 24px solid white;
	margin-top: 24px;
}

.explore {
	position: absolute;
	right: 13px;
	bottom: 13px;
	border-radius: 100%;
	background: #FFF;
	padding: 10px;
	height: 36px;
}

.explore i {
	color: #000;
	font-size: 20px;
	bottom: 10px;
	position: relative;
}

.explore:hover {
	color: #000;
}

.explore:hover i {
	color: #888;
}

.explore .tooltip-text {
	visibility: hidden;
	width: 145px;
	height: 65px;
	padding: 15px;
	position: absolute;
	font-size: 12px !important;
	top: -24px;
	right: 50px;
	font-family: 'Raleway', sans-serif !important;
	background: #FFF;
	color: #555 !important;
	border: 1px solid #EEE;
	line-height: 18px;
	z-index: 9999;
}

.tooltip-arrow {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid white;
	bottom: 9px;
	right: 43px;
	z-index: 9998;
}

.explore:hover .tooltip-text {
	visibility: visible;
}

.explore:hover .tooltip-arrow {
	visibility: visible;
}

span.explore-day {
	font-family: 'Caveat', cursive;
	font-size: 25px;
	color: #000;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.explore-product {
	margin: 15px 0 15px 0;
	overflow: hidden;
	border: 1px solid #EEE;
}

.explore-product img {
	float: left;
	height: 150px;
	margin-right: 15px;
}

span.explore-product-title {
	font-family: 'Quicksand', sans-serif;
	font-size: 21px;
	margin-top: 17px;
	display: block;
	color: #000;
}

span.explore-product-description {
	margin-top: 15px;
	display: block;
}

/* ----------------------------------------
	Breadcrumb
----------------------------------------- */

.section-breadcrumb {
	margin-top: 84px;
	background: #F9F9F9;
	border-bottom: 1px solid #F5F5F5;
}

.section-breadcrumb.static {
	margin-top: 0;
}

.breadcrumb {
	margin: 14px 0;
	list-style: none;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #BBB;
	content: "/\00a0";
}

/* ----------------------------------------
	Division
----------------------------------------- */

.division-logo img {
	height: 115px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

#klif,
#promenada {
	overflow: hidden;
}

#klif img,
#promenada img {
	height: 280px;
	width: 530px;
	margin: 0 auto;
	display: block;
	margin-top: 55px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #DDD;
}

#klif h1,
#promenada h1  {
	text-align: center;
	font-family: 'Caveat', cursive;
}

#klif h1 {
	color: #ED1556;
}

#promenada h1 {
	color: #EA7E2F;
}

#promenada {
	left:auto;
	right:0;
}

/* ----------------------------------------
	Categories
----------------------------------------- */

.categories {
	text-align: center;
	overflow: hidden;
}

.categories i:before {
	font-size: 38px;
	color: #000;
	margin-left: 0;
}

.categories i.icon-blue:before{
	color: #03a9f4;
}

.categories i.icon-red:before{
	color: #EA1708;
}


.categories span {
	font-family: 'Caveat', cursive;
	display: block;
	text-align: center;
	font-size: 23px;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #000;
}

/* ----------------------------------------
	About Us
----------------------------------------- */

.about-us img {
	height: 295px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.about-us p {
	color: #888;
	text-align: justify;
}

/* ----------------------------------------
	Opinion
----------------------------------------- */

.opinion {
	overflow: hidden;
}

.opinion-box {
	border: 1px solid #EDEDED;
	margin-bottom: 10px;
}

.opinion img {
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
}

p.opinion-text {
	padding: 20px;
	margin: 0;
}

p.opinion-text i {
	font-size: 20px;
	margin-right: 5px;
	color: #AAA;
}

.opinion-author {
	font-family: 'Caveat', cursive;
	font-size: 18px;
	margin-top: 12px;
	color: #000;
}

.opinion-description {
	font-family: 'Caveat', cursive;
	font-size: 18px;
	color: #AAA;
	margin-left: 3px;
}

/* ----------------------------------------
	Gallery
----------------------------------------- */

.gallery {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.gallery a {
	color: #AAA;
}

.gallery ul li {
	display: inline-block;
	line-height: 30px;
}

.gallery ul li.active a {
	color: #FFF;
	background: #000;
	padding: 2px 10px;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.gallery ul li a:hover {
	color: #191919;
}

.gallery ul li:not(:last-child)::after {
	color: #BBB;
	content: "-";
	padding: 0 10px;
}

.gallery img {
	width: 100%;
	margin-bottom: 30px;
}

/* ----------------------------------------
	Blog
---------------------------------------- */

.blog-post {
	box-shadow: 2px 2px 4px #EEE;
	margin-bottom: 25px;
	transition: all .5s ease;
}

.blog-post:hover {
	box-shadow: 2px 2px 4px #DEDEDE;
}

.blog-image {
	display: block;
}

span.blog-date {
	background: #FFF;
	color: #000;
	position: absolute;
	display: block;
	padding: 10px 12px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	z-index: 9998;
}

.blog-content {
	background: #FFF;
	border-left: 1px solid #EEE;
	padding: 18px;
	min-height: auto;
}

.blog-content p {
	text-align: justify;
}

.blog-title a {
	font-weight: 500;
	font-size: 16px;
	font-family: 'Palanquin', sans-serif;
	color: #444;
}

.klif {
	color: #ED1556;
	font-family: 'Caveat', cursive;
	font-size: 21px;
}

/* ----------------------------------------
	Franchise
----------------------------------------- */

.navigation li.franchise a:before {
	position: absolute;
    height: 2px;
    width: 65px;
    background: #000;
    content: "";
    bottom: 24px;
}

.franchise img {
	height: 295px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.franchise p {
	color: #888;
	text-align: justify;
}

.franchise p.bold {
    font-weight: bold;
    color: #000;
}

.franchise p.right {
	text-align: right;
	font-weight: bold;
	color: #000;
}

/* ----------------------------------------
	Contact
----------------------------------------- */

.contact-box {
	border: 1px solid #EEE;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.contact-bold {
	font-weight: bold;
	color: #757575;
}


/* ----------------------------------------
	Footer
----------------------------------------- */

footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 14px 0;
	border-top: 1px solid #EEE;
	text-align: center;

}

footer span {
	color: #000;
}

footer img {
	max-height: 70px;
    margin: 0 auto;
}

footer ul {
	float: right;
}

footer ul {
	margin-bottom: 0;
}

footer li {
	display: inline-block;
	margin-right: 10px;
}

footer li:last-child {
	margin-right: 0;
}

footer ul li a {
	color: #AAA;
	transition: all .5s ease;
}

footer ul li a:hover {
	color: #000;
}

/* ----------------------------------------
	Other
----------------------------------------- */

.title {
	text-align: center;
	display: table;
	margin: 0 auto 60px;
	letter-spacing: 1px;
}

.title h4 {
	margin: 3px 16px;
	color: #000;
	font-size: 23px;
	font-weight: 100;
}

.section {
	padding: 60px 0;
}

section {
	padding: 60px 0;
}

.section.top {
	padding-top: 0;
}

.step {
	display: none;
}

.step a {
	padding: 15px 20px;
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    display: block;
    transition: all .5s ease;
    margin: 10px 20px 0 20px;
    text-transform: uppercase;
}


.facebook a {
	z-index: 9998;
	position: fixed;
    background: #000;
    padding: 4px 18px;
    bottom: 3%;
    font-size: 20px;
    right: 1%;
	color: #FFF;
	transition: 0.3s;
}

.facebook a:hover {
	background: #3b5998;
}

.sticky a {
    z-index: 9998;
    position: fixed;
    background: #EA1708;
    color: #FFF;
    padding: 4px 18px;
    bottom: 50%;
    font-size: 20px;
    right: -71px;
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

/* ----------------------------------------
	Map
----------------------------------------- */

.map {
	width: 100%;
}

.map__frame {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	cursor: pointer;
}

/* Google Map (static) */
	.map__frame img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

/* Google Map (dynamic) */
.gm-style {
	width: 100%;
	min-height: 300px;
}

/* Google Map (dynamic) - info window */
.gm-style-iw {
	font-size: 12px;
	line-height: 18px;
}

.map__print,
.map__legend {
	display: none;
}

.map__frame + .map__legend {
	display: block;
	/* height: 200px; */
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	font-size: 12px;
	color: #000;
}

.map__title,
.map__address,
.map__description {
	display: block;
	color: #000;
}

.map__title {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
}

.map__address {
	margin: 0 0 10px;
	font-weight: 200;
}

.map__legend ul {
	margin: 0;
	padding: 0;
}

.map__legend ul li {
	position: relative;
	width: 100%;
	padding: 12px 10px 11px 38px;
	border-bottom: 1px solid #EEE;
	list-style: none;
}

.map__marker {
	position: absolute;
	left: 10px;
	top: 13px;
	font-size: 24px;
	line-height: 24px;
}

@media only screen and (min-width: 768px) {
	.map {
		height: 100%;
		height: 100vh;
	}

	.map__legend {
		display: block;
		width: auto;
		height: auto;
		overflow-y: auto;
		padding: 5px 10px;
		background: #fff;
		color: #444;
		line-height: 25px;
		border: 1px solid #EEE;
		bottom: 50% !important;
	}

	.map > .map__legend {
		display: none;
	}

	.map__legend strong {
		color: #000;
	}

	.map__legend a {
		color: #000;
	}

	.map__legend a:hover {
		color: #888;
	}

	.map__frame {
		min-height: 100%;
		background: #fff;
	}

	.map__frame + .map__legend {
		display: none;
	}

	.map__print {
		position: absolute;
		left: 30px;
		bottom: 30px;
		z-index: 1;
		display: inline-block;
		padding: 6px 12px;
		background: #ff6600;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}
}

/* ----------------------------------------
	Error Page
----------------------------------------- */

.error-page {
	text-align: center;
}

.error-page img {
	display: block;
	height: 150px;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 15px;
}

.error-page h1 {
	color: #000;
	font-weight: lighter;
	margin-bottom: 40px;
}

.error-page .return-button {
	padding: 4px 21px;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	transition: all .5s ease;
}

.error-page .return-button:hover {
	background: #FFF;
	color: #000;
}

.error-type {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 14px 0;
	text-align: center;
}

/* ----------------------------------------
	Privacy Policy
----------------------------------------- */

.privacy-policy-page {

}

.privacy-policy-page  img {
	display: block;
	height: 150px;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 40px;
}

/* ----------------------------------------
	Magnific Popup
----------------------------------------- */

.mfp-bg {
	z-index: 10042;
	background: #FFF;
	opacity: 0.9;
}

.mfp-wrap {
	z-index: 10043;
}

.mfp-preloader {
	z-index: 10044;
}

.mfp-content {
	z-index: 10045;
}

button.mfp-close,
button.mfp-arrow {
	z-index: 10046;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #000;
}

.mfp-arrow-left:before {
	border-right: 27px solid #000;
}

.mfp-arrow-right:before {
	border-left: 27px solid #000;
}

.mfp-figure small {
	color: #000;
	background: #FFF;
	display: inline;
	font-size: 13px;
	padding: 5px 10px;
	bottom: 40px;
	position: relative;
	left: 10px;
}

.mfp-counter {
	color: #000;
	top: -53px;
	right: 10px;
	font-size: 13px;
	background: #FFF;
	padding: 10px;
}

.mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure:after {
	box-shadow: none;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: none;
}

.popup-gallery a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.popup-gallery a img:hover {
	opacity: .9
}

.bg_text {
	color: #FFF;
}

.bg_text span.line {
	display: block;
	background-color: #EA1708;
	margin-bottom: 3px;
	line-height: 20px;
  padding: 4px 17px 4px 7px;
	font-size: 14px;
}

@media only screen and (max-width: 502px) {
	.bg_text span.line span.number {
			display: block;
	}
}


@media only screen and (max-width: 740px) {
	.pop-up {
		height: auto;
		width: 100%;
		border: 0;
		z-index: 9999;
	}

	.splash-center {
		width: 100%;
		height: auto;
		background: none;
		margin: 7vh auto 15vh 0;
		font-size: 13px;
	}

	.pop-up .left,
	.pop-up .right {
		position: relative;
	}

	.pop-up .left {
		margin: 0 auto;
		display: block;
		width: 466px;
	}

	.pop-up .right {
		margin: 0 auto;
		display: block;
		background: #FFF;
		width: 439px;
		border-left: 1px solid #EEE;
		border-right: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
	}
}

@media only screen and (max-width: 500px) {
	.pop-up-image {
		height: auto;
	}
	.pop-up .left {
		margin: 0 auto;
		display: block;
		width: 340px;
	}
}


/* ----------------------------------------
	Cookies
----------------------------------------- */

#cookie-bar {
	background: #FFF;
	height: auto;
	line-height: 24px;
	text-align: center;
	padding: 14px 0;
	border-top: 1px solid #EEE;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	color: #000;
	margin: 0;
	padding: 0;
}

#cookie-bar a {
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}

#cookie-bar .cb-enable {
	background: #000;
	transition: all .5s ease;
}

#cookie-bar .cb-enable:hover {
	background: #222;
}

#cookie-bar .cb-disable {
	background: #990000;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #000;
	transition: all .5s ease;
}

#cookie-bar .cb-policy:hover {
	background: #222;
}

/* ----------------------------------------
	Mobile
----------------------------------------- */

.navigation-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.navigation-toggle i {
	color: #000;
	cursor: pointer;
	display: block;
	margin: 14px 15px;
	font-size: 31px;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important;
}

@media only screen and (max-width: 400px) {
	.explore-section .col-md-6.small {
		height: 160px;
	}

	.explore-section .col-md-6.image-small img {
		height: 160px;
	}

	.explore-section .col-md-6.small .content {
		margin: 0px 0px;
	}

	.explore-section .col-md-6.image-big img {
		height: 300px;
	}

	.explore-section .col-md-6 .content span {
		font-size: 20px;
	}

	.explore-section .col-md-6.big {
		height: 300px;
	}

	.explore-section .col-md-6 .content {
		margin: 0;
		padding: 15px;
	}

	.explore-section .col-md-6 h3 {
		margin-bottom: 0;
	}

	.explore-section .col-md-6.small .content {
		padding: 34px 10px;
	}

	.slider-text-one {
		font-size: 16px;
	}

	.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
		height: 5px;
	}

	.zs-enabled .zs-slideshow .zs-bullets {
		bottom: 12px;
	}

	.section {
		padding: 30px 0;
	}

	.section .title {;
		margin: 0 auto 30px;
	}

	.explore.tooltip.left {
		right: inherit;
		left: 13px;
	}

	.tooltip-arrow.left {
		border-left: none;
		right: inherit;
		border-right: 8px solid white;
		left: 43px;
	}

	.explore .tooltip-text.left {
		right: inherit;
		left: 50px;
	}
}

@media only screen and (max-width: 505px) {
	footer {
		padding: 20px 0;
	}

	footer span {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}

	footer ul  {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
		height: 5px;
	}

	.zs-enabled .zs-slideshow .zs-bullets {
		bottom: 14px;
	}

	#mobilemenu {
		height: 100%;
		width: 100%;
	}

	.facebook a {
		right: 0;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none!important;
	}
	.visible-xs {
		display: inline-block!important;
	}
	.order {
		margin-top: 32px;
		margin-left: 20px !important;
		margin-right: 6px;
	}
	.order span {
		padding: 4px 16px;
	}
	.navigation-toggle {
		float: right;
	}
}

@media only screen and (max-width: 768px) {
	.step {
		display: block;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-figure small {
		margin-left: 45px;
		bottom: 15px;
	}

	.mfp-img-mobile .mfp-counter {
		right: 60px;
		top: -20px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: none;
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-counter {
		padding: 8px 10px;
		line-height: 17px;
	}
}

@media only screen and (max-width: 992px) {
	.opinion-author {
		margin-bottom: 10px;
	}

	.opinion-box {
		margin-top: 10px;
	}

	.categories p {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.navigation .container {
		width: 100%;
	}
	.navigation li.franchise a:before {
		position: absolute;
		height: 2px;
		width: 65px;
		background: #000;
		content: "";
		bottom: 8px;
	}
	.navigation-mobile {
		display: block;
	}

	nav {
		width: 100%;
	}

	nav ul {
		display: none;
	}

	nav ul li {
		float: none;
	}

	nav ul li a {
		padding: 13px 15px;
	}

	nav ul li ul li a {
		padding-left: 35px;
	}

	nav ul li ul li a:before {
		position: relative;
		content: "- ";
	}

	.navigation-dropdown {
		position: static;
		border: 0;
	}

	.order {
		margin-left: 0 !important;
	}
}

@media screen and (min-width: 1201px) {
	.navigation-list {
		display: block !important;
	}
}

.theme-product-desc {
	color: #AAA !important;
}

.slider-text.gdynia  span {
	background-color: #03a9F4 !important;
}