@charset "UTF-8";

:root {
	--main-color: #147a14;
	--minor-color: #67bb2f;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Roboto-Thin.ttf') format('truetype');
  /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;*/
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

body {
	overflow-x: hidden;
	font-family: Roboto
}

.panel-transparent {
	background: 0 0
}

.panel-transparent .panel-body {
	background: rgba(48, 55, 42, .1) !important
}

.panel-transparent .panel-footer {
	background: rgba(48, 55, 42, .1) !important
}

.panel-transparent .panel-body h3 {
	color: #fff
}

.panel-footer a {
	color: #323294
}

.panel-footer a:hover {
	color: var(--main-color);
}

.infopanel {
	text-align: center;
	padding: 0;
	margin: 0
}

.margin-top-30 {
	margin-top: 30px !important
}

.margin-top-40 {
	margin-top: 40px !important
}

.margin-top-5 {
	margin-top: 5px !important
}

.margin-bottom-20 {
	margin-bottom: 20px !important
}

#photocount {
	border: 0
}

img.img-inline {
	border: 0 none;
	display: inline-block;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	max-height: 100px;
	vertical-align: middle
}

* {
	margin: 0;
	padding: 0;
	font-family: Roboto, arial, sans-serif
}

.img-logo {
	width: 300px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: rgba(255, 255, 255, .75);
	background-color: #fff
}

.green {
	color: green
}

.red {
	color: red
}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 10px;
	transition: all .3s ease;
	color: #fff;
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

a.facebook:hover,
a.linkedin:hover,
a.mail:hover,
a.twitter:hover,
a.whatsapp:hover {
	background-color: #f0960c
}

.facebook {
	background: #323294;
	color: #fff
}

.twitter {
	background: #55acee;
	color: #fff
}

.mail {
	background: #dd4b39;
	color: #fff
}

.linkedin {
	background: #007bb5;
	color: #fff
}

.whatsapp {
	background: #3fc13b;
	color: #fff
}

.control {
	background: grey;
	color: #fff
}

.section-heading h4 {
	margin-top: 0;
	color: #fff;
	text-align: left;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap
}

#testimonial {
	background-color: #f0960c;
	text-align: center;
	padding: 150px 0
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .5px;
	margin-top: 30px;
	margin-bottom: 5px
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: .5px
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #121212;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px
}

#testimonial a {
	color: #323294;
	text-decoration: none
}

#testimonial a:hover {
	text-decoration: underline
}

.owl-pagination {
	margin-top: 20px;
	opacity: 1;
	display: inline-block
}

.owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	opacity: .5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff
}

.icon i.fa {
	color: #fff;
	margin-top: 15px
}

.thumb>.image {
	margin: 5px
}

img.smallpic {
	max-height: 140px
}

ul.dbl-line li {
	margin-top: 15px;
	color: #121212
}

.row.species {
	padding: 20px
}

.row.species img.img-round {
	float: left;
	margin-right: 20px;
	height: 150px;
	width: 150px
}

.center p.species {
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle
}

ul {
	list-style: none;
	margin: 0
}

p {
	color: #000;
	font-size: 14px;
	line-height: 24px
}

.primary-white-button a {
	display: inline-block;
	width: 72px;
	height: 72px;
	padding-top: 26px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	border: 1px solid var(--main-color);
	border-radius: 36px
}

.primary-white-button a:hover {
	background-color: var(--minor-color);
	color: #fff
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px
}

.next-tab-button,
.show-album-link-button,
.show-link-button,
.show-section-link-button {
	background-color: #fff;
	border: 1px solid var(--main-color);
	font-size: 13px;
	padding: 4px 20px;
	color: var(--main-color);
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px
}

.next-tab-button:hover,
.show-link-button:hover,
.show-section-link-button:hover {
	background-color: var(--main-color);
	color: #fff
}

.show-link-button {
	margin-left: 10px
}

.primary-blue-button a {
	display: inline-block;
	background-color: var(--main-color);
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px
}

.primary-blue-button a:hover {
	background-color: var(--main-color);
	color: #fff
}

.pop-button h4 {
	display: inline-block;
	background-color: #323294;
	font-size: 13px !important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	cursor: pointer
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all .2s ease-in-out;
	height: 80px;
	background-color: transparent;
	text-align: center;
	line-height: 40px
}

