/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family:'krub', sans-serif;
  color:#1d2240;
  font-size:16px;
}
a {
	color:#2e3873
	
}
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;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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-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
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #1d2240;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  margin-bottom:60px;
  font-size:60px;
  text-align:center;
  color:#4d7efb;
  position:relative;
}
h1.entry-title:after {
	content:"";
	height:1px;
	width:100%;
	background:#e1e5e9;
	position:absolute;
	left:0;
	top:40px;
	
}
h1.entry-title span {
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:3;
	
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  
  padding: 0;
  
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #706a81;
  padding: 2.5rem 1.5rem;
  font-weight: 400;
  font-size: 18px;
  position:relative;
}
@media (min-width:991px) and (max-width:1300px) {
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		 padding: 0.5rem 0.5rem;
	}
}
@media (min-width:1300px) and (max-width:1400px) {
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		 padding: 0.5rem 1rem;
	}
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #1d2240;

  /*background: #f9f9f9;*/
}
#masthead .navbar-nav > li > a:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:3px;
	background:#7cc7fb;
	width:0;
	transition:0.5s all;
}
#masthead .navbar-nav > li > a:hover:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:#7cc7fb;
	
}
.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
  color: #7e7792;
  padding:80px 0 20px 0;
  background-color: #1d2240;
  font-size:18px;
  
}
footer#colophon strong {
	color:#fff;
	
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}



@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
.mainbanner {
	position:relative;
	
}
.bannercaption {
	
	width:100%;
	top:0;
	left:0;
	height:100%;
	
}
.bannercaption .container {
	height:100%;
	
}
.bannercaption h1 {
	font-size:42px;
	font-weight:400;
	color:#fff;	
	
}
.bannercaption h2 {
	font-size:22px;
	font-weight:300;
	margin-bottom:30px;
	margin-top:0;
	
}
.bannercaption h1 span {
color:#1d2240;
}
.btn {
	
	padding: 1.175rem 3.75rem;
	

	font-size:16px;
	font-weight:600;
	line-height:1;
	position:relative;
	z-index:9;
	border:0;

}
.btn-primary {
	color:#1d2240;
	background:#7cc7fb;
	
}
#menu-menu-glowne > li {
	position:relative;
	
}
#czymjesttokenizacja {
	background-image:url(img/czymjesttokenizacjabg.png);
	background-size:cover;
	background-position:center bottom;
	
}
#dlaczegomy {
	background-image:url(img/onasbg.png);
	background-size:cover;
	background-position:center bottom;
	
}

#realizacje 
{
	padding:80px 0 60px 0;
	background-image:url(img/realizacjebg.png);
	background-position:top center;
	background-repeat:no-repeat;
	
}




@media (min-width:1100px) {
	.pl-container {
		padding-left:calc((100vw - 1040px) / 2);
		
	}	
	.pr-container {
		padding-right:calc((100vw - 1040px) / 2);
		
	}	
}
@media (min-width:1200px) {
	.pl-container {
		padding-left:calc((100vw - 1140px) / 2);
		
	}	
		.pr-container {
		padding-right:calc((100vw - 1140px) / 2);
		
	}	
}
@media (min-width:1300px) {
	.pl-container {
		padding-left:calc((100vw - 1240px) / 2);
		
	}	
		.pr-container {
		padding-right:calc((100vw - 1240px) / 2);
		
	}	
}
@media (min-width:1400px) {
	.pl-container {
		padding-left:calc((100vw - 1340px) / 2);
		
	}	
		.pr-container {
		padding-right:calc((100vw - 1340px) / 2);
		
	}	
}

