/* -------------------------------------------------------------------------------------------------- Footer Always Sticked to Bottom */
body {
	min-height: 100vh;
	height: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
body.page {
	background-color: #F7F9FC;
}
#footer_big {
	margin-top: auto;
}
/* -------------------------------------------------------------------------------------------------- Buttons Colors */
.newsletter-button,
.hs_submit.hs-submit input[type="submit"] {
	background-color: #FFD000 !important;
	color: #000 !important;
}
.newsletter-button:hover,
.hs_submit.hs-submit input[type="submit"] {
	background-color: #000 !important;
	color: #FFD000 !important;
}
.newsletter-button {
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	background: #FFD00;
	border-color: #FFD00;
	color: #fff;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
}
/* base button style */
.form_wrap .hs-submit input[type="submit"] {
  /* some styles */
}

/* form_wrap lg button style */
.form_wrap.lg .hs-submit input[type="submit"] {
  /* some styles */
}

/* form_wrap md button style */
.form_wrap.md .hs-submit input[type="submit"] {
  /* some styles */
}

/* form_wrap sm button style */
.form_wrap.sm .hs-submit input[type="submit"] {
  /* some styles */
}
/* -------------------------------------------------------------------------------------------------- Header */
#header {
	background: #fff;
}
.header.container a:hover {
}
.header.container .row {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.header.container .pull-right {
	justify-content: flex-end;
}
.header .pull-right li a i {
	margin-right: 5px;
}
.header .navbar-right li:last-child a {
	margin-right: 10px;
	
}


/* -------------------------------------------------------------------------------------------------- Navigation */
#menu {
	z-index: 1;
}
.navbar {
	display: block;
}
.header .nav a {
	height: auto;
	line-height: inherit;
}
body.page .header .nav a {
    height: 100%;
}
body.page .header .nav ul {
    top: 97% !important;
}
body.page .header .nav ul ul {
    top: 0 !important;
}
.header .nav li.fi:hover > a,
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #000;
	color: #00d5db;
}
body.page #MainMenu a {
	color: #000;
}
.logo-block {
	position: relative;
	display: block;
	z-index: 999;
}
/* -------------------------------------------------------------------------------------------------- SubMenu */
.dropdown-submenu:hover > .dropdown-menu {
	position: absolute; 
	background: #fff;
}
.dropdown-submenu .dropdown-submenu > a:after {
	display: none;
}
/* -------------------------------------------------------------------------------------------------- HomePage Header */
/*
#MainMenu li:last-child a,
.homepage-menu-button {
	background-color: #FFD000;
	border-radius: 5px;
}
#MainMenu li:last-child a:hover,
.homepage-menu-button:hover {
	opacity: 1;
	background-color: #000;
	color: #FFD000;
}
#MainMenu li:last-child a:hover i.fa-info-circle,
.homepage-menu-button:hover i.fa-info-circle{
	color: #FFD000;
}
*/
/* -------------------------------------------------------------------------------------------------- Page Header */
body.page .header.container .pull-right {
	width: 100%;
}
/* -------------------------------------------------------------------------------------------------- Pop Up */
.hover-icon {
	display: inline-block;
}
.hover-icon i { cursor: pointer; }
.hover-icon .language-information,
.popup-image { display: none;}
.hover-icon:hover .language-information,
.popup-image .language-information { 
	display: block;
	position: absolute;
	background: #fff;
	padding: 0;
	width: 350px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #000;
	font-weight: 300; 
	left: 0;
	border: solid 1px #eee;
	border-radius: 0 0 10px 10px;
	z-index: 9;
}
#popup.language-information h3,
.popup-image h3 {
	background-image: linear-gradient(to right, #00EFD1, #00ACEA);
	margin: 0;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#popup.language-information p,
.popup-image p {
	padding: 10px;
}
/* -------------------------------------------------------------------------------------------------- Popover */
/*
.popover{
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	max-width:276px;
	padding:1px;
	text-align:left;
	white-space:normal;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2);
}
.popover.top{
	margin-top:-10px;
}
.popover.right{
	margin-left:10px;
}
.popover.bottom{
	margin-top:10px;
}
.popover.left{
	margin-left:-10px;
}
.popover-title{
	padding:8px 14px;
	margin:0;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0;
}
.popover-content{
	padding:9px 14px;
}

.popover,
.popover.fade.bottom.in,
.popover.bottom,
.fade,
.fade.in {
	position: absolute; !important;
	z-index: 9999999 !important;
	top: 25px !important;
	left: auto;
	margin-left: -20%;
	width: 350px;
	min-width: 350px;
}
.popover-title,
.popover-content {
	color: #000;
	line-height: 1.4em;
	width: 350px;
}
.popover-title {
	font-size: 14px;
	font-weight: bold;
	background-color: #ffd000;	
}
.popover-content {
	font-size: 12px;
}
.popover>.arrow,
.popover>.arrow:after,
.popover>.arrow,
.popover>.arrow:after,
.popover.top>.arrow,
.popover.top>.arrow:after,
.popover.right>.arrow,
.popover.right>.arrow:after,
.popover.bottom>.arrow,
.popover.bottom>.arrow:after,
.popover.left>.arrow,
.popover.left>.arrow:after{
	display: none;
}
*/
/* -------------------------------------------------------------------------------------------------- HomePage Content */
#Maska {
    background: none !important;
}
#EarlyAdopters h3 {
	font-size: 21px;
}
/* -------------------------------------------------------------------------------------------------- Category Page */
body.page .header .pull-right ul.pull-right {
	display: flex;
}
body.page .header .pull-right ul.pull-right .hover-icon:hover .language-information {
	left: auto;
	right: 0;
}
body.page #MainMenu a:hover {
	background: transparent;
}
/*
body.page #MainMenu li:last-child a:hover,
body.page .homepage-menu-button:hover {
	opacity: 1;
	background-color: #000;
	color: #FFD000;
}
*/
body.page #MainMenu li:last-child a:hover,
body.page .homepage-menu-button:hover {
	background-color: transparent;
	color: #888;
}
#gora-kategoria {
	min-width: 100%;
}
.additional-breadcrumb-block {
	display: none;
}
body.page #menu .nav .pull-right:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: none;
}
body.page #menu .nav .pull-right:hover ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
    float: left;
    position: absolute;
    top: 100% !important;
    left: -74%;
}
body.page #menu .nav .pull-right.open ul.dropdown-menu li.dropdown-submenu:hover ul.-dropdown-menu {
    display: block;
}
body.page #menu .nav .pull-right:hover .dropdown-menu {
    display: block;
}
body.page #menu .nav .pull-right:hover .dropdown-submenu a:after {
    display: none;
}
body.page #menu .nav .pull-right:hover li:last-child a {
    margin-right: 0;
}

