/* 
Theme Name: BazyWiedzy
Theme URI: http: //mastafu.info/
Author: Mastafu Design
Author URI: http: //mastafu.info/
Description: Theme designed for BazyWiedzy website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
Text Domain: BazyWiedzy
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 24, 2015 */

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*** General ***/
body {
    font-family: Poppins, sans-serif;
	background-color: #fff;
    font-size: 18px;
	font-weight: 400;
    line-height: 1.45;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/** Misc **/
.extra15pad {
	padding: 0 30px 30px 30px;
}
.widePadding {
	margin: 7% 6% 4% 6%;
	box-sizing: border-box;
}

.widePaddingOuter {
	padding: 6% 7%;
	box-sizing: border-box;
}

.widePadding50Inner {
	padding: 7%;
	box-sizing: border-box;
}

.widePadding50InnerTech {
	padding: 8% 13%;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.hidden {
	display: none !important;
}

.pageBody a,
.pageSubBody a,
.leftColBody a,
.sections .descBlock a,
.modalDescForm a,
.descBlockInner a,
.teamModal a {
	color: #0e71b4;
}

.pageBody a:hover,
.pageSubBody a:hover,
.leftColBody a:hover,
.sections .descBlock a:hover,
.modalDescForm a:hover,
.descBlockInner a:hover,
.teamModal a:hover {
	color: #095e99;
	text-transform: none;
}

.pageBody a:visited,
.pageSubBody a:visited,
.leftColBody a:visited,
.sections .descBlock a:visited,
.modalDescForm a:visited,
.descBlockInner a:visited,
.teamModal a:visited {
	color: #0b4d7b;
}

.descBlockInner h2,
.descBlockInner h3,
.descBlockInner h4,
.descBlockInner h5 {
	margin: 40px 0 20px 0;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Poppins, sans-serif;
	margin-bottom: 15px;
}

.element-invisible {
	position: absolute;
	top: -999999em;
	left: auto;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

.modal.fade.show {
	background: rgba(0,0,0,0.8);
}

.modal {
	z-index: 9999;
}

.modal-dialog {
	max-width: 768px
}

.modal .close {
	font-size: 40px;
	position: absolute;
	z-index: 25;
	top: 15px;
	right: 20px;
	border: none;
	line-height: 30px;
	cursor: pointer;
	 transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

.modal-header,
.modal-footer {
	justify-content: center;
}

.modal-header h4 {
	margin: 0;
}

.modal-footer p {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

.modal-body .modalDesc p {
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	max-width: 330px;
	display: inline-block;
	margin-bottom: 30px
}

.modal-body .modalDesc p:last-child {
	font-weight: 200;
	margin-bottom: 0
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding-left: 0;
	padding-right: 0;
}

#haderInner {
	position: relative;
}

blockquote {
	font-weight: 200;
	font-size: 20px;
	color: #ee2324;
	padding: 25px 15px 25px 50px;
	position: relative;
	border: none;
	margin: 20px 0 0;
}

blockquote::before {
	font-family: "Times new roman";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 90px;
	line-height: 1;
	content: "“";
	color: #ee2324;
	bottom: 0;
}

blockquote p {
	font-weight: 300;
	font-size: 22px !important;
	color: #ee2324;
	line-height: 1.25;
	margin: 0 !important;
	font-style: italic;
}

.acf-map {
	width: 100%;
	min-height: 400px;
}

.popover {
	z-index: 10001;
}

.popoverElement {
	cursor: pointer;
}

/** Menu i Logo **/

/* Menu header */
#masthead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1150;
	width: 100%;
}

.nav-fix #masthead {
	height: 76px;
	background: #0e71b4;
}

.fixed-navbar {
    position: fixed;
    top: 0;
	left: 0;
    right: 0;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
    width: 100%;
	max-width: 1860px;
    z-index: 15;
	background: transparent;
    transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

.fixed-navbar.nav-fix {
	height: 76px;
}

.navbar-lockup {
    position: relative;
	z-index: 21;
	max-width: 1860px;
    margin: 0 auto;
    padding: 0;
    line-height: 120px;
    -webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
    transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

body:not(.home) .navbar-lockup {
	max-width: 1860px;
}

.navbar-lockup.nav-fix {
	line-height: 76px;
}

#main-menu {
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0 auto;
	z-index: 11;
	text-align: center;
	max-width: calc(100% - 250px);
}

.nav-fix #main-menu {
	top: 0;
}

#main-menu {
	margin-bottom: 0;
    padding-left: 0;
    list-style: none;
	display: none;
}
 
.navbar-lockup .menu-header {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.navbar-lockup .menu-header #menu-menu-glowne {
	display: inline-block;
	width: 100%;
	line-height: 1;
	background: #0e71b4;
	position: relative;
}

.navbar-lockup .menu-header #menu-menu-glowne:before {
	position: absolute;
	top: 0;
	left: -76px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 76px 76px;
	border-color: transparent transparent #0e71b4 transparent;
}

#main-menu > div {
	width: 100%;
	line-height: 1
}

.navbar-lockup .nav li {    
	position: relative;
	line-height: 2;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.navbar-lockup .nav li a {
    position: relative;
	color: #fff;
    font-size: 15px;
    text-transform: uppercase;
	padding: 23px;
	height: 100%;
	display: inline-block;
}

.navbar-lockup .nav li:first-child {
	display: none
}

.navbar-lockup .nav li ul li a {
	padding: 0
}

.navbar-lockup .nav li a:hover {
	text-decoration: none;
}

.navbar-lockup .nav li:not(.menu-item-566):hover:after,
.navbar-lockup .nav li.current-menu-item:not(.menu-item-566):after {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 5px;
	background: #44b4e4;
}

.navbar-lockup .nav li:last-child {
	margin-left: 50px
}

.navbar-lockup .nav li:last-child a {
	background: #e44443;
	font-size: 28px;
	padding: 10px 26px 10px 0;
}

.navbar-lockup .nav li:last-child a:before {
	position: absolute;
	top: 0;
	left: -52px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 76px 52px;
	border-color: transparent transparent #e44443 transparent;
}

.navbar-lockup .nav li:last-child a:hover:before {
	border-color: transparent transparent #44b4e4 transparent;
}

.navbar-lockup .nav li.current-menu-item:last-child a {
	color: #fff;
}

.navbar-lockup .nav li:last-child a:hover {
	background: #44b4e4;
	color: #fff;
}

/** Side Menu **/
.subMenuSide {
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-o-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	padding: 0;
	margin: 70px 0 30px 0;
	z-index: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 110px; 
	border-radius: 5px;
	overflow: hidden;
}

.subMenuNav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.subMenuSideInner {
	width: 100%
}

.mobileBtn {
	display: none;
	position: absolute;
	top: 0;
	left: 15px;
	width: 50px;
	height: 50px;
	z-index: 100;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1)
}

.mobileBtn p {
	position: absolute;
	top: 0;
	right: -80px;
	z-index: 1000;
	width: 80px;
	line-height: 1.2;
	margin: 0;
	color: #555;
}

.c-hamburger {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s
}

.c-hamburger:hover {
	cursor: pointer; 
}

.c-hamburger:focus {
	outline: 0
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 19px;
	left: 7px;
	right: 17px;
	height: 2px;
	background: #fff
}

.c-hamburger span::after, 
.c-hamburger span::before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: ""
}

.is-active .c-hamburger span::after, 
.is-active .c-hamburger span::before {
	width: 50%
}

.c-hamburger span::before {
	top: -9px
}

.c-hamburger span::after {
	bottom:-9px
}

.c-hamburger {
	background-color:#0e71b4
}

.c-hamburger span {
	-webkit-transition:-webkit-transform .3s;
	transition:transform .3s;
}

.c-hamburger span::before {
	-webkit-transform-origin:top right;
	-ms-transform-origin:top right;
	transform-origin:top right;
	-webkit-transition:-webkit-transform .3s,width .3s,top .3s;
	transition:transform .3s,width .3s,top .3s;
}

.c-hamburger span::after {
	-webkit-transform-origin:bottom right;
	-ms-transform-origin:bottom right;
	transform-origin:bottom right;
	-webkit-transition:-webkit-transform .3s,width .3s,bottom .3s;
	transition:transform .3s,width .3s,bottom .3s
}

.is-active .c-hamburger {
	background-color:#0e71b4
}

.is-active .c-hamburger span {
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg)
}

.is-active .c-hamburger span::before {
	top:0;
	-webkit-transform:translateX(18px)translateY(0)rotate(45deg);
	-ms-transform:translateX(18px)translateY(0)rotate(45deg);
	transform:translateX(18px)translateY(0)rotate(45deg)
}