@media (min-width:1500px) {
	.pl-container {
		padding-left:calc((100vw - 1440px) / 2);
		
	}	
		.pr-container {
		padding-right:calc((100vw - 1440px) / 2);
		
	}	
}
h3.title {
	color:#1d2240;
	font-weight:300;
	font-size:42px;
}
h3.title b {
	font-weight:600;
	
}
.sekcja {
	font-size:18px;
	font-weight:300;
	line-height:28px;
	
}
#oferta {
	padding:50px 0;
	
}
h4 {
	font-size:24px;
	font-weight:bold;
	
}
.oferta_lewa > a {
	font-size:16px;
	font-weight:300;
	display:block;
	position:relative;
	padding:3px 0;
}
.oferta_lewa > a.active {
	color:#4d7efb;
	
}
.oferta_lewa > a.active:after {
	content:"";
	width:24px;
	height:13px;
	position:absolute;
	right:30px;
	top:10px;
	background:url(img/arrow.png);
	
}

.menulewa > .aktywna > a:after {
	content:"";
	width:24px;
	height:13px;
	position:absolute;
	right:15px;
	top:17px;
	background:url(img/arrow.png);
	
}
img.phone {
	width:30px;
	height:30px;
	top:7px;
	position:relative;
}
.maszpytania {
	color:#1d2240;
	
}
.maszpytaniabottom {
color:#1d2240;	
	
}
.maszpytaniabottom  span {
	color:#4d7efb;
	font-weight:bold;
}


#masthead .btn{
	height:47px;
	line-height:47px;
	font-size:16px;
	
	
}
#masthead .btn span{
	height:47px;
	line-height:47px;
	padding:0 20px;
	
}
.modal-header {
	text-align:center;
	border:0;
	
}

.sliderfoto {
	
	
}
h5 {
	font-weight:bold;
	color:#1d2240;
	
}
.oferta_prawa > .row > div, .oferta_prawa > .row > a {
	padding-bottom:35px;
	padding-top:25px;
	
}
.oferta_prawa .oferta1 {
	border-bottom:1px solid #e0e7f9;	
	border-right:1px solid #e0e7f9;
	padding-top:0 !important;
}
.oferta_prawa .oferta2 {
	border-bottom:1px solid #e0e7f9;		
	padding-top:0 !important;
}
.oferta_prawa .oferta3 {
	border-right:1px solid #e0e7f9;		
}
.oferta_prawa .oferta2, .oferta_prawa .oferta4 {
	padding-left:40px;
	
}
.oferta_prawa .oferta1:after {
	width:80px;
	height:80px;
	position:absolute;
	right:-40px;
	bottom:-40px;
	z-index:1;
	background:#fff;
	content:"";
	
}
.realizacjeslider .slick-slide {
	padding:0 15px;
	
}


.realizacjeslider .slick-list {
	overflow-y:visible;
	
}
.maszyptania {
	font-weight:500;
	
}
h4.podtitle {
	color:#1d2240;
	font-size:24px;
	margin-top:0;
	font-weight:600;
}
.tknbox {
	text-align:center;
	font-size:14px;
	font-weight:300;
	position:relative;
}
.tknbox h4 {
	font-size:18px;	
	font-weight:bold;
}

.tknbox:after {
	width:186px;
	height:19px;
	background:url(img/tknboxafter.png);
	background-repeat:no-repeat;
	position:absolute;
	right:-80px;
	top:50px;
	content:"";
	
}
.tknbox4:after {
	display:none;
}

#platforma {
padding:80px 0 60px 0;
	background-image:url(img/tokenizacjabg.png);
	background-position:top left;
	background-size:100%;
	background-repeat:no-repeat;	
	
}
#stworz_platforma {
		background-image:url(img/stworzbg.png);
}
.wpcf7-form-control {
	border-radius:0px;
	height: calc(2.25em + 0.75rem + 2px);
	background:#ecf0f4;
	border:2px solid #ecf0f4;
	padding-left:20px;
	font-size:14px;
	
}
.wpcf7-form-control:placeholder, .wpcf7-form-control::placeholder {	
	color:#bfb9d0;
}

