/* ==============================================================

Template name : Gotte multi purpose landing page with flat design
Categorie : Landing page
Author : Nce18cex
Version : v1.0.0
Created : 1 January 2014
Last update : 12 January 2014

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Home
02. Intro
03. Info
04. Scrolltop
05. Header
06. Navigation
07. About
08. Testimoni
09. Services
10. Gallery
11. Request form
12. Contact
13. Footer
14. Social network
15. Clear spacer
16. Custom top spacer
17. Custom bottom spacer
18. Custom left spacer
19. Custom right spacer
20. Custom responsive

============================================================== */

/*
Home
=========================== */
#home{
	/* background:url(../img/home-image.png) no-repeat center center fixed; */
	color:#fff;
	padding:80px 0 0 0;
	font-size:14px;
	line-height:22px;	
	position: relative;
	background-color: #3da8d9 !important;
}
#home::before {
	background:url(../img/section-background-4.jpg) no-repeat center center fixed;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.07;
}

.logo{
	display:inline-block;
	margin:0 0 40px 0;
}

/*
Intro
=========================== */
.intro{
	/* padding-bottom:150px; */
	/* margin-bottom:120px; */
}
.intro p {
	font-size: 23px;
	line-height: normal;
}

.intro-divider{
	background:url(../img/intro-bg.png) no-repeat center center;
	margin:20px 0 30px 0;
	display:block;
	width:100%;
	height:24px;
}

/*
Info
=========================== */
.info{
	position:absolute;
	width:40%;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.arrow-info{
	width:197px;
	height:63px;
	display:block;
}

.info-act{
	background:none;
	font-size:14px;
	line-height:14px;
	border:1px solid #fff;
	border-radius:1px;
	color:#fff;
	padding:10px 25px 10px 25px;
}

.info-act:hover,
.info-act:focus,
.info-act:active{
	outline:none;
	text-decoration:none;
	border:1px solid #fff;
	background:#fff;
}

/* info on top left */
.info.topleft{	
	text-align:left;
	top:0;
	left:0;
}

.topleft .arrow-info{
	background:url(../img/arrow-info.png) no-repeat 0 0;	
	float:right;
	margin:-40px 40px 0 0;
}

/* info on top right */
.info.topright{
	text-align:right;
	top:0;
	right:0;
}

.topright .arrow-info{
	background:url(../img/arrow-info-r.png) no-repeat 0 0;	
	float:left;
	margin:-40px 0 0 0;
}

/* info on bottom left */
.info.botleft{	
	width:30%;
	text-align:left;
	bottom:180px;
	left:0;
}

.botleft .arrow-info{
	background:url(../img/arrow-info-bt.png) no-repeat top right;	
	float:right;
	width:100%;
	margin:0;
}

/* info on bottom right */
.info.botright{	
	width:30%;
	text-align:right;
	bottom:180px;
	right:0;
}

.botright .arrow-info{
	background:url(../img/arrow-info-br.png) no-repeat top left;	
	float:left;
	width:100%;
	margin:0 0 0 -60px;
}

/*
Scrolltop
=========================== */
.scrolltop ul{
	float:left;
	width:100%;
	overflow:hidden;
	padding:0;
	margin:;
}

.scrolltop ul li{
	float:left;
	width:100%;
	list-style:none;
	display:block;
	padding:0;
	margin:0;	
}

.scrolltop h3{
	font-size:60px;
	line-height:72px;
	text-transform:uppercase;
}
.scrolltop h3.st-h3-smaller{
	line-height:45px;
	font-size: 36px;
}

.scrolltop p{
	font-size:25px;
	line-height:42px;
	text-transform:uppercase;	
	margin-bottom:0;
}

/*
Header
=========================== */
header{
	position:relative;
	background:#383f45;
	color:#fff;
	margin:0;
	padding:0;
}

/*
Navigation
=========================== */
.nav-fixed {
	position: fixed;
	top:0;
	z-index:9999;
}

.sticky {
	position: fixed;
	top: 0;	
	width:100%;
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;
	z-index:9999;
}

.sticky .nav-above {
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:auto;
}

/*
About
=========================== */
#about{
	/* background:url(../img/pattern1.png) repeat 0 0; */
	color:#fff;
	margin:0;
	padding:100px 0;
	position: relative;
	background: #A59B1C !important;
}
#about::before {
	background:url(../img/section-background-4.jpg) no-repeat center center fixed;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.07;
}