.navbar-img-logo {
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #fff
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
	text-shadow: none
}

.navbar-brand {
	line-height: 80px;
	padding: 0
}

.navbar-nav>li>a {
	height: 55px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: #000 0 0 20px;
	line-height: 80px;
	padding: 0;
	letter-spacing: .5px
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-nav>li>a:hover {
	border-bottom: solid 3px var(--minor-color)
}

.navbar-nav>li {
	margin-left: 35px
}

.header.active .navbar-nav>li>a {
	height: 55px;
	color: #eee !important;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0;
	letter-spacing: .5px;
}

.header.active {
	background-color: var(--main-color);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .25)
}

.navbar-brand {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff !important;
	transition: all .5s
}

.navbar-brand em {
	font-style: normal;
	color: #f0960c;
	font-size: 32px
}

.header.active .navbar-brand {
	color: #121212 !important
}

.header .navbar-brand {
	font-weight: 400
}

.navbar-inverse {
	background-image: none;
	background-color: transparent
}

.header .navbar {
	margin: 0;
	border: none
}

.page-section {
	padding: 80px 0
}

.navbar-inverse .navbar-toggle {
	margin-top: 22px;
	border-color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: var(--main-color)
}

.navbar-toggle {
	position: relative;
	float: right;
	width: 42px;
	height: 42px;
	padding: 0;
	margin-top: 19px !important;
	margin-right: 15px;
	margin-bottom: 8px;
	background-image: url("graphics/menu_icon.png");
	border: 1px solid;
	border-radius: 4px
}

.navbar-toggle svg {
	width: 20px;
	height: 20px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.navbar-menuButton {
	width: 20px;
	height: 20px;
	margin: 0
}

@media (min-width:804px) {
	.header .navbar-brand {
		padding-left: 0
	}

	.navbar-nav {
		float: right
	}
}

@media (max-width:480px) {
	.page-section h1 {
		font-size: 3em
	}

	.page-section h2 {
		font-size: 2em
	}

	.page-section p {
		font-size: 1em;
		margin: 0 0 20px
	}
}

.parallax-content {
	width: 100%;
	min-height: 100vh;
	background-size: cover
}

.baner-content {
	width: 100%;
	padding-top: 25vh;
	text-align: center;
	background-image: url(../pictures/backgrounds/bg_19.jpg);
	vertical-align: middle
}

.baner-content .text-content {
	text-align: center
}

.baner-content .text-content h1 {
	font-family: Roboto !important;
	font-size: 45px;
	font-weight: 300;
	color: #fff
}
/*
.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff
}

.baner-content .text-content h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff
}

.baner-content .text-content h2 span {
	font-weight: 400;
	color: #323294 !important
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 400;
	color: #f0960c !important
}

.baner-content .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0 25%
}
*/
#activity {
	padding: 150px 0;
	background-image: url(../pictures/backgrounds/bg_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed
}

#activity .service-item {
	text-align: center
}

#activity .service-item .icon {
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f0960c
}

#activity .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px
}

#activity h1 {
	text-align: center;
	color: #f0960c;
	margin-top: 0;
	margin-bottom: 40px
}

#activity .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, .5)
}

#activity .service-item p {
	color: #fff;
	margin-top: 30px
}

#activity .service-item .primary-blue-button {
	margin-top: 35px
}

#dialog {
	background-image: url(../pictures/backgrounds/bg_6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0
}

#river {
	background-image: url(../pictures/backgrounds/bg_4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0
}

#nature {
	background-image: url(../pictures/backgrounds/bg_7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0
}

#monitor {
	background-image: url(../pictures/backgrounds/bg_5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0
}

#about_us {
	background-image: url(../pictures/backgrounds/bg_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0
}
/*
#about_us .section-heading h4 {
	margin-top: 0;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px
}
*/
#about_us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, .5);
	margin: 20px 0 15px 0
}

#about_us .section-heading p {
	color: #fff;
	padding-right: 70px
}

#about_us .list-2 {
	margin-left: 20px
}

#sup {
	background-image: url(../pictures/backgrounds/bg_8.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0
}

#media {
	background-image: url(../pictures/backgrounds/bg_9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0
}
/*
#media .section-heading h4,
#sup .section-heading h4 {
	margin-top: 0;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px
}
*/
#sup .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, .5);
	margin: 20px 0 15px 0
}

