body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}



@media (min-width: 768px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 10px 0;
    }
}

span.help-block {
  color: #ff8784;
}


.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}

@media (min-width: 992px) {
	.navbar-toggleable-md .navbar-collapse {
    width: auto;
    right: 0;
    position: absolute;
    }	
}


.header a.title {
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.7em;
    display: inline-block;
    text-decoration: none;
}
.header a.title span { color: #ffc107; }
.header a.title:before {
    display: inline-block;
    width: 40px;
    height: 27px;
    content: ' ';
    background: url(../gfx/icon-hat.png);
    margin-bottom: 13px;
}
.header .company {
    display: inline-block;
    color: #bbb;
    padding-left: 7px;
    font-size: 12px;
    width: 200px;
}


.btn:focus { box-shadow: none; }


.misja-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: left;
    background: #f0f0f0 url(../gfx/bg-misja.jpg) bottom center no-repeat;
}

.osiagniecia-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: left;
    background: #f3f3f3 url(../gfx/bg-osiagniecia.jpg) bottom center no-repeat;
}

.jak-dzialamy-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: left;
    background: #ede7e0 url(../gfx/bg-jak-dzialamy.jpg) bottom center no-repeat;
}

.zgloszenie-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: left;
    background: #4c5582 url(../gfx/bg-zgloszenie.jpg) bottom center no-repeat;
}

.news-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: left;
    background: #e6e6e6 url(../gfx/bg-news.jpg) bottom center no-repeat;
}

.kontakt-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: left;
    color: #b3b3b3;
    background: #272c2f url(../gfx/bg-kontakt.jpg) bottom center no-repeat;
}

footer { background-color: #37406a; color: #fff; }
.kontakt-section a:hover { color: #8585ab; text-decoration: none; }





/* PAGE STYLES */

.navbar-inverse .navbar-nav .nav-link { color: #fff; }
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: #ffc107; }


h2.section-title { color: #37406a; font-family: 'Capriola', sans-serif; }

h4 { color: #37406a; font-size: 25px; font-family: 'Capriola', sans-serif; text-transform: uppercase; }
h5 { color: #37406a; font-size: 20px; font-family: 'Capriola', sans-serif; text-transform: uppercase; }


.half-rule { width: 100px; margin: 40px auto; border-top: 4px solid #d36172; }


.img-border { border: 5px solid #fff; border-radius: 0.25rem; }


.marked-list { margin-top: 32px; }
ul.marked-list { list-style: none; padding-left: 10px; }
.marked-list li+li {
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.marked-list li {
    position: relative;
    padding-left: 30px;
    padding-top: 15px;
    font-size: 15px;
    text-align: left;
}
.marked-list li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
    font: 400 30px/53px "FontAwesome";
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #d36172;
}


.squares { 
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: -webkit-box-shadow .45s;
    transition: -webkit-box-shadow .45s;
    transition: box-shadow .45s;
    transition: box-shadow .45s,-webkit-box-shadow .45s;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.20);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.20);
}
.squares:hover {
    -webkit-transition: -webkit-box-shadow .45s;
    transition: -webkit-box-shadow .45s;
    transition: box-shadow .45s;
    transition: box-shadow .45s,-webkit-box-shadow .45s;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.50);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.50);
}
.square-1 {  
	background-color: #f2f7f9;
	text-align: center;	
}  
.square-2 {  
	background-color: #efefef;
	text-align: center;	
}  
.square-3 {  
	background-color: #f4eee7;
	text-align: center;	
}  



.register{
  width: 50%;
  margin: 0 auto;
}
.register form > div{
  text-align:left;
  display:block;
  margin-bottom: 1em;
}
.register form label {
  display:block;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #fff;
}
.register form input[type="text"],
.register form input[type="number"],
.register form input[type="email"],
.register form input[type="file"],
.register form select{
  width:100%;
  background-color: #dde3e6;
  border:solid 1px #627883;
  padding: 0.3em;
  font-size: 1.2em;
}
.register form select {
  -webkit-appearance:none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AMLBjEgs48XOwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABTSURBVAjXZYsxCoAwEMBy6Ox37s5HOeibuhS/1KnQX5RzKWJxCARCUPMAJtQ8SPn+hZTvoNQm30vNo9QmANM1nBXAfF/UvA/f3gDIcV5D6aU2eQBaRivTfdtzGwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.register form input[type=checkbox]{display:none}
.register form input[type=checkbox] + label {
  display: inline;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.register form input[type=checkbox] + label:before {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 5px -5px 0;
  background:url(../gfx/check-unchecked.png);
  content:"";
  cursor:pointer;
}
.register form input[type=checkbox]:checked + label:before {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 5px -5px 0;
  background:url(../gfx/check-checked.png);
  content:"";
  cursor:pointer;
}


article time {
 	color: #78909c;
    font-size: 0.9em;
}
article a.title {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #37406a;
}
article a.title:hover {
    color: #ffc107;
    text-decoration: none;
}
article p {
    margin: 0.5em 0 1em 0;
}


.lead-2 { 
	color: #ffc107;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.services li { padding: 0 10px; }


.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 20px;	
}
.scroll {
	border-radius: 0.2rem;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #ffc107;
	background: rgba(255,193,7,0.9);
	padding: 14px 17px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background: rgba(255,193,7,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top: -10px;
	color: #fff;
}
.scroll .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	color: #eeeeee;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.disability-question {
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 30px
}

.disabled-person > div {
    margin: 15px auto;
}