.wpcf7-form-control:focus {
	background:#fff;
	border:1px solid #7cc7fb;
	
}
.wpcf7-form-control.wpcf7-submit {

	border:0;
	padding:23px 50px;
	font-size:16px;
	height:auto;
	bottom:-30px;
	background:#7cc7fb;
	padding: 1.175rem 3.75rem;
font-size: 16px;
font-weight: 600;
color: #1d2240;
border-radius:5px;
	
}
.sumbitbtn {
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
	height:68px;
	line-height:68px;
	text-align:center;
	width:250px;
}
.sumbitbtn .wpcf7-submit {
	background:none !important;
	
}
#kontakt {
	padding-bottom:60px;
	
}
#kontakt .wpcf7-form-control.wpcf7-submit { 
width:100%;
}
.menulewa .parent-page {
	position:relative;
	
}
.menulewa .parent-page > a {
	font-size:18px;
	color:#1d2240;
	
	padding:10px 0;
	display:block;
	transition:0.5s all;
	text-decoration:none;
}
.menulewa .parent-page:hover > a {
	font-weight:bold;
	color: #4d7efb;
	text-decoration:none;
}
.menulewa .aktywna.parent-page > a {
	color:#4d7efb;
	font-weight:bold;
}
.podmenu {
	display:none;
	padding:30px 0 30px 30px;
}
.aktywna .podmenu {
	display:block;
	
}
.podmenu a {
	font-size:14px;
	
}
.podmenu li {
	list-style-type:none;
	position:relative;
	transition:0.5s all;
}
.podmenu li:hover {
	padding-left:20px;
	
}
.podmenu li:after {
	content:"";
	position:absolute;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#4d7efb;
	top:5px;
	left:-30px;
	
}
.podmenu li:before {
	content:"";
	z-index:2;
	position:absolute;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#1b2fb0;
	top:8px;
	left:-27px;
	
}
.menulewa {
	border-right:1px solid #e1e5e9;
	
}
.modal {
	background:rgba(236,240,244, 0.82);
	
}
.modal-content {
	border-radius:30px;
	border:0;
}
.modal-body {
	padding:0 120px;
	
}
.modal .sumbitbtn {
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0px auto;
	
}
.modal#stworztokeny .modal-body{
	padding-top:0px;
	padding-bottom:80px;
	
}
.modal h3 {
	font-size:32px;
	margin-bottom:60px;
	margin-top:-20px;
}
@media (min-width:768px) {
	
	.modal-dialog {
    max-width: 750px;
 
}
}
.btn:focus, .btn.focus, .form-control:focus {
	box-shadow:none;
	
}
.projektrow {
	padding: 80px 0 60px 0;
	
}
.projektrowodd {
	
background-image: url(img/realizacjebg.png);
background-position: top center;
background-repeat: no-repeat;
	
}
#stworz_kontakt {
	background:#ecf0f4;
	padding:60px 0;
	
}
#stworz_kazdegodnia {
	background:#ecf0f4;
}
#stworz_kazdegodnia img {
	mix-blend-mode:multiply;
	
}
#stworz_kazdegodnia .tknbox::after {
	
	mix-blend-mode:multiply;
}
#stworz_kontakt .wpcf7-form-control {
	background:#fff;
	
}
#content li {
	list-style-type:none;
	position:relative;
}
#content li:before {

    content: "";
    z-index: 2;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1b2fb0;
    top: 9px;
    left: -38px;

	
}
#content li:after {


    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4d7efb;
    top: 7px;
    left: -40px;


	
}
.mainbanner {
	
	background:#1d2240;
	
}
.maszpytania a {
	color:#4d7efb;
	font-weight:bold;
	
}
footer#colophon  h4 {
	margin:0 0 30px 0;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	
}
footer#colophon  li {
	list-style-type:none;	
}
footer#colophon  li a {
	color:#58526b;
	
}
.footerinfo {
	color:#58526b;
	font-size:14px;
padding-top:60px;	
}
#realizacje {
	position:relative;
	
}
.sliderbtn {
	position:absolute;
	left:30%;
	top:120px;
	z-index:9;
	
	
}
.sliderbtn img {
	height:22px;
	width:22px
	
}
.btnnext {
	 transform: scaleX(-1);
	
}
.sliderbtn .btnprev, .sliderbtn .btnnext {
	width:22px;
	height:22px;
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
	transition:0.5s all;
}
.sliderbtn .btnprev:hover, .sliderbtn .btnnext:hover {
	opacity:0.5;
}
@media (max-width:1200px) {
	.bannercaption h1 {
		font-size:42px;
		text-align:center;
		
	}
	.btn.btn-secondary {
		margin-top:15px !important;
		
	}
	.sliderbtn {
		bottom:0;
		top:unset;
		left:0;
		right:0;
		margin:0px auto;
		text-align:center;
		
	}
	.btn.btn-default {
		margin:0px auto;
		
	}
	h3.title {
		font-size:26px;
		text-align:center;
		
	}
.mainbanner	 {
	
	margin-top:0px;
}
#menu-menu-glowne {
	text-align:center;
	font-size:24px;

	
	
background: #fff;
padding:15px;
}
.page-template-glowna {
	overflow-x:hidden;
	
}
#menu-menu-glowne .maszyptania, #menu-menu-glowne .maszpytaniabottom {
	font-size:16px;
	
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	font-size:24px;
	padding: 1.5rem 3.5rem;
}
#menu-menu-glowne > li.active::after, #menu-menu-glowne > li.active::before {
	display:none;
	
}
header#masthead {
	padding-left:0;
	padding-right:0;
}
.navbar-light .navbar-toggler-icon {
	background-image:url(img/Menu.svg);
	background-size:contain;
	border:0;
	
}
.navbar-brand {
	padding:0;
	
}
.maketokenstop {

}
#main-nav {
position: absolute;
top: 70px;