/*
Testimoni
=========================== */
#testimoni, #services{
	position:relative;
	background: #046a8e !important;
	/*background-image:url(../img/header-background-1.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color: #2b343c;
	background-size: cover;
	background-attachemnt: fixed;*/
	color:#fff;
}
#testimoni::before, #services::before {
	background:url(../img/header-background-1.jpg) no-repeat center center fixed;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.07;
}

.testimoni-wrapp{
	position:relative;
	font-family:'georgia',serif;
	color:#efefef;
	font-size:19px;
	font-style:italic;
	line-height:1.5em;
	border-radius:2px;
	text-align:center;
}
.testimoni-wrapp i {
	color: white;
}

.clent-info{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:18px;
}

.clent-info a{
	font-weight:300;
	margin-left:10px;
}

/*
Services
=========================== */
#services{
	/*background:rgba(0, 0, 0, 0) url("../img/section-background-5.jpg") no-repeat scroll 0 0 / cover ;*/
	color:#fff;
	margin:0;
}

.service-icon{
	padding-top:0px;
	border-radius:2px;
	height: auto;
    max-width: 200px;
}

.service-icon.default-icon,
.service-icon.secondary-icon,
.service-icon.tertiary-icon{
	background: transparent !important;
}

/*
Gallery
=========================== */
#gallery{
	background-image:url(../img/pattern3.png);
	background-repeat:repeat;
	background-position:0 0;
	background-color: #2b343c;
	color:#fff;
	margin:0;
	padding:120px 0 80px 0;
}

.gallery-img-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:0;
}

.caption-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:1;	
	top:100%;
}

.caption-bg{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	opacity:0.9;
	z-index:2;
}

.caption-text{
	position:absolute;
	z-index:4;
	width:100%;
	height:auto;
	text-align:center;
	font-size:14px;
	line-height:20px;
	color:#fff;
	top:25%;
}

.caption-text p{
	opacity:0.9;
}

.zoom{
	background:url(../img/zoom.png) no-repeat 0 0;
	width:44px;
	height:44px;
	display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:15px;
	opacity:0.9;
}

.zoom:hover{
	opacity:1;
}

.gallery-title{
	text-align:center;
	background:#f6f7f9;
	color:#161616;
	padding:5px 15px 5px 15px;
	font-size:16px;
	margin:0 0 30px 0;
}

/*
Request form
=========================== */
.request-form{
	float:left;
	color:#2f2f2f;
	font-size:14px;
	width:100%;
	background:#fff;
	position:relative;
	margin:0;
	padding:20px;
	border-radius:2px;
	-webkit-box-shadow: 15px 15px 0 rgba( 56, 63, 69, 0.3);
	   -moz-box-shadow: 15px 15px 0 rgba( 56, 63, 69, 0.3);
	        box-shadow: 15px 15px 0 rgba( 56, 63, 69, 0.3);	
}

.request-form h3{
	color:#2f2f2f;
	font-size:36px;
	line-height:46px;
}

.request-form h3 strong{
	font-weight:700;
}

ul.listcontrol{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

ul.listcontrol li{
	float:left;
	width:100%;
	position:relative;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	background:none;
}

ul.listcontrol li label{
	color:#2f2f2f;
	font-weight:400;
	font-size:18px;
	padding:0;
	background:none;
	background-image:none;
}

ul.listcontrol li .form-control{
 height:45px;
  border-radius:2px;
  border:1px solid #7e7e7e;
  color:#161616;
  opacity:0.7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

ul.listcontrol li .form-control:focus{
	border:1px solid;
}

#sendrequest{
	display:none;
}

#sendrequest.show,.show  {
	display:block;
}

/*
Contact
=========================== */
#contact{
	background-color: #3da8d9 !important;
	/* background:url(../img/pattern1.png) repeat 0 0; */
	color:#fff;
	position: relative;
}
#contact::before {
	background:url(../img/section-background-4.jpg) no-repeat center center fixed;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.07;
}

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

ul.listForm li {
	float:left;
	width:49%;
	margin:0 1% 15px 0;
}

ul.listForm li.list-block{
	width:99%;
	margin:0 1% 15px 0;
}

ul.listForm label{
	font-weight:400;
	display:block;
	color:#fff;
}

ul.listForm label span{
	font-weight:300;
	font-style:italic;
}

ul.listForm .form-control{
	height:45px;
}

ul.listForm textarea.form-control{
	height:160px;
}

.validation {
	display:none;
	margin-top: 5px;
}

#sendmessage{
	display:none;
}

#sendmessage.show,.show  {
	display:block;
}