/* -------------------------------------------------------------------------------------------------- Category Colors  */
.sort span {
	color: #000;
}

#liczba-firm span {
	color: #00d5db;
}

.company_list .block {
	background: #00d5db;
}
{
	background: #0471ec;
}
#myTab .nav-tabs > li.active > a, 
#myTab .nav-tabs > li.active > a:hover, 
#myTab .nav-tabs > li.active > a:focus {
	border: solid 1px #0471ec;
}
/* -------------------------------------------------------------------------------------------------- Category Page Offers  */
.company_list:hover {
	background: #fff;
}
.info u {
	text-decoration: none;
}
/* -------------------------------------------------------------------------------------------------- Category Page SideBar Filter  */
.category_block li a {
	padding: 0 5px;
	font-size: 13px;
}
.category_block li a.active, .category_block li a:hover {
	padding-left: 5px !important;
	padding-right: 5px !important;
	box-shadow: none;
	background: #00d5db;
}
#companyMenu ul li a {
	border-bottom: solid 1px #eee;
	font-weight: 300;
}
/* -------------------------------------------------------------------------------------------------- Category Page Map */

.pelna-szerokosc .mapa {
	margin: 0 0 50px 0 !important;
}




/* -------------------------------------------------------------------------------------------------- Footer */
#footer_big h2 {
	font-size: 1.2em;
	margin: .83em 0;
	border-bottom: solid 1px #555;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: 400;
	background: transparent;
}
/* -------------------------------------------------------------------------------------------------- Map Catalog */
body.page div.container:nth-child(11) > div:nth-child(2) > div:nth-child(1) {
	display: none;
}