z-index: 99;
left:0;
width: 100%;

background: #fff;
z-index: 99;
}
.navbar-toggler {
	position:relative;
	z-index:999;
	
}
#masthead .btn, #masthead .btn span {
	font-size:11px;
	
}
.section {
	padding-top:60px;
	padding-bottom:60px;
	
}
#czymjesttokenizacja  {
	background:#ECF0F4;
	background-image: url(img/czymjesttokenizacjabg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain
	
	
}
#oferta {
	text-align:center;
	
}
.oferta_prawa > .row > div, .oferta_prawa > .row > a {
  padding:30px 0;
} 
.oferta_prawa > .row > a {
 border:0;
}
.tknbox::after {
	display:none;
	
}
#platforma {
	background:#ecf0f4;
	text-align:center;
	
}
body:not(.theme-preset-active) footer#colophon {
	padding:20px 0;
	
}
h1.entry-title {
	font-size:36px;	
}
h1.entry-title span {
	padding:0 10px;
	
}
h1.entry-title::after {
	top:22px;
	
}
.menulewa {
	border:0;
	padding-bottom:30px;
	
}
.modal-body {
	padding:0 30px;
	
}
.modal-header .close {
	margin: 0px auto;
font-size: 60px;
color: #4d7efb;
opacity: 1;
	
}
.navbar-toggler {
	font-size:1.9rem;
	
}
.navbar-light .navbar-toggler {
	padding:0;
	
}
#masthead .btn span {
	padding:0 10px;
	height:37px;
	line-height:37px;
	
}
#masthead .btn {
	
	height:37px;
	line-height:37px;
}
.btn, .btn span {
	min-width:270px;
	margin-left:0 !important;
	margin-right:0 !important;
	
}
#masthead .btn, #masthead .btn span {
	min-width:0;
	
}
h1, h2, h3, h4 {
	line-height:1.5;
	
}
}
.socialtop img, .oferta_prawa .oferta1, .oferta_prawa .oferta2, .oferta_prawa .oferta3, .oferta_prawa .oferta4 {
	transition:0.5s all;
	text-decoration:none;
}
.socialtop img:hover {
	transform:scale(1.2);
	
}
.oferta_prawa h4 {
	
	transition:0.5s all;
}
.oferta_prawa > .row > a:hover h4 {
	color:#4d7efb !important;
	
}
.oferta_prawa .oferta1:hover, .oferta_prawa .oferta2:hover, .oferta_prawa .oferta3:hover, .oferta_prawa .oferta4:hover {
	transform:scale(1.1);
	color:#4d7efb;
}
.oferta_lewa > a {
	text-decoration:none;
	transition:0.5s all;
	
}
.oferta_lewa > a:hover {
	color: #4d7efb;
	font-weight:bold;
	
}
#dlaczegomy {
	padding:60px 0;
	
}
#wpfront-scroll-top-container {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#1B2EAF;
	color:#fff;
	border-radius:50%;
	
	
}

