body{
	overflow-x: hidden;
	
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@media(max-width:479px){
	body{background-color:#222;}
}

@media(min-width:480px){
	body{
		background-image: url(../images/body-bg.jpg);
		background-color:#000;
	}
}


/* ----------------------------- container ---------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {width: 750px;}
}

@media (min-width: 992px) {
  .container {width: 970px;}
}

@media (min-width: 1200px) {
  .container {width: 970px;}
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


/* ----------------------------- row ---------------------------- */
.row{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}


/* ----------------------------- header/section-background-image ---------------------------- */
header{background: rgba(0, 0, 0, 0.5);}

@media(min-width:480px){
	#section1{background-color: rgba(255, 255, 255, 1.0);}
	#section2{background-color: rgba(255, 255, 255, 1.0);}
	#section3{background-color: rgba(255, 255, 255, 1.0);}
	#section4{background-color: rgba(255, 174, 174, 0.8);}
	#contact{background-color:	rgba(0, 0, 0, 0.5);}
	footer .footer-above{background-color:	rgba(255, 255, 255, 1.0);} /* footer content */
	footer .footer-below{background-color:	rgba(0, 0, 0, 1.0);} /* footer copy */
}

header,#section1,#section2,#section3,#section4,#section5{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section4{
	background-size: cover;
}	


/* ----------------------------- header, section. footer - position ---------------------------- */
header, section, footer{
	position:relative;
	top:0;
}

@media(max-width:768px){
	header, section, footer{
		top:0px;
	}
}


/* ----------------------------- */
@media(min-width:768px){
	header{padding:0;}
	section{padding:100px 0 0;}
}

@media(min-width:640px) and (max-width:767px){
	header{padding:0;}
	section{padding:70px 0 0;}
}

@media(max-width:639px){
	header{padding:0;}
	section{padding:50px 0 0;}
}

/* ----------------------------- */
@media(min-width:640px){
	header{min-height:430px;}
	section{min-height:480px;}
}

@media(min-width:800px){
	header{min-height:570px;}
	section{min-height:600px;}
}

@media(min-width:1024px){
	header{min-height:770px;}
	section{min-height:800px;}
}

@media(min-width:1280px){
	header{min-height:870px;}
	section{min-height:900px;}
}

@media(min-width:1440px){
	header{min-height:1000px;}
	section{min-height:1050px;}
}

@media(min-width:1680px){
	header{min-height:1030px;}
	section{min-height:1080px;}
}


/* ----------------------------- */
@media(max-width:767px){
	section{min-height:auto;}
	header, section {
		border-bottom:1px solid #fff;
	}	
}

/* ----------------------------- header ---------------------------- */
header{
	text-align:center;
	padding:50px;
}

@media(min-width:768px){
	header{
		padding:100px 0 0;
	}
}

header .container{
	padding: 0 0 50px;
}

header .text-name {
    display: block;
}

header .text-content {
    display: block;
}

header img{
	display:block;
	margin:0 auto;
}


/* ----------------------------- section ---------------------------- */
section{
	text-align:center;
}

section.success{
	color: #fff;
	background:red;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}
section .section-item{
	right:0;
	margin: 0 0 15px;
}

@media(min-width:767px){
	section .section-item{margin: 0 0 30px;}
}

section .section-item .section-link{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width:auto;
}

section .section-item .section-link .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(2,83,135,0.5); /* #025387*/
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

section .section-item .section-link .caption:hover{
	opacity: 1;
}

section .text-name {
    display: block;
}

section .text-content{
    display: block;
}

/* ----------------------------- caption-content ---------------------------- */
section .section-item .section-link .caption .caption-content{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

section .section-item .section-link .caption .caption-content i{
	margin-top: -12px;
}

section *{
	z-index: 2;
}

/* section3 caption-content */
section#section3 .section-item .section-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(2,83,135,0); /* #025387*/
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

section#section3 .section-item .section-link .caption:hover{
	opacity:1;
}

section#section3 .section-item .section-link .caption .caption-content{
	position: absolute;
	top: 70%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;

}

section#section3 .section-item .section-link .caption .caption-content i{
	margin-top: -12px;
}


/* ----------------------------- #section4 - download ---------------------------- */
@media (max-width: 639px) {
  	ul.download{font-size: 1em;}
}
@media (min-width: 640px) {
  	ul.download{font-size: 1.222em;}
}
@media (min-width: 768px) {
  	ul.download{font-size: 1.444em;}
}
@media (min-width: 992px) {
  	ul.download{font-size: 1.666em;}
}

ul.download{ 
  	list-style:none;
	margin:0 auto 0 30%;
	width:50%;
}

ul.download li{ 
	min-height:50px;
	padding: 0 0 0 60px;
	margin: 18px 0;
}

ul.download li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;

}
ul.download li a:hover, ul.download li a:focus{ 
	text-decoration:none;

}

ul.download li a font{
	font-size:1em;
}

ul.download li a:hover font, ul.download li a:focus font{ 
	font-size:1em;
}

