/*
Theme Name: csp
Theme URI: http://underscores.me/
Author: Jedenastka
Author URI: http://agencja11.pl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

csp is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}
*{outline: none !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
select,
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content {
    margin: 0px 15px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

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

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
        background: #E5E5E5;
	transition: 0.3s;
}

.container{
	max-width: 1150px;
	margin: 0 auto;
}
.container::after{
	display: block;
	clear: both;
	content: "";
}

/*** HEADER ***/
.page header#main-header{
    background: #0064A0;
    transition: all 0.3s;
}
.page.home header#main-header{
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;    padding-top: 45px;
    background: transparent;
}
header#main-header.sticked {
    background: #0064A0 !important;
    padding: 0 !important;
}
.brandInfo {
    float: left;
}
.brandInfo a {
    display: block;
    max-height: 65px;
}
nav#main-navigation {
    float: right;
    margin-top: 18px;
}

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

ul.header-navigation li {
    display: inline-block;
    margin: 0px 10px;
    word-spacing: -1.7px;
}
ul.header-navigation li.active a{
    font-weight:bold;
}

ul.header-navigation li a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    padding:5px;
}
.page:not(.home) ul.header-navigation li.current-menu-item a{
    font-weight: bold;
    border-bottom: 1px solid;
}
.home ul.header-navigation li.current-menu-item a{
    border-bottom: 0;
}
ul.header-navigation li:last-of-type {
    margin-right: 0px;
}

ul.header-navigation li:first-of-type {
    margin-left: 0px;
}

/*** END HEADER ***/

/*** ROTATOR ***/
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.rotator-container .item {
    padding-top: 115px;
    padding-bottom: 115px;


    background-size: cover;
    background-position: center top;
}
.rotator-container .item .rotator-content {
    max-width: 720px;
    min-height: 450px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
}
.rotator-container .item .rotator-content h1{
    color: white;
    font-weight: normal;
    font-size:46px;
    margin: 0;
    margin-bottom: -17px;
}
.rotator-container .item .rotator-content h2{
    color: white;
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 15px;
    margin:0;
    margin-bottom: 23px;
}
.rotator-container .item .rotator-content h3{
    color: white;
    font-weight: normal;
    font-size:24px;
    display: inline-block;
    border-bottom: 1px solid white;
    padding: 5px 5px 15px 5px;
    margin: 0 0 7px 0;
}
.rotator-container .item .rotator-content p{
    color: white;
    font-size:19px;
    margin: 15px 0;
}
.rotator-container .item .rotator-content a.readmore {
    display: inline-block;
    margin-top: 15px;
}

.items-container {
    position: relative;
}

.bx-pager{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}

.bx-pager .bx-pager-item a {
    display: block;
    height: 15px;
    width: 15px;
    background: #3d5b8a;
    opacity: 0.7;
    overflow: hidden;
    text-indent: -100px;
}

.bx-pager .bx-pager-item {
    display: inline-block;
    margin-right: 10px;
}

.bx-pager .bx-pager-item a.active  {
    opacity: 1;
}
a.bx-prev {
    position: absolute;
    left: 5%;
    top: 45%;
    z-index: 99;
    background: url(Images/slider-arrow-left.png);
    height: 170px;
    width: 60px;
    overflow: hidden;
    text-indent: -100px;
    transform: translate(0,-50%);
}
a.bx-next{
    position: absolute;
    right: 5%;
    top: 45%;
    z-index: 99;
    background: url(Images/slider-arrow-right.png);
    height: 170px;
    width: 60px;
    overflow: hidden;
    text-indent: -100px;
    transform: translate(0,-50%);
}
/*** END ROTATOR ***/

/*** Clouds ***/

div#clouds{
	background-image: url(Images/clouds_front.png),url(Images/clouds_back.png);
	height: 195px;
	margin-top:-190px;
	position: relative;
        background-position: 50% 0, 50% 0;
        pointer-events: none;
        transition: all 0.2s;
	position: relative;
	z-index: 99;
}
/** Korzysci i zalety **/
@keyframes amove {
  0% {transform: translate(0);}
  50% {transform: translate(15px);}
  100% {transform: translate(0px);}
}