.is-active .c-hamburger span::after {
	bottom:0;
	-webkit-transform:translateX(18px)translateY(0)rotate(-45deg);
	-ms-transform:translateX(18px)translateY(0)rotate(-45deg);
	transform:translateX(18px)translateY(0)rotate(-45deg)
}

.subMenuSide li {
	display: block;
}

.subMenuSide li.menuLevel2li ul {
	box-shadow: none
}

.subMenuSide li a {
	font-size: 14px;
	color: #fff;
	padding: 15px;
	display: block;
	min-height: 50px;
	vertical-align: top;
	line-height: 1.4;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 10px -5px #000;
	box-shadow: 0 2px 10px -5px #000;
	position: relative;
	background: #0e71b4;
	-webkit-transition: all .15s cubic-bezier(0.694,0.0482,0.335,1);
    transition: all .15s cubic-bezier(0.694,0.0482,0.335,1);
}

.subMenuSide .subMenuNav > li > a,
.subMenuSide .subMenuNav > li > a {
	display: block;
}

.subMenuSide li a:hover,
.subMenuSide li a.active {
	color: #fff;
	background: #054c89;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2) inset;
}

.subMenuSide li a:focus,
.subMenuSide li a:active  {
	
}

.subMenuSide li ul.menuLevel2 {
	padding-left: 15px;
	list-style: none;
	display: none;
}

.subMenuSide li ul.menuLevel2 li a {
	background: #658296
}

.subMenuSide li ul.menuLevel2 li a:hover,
.subMenuSide li ul.menuLevel2 li a:active,
.subMenuSide li ul.menuLevel2 li a:focus {
	
}

/* Slide out side menu */
.slide-out-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	transform: translate3d(320px,0,0);
	width: 320px;
	background: #fff !important;
	z-index: 1155;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1)
}

.slide-out-nav.nav-open {
	transform: translate3d(0,0,0);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.slide-out-nav .mobile-nav {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.slide-out-nav-inner {
	position: relative;
}

.slide-out-nav .mobile-nav > li {
	border-bottom: 1px solid #eee;
	padding: 0;
	line-height: 3;
	position: relative;
	z-index: 13;
}

.slide-out-nav .mobile-nav > li:last-child {
	border-bottom: none;
	margin-bottom: 70px;
}

.slide-out-nav .mobile-nav > li::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #0e71b4;
	display: inline-block;
	content: "\f105";
	width: 18px;
	height: 18px;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 12;
	line-height: 1;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	opacity: 1;
}

.slide-out-nav .mobile-nav > li.current-menu-item::after,
.slide-out-nav .mobile-nav > li:hover::after {
	color: #fff;
}

.slide-out-nav .mobile-nav li a {
	color: #0e71b4;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 3px 30px;
	text-transform: uppercase;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1)
}

.slide-out-nav .mobile-nav li.logowanie a {
	background: #d54730;
	color: #fff;
}

.slide-out-nav .mobile-nav li.logowanie:after {
	color: #fff;
}

.slide-out-nav .mobile-nav > li.current-menu-item > a,
.slide-out-nav .mobile-nav ul > li.current-menu-item > a,
.slide-out-nav .mobile-nav > li.current_page_parent > a {
	color: #fff;
	background: #0e71b4;
}

.slide-out-nav .mobile-nav li a:hover {
	color: #fff;
	background: #0e71b4;
	text-decoration: none
}

.slide-out-nav .mobile-nav li ul {
	display: block;
	position: relative;
	background: transparent;
	text-align: right;
	margin: 0 0 15px 0;
	width: 100%
}

.slide-out-nav .mobile-nav li ul ul {
	margin-bottom: 0
}

.slide-out-nav .mobile-nav ul.dropdown-menu li {
	margin: 0 0 8px 0;
	line-height: 1.1
}

.slide-out-nav .mobile-nav ul.dropdown-menu li a {
	font-size: 12px;
	text-transform: lowercase;
}

.slide-out-nav .mobile-nav-slice {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	width: 100%;
	height: 125%;
	background-color: #fff;
	opacity: .05
}

.mobile-nav-toggle {
	position: absolute;
	top: 30px;
	right: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 1155;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1)
}

.mobile-nav-toggle.mobile-nav-toggle-inner {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: -53px;
	width: 53px;
	height: 53px;
	cursor: pointer;
	z-index: 1001;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	background: #fff;
	padding: 11px;
} 

.nav-open .mobile-nav-toggle.mobile-nav-toggle-inner {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-toggle:hover {
	opacity: 0.85
}

.mobile-nav-toggle i {
	color: #fff;
	font-size: 12.5px;
	font-style: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
}

.mobile-nav-toggle-outer.nav-fix {
	top: 20px;
}

.nav-fix .mobile-nav-toggle i,
.nav-open .mobile-nav-toggle i {
	color: #fff;
}

.nav-open .mobile-nav-toggle-outer {
	opacity: 0;
	visibility: hidden;
}

.nav-open .mobile-nav-toggle-inner:hover {
	opacity: 0.75
}

.mobile-nav-toggle span {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	margin-bottom: 8px;
	background-color: #fff;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1)
}

.nav-fix .mobile-nav-toggle.mobile-nav-toggle-inner span,
.nav-fix .mobile-nav-toggle.mobile-nav-toggle-outer span {
	background: #fff;
}

.nav-open .mobile-nav-toggle.mobile-nav-toggle-inner span {
	background: #0e71b4;
}

.mobile-shift {
	position: relative;
	left: 0;
	-webkit-transition: left .55s ease-in-out;
	transition: left .55s ease-in-out
}

.mobile-nav-toggle.mobile-nav-toggle-inner span:nth-child(2) {
	transform: rotate(45deg) translate3d(10px ,10px,0);
}

.mobile-nav-toggle.mobile-nav-toggle-inner span:nth-child(3) {
	opacity: 0;
	visibility: hidden;
}

.mobile-nav-toggle.mobile-nav-toggle-inner span:nth-child(4) {
	transform: rotate(-45deg) translate3d(5px,-5px,0);
}

.mobile-nav-toggle:hover  span:nth-child(3) {
	width: 50%;
	margin-left: 25%;
}

.slide-out-nav-overlay {
	width: 100%;
	height: 100%;
	content: "";
	position: fixed;
	z-index: 1151;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	 transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

body.nav-open .slide-out-nav-overlay {
	opacity: 1;
	visibility: visible;
}

/** Logo **/
.navbar-lockup .logo {
	margin: 0 auto;
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

.navbar-lockup #logoMain {
	line-height: 1;
	overflow: hidden;
	text-align: left;
}

.navbar-lockup #logoMain .logo {
	height: 69px;
	width: 109px;
}

.navbar-lockup #logoMain .logo.logoWhite {
	height: 55px;
	width: 87px;
}

.navbar-lockup #logoMain a {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	position: relative;
	z-index: 8
}

.navbar-lockup #logoMain img {
	position: relative;
	z-index: 8;
	width: auto;
	height: 100%;
}

.navbar-lockup.nav-fix .logo {
	margin-top: 0;
}

#logoMain .logo {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0 auto;
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

#logoMain .logoWhite {
	opacity: 0;
	top: -100px;
}

.nav-fix #logoMain .logoWhite {
	opacity: 1;
	visibility: visible;
	top: 12px;
}

.nav-fix #logoMain .logoBlack {
	opacity: 0;
	top: -100px;
	visibility: hidden;
}

/** Social icons */
.slide-out-nav #socialHeader {
	display: none;;
}

.fixed-navbar #socialHeader {
	position: fixed;
	top: 145px;
	right: 30px;
	width: 35px;
	z-index: 11;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

.nav-fix .fixed-navbar .fixed-navbar #socialHeader {
	top: 100px;
	right: 30px;
}

.handheld .nav-fix .fixed-navbar #socialHeader {
	top: 22px;
	right: 65px;
}

ul.socialHeaderInner {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}

ul.socialHeaderInner li {
	display: block;
	float: left;
	border: 1px solid #fff;
	line-height: 18px;
	width: 34px;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: opacity .2s ease-in-out, color .55s ease-in-out;
	transition: opacity .2s ease-in-out, color .55s ease-in-out
}

ul.socialHeaderInner li a {
	padding: 7px 5px 6px 5px;
	display: inline-block;
}

ul.socialHeaderInner li i {
	color: #fff;
	font-size: 20px;
}

ul.socialHeaderInner li:hover {
	opacity: 0.65
}

/** Btns **/
.btn-blue,
.btn-blue a {
	color: #fff !important;
	background-color: #44b5e5;
	border: none;
	border-bottom: 3px solid #0a7baa;
	font-weight: 300;
	cursor: pointer;
	position: relative;
	width: auto;
	padding: 0;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
}

