#tresclpkonf{
  background-color: #032d7d;
  padding: 100px 0px;
  color: #fff;
  background-image: url(../img/konf/konfbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


	
#konflp-2{
	padding: 50px 0px;
	border-top: 1px solid #00a8ff;
	margin-top: 100px;
}
#konflp-2 .conflp-2-box{
	width: 40%;
	float: left;
	font-size: 15px;
	background: #fff;
	margin: 5%;
	color: #333;
	padding-bottom: 30px;
	border-radius: 5px;
	min-height: 550px;
}
#konflp-2 .conflp-2-box p{
	padding: 0px 40px;
	font-size: 15px;
}


.padszerkonf{
max-width:1250px;
margin:0 auto;
width: 90%;
}
#tresclpkonf.fix{
margin-top: 135px;
display: block;
position: relative;
}

#konflp-start .mailpoet_form{
}

#konflp-start .wysija-paragraph:nth-of-type(1), #konflp-start .wysija-paragraph:nth-of-type(2){
width: 50%;
float: left;
}
body #konflp-start .wysija-paragraph:nth-of-type(1) input, body #konflp-start .wysija-paragraph:nth-of-type(2) input{
width: 85%;
}
#konflp-start .wysija-paragraph:nth-of-type(3), #konflp-start .wysija-paragraph:nth-of-type(4), #konflp-start .wysija-paragraph:nth-of-type(5){
float: left;
width: 33%;
}
#konflp-start .wysija-paragraph:nth-of-type(3) input[type="text"], #konflp-start .wysija-paragraph:nth-of-type(4) input[type="email"], #konflp-start .wysija-paragraph:nth-of-type(5) input[type="text"]{
}

#konflp-start .wysija-paragraph:nth-of-type(1){
}
#konflp-start .wysija-paragraph:nth-of-type(2){
}
#konflp-start .wysija-paragraph:nth-of-type(3){
}
#konflp-start .wysija-paragraph:nth-of-type(4){
}
#konflp-start .wysija-paragraph:nth-of-type(5){
}
#konflp-start .wysija-paragraph:nth-of-type(6){
  clear: both;
  font-size: 12px;
}
#konflp-start .wysija-paragraph:nth-of-type(6) label:nth-of-type(1){
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
#konflp-start .wysija-paragraph:nth-of-type(6) label:nth-of-type(2){
  font-size: 11px;
  line-height: 17px;
  font-weight: lighter;
  color: #78d1ff;
}

#konflp-tarcza{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.konflp-tarcza-ring{
  width: 100%;
  height: auto;
}
.konflp-tarcza-ring2{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.5;
}
#konflp-promo{
  float: left;
  position: relative;
}
#konflp-promo-r{
  float: right;
  width: 55%;
}


#konflp-start{
}
#konflp-start .opis{
}
#konflp-start .opis h2{
  margin-top: 0px;
  font-size: 30px;
  font-weight: normal;
  color: #00ccff;
  margin-bottom: 20px;
}
#konflp-start .opis p{
  font-size: 20px;
  margin: 0px;
}
#konflp-start .form{
  border-top: 1px solid #00a8ff;
  padding-top: 20px;
  margin-top: 0px;
}
#konflp-start .form input[type="text"], #konflp-start .form input[type="email"]{
  border: 0px;
  padding: 10px;
  border-radius: 5px;
  width: 80%;
}
#konflp-start .form input[type="text"]:focus, #konflp-start .form input[type="email"]{
}
#konflp-start .form input[type="submit"]{
  background: #ff0000;
  border: 0px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  font-size: 17px;
  font-weight: lighter;
  box-shadow: 0px 2px 0px #000;
  text-shadow: 1px 1px 0px #b20000;
  transition: all 0.2s ease;
}
#konflp-start .form input[type="submit"]:hover{
  background: #fff;
  color: #555;
  text-shadow: none;
}

@keyframes rotating
	{
	from
		{
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		}
	to
		{
		transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		}
	}
@-webkit-keyframes rotating
	{
	from
		{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		}
	to
		{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		}
	}
.rotating
	{
	-webkit-animation: rotating 60s linear infinite;
	-moz-animation: rotating 60s linear infinite;
	-ms-animation: rotating 60s linear infinite;
	-o-animation: rotating 60s linear infinite;
	animation: rotating 60s linear infinite;
}











@keyframes rotating2
	{
	from
		{
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		}
	to
		{
		transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		}
	}
@-webkit-keyframes rotating2
	{
	from
		{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		}
	to
		{
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		}
	}
.rotating2
	{
	-webkit-animation: rotating2 40s linear infinite;
	-moz-animation: rotating2 40s linear infinite;
	-ms-animation: rotating2 40s linear infinite;
	-o-animation: rotating2 40s linear infinite;
	animation: rotating2 40s linear infinite;
}