.clouds-container p{margin:0px !Important;}
.clouds-container .one_cloud.one{
    background-image: url(Images/cloud_one.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 55px 21px 43px 43px;
    margin: 10px auto;
    max-width: 267px;
    word-spacing: 0px;
    text-align: center;
}
.clouds-container .one_cloud.two{
    background-image: url(Images/cloud_two.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px 33px 23px 29px;
    margin: 10px auto;
    max-width: 246px;
    word-spacing: -2px;
    text-align: center;
}
.clouds-container .one_cloud.three{
    background-image: url(Images/cloud_three.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 56px 21px 47px 20px;
    margin: 10px auto;
    max-width: 247px;
    word-spacing: 0px;
    text-align: center;
}
.clouds-container .one_cloud.four{
    background-image: url(Images/cloud_three.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 25px 22px 40px;
    margin: 10px auto;
    margin-top: 30px;
    max-width: 253px;
    word-spacing: 0px;
    text-align: center;
}
.clouds-container .one_cloud.five{
    background-image: url(Images/cloud_five.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 20px 25px 20px;
    margin: 10px auto;
    margin-top: 10px;
    max-width: 193px;
    word-spacing: 0px;
    text-align: center;
}
.clouds-container .one_cloud.six{
    background-image: url(Images/cloud_five.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 23px 9px 32px 8px;
    margin: 10px auto;
    margin-top: -10px;
    max-width: 193px;
    word-spacing: 0px;
    text-align: center;
}
.clouds-container .one_cloud.seven{
    background-image: url(Images/cloud_three.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px 20px 30px 15px;
    margin: 10px auto;
    margin-top: 30px;
    width:200px;
    word-spacing: 0px;
    text-align: center;
}
.clouds-container .one_cloud.eight{
    background-image: url(Images/cloud_three.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 38px 25px 34px 34px;
    margin: 10px auto;
    margin-top: 0px;
    max-width: 180px;
    word-spacing: 0px;
    text-align: center;
}
.clouds-container .one_cloud.nine{
    background-image: url(Images/cloud_three.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 24px 26px 18px 26px;
    margin: 10px auto;
    margin-top: 0px;
    max-width: 182px;
    word-spacing: 0px;
    text-align: center;
}
.korzyscizalety h3 {
    font-size: 55px;
    font-weight: normal;
    line-height: 1;
    color: #5b97d2;
    margin: 0;
}
.korzysci_bg{
    background-repeat: no-repeat !important;
    padding-bottom: 190px;
    background-position: bottom center;
}

.vendors {
	
	background: #2698d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #2698d6 0%, #042538 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2698d6 0%,#042538 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2698d6 0%,#042538 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2698d6', endColorstr='#042538',GradientType=0 ); /* IE6-9 */
    padding-top: 135px;
    padding-bottom: 350px;
}

.vendorsnew {
	
	background: #2698d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #2698d6 0%, #2698d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2698d6 0%,#2698d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2698d6 0%,#2698d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2698d6', endColorstr='#2698d6',GradientType=0 ); /* IE6-9 */
    padding-top: 20px;
    padding-bottom: 50px;
}

.vendors h3, .vendorsnew h3 {
    color: white;
    font-size: 38px;
    margin: 0;
    margin-top: 30px;
}

.login_box {
    max-width: 870px;
    background: #EEEEEE;
    margin: 0 auto;
    padding: 50px;
    border-radius: 50px;
    position:relative;
}
.login_box:after {
    content: "";
    position: absolute;
    top:100%;
    margin-top:30px;
    left: -50px;
    right: -50px;
    height: 2px;
    background: rgba(2, 33, 49, 0.6);
    box-shadow: 0 0 7px 4px rgba(2, 33, 49, 0.6);
    border-radius:50%;
    opacity: 0.8;
}
.login_box h3 {
    font-size: 32px;
    color: #021A32;
    transition: all 0.3s;
    font-weight: normal;
}
.login_box a{
    text-decoration: none !Important;
    color: #021A32;
}
.login_box a:hover {
    opacity: 0.9;
}


footer.site-footer{
    position: relative;
    background: #EEEEEE;
    padding: 30px 15px;
}
footer.site-footer::before{
    position: absolute;
    bottom: 100%;
    left: 0px;
    display: block;
    right: 0px;
    background: rgba(255, 255, 255, 0) url(Images/clouds_footer.png);
    background-position: top center;
    content: "";
    z-index: 9;
    height: 352px;
    pointer-events: none;
}

.site-copyright a {
    color: #9E9E9E;
}
.site-copyright a.social-icon {
    margin-right: 24px;
    display: inline-block;
}

.site-footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer#colophon h3 {
    color: #050811;
    font-weight: normal;
    margin-top: 0;
    font-size:22px;
    line-height:22px
}

footer#colophon ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer#colophon ul li {
    text-align: left;
}

.footer-links a,
.extra-links a {
    color: black;
    text-decoration: none;
}

.page footer.site-footer{
    margin-top: 350px;
}
.home.page footer.site-footer{margin-top:0;}
h1.page-title {
    color: #00629F;3:4;
    font-size: 37px;
    margin-top: 40px;
    margin-bottom: 35px;
    position: relative;
}

h1.page-title::after {
    content: "";
    border-bottom: 2px solid;
    width: 49%;
    display: block;
    margin-top: 5px;
}
h1.page-title.with-children{
    margin-bottom: 0px;
}
h1.page-title.with-children::after {
    display: none;
}

ul.children-menu li {
    display: inline-block;
    margin-left: 20px;
}

ul.children-menu li a {
    display: block;
    padding: 3px;
    text-decoration: none;
    color: #3f3f3f;
}
ul.children-menu li ul {
    display: none;
}
ul.children-menu {
    text-align: right;
    border-bottom: 1px solid #00629F;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    padding-bottom: 10px;
}

ul.children-menu li.current_page_item a,
ul.children-menu li.current_page_parent a {
    font-weight: bold;
    color: #0064A0;
}
.disfl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#partnerzy h1 {
    color: #2595D3;
    font-size: 38px;
}

section#partnerzy h3 {
    color: #B4B5B4;
    font-weight: normal;
    font-size: 24px;
}

section#partnerzy h3 span {
    font-size: 18px;
    color: #2596D3;
    font-weight: bold;
}
.input_search input {
    width: 100%;
    padding: 13px;
    border-radius: 100px;
}
.input_search {
    padding-left: 50px;
    padding-right:10px;
    background: url(Images/search-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 15px !important;
}
/*** PRODUCTS ***/

section#products {
    padding: 25px 0;
    background-image: url(Images/products_bg.jpg);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #DDDDDD;
}

section#products .product{
    background-image: url(Images/products_cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 325px;
    height: 200px;
    padding: 104px 90px 25px 40px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}
section#products .product h3 {
    font-weight: 300;
    font-size: 34px;
    margin: 0;
    margin-bottom: 15px;
}
section#products .product h3 strong{
	font-weight: normal;
}

section#products .product a.show_more {
    position: absolute;
    right: 35px;
    bottom: 45px;
}

section#products .products_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

section#products .product.center {
    order: 3;
    flex: 100%;
    height: 280px;
    background-image: url(Images/products_center2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 100px;

}

section#products .product.center h1 {
    font-size: 40px;
    padding-left: 50px;
    margin-top: 20px;
    color: #00ACF1;
    font-weight: normal;
}
section#products .product::before{
	position: absolute;
	height: 62px;
	width: 20px;
	background: url(Images/products_bubbles.png);
	content: "";
}