.banner_opis {
	color:#79728c;
	text-transform:uppercase;
	
}
.banner_foto {
	position:relative;
	bottom:-20px;
	z-index:2;
}


#masthead sup {
	color:#7cc7fb;	
}
.slogan {
		background:#dae2ec;
		
		overflow:hidden;
}
h3.secondary-text, .secondary-text {
	font-size:20px;
		font-weight:bold;
		letter-spacing:2px;
		text-transform:uppercase;	
		position:relative;
}
.slogan .sloagn_inner:before {
	content:"";
	position:absolute;
	left:60px;
	top:60px;
	width:71px;
	height:80px;
	background:url(img/sloganbefore.png);
}
.slogan  .sloagn_inner {
	background-image:url(img/sloganbg.png);
	background-repeat:no-repeat;
	background-color:#fff;
	background-size:contain;
	background-position:top left;
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
	
	margin-right:-15px;
	margin-bottom:100px;
}
#students-functions {
	padding-top:160px;
	
}
@media (min-width:1400px) {
	.slogan  .sloagn_inner {
	margin-left:calc((100vw - 1440px) / 2);
	}
}

#admin-functions {
	background-image:url(img/functionsbg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#dae2ec;
	
}
#students-functions {
	background-color:#dae2ec;
	
}

.box {
	background:#fff;
	padding:40px 55px;
	height:100%;
	position:relative;
	font-size:18px;
}
.box2 {
	z-index:2;
}
.box h3 {
	margin-top:0;
	font-size:30px;
	font-weight:600;
	margin-bottom:40px;
}
.bluebox {
	background:#1d2240;
	padding:60px 50px;
	left: 30px;
	position: absolute;
	bottom: -160px;
	color:#fff;
	width:600px;
}
.bluebox:before {
	content:"";
	width:50px;
	height:50px;
	border-radius:50%;
	background-image:url(img/arrow.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:#fff;
	position:absolute;
	left:50px;
	top:-25px;
}
.feedback {
	padding-left:50px;	
	font-size:18px;
	font-weight:600;
}
.feedback1:before {
	content:"1.";
	color:#7cc7fb;
	font-weight:bold;
	font-size:54px;
	    position: absolute;
    left: 15px;
    top: -7px;
}

.feedback2:before {
	content:"2.";
	color:#7cc7fb;
	font-weight:bold;
	font-size:54px;
	    position: absolute;
    left: 15px;
    top: -7px;
}
ol.ladneli li{
	list-style-type:none;
	counter-increment: li;
	position:relative;
}
ol.ladneli li::before {
	content: counter(li); 
	color: #7CC7FB;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  }
  ol.ladneli li::after {
	content: "."; 
	color: #7CC7FB;
  display: inline-block; 
  position:absolute;
  left:-10px;
  }
ul.ladneli {
	padding-left:30px;
	
}
ul.ladneli li {
	list-style-type:none;	
	position:relative;
}
ul.ladneli li:before {
	content:"";
	width:12px;
	height:11px;
	position:absolute;
	left:-30px;
	top:8px;
	background-image:url(img/libg.png);
	background-repeat:no-repeat;
}

h4.title {
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	
}
#why-our-platform {
	background-image:url(img/whyourplatformbg.jpg);
	background-color:#DAE3EC;
	background-repeat:repeat-y;
	
}
.haslo {
	background-image:url(img/haslobg.jpg);
	
}
.points {
	padding:40px 50px 40px 50px;
	background:#dae2ec;
	
}
#contact {
	padding:100px 0;
	
}
.kontakt_prawa {
	background:#dae2ec;
	padding:40px 60px 0 60px;
}
.kontakt_prawa label {
	width:100%;
	margin-bottom:10px;
}