.btn-blue a b,
a.btn-blue b {
	font-weight: 700;
}

.btn-blue a span,
a.btn-blue span,
.btn-blue a i,
a.btn-blue i {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 25px;
}

.btn-blue a i,
a.btn-blue i {
	background: #0e71b4;
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.btn-blue a:hover i,
a.btn-blue:hover i {
	background: #0e71b4;
}

a.btn-blue:hover, 
.btn-blue a:hover,
a.btn-blue:active, 
.btn-blue a:active,
a.btn-blue:focus, 
.btn-blue a:focus {
	background: #3e6082;
	color: #fff !important;
}

a.btn-green,
.btn-green a {
	color: #fff !important;
	background-color: #1da037;
	border: none;
	border-bottom: 3px solid #0b8928;
	font-weight: 300;
	cursor: pointer;
	position: relative;
	width: auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding: 0;
	display: inline-block;
}

.btn-green a b,
a.btn-green b {
	font-weight: 700;
}

.btn-green a span,
a.btn-green span,
.btn-green a i,
a.btn-green i {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
}

.btn-green a i,
a.btn-green i {
	background: #0b8928;
}

.btn-green a i,
a.btn-green i {
	background: #08631b;
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

a.btn-green:hover, 
.btn-green a:hover,
a.btn-green:active, 
.btn-green a:active,
a.btn-green:focus,
.btn-green a:focus {
	background: #055416;
	color: #fff !important;
}

.btnWrapp {
	text-align: center;
}

a.btn-bold, 
.btn-bold a {
	font-weight: 700
}

a.btn-noBorder, 
.btn-noBorder a {
	border-bottom: none;
}

a.btn-medium,
.btn-medium a {
	padding: 15px 30px;
}

.btn-border-white {
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 25px;
}

.btn-border-white i {
	margin: 0 0 0 10px
}

.btn-border-white:hover {
	color: #adc3da;
	border-color: #adc3da
}

/* Sections home page */
.blue-container {
	background: #0e71b4;
}

.blue-grad-container {
	background: rgb(32,101,164);
	background: -moz-linear-gradient(top, rgba(32,101,164,1) 0%, rgba(5,76,137,1) 100%);
	background: -webkit-linear-gradient(top, rgba(32,101,164,1) 0%,rgba(5,76,137,1) 100%);
	background: linear-gradient(to bottom, rgba(32,101,164,1) 0%,rgba(5,76,137,1) 100%);
}

.sections {
	padding-top: 45px;
	padding-bottom: 45px;
}

.titleHeader {
	margin: 0 0 45px 0;
}

.titleHeader .titleSection h3 {
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	color: #0e71b4;
	margin: 15px 0 10px 0;
	font-weight: 400;
}

.blue-grad-container .titleHeader .titleSection h3,
.blue-container .titleHeader .titleSection h3 {
	color: #fff;
}

.titleHeader .titleSection h4 {
	font-size: 21px;
	text-align: center;
	color: #868686;
	margin: 0;
	font-weight: 200;
}

.blue-container .titleSection h3 {
	color: #fff;
}

/* Widok 1 - Home page */
#homePage {
	padding: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: initial;
	background-attachment: scroll;
}

#homePage video#headerFilm {
	object-fit: contain;
	width: 100%;
}

#homePage > div,
#homePage > div > div {
	height: 100%;
}

#hero .pageTitle {
	text-align: left;
}

#hero .pageTitle h1 span {
	position: relative;
	display: inline-block;
	color: #0e71b4;
	font-family: "Poppins", sans-serif;
	border-radius: 5px;
	line-height: 1;
}

#hero .pageTitle h1 span:nth-child(1) {
	display: block;
	background: #f2f2f2;
	margin-left: 30px;
	padding: 25px;
	font-size: 24px;
	z-index: 10;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

#hero .pageTitle h1 span:nth-child(2) {
	display: block;
	background: #f2f2f2;
	padding: 25px;
	margin-left: 60px;
	font-size: 42px;
	z-index: 9;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

#hero .pageTitle h1 span:nth-child(3) {
	display: block;
	background: #f2f2f2;
	margin-left: 90px;
	padding: 25px;
	font-size: 24px;
	z-index: 8;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

#hero .pageContactMeta {
	padding-right: 0;
	margin-top: 40px;
}

#hero .pageContactMeta ul {
	text-align: left;
	list-style: none;
}

#hero .pageContactMeta ul li {
	font-size: 22px;
}

/* Widok 2 - Usługi */
#serviceSection .serviceSectionCols {
	padding-top: 45px;
	padding-bottom: 45px;
}

#serviceSection .serviceSectionCols .imgBlockBgInner {
	height: 100%;
}

#serviceSection .serviceSectionCols .imgBlockBgInner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: initial;
}

#serviceSection .serviceSectionCols:nth-child(even) {
	flex-direction: row-reverse;
}

#serviceSection .serviceSectionCols .descBlock h3 {
	font-size: 36px;
	margin: 0
}

#serviceSection .serviceSectionCols .descBlock h4 {
	font-size: 24px;
	margin: 0 0 30px 0
}

/* Widok 3 - Logotypy */
.logos .logosInnerCol {
	padding-top: 45px;
	padding-bottom: 45px;
}

.logos .logosInnerCol img {
	max-width: 100%;
	max-height: 150px;
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	filter: grayscale(1) opacity(0.4);
}

.logos .logosInnerCol .logoElement:hover img {
	filter: grayscale(0) opacity(0.8);
}

.logos .logosRow {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

.logos .logoElement {
	text-align: center;
	padding: 30px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

/* Widok 4 - Form */
#quickContact {
	background: #f9f9f9;
}

#quickContact .imgBlock {
    border-right: 1px solid #ccc;
}

#quickContact .quickContactCols .imgBlock .descBlockInnerOver {
	text-align: right;
	padding-right: 10%;
}

#quickContact .quickContactCols .imgBlock .descBlockInnerOver p {
	font-size: 42px;
	line-height: 1.45;
	font-weight: 200;
	max-width: 420px;
	display: inline-block;
}

#quickContact .quickContactCols .imgBlock .descBlockInnerUnder p {
	font-size: 20px;
	font-weight: 300;
	margin-top: 30px
}

#quickContact .wpcf7 {
	margin-top: 10px;
	width: 75%;
}

.wpcf7-form .contact-form-wrap-input {
	margin-bottom: 15px;
	position: relative;
}

.wpcf7-form .contact-form-wrap-input:last-child {
	margin-bottom: 0;
}

.wpcf7-response-output {
	display: inline-block;
	width: 100%;
	line-height: 2.15;
	font-size: 14px;
	background: #fff !important;
	margin: 0 0 20px 0!important;
	padding: 10px !important;
	border-width: 1px !important;
}

.wpcf7 .ajax-loader {
	background-image: url('fonts/img/ajax-loader.png') !important;
	width: 160px !important;
	height: 20px !important;
}

.wpcf7-mail-sent-ok {
	background: #398f14 !important;
	border-color: #327c12 !important;
	color: #fff;
	font-size: 16px;
	display: inline-block !important;
	margin-top: 30px !important
}

.wpcf7-validation-errors {
	display: inline-block;
	background-color: #a94442 !important;
	border-color: #993a38 !important;
	color: #fff;
	font-size: 12px;
	display: inline-block !important;
	margin-top: 30px !important
}

.wpcf7-display-none {
	display: none
}

.wpcf7-not-valid {
    background: #F2DEDE;
}

span.wpcf7-not-valid-tip {
	color: #a94442;
	position: absolute;
	bottom: -27px;
	font-size: 12px;
}

.wpcf7-form-control-wrap {
	position: inherit;
}

.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .acceptance-1 .wpcf7-acceptance span.wpcf7-list-item {
	padding: 8px;
	border: 1px solid #e44443;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.consentWrap {
	margin: 0 0 10px 0;
}

.wpcf7-form .consentWrap .wpcf7-acceptance label {
	font-size: 12px;
}

a.consentElement {
	cursor: pointer
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea,
.wpcf7-form select {
	max-width: 100%;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	height: 45px;
	font-size: 20px;
	padding-bottom: 4px;
	font-weight: 300;
	padding-top: 4px;
	transition: .4s;
}

.wpcf7-form .contact-form-wrap-multi-select select {
	height: 120px ;
	font-size: 16px;
}

.wpcf7-form textarea {
	overflow: hidden;
	height: 65px;
}

.contact-form-span-title {
    position: absolute;
    left: 0;
    bottom: 11px;
	background: #fff;
	padding: 3px 5px;
}

#quickContact .contact-form-span-title {
	background: #f9f9f9;
}

.contact-form-wrap-usluga .contact-form-span-title {
	top: -18px;
}