body.page .container .col-xs-12 h2 {
	font-weight: 600;
	
}
body.page .container .tekst-nad-boxami h2,
body.page .container .lewy-box h2 {
    background: transparent;
    color: inherit;
    font-weight: 600;
    margin: .83em 0;
    padding: 0;
}
body.page .container .col-xs-12.cat-map {
	min-height: 90px;
}
body.page .container .col-xs-12.cat-map h3 {
    border-bottom: solid 1px #ddd;
	font-weight: 600;
    padding-bottom: 10px;
	padding-left: 15px;
	min-height: 25px;
	font-size: 1.5em;
}
body.page .container .col-xs-12.cat-map a,
body.page .container .col-xs-12.cat-map h4 {
    padding-left: 15px;
	color: #00ACEA;
	font-weight: 600;
	font-size: 13px;
	margin: 5px auto;
}

body.page .container .col-xs-12.cat-map h4 {
	padding-left: 0px;
	
}

body.page .container .col-xs-12.cat-map h2 {
	background-color: #606060;
	padding: 10px;
	color: #fff;
	
	
}

.collapse, .collapsing {
	padding-left: 15px;
	
}

.collapse h4, .collapsing h4 {
	padding-left: 15px !important;
	color: #606060 !important;
	margin: 5px auto !important;
	
}





#footer_big .container .col-xs-12 h2 {
	background: transparent;
}




/* -------------------------------------------------------------------------------------------------- HomePage Hero Image */
#FirstImage {
	display: none;
}
#HomeFirst {
	background-color: #00d5db;
	background-image: url('/static/images/worldmap.png'), linear-gradient(to right, #00EFD1, #00ACEA);
	border-bottom: 3px solid #00EFD1;
	/*background: linear-gradient(to right, #00EFD1, #00ACEA);*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#Maska {
	max-width:1400px;
	margin: 20px auto;
	padding: 5% 0;
}
.hero-image {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.hero-image .left-column {
	max-width: 50%;
	float: left;
}
.hero-image .left-column h2,
.hero-image .left-column p {
	color: #000;
}
.hero-image .left-column h2 {
	font-size: 32px;
	font-weight: 600;
}
.hero-image .left-column p {
    font-size: 21px;
    font-weight: 400;
}
.hero-image .left-column a {
	color: #000;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 3px;
	display: table;
	margin: 50px auto 50px 0;
	transition-duration: .3s;
}
.hero-image .left-column a:hover {
	color: #00EFD1;
	background: #000;
}
.hero-image .right-column {
	max-width: 43%;
	float: right;
	background: #fff;
	border-radius: 25px;
	border-bottom: solid 5px #dadada;
	padding: 20px;
	box-shadow: 3px 3px 10px #333;
}
.hero-image .right-column h2 {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	text-align: center;
	Margin: 5px auto 10px auto;
}
.hero-image .right-column h2:before {
	content: "";
    width: 200px;
    height: 20px;
    display: block;
    position: absolute;
	top: 100%;
    left: 0;
}
.hero-image .right-column h3 {
	font-weight: bold;
	font-size: 16px;
	color: #00EFD1;
}
.hero-image .right-column iframe {
	max-width: 100%;
}
.hero-image .right-column .actions {
	text-align: center !important;
}

/* -------------------------------------------------------------------------------------------------- Company Profile Page */

.btn-info {
	color: #fff;
    background-image: linear-gradient(to right, #00EFD1, #00ACEA);
    border-color: 0px;
	
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info
{
	color:#fff;
	background-image: linear-gradient(to right, #03BBA4, #0287B7);
	border-color: 0px;

	}




/* -------------------------------------------------------------------------------------------------- RWD */
.header .logo,
.header .logo img {
	transition-duration: .3s;
	max-width: 100%;
}
#mobile-menu {
	display: none;
}
#mobile-menu i {
	color: #fff;
	font-size: 24px;
}
#hamburger {
  width: 30px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 11px;
}

#hamburger span:nth-child(3) {
  top: 22px;
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#hamburger.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
  float: right;
}
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  line-height: 20px;
}
.sitenavigation li.nav-dropdown:hover > a {
  /*background-color: #CCC !important;*/
  color: #000;
}
.sitenavigation li a {
  color: #758283;
  text-decoration: none;
  display: block;
  padding: 11px 14px;
  font-size: 0.9375em;
  -webkit-tap-highlight-color: transparent;
}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color: white;
  background-color: #ECECEC;
}
.sitenavigation li a.nav-selected {
  background-color: #777;
  color: #000;
}
.sitenavigation li a:hover {
  background-color: #CCC !important;
  color: #000;
}
.sitenavigation li.clicked > ul {
  display: block;
}
.sitenavigation li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  padding: 0;
  margin: 0;
}
.sitenavigation li ul a {
  background-color: #dfdfdf;
  font-size: 0.8125em;
}
.sitenavigation li ul li {
  float: none;
  display: block;
  margin: 0;
}
.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}
.sitenavigation li ul ul a {
  background-color: lightgray;
}
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #ECECEC;
}

