html,body {
	height:100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #111;
	min-width: 320px;
}

#wrap {
	min-height: 100%;
	position: relative;
}

#main {
	overflow:auto;
	padding-bottom:50px; 
}
#main > :last-child {
	margin-bottom: 20px;
}
body.strona-glowna #main > :last-child,
body.golovna #main > :last-child,
body.home #main > :last-child {
	margin-bottom: 0;
}
a {
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	color: #019cdc;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1 {
	margin: 25px 0;
	font-size: 32px;
}

h1.title {
	text-align: center;
	margin: 25px 0;
	font-size: 32px;
}

h1.newst {
	margin: 10px 0 15px;
	font-size: 30px;
}

.text h3 {
	color: #019cdc;
}

.btn {
	font-size: 16px;
	font-weight: bold;
	padding: 11px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background: #FFF;
	color: #019cdc;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid rgba(1, 156, 220, 0.27);
}

.btn:hover {
	background: #019cdc;
	color: #FFF;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

.form-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 35px;
	border: none;
}

.top {
	padding: 26px 0;
}

.top-right {
	text-align: right;
	padding-top: 13px;
}

.logotype a {
	display: block;
	position: relative;
}

.logotype .blank {
	display: block;
	position: absolute;
	right: 7.02px;
	top: 7px;
	width: 30px;
	height: 30px;
	background: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.logotype .star {
	display: block;
	position: absolute;
	right: 9.02px;
	top: 9px;
	width: 26px;
	height: 26px;
	animation-name:star;
	animation-duration:3s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;
	-webkit-animation-name:star;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
}

@keyframes star
{
	0% { 
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	100% { 
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg); 
	}
}


@-webkit-keyframes star
{
	0% { 
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	100% { 
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg); 
	}
}

.search:not(.lang-en), .lang, .fb, .yt {
	display: inline-block;
}

.search:not(.lang-en) {
	width: 300px;
	position: relative;
}

.search:not(.lang-en) .in-search {
	width: 100%;
	border: 1px solid #eaeaea;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-left: 22px;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(1, 156, 220, 0.3);
	box-shadow: 0px 0px 0px 0px rgba(1, 156, 220, 0.3);
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.search:not(.lang-en) .in-search:focus {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(1, 156, 220, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(1, 156, 220, 0.3);
}

.search:not(.lang-en) .btn-search {
	width: 36px;
	height: 27px;
	position: absolute;
	top: 4px;
	right: 2px;
	border: 0;
	background: #fff;
	border-left: 1px solid #eaeaea;
	color: #019cdc;
	text-align: center;
	line-height: 27px;
	font-size: 15px;
}

.lang {
	padding: 7px 20px;
	vertical-align: top;
}

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

.lang ul li {
	position: relative;
}

.lang .arrow {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	display: inline-block;
	margin: 0 0 1px 5px;
}
.lang ul li img,
.lang .arrow{
    position: relative;
    z-index: 100000;
}
.lang ul ul {
	position: absolute;
	top: -7px;
	left: -7px;
	display: none;
	background: #f4f4f4;
	padding: 30px 20px 8px 7px;
    z-index: 99999;
}

.lang ul li:hover ul {
	display: block;
}

.fb, .yt {
	width: 35px;
	height: 35px;
	vertical-align: top;
}

.fb a, .fb a img, .yt a, .yt a img {
	width: 35px;
	height: 35px;
	display: block;
}

.fb:hover, .yt:hover {
	-webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	-moz-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes rotate-vert-center{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes rotate-vert-center{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}

.navigation {
	position: relative;
	z-index: 1001;
	height: 40px;
}

body.strona-glowna .navigation, body.home .navigation, body.golovna .navigation  {
	height: 20px;
}

.menu {
	list-style: none;
	background: #019cdc;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;

	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	position: absolute;
	width: 1140px;
	padding: 0;
}

.menu a {
	color: #FFF;
	padding: 0 41px;
	display: block;
}

.lang-en .menu a {
	padding: 0 47.7px;
}
.lang-ua .menu a {
    padding: 0 38px;
}

.menu li:first-child > a {
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.menu li:last-child > a {
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.menu li li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.menu a.active, .menu a:hover {
	background: #34b0e3;
	text-decoration: none;
}

.menu li {
	float: left;
	position: relative;
}

.menu li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
    width: 305px;
	background: rgba(52, 176, 227, 0.8);
	list-style: none;
	padding: 10px 0;
}

@media (min-width: 768px) {
	.menu li:hover ul {
		display: block;
	}
}

.menu li li {
	display: block;
	float: none;
}

.menu .arrow {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #FFF;
	display: inline-block;
	margin: 0 0 2px 5px;
}

.sticky-menu {
	position: fixed;
	top: -40px;
	left: 0;
	right: 0;
	width: 100%;
	height: 0px;
	z-index: 1002;
	background: #019cdc;
	text-align: center;
	opacity: 0;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-shadow: 0px 0px 25px 7px rgba(1, 156, 220, 0.3);
	box-shadow: 0px 0px 25px 7px rgba(1, 156, 220, 0.3);
}

.show-menu {
	opacity: 1;
	height: 40px;
	top: 0;
}

.sticky-menu .menu {
	width: 100%;
}

.sticky-menu .menu li {
	float: none;
	display: inline-block;
}

.sticky-menu .menu li li {
	text-align: left;
	display: block;
}

.sticky-menu .menu a {
	color: #FFF;
	padding: 0 40px;
}

.lang-en .sticky-menu .menu a {
	padding: 0 47px;
}

.sticky-menu .menu li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.sticky-menu .menu li:last-child > a {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.breadcrumb {
	background: none;
	border-bottom: 1px solid #eaeaea;
	margin: 10px 0;
}

.breadcrumb > li a {
	color: #777;
}

.breadcrumb>.active {
	color: #777;
}

.slider .owl-carousel div {
	position: relative;
}

.slider .owl-carousel div .title {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}

.slider .owl-carousel div .title span {
	margin: 0 auto;
	text-align: center;
	max-width: 650px;
	color: #FFF;
	font-size: 30px;
	display: block;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #FFF;
	line-height: 44px;
	padding: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.slider .owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 30%;
	width: 100%;
}

.slider .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 5px;
}

.slider .owl-carousel .owl-dots .owl-dot.active {
	background: #019cdc;
}

.offer {
	margin-top: -175px;
	position: relative;
	z-index: 999;
}

body.offer { margin-top: 0px; }

.offer .head {
	text-align: center;
	background: rgba(0, 155, 220, 0.6);
	color: #FFF;
	padding: 30px 0 62px;
}

.offer .head h1 {
	font-size: 30px;
	margin: 0;
	padding: 0 0 15px;
}

.offer .head p {
	padding: 0 15px;
	font-size: 18px;
}

.offer .item {
	padding-bottom: 50px;
	position: relative;
}

.offer .items {
	margin-top: -40px;
}

.offer .item .image {
	background: #FFF;
	text-align: center;
	-webkit-box-shadow: 0px 25px 50px 0px rgba(138, 138, 138, 0.2);
	box-shadow: 0px 25px 50px 0px rgba(138, 138, 138, 0.2);
	padding: 30px 0 40px;
	display: block;
}

.offer .item .image img {
	margin: 0 auto;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.offer .item a:hover .image img {
	transform:scale(1.19); 
	-webkit-transform:scale(1.19); 
	-moz-transform:scale(1.19); 
	-o-transform:scale(1.19);
}

.offer .item h3 {
	text-align: center;
	background: #ffffff;
	border: 2px solid rgba(1, 156, 220, 0.27);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	padding: 15px 0;
	color: #019cdc;
	margin: -25px auto 0;
	width: 70%;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
	z-index: 99;
}

.offer .item a:hover {
	text-decoration: none;
}

.offer .item a:hover h3 {
	background: #019cdc;
	color: #FFF;
}

.paralax {
	padding: 100px 0;
	color: #FFF;
	text-align: center;
	background: url(../img/omnivent-cebula.jpg) no-repeat center center fixed;
	background-size: cover;
}

.paralax h3 { 
	font-size: 30px;
}

.paralax p { 
	font-size: 18px;
}

.paralax2 {
	padding: 100px 0;
	color: #FFF;
	text-align: center;
	background: url(../img/o-firmie.jpg) no-repeat bottom center fixed;
	background-size: cover;
}

.paralax2 h3 { 
	font-size: 30px;
}

.paralax2 p { 
	font-size: 18px;
}

.video {
	padding: 40px 0;
	border-bottom: 1px solid #eaeaea;
}

.video h1 {
	text-align: center;
	margin: 5px 0 30px;
	font-size: 30px;
}

.video-container .tab-content {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}
.video-container .tab-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video iframe {
	width: 846px; 
	height: 476px;
}

.video .nav-tabs {border:none;}
.video .nav-tabs>li {
	float: none;
	margin-bottom: 0px;
	border-bottom: 1px solid #eaeaea;
}

.video .nav>li>a {
	padding: 0;
}

.video .nav-tabs>li.active>a, .video .nav-tabs>li.active>a:focus, .video .nav-tabs>li.active>a:hover, .video .nav-tabs>li>a:hover {
	cursor: default;
	background-color: #019cdc;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
	color: #FFF;
	cursor: pointer;
}

.video .nav-tabs>li.active>a span.glyphicon, .video .nav-tabs>li.active>a:focus span.glyphicon, .video .nav-tabs>li.active>a:hover span.glyphicon, .video .nav-tabs>li>a:hover span.glyphicon {
	background: #FFF;
	color: #019cdc;
}

.video .nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 0px solid transparent;
	border-radius: 0px 0px 0 0;
}

.video .nav-tabs li a {
	position: relative;
	padding: 15px 0;
	font-size: 15px;
}

.video .nav>li>a>img {
	max-width: 100%;
}

.video .nav-tabs li a span.glyphicon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #019cdc;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	padding-left: 2px;
	margin: 10px 10px 10px 20px;
}

.contact-box .container {
	background: url(../img/omnivent-newsletter.jpg) no-repeat bottom right;
}

.contact-box h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.contact-box {
	padding-top: 40px;
}

.col-md-3.contact {
	padding-bottom: 20px;
}

.col-md-3.contact strong {
	color: #019cdc;
}

.col-md-3.contact a {
	color: #111;
}

.newsletter {
	max-width: 430px;
}

.newsletter p {
	margin-bottom: 35px;
}

.newsletter .newsletter_form {
	position: relative;
	height: 135px;
}

.newsletter .input-group {
	width: 100%;
	display: block;
}

.newsletter .btn-newsletter {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	padding: 10px 55px;
	font-size: 14px;
	background: #019cdc;
	color: #FFF;
}

.newsletter .btn-newsletter:hover {
	background: #FFF;
	color: #019cdc;
	border: 2px solid rgba(1, 156, 220, 0.27);
}

.newsletter .input-newsletter {
	height: 44px;
	-webkit-border-radius: 50px!important;
	-moz-border-radius: 50px!important;
	border-radius: 50px!important;
	width: 100%;
	display: block;
	padding-left: 50px;
	-webkit-box-shadow: 0px 25px 50px 0px rgba(138, 138, 138, 0.2);
	box-shadow: 0px 25px 50px 0px rgba(138, 138, 138, 0.2);
}

.newsletter .input-group-addon {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border: none;
	z-index: 99;
	width: 60px;
	height: 44px;
	line-height: 36px;
	color: #ddd;
}

.partners {
	margin-bottom: 60px;
}

.partners a.partn {
	display: block;
	margin: 8px 0;
	width: 144px;
}

.footer {
	position: absolute;
	margin-top: -50px;
	height: 50px;
	clear:both;
	padding: 12px 0;
	background: #FFF;
	border-top: 1px solid #eaeaea;
	bottom: 0;
	width: 100%;
}

.footer .copy {
	line-height: 24px;
	font-size: 13px;
}

.footer .sungroup {
	float:right;
	max-width: 225px;
	opacity: .2;
}

.gotop {
	display: block;
	width: 35px;
	height: 35px;
	background: #019cdc;
	color: #FFF;
	text-align: center;
	position: fixed;
	right: 30px;
	bottom: 31px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 35px;
	cursor: pointer;
	opacity: 0;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 999;
}

.gotop a {
	color: #FFF;
	display: block;
}

.gotop.visible {
	opacity: 1;
}

.hamburger, .hamburger2 {
	display:none;
}

.text {
	padding-bottom: 40px;
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
}

.text p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 18px;
}

.relative {position:relative;}

.back {
	position: absolute;
	top: 17px;
	right: 25px;
	border: none;
	background: none;
	color: #777;
}
.back span {
	font-size: 11px;
}
.back:hover {
	color: #019cdc;
}
button:active, button:focus {
	outline: none;
}

.bg-warning {
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 30px;
}

.ofertapracy {
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	border-radius: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	display: none;
}

.ofertapracy:hover {
	background: rgb(229, 245, 251)!important;
}

.ofertapracy h3 {
	margin: 10px 0 0;
	font-size: 20px;
}

.ofertapracy .date {
	color: #b8b8b8;
}

.ofertapracy .date span {
	margin-right: 4px;
	font-size: 12px;
	margin-left: 2px;
}

.ofertapracy .more {
	float: right;
	margin-top: -50px;
	border: 2px solid rgba(1, 156, 220, 0.27);
	color: #019cdc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 200px;
	line-height: 40px;
	background: #fff;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: bold;
	font-size: 16px;
} 

.ofertapracy .more:hover, .ofertapracy .more.mhide:hover, .ofertapracy:hover .more, .ofertapracy:hover .more.mhide {
	background: #019cdc;
	color: #FFF;
	border: 2px solid #019cdc;
}

.ofertapracy .more.mhide {
	background: #FFF;
	display: none;
}

.panel-default>.panel-heading {
	background: none;
	border: none;
	padding: 0;
}

.panel.ofertapracy {
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.ofertapracy .offer_text {
	padding: 15px;
}

.ofertapracy .offer_text p {
	text-align: justify;
}

.ofertapracy .panel-heading a {
	display: block;
	padding: 10px 15px;
	color: #111;
}

.ofertapracy .panel-heading a:hover {
	text-decoration: none;
}

body.kontakt .breadcrumb, body.contact .breadcrumb {
	margin-bottom: 0px;
}

body.kontakt .contact, body.contact .contact {
	border-right: 1px solid #eaeaea;
	padding-bottom: 0px;
	margin-bottom: 50px;
}

body.kontakt .contact p, body.contact .contact p {
	line-height: 24px;
	margin-bottom: 12px;
}

body.kontakt .right-side, body.contact .right-side {
	padding-left: 100px;
}

.cbox {
	text-align:center;
	border: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.cbox:hover {
	border: 1px solid #bae4f6;
}
.cbox-img {
	margin: 25px 0;
}
.cbox-name {
	font-size: 18px;
}
.cbox-stanowisko {
	font-size: 14px;
	margin-bottom: 10px;
}
.cbox-phone, .cbox-mail {
	line-height: 20px;
}
.cbox-phone a {
	font-size: 13px;
	color: #111;
}
.cbox-mail a {
	font-size: 13px;
	text-decoration: underline;
}
.cbox-lang img {
	margin: 0 4px;
}

#map-canvas {
	width: 100%;
	height: 400px;
}

#contactform .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #eaeaea;
	height: 40px;
}

#contactform .form-control:active, #contactform .form-control:focus {
	border-bottom: 1px solid #019cdc;
}

#contactform textarea.form-control {
	height: 180px;
}

#contactform .submit {
	width: 200px;
	float: right;
}

.g-recaptcha {
	float: left;
}
.do-pobrania .table-responsive,
.download .table-responsive {
	margin: 30px auto;
	border: 0;
	max-width: 500px;
}
.do-pobrania .table-responsive table tr:nth-child(even),
.download .table-responsive table tr:nth-child(even) {
	border-left: 0;
	border-right: 0;
}
.do-pobrania .table-responsive table tr td, .download .table-responsive table tr td {
	vertical-align: middle;
}
.do-pobrania .table-responsive table .btn, .download .table-responsive table .btn {
	padding: 7px 13px;
}

.page_files {
	padding-bottom: 40px;
}

.page_files .file_box {
	padding: 19px 15px 18px;
	border-bottom: 1px solid #eaeaea;
	display: none;
}

.page_files .file_box.TeamViewer {
	margin-top: 80px;
	border: 2px solid #019CDC;
}
.page_files .file_box.TeamViewer:hover {
	background: #fff;
}



.page_files .file_box:nth-child(odd) {
	background: #fbfbfb;
}

.file_box .download_link {
	float: left;
	display: block;
	max-width: calc(100% - 210px);
	color: #111;
	font-size: 20px;
	line-height: 35px;
	padding-top: 5px;
}
.file_box.TeamViewer .download_link {
	padding-left: 50px;
	background-image:url(../img/teamviewer.png);
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: 0px 5px;
}
.file_box.TeamViewer .download_link::after {
	content: "program do zdalnej pomocy naszych serwisantów";
	font-size: 12px;
	color: #aaa;
	position: absolute;
	bottom: 0;
	left: 17px;
}
.lang-en .file_box.TeamViewer .download_link::after {
	content: "Remote assistance application";
}

.file_box .download {
	float: right;
	width: 180px;
}

.page_files .file_box:hover {
	background: #e5f5fb;
}

.file_box:hover .download {
	background: #019cdc;
	color: #FFF;
}

.file_box .download span {
	font-size: 12px;
	padding-left: 3px;
}

.news_box {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0px;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	padding-bottom: 20px;
	padding-top: 20px;
}

.news .col-xs-12:first-child .news_box {
	border-top: 1px solid #eaeaea;
}

.news .row .col-xs-12:nth-child(odd) {
	background: #fbfbfb;
}

.news_box:hover {
	background: rgb(229, 245, 251);
}

.news_box .date_news {
	color: #777;
	text-align: left;
	padding: 5px 0 0;
}

.news_box .date_news span {
	font-size: 13px;
	padding-right: 4px;
}

.news_box .pic img {
	margin: 0 auto;
	max-height: 198px;
	border: 1px solid #eaeaea;
}

.news_box h3 {
	margin: 0;
	padding: 10px 0;
}

.news_box h3 a {
	color: #111;
	font-size: 22px;
	line-height: 24px;
	display: block;
}

.news_box .news_list_desc p {
	text-align: justify;
}

.news_box .more {
	color: #111;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.news_box .more:hover {
	color: #019cdc;
}

.news_box .more:hover span {
	animation-name:move;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;
	-webkit-animation-name:move;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
}

.back:hover span {
	animation-name:move2;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;
	-webkit-animation-name:move2;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
}

@keyframes move
{
	0% { 
		left: 0px;
	}
	50% { 
		left: 5px;
	}
	100% { 
		left: 0px;
	}
}

@-webkit-keyframes move
{
	0% { 
		left: 0px;
	}
	50% { 
		left: 5px;
	}
	100% { 
		left: 0px;
	}
}

@keyframes move2
{
	0% { 
		left: 0px;
	}
	50% { 
		left: -5px;
	}
	100% { 
		left: 0px;
	}
}

@-webkit-keyframes move2
{
	0% { 
		left: 0px;
	}
	50% { 
		left: -5px;
	}
	100% { 
		left: 0px;
	}
}

.news_box .more span {
	font-size: 11px;
}

.news_box .news_list_desc a.btn {
	width: 220px;
	margin-bottom: -23px;
}

.date_news {
	color: #777;
}

.date_news span {
	font-size: 13px;
	padding-right: 4px;
}
.gall_box {
	position: relative;
	margin-bottom: 25px;
}
.gall_box .glyphicon-search {
	position: absolute;
	color: #FFF;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	text-align: center;
	font-size: 14px;
	background: rgba(255, 255, 255, 0);
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding-top: 0;
	width: 0;
	height: 0;
	line-height: 0;
	opacity: 0;
}

.gall_box a:hover .glyphicon-search {
	background: rgba(1, 156, 220, 0.33);
	font-size: 40px;
	width: 100%;
	height: 100%;
	padding-top: 33%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
}

.gall_box .img-name {
	position: absolute;
	color: #FFF;
	top: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
}

.gall_box a:hover .img-name {
	opacity: 1;
}

.gall_item {
	display: none;
}

.gall_item .imgbox {
	position: relative;
	display: block;
}

.gall_item .imgbox .glyphicon-search {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #ffffff;
	opacity: 0;
	font-size: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.gall_item a:hover .glyphicon-search {
	opacity: 1;
	font-size: 40px;
}

@-webkit-keyframes flip-in-hor-bottom{0%{-webkit-transform:rotateX(80deg);transform:rotateX(80deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes flip-in-hor-bottom{0%{-webkit-transform:rotateX(80deg);transform:rotateX(80deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}

.gall_item .imgbox::before {
	content: "";
	display: block;
	width: 0%;
	height: 0%;
	background: rgba(1, 156, 220, 0.33);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.gall_item a:hover .imgbox::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(1, 156, 220, 0.33);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.gall_item a:hover .btn {
	background: #019cdc;
	color: #FFF;
}
.gall_item img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.galeria .col-xs-6.col-sm-4.col-md-3:nth-of-type(4n+1),
.gallery .col-xs-6.col-sm-4.col-md-3:nth-of-type(4n+1),
.galereya .col-xs-6.col-sm-4.col-md-3:nth-of-type(4n+1) {
	clear: left;
}

.gall_item .btn {
	margin: 15px auto 50px;
	width: 100%;
	white-space: normal;
}

.form-control-feedback {top: 3px!important;right: 19px;}
.has-error .form-control {border: 1px solid #fe0000!important;}
.has-error .form-control-feedback {color: #fe0000;}
.has-error .form-control:focus {border-color: #fe0000;}
.contact label {width: 100%;}
.error_message {color: #fe0000;text-align: center;padding-bottom: 8px;}
.fv-form-bootstrap .help-block {
	position: absolute;
	top: -35px;
	left: 20px;
	color: #fe0000;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #fe0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fv-form-bootstrap .help-block::after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #fe0000;
	border-top: 1px solid #fe0000;
	position: absolute;
	background: #FFF;
	top: 32px;
	left: 14px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.img-box {
	text-align: center;
}

.img-box img {
	margin: 10px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #eaeaea;
}

.text-box h3 {
	color: #019cdc;
}

.text-box {
	height: 320px;
	display: table;
}

.text-box .innertext {
	display: table-cell;
	vertical-align: middle;
}

.text-box, .text-box p {
	text-align: left;
	font-size: 15px;
}

.text-box.pull-left, .text-box.pull-left p {
	text-align: right;
}

table {
	margin-top: 10px;
}

table tr:nth-child(even) {
	background: #f7f7f7;
	border: 1px solid #eaeaea;
}

table tr td {
	padding: 3px 15px;
}

.page_content {
	padding-bottom: 40px;
}

.cookiepolicy {
	background: #FFF url(../img/cookies.jpg) no-repeat 210px 13px;
	bottom: 80px;
	font-size: 14px;
	padding: 20px 25px;
	position: fixed;
	right: 30px;
	text-align: center;
	max-width: 395px;
	z-index: 9999;
	padding-right: 175px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(138, 138, 138, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(138, 138, 138, 0.3);
}
.cookiepolicy .button {
	border-radius: 0px;
	vertical-align: middle;
	border: 0px solid #C54B25;
	padding: 0px 0;
	height: 37px;
	line-height: 37px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 14px;
	background: #019cdc;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	width: 120px;
	margin: 11px auto 0px;
	cursor: pointer;
}
.cookiepolicy .button:hover {
	background: #34b0e3;
}

.text .row {
	display: none;
}

.rotate-scale-down-ver {
	-webkit-animation: rotate-scale-down-ver 0.65s linear both;
	-moz-animation: rotate-scale-down-ver 0.65s linear both;
	animation: rotate-scale-down-ver 0.65s linear both;
}

@-webkit-keyframes rotate-scale-down-ver{0%{-webkit-transform:scale(1) rotateY(0);transform:scale(1) rotateY(0)}50%{-webkit-transform:scale(.5) rotateY(180deg);transform:scale(.5) rotateY(180deg)}100%{-webkit-transform:scale(1) rotateY(360deg);transform:scale(1) rotateY(360deg)}}@keyframes rotate-scale-down-ver{0%{-webkit-transform:scale(1) rotateY(0);transform:scale(1) rotateY(0)}50%{-webkit-transform:scale(.5) rotateY(180deg);transform:scale(.5) rotateY(180deg)}100%{-webkit-transform:scale(1) rotateY(360deg);transform:scale(1) rotateY(360deg)}}

.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
	0% {
		-webkit-transform:translateY(300px);
		transform:translateY(300px);
		opacity:0
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		opacity:1
	}
}

@keyframes slide-in-elliptic-top-fwd {
	0% {
		-webkit-transform:translateY(300px);
		transform:translateY(300px);
		opacity:0
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		opacity:1
	}
}

.circle a {
	display: block;
}

.circle .imgbox {
	display: block;
	position: relative;
}

.gall_box.circle .btn {
	width: 100%;
	white-space: pre-wrap;
	height: 70px;
	margin: 15px 0 20px;
	padding: 10px 20px;
}


.gall_box.circle a:hover .btn {
	background: #019cdc;
	color: #FFF;
}

.circle img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #eaeaea;
}

.gall_box.circle .glyphicon-search {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.gall_box.circle a:hover .glyphicon-search {
	padding-top: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
}

.er404 {
	max-width: 500px;
	margin: 35px auto;
}

.er404 path {
	fill: rgba(1, 156, 220, 0.15);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #34b0e3;
	border-color: #34b0e3;
}

.pagination>li>a, .pagination>li>span {
	color: #FFF;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #ffffff;
	background-color: #34b0e3;
	border-color: #34b0e3;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #fff;
	background-color: #019cdc;
	border-color: #019cdc;
}

.pagination>li>a, .pagination>li>span {
	background-color: #019cdc;
	border: 1px solid #019cdc;
}

.page_gallery h5 {
	font-size: 16px;
	text-align: center;
	min-height: 30px;
	margin: 15px 0;
}

.thumb img {
	border: 1px solid #eaeaea;
}

.page_files .file_box:first-child {
	border-top: 1px solid #eaeaea;
}

.panel.ofertapracy:nth-child(odd) {
	background: #fbfbfb;
}

.panel.ofertapracy:first-child {
	border-top: 1px solid #eaeaea;
}

.panel-group .panel+.panel {
	margin-top: 0px;
}

#fNewsletter_result {
	padding-top: 25px;
	text-align: center;
	font-size: 16px;
}

/*FANCY BOX*/
body.lang-pl .fancybox-show-infobar .fancybox-infobar::after {
	content: "Przeciągnij aby przeglądać";
	position: absolute;
	top: 60px;
	left: 50%;
	color: #FFF;
	font-size: 16px;
	margin-left: -90px;
}
.fancybox-controls {
	height: 100vh;
}
.fancybox-button--left, .fancybox-button--right {
	border-bottom-left-radius: 0;
	position: absolute;
	left: 0;
	top: calc(50% - 50px);
	height: 100px;
	width: 100px;
}
.fancybox-button--left::after, .fancybox-button--right::after {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 32px;
	left: 39px;
}
.fancybox-button--right {
	border-bottom-right-radius: 0;
	right: 0;
	left: auto;
}
.fancybox-button--right::after {
	left: auto;
	right: 39px;
}

.contact_footer {
	background: #019cdc url(../img/bgfooter.jpg) no-repeat center center;
	padding: 7px 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}

.contact_footer_space {
	width: 100%;
	height: 201px;
}

.contact_footer h5 {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}

.contact_footer .col {
	width: 30%;
	display: inline-block;
	color: #FFF;
}

.contact_footer .col a {
	color: #FFF;
}

.text-box .gall_box {
	width: 125px;
	margin-right: 15px;
	float: left;
}

.pull-left.text-box .gall_box {
	float: right;
}

body.strona-glowna .contact_footer,
body.kontakt .contact_footer {display: none;}

body.strona-glowna .contact_footer_space,
body.kontakt .contact_footer_space {display: none;}

body.home .contact_footer,
body.contact .contact_footer {display: none;}

body.home .contact_footer_space,
body.contact .contact_footer_space{display: none;}

body.golovna .contact_footer,
body.contact .contact_footer {display: none;}

body.golovna .contact_footer_space,
body.contact .contact_footer_space{display: none;}

.city {
	text-align: center;
	padding: 20px 0;
}

.city .city_item {
	text-align: center;
	display: inline-block;
	margin: 30px;
}

.city .city_item h5 {
	padding-top: 15px;
}

.ue {
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
}

.ue .ue2 {
	width: 100%;
	max-width: 175px;
	margin: 0 auto;
}

.ue .ue3 {
	float: right;
}

.ue p {
	text-align: center;
}

#result p {
	text-align: center;
}

@media (max-width: 1199px) {
	.menu {width:940px;}
	.menu a {padding: 0 28.5px;}
	.lang-en .menu a {padding: 0 35.2px;}
	.sticky-menu .menu a {padding: 0 28px;}
	.lang-en .sticky-menu .menu a {padding: 0 35px;}
	.slider .owl-carousel div .title {top: 28%;}
	.slider .owl-carousel .owl-dots {bottom: 35%;}
	body.kontakt .right-side, body.contact .right-side {padding-left: 15px;}
	.logotype .star {right: 7.01px;top: 7px;width: 21px;height: 21px;}
	.logotype .blank {right: 5.02px;top: 5px;width: 24px;height: 24px;}
	.top-right {padding-top: 9px;}
	.video .nav-tabs li a {font-size: 14px;}
	.video .nav-tabs li a span.glyphicon {margin: 10px 7px 10px 9px;}
}

@media (max-width: 991px) {
	.menu {width:720px;}
	.menu a {padding: 0 14.8px;}
	.lang-en .menu a {padding: 0 21.5px;}
	.sticky-menu .menu a {padding: 0 15px;}
	.lang-en .sticky-menu .menu a {padding: 0 22px;}
	.slider .owl-carousel div .title {top: 23%;}
	.slider .owl-carousel .owl-dots {bottom: 42%;}
	.slider .owl-carousel div .title span {max-width: 700px;}
	.contact .col {width:33%;float:left;}
	.video .nav-tabs>li {float: left;margin-bottom:20px;width: 33.33%;text-align: center;border: 0;}
	.video .nav-tabs li a span.glyphicon {margin: 10px 10px 10px 0px;}
	.logotype .star {right: 8.01px;top: 7px;width: 22px;height: 22px;}
	.logotype .blank {right: 5.02px;top: 5px;width: 26px;height: 26px;}
	body.kontakt .contact, body.contact .contact {border-right: 0px solid #eaeaea;}
	body.kontakt .right-side, body.contact .right-side {padding-bottom: 35px;}
	.galeria .col-xs-6.col-sm-4.col-md-3:nth-of-type(4n+1), .gallery .col-xs-6.col-sm-4.col-md-3:nth-of-type(4n+1),
    .galereya .col-xs-6.col-sm-4.col-md-3:nth-of-type(4n+1) {clear: none; }
	.galeria .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1), .gallery .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1),
    .galereya .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1) {clear: left; }
	.contact-box .container {background:none;}
}

@media (max-width: 850px) {
	.slider .owl-carousel div .title {top: 18%;}
	.slider .owl-carousel .owl-dots {bottom: 46%;}
}

@media (max-width: 767px) {
	.slider .owl-carousel div .title span {max-width: calc(100% - 50px);font-size: 24px;background: rgba(255, 255, 255, 0.4);line-height: 40px;padding: 15px;}
	.slider .owl-carousel div .title {top: 15%;}
	.slider .owl-carousel .owl-dots {bottom: 50%;}
	.navigation .container {padding:0;}
	.menu {width:100%;display:none;height:auto;}
	.menu, .menu li:first-child > a, .menu li:last-child > a {-webkit-border-top-left-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-topleft: 0px;-moz-border-radius-bottomleft: 0px;border-top-left-radius: 0px;border-bottom-left-radius: 0px;-webkit-border-top-right-radius: 0px;-webkit-border-bottom-right-radius: 0px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
	.hamburger, .hamburger2 {color: #FFF;width: 100%;height: 40px;line-height: 42px;font-size:18px;display: block;text-align: center;background: #019cdc;cursor: pointer;}
	.menu li {width:100%;display:block;float:none;text-align:center;}
	.menu li ul {position:relative;width: 100%;top: 0;padding: 5px 0;}
	.sticky-menu .menu li li, .menu lu ul li {text-align:center;}
	.logotype {width:250px;}
	.top-right {width: calc(100% - 250px);}
	.search:not(.lang-en) {width: calc(100% - 160px);}
	.menu .arrow {display:none;}
	.text-box {height:auto;}
	.text-box.pull-left, .text-box.pull-left p {text-align: left;}
	.news_box .pic {width: 100%;text-align: center;margin-bottom:10px;}
	.contact_footer .col {width: 32%;}
	.galeria .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1), .gallery .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1) , .galereya .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1) {clear: none; }
	.galeria .col-xs-6.col-sm-4.col-md-3:nth-of-type(2n+1), .gallery .col-xs-6.col-sm-4.col-md-3:nth-of-type(2n+1), .galereya .col-xs-6.col-sm-4.col-md-3:nth-of-type(2n+1) {clear: left; }
	.gall_item img {width: 100%; }
	.col.pull-right { float: left !important; }
	.contact .col {width: 50%;}
	.ue img {float: none!important;margin: 0 auto;}
}

@media (max-width: 690px) {
	.offer {margin-top: -1px;}
	.offer .head {background: rgba(0, 155, 220, 1);}
	.slider .owl-carousel div .title {top:38%;}
	.slider .owl-carousel .owl-dots {bottom:6%;}
}

@media (max-width: 600px) {
	.top {padding:15px 0;}
	.logotype {width:100%;}
	.logotype a {width:100%;max-width:360px;margin: 0 auto 20px;}
	.logotype img {width:100%;max-width:360px;margin: 0 auto;}
	.top-right {width:100%;}
	.logotype .star {right: 11.01px;top: 10px;width: 39px;height: 39px;}
	.logotype .blank {right: 9.02px;top: 9px;width: 42px;height: 42px;}
	.file_box .download_link {max-width: 100%;text-align:center;display: block;float: none;line-height: 28px;font-size: 18px;}
	.file_box .download {float: none;margin: 15px auto 0;display: block;}
	.ofertapracy h3, .ofertapracy .date {text-align:center;}
	.ofertapracy .more {float:none;margin: 10px auto 0;display: block;}
	.file_box.TeamViewer .download_link {padding-left: 0; background-image: none; }
	.file_box.TeamViewer .download_link::after {bottom: 64px; left: calc(50% - 150px); display: block; width: 300px; }
}

@media (max-width: 570px) {
	.video .nav-tabs>li {width:50%;}
	.offer .item h3 {width: 96%;}
}

@media (max-width: 535px) {
	.g-recaptcha {float:none;width: 304px;display: block;margin: 0 auto;}
	#contactform .submit {float:none;margin: 20px auto 0;display: block;}
}

@media (max-width: 500px) {
	.slider .owl-carousel div .title span {max-width: calc(100% - 50px);font-size: 20px;background: rgba(255, 255, 255, 0.8);line-height: 40px;padding: 15px;color: #019cdc;}
	.slider .owl-carousel div .title {top: 32%;}
	.slider .owl-carousel .owl-dots {bottom: 10%;}
	.back {display:none;}
	.gall_box.circle {width: 100%;}
	.gall_box.circle a {width: 300px;margin: 0 auto;}
	.newsletter .btn-newsletter {padding: 10px 30px;}
	.video .nav-tabs>li {width:100%;margin-bottom: 0;}
	.contact-box .contact, .contact-box .right-side {width: 100%;}
}

@media (max-width: 460px) {
	.offer .item {width:100%;}
	.gotop {display:none;}
	.newsletter .newsletter_form {height: 85px;}
	.contact .col {width: 100%;float: none;}
	.contact-box {text-align: center;}
	.footer .copy {width: 100%;text-align: center;display:block;}
	.footer .sungroup {max-width: 100%;width: 100%;float: none;text-align: center;display:block;}
	.footer .sungroup a {max-width: 200px;width: 100%;display:block;margin: 10px auto;}
	.cookiepolicy {background: #FFF;bottom:0px;right: 0;left: 0;max-width: 100%;padding: 10px 15px;}
	.cookiepolicy .button {font-size: 12px;line-height: 30px;height: 30px;}
	.contact_footer .col.first {display:none;}
	.contact_footer .col {width: 48%;}
	.partners a.partn {margin: 0 auto; width: 144px; }
}

@media (max-width: 440px) {
	.slider .owl-carousel div .title span {max-width: calc(100% - 50px);font-size: 18px;background: rgba(255, 255, 255, 0.8);line-height: 20px;padding: 15px;color: #019cdc;}
	.slider .owl-carousel div .title {top: 32%;}
	.slider .owl-carousel .owl-dots {bottom: 10%;}
}

@media (max-width: 410px) {
	.logotype a {width:100%;max-width: 280px;margin: 0 auto 20px;}
	.logotype img {width:100%;max-width: 280px;margin: 0 auto;}
	.logotype .star {right: 8.01px;top: 8px;width: 31px;height: 31px;}
	.logotype .blank {right: 7.02px;top: 7px;width: 32px;height: 32px;}
}

.offer .item a .image img {
    max-height: 140px;
}

a.partn.inside-offer-partn {
    display: block;
    margin: auto;
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.row.flexrow {
    display: flex;
    flex-wrap: wrap;
}

.rdi{
	order: 100;
}

.item0 {
    order: 1;
}

.item1{
	order: 2;
}

.item2{
	order: 3;
}

.item3{
	order: 4;
}

.item4{
	order: 5;
}

.item5{
	order: 6;
}

.item6{
	order: 7;
}

.item7{
	order: 8;
}

.item9{
	order: 9;
}

.item10{
	order: 10;
}

.item11{
	order: 11;
}

.item12{
	order: 12;
}

.item8{
	order: 13;
}

.gitem28{
	order: 1;
}

.gitem29{
	order: 2;
}

.gitem23{
	order: 3;
}

.gitem24{
	order: 4;
}

.gitem30{
	order: 5;
}

.gitem25{
	order: 6;
}

.gitem21{
	order: 7;
}

.gitem22{
	order: 8;
}

.gitem44{
	order: 9;
}

.gitem45{
	order: 10;
}

.gitem46{
	order: 11;
}

.gitem47{
	order: 12;
}

.gitem26{
	order: 13;
}

.gitem27{
	order: 13;
}

.gitem34{
	order: 14;
}

.cbox-phone span,
.cbox-mail span{
    font-size: 13px;
    color: #019cdc;
}

.cbox-phone span:hover,
.cbox-mail span:hover{
	text-decoration: underline;
	cursor: pointer;
}