.kontakt_prawa h3 {
	font-weight:600;
	
}
.kontakt_prawa p {
	margin-bottom:0;
	
}
.bottom-phone, .bottom-mail {
	color:#fff;
	font-size:25px;
	padding-left:50px;
}
.bottom-phone sup, .bottom-mail sup{
	color:#7cc7fb;
}
.footerinfo {
	color:#fff;
	
}
.footerinfo a {
	color:#7cc7fb;
	
}

@media screen and (max-width: 991px) {
	h3.secondary-text, .secondary-text {
		text-align:center;
		
	}
	
	body {
		overflow-x:hidden;
		
	}
	.slogan .sloagn_inner {
		margin:0;
		padding:30px;
		
	}
	.oferta_prawa .oferta1:after {
		display:none;
		
	}
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
 
  .bluebox {
	  left:0;
	  top:0;
	  
  }
  #admin-functions {
	  background:#dae2ec;
	  
  }
  .slogan .sloagn_inner {
	  padding-top:90px;
	  
  }
  .slogan .sloagn_inner::before {
	  left:0;
	  right:0;
	  margin:0px auto;
	  top:20px;
	  
  }
  h4.podtitle {
	  text-align:center;
	  font-size:18px;
	  
  }
  .kontakt_prawa {
	  padding:20px;
	  
  }
  .top-phone, .top-mail {
	  display:block;
	  font-size:16px;
	  text-align:left;
	  
  }
  .box h3 {
	  font-size:20px;
	  
  }
  .bottom-phone, .bottom-mail {
	  font-size:20px;
	  display:block;
	  
	  padding-left:0;
	  
  }
  .bottom-phone {
	  margin-top:30px;
  }
  .wpcf7-form-control.wpcf7-submit {
	  margin:0px auto;
	  display: block;
width: 100%;
  }
  .bluebox {
	  width: 100%;
left: 0;
bottom: 0;
position: relative;
z-index: 99;
top: -230px;
  }
  .kontakt_prawa {
	  width:100%;
  }
  .kontakt_prawa .wpcf7-form-control{
	  width:100%;
	  
  }
  #contact {
	  padding-top:15px;
	  
  }
  #students-functions {
	  padding-top:0;
	  
  }
  .footerinfo {
	  padding:0;
	  
  }
  #why-our-platform {
    background-image: url(img/why-our-platform_mobilenew.jpg);
    background-color: #1D2240;
    background-repeat: no-repeat;
	background-size:contain;
	position:relative;
}
.haslo {background:#7CC7FB} 
#why-our-platform:before {
	width:15px;
	height:100%;
	position:absolute;
	content:"";
	right:0;
	top:0;
	background:#DAE2EC;
	
}
 .telefonytop {
	 display:none;
	 
 }
 .bluebox .secondary-text br {
	 display:none;
	 
 }
}
.wpcf7-acceptance {
	background:none;
	border:0;
	padding:0 0 20px 0;
	
	
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left:0;
	
}
.wpcf7-form-control.wpcf7-checkbox {
	border:0;
	background:none;
	padding:0;
	height:auto;
	
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin:0 0 0rem 0;
	color:#1d2240;
	
}
.wpcf7 form .wpcf7-response-output {
	margin: 50px 0 20px 0;
	
}
#content #post-3 li {
	list-style-type:unset;
	
}
#content #post-3 li:before, #content #post-3 li:after {
	display:none;
}
.linkistopka li {
	font-size:13px;
	padding:10px;
	display:inline-block;
}
.linkistopka {
	border-top:1px solid rgba(255,255,255,0.1);
	padding-top:30px;
	
}