.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon,
.navbar {
	display: none;
}
#top .header .navbar {
	display: block;
}

.dropdown-submenu .dropdown-submenu > a::after,
.nav-dropdown.expanded .dropdown-submenu > a::after,
.menu-cities .dropdown-submenu > a:after,
.pull-right.open .dropdown-submenu > a:after{
	display: none;
}
#hamburger {
	position: absolute;
	width: 100%;
	min-width: 150px;
}
#hamburger span {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: white;
	display: inline-block;
	width: auto;
	background: transparent;
	top: 0;
	/*left: 0;*/
}
#hamburger i {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}
.menu-cities {
	max-width: 50%;
	float: right;
	display: none;
}
.menu-cities span,
.menu-cities i {
	color: #fff;
}
.menu-cities .dropdown-submenu a span {
	margin: 0;
	background-color: #ececec;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	color: #758283;
	float: none;
	border: none !important;
}
.menu-cities .dropdown-submenu a i {
	color: #758283;
}
@media screen and (max-width: 1200px) {
    body.page .header.container .row {
        float: none;
    }
    body.page .header .logo {
        margin: 10px auto 20px auto;
    }
    body.page #MainMenu {
        text-align: center;
        width: auto;
        display: table;
        margin: 20px auto 0 auto;
        float: none !important;
    }
    body.page #MainMenu li {
        margin: 0 40px;
    }
    body.page #top .header .col-md-6 {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width: 1000px) {
	#top .header #LogoContainer {
		width: 100%;
	}
    body.page #top .header .navbar {
        float: right;
    }
	#top .header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
	}
	#top .header.fixed .navbar,
	#top .header.fixed .logo	{
		margin: 10px 0;
	}
	#top .header.fixed .logo img {
		max-width: 200px;
	}
	#menu .header .nav li {
		display: none;
	}
	#mobile-menu,
	#mobile-menu .header .nav,
	.navbar	{
		display: block;
	}
	.mobile-dropdown-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		font-size: 14px;
	}
	
	.mobile-dropdown-submenu:hover > .mobile-dropdown-menu {
		position: relative; 
		left: 0;
	}
	.menu-cities .mobile-dropdown-submenu:hover > .mobile-dropdown-menu {
		display: none;
	}
	.menu-cities .mobile-dropdown-submenu.open > .mobile-dropdown-menu {
		display: block;
	}
	.navbar {
		margin: 0;
	}
	.box {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
  
	header {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero-image .left-column,
	.hero-image .right-column {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.hero-image .right-column iframe {
		text-align: center;
		margin: 0 auto;
	}
	.hero-image .left-column a {
		margin: 50px auto;
	}
    .HomeList1Section li {
        text-align: left;
    }
	.navbar .logo {
		padding: 11px;
		font-size: 0.9375em;
		font-weight: 800;
		float: left;
	}
	#top #MainMenu .navbar-nav.navbar-right:last-child {
		margin-right: 0;
		background: #fff;
	}
	#top #MainMenu .header .pull-right li:last-child a {
		margin-right;
	}
	#top .header .col-xs-11.pull-right {
		width: 100%;
	}
	#top .header #MainMenu a {
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#bs-example-navbar-collapse-1 {
		position: fixed;
		left: 0;
		width: 100%;
		margin: 14px auto 0 auto;
		padding: 0;
		background: #fff;
		
	}
	#HomeContainer {
		margin-bottom: 0;
	}
	.navbar .logo {
		display: none;
	}
	body.page #LogoContainer {
		position: absolute;
		top: 28px !important;
		left: 2%;
	}
	#header .container,
	body.page .container-fluid .navbar-header	{
		padding: 0 2% !important;
	}
	.sitenavigation.is-tapped {
		position: fixed;
		left: 0;
		width: 100%;
	}
	.navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
		text-align: left;
	}
	.header li {
		height: auto;
	}
	.navbar .sitenavigation.is-tapped > ul ul {
		margin-bottom: 20px;
	}
	.navbar .sitenavigation.is-tapped > ul ul a:before {
		display: none;
	}
	.menu-cities {
		display: block;
		margin: 0 10px 0 0 !important;
	}
    .menu-cities span {
        font-size: 14px;
        font-weight: 600;
    }
	.open > .mobile-dropdown-menu {
		position: absolute;
		margin-top: 49px;
		left: 0;
		width: 100%;
	}
	.mobile-dropdown-menu > li > a {
		padding: 10px 20px;
	}
    .menu-cities .mobile-dropdown-menu > li > a {
        background-color: #ececec;
        display: block;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        color: #758283 !important;
        border-bottom: solid 1px #b9b9b9;
    }
    .menu-cities .mobile-dropdown-menu > li > a:hover {
        background-color: #ccc;
    }
    .menu-cities .pull-right li:last-child a {
        margin-right: 0;
    }
	body.page #menu .container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
    /* HomePage Content */
    #EarlyAdopters .HomeListLastSection li {
        padding-bottom: 14px;
    }
    #SheduleACall {
        display: table;
        margin: 0 auto;
    }
	.HomeListLastSection.HomeText li {
		text-align: left;
	}
	/* Main Mobile Menu */
	#top .header.container .col-xs-11.pull-right,
	#top .header.container .col-xs-11.pull-right .navbar-default {
		position: absolute;
		left: 0;
		width: 100%;
	}
	#bs-example-navbar-collapse-1 {
		position: absolute;
		left: 0;
		width: 100%;
	}	
	/* */
	.container-fluid .navbar-header {
		margin-top: -20px;
	}
	body.page .container-fluid .navbar-header {
		margin-top: -4px;
	}
	.header .logo, .header .logo img {
		max-width: 80%;
	}
}
@media (max-width: 1000px) {
  .navbar {
    background-color: transparent;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .navbar .logo {
    float: right;
    font-weight: 800;
    padding: 5px;
    margin: 10px;
  }
  .navbar .menu-icon {
    width: 30px;
    height: 25px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding: 0px 5px 12px;
    margin-bottom: 10px;
	margin-top: 7px;
	cursor: pointer;
  }
  .navbar .sitenavigation ul, .menu-cities ul.drop-menu {
    display: none;
    max-width: none !important;
  }
  .navbar .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul a {
    width: 100%;
    margin: 0;
    background-color: #f7f7f7;
    display: block;
    font-size: 1.1875em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    color: #000;
    float: none;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul a:hover {
    background-color: #f7f7f7;
  }
  .navbar .sitenavigation.is-tapped > ul li {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: solid 1px #b9b9b9;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul li li {
    background-color: #fff;
  }
  .navbar .sitenavigation.is-tapped > ul ul {
    display: none;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .navbar .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul li {
    border-bottom: solid 1px #cecaca;
  }
  .navbar .sitenavigation.is-tapped > ul ul li li a {
    background-color: #f9f9f9;
    padding-left: 30px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a {
    background-color: #dfdfdf;
    font-size: 1em;
    padding-left: 20px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a:before {
    content: " ";
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 80%;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after,
  .menu-cities .dropdown-submenu a:after,
  .menu-cities .mobile-dropdown-submenu a:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    color: black;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#backtotop {
    display: none;
}
#HomeContainer button {
    border: none;
    border-radius: 3px;
}

/* -------------------------------------------------------------------------------------------------- Design - komunikat cookie */

.klaro .cookie-modal a, .klaro .cookie-notice a {
    color: #00d5db;
    text-decoration: none;
}

.klaro .cookie-notice .consent-buttons > button:last-of-type {
    color: #000 !important;
    background: #00d5db;
    font-weight: 400; 
}

.klaro .cookie-notice .consent-buttons > button:last-of-type:hover {
    color: #00d5db !important;
}


/* -------------------------------------------------------------------------------------------------- Zmiany wprowadzone od 01.02.2021 */


.top-main {
    border-bottom: solid 5px #ececec;
}


#homepage-list li {
	min-height: 60px;
	
}

.preform-title {
	margin-left: 2em;
}
#hs-form-iframe-0 {
	width: 100%;
}
.hs-form-c80e651a-25d6-4710-8837-3859fd7d3867_e4788654-0ade-4d44-9f8c-458759452b47 .hs-submit > .actions,
.hs-submit > .actions {
	display: table !important;
	margin: 0 auto !important;
}
body.page .navbar {
	margin: 0;
}
body.page #MainMenu {
	margin: 0 auto;
}
.dropdown-menu .dropdown-submenu a i.fa-sort {
	display: none;
}
.dropdown-menu .dropdown-submenu a i.fa-caret-right {
	color: #ccc;
	float: right; 
	margin-top: 14px;
}
.dropdown-menu .dropdown-submenu a:hover i.fa-caret-right {
	color: #fff;
}
li.pull-right > ul > li > a:after {
	content: '\f0da';
	font-family: FontAwesome;
	color: #ccc;
	display: block;
	background: #000;
	width: 30px;
	height: 30px;
}
#HomeContainer #Maska {
	position: relative;
}
#hero-bottom {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.hero-bottom-image {
	position: absolute;
	bottom: -310px;
	left: 10%;
}
.hero-bottom-image img {
	max-width: 400px;
}