.contact-form-span-title b {
	font-size: 16px;
    font-weight: 400;
    color: #c8c8c8;
}

.wpcf7-form .formFooter {
	margin-top: 15px;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 3px 10px !important;
}

.wpcf7-form select.grade {
	min-width: 75px;
	border-bottom: 1px solid #ccc;
}

.wpcf7-form label {
	line-height: 1.2;
	font-size: 14px;
}

.wpcf7-form .formFooter .consentAdmin {
	font-size: 14px
}

input.wpcf7-submit {
	padding: 10px 15px;
	font-size: 20px;
	box-sizing: border-box;
	margin: 0;
	color: #fff;
	background: #1da036;
	border: none;
	border-radius: 5px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	width: 100%;
	height: auto;
	text-transform: uppercase;
}

input.wpcf7-submit:hover {
	background: #055416;
}

input.wpcf7-submit:active {
	top: 2px;
}

input.wpcf7-submit:disabled,
input.wpcf7-submit:disabled:hover,
input.wpcf7-submit:disabled:active {
	opacity: 0.3;
	background: #1da036;
	top: 0;
	cursor: no-drop
}

.headerForm p {
	font-weight: 700
}

.wpcf7-form h4 {
	margin: 0 0 45px 0
}

.footerCard .card-body {
	padding-bottom: 0
}

.wpcf7-form .formSection span {
	color: #888;
	font-size: 12px
}

/* Stylowany checkbox */
label.css-label {
	display: inline;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.css-checkbox {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

.css-checkbox + label.css-label {
	background-color: #e8edf1;
	border: 1px solid #dee2e6;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 0;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.css-checkbox + label.css-label:active, 
.css-checkbox:checked + label.css-label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.css-checkbox:checked + label.css-label {
	background-color: #e8edf1;
	border: 1px solid #dee2e6;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #063e76;
}

.css-checkbox:checked + label.css-label:after {
	position: absolute;
	top: -7px;
	left: 0px;
	font-family: "Font Awesome 5 Free";
	color: #063e76;
	display: inline-block;
	vertical-align: middle;
	content: "\f00c";
	width: 24px;
	height: 24px;
	font-size: 22px;
	font-weight: 900;
}

.checkboxInput {
	position: relative;
}

/** Podstrony **/
.sectionHeader {
	padding: 60px;
	-webkit-box-shadow: 0 5px 25px -10px #ddd;
	box-shadow: 0 5px 25px -10px #ddd;
	z-index: 1;
	position: relative;
}

.sectionHeader.sectionHeaderBG,
.sectionHeader .colImgBg {
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 5px
}

.container-full.sectionHeader.sectionHeaderBG {
	border-radius: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.6) inset;
}

.search-results .container-full.sectionHeader,
.category .container-full.sectionHeader {
	background-color: #0e71b4;
}

.sectionHeader.sectionHeaderBG .entry-header {
	height: 100%;
}

.sectionHeader .colDescInner {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sectionHeader.sectionHeader2Cols {
	padding: 0 15px;
}

.sectionHeaderBG {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.container.sectionHeaderBG {
	max-width: 1270px
}

.sectionHeader .main-btn {
	margin-top: 30px
}

.sectionHeader h1,
.sectionHeader h2 {
	font-weight: 400;
	color: #fff;
}

.search-results .sectionHeader h1 {
	font-weight: 200;
}

.search-results .sectionHeader h1 span {
	font-weight: 400;
	text-transform: uppercase;
}

.sectionHeader h1,
.sectionHeader h2 {
	margin: 0 0 30px 0;
}

.category .sectionHeader h1 {
	margin: 0
}

.sectionHeader h3 {
	font-size: 20px;
	font-weight: 300;
	padding: 0 10%
}

.sectionHeader.sectionHeader2Cols h3 {
	padding: 0;
}

.sectionHeader .main-desc h2,
.sectionHeader .main-desc h3,
.sectionHeader .main-desc h4,
.sectionHeader .main-desc h5,
.sectionHeader .main-desc p {
	color: #fff;
}

.sectionHeader .main-desc p:last-child {
	margin-bottom: 0;
}

#leftCol {
	margin: 0 auto;
}

.not-found {
	padding: 90px 0;
}

.innerFlex   {
	max-width: 1024px
}

.sectionsInner {
	padding-top: 30px
}

h1.sub-title,
.singleBody h1.page-title,
h2.sub-title {
	position: relative;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin: 30px 0;
	text-transform: uppercase;
	text-align: center;
	color: #0e71b4;
	padding: 20px 15px 15px 15px; 
	display: inline-block;
}

h2.sub-title {
	margin-top: 60px;
	margin-bottom: 60px;
}

.nopageBodyTxt h2.sub-title {
	margin-bottom: 30px;
}

#pageBody .pdfBody,
#pageBody .achievementsList,
#pageBody .historyList,
#pageBody .logotypesBody,
#pageBody .pageBodyImg,
#pageBody .pageBodyTxt {
	margin-bottom: 45px;
}

.pageBodyTxt h2,
.pageSubBodyTxt h2,
.leftColBody h2 {
	margin: 40px 0 20px 0;
	position: relative;
}

.pageBodyTxt h2:first-of-type {
	margin-top: 0
}

.pageBodyTxt h3,
.pageSubBodyTxt h3,
.leftColBody h3,
h3.sub-title {
	margin: 40px 0 20px 0;
	position: relative;
	font-size: 26px;
}

.pageBodyTxt h3:first-of-type {
	margin-top: 0
}

.pageSubSectionBody {
	margin-top: 60px;
}

.customBody {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.site-main .container.sections {
	max-width: 1366px;
}

.subTitleHeader {
	text-align: center;
}

.pageBodyTxtWrap {
	margin-bottom: 0;
}

.pageBodyImg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.pageBodyTxtWrap.revColOrder {
	flex-direction: row-reverse;
}

.responsiveTable {
	overflow-x: auto;
	width: 100%;
}

.responsiveTable table {
	width: 100%;
}

.responsiveTable table td {
	padding: 5px 10px;
	font-size: 16px;
}

.section2Col > .row {
	flex-direction: row-reverse;
}

/* O nas */
.aboutUsRef {
	margin-top: 30px
}

/* Historia */
.listHistoryBlock h3 {
	margin: 10px 0 !important;
}

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

.listHistoryBlock .rowColHistory {
	
}

.listHistoryBlock .rowColHistory li span {
	line-height: 1.4;
	padding: 20px;
	display: inline-block;
	border-left: 2px solid #eee;
	position: relative;
}

.listHistoryBlock .rowColHistory li span:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -7px;
	margin: auto;
	height: 12px;
	width: 12px;
	background: #ddd;
	border-radius: 50px;
	content: "";
	z-index: 2
}

.listHistoryBlock .rowColHistory li span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -8px;
	margin: auto;
	height: 16px;
	width: 16px;
	background: #fff;
	border-radius: 50px;
	content: "";
	z-index: 1;
}

/* Gallery */
.pageBodyTxt .gallery,
.pageBodyContent .gallery {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.archives-gallery .galleryDate {
	font-size: .9rem;
}

.archives-gallery .galleryBodyDesc {
	margin: 2rem 0 3rem 0;
}

.gallery-columns-1 dl {
	width: 100%;
}

.gallery-columns-2 dl {
	width: 50%;
}

.gallery-columns-3 dl {
	width: 33.33333%;
}

.gallery-columns-4 dl {
	width: 25%;
}

.gallery-columns-5 dl {
	width: 20%;
}

.gallery-columns-6 dl {
	width: 16.66666%;
}

.gallery-columns-7 dl {
	width: 12.5%;
}

.gallery-columns-8 dl {
	width: 11.1111%;
}

.gallery-columns-9 dl {
	width: 11.1111%;
}

.gallery-columns-10 dl {
	width: 10%;
}

.gallery dl {
	float: left;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 30px 0;
}

.pagePanelisci .gallery dl {
	overflow: hidden;
	height: 190px;
}	

.pagePanelisci .gallery dl dt {
	height: 150px;
}

.gallery dl dt a {
	position: relative;
	width: auto;
	height: 100%;
	display: inline-block;
	z-index: 10;
}

.pagePanelisci .gallery dl dt a {
	overflow: hidden;
}

.gallery dl dt a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0
}

.gallery dl dt a::before {
	font-family: "Font Awesome 5 Free";
	color: #fff;
	display: inline-block;
	content: "\f002";
	width: 24px;
	height: 24px;
	font-size: 1.4rem;
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 12;
	line-height: 1;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}

.gallery dl dt a:hover::before,
.gallery dl dt a:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.gallery dl dd {
	padding-right: 30px;	
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	box-sizing: border-box;
}

.galleryBlock .gallery .gutters > div {
	margin-bottom: 30px;
}

.galleryBlock .gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.galleryBlock .gallery a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0
}

