/*
	Theme Name: Aqua-Korekt
	Theme URI: http://aqua-korekt.pl
	Description: Template przygotowany dla firmy Aqua-Korekt
	Version: 1
	Author: Interfinity
	Author URI: http://interfinity.pl
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	position: relative;
	z-index: 1;
	height: 100%;
	background-color: #021123;
}

body {
	min-width: 303px;
	margin: 0;
	padding: 85px 0 0;
	background-color: #fff;
	font-family: 'Roboto';
	color: #444;
}

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	font-family: 'Roboto';
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
	opacity: .8;
	text-decoration: none;
}

input:focus {
	outline: 0;
}

.container-fluid {
	width: 100%;
	max-width: 1080px;
	vertical-align: middle;
	text-align: left;
}

.center-elements::before {
	content: '\200B';
	display: inline-block;
	min-height: inherit;
	height: 100%;
	margin-right: -5px;
	padding-right: 5px;
	vertical-align: middle;
}

.text-center,
.text-center * {
	text-align: center;
}

.text-right {
	text-align: right;
}

.element-center {
	margin: auto;
	float: none;
	overflow: hidden;
}

.vcenter {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.nav li a:hover,
.nav li a:focus {
	background: none;
}

/* Buttons */

button {
	border: 0;
}

.btn {
	position: relative;
	display: inline-block;
	min-width: 244px;
	height: 58px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.btn:hover {
	opacity: .8;
}

.btn::before {
	content: '\200B';
	display: inline-block;
	min-height: inherit;
	height: 100%;
	margin-right: -5px;
	padding-right: 5px;
	vertical-align: middle;
}

.btn-small {
	min-width: 0;
	height: 39px;
	padding: 0 20px;
}

.btn span {
	display: inline-block;
	vertical-align: middle;	
	font-size: 16px;
}

.btn i {
	display: inline-block;
	vertical-align: middle;
}

.btn span {
	white-space: nowrap;
	font-weight: 700;
}

.btn-transparent {
	background: none;
	border: 2px solid #397eea;
}

.btn-transparent span {
	font-weight: 700;
	color: #397eea;
}

.btn-transparent:hover {
	color: #fde62d;
}

.btn-dropdown {
	width: 100%;
	background: none;
	border: 0;
	text-align: left;
}

.btn-dropdown:hover {
	width: 100%;
	background: none;
	border: 0;
	text-align: left;
}

.btn .filter-option {

}

/*------------------------------------*\
    NAVBAR TOP
\*------------------------------------*/

.navbar-top {
	z-index: 9996;
	height: 100px;
	background-color: #fff;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2);
}

.navbar-top .container-fluid {
	position: relative;
	max-width: 1080px;
	height: inherit;
}

.navbar-top .logo {
	position: absolute;
	z-index: 9991;
	top: 10px;
	left: 15px;
	display: inline-block;
}

.navbar-top .logo a {
	display: inline-block;
	width: 180px;
	height: 80px;
	margin: 0;
	padding: 0;
	background-image: url(../images/aqua-korekt-logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#navbar-top {
	position: relative;
	float: right;
	text-align: right;
} 

.navbar-collapse {
	border: 0;
	margin: 0;
	padding: 0;
}

.collapse {
	display: inline-block;
}

.nav-top {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.nav-top li {
	margin: 0;
}

.nav-top li + li {
	margin-left: 0px;
}

.nav-top li a {
	position: relative;
	display: block;
	height: 100px;
	margin: 0;
	padding: 40px 17px 0 17px;
	font-size: 17px;
	font-weight: 400;
	color: #898989;
}

.nav-top li li a {
	font-size: 15px;
}

.nav-top:hover > li.current-menu-item > a {
	color: #c5c5c5;
}

.nav-top li a:hover,
.nav-top li a:focus,
.nav-top li.current-menu-item a,
.nav-top li.current-menu-item a:hover {
	opacity: 1;
	color: #ce1360;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}

/* Nav top dropdown */

.nav-top .dropdown .dropdown-menu {
    border: 0 none;
    display: block;
    left: 50%;
    margin-left: -120px;
    margin-top: -4px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: auto;
    text-align: center;
    transform: translate(0px, 10px);
    transition: all 0.2s ease 0s;
    visibility: collapse;
    width: 240px;
    border-radius: 5px;
}

.nav-top .dropdown-menu::before {
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 2;
}

.nav-top .dropdown:hover > a, 
.nav-main .dropdown:focus > a {
    color: #ce1360;
}

.nav-top .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.nav-top .dropdown-menu {
    background-color: #ce1360;
    min-width: 238px;
    border-radius: 5px;
    overflow: hidden;
}

.nav-top .dropdown-menu li {
	position: relative;
    margin: 0;
    padding: 0;
    float: none;
}

.nav-top .dropdown-menu li a {
    display: block;
    height: 52px;
    padding: 15px 15px 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    color: #fff;
}

.nav-top .dropdown-menu li.current-menu-item a,
.nav-top .dropdown-menu li.current-menu-item a:hover,
.nav-top .dropdown-menu li a:focus, 
.nav-top .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.magicline {
	position: absolute;
	bottom: 0;
	height: .25rem;
	padding: 0;
	border: none;
	transition: all .25s ease;
}

.magicline::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 10px;
	left: 10px;
	display: block;
	height: 3px;
	padding: 0;
	background: #ce1360;
	border-radius: 3px 3px 0 0;
}

/* Nav top toggle */

.navbar-toggle {
	position: absolute;
	top: 5px;
	right: 0;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.site-header.sticky .navbar-toggle {
	top: 0;
	margin-top: 7px;
}

.navbar-toggle .icon-bar {
	position: absolute;
	top: 22px;
	left: 14px;
	display: inline-block;
	-webkit-transform: translateX(0%) translateY(50%);
	-moz-transform: translateX(0%) translateY(50%);
	-ms-transform: translateX(0%) translateY(50%);
	-o-transform: translateX(0%) translateY(50%);
	transform: translateX(0%) translateY(50%);
	width: 21px;
	height: 2px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.navbar-toggle .icon-bar::before,
.navbar-toggle .icon-bar:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color .3s;
	-moz-transition: -moz-transform .3s, top .3s, background-color .3s;
	transition: transform .3s, top .3s, background-color .3s;
}

.navbar-toggle .icon-bar,
.navbar-toggle .icon-bar::before,
.navbar-toggle .icon-bar:after {
	background-color: #404040;
}

.navbar-toggle .icon-bar::before {
	top: -6px;
}

.navbar-toggle .icon-bar::after {
	top: 6px;
}

.navbar-toggle[aria-expanded='true'] .icon-bar {
	background-color: rgba(255, 255, 255, 0);
}

.navbar-toggle[aria-expanded='true'] .icon-bar::before,
.navbar-toggle[aria-expanded='true'] .icon-bar::after {
	background-color: #404040;
}

.navbar-toggle[aria-expanded='true'] .icon-bar::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navbar-toggle[aria-expanded='true'] .icon-bar::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

#social-card {
	width: 40px;
	height: 120px;
	left: 0;
	top: 50%;
	margin-top: -60px;
	position: fixed;
	box-sizing: border-box;
	overflow: hidden;
	
	border: solid 1px #fff;
	border-left: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	background: #395a9c url(../images/facebook.png) no-repeat;
	
	z-index: 99;
}

#social-card a {
	width: 40px;
	height: 120px;
	padding-left: 100%;
	display: block;
	overflow: hidden;
}


/*------------------------------------*\
    SECTIONS
\*------------------------------------*/
#front-page-container {
	width: 100%;
	overflow-x: hidden;
}

section {
	position: relative;
	padding: 47px 0;
	overflow: hidden;
}

section .container-fluid {
	width: 100%;
	max-width: 1080px;
	vertical-align: middle;
}

.section-title {
	margin: 0 0 42px;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 37px;
	color: #021123;
	text-align: center;
}

section p {
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 23px;
	color: #4b5867;
}

/* Section 01 */

#section-1 {
	padding: 0;
}