section#products .product.center::before{display: none;}


a.menu_open_button {
    border: 1px solid white;
    padding: 5px;
    opacity: 0.9;
    border-radius: 3px;
    display: none;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

a.menu_open_button span {
    display: block;
    height: 2px;
    width: 25px;
    background: rgb(255, 255, 255);
    position: relative;
    margin:10px 0
}

a.menu_open_button span::before {
    content: "";
    position: absolute;
    bottom: 7px;
    display: block;
    height: 2px;
    width: 25px;
    background: white;
}

a.menu_open_button span::after {
    content: "";
    position: absolute;
    top: 7px;
    display: block;
    height: 2px;
    width: 25px;
    background: white;
}


.menu-menu-1-container {
    transition: all 0.3s;
}
.disfl.disfl-2 .f_column {
    flex-basis: 50%;
}
.disfl.search_results .f_column {
    padding-right: 15px;
    font-size: 16px;
    line-height: 22px;
    flex-basis: 50%;
}

.disfl.search_results .f_column a {
    color: #B4B5B4;
}

.disfl.search_results {
    color: #002341;
    max-width: 630px;
}
.disfl.search_results .f_column:nth-child(2n) {
    padding-right: 0px;
    padding-left: 15px;
}
@media screen and (max-width:460px){
    .page.home header#main-header {
        padding: 0px;
    }
}
@media screen and (max-width:768px){
	.disfl.search_results .f_column{width:100%;}
    .menu-menu-1-container {
        background: #0064A0;
        position: fixed;
        top: 0px;
        left: -500px;
        bottom: 0;
        min-width: 300px;
        overflow: auto;
        float: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.62);
    }
    .menu-menu-1-container li{
        display: block !important;
        margin:0px !important;
    }
    .menu-menu-1-container li a{
        display: block;
        text-align:center;
        font-size:16px;
        border: 1px solid white !important;
        padding:5px 20px !important;
        margin-bottom:10px;
    }
    body.menu-opened nav#main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.65);
        margin: 0;
    }
    body.menu-opened {
        overflow: hidden;
    }
    body.menu-opened .menu-menu-1-container {left:0;} 
    a.menu_open_button{
        display: inline-block;;
    }
    .brandInfo img {
        padding-left: 15px;
	max-width: 100%;
    }
    .rotator-container .item .rotator-content p {
        font-size: 16px;
        padding: 0px 30px;
    }

    .bx-controls-direction {
        display: none;
    }

    .rotator-container .item .rotator-content h2 {
        font-size: 28px;
    }

    .rotator-container .item .rotator-content h1 {
        font-size: 30px;
    }

    .rotator-container .item .rotator-content h3 {
        font-size: 17px;
    }
    .clouds-container .one_cloud {
        margin: 0 auto !Important;
        transform: translate(0,0) !important;
    }
    .clouds-container .one_cloud.four{
        margin-bottom:35px !important
    }
    .korzysci_bg{
        background-size: contain !important;
    }
    section#products .product {
        transform: translate(0,0) !important;
        order: 1;
	margin-top:0px !important;
        margin-bottom: 30px !important;
    }

    section#products .product::before {
        display: none;
    }

    section#products .product.center {
        order: 0;
        background-size:contain;
    }

}