.galleryBlock .gallery a:before {
	font-family: "Font Awesome 5 Free";
	color: #fff;
	display: inline-block;
	content: "\f002";
	width: 24px;
	height: 24px;
	font-size: 1.4rem;
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 12;
	line-height: 1;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}

.galleryBlock .gallery a:hover:before,
.galleryBlock .gallery a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Lita wyników w Klubie */
.listAchievBlock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.listAchievBlock ul li {
	display: table;
	width: 100%;
	border: 1px solid #0e71b4;
	padding: 10px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
	margin-bottom: 20px;
	border-radius: 5px;
}

.listAchievBlock ul li:last-child {
	margin-bottom: 0
}

.listAchievBlock h3 {
	margin: 30px 0;
}

.listAchievBlock .rowDescAchiev:first-child h3 {
	margin: 0 0 30px 0
}

.listAchievBlock ul li i {
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
	width: 25px;
	color: #0e71b4;
}

.listAchievBlock ul li strong {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}

.listAchievBlock ul li span {
	display: table-cell;
	vertical-align: middle;
}

/* Cennik */
.pricelistPage #priceListSection {
	padding-top: 70px;
}

.pricelistPage #priceListSection .nav-tabs-custom li a {
	color: #0e71b4;
	border: 1px solid #0e71b4;
	border-radius: 5px;
	padding: 20px 30px
}

#priceListSection .nav-tabs-custom {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
	margin: 0 0 60px 0;
}

#priceListSection .nav-tabs-custom li {
	display: inline-block;
}

#priceListSection .nav-tabs-custom li a {
	color: #fff;
}

#priceListSection .nav-tabs-custom li a.active {
	border: 1px solid #1b4065;
	background: #0e71b4;
	color: #fff;
}

#priceListSection .tab-content ul.priceLists {
	padding: 0;
}

#priceListSection .tab-content li .nav-item-inner {
	background: #fff;
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-box-shadow: 0 0 20px -5px #2b639c;
	box-shadow: 0 0 20px -5px #2b639c;
}

#priceListSection .tab-content li.priceListPriceTxt .priceListFooter {
	position: absolute;
	bottom: -55px;
}

#priceListSection .tab-content li.priceListPriceTxt .priceListBody {
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#priceListSection .tab-content li.priceListPriceTxt .priceListBody h2,
#priceListSection .tab-content li.priceListPriceTxt .priceListBody h3,
#priceListSection .tab-content li.priceListPriceTxt .priceListBody h4,
#priceListSection .tab-content li.priceListPriceTxt .priceListBody h5 {
	margin: 20px 0 30px 0;
}

#priceListSection .tab-content li.priceListPriceTxt .priceListBody table {
	margin-bottom: 30px;
}

#priceListSection .tab-content li.priceListPriceTxt .priceListBody table tr {
	border-bottom: 1px solid #eee;
}

#priceListSection .tab-content li.priceListPriceTxt .priceListBody table tr td {
	padding: 5px
}

#priceListSection .tab-content li.priceList {
	padding: 0 30px;
}

#priceListSection .tab-content li.bestOffer {
	-webkit-transform: scaleY(1.1);
	transform: scaleY(1.1);
}

#priceListSection .tab-content li.bestOffer .nav-item-inner {
	-webkit-box-shadow: 0 0 20px 0 #0b2c4e;
	box-shadow: 0 0 20px 0 #0b2c4e;
}

#priceListSection .tab-content li .priceListHeader {
	background: #0e71b4;
	text-align: center;
}

#priceListSection .tab-content li .priceListHeader h4 {
	color: #fff;
	margin: 0;
	padding: 15px;
	line-height: 1
}

#priceListSection .tab-content li .priceListPrice {
	background: #0c5e98;
	padding: 15px;
	text-align: center;
	box-shadow: 0 0 5px 1px #094773 inset;
}

#priceListSection .tab-content li.priceListPriceTxt .priceListBody p {
	margin: 30px;
}

#priceListSection .tab-content li .priceListPrice p {
	color: #fff;
	font-size: 32px;
	margin: 0;
	line-height: 1;
	padding: 20px;
}

#priceListSection .tab-content li .priceListPrice p span {
	color: #5487bb;
	font-size: 24px;
	margin: 0 20px 0;
	text-decoration: line-through;
}

#priceListSection .tab-content li .priceListPrice p i {
	color: #fff;
	font-size: 14px;
}

#priceListSection .tab-content li .priceListBody ul,
#priceListSection .tab-content li .priceListBody ol {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

#priceListSection .tab-content li .priceListBody ol ol,
#priceListSection .tab-content li .priceListBody ol ol ol,
#priceListSection .tab-content li .priceListBody ul ul ,
#priceListSection .tab-content li .priceListBody ul ul ul {
	padding: 0;
	margin: 0;
	list-style: initial;
}

#priceListSection .tab-content li .priceListBody ul > li {
	padding: 15px 15px 15px 50px;
	text-align: left;
	position: relative;
}

#priceListSection .tab-content li .priceListBody ul > li ol,
#priceListSection .tab-content li .priceListBody ol > li ol,
#priceListSection .tab-content li .priceListBody ul > li ul,
#priceListSection .tab-content li .priceListBody ul > li ul {
	padding: 30px;
	text-align: left;
	position: relative;
	list-style: initial;
}

#priceListSection .tab-content li .priceListBody ul > li::before {
	position: absolute;
	top: 17px;
	left: 20px;
	font-family: FontAwesome;
	color: #d1d1d1;
	display: inline-block;
	vertical-align: middle;
	content: "\f00c";
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	margin: auto; 
}

#priceListSection .tab-content li .priceListBody ul li:nth-child(even) {
	background: #f3f3f3
}

#priceListSection .tab-content li .priceListFooter {
	padding: 0;
	width: 100%;
	border: none;
	background: #eee;
	text-align: right;
}

#priceListSection .tab-content li .priceListFooter a {
	text-decoration: none;
	padding: 18px 15px;
	width: 100%;
	max-width: 300px;
	border-bottom: none;
	font-weight: 700;
	line-height: 1;
	background: #1da037;
	text-align: center;
	border-top: 5px solid #0b8928;
}

#priceListSection .tab-content li .priceListFooter a:hover {
	border-radius: 0;
	background: #177e2b;
}

#priceListSection .priceListSectionUnder {
	margin: 140px 0 0;
}

#priceListSection .priceListSectionUnder p {
	color: #adc3da;
}

#priceListSection .priceListSectionSide {
	margin: 45px 0 0;
}	

#priceListSection .priceListSectionSide .priceListSectionBlock {
	border-right: 1px solid #fff;
}

#priceListSection .priceListSectionSide p {
	font-size: 24px;
	font-weight: 200;
	line-height: 1.2;
	margin: 0
}

/* Newsy na głównej */
#newsHome {
	color: #fff;
	padding-left: 45px;
	padding-right: 45px;
}

#newsHome h5 {
	font-size: 18px;
}

#newsHome p {
	font-size: 16px;
	font-weight: 300
}

/* Newsy Lista */
.articleList {
	margin-top: 30px;
}

.newsElement {
	margin-bottom: 40px;
}

.newsElement:last-child {
	margin-bottom: 20px;
}

.newsHeader {
	padding: 10px 15px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
	z-index: 10;
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
	display: block;
	border-radius: 5px;
}

.newsCoverWrap div {
	height: 100%;
}

.newsHeaderWrap {
	background: #3e6082
}

.newsHeader h3 {
	font-size: 24px;
	font-weight: 400;
	overflow: hidden;
}

.newsHeader h3 a {
	color: #162c39;
}

.dateAuthorBox {
	border-bottom: 1px solid #e6edef;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.titleBox h2 {
	font-size: 24px;
	margin: 20px 0 
}

.newsBody p {
	font-size: 16px;
	margin: 20px 0 10px 0;
	text-align: justify;
	text-justify: inter-word;
}

.vlogElement .dateAuthorBox {
	margin-top: 9px;
	padding-top: 9px;
}

.newsWrapp {
	width: 100%;
}

.newsWrapp .newsBody {
	padding: 33px;
}

.vlogElement .newsWrapp .newsBody {
	padding: 25px 30px
}

.newsWrapp .newsBody p {
	font-size: 18px;
	font-weight: 300;
	color: #adc3da;
	margin: 0 0 40px 0
}

.dateBox i,
.dateBox span {
	font-size: 12px;
}

.dateBox span {
	margin-right: 15px;
}