#section-1::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
}

.image-captions {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
}

.image-captions h3 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
	text-align: right;
	font-style: italic;
}

.image-captions p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	color: #cad6e9;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
	text-align: right;
}

/* Section 02 */

#section-2 {
	padding-bottom: 17px;
	background-color: #fff;
	background-image: url(../images/section-bg-2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.elements-list .row > div {
	margin-bottom: 30px;
}

.elements-list .inner {
	display: block;
	height: 100%;
	padding: 20px 15px;
	border: 1px solid #cedaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f8f9fc;
}

.elements-list figure {
	position: relative;
	height: 115px;
}

.elements-list figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.elements-list h5 {
	font-size: 22px;
	font-weight: 300;
	color: #000;
}

/* Section 03 */

#section-3 {
	padding: 0;
	background-color: #f8f9fc;
	border-top: 1px solid #cedaea;
	border-bottom: 1px solid #cedaea;
	overflow: visible;
	z-index: 92;
}

#section-3 .row {
	
}

#section-3 .row > div {
	padding-top: 47px;
	padding-bottom: 43px;
	float: left;
}

#section-3 .row > div:first-child {
	padding-right: 80px;
}

#section-3 .row > div + div {
	position: relative;
	z-index: 1;
}

.col-custom-7 {
	width: 62.2%;
}

