@import url(font-awesome.min.css);

* {
	margin: 0;
	padding: 0;
}

/* Clearfix */
	
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.clearfix:after {
  clear: both; }
.clearfix {
  zoom: 1; }

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Czcionka */
@font-face {
  font-family: 'LinLibertine_R';
  font-style: normal;
  font-weight: 400;
  src: local('LinLibertine_R'), local('LinLibertine_R-Regular'), 
  	   url(../fonts/linlibertine_r.eot) format('eot'),
  	   url(../fonts/linlibertine_r.woff) format('woff'),
  	   url(../fonts/linlibertine_r.ttf) format('truetype'),
  	   url(../fonts/linlibertine_r.otf) format('opentype'),
	   url(../fonts/linlibertine_r.svg) format('svg');
}


@font-face {
  font-family: 'Sansation';
  src: url('../fonts/Sansation_Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Sansation_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Sansation_Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Sansation_Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Sansation_Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Sansation_Regular.svg#Sansation_Regular') format('svg'); /* Legacy iOS */
}


/* Let's start styling :D */


/* Glowne style strony */
html, body {
	background-color: #fff;
	background-image: url(../img/background.png);
	font-family: 'Sansation', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


.txt-icon {
	font-family: 'FontAwesome' !important;
}

/* Kontener srodkujacy o szerokosci 960px */
.container {
	display: block;
	width: 960px;
	margin: 0 auto;

	/*display: none;*/
}

/* Kontener z logiem i menu*/

.top-container {
	background-color: #232323;
	width: 100% !important;
	height: 80px;
}

/* Logo */
.top-container .logo-container {
	float: left;
	width: 200px;
	height: 80px;
	color: #fff;
	text-align: left;
	margin-left: 5px;
}
.top-container .logo-container h1.main-logo a {
	display: inline-block;
	font-size: 2.4em;
	margin:0.2em 0 0 0;
	border-bottom: 1px solid #ddd;
	color: #fff;
	text-decoration: none;
}
.top-container .logo-container h1.main-logo a span {
	color: #2f69ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top-container h1.main-logo:hover a:hover > span {
	color: #2f69ff;
}
.top-container .logo-container .company-type-sub {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
}

/* Nawigacja */
.top-container .navigation-container {
	float: right;
	width: 500px;
	height: 80px;
}
nav {
	/*background-color: #d12321;*/
	width: 460px;
	float: right;
}
nav * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav > ul {
	margin:0;
	padding:0;
	list-style: none;
}
nav > ul > li {
	list-style-type: none;
	position: relative;
}
nav ul ul a {
	position: relative;
}
nav > ul > li > a {
	display: block;
	float: left;
	color: #eee;
	text-decoration: none;
	padding: 10px;
	line-height: 60px;
	font-size: 0.90em;
}
nav ul ul {
	position: absolute;
	width: 460px;
	height: 120px;
	background-color: #ddd;
	top: 80px;
	left: 0;
	z-index: 1;

	/*display: none;*/
}
nav li .col {
	height: 200px;
	position: absolute;
	top: 80px;
	background-color: #e1e1e1;
	display: none;
}
nav li .col .cols1 {
	width: 200px;
}
nav li .col .cols2 {
	width: 460px;
	height: 200px;
}
nav li .col .col2 {
	display: block;
	float: left;
	width: 210px;
	margin: 10px;
}
nav li .col .col1 {
	display: block;
	width: 200px;
	margin: 10px;
	float: none;
}
nav li .col ol {
	list-style: none;
	margin-left: 0.1em;
}
nav li .col h5 a {
	display: block;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	color: #222333;
	text-decoration: none;
	border-bottom: 1px solid #ababab;
	margin: 0.2em 0 0.5em 0;
	font-family: 'Sansation', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
nav li .col li a { 
	color: #111;
	text-decoration: none;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Sansation', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

}
nav li .col,
nav li .col li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
nav li .col li > a:hover {
	text-indent: 6px;
}
nav > ul > li:hover > a {
	color: #121212;
	background-color: #e1e1e1;
}
nav ul li:hover > div {
	display: block;
}
.open-close-nav {
	display: none;
}


/* Glowny Header */
header#main-header {
	width: 100% !important;
	height: 200px;
	/*box-shadow: 0 -20px 200px 15px hsla(0, 30%, 0%, .2) inset;*/
	/*background-image: url(../img/background-header.jpg);*/
	background-image: url(../img/BinaryBackground.png);
}

/* Kontener pomiedzy headerem a trescia */
.under-header-container {
	width: 100% !important;
	height: 40px;
	background-color: #232323;
}
/* Notka o wspolpracy */
.cooperation {
	width: 500px;
	height: 40px;
	float: left;
	margin-left: 5px;
}
.cooperation span {
	text-align: left;
	font-size: 15px;
	line-height: 40px;
	color: #eee;
	float: left;
}
.coop-links-container {
	float: left;
	margin: 10px 0 10px 3px;
}
.cooperation a img {
	float: left;
	display: inline-block;
	margin-left: 5px;
	opacity: 0.7;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cooperation a:hover > img {
	opacity: 1;
}

/*Przycisk switch pomiedzy angielska i polska wersja strony */
.lang-switch-container {
	width: 200px;
	height: 40px;
	float: right;
	margin-right: 10px;
}
.lang-switch-container a {
	float: right;
	color: #eee;
	font-size: 15px;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lang-switch-container a:hover {
	color: #121212;
	background-color: #e1e1e1;
}

/* KONTENER Z GLOWNA TRESCIA STRONY */
.text-container {
	/* narazie nic :P */
}

.text-container section {
	width: 100%;
	margin: 50px 0 50px 0;
}

/* Ogolne style dla boxow */
section .box {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	position: relative;

	padding: 10px;

	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
section .box span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right:0;
	top: -30px;
	margin: 0 auto;

	text-align: center;
	font-size: 25px;

	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box:hover > span {
	color: #fff;
	background-color: #2f69ff;
}
/* Trzy boxy w jednej linii */
section .three-col-box {
	width: 278px;
	height: 230px;
	margin: 0 10px 10px 10px;
}
/* Jeden box w linii */
section .full-width-box {
	width: 940px;
	min-height: 100px;
	margin: 10px 0;
}
/*Sekcja kompetencje*/
section.abilities, section.carreer {
	text-align: center;
}
section.abilities .ab-img-cont {
	margin: 1.5em 0;
}
section.abilities .ab-img-cont a img {
	margin-left: 20px;
}
/* Style tekstu w boxach */
section .box h3 {
	font-size: 1.3em;
	margin: 0.8em 0 1.06em 0;
	text-align: center;
}
section .box ul { 
	list-style: none;
}
section .box li span {
	font-family: "font-awesome";
}
section .box li a {
	display: block;
	width: 100%;

	border-top: 1px solid #ddd;

	color: #111;
	text-align: center;
	text-decoration: none;
	font-size: 0.85em;
	padding: 1.1em 0;

	font-family: 'Sansation', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section .box li a.first {
	border-top: none;
}
section .box li a.last {
	border-bottom: 1px solid #ddd;
}
section .box li a:hover {
	-webkit-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-o-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-ms-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
section .box a.box-more-link {
	color: #fff;
	background-color: #2f69ff;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;

}
article p a.link {
	color: #2f69ff;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #2f69ff;
}
section .box a.box-more-link:hover, article p a.link:hover {
	color: #fff;
	background-color: #111;
	-webkit-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-o-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	-ms-text-shadow: 0 0 2px rgba(0,0,0,0.5);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
/* Stopka */
footer {
	width: 100%;
	height: 250px;
	background-color: #232323;
	margin: 30px 0 0 0;
}
footer .column-cont {
	width: 197px;
	height: 200px;
	float: left;
	margin: 10px;
	padding: 10px;
	color: #eee;
}
footer .lined {
	border-right: 1px solid #343434;
}
footer .about {
	width: 150px;
}
footer .offer {
	width: 247px;
}
footer .column-cont h3 {
	color: #fff;
	font-size: 1.3em;
	margin: 0 0 0.2em 0; 
}
footer .column-cont ul {
	list-style: none;
	margin-left: 5px;
}
footer .column-cont > ul {
	margin-top: 10px;
}
footer .column-cont a {
	color: #eee;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;

	font-family: 'Sansation', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .column-cont a:hover {
	color: #2f69ff;
	-webkit-text-shadow: 0 0 1px rgba(255,255,255,0.5);
	-moz-text-shadow: 0 0 1px rgba(255,255,255,0.5);
	-o-text-shadow: 0 0 1px rgba(255,255,255,0.5);
	-moz-text-shadow: 0 0 1px rgba(255,255,255,0.5);
	-ms-text-shadow: 0 0 1px rgba(255,255,255,0.5);
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
}
footer .column-cont a.disable-click {
	color: #aaa;
	cursor: not-allowed !important;
	text-decoration: line-through;
}
footer .column-cont address {
	display: block;
	margin: 10px 0 0 0;
	color: #eee;
	font-style: normal;
}
footer .column-cont address span {
	display: block;
	font-size: 14px;
	line-height: 23px;
}
footer .column-cont address span.contact-form-footer-link {
	margin-top: 10px;
}

/* EXTRA FOOTER CONTAINER */
.extra-footer-container {
	width: 100%;
	height: 50px;
	background-color: #111;
}
.extra-footer-container .copyright span {
	font-size: 13px;
	line-height: 50px;
	color: #aaa;
	float: left;
}
.extra-footer-container .small-nav-container{
	float: right;
}
.extra-footer-container .small-nav-container nav {
	width: 390px;
	height: 50px;
	float: right;
}
.extra-footer-container .small-nav-container nav a {
	color: #aaa;
	text-decoration: none; 
	border-right: 1px solid #a1a1a1;
	padding: 0 10px;
	font-size: 12px;
	line-height: 50px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.extra-footer-container .small-nav-container nav a:hover {
	color: #fff;
}

/* O nas */
.about-us p {
	line-height: 20px;
	margin: 0 0 20px 20px;
}

/* Oferta */

.offer-boxes {
	width: 100%;
	margin: 50px 0 0 0;
}
section > hgroup {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}
section > hgroup > h2 {
	font-size: 1.7em;
	margin: 0.5em 0 0.5em 0;
}
.offer-boxes article {
	margin-top: 100px;
}
.offer-boxes article p {
	line-height: 21px;
	padding: 0 10px 0 10px;
}
.offer-boxes .two-col-box {
	width: 400px;
	height: 200px;
	margin: 50px 0 0 25px;
}
.two-col-box {
	width: 400px;
	height: 200px;
	margin: 50px 0 0 25px;
}
.two-col-box:target > span {
	color: #fff;
	background-color: #2f69ff;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* Usługi */ 
.service {
	text-align: center;
}
.service .full-width-box {
	height: 200px;
}
.service p {
	margin-bottom: 30px;
	font-family: 'Sansation', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.service ul {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.service li {
	float: left;
}
.service .full-width-box a,
.btn-link {
	display: block;
	float: left;	
	margin-left: 15px;
	width: 132px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
	border: 1px solid #777;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service .full-width-box a span {
	font-size: 30px;
	line-height: 40px;
	margin-right: 10px;
}
.service .full-width-box li:hover > a {
	color: #fff;
	background-color: #2f69ff;
	cursor: default !important;
}

/* Kariera */
.disable-click-btn {
	color: #aaa !important;
	text-decoration: line-through !important;
}


/* Kontakt */
.contact article {
	height: auto;
}
.contact address {
	display: block;
	text-align: left;
	width: 380px;
	height: 400px;
	font-style: normal;
	margin: 40px auto;
}
.contact address p {
	text-align: center;
	font-size: 17px;
	line-height: 30px;
}
.contact p.name {
	font-weight: bold;
	margin-bottom: 10px;
}
.contact p.email a {
	color: #2f69ff;
	text-decoration: none;
	border-bottom: 1px dotted #2f69ff;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact p.email a:hover {
	color: #3045ff;
}
.contact .two-col-box {
	width: 433px;
	height: 550px;
	margin: 10px 0 50px 0;
}
.contact .full-width-box {
	width: 940px;
	margin: 0 auto;
}
.map {
	width: 100%;
	height: 350px;
}

/* Formularz kontaktowy*/
.contact hgroup {
	margin-bottom: 20px;
}
.contact-form {
	margin: 20px auto;
	width: 320px;
	height: 450px;
}
.contact-form div {
	display: block;
	margin: 7px 0 7px 0;
}
.contact-form textarea {
	width: 100%;

	font-family: "Sansation" !important;
	text-indent: 7px;
	letter-spacing: 1px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form label {
	float: left;
	font-size: 0.85em;
	padding: 0.9em 0;
}
.contact-form input[type=text] {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	outline: none;
	border: 1px solid #ddd;

	font-family: "Sansation" !important;
	text-indent: 7px;
	letter-spacing: 1px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type=text]:hover,
.contact-form textarea:hover {
	border: 1px solid #2f69ff;
	-webkit-box-shadow: 0 0 2px #2f69ff;
	-moz-box-shadow: 0 0 2px #2f69ff;
	box-shadow: 0 0 2px #2f69ff;
}

.contact-form input[type=text]:focus,
.contact-form textarea:focus {
	outline: none !important;

	border: 1px solid #2f69ff;
	
	-webkit-box-shadow: 0 0 2px #2f69ff;
	-moz-box-shadow: 0 0 2px #2f69ff;
	box-shadow: 0 0 2px #2f69ff;
}
.contact-form-article {
	margin-left: 50px !important;
	
}
.contact-form input[type=submit] {
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 10px auto;

	font-family: "Sansation" !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	outline: none !important;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input[type=submit]:hover,
.contact-form input[type=submit]:focus {
	color: #fff;
	background-color: #2f69ff;
	cursor: pointer;

	outline: none !important;
}

/* Mapa strony */
.sitemap ul {
	margin-left: 30px;
}
.sitemap ul li {
	list-style: circle;
	line-height: 25px;
}
.sitemap ul div {
	margin: 10px 0 10px 0;
}
.sitemap ol {
	list-style: none;
}

/* Ukryty licznik */
.hide {
	display: none !important;
}

/* Cookie Information */
.cookie-law-bar {
	display: none;
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: rgba(255,0,0,0.5);
	text-align: center;
}
.cookie-law-bar h3 {
	line-height: 15px;
}
.cookie-law-bar p {
	margin: 5px 0 0;
	font-size: 15px;
}
.cookie-law-bar a {
	color: #111;
}


/* Niedostępne linki */
.disable-click {
	cursor: normal !important;
	text-decoration: underline !importants;
}


/* Mobile Versions */
@media only screen and (max-width: 760px) {
	html, body {
		overflow-x: hidden;
	}
	
	.container, .text-container, section, article, footer .column-cont {
		width: 96.5% !important;
		margin: 0 auto;
	}
	.top-container {
		height: 80px;
	}
	.top-container .logo-container {
		max-width: 100px;
	}
	.top-container .navigation-container {
		width: 80px;
		height: 80px;
	}
	.top-container nav {
		overflow: hidden;
		display: none;
	}
	header#main-header {
		height: 150px;
	}
	.text-container section {
		margin: 30px auto;
		margin-left: 0 !important;
	}
	.text-container article {
		margin: 20px auto !important;
		text-align: center;
	}
	.cooperation {
		display: none;
	}	
	.under-header-container .container {
		width: 100% !important;
	}
	.lang-switch-container {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.lang-switch-container a {
		float: none;
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.service article {
		height: 600px !important;
	}
	.service ul {
	width: 250px;
	margin: 0 auto;
	padding-bottom: 30px;
	}
	.service li {
		float: none;
	}
	.service .full-width-box a,
	.btn-link {
		display: inline-block;
		float: none;
	}
	footer {
		text-align: center;
		height: auto;
	}
	footer .column-cont {
		float: none;
		height: auto;
		margin: 10px auto;
	}
	footer .lined {
		border: none !important;
	}

	footer .extra-footer-container, footer .extra-footer-container .container {
		height: auto;
		width: 100% !important;
	}
	.extra-footer-container .copyright, .extra-footer-container .small-nav-container {
		float: none !important;
		display: block;
		text-align: center !important;
		width: 80% !important;
		height: auto;
		margin: 0 auto;
	}
	.extra-footer-container .copyright span {
		text-align: center;
		float: none;
	}


	/* Menu dla urzadzen mobilnych */

	.navigation-container nav {
		width: 100%;
		height: 0;
		visibility: hidden;
	}
	
	.navigation-container a.open-close-nav {
		color: #fff;
		text-decoration: none;
		display: block;
		float: right;
		margin-right: 10px;
		font-size: 40px;
		line-height: 80px;
	}
	.navigation-container a.open-close-nav:target > nav {
		height: 200px;
	}
}


/* ANIMATIONS */

@keyframes loading1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.circ {
	display: block;

	display: none !important;
	width: 70px;
	height: 70px;

	border-radius: 100%;
	border: 8px dashed #23408c;

	position: absolute;
	top: 50%;
	left: 49%;
	
	z-index: 13;

	 animation: loading1 1.5s ease-out;
}