/*
Theme Name: kpdw
Author: Daniel Mikołajczak
Author URI: http://nenek.pl

*/

/* latin-ext */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond'), local('EBGaramond'), url(https://fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFSYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond'), local('EBGaramond'), url(https://fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* Animations */
.animate {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0) !important; }
.fade-in { -webkit-animation-name: fadein; animation-name: fadein; opacity: 1; filter: alpha(opacity=100); }
.fade-in-top { -webkit-animation-name: fadeintop; animation-name: fadeintop; opacity: 1; filter: alpha(opacity=100);}
.fade-in-bottom { -webkit-animation-name: fadeinbottom; animation-name: fadeinbottom; opacity: 1; filter: alpha(opacity=100); }
.fade-in-left { -webkit-animation-name: fadeinleft; animation-name: fadeinleft; opacity: 1; filter: alpha(opacity=100); }
.fade-in-right { -webkit-animation-name: fadeinright; animation-name: fadeinright; opacity: 1; filter: alpha(opacity=100); }

@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0;}
  to { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeintop {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0px); }
}
@-moz-keyframes fadeintop {
  from { opacity: 0;  -moz-transform: translateY(-20px); }
  to { opacity: 1;  -moz-transform: translateY(0px); }
}
@-webkit-keyframes fadeintop {
  from { opacity: 0; -webkit-transform: translate3d(0, -20px, 0); }
  to { opacity: 1; -webkit-transform: translateY(0, 0, 0); }
}
@keyframes fadeinbottom {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0px); }
}
@-moz-keyframes fadeinbottom {
  from { opacity: 0; -moz-transform: translateY(20px); }
  to { opacity: 1; -moz-transform: translateY(0px); }
}
@-webkit-keyframes fadeinbottom {
  from { opacity: 0; -webkit-transform: translate3d(0, 20px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}
@keyframes fadeinleft {
  from { opacity: 0; transform: translateX(-35px); }
  to { opacity: 1; transform: translateX(0px); }
}
@-moz-keyframes fadeinleft {
  from { opacity: 0; -moz-transform: translateX(-35px); }
  to { opacity: 1; -moz-transform: translateX(0px); }
}
@-webkit-keyframes fadeinleft {
  from { opacity: 0; -webkit-transform: translate3d(-35px, 0, 0);}
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}
@keyframes fadeinright {
  from { opacity: 0; transform: translateX(35px); }
  to {  opacity: 1; transform: translateX(0px); }
}
@-moz-keyframes fadeinright {
  from { opacity: 0; -moz-transform: translateX(35px); }
  to { opacity: 1; -moz-transform: translateX(0px); }
}
@-webkit-keyframes fadeinright {
  from { opacity: 0; -webkit-transform: translate3d(35px, 0, 0); }
  to { opacity: 1;  -webkit-transform: translate3d(0, 0, 0); }
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

footer {
  background: #fff;
    margin-top: 40px;
}
.row {
    bottom: -10px;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.5em;
  background-color: #202d48;
}
h1, h2, h3, h4, h5, h6 { font-family: 'EB Garamond', "Georgia", serif; }
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light { font-weight: 300; }

.white { color: #ffffff; }

#map_canvas {height: 400px;}

h1 { font-size: 64px; letter-spacing: 1px; line-height: 70px; }
p { color: #777777; font-family: "Helvetica Neue", 'Arial', Sans-serif;}
.btn { font-family: "Helvetica Neue", "Arial" , sans-serif; font-weight: 200; border-radius: 0px;}

hr.divider { margin-top: 35px; }
.form-control { border-radius: 0; border-color: #eeeeee; color: #999999; }
.form-control,
.form-control:focus,
.form-control:active { -webkit-box-shadow: none; box-shadow: none; }

h3.title { margin-top: 30px; margin-bottom: 20px; }

blockquote {
  border: 0;
  position: relative;
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  margin: 20px 0;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #f6f6f6;
  font-family: 'EB Garamond', "Georgia", serif;  
  font-style: italic;}

blockquote:before {
  position: absolute;
  font-family: 'EB Garamond', "Georgia", serif;  
  font-size: 140px;
  line-height: 80px;
  top: 4px;
  left: 10px;
  content: "\201C";
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-style: normal;
}
blockquote cite { display: block;  font-size: 14px; font-style: normal; margin-top: 5px; }
.tpl-title {position: absolute; top:0; left: 0px; font-size:11px; background: red;}

#s_home {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  z-index: 5;
}
#s_home .logo {
  margin-top: 20px;
}
#s_home .blockquote { width: 60%; margin: 80px auto; background: transparent;}
#s_home .blockquote blockquote {border: 0px; background: transparent; margin-bottom: 0px; padding-bottom: 0px; padding: 10px 40px; color: white; }
#s_home .blockquote blockquote, 
#s_home .blockquote blockquote p { color:white; font-size: 1.5em; text-align: left; font-family: 'EB Garamond', "Georgia", serif;  font-weight: 200; font-style: normal;  }
/* #s_home blockquote:before {display: none;} */

#s_home .blockquote strong { text-align: right; display: block; color: white; position: relative; float: right; margin-bottom: 20px; font-size: 1.128em; }
#s_home .blockquote strong:after { content: ""; display: block; width: 90px; height: 1px; background: white; position: absolute; right: 100%; top: 50%; margin-right: 20px; }

#s_home .maximage {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  overflow: hidden;
   -webkit-animation: scalein 30.0s infinite ease-in-out;
  animation: scalein 30.0s infinite ease-in-out;
}
#home.static .maximage { position: fixed; }

@-webkit-keyframes scalein {
  0% { transform: scale(0.0); -webkit-transform: scale(1.0) }
  50% { transform: scale(1.0); -webkit-transform: scale(1.1); }
  100% { transform: scale(0.0); -webkit-transform: scale(1.0) }
}

@keyframes scalein {
  0% {  transform: scale(0.0); -webkit-transform: scale(1.0); }
  50% { transform: scale(1.0); -webkit-transform: scale(1.1);  }
  100% {  transform: scale(0.0); -webkit-transform: scale(1.0); }
}

.header { display: block; width: 100%; float: left; background: rgba(255, 255, 255, 0.43); }
.header .section-title {margin-bottom: 30px; color: white;}

#carousel-testimonials .item {background-color:  #f5f5f5; padding: 30px; border-bottom: 2px solid #a34a2e;}
#carousel-testimonials .item img {border-radius: 100%;}

.page_id-45 .btn {
	background: transparent;
	padding: 10px 30px;
	color: black;
	font-weight: 500;
	margin-top: 20px;
}

.podpis {  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.podpis strong {font-weight: 500;}

.menu-item-language {text-indent: -999999px; width: 20px; padding-right: 10px;}
.menu-item-language a { text-indent: -999999px; width: 20px; overflow: hidden; display: block; position: relative; }
.menu-item-language a img { position: absolute; left: 0px; top: 0px; }

.bx-wrapper {position: relative;}
.bx-pager.bx-default-pager {position: absolute;}

.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; width: 100%;  }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; }

.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.page_id-11 {background-color: #f0f0f0;}
.page_id-11 .box {background-color: white; padding: 30px; margin-bottom: 40px;border-bottom: 2px solid #a34a2e; min-height: 430px;}
.page_id-11 .box h3 {font-size: 29px; line-height: 29px; padding: 0 30px 30px 30px; border-bottom: 1px solid #babdc2; text-align: center; color:#1b2636; margin-bottom: 0px;}
.page_id-11 .box p {padding: 30px; text-align: center;}


.page_id-21 {background: #973f24; padding-top: 0px;}

.page_id-23 {background: #fbfbfb; color:#000; padding-bottom: 30px; padding-top: 0px;}

.page_id-25 {padding: 0px; background-color: transparent;}

.home-wrapper { width: 100%; margin: auto; display: table-cell; vertical-align: middle;  position: relative; z-index: 3; text-align: center; }
.home-wrapper #home-slider { max-width: 99% !important; }
.home-wrapper hr {width: 20%;}


.home-wrapper .buttons {
    margin: 40px 0;
}
.home-wrapper .buttons .btn { position: relative; z-index: 6; border: 1px solid #ffffff; font-size: 15px; text-transform: uppercase; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 0px 30px; padding-left: 20px; line-height: 49px; color: white; }

.home-wrapper .buttons .btn i {margin-right: 10px;}
.home-wrapper .buttons .btn:hover {background-color: #ffffff;color: #222222;}

section { position: relative; z-index: 7; background-color: #fff; padding-top: 20px; }


.section-title { position: relative; z-index: 4; }
.section-title h1 { font-size: 38px; line-height: 44px;  font-weight: 300; text-transform: uppercase; }
.section-title h1.super-title {
  font-family: 'EB Garamond', "Georgia", serif;  
  font-weight: 700;
  position: relative;
  font-size: 64px;
  line-height: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}



.section-title { font-size: 48px; line-height: 48px; margin-top: 30px; margin-bottom: 60px; }
.section-title strong {font-weight: 400; color: #202d48;}


.section-title hr { width: 100%; background-color: #dddddd; height: 1px; border-width: 0; }
.section-title .subheading { font-family: 'EB Garamond', "Georgia", serif;   color: #777777; font-size: 24px; line-height: 36px; font-weight: 300; }


#loader { position: fixed; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: #202d48; background-size: cover; z-index: 100; }


.spinner {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  position: absolute;
  top:50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}


@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {  -webkit-transform: scale(1.0); opacity: 0; }
}

@keyframes scaleout {
  0% {  transform: scale(0.0); -webkit-transform: scale(0.0); }
  100% { transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0; }
}
.display-table {
  display:table;
}
.vertical-middle {
  display:table-cell;
  vertical-align:middle;
}
nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  z-index: 10;
}

nav:before,
nav:after {content: " ";display: table;}
nav:after { clear: both; }
nav .logo { float: left; height: 70px; }
nav .logo a {display: block; margin: 10px 20px; }
nav .logo a img {height: 51px;}

nav .menu-trigger { display: none; font-size: 24px; position: absolute; top: 18px; right: 25px; }
nav .menu-trigger a { color: #333333; }

nav ul { float: right; margin: 0; padding: 0; list-style: none; height: 70px; vertical-align: middle; display: table; }
nav ul:before,
nav ul:after {content: " "; display: table; }
nav ul:after { clear: both; }

nav ul li { display: table-cell; padding-right: 25px; vertical-align: middle; }
nav ul li a { text-transform: uppercase;  font-family: 'EB Garamond', "Georgia", serif;   font-size: 13px; font-weight: 700; line-height: 16px; text-decoration: none !important;}

nav ul li a,
nav ul li a:active,
nav ul li a:focus { color: #333333 !important; }


nav.sticky { position: fixed; top: 0; width: 100%; }

/* UI Elements Styles */
.feature-box { text-align: center; margin-top: 40px; margin-bottom: 40px; }
.feature-box .fa {
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 60px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 30px;
  position: relative;
}
.feature-box .fa:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
}
.feature-box h4 { margin-top: 0; margin-bottom: 20px; color: #555555; }
.feature-box p { color: #888888; padding: 0 15px; }
.feature-box:hover { cursor: default; }
.feature-box:hover .fa:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.box-mobile {
    margin-bottom: 30px;
}
.row:after {
  clear:initial;
}
.full-height{
  height:100%;
}
.parallax {
  min-height: 300px;
  background-position: 0px -300px;
  background-attachment: scroll;
  background-color: transparent;
  position: relative;
  background-size: 120%;
  background-repeat: no-repeat;
  z-index: 6;
  -webkit-transform-style: preserve-3d;
}
.pattern {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent url(assets/img/grid.png) repeat 0 0 scroll;
  z-index: 2;
}

#contact { background-size: cover; background-attachment: fixed; min-height: 500px; }

.contact-details { position: relative; z-index: 2; text-align: center;  margin-top: 50px;}
.contact-details .icon {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  font-size: 29px;
  line-height: 51px;
}
.contact-details .icon i { display: block; margin-left: 0px; position: relative; top: 10px;}
.contact-details p {color: white; font-size: 18px; line-height: 26px; font-weight: 200; margin-bottom: 20px; margin-top: 10px;}
.contact-details p a {color:white;}

.contact-details .company-address p {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  font-family: 'EB Garamond', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.connect h2 { margin-top: 0; }
.clients { margin-top: 20px; margin-bottom: 30px; }
.clients .client {
  width: 100%;
  height: 80px;
  margin: 30px 0 0;
  display: table;
  position: relative;
  z-index: 4;
}
.clients .client span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.clients .client img { display: inline-block; width: 150px; height: auto; }

#clients {background-color: #eee;}

#showcase .bx-wrapper {position: absolute; top:0; left: 0; right: 0; bottom: 0;}
#showcase .page {z-index: 500;position: relative;}



#showcase .nav div {
font-size: 130px;
top:50%; position: absolute; z-index: 500;color: white;
width: 10%;
margin-top: -65px;
text-align: center;
}

#showcase .nav div a{ color: white;}

.showcase-next {right: 0px; }
.showcase-prev {left: 0px;}

#showcase li .container { color: white; padding: 30px 10px 60px 10px; }
#showcase li .container p  {color: white;}

#showcase .sc-box {width: 100%;background: rgba(0, 0, 0, 0.5);position: absolute;bottom: 0px;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.showcase-mask { position: relative; z-index: 500;background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
 }
.showcase-slider, .showcase-slider li  {margin: 0px; padding: 0px;}
.showcase-slider img {position: absolute; top:0px; left: 0px; width: 100%;}


.autoHeight { overflow: hidden; position: relative; }


@-webkit-keyframes loader {
  0% { background-color: transparent; box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd; }
  33% { background-color: transparent; box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd; }
  66% { background-color: transparent; box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd; }
}
@-moz-keyframes loader {
  0% { background-color: transparent; box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd; }
  33% { background-color: transparent; box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd; }
  66% { background-color: transparent; box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd; }
}
@keyframes loader {
  0% { background-color: transparent; box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd; }
  33% { background-color: transparent; box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd; }
  66% { background-color: transparent; box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd; }
}


@media (max-width: 400px) {
  #s_home .fullscreen-controls {margin-top: -23px; }
 
  #s_home .fullscreen-controls .img-prev:before,
  #s_home .fullscreen-controls .img-next:before { font-size: 23px; }
  .home-wrapper .logo h1 { font-size: 32px; line-height: 36px; padding-bottom: 0; }



  .section-title h1.super-title {
    font-size: 28px;
    line-height: 34px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px; }
  .section-title .subheading {  font-size: 12px; line-height: 16px; }
  nav ul { overflow-y: auto; max-height: 100%; }
  .quote {  margin-top: 50px; margin-bottom: 50px; }
  .quote h2 { font-size: 18px; }
}
@media (min-width: 401px) and (max-width: 767px) {
  #s_home .fullscreen-controls {
    margin-top: -30px;
  }
  #s_home .fullscreen-controls .img-prev:before,
  #s_home .fullscreen-controls .img-next:before {
    font-size: 30px;
  }
  #s_home .home-wrapper .logo h1 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 5px;
  }
  #s_home .home-wrapper #home-slider h1 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }
}


@media (max-width: 767px) {
  #home, #contact { background-attachment: scroll !important; }


  nav:before, nav:after {content: " "; display: table; }
  nav:after { clear: both; }
  nav .menu-trigger { display: block; }
  nav ul {
    position: relative;
    height: auto;
    float: none;
    display: none;
    margin: 70px 0 0;
    width: 100%;
  }
  nav ul li { margin: 0; padding: 0; background-color: #fff; display: block; }
  nav ul li a {
    width: auto;
    border-top: 1px solid #eeeeee;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    margin: 0 25px;
  }
  
  #s_home {min-height: 480px;}
  .row {margin-left: 0px; margin-right: 0px;}
  #showcase .bx-wrapper {position: static;}
  .showcase-slider img {position: static;}
  
  #showcase h2 {color: black; margin: 0px; line-height: 50px;}
  
  .showcase-mask {background-color: white; color: black;}
  
  .contact-details {margin-top: 0px;}
  
  #showcase .nav div {font-size: 40px;}
  #showcase .nav {position: absolute; top: 0px; left: 0px;}
  
  .page {padding: 0;}
 
  .section-title { text-align: center;} 
  .section-title h2 {font-size: 28px; text-align: center; font-weight: 300; line-height: 34px; margin-top: 15px;}
  .section-title .subheading {font-size: 16px;}
  .section-title hr {display: none;}
  

  
  .logo img {width: auto;}


  .contact-details .phone-number h2,
  .contact-details .company-address h2 { font-size: 36px;}

}
.borys {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.borys-xs {
  width: 100%;
}
.radius {
    max-width: 40%;
    margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
  .borys {
    margin-top: 70px;
  }
  #s_home > .home-wrapper { opacity: 1 !important; }
  .animate { opacity: 1; filter: alpha(opacity=100); }
  .parallax {
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: 200%;
  }
}


@media (min-width: 768px) and (max-width: 1200px) {}

@media (min-width: 1200px) {
 
  section {min-height: 400px;}
  .page_id-45 p {margin-right: 8.333333333333332%;}
  
}
.podpis {
  margin-bottom: 50px;
    display: block;
}
footer p {
  font-size: 12px;
  font-weight: 300;
  color:#202d48;
}
footer {
  padding:10px 0;
}
.col-sm-7 .btn {
    margin-bottom: 50px;
}
a { color: #202d48; }
.text-primary { color: #202d48; }
.btn-primary { color: #ffffff; background-color: #202d48; border-color: #202d48;-webkit-transition: all 0.3s;
    transition: all 0.3s; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #222; border-color: #222; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary { background-image: none; }

input[type=text]:focus,
input[type=password]:focus,
textarea:focus { border-color: #202d48; }

nav ul li a:hover,
nav.dark ul li a:hover { color: #202d48 !important; }

nav ul li a:hover:active,
nav.dark ul li a:hover:active,
nav ul li a:hover:focus,
nav.dark ul li a:hover:focus { color: #202d48 !important; }

nav ul li.active a,
nav.dark ul li.active a {  color: #202d48 !important; }
nav.colored { background-color: #202d48; }
nav .menu-trigger a:hover { color: #202d48; }

.feature-box .fa { background-color: #202d48; }
.feature-box .fa:after { box-shadow: 0 0 0 3px #202d48; }

.team .team-photo .team-overlay,
.blog-home .post .post-image .overlay,
.portfolio-grid .portfolio-item .portfolio-overlay { background-color: #202d48; background-color: rgba(52, 152, 219, 0.92); }

.portfolio-grid-controls .filter:hover,
.portfolio-grid-controls .filter.active { border-color: #202d48; background-color: #202d48; }

.portfolio-grid .portfolio-item .portfolio-details a:hover,
.post .post-title a:hover,
aside .categories li a:hover { color: #202d48 !important; }

.process .process-circle { border-color: #202d48; }
.clients .client a {}
.clients .client a:hover { background-color: rgba(0,109,176,0.19); }
aside .tags li a { background-color: #202d48; }
  

/*@media (min-width: 992px)
.col-md-6 {
    width: 50%;
    top: 5px;
}*/


@media (max-width: 765px) {

.mobile-obrazek {
    display: block;
    margin: auto;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}


.mobile-tekst {
padding: 10px;
    text-align: center;
}

.box-mobile {
padding-bottom: 30px;
}

#s_wspolpraca {
  background-size: cover;
  background-position: 50% 100% !important;
}

}

@media(min-width: 992px) {
  .clients .row {
    justify-content: center;
    display: flex;
  }
}
@media(max-width: 991px) {
  .clients .col-xs-6:last-of-type {
    width: 100%;
  }
}