.newsFooter {
	text-align: center;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.singleBody .dateAuthorBox {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	border: none;
}

.singleBody .headerImg {
	position: relative;
}

.singleBody .headerImg img {
	width: 100%;
}

.singleBody h1.page-title {
	padding: 20px 60px;
	margin: 0;
}

/* Opinie */
.archives-ref .refElement {
	margin-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0 10px 10px -15px #2a2d2e;
	box-shadow: 0 10px 10px -15px #2a2d2e;
}

.archives-ref .refBody {
	position: relative;
	padding: 15px 15px 0 60px;
}

.archives-ref .refBody::before {
    position: absolute;
    top: 0;
    left: 5px;
    content: '”';
    font-size: 100px;
    height: 10px;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
    font-family: Arial;
    height: 30px;
    color: #0e71b4;
}

.archives-ref .refHeader h3 {
	font-size: 24px;
	font-weight: 400;
	color: #0e71b4;
	height: 60px;
	overflow: hidden;
}

.page #main #quickContact,
.page-template-page-2col #primary #quickContact,
.single #main #quickContact {
	padding-bottom: 100px;
	background: #f9f9f9; 
	max-width: 1270px;
	margin: 0 auto;
	border-radius: 5px;
}

.single #main #quickContact .quickContactCols .imgBlock .descBlockInnerOver p,
.page-template-page-2col #primary #quickContact .quickContactCols .imgBlock .descBlockInnerOver p,
.page #main #quickContact .quickContactCols .imgBlock .descBlockInnerOver p {
	font-size: 42px;
}

.page #main #quickContact .wpcf7-form .contact-form-wrap-input,
.page-template-page-2col #primary #quickContact .wpcf7-form .contact-form-wrap-input,
.single #main #quickContact .wpcf7-form .contact-form-wrap-input {
    margin-bottom: 20px;
}

.page-template-page-2col #primary #quickContact {
	margin-top: 60px;
}

/* Usługi */
.iconsSet .iconsPageWrapp {
	padding: 0;
	margin: 0;
	list-style: none;
}

.iconsSet .iconsPageWrapp li {
	margin-top: 25px;
	margin-bottom: 25px;
}

.iconsSet .iconsPageWrapp li a {
	display: inline-block;
	width: 100%;
}

.iconsSet .iconsPageWrapp li .iconElement {
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding: 30px 30px 30px 90px;
	background-size: 65px auto; 
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	height: 75px;
	display: table;
}

.iconsSet .iconsPageWrapp li .iconElement:hover {
	border: 1px solid #0e71b4;
}

.iconsSet .iconsPageWrapp li .iconElement:hover a {
	text-decoration: none
}

.iconsSet .iconsPageWrapp li h4 {
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

#wspolpracujesz-z-pewna-i-bezpieczna-firma p.logos-programy img {
	margin: 30px 20px;
}

.promoBlock {
	background: #e44443;
	padding: 30px;
	text-align: center;
	color: #fff;
	margin: 60px 0 0;
	-webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}

.promoBlock h3 {
	margin: 0
}

.promoBlock p {
	margin: 0;
	font-size: 14px;
}

/* Breadcrumbs */
#breadcrumbs  {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	background: #f7f7f7;
	padding: 14px 20px 10px 20px;
	border-radius: 0 5px 5px 0;
	margin-top: -4px;
}

#breadcrumbs, #breadcrumbs a, #breadcrumbs span {
	font-size: 14px;
	color: #888;
}

#breadcrumbs span {
	margin: 0 5px;
}

/* PDFy z podziałem na lata */
.pdfBody h3 {
	margin: 0 0 30px 0;
}

.pobieraniePageInner {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.pobieraniePageInner li {
	margin-bottom: 10px
}

.pobieraniePageInner li i,
.pobieraniePageInner li a {
	margin-right: 10px;
}

/** Do pobrania **/
.downloadFilesPage {
	width: 100%;
	display: inline-block;
	margin-top: 1.5rem;
}

.downloadFilesPage .filesRow h3 {
	margin: 0 0 30px 0
}

.downloadFilesPage .filesRow {
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
}

.downloadFilesPage .filesRow > div.col-lg-12 {
	margin-bottom: 30px;
}

.downloadFilesPage .fileRow {
	margin-bottom: 1.5rem;
}

.downloadFilesPage .fileRow h5 {
	color: #063e76;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.1;
	text-transform: capitalize;
	margin: 0;
}

.downloadFilesPage .fileRow span,
.downloadFilesPage .fileRow a,
.downloadFilesPage .fileRow .file-meta-block i {
	color: #888;
	font-size: .8rem;
	line-height: 1
}

.downloadFilesPage .fileRow a {
	text-decoration: underline
}

.downloadFilesPage .fileRow a:hover {
	text-decoration: none
}

.downloadFilesPage .fileRow .file-meta-block i {
	margin-left: 5px
}

.downloadFilesPage .fileRow .fileTypeIco i {
	font-size: 2.6rem;
	color: #e96719;
}

.downloadFilesPage .fileRow .file-meta-block,
.downloadFilesPage .fileRow .file-meta-block span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.downloadFilesPage h2.section-title {
	color: #fff;
	margin-bottom: 4rem;
}

.downloadFilesPage .fileRow .spacer {
	padding: 0 5px
}

/* News navigation */
#navigator {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0;
	border-top: 1px solid #ddd;
}

#navigator li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}	

#navigator li a {
	display: inline-block;
	vertical-align: middle;
	color: #162c39;
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

#navigator li.prev a::before {
	font-family: "Font Awesome 5 Free";
	color: #162c39;
	display: inline-block;
	vertical-align: middle;
	content: "\f053";
	width: 26px;
	height: 20px;
	font-size: .7rem;
	font-weight: 900;
}

#navigator li.next a::after {
	font-family: "Font Awesome 5 Free";
	color: #162c39;
	display: inline-block;
	vertical-align: middle;
	content: "\f054";
	width: 26px;
	height: 20px;
	font-size: .7rem;
	font-weight: 900;
}

#navigator li i {
	font-size: .9rem;
	display: inline-block;
	vertical-align: middle;
}

#navigator li a:hover {
	color: #32607a
}

#navigator li a:active {
	color: #32607a
}

/* News navigation */
#pagination {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0;
}

#pagination .pages {
	display: none;
}

#pagination a.page, #pagination span.current, #pagination span.extend {
	display: inline-block;
	vertical-align: middle;
	color: #0e71b4;
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	-webkit-border-radius: 250px;
	border-radius: 250px;
	padding: 6px;
	width: 33px;
	margin: 0 5px
}

#pagination span.current {
	background: #0e71b4;
	color: #fff
}

#pagination a.page:hover {
	background: #0e71b4;
	color: #fff
}

#pagination a.previouspostslink,
#pagination a.nextpostslink,
#pagination a.last,
#pagination a.first {
	color: #0e71b4;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

#pagination a.last,
#pagination a.first {
	color: #0e71b4;
}

#pagination a.previouspostslink::before {
	font-family: "Font Awesome 5 Free";
	color: #0e71b4;
	display: inline-block;
	vertical-align: middle;
	content: "\f053";
	width: 26px;
	height: 14px;
	font-size: .7rem;
	font-weight: 900;
}

#pagination a.nextpostslink::after {
	font-family: "Font Awesome 5 Free";
	color: #0e71b4;
	display: inline-block;
	vertical-align: middle;
	content: "\f054";
	width: 26px;
	height: 14px;
	font-size: .7rem;
	font-weight: 900;
}

/* Strona FAQ */
.pageSubBody .nav-pills a.nav-link, 
.pageSubBody .nav-pills .show > a.nav-link a {
	color: #0e71b4;
	text-decoration: none;
	border-bottom: none;
}

.pageSubBody .nav-pills a.nav-link:hover, 
.pageSubBody .nav-pills .show > a.nav-link:hover,
.pageSubBody .nav-pills a.nav-link.active, 
.pageSubBody .nav-pills .show > a.nav-link {
	color: #fff;
	background: #0e71b4;
	text-decoration: none;
}

.card-header {
	padding: 0;
}

.tab-content .card {
	margin-bottom: 15px;
}

.tab-content .btn {
	background: none;
	padding: 10px 15px;
	width: 100%;
	text-align: left;
	border-radius: 0;
	color: #0e71b4
}

.tab-content .btn:hover,
.tab-content .btn:focus,
.tab-content .btn:active {
	background: #0e71b4;
	text-decoration: none;
	color: #fff;
}

.tab-content .card-body p:last-of-type {
	margin-bottom: 0;
}

.pageBodyContent .card h5 button {	
	font-size: 16px;
}	

/* Swiepr */
.swiper-pagination  {
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
}

.swiper-button-next {
	right: -20px !important;
}