.contact-detail h5{
	color:#fff;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}

.contact-detail label{
	font-size: 17px;
	font-weight:400;
	display:block;
	padding-bottom: 8px;
}

.contact-detail label i{
	margin-right:5px;
}

.contact-detail p{
	font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*
Footer
=========================== */
footer{
	background:url(../img/pattern2.png) repeat 0 0;
	color:#fff;
	text-align:center;
	padding:60px 0 50px 0;
}

.subscribe-form{
	width:100%;
	position:relative;
	margin:30px 0 20px 0;
}

input.subscribe{
	position:relative;
	width:100%;
	border:none;
	background:#fff;
	padding:20px;
	border-radius:2px;
}

.subscribe-button{
	position:absolute;
	border-radius:2px;	
	border:none;
	padding:20px;
	font-size:16px;
	line-height:18px;
	color: #383f45;
	font-weight:400;
	right:0;
	top:0; 	
}

.subfooter{
	background:#046a8e;
	color:#bcbcbc;
	text-align:justify;
	line-height:16px;
	padding:40px 0 20px 0;
}

/*
Social network
=========================== */
.social-network{
	text-align:center;
}

.social-link {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 43px;
	width: 40px;
	text-indent: -9999px;
	margin: 0 5px 10px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-link:hover {background-position: 0 -43px;}

.facebook {background: url(../img/social/fb.png) no-repeat;}
.googleplus {background: url(../img/social/google.png) no-repeat;}
.dribble {background: url(../img/social/dribble.png) no-repeat;}
.flickr {background: url(../img/social/flickr.png) no-repeat;}
.twitter {background: url(../img/social/twitter.png) no-repeat;}

/*
Heading
=========================== */
.heading{
	font-size:55px;
	line-height:72px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:40px;
}

.heading.centered{
	background:url(../img/heading-center.png) no-repeat bottom center;
	text-align:center;
	padding-bottom:45px;
}

/*
Helper
=========================== */
.container-wrapper{
	padding:120px 0 80px 0;
}

.dark-bg{
	background: #2b343c;
}

/*
Scroller
=========================== */
#cbp-so-scroller,
.cbp-so-scroller{
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	overflow: hidden;
}	
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Sides */
.cbp-so-side {
	/* overflow: hidden; */
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/*
Clear spacer
=========================== */
.marginnone{
	margin:0;
}

.margintop-clear{
	margin-top:0;
}

.marginbot-clear{
	margin-bottom:0;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px;
}

.margintop10{
	margin-top:10px;
}

.margintop15{
	margin-top:15px;
}

.margintop20{
	margin-top:20px;
}

.margintop25{
	margin-top:25px;
}

.margintop30{
	margin-top:30px;
}

.margintop35{
	margin-top:35px;
}

.margintop40{
	margin-top:40px;
}

.margintop45{
	margin-top:45px;
}

.margintop50{
	margin-top:50px;
}

.margintop55{
	margin-top:55px;
}

.margintop60{
	margin-top:60px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px;
}

.marginbot10{
	margin-bottom:10px;
}

.marginbot15{
	margin-bottom:15px;
}

.marginbot20{
	margin-bottom:20px;
}

.marginbot25{
	margin-bottom:25px;
}

.marginbot30{
	margin-bottom:30px;
}

.marginbot35{
	margin-bottom:35px;
}

.marginbot40{
	margin-bottom:40px;
}
.marginbot40{
	margin-bottom:40px;
}
.marginbottom55, .marginbottom55.aligncenter {
	margin-bottom:55px;
}
.marginbottom60{
	margin-bottom:60px;
}

.margintop50{
	margin-top:50px;
}

.marginbot55{
	margin-top:55px;
}

.marginbot60{
	margin-top:60px;
}

/*
Custom left spacer
=========================== */
.marginleft5{
	margin-left:1px;
}

.marginleft10{
	margin-left:10px;
}

.marginleft15{
	margin-left:15px;
}

.marginleft20{
	margin-left:20px;
}

/*
Custom right spacer
=========================== */
.marginright5{
	margin-right:1px;
}

.marginright10{
	margin-right:10px;
}

.marginright15{
	margin-right:15px;
}

.marginright20{
	margin-right:20px;
}

/*
Custom responsive
=========================== */
@media (min-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 990px) {
	.collapse {
	  display: inline-block;
	  float:left;
	}
	.accordion-body.collapse{
	  display: none;
	  float:none;
	  width:auto;	
	}
	.accordion-body.collapse.in {
	  display: block;
	}	
	.navbar .navbar-collapse .nav{
		width:100%;
	}
	.navbar .navbar-collapse .nav li{
		display:none;
	}

	
	.navbar .navbar-collapse .nav select{
		display:block;
		width:250px;	
	}
	#about{
		padding:120px 0 100px 0;
	}
	#about .heading{
		margin-top:40px;
	}
	.arrow-info{
		display:none;
	}
	.request-form{
		margin:-100px 0 80px 0;
	}
}

@media (max-width: 767px) {
	.heading {
		font-size: 36px;
		line-height: 1.75em;
	}
	.collapse {
	  display: inline-block;
	  float: left;
	}
	.accordion-body.collapse{
	  display: none;
	  float:none;
	  width:auto;	
	}
	.accordion-body.collapse.in {
	  display: block;
	}	
	.navbar .navbar-collapse .nav{
		float:left;	
		width:100%;
		border:none;
		margin:0;
	}
	.navbar .navbar-collapse .nav li{
		display:none;
	}
	.navbar .navbar-collapse .nav select{
		display:block;
		width:250px;	
		margin:0;
	}
	.navbar-inverse .collapse{
		float:right;
		width:auto;
		position:relative;
		border:none;
		box-shadow:none;
		z-index:0;	
		padding:0;
		margin:3px 0 0 30px;
	}
	.navbar-inverse .navbar-header{
		float:left;
		width:auto;
		margin-left:10px;
	}
	#about{
		padding:120px 0 100px 0;
	}
	#about .heading{
		margin-top:40px;
		text-align: center;
	}
	.mobile-responsive{
		width:100%;
		height:auto;
	}
	.info,
	.info.topleft,
	.info.topright,
	.info.botleft,
	.info.botright{
		display:none;
	}
	.request-form{
		margin:-100px 0 80px 0;
	}	
}

