/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
	background:#f4f4f4 url("../images/bg.jpg") repeat-x left top;
	color:#2c343b;
	font-size: 16px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.bg-green{
	background-color:#0d7b3e;
}
.nav.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pull-left{
	float:left;
}
.readmore{
	text-align:right;
	
}
.readmore a, .page-header a {
	color:#0d7b3e;
	font-weight:bold;
}
.items-leading{
	border-bottom: 1px solid black;
}
ul li a{
	font-size:18px;
	font-weight:bold;
}
ul li:hover{
	background-color:#07a64e;
}
.nav-link{
	color:#fff!important;
}
#main-content{
	min-height: 450px;
}
.icon-button{
	height:108px;
}
#jssor_1{
	margin-top:20px;
}
#visa{	
	height:100%;
	background: url("../images/visa.png") no-repeat center
}
#visa:hover{
	background: url("../images/visa-white.png") no-repeat center
}
#passport{	
	height:100%;
	background: url("../images/paszport.png") no-repeat center
}
#passport:hover{
	background: url("../images/paszport-white.png") no-repeat center
}
#contact{	
	height:100%;
	background: url("../images/mail.png") no-repeat center
}
#contact:hover{	
	background: url("../images/mail-white.png") no-repeat center
}
.icon-button:hover{
	background-color:#5f146f;
}
.icon-button a img{
	-webkit-filter: grayscale(50%); /* Safari */
    filter: grayscale(50%);
}
.logotyp{
	width:100%;
}
#slide{	
	height:440px;
	width:100%;
	background: url("../images/slide.png") no-repeat center
}
header h1{
	font-size:2rem;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}
@media (max-width: 992px) {
	.logotyp{
		width:453px;
	}
	#slide{	
	margin-top:40px;
	height:177px;
	background: url("../images/slide2.png") no-repeat center
}
}