li.download-pdf{ 
	background: url(../images/symbols/pdf.png) top left no-repeat;
}

li.download-image{ 
	background: url(../images/symbols/image.png) top left no-repeat;
}
li.download-txt{ 
	background: url(../images/symbols/txt.png) top left no-repeat;
}
li.download-zip{ 
	background: url(../images/symbols/zip.png) top left no-repeat;
}


/* ----------------------------- contact -----------------------------*/
.floating-label-form-group{
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 0px solid red;
}

.floating-label-form-group input,.floating-label-form-group textarea{
	z-index: 1;
	position: relative;
	padding:2px 8px;
	border: 1px solid rgba(128, 128, 128, 1);;
	border-radius: 0;
	font-size: 1.5em;
	background:rgba(255,255,255,0.1);
	box-shadow: none!important;
	resize: none;
	color:#fff;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.form-control::-moz-placeholder {
  color: rgba(128, 128, 128, 1);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(128, 128, 128, 1);
}
.form-control::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 1);
}

.floating-label-form-group input:hover,.floating-label-form-group textarea:hover{
	background:rgba(255,255,255,0.3);
	color:#fff;
}

.floating-label-form-group label{
	text-align: left;
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease,opacity .3s ease;
	-moz-transition: top .3s ease,opacity .3s ease;
	-ms-transition: top .3s ease,opacity .3s ease;
	transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child){
	padding-left: 14px;
	border-left: 0px solid red;
}

form .row:first-child .floating-label-form-group{
	border-top: 0px solid red;
}

.floating-label-form-group-with-value label{
	top: 0;
	opacity: 1;
	color:rgba(255,255,255,0.5); /* color po */
}

.floating-label-form-group-with-focus label{
	color:rgba(255,255,255,1); /* color przed */
}

.text-danger{
	text-align: left;
	color:orange;
}

.btn-success {
	color: #333;
 	background-color:#88c93b;
 	border-color:#689a2c;
 	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  	color: #000;
	background-color:#689a2c;
 	border-color:	#689a2c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color:#88c93b;
 	border-color:	#689a2c;
}
.btn-success .badge {
  color: #88c93b;
  background-color: #000;
}


/* ----------------------------- section-box ----------------------------- */
.section-box .modal-content{
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;

	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
	text-align: center;
	color: #fff;	
}

.section-box .modal-content h2{
	margin: 0;
	font-size: 3em;
}

.section-box .modal-content img{
	margin-bottom: 30px;
}

.section-box .modal-content .item-details{
	margin: 30px 0;
}

.section-box .close-modal{
	position: absolute;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	background-color: transparent;
	cursor: pointer;
}

.section-box .close-modal:hover{
	opacity: .3;
}

.section-box .close-modal .lr{
	z-index: 1051;
	width: 3px;
	height: 50px;
	margin-left: 35px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-box .close-modal .lr .rl{
	z-index: 1052;
	width: 3px;
	height: 50px;
	background-color: #000;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* ----------------------------- box ----------------------------- */
.section-box{background:#025387;}
.section-box .modal-content{background-color:#025387;}

@media(min-width:640px){
	#section1-box1 .modal-content{
		background-image:url(../images/section1-box1.jpg);	
	}
	#section1-box2 .modal-content{
		background-image:url(../images/section1-box2.jpg);			
	}
	#section2-box1 .modal-content{
		background-image:url(../images/section2-box1.jpg);			
	}
	#section-box3-1 .modal-content,#section-box3-2 .modal-content,#section-box3-3 .modal-content,
	#section-box3-4 .modal-content,#section-box3-5 .modal-content,#section-box3-6 .modal-content{
		background-image:url(../images/schiff.jpg);			
	}
}

#section-box2 .modal-content{
	background-image:url(../images/schiff.jpg);			
}


/* ----------------------------- footer -----------------------------*/
footer{
	background-image: url(../images/linie45.png);
}

footer h3{
	margin-bottom: 30px;
}

footer .footer-above{
	padding-top: 50px;
	

}

footer .footer-col{
	margin-bottom: 50px;
}

footer .footer-below{
	padding: 25px 0;
	color: rgba(126, 126, 126, 1);
}


/* ----------------------------- button social -----------------------------*/
.btn-outline{
	margin-top: 15px;
	border: solid 2px #ff0000;
	font-size: 20px;
	color: #88c93b;
	background: 0 0;
	transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active{
	border: solid 2px #333;
	color: #fff;
	background: #333;
}

.btn-social{
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #88c93b;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active{
outline: 0;
}



.scroll-top{
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
}

.scroll-top .btn{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 28px;
}

.scroll-top .btn:focus{
	outline: 0;
}

.btn-bottom, .btn-bottom:active, .btn-bottom:focus{
	width:50px;
	height:50px;
	display: block;
	margin:0 auto;
	margin-top:32px;
	color:rgba(255,255,255,0.6);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s;
}
.btn-bottom:hover{
	color:rgba(255,255,255,1);
}