.col-custom-5 {
	width: 37.8%;
}

#section-3 .section-title {
	margin: 0 0 23px;
	text-align: left;
}

/* List news */

.list-news article {
	padding: 0 0 18px;
}

.list-news article + article {
	padding: 26px 0 18px;
	border-top: 1px solid #e3e9f3;
}

.list-news h6 {
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	color: #ce1360;
}

.list-news h6 a {
	color: #ce1360;
}

.list-news time {
	display: block;
	margin: 0 0 5px;
	font-size: 13px;
	color: #848f9d;
}

.list-news p {
	margin: 0;
	line-height: 23px;
	color: #4b5867;
}

/* Event calendar */

#section-3 .row > div + div .section-title {
	color: #fff;
}

#section-3 .section-bg {
	position: absolute;
	z-index: -1;
	top: -1px;
	bottom: -1px;
	left: -45px;
	width: 960px;
	background-color: #0d254e;
	background-image: url(../images/section-bg-3.jpg);
}

.events-calendar {
	
}

#wp-calendar {
	position: relative;
}

#wp-calendar caption {
	padding: 13px 0;
	border-top: 1px solid #425677;
	border-bottom: 1px solid #425677;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

#wp-calendar thead {
	
}

#wp-calendar th {
	height: 40px;
	color: #fff;
	text-align: center;
}

#wp-calendar tbody tr {
	margin-top: 1px;
}

#wp-calendar tbody td {
	width: 46px;
	height: 46px;
	background-color: rgba( 255, 255, 255, .07 );
	border: 1px solid #0e2650;
	color: #546272;
	text-align: center;
}

#wp-calendar tbody td a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px 0 0;
}

#wp-calendar .pad {
	background-color: rgba( 255, 255, 255, .04 );
}

#wp-calendar .event {
	background-color: rgba( 255, 255, 255, .2 );
}

#wp-calendar .today {
	background-color: #ce1360;
	color: #fff;
}

#wp-calendar .event a {
	position: relative;
	font-weight: 700;
	color: #fff;
}

#wp-calendar tbody td:hover {
	background-color: rgba( 255, 255, 255, .2 );
	color: #fff;
}

#wp-calendar tfoot {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#wp-calendar tfoot tr {
	width: 100%;
}

#wp-calendar tfoot td {
	height: 54px;
	padding: 17px 0 0;
	background: none;
}

#wp-calendar tfoot .pad {
	display: none;
}

#wp-calendar tfoot a {
	color: #fff;
}