@media only screen and (max-width: 558px) {
	.navbar-inverse .navbar-header{
		float:left;
		width:100%;
		margin:0;
		text-align:center;
	}
	.navbar-inverse .navbar-header .navbar-brand{
		float:none;
		margin:0;
		padding:0;
	}
	.navbar-inverse .collapse{
		margin:20px 0 0 0;
		padding:0;
		width:100%;
	}
	.navbar .navbar-collapse .nav select{
		width:100%;
	}
	#about, #gallery, .container-wrapper{
		padding:180px 0 80px 0;
	}
	#about .heading{
		margin-top:40px;
	}		
}


/*
**====================================================================================
**====================================================================================
**			CUSTOM
**====================================================================================
**====================================================================================
**/
p.page-text,
li.page-text {
	font-size: 18px;
}
.alignright {
	float: right;
}
.alignright-mright {
	margin-right: 50px;
}
.alignleft {
	float: left;
}
.aligncenter {
  display: block;
  margin: 0px auto 15px auto;
}
.services-box p {
	text-align: justify;
}
.heading-center {
	text-align: center;
}
.contact-headers-box .contact-header-1 {
	margin-bottom: 25px;
}
.contact-headers-box .contact-header-2 {
	margin: 0 0 5px;
}
.contact-headers-box .contact-header-3 {
	margin: 0 0 55px;
}
.intro .btn {
	white-space: normal;
}
.navbar-nav li a {
	font-size: 20px;
}
.navbar-inverse .navbar-nav li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-inverse .navbar-nav li a.selected-item {
	background-color: #3da8d9;
	border-radius: 1px;
    color: white;
}
.navbar-inverse .navbar-nav li a.selected-item:hover {
	background: #ffffff !important;
    color: #3da8d9;
}
.navbar-inverse .navbar-nav li a:hover {
	background-color: #3da8d9 !important;

}

/* ---- reset ---- */ canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%; background-color: transparent; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }

#about.page-section-green  {
	background: #3da8d9 !important;
}
#about.page-section-blue {
	background: #3da8d9 !important;
}
.page-section-green a  {
	color: #F5EB72;
}
#about.page-section-blue a {
	color: #ff6700 !important;
	font-weight: 600;
	text-decoration: none !important;
}
#about.page-section-blue a:hover {
	color: #fff !important;
}
.btn-lg.btn-slider {
	font-size: 25px;
}

.section-content-page img {
	float: left;
	margin-right: 6px;
	position: relative;
	top: 5px;
}
.section-content-page h4 {
	text-align: left;
}
.section-content-page h4.text-center {
	text-align: center;
}
.section-content-page p {
	clear:both;
	text-align: justify;
}

