@CHARSET "UTF-8";

h2 { color: #aa8b4f; font-size: 32px; line-height: 42px; text-align: center; margin: 10px 0;padding: 0;}
h3 {color: #215262; font-size: 20px; line-height: 30px;}
.btn { padding: 10px 35px; background-color: #aa8b4f; color: white; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 18px; }
.chc { width: 100%; clear: both; font-size: 18px; line-height: 24px; margin-bottom: 15px;  color: white;}
.chc span { background-color: #aa8b4f; color: white; font-size: 22px; line-height: 30px; width: 30px;height: 30px; border-radius: 50%; margin-right: 15px; display: inline-block;text-align: center; }
.bg { padding: 160px 0 40px 0; background-image: url("../images/CRE_slider_k.jpg"); background-size: cover; background-position: center; margin-bottom: 0px; overflow: hidden; position: relative;}
.col13 { width: 33.333%; float: left; text-align: center; } 

.kenburns-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  img.kenburns {
    
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
        animation: 115s ppb_kenburns linear infinite alternate;
  }
}
.coltlo { float: left; width: 70%; }
.colform { float: left; width: 30%; }

@keyframes ppb_kenburns{
	0% {
		transform: scale(1.3) translate(-10%, 10%);
	}
	25% {
		transform: scale(1) translate(0, 0);
	}
	50% {
		transform: scale(1.3) translate(10%, 10%);
	}
	75% {
		transform: scale(1) translate(0, 0);
	}
	100% {
		transform: scale(1.3) translate(-10%, 10%);
	}
}


#basic-form {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 900px;
  padding: 30px 40px;
  margin-top: 50px;
}
#basic-form p { margin: 5px 0; padding: 0; }
input { background-color: #fafafa; width: calc(100% - 30px); font-family: 'Montserrat', sans-serif; padding: 10px 15px; border:2px solid #fafafa; border-bottom: 2px solid #ccc; margin-top: 10px;}
label {width: calc(100% - 45px);float: left; font-size: 13px; }
label span {font-size: 13px;}
label.error { font-family: 'Montserrat', sans-serif;color: red;font-size: 14px;display: block;  margin-top: 5px;}
input.error {border-bottom: 2px dashed red;font-weight: 300; color: red; }
[type="submit"], [type="reset"], button, html [type="button"] { 
    background: #aa8b4f;
    color: white;
    border: none;width: 100%;
    font-weight: 300;
    padding: 10px 0; margin-top: 10px;
    line-height: 1; font-family: 'Montserrat', sans-serif;cursor: pointer; border-radius: 25px; font-weight: bold; font-size: 18px; margin-top: 20px;
}


.bg2 { background-image: url("../images/bg_jak_to_dziala_dark2.jpg"); background-size: cover; background-position: center; padding: 65px 0 80px 0; margin-bottom: 65px;}

#zgoda1-error, #zgoda2-error { float: right; margin-right: 15px; font-weight: bold; }
label span { text-decoration: underline; font-weight: bold; cursor: pointer; }
#show1, #show2 { font-size: 11px; line-height: 12px; padding-top: 10px; clear: both; }


.stopka {
  background-color: #131313;
  padding: 30px 0px;
  width: 100%;
}
.paddleft {
  padding-left: 30px;
  padding-right: 30px;
}
.stopkac1 {
  float: left;
  width: 19%;
  text-align: left;
}
.stopkac2 {
  float: left;
  width: 64%;
}
.stopkac3 {
  float: right;
  width: 17%;
  text-align: right;
}
.col4_12 {
  width: 33.333%;
  float: left;
}

.stopka a {
  color: #adb1c3;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
.sq {
  text-align: center;
  color: #fff !important;
  border: 2px solid #fff;
  display: block;
  float: inherit;
  padding: 10px;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  -webkit-transition: .9s;
  -moz-transition: .9s;
  -o-transition: .9s;
  -ms-transition: .9s;
  text-align: center !important;
  margin-right: 10px;
}
.sq i {
  font-size: 20px;
}
.content {
  width: 98%;
  margin: 0 1%;
  max-width: 1120px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
	.colform, .coltlo { float: left; width: 100%; }
	.mobhide { display: none; }
	.bg { padding: 80px 0;}
	h2 { font-size: 22px; line-height: 32px; }
	.container { width: 96%; margin: 0 2%;}
	.chc { font-size: 16px; line-height: 22px;}
	.chc span { font-size: 14px;line-height: 20px; width: 20px;  height: 20px;  margin-right: 10px;}
	#basic-form { padding: 20px 15px; width: calc(100% - 30px); }
	label, label span { font-size: 11px; }
	.stopkac1, .stopkac2, .stopkac3, .col4_12, .col13 { width: 100%; } 
	.col4_12 { margin-top: 15px; }
	.sq { float: left; margin-top: 10px; }
}