.swiper-button-prev {
	left: -20px !important;
}

/* Contact */
.contactPage #contactInner {
	margin-top: 70px;
}

.contactPage .contactLevel1 {
	margin-bottom: 45px;
}

.contactPage .acf-map {
	height: 100%;
	border-radius: 5px
}

.contactPage .mapDesc > div {
	height: 100%
}

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

.contactPage .mapDescInner p {
	margin: 35px 0;
}

.contactPage .mapDescInner ul li,
.contactPage .mapDescInner ul li a {
	font-size: 20px;
	font-weight: 400;
}

.contactPage .mapDescInner ul li {
	margin-bottom: 30px;
}

/* Szukarka */
div.asl_w .probox .proclose,
div.asl_w .probox .proloading,
div.asl_m .probox div.asl_loader,
#ajaxsearchlite1 .probox, div.asl_w .probox,
div.asl_m .probox .proinput,
div.asl_w .probox .promagnifier,
div.asl_m .probox .proinput input {
	height: 46px !important;
}

div.asl_m .probox .promagnifier .innericon svg {
	vertical-align: top !important; 
}

div.asl_w .probox div.asl_simple-circle {
	height: 24px !important
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	font-size: 16px !important;
}

div[id*="ajaxsearchlite"].wpdreams_asl_container {
	border: none;
}

/** Footer **/
footer {
	margin-top: 45px;
	padding: 60px;
	background: #083c67; 
}

.home footer {
	margin-top: 0
}

.page-template-page-onas footer,
.page-template-page-cennik footer {
	margin-top: 0
}

footer h4 {
	font-size: 20px;
	color: #92a3b1;
	margin: 0 0 40px 0;
	position: relative;
}

footer h4:after {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0 auto;
	content: "";
	width: 20px;
	height: 1px;
	background: #92a3b1;
}

footer p,
footer ul li,
footer ol li,
footer a {
	font-size: 16px;
	color: #fff;
	margin: 0 0 8px 0;
	font-weight: 300;
}

footer a:hover {
	color: #fff;
	opacity: 0.65;
	text-decoration: none
}

footer ul,
footer ol {
	list-style: none;
	margin: 0;
	padding: 0
}

footer ul li,
footer ol li {
	margin: 0 0 5px 0;
	position: relative;
	padding-left: 10px
}

footer ul li a,
footer ol li a {
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1)
}

footer ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	display: inline-block;
	content: "\f105";
	width: 14px;
	height: 14px;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	line-height: 1;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	opacity: 1
}

footer ul li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	display: inline-block;
	content: "\f105";
	width: 14px;
	height: 14px;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 12;
	line-height: 1;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .35s cubic-bezier(0.694,0.0482,0.335,1)
}

footer ul li a:hover:before {
	opacity: 1;
	left: 0;
}

footer ul li a:hover:after {
	opacity: 0;
	left: 5px;
}

#footer-lower {
	background: #334453;
}

#footer-lower p,
#footer-lower a {
	font-size: 12px;
	color: #fff;
	margin: 15px 0;
}

#footer-upper-4 ul li a {
	color: #acd0f2;
}

#footer-upper-4 ul {
	margin-top: 20px;
}

.error404 .er404 {
	font-weight: 200;
	font-size: 92px;
	margin: 0 0 30px 0;
	line-height: 1;
}

.error404 .er404 span:nth-child(1),
.error404 .er404 span:nth-child(3) {
	color: #ddd
}

.error404 .er404 span:nth-child(2) {
	color: #0e71b4
}

/* Kalkulator */
#box_calculator {
	padding: 5px 15px 15px 15px;
	background: #fff;
	position: relative;
	z-index: 10;
}

#box_calculator .labelBlock label {
	font-size: 14px;
	margin: 10px 0;
}

#box_calculator .block select {
	width: 100%;
}

#box_calculator input[type="number"],
#box_calculator select {
	background: #e8edf1;
	color: #000;
	border: none;
	height: 30px;
	width: 100%;
	padding: 3px 6px;
	font-size: 16px;
}

.blockCheckbox {
	margin: 15px 0;
}

.blockCheckbox span {
	font-size: 14px;
	line-height: 1;
	margin: 0 0 0 10px;
}

#box_calculator_summary {
	visibility: hidden;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    height: 100%;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	overflow: hidden;
}

#box_calculator_summary.resultsVisible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#box_calculator_summary.resultsHidden {
	visibility: hidden;
	opacity: 0;
}

#box_calculator_summary ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
}

#box_calculator_summary ul li span.label {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
	font-weight: 400;
}

#box_calculator_summary ul li span.val {
	color: #888;
	font-style: italic;
	font-size: 12px;
}

#box_calculator_summary ul li span.green {
	color: #6d961e;
	font-weight: 600;
	font-size: 16px;
	font-style: initial;
	display: inline-block;
}

.sectionHeader h1,
.sectionHeader h2,
.sectionHeader .main-desc p {
box-shadow: 0 0 30px 30px rgba(9,24,43,0.5);
background: rgba(9,24,43,0.5);
border-radius: 50px;
text-shadow: 1px 1px rgba(9, 24, 43, 0.5);
display: inline-block;
padding: 0 30px;
}

/* RWD Min rozdzielczości */
@media (min-width: 768px), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (min-width: 1024px), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu {
		-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
		transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
		transform: translate3d(15px,20px,0);
		-webkit-transform: translate3d(15px,20px,0);
		display: block;
		background: #000;
		opacity: 0;
		visibility: hidden;
		border: none;
		-webkit-box-shadow: 0 0 8px -5px #000;
		-ms-box-shadow: 0 0 8px -5px #000;
		box-shadow: 0 0 8px -5px #000;
		margin: 0;
		padding: 10px 5px;
		line-height: 1;
		border-radius: 0;
	}
	
	.navbar-lockup .nav li.menu-item-has-children:hover ul.dropdown-menu {
		opacity: 1;
		margin-left: 15px;
		visibility: visible;
		transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
	}

	.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu li {
		line-height: 1;
		width: 100%;
		padding: 0;
	}
	
	.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu li a {
		color: #fff;
		line-height: 1;
		font-size: 14px;
		padding: 10px;
		display: block;
	}
	
	.navbar-lockup .nav li.current-menu-parent > a,
	.navbar-lockup .nav li.current-post-ancestor > a,
	.navbar-lockup .nav li.current-menu-item > a,
	.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu li a:hover,
	.navbar-lockup ul.nav ul.dropdown-menu li.current-menu-item a, 
	.navbar-lockup .nav > li:not(.menu-item-566):hover > a, 
	.navbar-lockup .nav > li:not(.menu-item-566):hover a > ul > li > a:hover,
	.single-opinia .navbar-lockup .nav > li.menu-item-object-opinia a {
		color: #44b4e4;
	}	
}

@media (min-width: 1200px), (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		max-width: 1240px;
	}
	
	.navbar-lockup .nav > li.menu-item-has-children > a::after {
		right: 5px;
	}
}

@media (min-width: 1360px), (min-width: 1360px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		max-width: 1300px;
	}
	
	.iconBlock .pageBodyTxtWrap.sub2colImg {
		padding-bottom: 5%;
	}
}

@media (min-width: 1600px), (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		max-width: 1600px;
	}
	
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* Max rozdzielczości */
@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1440px) {	
	.logos .logosInnerCol img {
		max-height: 120px;
	}
}

@media only screen and (max-width: 1366px) {	
	.logos .logosInnerCol img {
		max-height: 100px;
	}
}

@media only screen and (max-width: 1280px),  (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 1199px), (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 1140px), (max-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 1024px), (max-width: 1024x) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 1023px), (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media (max-width: 991px), (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.mobile-nav-toggle.mobile-nav-toggle-inner {
		top: 0;
	}
	
	.mobileBtn {
		display: block;
	}
	
	.subMenuSide {
		padding: 0;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translate3D(-100vw,0,0);
		transform: translate3D(-100vw,0,0);
	}
	
	.subMenuSide.is-active {
		-webkit-transform: translate3D(0,0,0);
		transform: translate3D(0,0,0);
	}
	
	.subMenuSide.is-active .mobileBtn {
		right: -10px;
		top: 1px;
		z-index: 100;
	}
	
	.subMenuSide li a {
		min-height: 0;
		padding: 12px 20px
	}
	
	.side-nav-fix .mobileBtn {
		top: 0
	}
		
	.subMenuSide {
		margin: 76px 0 30px 0;
	}
	
	.side-nav-fix .subMenuSide {
		position: fixed;
		top: 0;
	}
	
	.side-nav-fix .subMenuSide .mobileBtn p {
		display: none;
	}
	
	.subMenuSideInner {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.subMenuSide li {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
		float: none;
		width: auto;
	}
	
	#footer-upper-4 ul li a {
		display: inline-block;
		font-size: 16px;
	}
	
	#footer-upper-4 ul li a::after {
		display: none;
	}
	
}

