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

body {
	font-family: 'Maven Pro', sans-serif;
}

header {
	position: relative;
	width: 100%;
	min-height: auto;
	background-image: url('../images/header.jpg');
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section {
	padding: 80px 0px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

section h1 {
	padding-bottom: 25px;
	font-size: 30px;
}

.navbar-toggler:hover, 
.navbar-toggler:focus {
    outline: 0;
	box-shadow: none;
	background-color: #ddd;
}

.navbar-nav .nav-link {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.navbar-nav .nav-item,
.navbar-nav .dropdown-item {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}

.navbar-nav .active {
	background-color: #6f0b0d;
	color: white !important;
	border-radius: 5px;
}

.btn {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px 20px;
	background-color: #6f0b0d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	color: white;
	background-color: #900b0d;
}

.btn:focus,
.btn.focus {
    outline: 0;
	box-shadow: none;
}

.btn-lg {
	padding: 15px 30px;
}

.btn-light {
	color: black !important;
	background-color: #eee;
}

.btn-light:hover {
	background-color: white;
}

.navbar-divider {
	border-top: 1px solid gray;
	margin: 10px 0px;
}

a.lang-item {
	display: none;
}

/*a.lang-item > span {
	padding-left: 40px;
}*/

a.lang-pl {
	background-image: url('../images/flags/flag-pl.jpg');
}

a.lang-de {
	background-image: url('../images/flags/flag-de.jpg');
}

a.lang-en {
	background-image: url('../images/flags/flag-gb.jpg');
}

.head-intro {
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
}

.head-intro h1 {
	padding-top: 50px;
	font-size: 30px;
	color: white;
	text-shadow: 1px 1px 1px black;
}

.head-intro hr {
	border-width: 3px;
	border-color: #6f0b0d;
}

.head-logo {
	padding: 10px 30px;
}

.intro-text .text-item {
	display: none;
}

.head-intro .btn {
	margin-top: 50px;
}

.bg-red {
	color: white;
	background-color: #6f0b0d !important;
}

#about {
	color: white;
}

#contact {
	color: white;
}

#contact .col-1,
#contact .col-11,
#contact .col-12 {
	padding-top: 20px;
}

#contact .row span {
	display: block;
}

#contact h3,
#contact h4 {
	padding-bottom: 30px;
}

.contact-data {
	padding-bottom: 60px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
	padding: 20px;
}

.form-group input.form-control {
	height: auto;
}

.form-group textarea.form-control {
	height: 235px;
}

.form-control:focus {
	border-color: #6f0b0d;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	color: #aaa;
}

.form-control:-moz-placeholder  {
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	color: #aaa;
}

.form-control::-moz-placeholder {
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	color: #aaa;
}

.form-control:-ms-input-placeholder {
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	color: #aaa;
}

.form-control::-ms-input-placeholder  {
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	color: #aaa;
}

.text-danger {
	color: #e74c3c !important;
}

#contact-map {
	position: relative;
	width: 100%;
	height: 400px;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer .copyright {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

@media (min-width: 768px) {
	header {
		height: 100%;
		min-height: 800px;
	}

	.lang-navbar {
		display: none;
	}
	
	a.lang-item {
		display: block;
		width: 60px;
		height: 30px;
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: 10px center;
	}

	section h1 {
		padding-bottom: 40px;
		font-size: 50px;
	}
	
	.navbar-divider {
		width: 1px;
		border-top: 0px;
		border-left: 1px solid gray;
		margin: 5px 10px;
	}
	
	.head-intro h1 {
		font-size: 60px;
	}
	
	#about h1 {
		font-size: 30px;
	}
}

.gallery {
	margin: 50px auto;
}

.gallery .thumb {
	padding: 5px;
	text-align: center;
}

.gallery .thumb > a {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 275px;
}

.gallery .thumb-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: black;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.gallery .thumb-shadow:hover {
	opacity: 0.8;
}

.gallery .thumb .thumb-caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: white;
}

.gallery .thumb .thumb-title {
	width: 275px;
	background-color: black;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}

.gallery .thumb .thumb-title span {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.gallery-modal .modal-dialog {
	min-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

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

.gallery-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.gallery-modal .modal-content p {
    margin-bottom: 30px;
}

.gallery-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.gallery-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

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

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

.gallery-modal .close-modal:hover {
    opacity: .3;
}

.gallery-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gallery-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gallery-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