.hero-bottom-image2 {
	position: absolute;
	bottom: -58px;
	left: 110%;
}
.hero-bottom-image2 img {
	max-width: 400px;
}
#EarlyAdopters .col-md-5 .language-information {
	left: auto;
	right: 0;
}
@media screen and (min-width: 1080px) {
	body.page .logo img {
		margin-top: -40px;
	}
}
@media screen and (max-width: 1080px) {
	
	.opinia-box {
	margin: 20px 0 25px 0;
	}

	.box-srodek {
	margin-top: 2px;
	
	}
	
	
	#HomeFirst {
		background-image: linear-gradient(to right, #00EFD1, #00ACEA);
		
		
	}
	
	
	.header .logo, 
	.header .logo img {
		text-align: left;
	}
	body.page .logo {
		margin-bottom: 10px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.header .nav li {
		margin: 0 10px;
	}
	
	.header .pull-right li:last-child a {
	border: 0px;
	
	}

	/*
	#bs-example-navbar-collapse-1 {
		position: relative;
		border: none;
	}
	.navbar-toggle {
		display: block;
	}
	#bs-example-navbar-collapse-1 {
		position: relative;
		border: none;
		left: 0;
		width: 100%;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.collapse.in {
		display: block !important;
	}
	*/
}
@media screen and (max-width: 1000px) {
	
	
	
	.hero-image .right-column {
		text-align: left;
	}
	#HomeContainer #Maska {
		padding-top: 0;
		margin: 20px auto;
	}
	.hero-bottom-image {
		position: relative;
		bottom: 0;
		left: 0;
		margin-bottom: 50px;
	}
	.hero-bottom-image img {
		max-width: 100%;
	}

	.hero-bottom-image2 {
		position: relative;
		bottom: 0;
		left: 0;
		margin-bottom: 50px;
	}
	.hero-bottom-image2 img {
		max-width: 100%;
	}
}