/*
Theme Name: PCBC_2017
Theme URI: 
Author: TotalCoding
Author URI: totalcoding.pl
Description: Polskie Centrum Badań i Certyfikacji
Version: 1.0
License: GNU General Public License
Tags:
*/

@charset "UTF-8";

html{
	-webkit-tap-highlight-color: rgba(0,0,0,0); /*wyłączenie podświetlenia*/
}
.nocomments, .entry-title { /* wyłączenie komentarzy i tytułów strony w WP */
	display: none;
}
body, .page-template-default, .page, .page-id-23 {
	padding: 0;
    border: 0;
    margin: 0;
	font-family: "Ubuntu",sans-serif;
	font-weight: 300;
    color: #003665;
}
body h2 {
	font-size: 22px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.captcha {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.captcha input {
	width: 78px;
	text-align: center;
}
p {
}
a, a:hover, a:link, a:visited, a:active, a:hover{
	text-decoration: none;
}
a span{
	padding-left: 10px;
	color: #fff;
}
h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
}
li{
	/*font-size: 15.2px;*/
	/*font-size: 18px;*/
    /*font-family: "Ubuntu Bold";*/
    color: #003665;
}
.mb {
	margin-bottom: 25px;	
}
.btn-que-tra {
	margin-top: 20px;
}
/* ------ news letter ------ */
.news-letter {
	position: fixed;
	background: #1fa9f0;
	/*width: 56px;*/
	width: 180px;
	border-radius: 5px;
	top: 146px;
	right: 5px;
	z-index: 1000;
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.35);
	/*border: 1px solid #9e1414;*/
	/*border: 1px solid #fff;*/
	transition: all 0.5s ease-in-out;
	color: #fff;
	text-align: right;
	overflow: hidden;
	cursor: pointer;
}
/*.news-letter:hover {
	cursor: pointer;
	width: 192px;
	text-align: right;
}*/
.news-letter img {
	width: 100%;
	height: 100%;
}
.news-letter i {
	padding: 3px 9px 6px 5px;
	font-size: 38px;
	background: #1fa9f0;	
}
.news-letter-txt {
	position: absolute;
	top: 4px;
	z-index: -1;
}
.news-letter p {
	margin: 0;
	padding-left: 5px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	width: 100%;
	line-height: 18px;
}
.news-letter span {
	font-size: 19px;
	font-weight: bold;
}

/* ------------------------- */

/* ------- language -------- */

.flags {
	position: absolute;
	top: 12px;
	right: 50px;
	
}
.flags img{
    margin: 3px;
    border: 1px solid #B3B3B3;
    width: 20px;
	height: 100%;
}