#konflp-3{
	padding-bottom: 100px;
}
#konflp-3 h2{
	font-size: 50px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 55px;
	background: url(../img/bar-red.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-size: 90px;
}
#konflp-3 table{
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto;
}
#konflp-3 table td{
	padding-top: 10px;
	padding-bottom: 15px;
	vertical-align: top;
}
#konflp-3 table tr td:nth-child(1){
	padding-right: 30px;
	border-right: 1px solid red;
	font-weight: bold;
	font-size: 19px;
	width: 150px;
}
#konflp-3 table tr td:nth-child(2){
	padding-left: 30px;
	vertical-align: top;
}


#konflp-4{
	background: #fff;
	padding: 30px 5%;
	margin-bottom: -100px;
	padding-bottom: 100px;
	font-size: 15px;
	background-image: url(http://www.equinum.pl/wp-content/themes/equinum/img/bgsylwetka.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#konflp-5{
}
#konflp-6{
}
.konflp-box-50 .konflp-box-50a{
	float: left;
	width: 50%;
}
.konflp-box-50 .konflp-box-50b{
	width: 50%;
	float: left;
}
.konflp-box-50 .konflp-box-50a img{
	margin-top: -30px;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.konflp-box-50 .konflp-box-50b img{
	margin-top: -30px;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.konflp-box-50{
	background: #fff;
	color: #333;
	margin: 100px 0px;
}
.konflp-box-50 .konflp-box-50a.text50, .konflp-box-50 .konflp-box-50b.text50{
	padding: 30px 5%;
	width: 40%;
	padding-bottom: 65px;
}
.konflp-box-50 .konflp-box-50a.text50 h2, .konflp-box-50 .konflp-box-50b.text50 h2{
	color: #555;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 40px;
	background: url(../img/bar-red.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 95px;
	margin-bottom: 55px;
}
.konflp-box-50 .konflp-box-50a.text50 h2 em, .konflp-box-50 .konflp-box-50b.text50 h2 em{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.konflp-box-50 .konflp-box-50a.text50 p, .konflp-box-50 .konflp-box-50b.text50 p{
	font-size: 15px;
	color: #555;
}

#konflp-4 h2{
	font-size: 45px;
	font-weight: normal;
	text-transform: uppercase;
	color: #164194;
}


#konflp-4 p{
	width: 70%;
	font-size: 18px;
	color: #555;
}

#konflp-start .opis img{
width: 40px;
height: auto;
padding: 0px;
margin-right: 10px;
float: left;
border-right: 2px solid red;
padding-right: 20px;
padding-bottom: 50px;
}
#konflp-start .opis table{
	padding-top: 15px;
}
#konflp-start .opis table td{
	vertical-align: top;
	padding: 30px 10px;
	font-size: 16px;
	padding-bottom: 0px;
}
#konflp-start .opis table td p{
	font-size: 15px;
}
#konflp-start .opis table td:nth-child(1){
	width: 220px;
}
#konflp-start .opis table td:nth-child(2){
	width: 400px;
}

#konflp-2 .conflp-2-box img{
	width: 100%;
	height: auto;
}

#konflp-7{
	border-top: 1px solid #ff0000;
	padding-top: 70px;
	position: relative;
}
#konflp-8{
}
#konflp-8 h2{
		font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
#konflp-7 p{
	font-size: 19px;
	margin: 5px;
}
#konflp-7 a{
	color: #00a8ff;
	text-decoration: none;
}
#konflp-7 a:hover{
	color: #fff;
}
#konflp-7 h2{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}
#konflp-7 i{
	padding: 30px;
	border-radius: 50px;
	font-size: 35px;
	color: #fff;
	border: 2px solid #ff0000;
}
.konflp-logo1{
	position: absolute;
top: 50%;
height: 150px;
margin-top: -75px;
left: 150px;
}
.konflp-logo2{
	position: absolute;
top: 50%;
height: 60px;
margin-top: -30px;
right: 100px;
}





#konflp-9{
	padding: 30px 0px;
}
#konflp-9 .gotop{
	background: #ff0000;
	color: #fff;
	border: 0px;
	margin: 0 auto;
	display: block;
	padding: 20px 30px;
	font-size: 23px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
}
#konflp-9 .gotop:hover{
	background: #fff;
	color: #555;
}
#konflp-4 button{
	background: #ff0000;
color: #fff;
border: 0px;
margin: 0 auto;
padding: 15px 30px;
font-size: 18px;
border-radius: 10px;
cursor: pointer;
transition: all 0.2s ease;
	
}
#konflp-4 button:hover{
	background: #fff;
color: #555;
}











