#sup .section-heading p {
	color: #fff;
	padding-right: 70px
}

.wrapper {
	text-align: center
}

.tabs {
	list-style: none;
	margin-top: 40px;
	padding-right: 70px
}

.tabs li {
	display: block;
	text-align: center;
	margin: 25px 0
}

.tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	letter-spacing: .5px;
	color: var(--main-color);
	font-size: 15px;
	font-weight: 400;
	padding: 12px 12px;
	background-color: #fff;
	border: solid 1px var(--main-color);
	border-radius: 5px
}

.tabs a:hover {
	background-color: var(--minor-color);
	color: #fff
}

.tabs .active {
	background-color: var(--main-color);
	color: #fff
}

#first-tab-group {
	margin-bottom: 15px
}

.tabgroup ul {
	list-style: outside;
	margin-left: 15px;
}

.tabgroup .text-content {
	background-color: #fff;
	color: #121212;
	padding: 25px;
	text-align: left;
	border-radius: 20px
}

.tabgroup .text-content span.badge-date {
	background-color: #f0960c;
	font-weight: 400;
	color: #121212
}

.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .5px;
	color: #121212;
	margin-top: 0;
	margin-bottom: 5px
}

.tabgroup .text-content span {
	font-size: 13px;
	color: #323294
}

.tabgroup .text-content span.line-through {
	color: #000;
	text-decoration: line-through;
	font-size: 14px
}

.tabgroup .text-content b {
	font-weight: 400;
}

.tabgroup .text-content a {
	font-size: 14px;
	color: var(--main-color);
	font-weight: 400;
}

.tabgroup .text-content a:hover {
	color: var(--minor-color)
}

.tabgroup .text-content p {
	margin-top: 10px
}

.tabgroup .text-content>ol>li {
	margin-top: 10px;
	margin-left: 20px
}

.tabgroup .text-content>ul>li {
	margin-top: 10px;
}

.tabgroup .text-content td {
	padding: 0 5px
}

.tabgroup .tableBorder {
	width: 100%;
	border: solid 1px #aaa
}

.tabgroup .tableBorder td {
	border: solid 1px #aaa
}

.tabgroup .tableBorder p {
	line-height: normal
}

.tabgroup .tableBorder ul {
	list-style-type: circle
}

.tabgroup .tableBorder .nameBold {
	font-weight: bold
}

.tabgroup .tableBorder .nameBoldBackground {
	background-color: #ddd;
	font-weight: bold
}

.tabgroup .tableBorder .nameBoldBackground span {
	color: #000;
	font-size: 14px;
	font-weight: normal
}

.tabgroup .tableBorder .font-smaller {
	font-size: 12px;
	line-height: normal
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.cleargallery:after {
	content: "";
	display: table;
	clear: both
}

#gallery .tabs {
	list-style: none;
	margin-top: 40px;
	margin-left: 15px
}

#gallery .tabs li {
	display: block;
	text-align: center;
}

#gallery .tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: var(--main-color);
	font-size: 14px;
	white-space: nowrap;
	background-color: #fff;
	float: left;
	width: 208px;
	margin: 10px 15px 10px 5px;
	border-width: 1px;
	border-radius: 8px;
	border-color: var(--main-color)
}

#gallery .tabs a:hover {
	background-color: var(--minor-color);
	color: #fff
}

#gallery .tabs .active {
	background-color: var(--main-color);
	color: #fff
}

#gallery .page-section {
	padding: 0
}

#gallery .section-heading {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #323294;
	height: 732px;
	margin-left: -100vh;
	padding-left: 100vh
}

/* #gallery .project-item {
	padding: 0
}
 */