/* ------------------------- */
.err-conatiner {
	position: relative;
	width: 100%;
	float: left;
	display: block;
	box-sizing: border-box;
}
.err-container h2 {
	width: 100%;
	position: relative;
	float: left;
	padding-top: 30px;
	text-align: center;
}
.err {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.err a {
	color: #1fa9f0;
	text-decoration: none;
}

/* --- header --- */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.buttons{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
.navbar{
	width: 100%;
	padding: 0;
	display: none;
}
.subbar {
	position: absolute;
	margin-top: 50px;
	z-index: 100;
	box-sizing: border-box;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.22);
	/*border: 1px solid #c6c6c6;*/
	border-top: 0;
	transition: all ease-in-out 350ms 10ms;
	opacity:0;
    visibility: collapse;
    background-color: #fff;
}	
.subbar ul {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
}
.subbar li {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	box-sizing: border-box;
	font-family: 'Ubuntu';
	transition: all ease-in-out 350ms 10ms;
	font-size: 13px;
}
.subbar a {
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	color: #003665;
	transition: all ease-in-out 350ms 10ms;
	text-transform: uppercase;
}
.subbar a:hover {
	color: #fff;
}
.subbar li:hover {
	background-color: #003665;
	color: #fff;
}
.nav {
	padding: 0;
	margin: 0;
	border-top: 1px solid #c6c6c6;
    list-style: none;
    text-align: center;
    width: 100%;
}
.nav-menu{
	width: 100%;
	/*padding-left: 18px;*/
    /*padding-right: 18px;*/
}
.nav-menu a {
	display: block;
	width: 100%;
	padding-top: 10px;
    padding-bottom: 10px;
    color: #003665;
    padding-right: 18px;
    padding-left: 18px;
}
.nav-menu:hover{
	border-bottom: 4px solid;
}
.navbar-toggle {
    position: absolute;
	border-radius: 4px;
	background: #fff;
    border: 0;
    top: 5px;
    right: 5px;
}
.icon-navbar {
    background-color: #003665;
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px;
    margin: 5px;
}
.fl{
	float: left;
}

.fr{
	float: right;
}
button, .btn-download, .btn-ask, .btn-social, .btn-reset, .logo {
	padding: 0;
	border: 0;
	padding: 0;
	box-sizing: border-box;
    text-align: center;
    background: transparent;
}
button {
	cursor: pointer;
}
.navbar-toggle, .post-toggle{
	cursor: pointer;
}
img {
	vertical-align: middle;
}
.logo{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 20px;
}
.logo a{
	display: table;
}
.log-res{
/*	width: 100%;*/
	width: 137px;
}
.zp{
	display: none;
}
.img-responsive{
}
.btn-download{
    background: #003665;
    width: 100%;
    border-radius: 3px;
}
.btn-download {
	height: 100%;
	display: flex;
	align-items: center;
}
.btn-download i {
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 17.8px;
    font-style: normal;
    color: #fff;
}
.btn-download a, .btn-ask {
	padding: 10px 0px 10px 0px;
	display: table;
	width: 100%;
}
.btn-ask{
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	width: 50%;
	cursor: pointer;
	height: 42px;
	overflow: hidden;
}
.btn-ask i {
	font-size: 18px;
	font-family: 'FontAwesome';
    font-style: normal;
    margin-right: 3px;
    color: #003665;
}
.btn-ask span {
	font-family: "Ubuntu Bold";
	font-size: 14px;
	margin-left: 3px;
}
.btn-social{
	padding-top: 10px;
	border-top: 1px solid #c6c6c6;
	width: 50%;
	text-align: center;
}
.btn-social a {
	color: #003665;
}
.btn-social i {
	margin-right: 5px;
	margin-left: 5px;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
    color: #003665;
}
.zp{
	color: #003665;
	display: none;
}

input:focus, button:focus, select:focus, textarea:focus {
	outline: none;
}
.no-select{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* --------- responsive Header---------- */


/* --------------------------------------*/

.frn-container{
	margin: auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}

/* --------------- Slider -------------- */
/* UWAGA - przy przenoszeniu CSS slide'ra do innego projektu
   koniecznie należy odkomentować dwie poniższe klasy
.db{  
	display: block;
}
.dn{
	display: none;
}
*/
.sli-container{
	overflow: hidden;
	height: 300px;
	width: 100%;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.slider{
	position: relative;
	width: 100%;
}
.slider h1 {
	
}
.sli-txt{
	color: #fff;
	font-size: 24px;
	text-shadow: 0px 0px 15px #000;
	/*text-shadow: 0px 0px 35px #000;*/
    /*top: 100px;*/
    /*top: 25px;*/
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
}
.sli-txt span:first-child {
	/*color: #003665;*/
}
.sli-txt span:nth-child(3) {
	/*font-size: 17px;*/
}
.sli-txt span:last-child {
	/*color: #FF0000!important;*/
}
.sli-txt span {
	/*padding-left: 0!important;*/
}
.sli-s1{
	background: url(images/slide2.jpg) no-repeat;
}
.sli-s2{
	background: url(images/slide1.jpg) no-repeat;
}
.sli-s3{
	background: url(images/slide3.jpg) no-repeat;
	/*background: url(images/slide1.jpg) no-repeat;*/
}
.sli-slide{
	position: absolute;
	height: 300px;
	width: 100%;
	background-size: cover;	/* musi być umieszczony po załadowaniu img */
}
.sli-slide a{
	display: table;
	width: 100%;
	height: 100%;
}
.sli-slide img {
}

/* ---------------------------------- */

/* --------- events - box ----------- */

.eve-container-mini, .eve-container {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}
.eve-container {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.eve-one-mini, .eve-one, .eve-body {
	height: 240px;
	background-size: cover !important;
	position: relative;
	box-sizing: border-box;
}
.eve-body {
	height: 260px;
}
.eve-black p{
	padding-top: 10px;
	margin: 0;
	font-family: 'Ubuntu Light';
	font-size: 14px;
}
.eve-one {
	height: 260px;
	margin-top: 30px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.eve-title{
	position: relative;
	width: 100%;
	background: #e5f1f8;
	margin: 0;
}
.eve-title h2 {
	padding: 33px;
	color: #003665;
}
.eve-one-mini a, .eve-one a{
	background-color: transparent;
}
.eve-one-mini h3, .eve-black {
	color: #ffffff;
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    bottom: 0;
    padding: 30px;
    padding: 30px;
    left: 0;
    border: 0px;
    box-sizing: border-box;
}
.eve-black {
	background: rgba(0,0,0,0.6);
}

/* ---------------------------------- */

/* --------- events - one ----------- */

.eve-one-container {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.eve {
	margin-left: 30px;
	margin-right: 30px;
}
.eve h2 {
}
.eve-one-title {
	padding-top: 30px;
}
.eve-one-title-02 {
	padding-top: 30px;
	padding-left: 30px;
}
.eve-one-body {
	margin-top: 30px;
	border: 1px solid #dedede;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    padding-bottom: 30px;
    overflow: hidden;
}
.eve-one-body li {
	font-family: "Ubuntu";
	font-weight: 300;
	font-size: 16px;
	/*'Ubuntu Light';*/
}
.eve-one-body a {
	font-family: "Ubuntu";
    font-size: 16px;
    color: #1fa9f0;
    text-decoration: none;
}
.eve-one-img, .eve-one-body img {
	max-width: 100%;
}
.eve-one-date {
    font-size: 13px;
    margin-top: 30px;
    font-weight: normal;
    font-style: italic;
    padding: 0px 30px;
}
.eve-one-content {
	padding: 10px 30px 0px;
	text-align: justify;
	float: left
}
.eve-one-content img {
	padding: 20px;
	max-width: 100%;
	height: auto !important;
}
.eve .btn-bottom {
	padding: 0;
}

/* ---------------------------------- */

/* ----------- news ----------------- */

.new-container {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.new {
	margin-left: 20px;
	margin-right: 20px;

}
.new-title {
	padding-top: 40px;
	padding-bottom: 10px;
}
.new-one {
	margin-top: 30px;
    overflow: hidden;
    position: relative;
    color: #fff;
    box-sizing: border-box;
}
.new-info {
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.new-one img {
	padding-top: 30px;
	width: 100%;
}
.new-info div, .new-info span {
	margin: 0;
	padding: 30px 0 0;
}
.new-one a {
	color: #fff;
}
.new-info div {
	float: right;
	color: #fff;
}
.new-one-title {
	text-align: left;
}
.new-one-title a {
	color: #fff;
}
.new-content {
	padding-top: 20px;
	font-family: 'Ubuntu Light';
	font-size: 17px;
	text-align: justify;
	line-height: 23px;
}
.new-block {
	padding: 30px;
	background: url(images/bg-information_2.png) no-repeat;
	background-color: #177bae;
    background-size: cover;
    overflow: hidden;
    height: 100%;
}
.new-fou {
	display: none;
}
.new-tug {
}
.new-container .btn-universal {
	padding-left: 20px;
	padding-right: 20px;
}

/* ---------------------------------- */

/* ----------- breadcrump ----------- */

.bre-container{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.breadcrumb {
	background: #1fa9f0;
	padding: 20px 30px 20px 30px;
	margin: 0;
	border: 0;
	list-style: none;
}
.bre-end, .breadcrumb a:hover{
	text-decoration: underline;
}
.breadcrumb a, .breadcrumb span{
	font-family: 'Ubuntu Light';
	font-size: 12px;
	color: #fff;
}
.breadcrumb li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
}
.bre-container h1 {
	padding-top: 15px;
	font-size: 25px;
}
.breadcrumb li + li:before {
	font-size: 11px;
    content: "/\00a0";
    padding-left: 5px;
    color: #fff;
}

/* ---------------------------------- */

/* ---------- PAGE POSTS ------------ */

.pos-container {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 100%;
	float: left;
}
.pos{
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	/*border-bottom: 1px solid #c6c6c6;*/
	padding-bottom: 30px;
}
.page-id-49 .pos h2 {
	margin-top: 35px;
	margin-bottom: 15px;
}
.pos-line {
	border-bottom: 1px solid #c6c6c6;
}
.pos-title{
	padding-top: 30px;
}
.pos-header{
	margin-top: 25px;
	font-family: "Ubuntu Light";
	font-size: 18px;
	text-align: justify;
}
.pos-hea {
	margin-bottom: 25px;
	min-height: 150px;
}
.pos-img {
	max-height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.post{
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #c6c6c6;
	overflow: hidden;
}
span .post {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
}
span .post {
	padding-left: 20px;
	padding-right: 20px;
}
.post-bra h4 {
	text-transform: uppercase;
}
.post-bra a {
	text-decoration: none;
	display: flex;
	padding-top: 10px;
	padding-right: 50px;
}
.post-bra a:hover {
	text-decoration: none !important;
}
.post-bra i:before {
	margin-right: 10px;
	font-family: 'FontAwesome';
	font-style: normal;
	content: "\f105";
}
.pos .post-click,
.pos ._post-click {
	cursor: pointer;
}
.post-download {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	float: left;
}
.post-download li {
    list-style-type: none;
    position: relative;
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-top: 20px;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
}
.post-download a {
	text-decoration: none !important;
}
.post-download p {
	padding-left: 20px;
	padding-right: 20px;
    font-family: 'Ubuntu Light';
}
.post-download span {
}
.post-download i {
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ico-download:before {
    content: "\f019";
}
.ico-hand:before {
    content: "\f2b5";
}
.ico-inst:before {
    content: "\f16d";
}
.ico-face:before {
    content: "\f09a";
}
.ico-twit:before {
	font-family: "Font Awesome 6 Brands";
     content: "\e61b";
}

.ico-link:before {
    content: "\f0e1";
}
.ico-comm:before {
    content: "\f086";
}
.ico-youtub:before {
    content: "\f16a";
}
.ico-envelope:before {
	content: "\f003";
}
.ico-plane:before {
	content: "\f1d8"
}
.ico-arrow-right:before {
	content: "\f061"
}
.ico-arrow-left:before {
	content: "\f060"
}
.ico-triangle-right:before {
	content: "\f0da"
}
.ico-triangle-left:before {
	content: "\f0d9"
}

.post-02 img {
	position: absolute;
	width: 40%;
	right: 0;
	top: 0;
	display: none;
}
/* ------ auto size do IMG ---- */
.pos-body img  {
	max-width:100% !important;
	padding: 20px;
	height: auto !important;
}
.post h4, .post h2{
	padding-right: 55px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 18px;
}
span .post h2 {
	/*margin-left: 20px;*/
	font-size: 16px;
}
.pos-body{
	font-family: "Ubuntu Light";
	font-size: 18px;
	padding-bottom: 30px;
	text-align: justify;
}
span .pos-body {
	padding-bottom: 0;
}
.pos-body li {
	font-family: "Ubuntu Light";
}
.pos-body li span {
}
.pos-container a {
	font-family: "Ubuntu";
	font-size: 16px;
	color: #1fa9f0;
	text-decoration: none;
}
.pos-container a:before {
}
.pos-container a:hover {
	text-decoration: underline;	
}
.pos-footer{
	padding-top: 20px;
	font-size: 14px;
	text-align: justify;
	/*padding-bottom: 40px;*/
}
.post-toggle {
	position: absolute;
	top: 10px;
	right: 0;
    height: 48px;
    width: 48px;
    line-height: 50px;
    font-family: 'FontAwesome';
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    text-align: center;
    background: #e5f1f8;
}
span .post-toggle {
	top: 15px;
	right: 15px;
	height: 37px;
	width: 37px;
	line-height: 0;
}
.post-toggle-02 {
	left: 10px;
}
.post-02 {
	border: 1px solid #cfcfcf;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.post-02 h4 {
	padding-left: 50px;
	padding-right: 0;
}
.post-red {
	color: #9b171c !important;
}
.post-toggle-close{
	background: #1fa9f0;
}
.ico-pos-minus:before {
    content: "\f068"; /* - */
    color: #1b688f;
}
.ico-pos-plus:before {
    content: "\f067"; /* + */
    color: #fff;
}
/* ---------------------------------- */

/* ------------ USŁUGI home --------- */

.ser-container {
	box-sizing: border-box;
    text-align: center;
    /*background-color: #e5f1f8;*/
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
}
.ser-main-container {
	width: 100%;
	/*background-color: #e5f1f8;*/
	float: left;
	padding-bottom: 30px;
}
.ser-title {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
.ser {
    padding-left: 20px;
    padding-right: 20px;
}
.block {
	margin-right: 20px;
	margin-left: 20px;
}
.ser-container .item {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    min-height: 210px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    background-color: #fff;
    cursor: pointer;
}
.ser-container .item h3 {
    font-size: 16px;
    margin-top: 10px;
    color: #214a72;
}
.ser-container .item:hover h3 {
	color: red;
}
.ser-container .item .sprite-1 {
    height: 125px;
    background: url(images/sprite1.png) top center no-repeat;
}
.ser-container .item:hover .sprite-1 {
    background: url(images/sprite1.png) 50% 101% no-repeat;
}
.ser-container .item .sprite-2 {
    height: 125px;
    background: url(images/sprite2.png) top center no-repeat;
}
.ser-container .item:hover .sprite-2 {
    background: url(images/sprite2.png) 50% 101.7% no-repeat;
}
.ser-container .item .sprite-3 {
    height: 125px;
    background: url(images/sprite3.png) top center no-repeat;
}
.ser-container .item:hover .sprite-3 {
    background: url(images/sprite3.png) 50% 102.4% no-repeat;
}
.ser-container .item .sprite-4 {
    height: 125px;
    background: url(images/sprite4.png) top center no-repeat;
}
.ser-container .item:hover .sprite-4 {
    background: url(images/sprite4.png) 50% 103.9% no-repeat;
}
.ser-container .item .sprite-5 {
    height: 125px;
    background: url(images/sprite5.png) top center no-repeat;
}
.ser-container .item:hover .sprite-5 {
    background: url(images/sprite5.png) 50% 105.5% no-repeat;
}

/* ---------------------------------- */

/* ----------- USŁUGI - CSZ --------- */

.inf-container{
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.infobox {
	overflow: hidden;
    background: #40beff;
    color: #fff;
    padding: 35px 25px 40px;
    margin-top: 20px;
}
.inf-persons{
	padding-bottom: 5px;
}
.inf-person{
	width: 100%;
	display: inline-block;
	color: #fff;
	font-family: "Ubuntu Light";
	padding-top: 13px;
	padding-bottom: 13px;
}
.inf-person i {
	font-family: 'FontAwesome';
	padding-right: 5px;
	font-style: normal;
}
.inf-person a {
	color: #fff;
}
.infobox p {
	font-family: "Ubuntu Light";
	font-size: 19px;
}
.infobox h5 {
    margin: 0 0 30px;
    font-size: 25px;
}
.infobox .inf-person p {
    font-size: 15px;
    line-height: 19px;
    margin: 3px 0 9px;
}
.inf-phone:before {
    content: "\f095";
}
.inf-mobile:before {
	content: "\f10b";
	font-size: 22px;
}
.inf-fax:before {
	content: "\f1ac";
}
.inf-envelope:before {
    content: "\f0e0";
}

/* ------------ Product - Box -01 ---------- */
.pro-container {
	width: 100%;
	float: left;
	box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.pro{
	background: #e5f1f8;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.pro-row {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
.pro-title {
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.pro-item {
	box-sizing: border-box;	
	text-align: center;
	margin: 10px 0 25px 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.pro-block {
	background: #ffffff;
    overflow: hidden;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 7.65px 1.35px rgba(0,0,0,0.2);
    padding-left: 30px;
    padding-right: 30px;
}
.pro a {
    display: inline-block;
    color: #fff;
}
.pro-body a {
	color: #003665;
}
.pro img {
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    max-height: 150px;
}
.pro h3 {
    text-align: left;
    font-size: 19px;
}
.pro p {
    text-align: left;
    font-size: 13px;
}
.btn i {
	font-family: 'FontAwesome';
    font-style: normal;
    margin-left: 5px;
    padding: 0;
}
.pro-right:before {
    content: "\f105";
}
.pro .btn {
	height: 32px;
}
.btn, .btn2{
	width: 100%;
	box-sizing: border-box;
    position: relative;
    text-align: center;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;*/
    /*touch-action: manipulation;*/
    /*cursor: pointer;*/
    padding: 6px 12px;
    border-radius: 4px;
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    background: #1fa9f0;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.btn:before, .btn2:before, input+.test:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #1F8FC4;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn2:before {
	 background: #D90000;
}
.btn:hover:before, .btn2:hover:before {
	left:0;
	right:0;
	z-index:2;
}
.btn-offe {
	background: #9e1414;
	height: 50px;
	font-family: "Ubuntu";
	font-size: 17px;
}
.btn-down {
	box-sizing: border-box;
	width: 100%;
	margin-top: 25px;
	float: left;
}
.btn-down .btn-top, .btn-down .btn-bottom {
	margin: 0;
	padding-left: 0;
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.btn-down .btn-bottom {
	padding-left: 10px;
}
.btn-down .btn-top {
	padding-left: 10px;
	padding-right: 10px;
}

/* ---------------------------------- */

/* -------- Product - Box-02 -------- */

.pro-02-container {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.pro-02 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.pro-02-row{
	margin-left: -15px;
	margin-right: -15px;
}
.pro-02-item {
	box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
	width: 100%;
    float: left;
}
.pro-02-item span {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
.pro-02-block {
	display: block;
	height: 150px;
	line-height: 150px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Ubuntu Light";
	font-size: 18px;
	text-decoration: none;
    color: #fff;
    background-image: -moz-linear-gradient(19deg, #4c8dcd 0%, #1fa9f0 100%);
    background-image: -webkit-linear-gradient(19deg, #4c8dcd 0%, #1fa9f0 100%);
    background-image: -ms-linear-gradient(19deg, #4c8dcd 0%, #1fa9f0 100%);
    background-image: linear-gradient(19deg, #4c8dcd 0%, #1fa9f0 100%);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.41);
	border-radius: 4px;
}
.pro-02-block:hover {
    background: #003665;
}

/* ---------------------------------- */

/* -------- Product - Box-03 -------- */

.pro-03-container {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.pro-03 {
	padding-top: 40px;
	padding-bottom: 20px;
}
.pro-03-pd {
	padding-bottom: 40px;
}
.pro-03-title {
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.pro-03-title h2 {
	padding-left: 20px;
	padding-right: 20px;
}
.pro-03-col {
	background-color: #e5f1f8;
}
.pro-03-row {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
}
.pro-03-item {
	display: inline-block;
	vertical-align: top;
	max-width: 180px;
	padding: 0 20px 20px;
}
.pro-03-info {
	opacity: 0;
	position: absolute;
	color: #fff;
	width: 100%;
	background-image: -webkit-linear-gradient(19deg, #214a72 0%, #1fa9f0 100%);
	transition: all ease-in-out 250ms 10ms;
	height: 70px;
	top: 120px;
	/*border-radius: 5px;*/
}
.pro-03-info h3 {
	padding-top: 25px!important;
}
.pro-03-item img {
	max-width: 180px;
	border-radius: 5px;
	/*box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);*/
	padding: 5px;
	/*border: 1px solid red;*/
}
.pro-03-itm {
	max-width: initial;
}
img.pro-03-img {
	max-width: 260px;
}
.pro-03-inf {
	top: 45px;
}
.pro-03-item a {
	position: relative;
	text-decoration: none;
	color: #003665;
	transition: all ease-in-out 250ms 10ms;
	display: block;
}
.pro-03-item a:hover, .pro-03-item img:hover>div>h3 {
	color: red;
}
.pro-03-item a:hover>div {
	opacity: 0.95;
}
.pro-03-item h3 {
	padding: 5px;
	font-size: 18px;
	/*border: 1px solid red;*/
}
.pro-03-btn {
	display: inline-block;
	width: 100%;
}
.pro-03-btn .btn-universal {
	padding-left: 20px;
	padding-right: 20px;
}

/* ---------------------------------- */

/* -------- Product - Box-05 -------- */

.pro-05-item {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 160px;
	line-height: 160px;
	margin: 0 10px 20px;
}
.pro-05-item img {
	max-width: 80%;
	max-height: 80%;
}
.pro-05-item a {
	position: relative;
	transition: all ease-in-out 250ms 10ms;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 7px;
	border: 1px solid #d4dfe6;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	background: #fff;
}
.pro-05-item .pro-03-info {
	top: 29.5%;
	left: -4px;
	width: 105%;
}
.pro-05-item .pro-03-info h3 {
	line-height: initial;
}
.pro-05-item a:hover>div {
	opacity: 0.95;
}

/* ---------------------------------- */

/* ------- Szkolenia okienko info ------- */

.tra-container {
	padding-top: 30px;
	padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.tra-container .ter-btn {
	float: none;
}
.tra {
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    padding: 0 15px;
}
.tra h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tra label {
	display: inline-block;
    margin-bottom: 5px;
}
.tra-etap {
	display: none;
}
.tra-select {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: none; 
}
.tra-select select {   
    width: 100%;
    padding: 10px 20px;
    font-family: "Ubuntu Light";
    font-size: 17px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #959595;
    text-overflow: "";
    outline: none;
    background: url(images/sel-arr.png) no-repeat 96% 50% #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
select::-ms-value {
    background: none; /* remove blue background on ie10/ie11 */
    color:#000;
}
select::-ms-expand{ /* wyłączenie arrow w IE 10 */
	display: none;
}
.tra-btns button,
.tra-btns a {
    line-height: 37px;
    height: 50px;
    font-size: 15px;
}
.tra-btns a {
	color: #fff;
	display: block;
}
.tra-price {
    background: #40beff;
    padding: 20px 15px;
    color: #fff;
    font-size: 16px;
}
.tra-price p {
    margin: 0;
}
.tra-price strong {
    font-size: 24px;
    margin-left: 5px;
}
.tra-small {
    font-size: 13px;
    padding: 15px 0;
    margin: 0;
}
.tra-term {
    background: #9e1414;
    color: #fff;
    margin-top: 25px;
    border-radius: 5px;
}
.tra-term i {
    margin-right: 13px;
}
.tra-cal:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f274";
}
.tra-remind {
    width: 100%;
    text-decoration: underline;
    font-family: "Ubuntu Bold";
    font-size: 15px;
    color: #9e1414;
    border: 0;
    padding: 15px 0;
    background: none;
    cursor: pointer;
}
.tra-remind i {
    margin-right: 5px;
}
.tra-remind-grey {
    color: #999999;
}
.tra-inf-circle {
	display: inline-block;
}
.tra-inf-circle:before {  
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f05a";
}	
.tra-email {
	display: none;
    padding-bottom: 15px;
}
.tra-line {
    overflow: hidden;
}
.tra-line input {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-radius: 3px;
    padding: 7px 10px;
	height: 20px;
	width: 55%;
    float: left;
}
.tra-line button {
    width: 30%;
    margin-left: 10px;
    font-size: 13px;
    height: 35px;
    float: left;
}
.tra-inf {
    color: #959595;
    font-family: "Ubuntu Light";
    margin-top: 5px;
}
#frm-cou .tra-inf {
	margin-left: 10px;
}

/* ---------------------------------- */

/* ----------- Branże - BOX --------- */

.ind-container {
	width: 100%;
	float:left;
	padding-top: 30px;
	padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.ind-row {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
.ind-item {
	width: 100%;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.ind-block, .eve-block {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
}
.ind-block p, .eve-hover p {
	font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.eve-hover p, .ind-hover p {
	font-size: 25px;
}
.ind-block:hover .ind-hover, .eve-block:hover .eve-hover {
    opacity: .9;
}
.ind-hover, .eve-hover {
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    transition: 200ms all;
    top: 0;
    left: 0;
    font-size: 30px;
    width: 100%;
    height: 77%;
    z-index: 50;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    background-color: rgba(76,186,243,0.9);
}
.eve-hover {
	height: 100%;
	background-image: -webkit-linear-gradient(19deg, #214a72 0%, #1fa9f0 100%);
}
.ind-hover p, .eve-hover p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.ind-img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.ind-name {
    background: #4cbaf3;
    padding: 20px 20px;
}

/* ---------------------------------- */

/* ------------- Maps --------------- */

.con-container {
	width: 100%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.con-box {
	width: 100%;
	margin-top: 30px;
	float: left;
}
.con-detail {
	width: 100%;
	float: left;
    padding: 30px 15px 10px 25px;
    min-height: 255px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    text-align: left;
    box-sizing: border-box;
    font-size: 15px;
}
.con-detail h2 {
    margin-bottom: 20px;
}
.con-info i {
	font-family: 'FontAwesome';
    font-style: normal;
    margin-right: 7px;
}
.con-map {
	width: 100%;
	float: left;
	min-height: 255px;
	box-sizing: border-box;
   display: flex;
}
.con-map a {
	width: 100%;
}
.map-01 {
	background: url(images/map-01.jpg) center no-repeat;
}
.map-02 {
	background: url(images/map-02.jpg) center no-repeat;
}
.map-03 {
	background: url(images/map-03.jpg) center no-repeat;
}
.map-04 {
	background: url(images/map-04.jpg) center no-repeat;
}

/* ---------------------------------- */

/* -------- Pop-up formularz -------- */

.frm-container{
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /*-webkit-overflow-scrolling: touch;*/
    outline: 0;
    margin: auto;
}
#frm-newsletter .frm {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#frm-newsletter .frm-title, #frm-newsletter p {
	text-align: center;
}
.frm {
    position: relative;
    margin: 10px;
}
.frm-content {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    padding-left: 10px;
    padding-right: 10px;
}
.frm-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 30px;
    border: 0;
    background: none;
}
.frm-header h4 {
    font-size: 24px;
}
.frm-header p {
	padding-left: 10px;
	padding-top: 20px;
	margin: 0;
}
.frm-input.group input,
.frm-header-info .group .field {
	display: inline-block;
	width: calc(50% - 41px);
}
.frm-input.group input {
	float: none;
	width: calc(50% - 9px);
}
.frm-input.group .sep,
.frm-header-info .group .sep {
	display: inline-block;
	width: 10px;
}
.frm-header-info .field {
	border-radius: 3px;
	margin-top: 15px;
	padding: 15px;
	text-align: justify;
}
.frm-header-info label {
	display: block;
	color: grey;
	margin-bottom: 5px;
}
.frm-close {
    float: right;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    top: 13px;
    right: 18px;
}
.frm-close span {
    font-family: "Ubuntu Bold";
    font-size: 20px;
    margin-left: 5px;
}
.frm-title {
    margin: 0;
    line-height: 1.42857143;
}
.frm-body {
    position: relative;
    padding: 15px;
    background: none;
    overflow: hidden;
}
.frm-body h5 {
	font-size: 16px;
	margin-bottom: 10px;
}
.frm-bottext-new,
.frm-bottext-car,
.frm-bottext-que,
.frm-bottext-off,
.frm-bottext-cou,
.frm-bottext-res,
.frm-bottext-que-tra,
.frm-bottext-questio {
	width: 100%;
	/*float: left;*/
	content: " ";
    font-size: 14px;
    color: #828282;
    min-height: 19px;
    text-align: center;
    color: red;
    display: block;
    margin-bottom: 15px;
}
.frm-bottext-res {
	border: 1px solid red;
	padding: 5px;
}
.frm-ins input {
    margin: 0;
    border: 0;
    padding: 0;
}
.frm-input input, .frm-upl-file, textarea {
	width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    font-family: "Ubuntu Light";
    font-size: 17px;
    color: #343434;
    border: 0;
    border-radius: 3px;
}
.frm-upl-file {
	display: block;
}
.frm-upl-file {
    overflow: hidden;
    padding-right: 50px;
    background: url(images/ico-paperclip.png) 93% 50% no-repeat #e5f1f8;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
.frm-header-info .field,
.frm-content input, textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
.frm-upl-btn {
    display: none;
}
.frm-input.group label {
	margin-left: 30px;
}
.frm-input input[type=radio].frm-checkbox,
.frm-input input[type=checkbox].frm-checkbox {
	position: absolute;
    /*z-index: -1000;*/
    /*left: 0;*/
    height: 0;
    width: 0;
    /*margin: -1px;*/
    padding: 0;
    border: 0;
    opacity: 0;
}
.frm-input input[type=radio].frm-checkbox+label.frm-label,
.frm-input input[type=checkbox].frm-checkbox+label.frm-label {
    padding-left: 40px;
    min-height: 31px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url(images/check-unselect.png);
    font-family: "Ubuntu Light";
    font-size: 15px;
    cursor: pointer;
    color: #828282;
}
.frm-input input[type=radio].frm-checkbox:checked+label.frm-label,
.frm-input input[type=checkbox].frm-checkbox:checked+label.frm-label {
    background-image: url(images/check-checked.png);
}
.frm-label {
	margin-top: 10px;
    margin-bottom: 5px;
}
.frm-input label.frm-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.btn-reset{
	font-family: "Ubuntu Light";
    font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	color: #828282;
	border: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	text-align: right;
	padding-left: 40px
}
.frm-submit {
    margin-top: 20px;
    margin-bottom: 15px;
    height: 50px;
}
.frm-submit input {
	font-family: "Ubuntu";
	border: 0;
	color: #fff;
    font-size: 17px;
    background: transparent;
    line-height: 37px;
    cursor: pointer;
}
.frm-info {
	font-size: 11px;
	display: inline-block;
	 color: #828282; 
	padding-left: 40px;
}
.frm-input.required span {
	position: relative;
}
/*.frm-input .req:before,*/
.frm-input.required span:after {
	content: '*';
	display: inline-block;
	position: absolute;
	color: red;
	top: 2px;
	left: -12px;
}
.frm-input.required .chk:after {
 	left:  -3px;
}
.req-info {
	color: red;
	font-size: 12px;
	text-align: right;
}
.frm-input input:last-child, .frm-upl-file:last-child {
    margin-right: 0;
}
.frm-input, .frm-input input, .frm-upl-file, .frm-ins, textarea, .frm-submit {
	box-sizing: border-box;
}
.frm-input a {
	color: #1fa9f0;
    text-decoration: none;
}
.frm-open {
	overflow: hidden;
	padding-right: 17px;
}
.frm-open .frm-container {
    overflow-x: hidden;
    overflow-y: auto;
}
.frm-container.frm-fade .frm {
   /* -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);*/
    transform: translate(0, -25%);
    /*-webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;*/
    transition: transform 0.3s ease-out;
}
.frm-container.on .frm {
    /*-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);*/
    transform: translate(0, 0);
}
.frm-fade {
	opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.frm-fade.on {
    opacity: 1;
}
.frm-back.frm-fade {
    opacity: 0;
    /*filter: alpha(opacity=0);*/
}
.frm-back.on {
    opacity: .5;
    /*filter: alpha(opacity=50);*/
}
.frm-back {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.frm-grey {
	background: url(images/ring-alt.gif) 99.5% 50% no-repeat #AAAAAA;
	cursor: initial;
}
.frm-grey.btn:hover:before, .frm-grey.btn:before  {
	background: initial;	
}

/* ---------------------------------- */

/* --------- Send - form ------------ */

.sen-container {
	width: 100%;
	float: left;
	text-align: center;
	position: fixed;
	z-index: 1050;
	margin-top: -40px;
	top: 50%;
}
.sen {
	width: 50%;
	margin-bottom: 20px;
	line-height: 40px;
	border: 1px solid;
	border-radius: 5px ;
	min-height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	box-sizing: border-box;
	box-shadow: 0 2px 25px 5px rgba(0,0,0,.4);
	transition: opacity .30s linear;
	opacity: 1;
}
.sen-green {
	border-color: #236A00;
	color: #236A00;
	background: #7EFFA2;
}
.sen-red {
	border-color: #6A0000;
	color: #6A0000;
	background: #FF8383;
}
.sen-op {
	opacity: 0;
}
.sen span {
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

/* ---------------------------------- */

/* ------ szkolenia - wyszukiwarka - box --------- */

.tra-box-container {
	position: relative;
	float: left;
    width: 100%;
    overflow: hidden;  
    background: #e5f1f8;
    box-sizing: border-box;
    padding-left: 20px;
	padding-right: 20px;
}
.tra-box-main{
	width: 450%;
	position: relative;
	-webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.tra-box-main li {
	height: 396px;
}
.tra-empty {
	position: absolute;
	left: -200px;
	top: 320px;
	margin-left: 50%;
}
.tra-empty p {
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	color: #03a9f3;
}
.tra-box-main li p {
	padding-left: 20px;
	padding-right: 20px;
	color: red;
	font-family: "Ubuntu Light";
	box-sizing: border-box;
	margin: 0;
}
.tra-box {
    display: inline-block;
    color: #000;
    background: #fff;
    box-shadow: 0px 3px 7.65px 1.35px rgba(0,0,0,0.2);
    width: 20%;
    margin-left: 1.1%;
    margin-right: 3%;
    vertical-align: top;
}
.tra-body {
    height: 290px;
    padding-bottom: 30px;
    overflow: hidden;
}
.tra-box-btn {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.tra-box-title {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
.tra-box-month {
	padding-bottom: 15px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.tra-box-term {
	padding-bottom: 50px;
}
.tra-box-term a {
	width: 100%;
    display: block;
    line-height: 37px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.tra-box-container li.tra-selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.tra-box-container li {
    list-style-type: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.tra-box-container li.enter-left, .tra-box-container li.leave-left {
	-webkit-animation-name:cd-enter-left;
	-moz-animation-name:cd-enter-left;
	animation-name:cd-enter-left
}
.tra-box-container li.enter-right, .tra-box-container li.leave-right {
	-webkit-animation-name:cd-enter-right;
	-moz-animation-name:cd-enter-right;
	animation-name:cd-enter-right
}
.tra-box-container li.leave-left, .tra-box-container li.leave-right{
	-webkit-animation-direction:reverse;
	-moz-animation-direction:reverse;
	animation-direction:reverse
}
.tra-box-container li>* {
}
.tra-footer {
    border-top: 1px solid #d9dddd;
    overflow: hidden;
    padding: 20px 18px 18px;
}
.tra-header {
	font-family: "Ubuntu Light";
    font-size: 14px;
    color: #282828;
    padding: 18px 18px 0;
    text-transform: uppercase;
}
.tra-header .icon {
    display: inline-block;
    background: #03a9f3;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}
.tra-content {
    padding: 0 20px;
    line-height: 21px;
}
.tra-box .tra-content>div {
	font-family: "Ubuntu Light";
    min-height: 42px;
    font-size: 13px;
}
.tra-box .tra-content a {
	display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 59px;
}
.tra-box .tra-content h3 {
	font-size: 19px;
    color: #003665;
}
.add-reminder {
    float: left;
    height: 40px;
    width: 40px;
    margin: -2px 0px 0;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    background: #b20606;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    box-shadow: 0px 2px 3px 0px rgba(178,6,6,0.7);
}
.tra-btn {
    float: right;
    width: 70%;
    height: 36px;
    font-family: "Ubuntu Light";
    line-height: 24px;
}
@-webkit-keyframes cd-enter-right {
	0% {
		opacity:0;
		-webkit-transform:translateX(100%)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0%)
	}
}
@-moz-keyframes cd-enter-right {
	0% {
		opacity:0;
		-moz-transform:translateX(100%)
	}
	100% {
		opacity:1;
		-moz-transform:translateX(0%)
	}
}
@keyframes cd-enter-right {
	0% {
		opacity:0;
		-webkit-transform:translateX(100%);
		-moz-transform:translateX(100%);
		-ms-transform:translateX(100%);
		-o-transform:translateX(100%);
		transform:translateX(100%)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-ms-transform:translateX(0%);
		-o-transform:translateX(0%);
		transform:translateX(0%)
	}
}
@-webkit-keyframes cd-enter-left {
	0% {
		opacity:0;
		-webkit-transform:translateX(-100%)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0%)
	}
}
@-moz-keyframes cd-enter-left {
	0% {
		opacity:0;
		-moz-transform:translateX(-100%)
	}
	100% {
		opacity:1;
		-moz-transform:translateX(0%)
	}
}
@keyframes cd-enter-left {
	0% {
		opacity:0;
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		-o-transform:translateX(-100%);
		transform:translateX(-100%)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-ms-transform:translateX(0%);
		-o-transform:translateX(0%);
		transform:translateX(0%)
	}
}

/* ------------------------------------ */

/* --- wyszukiwarka szkoleń - BOX -02 --- */

.tra-box-02-container {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background: #e5f1f8;
    box-sizing: border-box;
}
.tra-marg {
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	float: left;
	height: 100%;
}
.tra-box-02-main .tra-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.tra-box-02-main .tra-selected {
	display: block;
}
.tra-box-02-main li {
	display: none;
	list-style-type: none;
}
.tra-box-02-main .tra-body {
	height: 100%;
}

/* -------------------------------------- */

/* ------ szkolenia - wraper - line ------- */
.wra-container {
	position: relative;
	width: 100%;
	float: left;
}
.wra {
	padding-top: 10px;
    position: relative;
    height: 90px;
    max-width: 1200px;
    margin: 0 auto;
}
.wra-main {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.wra-main::before {
    left: 0;
    background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248,248,248,0));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248,248,248,0));
}
.wra-main::after {
    right: 0;
    background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248,248,248,0));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248,248,248,0));
}
.wra-main::after, .wra-main::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.wra-body {
	width: 1080px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 49px;
    height: 4px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.wra-body a {
    list-style-type: none;
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 25px;
    color: #003665;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.wra-body .wra-border::after {
    border-color: #03a9f3;
}
.wra-body a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.wra-body a.wra-selected {
    pointer-events: none;
    color: #03a9f3;
}
.wra-body a.wra-selected::after {
    height: 30px;
    width: 70px;
    bottom: -15px;
    border-radius: 20px;
    background-color: #03a9f3;
    border-color: #03a9f3;
}
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.wra-body ol {
    list-style-type: none;
}
.wra-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #03a9f3;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.wra-navi li {
    list-style-type: none;
}
.wra-navi a.wra-prev.switchdirection {
    right: unset;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.wra-navi a.wra-next.switchdirection {
    left: unset;
    right: 0;
    -webkit-transform: translateY(0%) rotate(0deg);
    -moz-transform: translateY(0%) rotate(0deg);
    -ms-transform: translateY(0%) rotate(0deg);
    -o-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg);
    margin-top: -16px;
}
.wra-navi a {
    position: absolute;
    z-index: 1;
    top: 60%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.wra-navi a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/cd-arrow.png) no-repeat 0 0;
}
/* ---------------------------------- */

/* ---------- terminarz -------------- */

.ter-container {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	background: #e5f1f8;
}
.ter {
	padding-top: 20px;
	padding-bottom: 30px;
}
.ter-title {
	padding-left: 10px;
	font-size: 18px;
}
.ter .tra-select {
	margin-left: 5px;
	margin-right: 5px;
}
.ter-btn {
	padding-left: 5px;
	padding-right: 5px;
}
.ter-btn a {
	line-height: 36px;
	display: block;
	height: 50px;
}
.train a {
	text-decoration: none!important;
	color: #fff;
}
.ter-box {
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
}
.ter-main {
    position: relative;
    padding: 0 30px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 163px;
    z-index: 1;
}
.ter-stage-out {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.ter-stage {
    display: flex;
    align-items: stretch;
    position: relative;
    -ms-touch-action: pan-Y;
}
.ter-stage .tra-selected {
	display: block;
}
.ter-stage li {
	display: none;
	list-style-type: none;
	width: 100%;
}
.ter-empty {
	padding-top: 15px;
	color: #03a9f3;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Ubuntu Light";
	box-sizing: border-box;
	display: none;
}
.ter-item {
    position: relative;
    /*min-height: 1px;*/
    float: left;
    width: 190px;
    margin-right: 10px;
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-tap-highlight-color: transparent;*/
    /*-webkit-touch-callout: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-transform: translateZ(0) scale(1, 1);*/
    /*transform: translateZ(0);*/
}
.ter-card {
    display: inline-block;
    color: #000;
    background: #fff;
    width: 90px;
    font-size: 14px;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    margin: 4px 0;
    border: 1px solid #d4dfe6;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    z-index: 1000;
}
.ter-card a {
}
.ter-card h4 {
    font-size: 48px;
    margin: 0 0 10px;
}
.ter-card p {
	font-family: "Ubuntu Light";
    margin: 0;
}
.ter-controls {
    top: 40px;
    width: 100%;
    left: 0;
    z-index: -5;
    position: absolute;
}
.ter-nav, .mar-nav, .cli-nav {
    font-size: 58px;
    overflow: hidden;   
}
.ter-nav i, .mar-nav i, .cli-nav i {
	font-family: 'FontAwesome';
    font-style: normal;
}
.ter-prev, .mar-prev, .cli-prev {
    float: left;
    position: relative;
    z-index: 100;
    cursor: pointer;
    color: #7e8488;
}
.ter-next, .mar-next, .cli-next {
    float: right;
    position: relative;
    z-index: 100;
    cursor: pointer;
    color: #7e8488;
}
.angle-left:before {
    content: "\f104";
}
.angle-right:before {
    content: "\f105";
}
.ter-card:hover {
    background: #003665;
    color: #fff;
    border: 0;
}
.ter-card-sel {
	 background: #003665;
	 color: #fff;
}

/* ----------------------------------- */

/* --------- wyszukiwarka usług ----- */

.sea-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #e5f1f8;
	float: left;
}
.sea {
}
.sea .frm-input {
	overflow: hidden;
	position: relative;
	color: #fff;
}
.sea .frm-input input {
	border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    height: 42px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
}
.sea-title {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	text-align: center;
}
.sea .frm-input, .sea .tra-select, .sea-title {
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
}
.sea-btn {
	position: relative;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 25px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.sea-btn a {
	line-height: 35px;
	display: block;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------------------- */

/* --------- Znaki jakości ---------- */

.mar-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #e5f1f8;
}
.mar-title {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.mar, .cli {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.mar-stage-out, .cli-stage-out {
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 20px;
}
.mar-stage {
	position: relative;
	height: 484px;
}
.cli-stage {
	position: relative;
	height: 242px;
}
.mar .ter-controls {
	margin-top: 150px;
	z-index: 100;
}
.mar-new ul, .cli-new ul {
    padding: 0;
     margin-top: 0;
    margin-bottom: 10px;
}
.mar-new li, .cli-new li {
	position: relative;
    list-style-type: none;
    border-radius: 5px;
    width: 250px;
    height: 210px;
    text-align: center;
    border: 1px solid #d4dfe6;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
}
.mar-new li span, .cli-new li span {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 210px;
}
.mar-new img, .cli-new img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-width: 80%;
}
.mar-items img {
}
.mar-01,
.mar-02 {
	position: absolute;
}
.mar-02 {
	/*display: none;*/
}
.mar-item, .cli-item {
    position: relative;
    float: left;
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-tap-highlight-color: transparent;*/
    /*-webkit-touch-callout: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-transform: translateZ(0) scale(1, 1);*/
    /*transform: translateZ(0);*/
}

/* ---------------------------------- */

/* --------- Dlaczego my ------------ */

.why-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background: #e5f1f8;
	padding-bottom: 30px;
}
.why-title {
	position: relative;
	padding-top: 40px;
	padding-bottom: 25px;
	font-size: 18px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.why  {
	padding-left: 10px;
	padding-right: 10px;
}
.why-header {
	padding-left: 20px;
	padding-right: 20px;
}
.why-item {
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.why-main {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    min-height: 240px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
    background: #fff;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 15px 0;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
}
.why-main h3 {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 400;
    color: #205ea6;
    text-transform: uppercase;
}
.why-main img {
    max-width: 100%;
}
.why-tooltip {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    box-sizing: border-box;
}
.why-content {
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    background-color: rgba(0,54,101,0.9);
    box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.14);
    color: #fff;
    font-weight: 300;
    text-align: left;
    line-height: 22px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
    margin: 0;
    height: 100%;
    min-height: 220px;
    font-family: "Ubuntu Light";
    font-size: 14px;
}
.why-content ul {
	margin: 0;
	padding: 15px;
}
.why-content ul li {
	color: #fff;
}
.why-tooltip:before {
	position:absolute;
	top:77%;
	left:8px;
	height:16px;
	width:8px;
	content:' ';
}

/* ---------------------------------- */

/* -------- slider klienci ---------- */

.cli-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.cli-title {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.cli .ter-controls {
	margin-top: 30px;
	z-index: 100;
}
.cli-01,
.cli-02 {
	position: absolute;
}

/* ---------------------------------- */

/* ------------- footer ------------- */

.foo-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #cccccc;
}
.foo {
	width: 100%;
	padding-top: 10px;
	position: relative;
	float: left;
}
.foo-logo {
	padding-top: 20px;
	display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.foo-logo img {
	width: 137px;
}
.foo-block {
	padding-top: 15px;
	position: relative;
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.foo-butons {
	padding-top: 20px;
	width: 100%;
	position: relative;
	float: left;
}
.foo-item {
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
}
.foo-item a {
	font-family: "Ubuntu Light";
    color: #3d3d3d;
    text-transform: uppercase;
}
.foo-item ul li ul li a {
	font-family: "Ubuntu Light";
    color: #3d3d3d;
    font-size: 15px;
    text-transform: none;
    padding-left: 5px;
}
.foo-item:first-child {
    margin-left: 0;
}
.foo-item ul {
    padding: 0;
    margin: 5px;
    list-style: none;
}
.foo-item ul li {
    line-height: 25px;
}
.foo-item>ul li ul {
    padding: 0;
    list-style: none;
}
.foo-copyright {
	position: relative;
	width: 100%;
    margin-top: 30px;
    background: #f3f3f3;
    float: left;
    border-top: 1px solid #cccccc;
	text-align: center;
}
.foo-copyright p {
    font-size: 13px;
    padding: 15px 25px;
    margin: 0;
}
.foo-container p {
    color: #949494;
}

/* ---------------------------------- */

/* -------- artykuły prasowe -------- */

.art-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.art {
	width: 100%;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.art-item {
	position: relative;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.art-item img {
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.art-item a {
	padding-right: 20px;
	width: 150px;
	float: left;
}
.art-item span {
	padding-top: 10px;
	width: 65%;
}


/* ---------------------------------- */

/* ------------ Komunkaty ----------- */

.kom-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.kom {
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.kom p {
	float: left;
}
/* ---------------------------------- */

/* ------ Dokumenty do pobrania ----- */

.doc-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.doc {
	
}
.doc-cat {
	widows: 100%;
	margin-bottom: 5px;
}
.doc-title {
	border: 1px solid #c6c6c6;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
}
.doc-prod {
	position: relative;
	width: 100%;
	float: left;
	text-align: justify;
}
.doc-up-name {
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
.doc-name {
	position: relative;
	width: 100%;
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 5px;
}
.doc li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	font-family: "Ubuntu Light";
	list-style: none;
}
.doc-file {
	position: relative;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 14px;
	width: 100%;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
	box-sizing: border-box;
	margin-left: 20px;
}
.bf1 {
	background: #D6EAFE;
}
.bf2 {
	background: #EFF7FF;
}
.doc-link {
	position: relative;
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.doc-link i {
	font-family: 'FontAwesome';
    font-style: normal;
}
.doc-link a {
	position: relative;
	font-size: 13px;
	text-decoration: none;
	background: #003665;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding-left: 47%;
	text-align: center;
}

/* ---------------------------------- */

/* ----- wyszukiwarka zewnętrzna ---- */
.wys-container .post {
	border: 0;
}
.wys-container .frm-content{
	box-shadow: initial;
}
.wys-title h4 {
	text-align: center;
	padding: 0;
	padding-bottom: 15px;
}
.wys-btn button {
	height: 45px;
	font-size: 17px;
	font-family: "Ubuntu";
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ---------------------------------- */

/* ------------ Buttons ------------- */

.btn-top {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.btn-top .btn {
	font-size: 17px;
	height: 50px;
	margin-top: 30px;
}
.btn-bottom, .btn-universal {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
}
.btn-universal {
	box-sizing: border-box;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-bottom .btn, .btn-universal .btn {
	float: left;
	padding-top: 15px;
	height: 50px;
}
.arrow-left:before {
    content: "\f060";
    margin-right: 7px;
}
.arrow-right:before {
    content: "\f061";
}

/* ---------------------------------- */


/* -------------- AQAP -------------- */
.aqap-img {
	width: 75%;
}
/* ---------------------------------- */

/* ------------ ANKIETA ------------- */
pre {
	float: left;
}
.questionnaire {
	width: calc(100% - 100px);
	float: left;
	/*margin-top: 50px;*/
	padding: 50px;
}
.questionnaire h1 {
	text-align: center;
}
.questionnaire .body {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.questionnaire h2 {
	margin-bottom: 7px;
}
.questionnaire h3 {
	margin-bottom: 5px;
}
.questionnaire .frm-bottext-questio{
	margin-bottom: 15px;
}
.questionnaire span {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.questionnaire input,
.questionnaire textarea {
	margin: 0!important;
	width: calc(100% - 28px)!important;
	border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    float: none;
}
.questionnaire input {
	margin-bottom: 5px!important;
}
.questionnaire .btn input {
	border: none;
	padding: 0;
}
.questionnaire input {
	padding: 12px;
	font-size: 17px;
}
.questionnaire div span,
.questionnaire div label {
	vertical-align: middle;
}
.questionnaire div label {
	user-select: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
.questionnaire .bold {
	font-family: 'Ubuntu Bold';
}
.questionnaire .italic {
	text-align: center;
	font-style: italic;
}
.questionnaire .underline {
	text-decoration: underline;
}
.questionnaire .no-center {
	text-align: left;
}
.questionnaire .center {
	text-align: center;
}
.questionnaire .point {
	margin-top: 25px;
}
.questionnaire .subpoint,
.questionnaire .subsubpoint  {
	margin-top: 15px;
	margin-bottom: 15px;
}
.questionnaire .subsubpoint  {
	margin-left: 20px;
}
.questionnaire input[type=checkbox].frm-checkbox,
.questionnaire input[type=radio] {
    display: none;
}
.questionnaire input[type=checkbox]+label {
	margin-top: 7px;
	margin-bottom: 7px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    border: 1px solid #B3B3B3;
    font-family: "Ubuntu Light";
    font-size: 15px;
    cursor: pointer;
    color: #828282;
}
.questionnaire input[type=checkbox]:checked+label {
    display: inline-block;
    border: 9px solid #1fa9f0;
    width: 7px;
    height: 7px;
}
.questionnaire input[type=radio]+label {
	display: inline-block;
	border: 5px solid #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.questionnaire input[type=radio]+label.yes,
.questionnaire input[type=radio]+label.no {
    border-radius: none;
    width: auto;
    height: auto;
}
.questionnaire .rating {
	display: inline-block;
	margin-left: 20px;
}
.questionnaire .info .rating {
	margin-left: 0;
	width: 100%;
	text-align: center;
}
.questionnaire .info .rating span {
	margin-left: 6px;
	margin-right: 6px;
}
.questionnaire .rating span {
	font-size: 29px;
	margin: 0;
}
.questionnaire .rating .yes span,
.questionnaire .rating .no span {
	padding: 1px 3px 1px 3px;
	font-size: 22px;
	margin: 0;
}
.questionnaire .fa-smile,
.questionnaire .fa-middle-smile,
.questionnaire .fa-no-smile  {
	position: relative;
	/*background: #9CE39C;*/
	border-radius: 100%;
    width: 25px;
    height: 25px;
}
.questionnaire .fa-smile,
.questionnaire .yes {
	color: green;
}
.questionnaire .fa-middle-smile  {
	color: #F6A800;
}
.questionnaire .fa-no-smile,
.questionnaire .no  {
	color: red;
}
.questionnaire .fa-smile::before,
.questionnaire .fa-middle-smile::before,
.questionnaire .fa-no-smile::before {
	position: absolute;
	top: -1px;
}
@-moz-document url-prefix() { /* tylko dla mozilli */
	.questionnaire .fa-smile::before,
	.questionnaire .fa-middle-smile::before,
	.questionnaire .fa-no-smile::before {
		position: absolute;
		top: -4px;
	}
}
.questionnaire .info .fa-smile,
.questionnaire input[type=radio]:checked+label > .fa-smile,
.questionnaire input[type=radio]:checked+label.yes > span {
    background: #B8ECB8;
}
.questionnaire .info .fa-smile::before {
	left: 0;
}
.questionnaire .info .fa-middle-smile,
.questionnaire input[type=radio]:checked+label > .fa-middle-smile {
    background: #FFF1BA;
}
.questionnaire .info .fa-middle-smile::before {
	left: 0;
}
.questionnaire .info .fa-no-smile,
.questionnaire input[type=radio]:checked+label > .fa-no-smile,
.questionnaire input[type=radio]:checked+label.no > span {
    background: #FFDCDC;
}
.questionnaire .info .fa-no-smile::before {
	left: 0;
}
/* ---------------------------------- */

/* ------------ others -------------- */

.db {
	display: block;
}
.dn {
	display: none;
}
.uc {
	text-transform: uppercase !important;
}

/* ---------------------------------- */

/* -------------- cookies ----------- */
.cookies-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1100;
	background: transparent;
}
.cookies-body {
	color: #fff;
	padding: 30px;
/*	width: calc(100% - 60px);*/
/*	position: fixed;*/
/*	background: rgba(0,0,0,0.7);*/
	background: #fff;
	bottom: 0;
	z-index: 1150;
	margin: 50px;
	border-radius: 5px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .6);
	max-width: 760px;
}
.cookies-container .page {
	color: #000;
}
.cookies-container h2 {
	margin-bottom: 15px;
}
.cookies-container a,
.cookies-container span,
.cookies-container .body-cookies {
	display: inline-block;
    vertical-align: middle;
}
.cookies-container a {
    font-family: "Ubuntu";
    font-size: 16px;
    color: #1fa9f0;
    text-decoration: none;
}
.cookies-container a:hover {
	text-decoration: underline;
}
.cookies-container .body-cookies {
	padding-top: 5px;
	margin-bottom: 15px;
}
.cookies-container .two .body-cookies > div {
	overflow-y: scroll;
	max-height: 400px;
}
.cookies-container .two .body-cookies > div div {
	margin-bottom: 15px;
	padding-right: 10px;
}
.cookies-container .btn {
	position: relative;
	color: #fff;
	width: auto;
/*	float: right;*/
	margin-left: 10px;
	margin-bottom: 10px;
}
.cookies-container .btns {
	text-align: right;
}
.cookies-container .btns .save,
.cookies-container .btns .open,
.cookies-container .btns .no {
	background: #fff;
	color: #1fa9f0;
}
.cookies-container h3 {
	display: flex;
	justify-content: space-between;
}
.cookies-container .on {
	color: #1fa9f0;
	font-size: 12px;
}
.cookies-container .two .body-cookies > div .onoff {
	width: 45px;
/*	border: 1px solid #1fa9f0;*/
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-right: 12px;
	display: flex;
	align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    background: #1fa9f0;
}
.cookies-container .two .body-cookies > div .circle {
	border: 1px solid #1fa9f0;
	border-radius: 50%;
	margin-bottom: 0;
	padding-right: 0;
	opacity: 1;
	width: 22px;
	height: 100%;
}
.cookies-container .two .body-cookies > div .onoff.off {
    justify-content: flex-start;
    background: #e1dfdf;
}
.cookies-container .two .body-cookies > div .off .circle {
	border: 1px solid grey;
}
.cookies-container .two .cookies-info {
	font-size: 13px;
	font-weight: normal;
}
/* ---------------------------------- */

/*             ZAUFALI NAM            */

.cli-header {
	margin-bottom: 25px;
}
.cli-header p,
.cli-footer p {
	margin: 0;
}
.cli-footer,
.cli-header {
	padding-left: 30px;
	padding-right: 30px;
}

/* ---------------------------------- */

/* -------------- Fonts ------------- */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Ubuntu';
	src:url(fonts/ubuntu.woff);
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Ubuntu Light';
	src:url(fonts/Ubuntu-Light.woff);
}
@font-face {
	font-weight: bold;
	font-style: bold;
	font-family: 'Ubuntu Bold';
	src:url(fonts/ubuntu-bold.woff);
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'FontAwesome';
	src:url(fonts/fontawesome.woff);
}
[class^="fa-"] {
	font-family: 'FontAwesome';
	margin-right: 12px;
}
.fa-smile::before {
	content: "\f118";
}
.fa-middle-smile::before {
	content: "\f11a";
}
.fa-no-smile::before {
	content: "\f119";
}

/* ---------------------------------- */

/* ------------- Media -------------- */
@media (max-width: 319px){
	a span, .ser-container .item h3{
		font-size: 5vw;	
	}
	.sli-txt, .eve-one h2, .eve-title h2{
		font-size: 7vw;
	}
	.post-02 h4 {
	}

}
@media (min-width: 320px){
	.sli-txt{
		/*width: 300px;*/
	}
}

@media (min-width: 425px){
	.zp{
		display: inline-block;
	}
	
}
@media (max-width: 479px){
	.frm-input.group input {
		width: 100%;
	}
	.frm-header-info .group .field {
		width: calc(100% - 32px);
	}
	.frm-input.group .sep,
	.frm-header-info .group .sep {
		display: none;
	}
	.doc-file {
		margin-left: 0;
		padding-left: 30px;
	}
	.bf1, .bf2 {
		background: initial;
	}
}
@media (min-width: 479px){
	.ser {
		padding-left: 0;
		padding-right: 0;
	}
	.ser-container .item {
		width: 45%;
		margin: 0 2% 20px 2%;
	}
	.btn-top .btn {
	}
	.pro-02-item {
		width: 50%;
	}
	.tra-box-term a {
		width: 420px;
	}
	.sea-btn a {
		width: 400px;
	}
	.foo-item {
		float: left;
		width: 40%;
	}
	.foo-item.foo-right {
		float: right;
	}
	.btn-down .btn-top, .btn-down .btn-bottom{
	}
	.doc li {
		display: flex;
	}
	.doc-file {
		width: 75%;
	}
	.doc-link {
		padding-top: 0;
		width: 25%;
		float: right;
	}
	.doc-link a {
		position: absolute;
		right: 0;
		right: 20px;
		border-bottom: 1px solid #fff;
	}
}
@media (min-width: 639px){
	.sli-txt{
		width: 100%;
	}
	.inf-person{
		width: 45%;
	}
	.btn-top .btn {
		width: 271px;
	}
	.frm-input input, .frm-ins label{
		/*width: 48%;*/
		/*margin-left: 1%;
    	margin-right: 1%;*/
	}
	input.frm-adr, input.frm-fir {
		width: 98%;
	}
	.frm-label {
		margin-left: 1%;
	}
	.frm-info {
		padding-left: 45px;
	}
	textarea, .tra-select {
		/*width: 98%;*/
		/*margin-left: 1%;	*/
	}
	input.btn-reset {
		padding-left: 48px;
	}
	.frm-submit {
		position: relative;
		width: 570px;
    	left: -285px;
    	margin-left: 50%;
    	margin-right: 50px;
	}
	.new-thr .new-info, .new-fou .new-info {
		position: absolute;
		padding-bottom: 30px;
		bottom: 0;
		left: 0;
	}
	.new-thr .new-info {
		padding-left: 30px;
		padding-right: 45px;
	}
	.new-fou .new-info {
		padding-left: 45px;
		padding-right: 30px;
	}
	.new-thr .new-block, .new-fou .new-block {
		min-height: 150px;
	}
	.new-thr, .new-fou {
		width: 50%;
		float: left;
	}
	.new-thr {
		padding-right: 15px;
	}
	.new-fou {
		display: block;
		padding-left: 15px;
	}
	.new-container .btn-universal {
		width: 50%;
		float: right;
	}
	.new-container .btn-universal {
		padding-left: 16px;
	}
	.tra-box-main {
		width: 210%;
	}
	.tra-box {
		width: 21.65%;
    	margin-left: .9%;
    	margin-right: 1.8%;
	}
	.ter-box {
		padding-top: 10px;
	}
	.ter {
	}
	.ter-title {
		padding-right: 20px;
		float: left;
		
	}
	.ter .tra-select {
		width: 30%;
		margin-top: 8px;
		float: left;
	}
	.ter-btn {
		margin-top: -20px;
		width: 30%;
		padding-right: 0;
		float: right;
	}
	.train .ter-btn {
		margin-top: 0;
		width: auto;
		margin-bottom: 30px;
		/*float: none;*/
	}
	.tra-marg {
		width: 50%;
	}
	.tra-box-02-main .tra-body {
		height: 290px;
	}
	.sea .frm-input{
		width: 50%;
		float: left;
		padding-right: 10px;
		padding-left: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.sea .tra-select {
		width: 50%;
		float: left;
		padding-right: 20px;
		padding-left: 10px;
		margin-right: 0;
		margin-left: 0;
	}
	.sea .frm-input input {
		margin-left: 0;
		margin-right: 0;
	}
	.post-download p{
		float: left;
	}
	.foo-logo {
		width: 30%;
		float: left;
	}
	.foo-block {
		width: 70%;
	}
	.foo-item {
		width: 47%;
	}
	.foo-item.foo-right {
	}
	.post-download .btn-download {
		width: 28%;
		position: absolute;
		right: 0;
	}
	.post-download p {
		width: 65%;
	}
	.doc-file {
		width: 82%;
	}
	.doc-link {
		width: 150px;
		right: 0;
	}
	.wys-container .frm-imput, .wys-container .btn {
		width: 48%;
		margin-left: 10px;
	}

}
@media only screen and (min-width: 767px) {
	.why-container {	
		background: url(images/advantages-bg-2.jpg) no-repeat center center;
    	background-size: cover;
    	padding-bottom: 45px;
	}
}
@media (min-width: 767px){ /* slider na 1/3, butons*/
	.sli-container{
		width: 70%;
		padding-right: 0;
		height: 572px;
	}
	.sli-slide{
		height: 572px;
	}
	.eve-container-mini{
		width: 30%;
		/*padding: 0 10px 0 0;*/
		/*position: absolute;*/
		/*right: 0;*/
	}
	.eve-one {
		width: 50%;
		float: left;
	}
	.sli-txt{
		/*top: 215px;*/
		/*top: 80px;*/
		font-size: 29px;
		/*width: 345px;*/
	}
	.btn-ask {
		width: 35%;
	}
	.btn-social{
		width: 35%;

	}
	.btn-download{
		width: 30%;
		font-size: 1.6vw;
	}
	.ser-container .item {
		width: 30%;
		margin-left: 1.2%;
		margin-right: 1.2%;
	}
	.pro-title {
		padding-left: 30px;
		text-align: left;
	}
	.pro-item {
		width: 50%;
		float: left;
	}
	.pro-block {
		height: 370px;
	}
	.pro-btn-pos{
		position: absolute;
		bottom: 30px;
		left: 8%;
		right:8%;
		width: 84%;
	}
	.aqap-img {
		width: 511px;
	}
	.pro-02-item {
		width: 33.3%;
	}
	.ind-item {
		width: 50%;
		float: left;
	}
	.con-box {
		margin-right: -10px;
	}
	.con-detail {
		width: 50%;
	}
	.con-map {
		width: 45%;
	}
	.con-detail, .con-map {
		margin-left: 1%;
		margin-right: 1%;
	}
	.post-02 img {
		display: block;
	}
	.post-02 .pos-body {
		width: 58%;
	}
	.post-02 h4 {
		width: 47%;

	}
	.post-02 {
		min-height: 120px;
		padding-left: 30px;
	}
	.frm {
	}
	.btn-universal {
		float: right;
		width: 50%;
		padding-left: 17px;
	}
	.pro-03-btn .btn-universal {
		float: initial;
		padding: initial;
		width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.new-one img {
		width: 60%;
		float: left;
		padding-right: 30px;
		padding-bottom: 10px;
	}
	.new-small img {
		width: 30%;
	}
	.new-content {
		margin-top: 10px; 
	}
	.sea {
		width: 80%;
		/*float: none;*/
		margin-left: auto;
		margin-right: auto;
	}
	.why-item {
		width: 33.3%;
		float: left;
	}
	.foo-butons .btn-download {
		width: 30%;
		float: left;
	}
	.foo-butons .btn-ask {
		width: 20%;
		float: left;
	}
	.foo-butons .btn-ask span {
		display: none;
	}
	.foo-butons .btn-social {
		width: 20%;
		float: left;
	}
	.btn-top {
		width: 50%;
		/*margin-left: auto;*/
		/*margin-right: auto;*/
	}
	.btn-bottom {
		width: 50% !important;
	}
	.tra-box-title {
		width: 50%;
		float: left;
		text-align: right;
	}
	.tra-box-title h2 {
		padding-right: 60px;
	}
	.tra-box-term {
		width: 50%;
		float: left;
	}
	.tra-box-term a {
		width: 355px;
		float: left;
	}
	.tra-empty {
		top: 240px;
	}
}
@media (min-width: 969px){  /* menu */
	/*navbar-toggle/*, .bol{
		display: none;
	}
	.navbar{
		margin-top: 41px;
		display: block;
		height: 45px;
		width: 85%;
	}*/
	.nav{
	}
	/*.nav-menu {
		width: 100px;
	}*/
	.m1:hover,
	.m2:hover,
	.m3:hover,
	.m4:hover,
	.m5:hover {
		border-bottom: initial;
	}
	.subbar:hover,
	.m1:hover + .subbar,
	.m2:hover + .subbar,
	.m3:hover + .subbar,
	.m4:hover + .subbar,
	.m5:hover + .subbar {
		visibility: visible;
		opacity:1;
		margin-top: 0px;
	}
	.csz .pos-container {
		width: 69%;
		float: left;
	}
	.inf-container, .tra-container {
		width: 31%;
		float: left;
	}
	.inf-person {
		width: 100%;
	}
	.btn-bottom {
		padding-left: 40px;
		padding-right: 0;
	}
	.btn-bottom .btn, .btn-top {
		width: 415px;
	}
	.con-detail {
		width: 41%;
	}
	.con-map {
		width: 53%;
	}
	.frm {
		width: 950px;
    	margin-right: auto;
    	margin-left: auto;
	}
	.tra-marg {
		width: 33.3%;
	}
	.btn-down {
		padding-left: 30px;
	}
	.btn-down .btn-bottom, .btn-down .btn-top{
	}
	/*.flags {
		top: 14px;
		right: 20px;
	}*/
	.btn-top {
		padding-left: 30px;
		/*width: 271px;*/
		/*width: 100%;*/
	}
}

@media (min-width: 1023px){
	.navbar-toggle/*, .bol*/{
		display: none;
	}
	.navbar{
		margin-top: 41px;
		display: block;
		height: 45px;
		width: 86%;
	}
	.nav-menu {
		/*width: 120px;*/
		width: auto;
	}
	.nav-menu a {
		width: auto;
	}
	.flags {
		top: 14px;
		right: 20px;
	}
	.sli-txt{
		width: 100%;
		font-size: 2.8vw;
	}
	.sli-txt span:nth-child(3) {
		/*font-size: 2vw;*/
		/*font-size: 20px;*/
	}
	.btn-download{
		font-size: 17px;
	}
	.ser-container .item {
		width: 21%;
		margin-right: 1.5%; 
		margin-left: 1.5%;
	}
	.pro-item {
		width: 33.3%;
	}
	.pro-02-item {
		width: 25%;
	}
	.frm {
	}
	.eve {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.tra-box-main {
		width: 140%;
	}
	.tra-box {
		width: 21.45%;
    	margin-left: .9%;
    	margin-right: 1.8%;
	}
	.sea {
		width: 800px;
	}
	.why {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
	.foo-logo {
		width: 20%;
	}
	.foo-block {
		width: 50%;
	}
	.foo-butons {
		width: 30%;
		float: left;
	}
	.foo-butons .btn-download {
		width: 100%;
	}
	.foo-butons .btn-ask,  .foo-butons .btn-social{
		width: 50%;
	}
	.foo-butons .btn-ask span {
		display: initial;
	}
	.over-goright,
	.over-goleft,
	.wra-main:before,
	.wra-main:after {
		display: none;
	}
}
@media (min-width: 1124px) {
	.ind-item {
		width: 33.3%;
	}
	.con-detail {
		width: 35%;
	}
	.con-map {
		width: 60%;
	}
	.eve-one {
		width: 33.3%;
	}
	.eve .eve-one {
		width: 50%;
	}
}
@media (min-width: 1249px){ /* buttons */
	.log{
		width: 137px;
		margin: auto;
	}
	/*.logo{
		width: 12%;
	}*/
	/*.log-res{
	}*/
	.ser-container .item {
		width: 17.5%;
		margin-right: 1%; 
		margin-left: 1%;
	}
	/*.navbar{
		width: 58%;
	}*/
	.sli-txt{
		font-size: 40px;
	}
	.sli-txt span:nth-child(3) {
		/*font-size: 28px;*/
		/*font-size: 20px;*/
	}
	/*.buttons{
		width: 30%;
	}*/
	/*.container .btn-social {
		padding-top: 10px;
		padding-bottom: 10px;
	}*/
	/*.btn-social, .btn-ask, .btn-download{
		float: none;
		width: 100%;
	}*/
	/*.btn-ask{
		border-top: none;
		border-right: none;
	}*/
	.bol{
	}
	.bre-container{
		padding-top: 0;
	}
	.pro-item {
	}
	.pro-02-item {
		width: 20%;
	}
	.con-detail {
		width: 32%;
	}
	.con-map {
		width: 63%;
	}
	.new-this, .new-tug {
		width: 50%;
		float: left;
	}
	.new-one img {
	}
	.new-content {
		margin-top: 0;
	}
	.new-this .new-block {
		height: 400px;
	}
	.new-tug {
	}
	.new-this, .new-tug {
	}
	.new-tue, .new-thr, .new-fou {
		height: 215px;
	}
	.new-tue .new-block {
	}
	.new-info {
		position: absolute;
		left: 0;
		bottom: 0;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.new-thr .new-info, .new-tue .new-info {
		padding-left: 45px;
	}
	.new-thr .new-info {
		padding-right: 35px;
	}
	.new-this {
		padding-right: 15px;
	}
	.new-this .new-info {
		padding-right: 45px;
	}
	.new-fou .new-info {
		padding-left: 55px;
	}
	.new-tug .new-tue, .new-thr {
		padding-left: 15px;	
	}
	.new-thr {
		padding-right: 5px;
	}
	.new-fou {
		padding-left: 25px;
	}
	.new-container .btn-universal {
		width: 25%;
	}
	.tra-marg {
		width: 25%;
	}
	.foo-butons .btn-download, .foo-butons .btn-ask{
		float: left;
	}
	.foo-butons .btn-ask {
		border-top: 1px solid #c6c6c6;
		border-right: 1px solid #c6c6c6;
		height: 40px; /* dla moz */
	}
	.foo-butons .btn-social {
		width: 50%;
		float: left;
	}
	.flags {
		top: 20px;
		right: 20px;
	}
	@-moz-document url-prefix() { /* tylko dla mozilli */
		/*.btn-ask {
			padding: 10px 0 10px 0
		}*/
	}
}

@media (min-width: 1439px){
	.logo{
		width: 10%;
	}
	.navbar{
		width: 60%;
	}
	.buttons{
		width: 30%;
	}
	.container .btn-social {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.btn-social {
		border-top: none;
	}
	.btn-ask {
		border-bottom: 1px solid #c6c6c6;
	}
	.btn-social, .btn-ask, .btn-download{
		float: none;
		width: 100%;
	}
	.btn-ask{
		border-top: none;
		border-right: none;
	}
	.nav-menu{
		/*font-size: 1.04vw;*/
		/*width: 12.2%;*/
	}

	.subbar li {
		font-size: .9vw;
	}
	.pro-item, .ind-itm {
		width: 25%;
	}
	.con-detail {
		width: 28%;
	}
	.con-map {
		width: 67%;
	}
	.tra-box-main {
		width: 100%;
	}
	.tra-box {
		width: 22.5%;
    	margin-left: 1.2%;
    	margin-right: 1.3%;
	}
	.foo-butons .btn-download, .foo-butons .btn-ask{
		float: left;
	}
	.foo-butons .btn-social {
		width: 50%;
		float: left;
	}
}
@media(min-width: 1599px){
	.nav-menu{
		/*font-size: 16.8px;*/
		/*width: 120px;*/
	}
	.subbar li {
		font-size: 14.4px;
	}
	.con-detail {
		width: 25%;
	}
	.con-map {
		width: 70%;
	}
	.new-one img {
		width: 420px;
	}
	.new-small img {
		width: 200px;
	}
}
/* ---------------------------------- */

/* style cmc-container 22.09.2021 */
.cmc-container {
    width: 80%;
    margin: 30px auto;
    background-color: #003665;
    text-align: center;
    color: white;
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid white;
}

.cmc-container h1 {
    font-size: 1.75em;
    line-height: 1.75em;
    font-weight: bold;
}
.cmc-container .btn {
    width: auto;
    margin-top: 1em;
    font-size: 1em;
    font-weight: bold;
    padding: 0.75em 1.25em;
}
#frm-collaboration-medical-certyficate .frm-header {
	text-align: center;
}
#frm-collaboration-medical-certyficate .frm-input input {
	margin-left: 0;
	margin-right: 0;
}

#frm-collaboration-medical-certyficate .frm-input {
	overflow-y: auto;
	overflow-x: hidden;
	/* width: 98%; */
	margin: 0 auto;
}


@media (min-width:425px) {

	#frm-collaboration-medical-certyficate .frm-input.col-2 {
		display: grid;
		grid-template-columns: 49% 49%;
		grid-template-areas: "left right";
		column-gap: 2%;
	}
}
@media (max-width:424px) {

	#frm-collaboration-medical-certyficate .frm-input.col-2 {
		display: grid;
		grid-template-rows: auto auto;
		grid-template-areas: "left" "right";
		row-gap: 20px;
	}
}

#frm-collaboration-medical-certyficate .frm-input.col-2 input:first-child {
	grid-area: left;
}
#frm-collaboration-medical-certyficate .frm-input.col-2 input:nth-child(2) {
	grid-area: right;
}

#frm-collaboration-medical-certyficate .reg {
	font-size: smaller;
	margin-bottom:35px;
	text-align: justify;
}
#frm-collaboration-medical-certyficate .reg-header {
	text-align: center;
	margin-bottom:20px;
	display: block;
	width: 100%;
}

.frm-bottext-cmc {
	display:block;
	overflow: auto;
}

.input-required {
	position: relative;
	padding-left: 14px !important;
}

.input-required .star {
	content: "*";
	position: absolute;
	left:0;
	color:red;
}

.frm-bottext-cmc.red {
	color: red;
}

.pos div#a0 .dn, .pos div#a1 .dn {
    display: block;
}