#wp-calendar #eo-widget-prev-month {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	padding-left: 20px;
	text-align: left;
}

#wp-calendar #eo-widget-next-month {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	padding-right: 20px;
	text-align: right;
}

#wp-calendar .tooltip {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 50%;
	min-width: 200px;
	margin: 20px 0 0;
	padding:  0;
	transform: translate(-50%, 0px);
	background-color: #56688a;
	background-color: rgba( 55, 74, 106, .9 );
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
	visibility: collapse;
	font-weight: 400;
}

#wp-calendar .event a:hover {
	opacity: 1;
	background-color: rgba( 255, 255, 255, .5 );
}

#wp-calendar a:hover .tooltip {
	opacity: 1;
	visibility: visible;
}

#wp-calendar .tooltip p {
	margin: 0;
	padding: 6px 10px;
	border: 0;
	border-bottom: solid 1px #0e2650;
	font-size: 13px;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}

#wp-calendar .tooltip p b {
	width: auto;
}

.eo-widget-cal-overlay {
	z-index: 9999;
}

/* Section 04 */

#section-4 {
	z-index: 91;
}

#section-4 .row > div:first-child {
	padding-top: 39px;
}

#section-4 .section-title {
	margin-bottom: 35px;
}

#section-4 .btn {
	margin-top: 33px;
}

/* Section 05 */

#section-5 {
	z-index: 90;
	margin-top: 43px;
	padding-top: 100px;
	background-color: #eef2f8;
	overflow: visible;
}

#section-5::after {
	content: '';
	position: absolute;
	top: -260px;
	left: 0;
	width: 100%;
	height: 524px;
	margin: auto;
	background-image: url(../images/water.png);
	background-position: center top;
	opacity: 1;
}

#section-5 .container-fluid {
	position: relative;
	z-index: 999;
}

/* Our team */

.single-person {
	margin-bottom: 30px;
}

.single-person + .single-person::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 85px;
	right: 50%;
	width: 185px;
	height: 1px;
	background-color: #e2e6eb;
}

.single-person figure {
	position: relative;
	z-index: 2;
	margin: 0 0 12px;
	text-align: center;
}

.single-person figure img {
	width: 170px;
	height: 170px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d0dbeb;
	border-radius: 10px;
}

.single-person h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
}

#section-5 .btn {
	margin-top: 22px;
}

/* Main */

