body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  height: 100%;
  color: #333;
}
html {
  height: 100%;
}
a,
input {
  outline: none;
}
a:link,
a:visited,
a:hover {
  outline: none;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 54px;
  line-height: 54px;
  text-shadow: 0px 2px 2.88px #000000;
  color: #fff;
  font-weight: 700;
  margin:0px;
}
h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 0px 2px 2.88px #000000;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom:1px solid #fff;
  margin:0px 0px 20px 0px;
}
h3,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight:bold;
}
#intro {
	background-size:cover;
	height:100vh;
	color:#fff;
}
#intro .container {
	position:relative;
	height:100vh;
	padding:0px;

}
#intro .head {
	padding-top:100px;
}

.container {
	padding-top:60px;
	padding-bottom:60px;
}

ul.arrow {
  list-style-type: none;
  padding-left: 0px !important;
  margin-top: 0px !important;
}
ul.arrow li {
  margin-bottom:10px;
}
ul.arrow li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  position: relative;
  margin-right: 10px;
  top: 3px;
  color: #ff0000;
}
.space40 li{
	margin-bottom:40px !important;
}

p {
	margin-bottom:40px;
}

.bibliografia li {
	margin-bottom:20px !important;
}

.nt {
	background-image:url('nt.jpg');
	text-align:center;
}
.nt h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  line-height: 54px;
  text-shadow: 0px 2px 2.88px #000000;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  margin: auto;
  max-width: 700px;
}
.nt h3 {
  display: inline-block;
  padding: 7px 10px;
  background-color: rgba(0, 80, 184, 0.8);
  margin:auto;
}
.nt h4 {
  background-color: #f3d719;
  color: #333;
  padding: 0px 10px;
  line-height: auto;
  display: inline-block;
}
.nt h5 {
  text-shadow: 0px 2px 2.88px #000000;
  color:#fff;
  margin-bottom:50px;
  margin-top:50px;
}
.zolty {
  background-color: #f3d719;
  color: #333;
  padding: 0px 10px;
  line-height: auto;
}
.btn-large {
  font-size: 20px;
  text-align: left;
  padding: 15px 20px;
  position: relative;
  margin-top: 40px;
  text-align:center;
  white-space:normal !important;
  word-wrap:break-word; 
}
.btn-large .glyphicon {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
}
.powieksz-button {
  padding: 20px 40px;
  font-size: 24px;
  text-transform: uppercase !important;
}

.gotorejestracja img {
	margin-left:15px;
}
.gotorejestracja {
  padding: 10px 15px 10px 15px;
  background-color: #ff0000;
  cursor: pointer;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
  -icab-border-bottom-right-radius: 9px;
  -icab-border-bottom-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  position: fixed;
  z-index: 988;
  color: #fff;
  top: -65px;
  right: 10px;
}
.gotorejestracja:hover {
  background-color: #ea0000;
}

.zdjecie {
	min-height:90vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

td {
	padding:10px;
}
.theader {
	background-color:#eee;
	font-weight:bold;
}

.faq {
  counter-reset: my-badass-counter;
}
.faq dt:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  font-size: 50px;
  line-height: 46px;
  float: left;
  margin-right: 20px;
  font-weight: bold;
}
.faq dt {
  margin-bottom: 60px;
  font-weight: normal;
}

.gal {
	width:10%;
	padding:5px;
	float:left;	
}
.icanreadmore .read-more-toggle {
  cursor: pointer;
}
.icanreadmore .read-more-toggle2 {
  font-size: 18px;
  font-weight: 400;
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  margin-top: 0px;
  margin-left: -40px;
}
.icanreadmore .read-more-content {
  display: none;
  padding-bottom:20px;
}
.read-more-content ul  {
	padding-top:15px;
	padding-bottom:15px;
}
.read-more-content li {
	margin-bottom:10px;
	font-size:16px;
}

/* BLONNIK */
#blonnik #intro {
	background:url('../img/fe1.jpg') no-repeat top right #1d99b3;
	background-size:auto 100%;
}
#blonnik h1 {
  text-shadow: 0px 2px 2.88px #000;
  color: #fff;
}
#blonnik h2 {
  text-shadow: 0px 2px 2.88px #000;
  color: #fff;
  border-color:#333;
}

#blonnik #intro .head {
  text-shadow: 0px 1px 2px #000;
  color: #fff;
	font-weight:bold;
	max-width:900px;
}
#blonnik h4 a {
  color: #333;
}
#blonnik .nt {
	padding-top:150px;
}
#calosc {
	background-color:#111;
	color:#fff;
}
#blonnik input {
	color:#000;
	font-weight:400;
}
.warning {
	background-color:red;
	font-size:12px;
	 text-shadow: none;	
	  padding:0px 20px 20px 20px;
}


/* Wspolne */

.white {
  color: #fff;
}
.important-text {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.no-padding {
  padding: 0px;
}
.title-cont {
  padding: 40px 0px;
  background-color: #1f55aa;
  color: #fff;
}
.title-cont h1 {
  text-align: right;
}
.mb20 {
  margin-bottom:20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt60 {
  margin-top: 60px;
}
.rose {
  color: #006ba0;
}
.ml20 {
  margin-left: 20px;
}
.mr5 {
  margin-right: 5px;
}
.r10 {
  margin-right: 10px !important;
}
.pt50 {
  padding-top: 50px;
}
.p0 {
  padding: 0px !important;
}
.m0 {
  margin: 0px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.szary-bckg {
  background-color: #eaeaea !important;
}
.red {
  color: red;
}
.fs18 {
	font-size:18px;
}
.mt20{
	margin-top:20px;
}
.smallp {
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
}