@media screen and (max-width: 992px){
    .login_box:after {
        right:0px;
        left:0;
    }
    .one_cloud{
        font-size: 13px;
    }
    .clouds-container .one_cloud.one {
        padding: 48px 34px 43px 43px;
    }
    .clouds-container .one_cloud.four {
        padding: 34px 25px 31px 40px;
    }
}

@media screen and (min-width:993px) and (max-width:1145px){
    .one_cloud{
        font-size:14px;
    }
    .clouds-container .one_cloud.six {
        padding: 23px 19px 30px 18px;
    }
    .clouds-container .one_cloud.one {
        padding: 48px 32px 43px 57px;
    }
}
@media screen and (max-width: 1000px){
    section#partnerzy {
        text-align: center;
    }
    .disfl.disfl-2 {
        justify-content: center;
    }
    .disfl.disfl-2 .f_column{
        flex-basis: 100%;
        margin-bottom:15px;
        max-width: 100%;
    }
    .input_search{
        margin: 0 auto;
    }
}
@media screen and (max-width: 900px){
    ul.header-navigation li a {
        font-size: 14px;
    }

    ul.header-navigation li {
        margin: 0px 5px;
    }
}

@media screen and (max-width: 500px) {
    div#map-poland {
        display: none;
    }
}
.so-widget-service-box .service_left .content{
    width:80%
}
.so-widget-service-box .service_left .content h3 {
    display: none;
}

.so-widget-service-box .service_left .content p {
    margin-top: 0;
}

.so-widget-service-box .service_left .icon_image {
    text-align: center;
}

.page:not(.home) article.page h3 {
    color: #00629F;
    font-size: 26px;
    font-weight: normal;
}

/** PRICING TABLE STYLES ***/

.price_table table tr td {
    background: white;
    padding: 10px;
    background-repeat: no-repeat;
    border: 3px solid #E5E5E5;
    color: #646464;
    font-size: 13px;
    box-sizing: border-box;
}