main {
	padding: 137px 0 60px;
	background-image: url(../images/water-1.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.page-template-template-contact main {
	padding: 137px 0 0;
}

h5 {
	margin: 0 0 20px;
	font-size: 17px;
	font-weight: 400;
}

main h6 {
	font-size: 15px;
	color: #303030;
}

aside {
	position: relative;
	overflow: hidden;
}

.widget {
	width: 100%;
	margin: 0 0 25px;
	padding: 0 15px 0 0;
	float: left;
}

.widget h5 {
	margin: 0 0 16px;
}

.widget p {
	margin: 0 0 20px;
	font-size: 15px;
	letter-spacing: -.2px;
}

.widget a {
	font-weight: 700;
	color: #2255a3;
}

.widget:first-child p {
	margin: 0;
	padding: 8px 0;
	padding: 0 0 0 16px;
	border-left: 2px solid #cedaea;
}

.widget:first-child p b {
	display: inline-block;
	width: 185px;
}

.widget:first-child p:last-child {
	margin: 13px 0;
	padding: 0;
	border: 0;
}

.widget.nav-side h5 {
	margin: 0 0 4px;
	color: #021123;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul li + li a {
	border-top: 1px solid #e6ecf4;
}

.widget ul li a {
	position: relative;
	display: block;
	padding: 16px 0;
	overflow: hidden;
}

.widget ul li a:hover,
.widget ul li.current_page_item > a {
	padding: 16px 0 16px 16px;
	opacity: 1;
}

.widget ul li a::after {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: -2px;
	display: block;
	width: 2px;
	box-shadow: 0 0 0 2px #ce1360 inset;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.widget ul li a:hover::after,
.widget ul li.current_page_item > a::after {
	left: 0;
}


/* Subpages */

.pagecontent {
	padding: 17px 30px 35px;
}

.pagecontent a {
	font-weight: 700;
	color: #396698;
}

/* Storycontent */

h3 {
	font-size: 27px;
	font-weight: 300;
}

h4 {
	font-size: 22px;
	font-weight: 300;
	color: #ce1360;
	font-weight: 500;
	
}

h5 {
	font-size: 19px;
	font-weight: 700;
	color: #ce1360;
}

.storycontent h3 {
	margin: 0 0 20px;
	text-align: center;
}

.storycontent h5 time {
	font-weight: 300;
	color: #898989;
}

.storycontent p {
	margin: 25px 0 0;
	font-size: 15px;
	line-height: 23px;
	color: #646464;
	text-align: justify;
}

.storycontent p:first-of-type {
	margin: 0;
}

.storycontent p:nth-child(2) {
	margin: 15px 0 0;
}

.storycontent ul {
	margin: 3px 0 13px;
	padding: 0 0 0 20px;
	line-height: 25px;

}

.storycontent ul li {
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	list-style-type: none;
	color: #4b5867;
}

.storycontent ol li{
	line-height: 25px;
	margin-bottom: 15px;
}
	
.storycontent ul li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ce1360; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 20px;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/*.storycontent ul li:before {
    content: "•---* ";
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
    font-size: 25px;
    color: #ce1360;
}
*/

.storycontent img {
	max-width: 60%;
}

.storycontent table {
	width: 100%;
	margin: 0 0 20px;
	border-bottom: 1px solid #e4eaf3;
}

.storycontent table tr {
	border-top: 2px solid #e4eaf3;
}

.storycontent tbody tr:first-child {
	border-top: 2px solid #e4eaf3;
}

.storycontent table th {
	padding: 21px 0 20px;
}

.storycontent table td {
	padding: 8px;
}

.storycontent table caption {
	position: absolute;
	margin: 15px 0 0;
	font-size: 13px;
	color: #8e9cad;
}

.storycontent .table-responsive {
	overflow-x: scroll;
}

.storycontent .table-responsive table {
	width: 660px;
	table-layout: auto;
}

/* Gallery */

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

.gallery a {
	position: relative;
	display: block; 
	background-color: #f0f4f9; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px;
	overflow: hidden;
}

.gallery a::after {
	content: '';
	position: absolute;
	z-index: 11; 
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.gallery a:hover {
	opacity: 1;
}

.gallery a:hover::after {
	opacity: 1;
}

.gallery a::before {
	content: '';
	position: absolute;
	z-index: 12;
	right: 15px;
	bottom: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-zoom-in.png);
	-webkit-transform: translate( 40px, 0 );
	-moz-transform: translate( 40px, 0 );
	transform: translate( 40px, 0 );
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.gallery a:hover::before {
	background-image: url(../images/icon-zoom-in.png);
	-webkit-transform: translate( 0, 0 );
	-moz-transform: translate( 0, 0 );
	transform: translate( 0, 0 );
}

.gallery img {
	max-width: 100%;
	margin: 0;
}

.fancybox-overlay-fixed {
	z-index: 9997;
}

#fancybox-loading {
	z-index: 9998;
}

/* Images zoom */

img[class*="wp-image"] {  
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;  
	background-color: #f0f4f9; 
	border-radius: 10px;
}
 


/* Form elements */

.form-elements .row {
	position: relative;
	margin-right: -5px;
	margin-left: -5px;
}

.form-elements .row > div {
	margin-bottom: 10px;
	padding: 0 5px;
}

.wpcf7-form .row::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 40px;
	display: none;
	width: 100%;
	background-color: rgba(255, 255, 255, .8);
	background-image: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.wpcf7-form.in-progress .row::after {
	display: block;
}

.wpcf7-form.invalid.in-progress .row::after {
	display: none;
}

div.wpcf7-response-output {
	width: 100%;
	margin: 20px 0 0;
	padding: 15px 20px;
	float: left;
}

span.wpcf7-not-valid-tip {
	padding: 5px;
	font-size: 13px;
	color: #ce1360;
}

/* Table */

.table {
	border-radius: 10px;
	overflow: hidden;
	border: solid 2px #e4eaf3;
}

.table table {
	margin: 0;
	border: none !important;
}

.table td {
	text-align: center !important;
}
.table td:last-child {
	border-right: none;
	
}
.table tbody tr:first-child {
    border-top: none;
}

.table thead {
	
}
.table thead tr {
	border-top: none;
}
.table thead td { 
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #ce1360;
	color: #fff;
} 

.table tbody td {
	background-color: #fff !important;
	border-right: 2px solid #e4eaf3;
	
}
.table tbody tr:nth-child(even) td {
    background-color: #f1f3f9 !important; 
}

.first-column tbody td:first-child {
	background-color: #084896 !important;
	color: #fff !important;
}

.first-column tbody tr:nth-child(even) td:first-child {
	background-color: #033f87 !important;
	color: #fff !important;
}
 

/* Office map */

.map-office {
	position: relative;
	margin: 35px 0;
	min-height: 500px;
}

.map-office .container {
	position: absolute;
	z-index: 99;
	top: 65px;
	right: 40px;
	left: 15px;
	margin: auto;
}

.map-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fafaf9 !important;
	background-image: url(../images/icon-loader.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px 64px;
}

/* Section 08 - Footer */

.site-footer {
	padding: 0 0 20px;
	background-color: #021123;
	border-top: 1px solid #e6e4e3;
	overflow: hidden;
}

.site-footer em {
	font-style: normal;
}

.site-footer .copyrights {
	position: relative;
	margin: 26px 0 0;
	padding: 0;
	float: left;
	font-size: 13px;
	color: #fff;
}

.site-footer .copyrights p {
	margin: 0;
}

.site-footer .copyrights p + p {
	color: #4f5e71;
}

.site-footer .copyrights a {
	font-size: 13px;
	font-weight: 700;
	color: #4f5e71;
}

.nav-footer {
	margin: 26px 0 0;
	float: right;
}

.nav-footer li + li {
	margin-left: 30px;
}

.nav-footer li a {
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	color: #73aaff;
}

input,
input:focus,
input:hover {
	width: 100%;
	height: 54px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #cedaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 0 0 #ebf0f7 inset;
	font-family: 'Noto Sans';
	font-weight: 400;
	font-size: 14px;
	color: #2c2c2c;
}

textarea,
textarea:focus,
textarea:hover {
	width: 100%;
	height: 235px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #cedaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 0 0 #ebf0f7 inset;
	resize: none;
	font-family: 'Noto Sans';
	font-weight: 400;
	font-size: 14px;
	color: #2c2c2c;
}

input[type="submit"] {
	margin: 3px 0 0;
	background-color: #e32348;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	font-family: 'Noto Sans';
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

input[type="submit"]:hover {
	opacity: .8;
}

input[type="checkbox"] {
	height: auto;
	background-color: auto;
	border: auto; 
	box-shadow: none;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'BigJohn-Regular';
    src: url('../fonts/big-john-webfont.woff2') format('woff2'),
         url('../fonts/big-john-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

form .error {
	color: #e82828;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}

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

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

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

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

a img.alignnone {
	margin:5px 20px 20px 0;
}

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;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	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:98.5%;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
 

.page-id-110 h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.page-id-110 p {
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}

.sliderpakiet {
	z-index: 1000;
	top: 250px !important;
}

.section-title-2 { margin-bottom: 0; } 

hr {
	border-top: solid 1px #cbcbcb;
}

table.table2 tr td {
	border-left: 2px solid #e4eaf3;
	border-right: 2px solid #e4eaf3;
}

table.table2 {
	width: 95%;
}

