@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');
html,
body,
section,
div,
span,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
u,
i,
center,
header ul,
header li,
form,
table,
tr,
th,
td,
footer,
footer ul,
footer li,
.table-obozy,
.box_company ul,
.box_company li,
.box_more_company ul,
.box_more_company li,
.box_prev_company ul,
.box_prev_company li,
.pogoda ul,
.pogoda li,
.cechy,
#nav {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fffefe;
  color: #000;
  font: 400 17px/24px 'Lato', sans-serif;
}
img { max-width: 100%; }
h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}
h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
	color: #0b228c;
}

strong { font-weight: 700; }
small { font-size: 0.9em; }
span,
span a { color: rgba(0,0,0,0.5); }
p { padding: 10px 0; }
blockquote { border-left: 5px solid #153fff; padding-left: 20px; }
figure img { height: 100%; }

header ul,
footer ul,
.table-obozy,
.box_company ul,
.box_more_company ul,
.box_prev_company ul,
.pogoda ul,
.cechy {
  list-style: none;
}
[class*='fa-']:before {
  font-family: 'FontAwesome';
}
.fa-check:before {
	font-size: 1.3em;
	color: green;
}
.fa-print:before,
.fa-key:before,
.fa-sign-in:before,
.fa-cog:before,
.fa-user-circle:before,
.fa-info-circle:before,
.fa-heart:before,
.fa-download:before,
.fa-power-off:before,
.fa-times:before,
.fa-chevron-down:before,
.fa-circle-chevron-right:before {
	padding-right: 7px;
}

.fa-thumbs-up,
.fa-thumbs-down {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
}

header, main, footer { position: relative; }

header .logo,
header .logo_en {
  float: left;
  width: 240px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
}
header .logo_en { background-size: 100%; }

.logo-robocze {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -140px;
  width: 280px;
  height: 140px;
  background-image: url(../images/gazeta-morska-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
}

.logo-contact {
  display: inline-block;
  width: 100%;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 300%;
}
.logo-contact-group { 
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
}
.logo-contact-group img { max-width: 300px; }

.powered { float: right; padding: 10px; }
.powered-txt { float: left; line-height: 40px; }
.powered-logo,
.powered-logo_en { 
	float: left;
	height: 40px;
	width: 200px;
	background-position: center;
	background-repeat: no-repeat;
}
.powered-logo { 
	background-size: 115%;
	background-image: url(../images/pracuj-na-morzu-poziom.svg);
}
.powered-logo_en { 
	background-size: 100%;
	background-image: url(../images/work-at-mare-poziom.svg);
}

#nav {  
	float: right;
	margin-top: 40px;
}
#menu-trigger { display: none; }
#menu { position: relative; z-index: 999; }
.sf-menu { display: inline-block; }
.sf-menu > li { display: inline-block; margin: 0px 3px; }
.sf-menu > li:last-child { margin: 0px; }
.sf-menu > li:last-child a.pracujnamorzu,
.sf-menu > li:last-child a.pracujnamorzu:hover { 
	display: inline-block;
	padding: 0px 0px 2px 0px;
	width: 130px;
	height: 45px;
	background-image: url(../images/pracuj-na-morzu.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 110%;
}
.sf-menu > li:last-child a.workatmare,
.sf-menu > li:last-child a.workatmare:hover { 
	display: inline-block;
	padding: 0px 0px 2px 0px;
	width: 130px;
	height: 45px;
	background-image: url(../images/work-at-mare.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 110%;
}
.sf-menu > li > a {
  line-height: 40px;
  padding: 15px 15px;
  color: #000;
  background: linear-gradient(to top, #153fff 1px, #fffefe 0);
  box-sizing: border-box;
  transition: 0.3s;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  background: linear-gradient(to top, #153fff 8px, #fffefe 0);
}
.sf-menu > li.active > a {
	color: #fff;
	background: #2e4a73;
}
.sf-menu .fa-chevron-down:before { font-size: 0.8em; }
.sf-menu > li > ul {
  display: none;
  position: absolute;
  padding: 10px;
  margin-top: 3px;
  background: #153fff;
  max-height: 303px;
  overflow: auto;
	scrollbar-color: #fff #153fff;
	scrollbar-width: thin;
}

.sf-menu > li:hover > ul { display: block; }
.sf-menu > li > ul > li { 
  display: block;
  background: linear-gradient(to top, #fffefe 1px, #153fff 0);
  padding: 10px;
  box-sizing: border-box;
}
.sf-menu > li > ul > li > a {
  display: inline-block;
  line-height: 25px;
  color: #fff;
  box-sizing: border-box;
}
.sf-menu > li > ul > li:last-child { background: none; }
.sf-menu > li > ul > li:hover,
.sf-menu > li > ul > li:last-child:hover { background: #fff; }
.sf-menu > li > ul > li:hover > a,
.sf-menu > li > ul > li:last-child:hover > a { color: #000; }

.icon-menu { 
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 250%;
	filter: brightness(0) invert(1);
}
.sf-menu > li > ul > li:hover > a > .icon-menu { filter: none; }

.isStuck { z-index: 999; }
.isStuck { background: #f3f4fe; }
.isStuck .logo,
.isStuck .logo_en { width: 140px; height: 70px; }
.isStuck #nav {  margin-top: 20px; }
.isStuck .sf-menu > li > a { line-height: 30px; background: none; font-size: 0.9em; }
.isStuck .sf-menu > li.sfHover > a,
.isStuck .sf-menu > li > a:hover { background: linear-gradient(to top, #153fff 4px, #f3f4fe 0); }
.isStuck .sf-menu > li:last-child a.pracujnamorzu,
.isStuck .sf-menu > li:last-child a.pracujnamorzu:hover,
.isStuck .sf-menu > li:last-child a.workatmare,
.isStuck .sf-menu > li:last-child a.workatmare:hover { 
	display: inline-block;
	padding: 0px 0px;
	width: 90px;
	height: 30px;
	background-size: 100%;
}

.log-menu a {
	display: block;
	padding: 10px;
	margin: 5px 0px;
	box-sizing: border-box;
	background: rgba(21,63,255,0.1);
	border-radius: 10px;
}
.log-menu a:hover {
	background: rgba(21,63,255,1);
	color: #fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  width: 90%;
  display: table;
}
.row {
  width: 100%;
  display: table;
}
.parallax {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.parallax .background { 
	position: relative;
	padding-top: 13%;
	padding-bottom: 13%;
	background: rgba(21,63,255,0.9);
	background: linear-gradient(rgba(11,34,140,0.7), rgba(21,63,255,1));
}
.parallax .background h1 { 
	font-size: 4em;
	line-height: 1.2em;
}
.parallax .icon { 
	display: inline-block;
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200%;
	filter: brightness(0) invert(1);
}
.parallax .partner { position: absolute; bottom: 5%; right: 5%; }
.parallax .partner img { max-height: 50px; }

.gsc-control-cse {
	background-color: rgba(21,63,255,0.1) !important;
	border: 0px !important;
	border-radius: 10px !important;
	width: 60% !important;
	margin: 0 auto !important;
}
.gsc-search-button { padding-left: 0px !important; padding-right: 0px !important; }
.gsc-search-button-v2 {
	background-color: rgb(21,63,255) !important;
	border: 0px !important;
	padding: 10px 30px !important;
}

.mapa-statkow {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 30px;
}
.mapa-statkow iframe { height: 600px !important; }

.film {
	position: relative;
	width: 70%;
	margin: 0px auto;
}
.filmy {
	position: relative;
	display: inline-block;
	width: 650px;
	height: 315px;
	border-radius: 20px;
	margin: 25px auto;
}
.thumb_filmy {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 0.5s all ease;
	background: linear-gradient(rgba(21,63,255,0.1), rgba(21,63,255,1));
	border-radius: 20px;
}
.thumb_filmy:after {
	font-family: 'FontAwesome';
	content: '\f167';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 50px;
	color: #fff;
	transition: 0.5s all ease;
}
.thumb_filmy:hover:after {
	margin-left: -25px;
	font-size: 70px;
}

.gallery {
	position: relative;
	width: 100%;
	padding: 20px 0px;
}

.box_news_gallery { position: relative; width: 330px; margin: 0 auto; }

.box_news_gallery .thumb,
.gallery .thumb {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 5px;
	border-radius: 20px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s all ease;
}

.thumb_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 0.5s all ease;
	background: rgba(46,74,115,0);
}
.thumb_overlay:hover {
	background: rgba(46,74,115,0.5);
}

.thumb_overlay:hover:after {
	font-family: 'FontAwesome';
	content: '\f424';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	transition: 0.5s all ease;
}

.well-01 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.well-02 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ranga {
	color: #fff !important;
	background: red !important;
	border-bottom-left-radius: 0px !important;
}
.btn_ranga {
	color: #fff !important;
	background: red !important;
	border-bottom-left-radius: 0px !important;
}

.btn,
.btn_submit,
.btn_ncat {
	display: inline-block;
	color: #fff !important;
	background: #153fff;
	padding: 10px 20px;
	margin: 2px 1px;
	border-radius: 10px;
	transition: 0.3s;
}
.btn_submit { 
	border-radius: 20px; 
	padding: 20px;
	font-size: 0.9em;
	line-height: 22px;
}
.btn:hover,
.btn_submit:hover,
.btn_ncat:hover {
	background: #0b228c;
	text-decoration: none !important;
	color: #fff !important;
}
.btn_sportcat {
	display: block;
	color: #fff !important;
	background: #153fff;
	padding: 15px 0px;
	margin: 15px 10px;
	text-align: center;
	border-radius: 10px;
	transition: 0.3s;
}
.btn_category,
.btn_category_news {
	position: relative;
	display: block;
	margin-right: 4%;
	margin-left: 4%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #153fff;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	box-sizing: border-box;
	transition: 0.3s;
}
.btn_category_news { 
	background: #e9ecfe;
	color: #000;
	text-align: left;
	padding-left: 20px;
	padding-right: 40px;
}
.btn_category_news:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
	font-size: 1.5em;
	color: #153fff;
	transition: 0.3s;
}
.btn_category:hover,
.btn_category_news:hover {
	background: #0b228c;
	text-decoration: none;
	color: #fff;
}
.btn_category_news:hover:after { color: #fff; }

.btn_company,
.btn_company_active {
	position: relative;
	display: block;
	margin: 10px 4%;
	padding: 20px;
	padding-right: 40px;
	background: rgba(21,63,255,0.1);
	color: #000;
	font-weight: 700;
	border-radius: 10px;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.3s;
}
.btn_company:hover,
.btn_company_active,
.btn_company_active:hover {
	color: #fff;
	background: #153fff;
	cursor: pointer;
}
.btn_company:after,
.btn_company_active:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
	font-size: 1.5em;
	color: #153fff;
	transition: 0.3s;
}
.btn_company:hover:after,
.btn_company_active:after { color: #fff; }

.btn_more_category {
	position: relative;
	display: inline-block;
	color: #d5d6d6;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: 700;
	transition: 0.3s;
	cursor: pointer;
}
.btn_more_category:after {
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	margin-top: 35px;
	transition: 0.3s;
}
.btn_more_category:hover {
	background: #fff;
	text-decoration: none;
	color: #2e4a73;
}
.btn_waluty,
.btn_gallery {
	display: block;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	box-sizing: border-box;
	transition: 0.3s;
}
.btn_waluty:hover,
.btn_gallery:hover { background: #0b228c; color: #fff; }

.btn_tag {
	display: inline-block;
	background: rgba(21,63,255,0.1);
	padding: 7px 17px;
	margin: 2px 1px;
	border-radius: 7px;
	font-size: 0.9em;
	transition: 0.3s;
}
.btn_edit {
	display: inline-block;
	background: red;
	padding: 7px 17px;
	color: #fff !important;
	border-radius: 7px;
	font-size: 0.9em;
	transition: 0.3s;
}

.pagenumber,
.pagenumberactive {
	display: inline-block;
	color: #d5d6d6;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 2.5em;
	text-align: center;
	width: 50px;
	border: 1px solid rgba(21,63,255,0.5);
	border-radius: 10px;
	margin: 2px;
	transition: 0.3s;
}
.pagenumberactive,
.pagenumberactive:hover,
.pagenumber:hover {
	border: 1px solid rgba(21,63,255,1);
	text-decoration: none;
	color: #2e4a73;
	font-weight: 700;
}

.btn_footer,
a.btn_footer {
	display: block;
	background: linear-gradient(to bottom, rgba(21,63,255,0) 98%, rgba(255,255,255,0.5) 2%);
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	color: rgba(255,255,255,0.8);
	font-size: 0.9em;
	transition: 0.3s;
}
a.btn_footer:hover {
	background: linear-gradient(to bottom, rgba(21,63,255,0) 90%, rgba(255,255,255,0.5) 10%);
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
}
.btn_footer_more {
	display: block;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	color: rgba(255,255,255,0.8);
	font-size: 0.9em;
	transition: 0.3s;
}
.btn_footer_more:hover {
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
}

.btn_subject {
	background: linear-gradient(to bottom, rgba(21,63,255,0) 85%, rgba(255,255,255,1) 15%);
	text-decoration: none;
	color: #fff;
	padding: 11px 0px;
}

hr {
  background: #153fff;
  position: relative;
  padding: 0;
  border: 0;
  height: 1px;
  margin: 15px 0;
}

.lazy-bg { background-size: auto !important; background-position: center !important; }
.white { color: #fff; }
.red { color: red !important; }
.green { color: green !important; }
.blue { color: #153fff !important; }
.error { border: 1px solid red; }
.success { border: 1px solid #153fff; }
.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }
.no-margin { margin: 0 !important; }
.no-border { border: 0 !important; }
.bg-wrap { background: radial-gradient(circle, rgba(254,254,255,1) 0%, rgba(235,237,240,1) 100%); }
.bg-blue { background: #153fff; }
.bg-bluelight { background: #e9ecfe; }
.bg-white { background: #fff; }
.bg-green { background: green; }
.bg-red { background: red; }
.bg-black { background: #000; }
.xxl { font-size: 50px; line-height: 50px; }

.site {
	margin-right: 5%;
	margin-bottom: 20px;
}
.site a { color: #153fff; }
.site a:hover { text-decoration: underline; }

.site iframe,
.film iframe { width: 100%; height: 505px; }

.site .waluty {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.box_02,
.box_02l,
.box_02r,
.box_0p,
.box_0w,
.box_03,
.box_03sportkat,
.box_032,
.box_04,
.box_043,
.box_043l,
.box_05,
.box_06,
.box_news1,
.box_news2,
.box_news3,
.box_news3a,
.box_gallery3,
.box_filmy3,
.box_polityka,
.box_recommend,
.box_opinie,
.box_allnews,
.box_waluty,
.box_waluty_reklama {
	float: left;
}
.box_02 { width: 50%; }
.box_02l { width: 49%; margin-right: 1%; }
.box_02r { width: 49%; margin-left: 1%; }
.box_0p { width: 39%; margin-right: 1%; }
.box_0w { width: 59%; margin-left: 1%; }
.box_03 { width: 33.33%; }
.box_03sportkat { width: 31.33%; margin-right: 2%; margin-bottom: 20px; }
.box_032 { width: 66.66%; }
.box_04 { width: 25%; }
.box_04 img { display: table; }
.box_043 { width: 75%; }
.box_waluty { width: 66%; margin-right: 4%; }
.box_waluty_reklama { width: 30%; }
.box_043l { width: 73%; margin-right: 2%; }
.box_05 { width: 20%; }
.box_06 { width: 16.66%; }

.box_offer:last-child { border-right: 0px; }

.pogoda {
	position: relative;
	width: 100%;
}
.godz_pogoda {
	float: left;
	width: 100%;
}
.godz_pogoda .godz_block {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	background: #e9ecfe;
	padding: 20px 0px;
	box-sizing: border-box;
}
.godz_pogoda .bg_blue { background: #153fff !important; color: #fff; }
.godz_pogoda .date,
.godz_pogoda .icon { 
	display: block;
	text-align: center;
}
.godz_pogoda .txt1,
.godz_pogoda .txt2 { 
	display: inline-block;
	font-size: 2em;
	line-height: 40px;
	box-sizing: border-box;
}
.godz_pogoda .txt1 { width: 52%; text-align: right; }
.godz_pogoda .txt2 { width: 45%; text-align: left; padding-left: 10px; }
.godz_pogoda .txt2 small { display: inline-block; width: 50px; font-size: 13px; line-height: 15px; text-align: left; }

.box_pogoda,
.box_pogoda .icon,
.box_pogoda .city,
.box_pogoda .temp,
.box_pogoda .wind { float: left; box-sizing: border-box; }

.box_pogoda { 
	width: 100%;
	background: #e9ecfe;
	padding: 65px 0px;
	margin-top: 20px;
	border-radius: 20px;
}
.box_pogoda .icon { width: 40%; text-align: right; }
.box_pogoda .city { width: 60%; padding-left: 15px; }
.box_pogoda .city strong { font-size: 2.5em; line-height: 50px; padding-top: 15px; display: block; }
.box_pogoda .temp { width: 40%; padding-right: 15px; text-align: right; line-height: 50px; border-right: 1px solid #000; font-size: 2.5em; }
.box_pogoda .wind { width: 60%; padding-left: 15px; line-height: 50px; font-size: 2.5em; }
.box_pogoda .wind small { display: inline-block; width: 50px; font-size: 13px; line-height: 15px; }
.box_pogoda p { padding-top: 40px; }
.box_pogoda a { color: #153fff; font-style: italic; }

.box_blue {
	background: #153fff;
	color: #fff;
	padding: 50px;
	margin-top: 20px;
	border-radius: 20px;
	box-sizing: border-box;
}
.box_blue a,
.box_blue a:hover { color: #fff; }

.box_blue_koment {
	background: #153fff;
	padding: 30px;
	margin-top: 20px;
	border-radius: 20px;
	box-sizing: border-box;
}
.box_blue_koment hr { background: #fff; }

.sport_bluelight { 
	position: relative;
	background: #e9ecfe;
	padding: 10px 18px;
	box-sizing: border-box;
	height: 570px;
	overflow: auto;
	scrollbar-color: #153fff #fff;
	scrollbar-width: thin;
}

#loading,
#eloading,
#nloading { 
	background: rgb(21,63,255);
	border-radius: 20px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}
#loading_company { 
	display: block;
	text-align: center;
	min-height: 0px;
	font-size: 0.9em;
	font-weight: 700;
	color: #9d9ea1;
	letter-spacing: 2px;
}
.loading { display: inline-block; height: 30px; }


#pop-div {
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	background: rgba(0,0,0,0.8); 
	text-align: center; 
	color: #ffffff; 
	z-index: 100;
}
#pop-div img {
	max-width: 90%; 
	max-height: 80%; 
	margin-top: 2%;
	border: 10px solid #fff;
	cursor: pointer;
}
#inside-div{ 
	left: 50%; 
	top: 50%; 
	margin: -110px 0 0 -250px;
	padding: 10px;
	height: auto;
	width: 500px;
	position: fixed; 
	background-color: #fff; 
	border-radius: 10px;
	text-align: center;
	z-index: 101;
	box-sizing: border-box;
}
#inside-div .przejdzdokoszyka,
#inside-div .przejdzdokoszyka:hover { 
  float: left; 
  width: 235px;
  padding-left: 0; 
  padding-right: 0; 
  margin: 0;
}

#inside-div .kontynuuj,
#inside-div .kontynuuj:hover { 
  float: left; 
  color: #000 !important;
  background: #f3f3f3;
  width: 235px;
  padding-left: 0; 
  padding-right: 0; 
  margin: 0 0 0 10px;
}

.mecz {
	position: relative;
	width: 100%;
}
.box_mecz {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background: #e9ecfe;
	padding: 20px;
	font-size: 0.9em;
	line-height: 40px;
	box-sizing: border-box;
}
.box_mecz img { max-width: 40px; max-height: 40px; }
.box_mecz .m1 { float: left; font-weight:900; }
.box_mecz .m2 { float: right; }

.box_mecz .box_in { display: flex; font-weight: 900; }
.box_mecz .box_in div:nth-child(1) { width: 17%; }
.box_mecz .box_in div:nth-child(2) { width: 73%; text-align: left; }
.box_mecz .box_in div:nth-child(3) { width: 10%; }

.box_company {
	float: left;
	min-height: 180px;
	width: 98%;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	background: rgba(21,63,255,0.1);
	color: #000;
	border-radius: 10px;
	text-decoration: none;
	box-sizing: border-box;
}
.box_company .logo { float: left; width: 140px; height: 140px; margin-right: 20px; text-align: center; }
.box_company img { max-width: 140px; max-height: 140px; }
.box_company li { display: inline-block; padding: 10px 5px; }
.box_more_company ul { padding-top: 10px; }
.box_more_company li { display: block; padding: 5px; }
.box_company li a,
.box_more_company li a { line-height: 40px; padding-left: 45px; }
.box_company li a:hover,
.box_more_company li a:hover { color: #153fff; }
.box_company .fa-phone:before,
.box_company .fa-envelope:before,
.box_company .fa-globe:before,
.box_more_company .fa-phone:before,
.box_more_company .fa-envelope:before,
.box_more_company .fa-globe:before { 
	position: absolute;
	background: #153fff;
	color: #fff;
	width: 40px;
	height: 40px;
	margin-left: -45px;
	text-align: center;
	border-radius: 50%;
}
.company_hr { float: left; width: 98%; }

.box_more_company .logo { display: block; text-align: center; padding: 10px 0px; }
.box_more_company .logo img { display: inline-block; max-width: 70%; }

.box_prev_company {
	float: left;
	min-height: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 48%;
	margin-right: 2%;
	padding: 20px;
	background: rgba(21,63,255,0.1);
	color: #000;
	font-size: 0.9em;
	border-radius: 10px;
	text-decoration: none;
	box-sizing: border-box;
}
.box_prev_company .logo {
	float: left;
	width: 90px;
	height: 140px;
	margin-right: 15px;
	text-align: center;
}
.box_prev_company img { max-width: 90px; max-height: 90px; }
.box_prev_company li { display: block; padding: 1px 0px; }
.box_prev_company li a { line-height: 22px; padding-left: 30px; }
.box_prev_company li a:hover { color: #153fff; }
.box_prev_company .fa-phone:before,
.box_prev_company .fa-envelope:before,
.box_prev_company .fa-globe:before { 
	position: absolute;
	background: #153fff;
	color: #fff;
	width: 22px;
	height: 22px;
	font-size: 0.8em;
	margin-left: -30px;
	text-align: center;
	border-radius: 50%;
}

.box_redaktor {
	display: table-cell;
	width: 21%;
	padding: 0px;
	margin: 20px 2%;
}
.box_redaktor .image {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 20px;
}

.box_filmy3,
.box_gallery3 {
	position: relative;
	width: 29.33%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid rgba(21,63,255,0.5);
	box-sizing: border-box;
	transition: 0.5s;
}
.box_filmy3 .image,
.box_gallery3 .image {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}

.box_polityka {
	position: relative;
	width: 92%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 4%;
	margin-right: 4%;
	transition: 0.5s;
}
.box_opinie {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	background: rgba(255,255,255,0.4);
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	transition: 0.5s;
}
.box_opinie:hover { 
	background: rgba(255,255,255,0.3);
	color: #fff;
}

.box_recommend,
.box_allnews {
	position: relative;
	width: 46%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;
	transition: 0.5s;
}
.box_polityka .image,
.box_opinie .image,
.box_recommend .image {
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	margin-right: 20px;
	transition: 0.5s;
}
.box_opinie .image { border-radius: 10px; }

.box_allnews {
	border: 1px solid rgba(21,63,255,0.5);
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.box_allnews:hover { border: 1px solid rgba(21,63,255,1); }
.box_allnews .image {
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
	margin-right: 20px;
	border-radius: 20px;
	transition: 0.5s;
}
.box_allnews .box_txt {
	display: table-cell;
	height: 160px;
	vertical-align: middle;
}

.box_news1,
.box_news2,
.box_news3,
.box_news3a {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	width: 46%;
	margin: 20px 2%;
	height: 470px;
	transition: 0.5s;
}
.box_news1 { 
	width: 100%;
	height: 550px;
	margin-left: 0;
	margin-right: 0;
	background-size: 100% auto;
	background-position: center;
}
.box_news3 { width: 30.93%; margin: 20px 1.2%; }
.box_news3a { width: 31.33%; margin: 10px 1%; height: 370px; }
.box_news3a h3 { font-weight: 700; font-size: 1.1em; line-height: 1.3em; }
.box_news1 .box_txt { position: absolute; bottom: 50px; left: 50px; right: 50px; color: #fff; }
.box_news2 .box_txt,
.box_news3 .box_txt { position: absolute; bottom: 30px; left: 30px; right: 30px; color: #fff; }
.box_news3a .box_txt { position: absolute; bottom: 25px; left: 25px; right: 25px; color: #fff; }

.bg_height { background-size: auto 100% !important; background-position: center; }
.bg_height:hover { background-size: auto 110%; }
.bg_width { background-size: 100% auto !important; background-position: center; }
.bg_width:hover { background-size: 110% auto; }

.box_ok {
	display: inline-block;
	min-width: 100px;
}

.box_sport { position: relative; display: block; }
.box_sport .box_txt { padding-top: 10px; }

.box_cnt {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(21,63,255,0.1), rgba(21,63,255,1));
}
.box_sport strong,
.box_cat { position: absolute; top: 30px; left: 30px; }

.box_sport strong,
.box_cat strong { 
	display: inline-block;
	color: #0b228c;
	background: #fff;
	padding: 10px 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 10px;
}

.box_short_news {
	position: relative;
	display: block;
	width: 100%;
	background: #f0f2fe;
	padding: 15px 35px 15px 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	transition: 0.5s;
}
.box_short_news p { padding: 0px; }
.box_short_news p + .btn_ncat { margin-top: 10px; }
.box_short_news:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	font-size: 1.5em;
	color: #153fff;
	transition: 0.3s;
}
.box_short_news + h3 { margin-top: 20px; }

.box_komentarz { 
	display: flex;
	background: #f0f2fe;
	border-radius: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 15px;
}
.box_komentarz > div { padding: 10px; }
.box_komentarz div:nth-child(3) { font-size: 0.8em; text-align: center; }
.box_komentarz div:nth-child(1) { width: 10%; }
.box_komentarz div:nth-child(2) { width: 75%; }
.box_komentarz div:nth-child(3) { width: 15%; }
.box_komentarz div:nth-child(3) i { font-style: italic; }

.box_reklama {
	float: left;	
	text-align: center;
	letter-spacing: 5px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% auto !important;
}
.box_reklama > p { position: absolute; color: #a6a6a6; padding: 0; margin: -20px 0px 0px 10px ; }
.box_reklama > div { position: relative; height: 100%; }
.box_reklama > div > p {
	position: absolute;
	width: 100%;
	top: 50%;
	padding: 0px;
	margin-top: -12px;
	text-align: center;
	color: #fff;
}
.reklama_bg { background: linear-gradient(to top, rgba(21,63,255,1) 98%, rgba(240,240,238,1) 2%); }

.reklama1 { 
	width: 30.93%;
	margin: 20px 1.2%;
}
.reklama3 {
	width: 100%;
	height: 480px;
	margin: 0px;
	margin-top: 30px;
}
.reklama4 {
	width: 100%;
	height: 580px;
	margin: 0px;
	margin-top: 30px;
}
.reklama5 {
	width: 100%;
	margin: 30px 0px;
	height: 180px;
}
.reklama6 {
	width: 100%;
	margin: 30px 0px;
	height: 575px;
}
.reklama8 {
	width: 92%;
	margin: 30px 4%;
	height: 440px;
}
.reklama9 {
	width: 100%;
	height: 360px;
	margin: 30px 0px;
}
.reklama10 {
	width: 100%;
	margin: 30px 0px;
	height: 460px;
}
.reklama11 {
	width: 25%;
	margin: 20px 0px;
}
.reklama12 {
	width: 100%;
	margin: 30px 0px;
	height: 250px;
}

.box_partnerzy {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
	margin-bottom: 30px;
}
.box_partnerzy > div {
	width: 16.66%;
	max-height: 160px;
	padding: 10px 0px;
	box-sizing: border-box;
	text-align: center;
}
.box_partnerzy img {
	max-width: 90%;
	max-height: 140px;
}
.box_fpartnerzy {
	position: relative;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top: 40px;
	padding: 50px 0px;
	box-sizing: border-box;
	text-align: center;
}
.box_fpartnerzy img {
	max-height: 120px;
	max-width: 300px;
}

.box_flex {
    display: flex;
    flex-wrap: wrap;
}
.box_avatar { padding: 20px 0px; text-align: center; }

.box_wydarzenie {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin: 10px 0px;
	padding: 10px 10px 10px 0px;
	box-shadow: 1px 10px 10px -5px rgba(21,63,255,0.1);
	box-sizing: border-box;
}
.box_wydarzenie strong { font-weight: 900; }
.box_wydarzenie .wydarzenie_data {
	float: left;
	width: 100px;
	height: 100px;
	background: #153fff;
	border-radius: 10px;
	text-align: center;
	margin-right: 20px;
	font-weight: 700;
	color: #fff;
}
.box_wydarzenie .wydarzenie_data strong {
	font-size: 50px;
	line-height: 50px;
	padding-top: 13px;
	display: block;
}

.box_wakacje {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin: 10px 0px;
	padding: 15px 50px 15px 0px;
	box-shadow: 1px 10px 10px -5px rgba(21,63,255,0.1);
	box-sizing: border-box;
}

.box_wakacje .fa-location-dot:before { color: rgba(0,0,0,0.5); padding-right: 10px; }
.box_wakacje .fa-location-dot { color: rgba(0,0,0,0.5); }
.box_wakacje .image {
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
	font-weight: 700;
	color: #fff;
}
.box_wakacje .rezerwuj {
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 0;
	background-color: #153fff;
	border-radius: 10px;
	padding: 0px 15px;
	text-align: center;
	color: #fff;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.box_wakacje:hover .rezerwuj { background-color: #0b228c; }

.box_infinix {
	background: linear-gradient(to left, rgba(11,34,140,1), rgba(21,63,255,1));
	position: relative;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20px;
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
}
.box_infinix .box_txt {
	display: table-cell;
	width: 220px;
	height: 300px;
	box-sizing: border-box;
	vertical-align: middle;
}
.box_infinix .box_txt h3 { padding-left: 25px; padding-right: 55px; }
.box_infinix .box_txt img {
	max-width: 200px;
	filter: brightness(0) invert(1);
}
.box_infinix .box_video {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.box_infinix .box_video iframe { width: 100%; height: 300px; }

.avatar,
.avatar_small { 
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.avatar_small { width: 50px; height: 50px; }

/* --------------- Shop -----------------*/

.list01 {
	background: #153fff;
	position: fixed;
	right: 5%;
	top: 160px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	z-index: 9;
}
.list01 .fa-cart-shopping:before { 
	font-size: 27px; 
	line-height: 60px; 
	color: #fff;
}

.list01 #podsumowanie_box {
	position: absolute;
	margin-top: 13px;
	width: 60px;
	text-align: center;
	color: #153fff;
}
.list01 .box_ilosc {
	font-size: 14px;
	font-weight: 700;
}

.price { font-weight: 400; }
.price strong { font-size: 1.4em; font-weight: 400; }

.oznacz { 
	position: absolute;
	z-index: 1;
}
.oznacz_promocja { 
	display: inline-block;
	background: red; 
	padding: 5px 15px; 
	border-radius: 5px;
	margin: 1px;
	color: #fff;
}
.oznacz_nowosc { 
	display: inline-block;
	background: #58ad33; 
	padding: 5px 15px; 
	border-radius: 5px;
	margin: 1px;
	color: #fff;
}

#heart { display: inline-block; cursor: pointer; }

.stars,
.stars2x {
	display: block;
	padding-top: 10px; 
	padding-bottom: 15px; 
}
.stars2x { font-size: 1.5em; }
.stars .startxt,
.stars2x .startxt { 
	display: inline-block;
	padding-left: 2px; 
	padding-right: 2px; 
}
.stars .star,
.stars2x .star {
	display: inline-block;
	padding-left: 2px; 
	padding-right: 2px; 
	color: #9e9b9b;
}
.stars .activestar,
.stars2x .activestar {
	display: inline-block;
	padding-left: 2px; 
	padding-right: 2px; 
	color: #fbcc05;
}

section {
	width: 75%;
	float: left;
}
aside {
	float: left;
	width: 25%;
	background: rgba(21,63,255,0.1);
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}

aside p { padding: 3px 0px; }

aside #ilosc,
aside #jm { display: inline-block; }

aside #cbrutto { font-weight: 400; }
aside #cbrutto div { font-size: 1.8em; }
aside #costam { display: inline-block; }

aside input { display: inline-block; width: 70px; text-align: center; padding-left: 0px; padding-right: 0px; }
aside select { display: inline-block; padding-top: 12px; padding-bottom: 12px; }

aside .fa-cart-shopping:before { padding-right: 7px; }
aside .btn { margin-top: 5px; display: block; text-align: center; cursor: pointer; }

aside .btn_plus,
aside .btn_minus {
	display: inline-block;
	width: 30px;
	height: 42px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

aside .btn_plus:hover,
aside .btn_minus:hover { color: #fff; background: #000; }

.cechy li { border-top: 1px solid rgba(21,63,255,0.1); padding: 10px 0px; }
.cechy li:last-child { border-bottom: 1px solid rgba(21,63,255,0.1); }

.toTop {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 48px;
  color: #8f8f90;
  background: rgba(254,254,255,1);
  border-radius: 3px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #2e4a73;
  text-decoration: none;
}

table {
	width: 100%;
	border-spacing: 0px;
    border-collapse: separate;
}
td, th { padding: 10px; }

#call { padding: 20px; }
.callbtn { cursor: pointer; }

.table-callendar { font-size: 1.2em; color: #153fff; text-align: center; }
.table-callendar h2 { padding-top: 20px; padding-bottom: 20px; }
.table-callendar td,
.table-callendar th { width: 14.285%; padding: 5px; line-height: 50px; }
.table-callendar a { 
	display: inline-block;
	width: 50px;
	height: 50px;
	background: rgba(21,63,255,0.2);
	border-radius: 50%;
	line-height: 50px;
}

.table-waluty { padding: 20px 0px; }
.table-waluty td { padding: 11px; font-size: 1.4em; }
.table-waluty tr td:first-child { font-weight: 900; }
.table-waluty .fa-circle-arrow-up { color: green; font-size: 0.8em; }
.table-waluty .fa-circle-arrow-down { color: red; font-size: 0.8em; }

.effectivedate { float:right; font-weight: 400; color: #000; font-style: italic; font-size: 0.7em; }

.table-form { padding: 10px 0px; }
.table-form td { width: 50%; }

.table-obozy li { float: left; padding: 10px; width: 50%; box-sizing: border-box; }
.table-obozy li:nth-child(3),
.table-obozy li:nth-child(4) { width: 100%; }
.table-obozy .btn { 
	display: block;
	padding: 20px 0px;
	border-radius: 20px;
	text-align: center;
}

.table-div td { border-bottom: 1px solid rgba(21,63,255,0.1); }
.table-div tr:first-child { font-weight: 700; }
.table-div img { max-width: 90px; max-height: 60px; }

#przeliczkoszyk { border-bottom: 1px solid rgba(21,63,255,0.1); display: none; }
.table-koszyk td,
.table-koszyk th { border-bottom: 1px solid rgba(21,63,255,0.1); }
.table-koszyk th { font-weight: 700; }
.table-koszyk tr:hover td { background: rgba(21,63,255,0.1); }
.table-koszyk tr:last-child:hover td { background: none; }
.table-koszyk img { max-width: 90px; max-height: 60px; }

#cookie {
	position: fixed;
	background: #e9ecfe;
	bottom: 5%;
	right: 5%;
	z-index: 103;
	border-radius: 20px;
}
#cookie p {
	width: 400px;
	padding: 30px 40px;
	box-sizing: border-box;
	line-height: 20px;
	text-align: center;
	color: rgba(0,0,0,0.8);
}
#cookie a { margin-top: 10px; }

input, select, textarea {
	background: rgba(21,63,255,0.1);
	border: 1px solid rgba(21,63,255,0);
	border-radius: 20px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	line-height: 22px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
textarea { border-bottom-right-radius: 0px; }
input[type="text"]:disabled { background: rgba(21,63,255,0.1); }

input[type="submit"],
input[type="reset"] {
	background: #153fff;
	border: 0px !important;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	width: auto;
}
input[type="submit"]:hover,
input[type="reset"]:hover { 
	border: 0px !important;
	color: #fff;
	background: #000;
}

input[type="radio"], 
input[type="checkbox"] {
	padding: 0px !important;
	margin: 5px !important;
	width: auto;
}
input:focus, select:focus, textarea:focus { 
	outline-style:none;
	box-shadow:none;
	border: 1px solid #153fff; 
}
input:focus ~ .slabel,
input:not(:focus):valid ~ .slabel,
textarea:focus ~ .slabel,
textarea:not(:focus):valid ~ .slabel {
	background: #153fff;
	border-radius: 5px;
	padding: 0px 5px;
	top: -11px;
	left: 15px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.slabel {
	position: absolute;
	pointer-events: none;
	left: 17px;
	top: 17px;
	font-size: 0.9em;
	transition: 0.2s ease all;
	color: rgba(0,0,0,0.7);
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px; 
  top: -2px;
  width: 19px; 
  height: 19px;
  background: #fff;
  cursor: pointer;
}
[id*='label-']:before { border: 1px solid rgba(21,63,255,0.5); }

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  top: -3px; 
  left: 1px;
  font-size: 18px;
  color: #153fff;
  transition: all .1s;
  cursor: pointer;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked { position: absolute; left: -9999px; }
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label { position: relative; padding-left: 21px; margin-right: 10px; }
input[type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
input[type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); }
input[type="checkbox"]:disabled + label:before { background: #f3f3f3; cursor: not-allowed; }

.vercode input { float: left; width: 140px; }
.vercode img { float: left; border-radius: 10px; margin-top: 13px; margin-left: 13px; }

footer p { font-size: 0.9em; }
footer .parallax { 
  padding-top: 150px;
  color: #fff;
}
footer .row { 
	background: rgba(21,63,255,0.5);
	padding-top: 50px;
	padding-bottom: 50px;
}
footer .box_02a { 
	float: left;
	width: 56%;
	margin-left: 10%;
}
footer .box_02b { 
	float: left;
	width: 34%;
}
footer .box_04a { 
	float: left;
	width: 28%;
	margin-top: 20px;
	margin-right: 1%;
	margin-left: 1%;
}
footer .box_04b { 
	float: left;
	width: 10%;
	margin-top: 20px;
}
footer .box_04b ul {
	position: relative;
	width: 50px;
	margin: 0 auto;
}
footer .box_04b li { 
	display: table;
	margin: 10px 0px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
}
footer .box_04b li a { color: #153fff; }
footer .f-menu { padding: 10px 0px; border-bottom: 1px solid rgb(255,255,255,0.5); }
footer .f-menu li { display: inline-block; border-left: 1px solid rgb(255,255,255,0.5); }
footer .f-menu li:first-child { border-left: 0px; }
footer .f-menu li a { color: #fff; padding: 3px 10px; }

@media print {
	header,
	footer,
	#rekomendowane_druk,
	#komentarze_druk,
	#galeria_druk,
	.fa-print,
	.box_04,
	.box_avatar,
	.row { display: none; }
	
	.box_043,
	.container { width: 100%; display: block; }

	.site { padding: 0px; margin: 0px; }
}