@media (max-width: 966px), (max-width: 966px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 800px), (max-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 768px), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 767px), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body {
		padding-top: 70px;
	}
	
	#masthead,
	.nav-fix #masthead,
	.fixed-navbar {
		height: 70px;
		background: #0e71b4
	}
	
	.fixed-navbar.nav-fix {
		height: 70px;
	}
	
	.navbar-lockup {
		line-height: 60px;
	}
	
	.navbar-lockup #logoMain .logo {
		height: 55px;
		width: 87px;
	}
	
	.mobile-nav-toggle-outer,
	.mobile-nav-toggle-outer.nav-fix,
	.nav-fix .mobile-nav-toggle-outer.nav-fix,
	.nav-fix .mobile-nav-toggle-outer {
		top: 17px;
	}
	
	.nav-fix #logoMain .logo,
	#logoMain .logo {
		top: 10px;
	}
	
	.error404 h1 {
		margin: 60px 0 40px 0;
		font-size: 40px;
		padding: 0 5%;
	}
	
	#topBar .subMenuNav {
		margin: 0
	}
	
	#topBar .subMenuNav li > div {
		padding: 10px 0;
	}
	
	#topBar .subMenuNav li {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
	}
	
	#topBar .subMenuNav li a {
		padding: 10px;
	}
	
	.container.sections .pageBodyTxt.col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#contactRight h3, #contactLeft h3 {
		text-align: center;
	}
	
	.sectionHeader .colDescInner {
		padding-left: 0;
	}
	
	.titleHeader .titleSection h3 {
		font-size: 28px;
	}
	
	#priceListSection .tab-content li.priceList {
		margin-bottom: 30px;
		padding: 0;
	}	
	
	#priceListSection .tab-content li.bestOffer {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	#priceListSection .tab-content li.priceListPriceTxt .priceListFooter {
		position: relative;
		bottom: initial;
	}
	
	#priceListSection .priceListSectionUnder {
		margin: 20px 0 0;
	}
	
	.descBlockInner {
		padding: 0;
	}
	
	.serviceSectionCols .descBlockInner {
		padding: 0 20px;
	}
	
	.priceListSectionBlock {
		margin-bottom: 30px;
	}
	
	.priceListSectionBtn .descBlockInner,
	.priceListSectionBtn .descBlockInner a {
		width: 100%;
	}
	
	#priceListSection .tab-content li .priceListBody {
		height: auto;
	}
	
	#priceListSection .tab-content li .priceListBody ul li::before {
		display: block;
		top: 10px;
	}
	
	.pageBodyTxt .innerFlex.imageBlockWrapp {
		padding: 0;
	}
	
	.sections .descBlock  {
		margin-top: 30px
	}
	
	#quickContact .wpcf7 {
		width: 100%;
	}
	
	.sectionHeader h3 {
		padding: 0 5%;
	}
	
	.sectionHeader {
		padding: 60px 20px;
	}
	
	#priceListSection .tab-content li .priceListBody ul li {
		padding: 10px 10px 10px 50px;
		text-align: left;
	}
	
	.sectionHeader h1 {
		font-size: 2rem;
		line-height: 1;
	}
	
	.pageBodyTxt h2{
		font-size: 1.8rem;
		line-height: 1;
	} 
	
	.pageBodyTxt h3 {
		font-size: 1.6rem;
		line-height: 1;
	}
	
	.pageBodyTxt,
	.pageBodyTxtWrap {
		padding: 0 10px
	}
	
	#priceListSection .nav-tabs-custom {
		margin: 0 0 40px 0;
	}
	
	.modal-body .modalDesc p {
		font-size: 26px;
	}
	
	.modal-body .modalDesc p:last-child {
		margin-bottom: 20px;
	}
	
	.wpcf7-form .contact-form-wrap-input {
		margin-bottom: 25px;
	}
	
	.wpcf7-form .contact-form-wrap-input.contact-form-wrap-usluga {
		margin-bottom: 0
	}
	
	.promoBlock {
		padding: 30px 45px;
	}
	
	.promoBlock h3 {
		margin-bottom: 20px;
	}

	/** Content **/	
	#hero #pageTitle h3 {
		font-size: 20px;
	}
	
	#hero #pageTitle h1 {
		font-size: 40px;
		margin: 20px 0;
	}
	
	#hero #pageTitle h4 {
		margin: 30px 0 15px 0;
		text-align: center;
	}
	
	#hero #pageTitle h4 span {
		display: none;
	}
	
	#hero #pageTitle h4 a {
		width: 100%;
		font-size: 26px;
		display: inline-block;
	}
	
	#hero #pageTitle h5	{
		text-align: center;
		margin-bottom: 84px;
	}
	
	#primary h1,
	#primary h2,
	#primary h3,
	#primary h4,
	#primary h5 {
		text-align: center;
	}
	
	h1.sub-title {
		font-size: 30px;
	}
	
	h2.sub-title {
		font-size: 26px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	h3.sub-title {
		font-size: 22px;
	}
	
	h4.sub-title {
		font-size:18px;
	}
	
	.innerFlex {
		padding: 0 15px;
	}
	
	.single-videoblog #main iframe {
		height: 100vh;
	}
	
	.iconsSet .iconsPageWrapp li {
		margin-top: 8px;
	}
	
	.pageBodyImg {
		height: 400px;
	}
	
	.iconsSet .iconsPageWrapp li h4 {
		font-size: 16px;
	}
	
	.iconsSet .iconsPageWrapp li .iconElement {
		background-size: auto 50%;
	}
	
	.titleHeader .titleSection h4 {
		font-size: 20px;
	}
	
	.logos .logosInnerCol img {
		width: 100%;
	}
	
	#footer-upper-3 {
		margin-top: 30px
	}
		
	#footer-upper-2 {
		margin-top: 30px
	}
	
	#footer-upper-4 {
		margin-top: 20px;
	}
	
	#footer-upper-4 ul li a::after {
		display: inline-block;;
	}
}

/* iphone 6 plus*/
@media (max-width: 736), (max-width: 736) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

/* iphone 6 */
@media (max-width: 667px), (max-width: 667px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 640px), (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Nexusy */
@media (max-width: 604px), (max-width: 604px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

/* Bootstrap small */
@media (max-width: 576px), (max-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	.btn-green a span, 
	a.btn-green span, 
	.btn-green a i, 
	a.btn-green i {
		padding: 10px;
	}
	
	.contactPage .contactLevel2 {
		padding-top: 30px
	}
	
	#quickContact .titleHeader .titleSection h3 {
		margin-top: 0
	}
	
	.pageBodyTxt p {
		font-size: 15px;
	}
	
	.sections {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.sectionHeader h3 {
		padding: 0;
	}
	
	#pageBody h2.sub-title {
		width: 100%;
	}
}

@media (max-width: 480px), (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.col {
		flex-basis: initial;
	}
	
	.btn-blue a span, a.btn-blue span, 
	.btn-blue a i, a.btn-blue i {
		padding: 20px 15px;
	}
	
	#homePage {
		background-position: 50% 100%;
	}
	
	#footer-lower p {
		text-align: center;
	}
	
	#footer-lower-1a p {
		margin-bottom: 0
	}
}

/* iphone 6 plus*/
@media (max-width: 414px), (max-width: 414px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.slide-out-nav {
		overflow-y: visible;
		height: 100vh
	}
		
	.iframe-body iframe {
		min-height: 360px;
	}
	
	.contactBlockInnerInfo3 h3 {
		padding: 1rem
	}
	
	.modal-title {
		font-size: 1.5rem
	}
	
	#contact .contactBody {
		padding-bottom: 6rem;
	}
	
	#nawigator {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-bottom: 10px;
	}
	
	#nawigator li {
	    padding: 5px;
	}
	
	#nawigator li.prev {
		float: left;
	}
	
	#nawigator li.next {
		float: right;
	}
	
	.sectionHeader {
		margin-top: 0;
	}
	
	.innerFlex.innerFlexTxtWrapp {
		padding-bottom: 30px;
	}
}

/* iphone 6 */
@media (max-width: 380px), (max-width: 380px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body .popover {
		max-width: 360px !important
	}
}

@media (max-width: 360px), (max-width: 360px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body .popover {
		max-width: 340px !important
	}
}

@media (max-width: 320px), (width-max: 320px) and (-webkit-min-device-pixel-ratio: 1.5) {
	body .popover {
		max-width: 300px !important
	}
	
	.slide-out-nav {
		width: 285px;
	}
}