.price_table:not(.small_business) table tr:nth-child(2){
    border-bottom: 15px solid #E5E5E5;
}
.price_table.small_business table tr:nth-child(2) td{
    border-bottom: 0px solid #E5E5E5;
}
.price_table.small_business table tr:nth-child(3) td{
    border-top: 1px solid #E5E5E5;
background: #f9f9f9;
}
.price_table.small_business table tr:nth-child(3){
    border-bottom: 15px solid #E5E5E5;
}

.price_table table tr:nth-child(1) td{
    background: #309ad3;
    color: white;
    font-size:14px;
    text-align: center;
}
.price_table table tr:nth-child(2) td,
.price_table table tr:nth-child(2) td:nth-child(1),
.price_table.small_business table tr:nth-child(3) td,
.price_table.small_business table tr:nth-child(3) td:nth-child(1) {
    font-size: 11px;
}
.price_table.small_business table tr:nth-child(2) td,
.price_table.small_business table tr:nth-child(2) td:nth-child(1){
    font-size:14px;
}
.price_table table tr:nth-child(2) td strong,
.price_table.small_business table tr:nth-child(3) td strong{
    font-size:20px;
    color: #309ad3;
    display: inline-block;
    margin-right:5px;
}
.price_table table tr:nth-child(1) td:nth-child(1){
    background: transparent;
}
.price_table table tr td:nth-child(1){
    font-size:14px;
}
.price_table table tr td h4{
    font-size: 12px;
}

.price_table table tr:nth-child(1) td:first-of-type{
    text-align: left;
}
.price_table table tr:nth-child(1) td:first-of-type a {
    color: #616161;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    padding:5px 10px;
    margin-bottom:5px;
    font-size:18px
}
.price_table table tr:nth-child(1) td:first-of-type p{
    margin:0;
}
.price_table table tr:nth-child(1) td:first-of-type a.active {
    background: #309AD3;
    color: white;
}

/** REGISTER FORM **/
.regForm {display: none;}
.regForm h3 img {
    max-height: 40px;
    vertical-align: bottom;
}

.regForm h3 {
    margin-top: -25px;
    margin-bottom: 15px;
}

.regForm .formColumns {
    display: flex;
}

.regForm .formColumns .f_column:first-of-type {
    width: 100%;
    margin-right: 50px;
}
.regForm .formColumns .f_column input[name=microsoftid-597]{
    padding:40px 25px;
}

.regForm .locks25 { 
	background-image: url('Images/locks_25.jpg');
    background-size: cover;
    width: 53px;
    height: 40px;
    display: inline-block;
    top: 8px;
    position: relative;
}

span.wpcf7-not-valid-tip {
	margin-bottom: 10px;
	font-size: 10px;
}

.wpcf7-response-output {

	border-color: #2898D6 !important;
	padding: 20px !important;
	text-align: center;
}


#submitbtn {
	
	background-image: url('Images/action_arrow_32.png');
	width: 84px; 
	padding-top: 95px;
	padding-bottom: 20px;
	height: 20px;
	border-radius: 0;
	border: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	box-shadow: none;
	font-weight: bold;
	color: #2898D6;
	font-size: 16px;
	margin-top: 10px;
}

.regForm .formColumns .f_column:nth-child(2) a{
    cursor: pointer;
    margin-top:15px;
    display: inline-block;
    color: #2898D6;
    font-weight: bold;
    font-size: 16px;
}
.regForm .formColumns input {
    width: 100%;
    border-radius: 25px;
    padding: 8px 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    font-size: 15px;
}

.regForm .formColumns2 {
    display: flex;
}
.regForm .formColumns2 span:first-of-type{
    margin-right:20px;
    width: 150%;
}
.regForm .formColumns2 span input{
  
    width: 100%;
}

.regForm .formColumns .f_column:last-of-type {
    width: 210px;
    text-align: center;
}

/** PRODUCTS HOMEPAGE **/

/** 2 products **/
.products_container.products_q_2 .pr_1:before {
    top: 95%;
    left: 95%;
    transform: rotate(-45deg);
}

.products_container.products_q_2 .pr_2:before {
    top: 95%;
    left: 0%;
    transform: rotate(45deg);
}
/** 3 products **/

.products_container.products_q_3 .pr_1:before {
    top: 95%;
    left: 95%;
    transform: rotate(-45deg);
}