#gallery h1 {
	color: var(--main-color);
	margin-top: 64px;
	margin-left: 15px;
	text-transform: uppercase
}
/*
#gallery .section-heading h4 {
	margin-top: 0;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px
}

#gallery .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, .5);
	margin: 20px 0 15px 0
}

#gallery .section-heading p {
	color: #fff;
	padding-right: 70px
}

#gallery a {
	color: #323294 !important;
	text-decoration: underline
}
 
#gallery a:hover {
	color: #f0960c !important;
	text-decoration: underline
}

#gallery .btn {
	width: 208px;
	margin: 10px 15px 10px 5px;
	border-width: 1px;
	border-radius: 8px;
	border-color: var(--main-color)
}

#gallery .btn:hover {
	background-color: var(--main-color);
	color: #fff
}

#gallery .btn:active,
.btn.active {
	background-color: var(--minor-color)
}

#gallery span.permalink,
.tabgroup .text-content span.permalink {
	font-size: 14px;
	color: #000;
	margin-left: 10px
}
*/
#contact {
	/*
	background-color: #9a9a9a;
	*/
	background-image: url(../pictures/backgrounds/bg_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: left;
	padding: 80px 0
}
/*
#contact .section-heading h4 {
	margin-top: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px
}
*/
#contact .section-heading p {
	color: #fff
}
/*
#contact a {
	color: #323294;
	text-decoration: underline
}

#contact a:hover {
	color: #fff;
	text-decoration: underline
}
*/
#confirm {
	color: #fff;
	margin-top: 12px;
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle
}

#contact fieldset {
	margin-top: 10px
}

#contact .logo-container {
	display: block;
	float: left;
	width: 50%
}

#contact .logo {
	width: 100%
}

#contact .adress {
	display: inline-block;
	margin-top: 20px
}

#form-submit {
	display: inline-block;
	background-color: #323294;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	border-width: 0;
}

#form-submit:hover {
	background-color: #f0960c
}

footer {
	margin-top: -6px;
	background-color: #121212;
	padding: 50px 0 0 0
}

footer .cookies {
	margin-left: 15px;
	font-weight: 300;
	font-size: 12px;
	color: #999;
	letter-spacing: .5px
}

footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #f0960c
}

footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff !important;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px
}

footer .logo p,
footer .logo span {
	font-weight: 300;
	font-size: 12px;
	color: #aaa;
	letter-spacing: .5px
}

footer .fblogo a,
footer .logo a {
	color: var(--minor-color)
}

footer .logo a:hover {
	text-decoration: underline
}

footer .fblogo a:hover {
	color: #323294
}

footer .location h4 {
	margin-top: 0;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 30px
}

footer .location ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: .5px;
	padding-top: 5px;
	padding-bottom: 5px
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, .1)
}

footer .contact-info h4 {
	margin-top: 0;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 30px
}

footer .contact-info ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: .5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 300
}

@media (max-width:991px) {
	.baner-content .text-content p {
		padding: 0 15%
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0
	}

	.tabs {
		padding: 0 45px
	}

	#first-tab-group {
		margin-bottom: 30px
	}

	#contact .section-heading p {
		padding: 0 10%
	}

/* 	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, .1)
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, .1)
	}
 */
/* 	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, .1)
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px
	}
 */
}

/* @media (max-width:768px) {
	.baner-content .text-content p {
		padding: 0 10%
	}
 */

 @media (max-width:803px) {
	.baner-content .text-content p {
		padding: 0 10%
	}

	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		/* margin-top: 15px; */
		background-color: rgba(20, 122, 20, .75);
		overflow: hidden
	}

	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none
	}

	.navbar-inverse .navbar-nav>li>a {
		height: 55px;
		color: #fff !important;
		font-family: Roboto, sans-serif !important;
		line-height: 55px;
		text-shadow: none
	}

	.header.active .navbar-nav>li>a {
		height: 55px;
		color: #fff !important;
		line-height: 55px
	}

	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-nav>li>a:hover {
		border-bottom: solid 1px var(--minor-color)
	}

	.header.active .navbar-toggle:focus,
	.header.active .navbar-toggle:hover {
		background-color: var(--minor-color)
	}
}

@media (max-width:921px) {
	footer {
		padding: 5px 0 0 0;
		text-align: center
	}

	footer .logo {
		margin-bottom: 5px;
		padding-bottom: 0px;
		border-bottom: 1px solid rgba(250, 250, 250, .1)
	}

	footer .location ul li {
		display: block
	}

	footer .location ul li:first-child {
		margin-right: 0;
		padding-right: 0;
		border-right: none
	}

	.margin-top-30 {
		margin-top: 0 !important
	}
}

.galleria-Janowice, .galleria-Sygneczow, .galleria-Podstolice, .galleria-Sygneczow2, .galleria-Janowice2 {
	width: 100%;
	height: 155px;
	margin-top: 50px;
	background: #fff
}

.galleria-thumbnails .galleria-image { 
	width: 218px !important;
	height: 145px !important
}