.aligncenter-contentsize {
	max-height: 120px;
}

.page-section-thanks h4 {
	text-align: center;
}
.page-section-thanks h3.heading {
	margin-top:17%;
}
#about.page-section-thanks {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#large-header {
	bottom: 0;
	height: auto !important;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.page-section-thanks .btn {
	font-size: 20px;
	color: black;
}
.page-section-thanks .pst-btnarea {
	text-align: center;
}

/* .dlaczego-za-darmo-kontakt .container-wrapper {
	padding: 0px 0 80px;
} */

.clear {
	clear: both;
}

.page-services .cbp-so-side-left {
	text-align: right;
}
.page-services .cbp-so-side-left img {
	float: none;
}

.home-form {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 12px;
	box-shadow: 15px 15px 0 rgba(56, 63, 69, 0.3);
	color: #2f2f2f;
	float: left;
	font-size: 14px;
	/* margin: 45px 0 0 0; */
	margin: 0;
	padding: 20px;
	position: relative;
	width: 100%;
}
.home-form #contactform1 .form-div-1, .home-form #contactform1 .form-div-2, .home-form #contactform1 .form-div-3 {
	float: none;
	width: 100%;
}
.home-form #contactform1 input[type="text"], .home-form #contactform1 input[type="email"], .home-form #contactform1 input[type="tel"] {
	border-bottom: 2px solid #f2f2f2;
}

.home-form .btn-tertiary {
	margin: 10px 0;
}
#contactform1 .btn-tertiary {
	background-color: #046a8e;
	border-radius: 12px;
}
#contactform1 .btn-tertiary:hover {
	background-color: #fff;
	color: #046a8e;
}
.home-form h2,
.home-form h3,
.home-form h4 {
	color: #046a8e;
}
.form-icon {
	margin: 10px 0 10px;
}

/*
**====================================================================================
**====================================================================================
**			RWD
**====================================================================================
**====================================================================================
**/
@media (max-width: 1199px) {
	.contact-detail p {
	  font-size: 25px;
	}
}
@media (max-width: 767px) {
	.btn-lg {
		font-size: 21px;
	}
	.scrolltop h3 {
	  font-size: 30px;
	  line-height: normal;
	}
	#about.page-section-thanks {
		padding: 20px 0 20px;
	}
	.page-section-thanks .heading {
		font-size: 40px;
		line-height: 52px;
	}
	.page-services .cbp-so-side-left {
		text-align: center;
	}
	.page-services .cbp-so-side-left.col-md-3.marginbot40 {
		margin-bottom: 10px;
		margin-top: 70px;
	}
	.section-content-page h4 {
		text-align: center;
	}
	.home-form {
		margin: 0px 0 60px 0;
	}
	.intro {
		margin-bottom: 0;
		padding-bottom: 60px;
	}
}
@media (max-width: 500px) {
	.section-content-page img {
		top: 0px;
	}
	.section-content-page h4 {
		font-size: 25px;
		line-height: 32px;
	}
	.page-section-thanks .btn {
		font-size: 14px;
		padding: 5px 15px;
	}
}
.btn.btn-tertiary {
	background-color: #ff6700 !important;
	color: #fff;
	border-radius: 12px;
	white-space: wrap !important;
}
.btn.btn-tertiary:active,
.btn.btn-tertiary:focus,
.btn.btn-tertiary:hover {
	background-color: #fff !important;
	color: #046a8e !important;
}
/* .btn.btn-tertiary.btn-tertiary--light {
	background-color: #3da8d9;
}

.btn.btn-tertiary.btn-tertiary--light:active,
.btn.btn-tertiary.btn-tertiary--light:focus,
.btn.btn-tertiary.btn-tertiary--light:hover {
	background-color: #fff;
	color: #3da8d9 !important;
} */

p.copyright {
    font-size: 14px !important;
}
@media (min-width: 992px) {
	.intro {
		padding-bottom: 80px;
	}
	.home-form {
		margin-top: 180px;
	}
	.jak-to-dziala-cards div::after {
		content: ' ';
		height: 2px;
		background-color: #fff;
		position: absolute;
		width: 100%;
		top: 55px;
	}
	.jak-to-dziala-cards div:nth-of-type(4)::after,
	.jak-to-dziala-cards div:nth-of-type(7)::after {
		content: none;
	}
	.jak-to-dziala-cards div img {
		position: relative;
		z-index: 1;
	}
}

@media screen and (max-width: 992px) {
	#about img  {
		float: unset;
		margin: auto;
	}

}