.products_container.products_q_3 .pr_2:before {
    top: 95%;
    left: 0%;
    transform: rotate(45deg);
}
.products_container.products_q_3 .pr_3 {
    order: 4;
    margin-top: 50px;
}

.products_container.products_q_3 .pr_3:before {
    bottom: 100%;
    margin-bottom: 10px;
    transform: rotate(-180deg);
}

/** 4 products **/

.products_container.products_q_4 .pr_1:before {
    top: 95%;
    left: 95%;
    transform: rotate(-45deg);
}

.products_container.products_q_4 .pr_2:before {
    top: 95%;
    left: 0%;
    transform: rotate(45deg);
}
.products_container.products_q_4 .pr_3{
    order: 4;
    margin-top:-35px;
}
.products_container.products_q_4 .pr_3:before {
    top: 0%;
    left: 95%;
    transform: rotate(-130deg);
}

.products_container.products_q_4 .pr_4{
    order: 5;
    margin-top:-30px;
}
.products_container.products_q_4 .pr_4:before {
    top: 0%;
    left: 0%;
    transform: rotate(130deg);
}

/** 5 products **/

.products_container.products_q_5 .pr_1{
    transform: translate(0, 110px);
}
.products_container.products_q_5 .pr_1:before {
    top: 95%;
    left: 95%;
    transform: rotate(-45deg);
}
.products_container.products_q_5 .pr_2{
    margin-bottom: 80px !important;
}
.products_container.products_q_5 .pr_2:before {
    top: 103%;
    transform: rotate(-4deg);
}
.products_container.products_q_5 .pr_3{
    transform: translate(0, 110px);
}
.products_container.products_q_5 .pr_3:before {
    top: 95%;
    left: 0%;
    transform: rotate(45deg);
}
.products_container.products_q_5 .pr_4{
    order: 4;
    margin-top:-35px;
}
.products_container.products_q_5 .pr_4:before {
    top: 0%;
    left: 95%;
    transform: rotate(-130deg);
}

.products_container.products_q_5 .pr_5{
    order: 5;
    margin-top:-30px;
}
.products_container.products_q_5 .pr_5:before {
    top: 0%;
    left: 0%;
    transform: rotate(130deg);
}

@media screen and (max-width: 768px){
    .regForm .formColumns {
        display: block;
    }

    .regForm .formColumns .f_column:last-of-type {
        width: 100%;
    }
    
    .regForm .formColumns2 {
        display: block;
    }

    .regForm .formColumns2 input {
        width: 100% !Important;
        margin-right: 0px !Important;
    }

    .regForm h3 {
        font-size: 22px;
        text-align: center;
    }

}

.alert { padding: 15px; border: 1px solid;  border-radius: 3px; }
.alert.alert-danger { border-color: #f5c6cb; background: #f8d7da; color: #721c24; }
.field-validation-error { color: red;}
.btn { box-shadow: none; text-shadow: none; padding: 10px; text-decoration: none; display: inline-block; }
.btn.btn-primary { background: #0063a0; border-color: #086198; color: #fff; }
.btn:hover { box-shadow: none; opacity: 0.9;}

.loading .page-overlay { position: fixed; width: 100%; height: 100%; top: 0; opacity: 0.2; background: #444; }
.loading .waiting { margin: 0 auto; text-align: center; font-size: 150%; position: fixed; top: 50%; width: 100%; }
.loading .waiting span { display: inline-block; padding: 15px; border: 1px solid #eee; background: #f1f1f1; }

i.office { width: 30px;}
i.office:before { width: 48px; height: 48px; display: inline-block; text-align: center; }
i.office.office-exchange:before { content: url(/Content/Images/office/exchange.svg);  }
i.office.office-excel:before { content: url(/Content/Images/office/excel.svg); }
i.office.office-word:before { content: url(/Content/Images/office/word.svg); }
i.office.office-powerpoint:before { content: url(/Content/Images/office/powerpoint.svg); }
i.office.office-outlook:before { content: url(/Content/Images/office/outlook.svg); }
i.office.office-access:before { content: url(/Content/Images/office/access.svg); }
i.office.office-teams:before { content: url(/Content/Images/office/teams.svg); }
i.office.office-onedrive:before { content: url(/Content/Images/office/onedrive.svg); }
i.office.office-publisher:before { content: url(/Content/Images/office/publisher.svg); }

