@import url('https://fonts.googleapis.com/css?family=Oswald:300,500&subset=latin-ext');

body {
    background:#fff;
    font-family: 'Trebuchet MS', serif;
    font-size:15px;
    color:#0a4689;
    min-height: 100vh;
    padding-bottom: 440px;
    position: relative;
}
/* headlines */
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
    line-height: 30px;
}
h3 {
  font-size:18px;
  margin-bottom: 0;
}
h4 {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
}
/* links */
a { 
    color: #0a4689;
    transition: all .3s ease;
    text-decoration: underline;
}
/* images */
img.pull-right {
    margin: 15px;
    margin-right: 0;
    margin-top: 0;
}
.thumbnail {
    margin-bottom: 0;
}
.content img.small {
    max-width: 320px;
}
/* global */
.container {
    max-width: 960px;
}
.nodeco {
    text-decoration: none;
}
.relative {
    position: relative;
}
article {
    padding-top: 70px;
    line-height: 25px;
}
/* colors */
.light {
    color: #0a4689
}
.medium {
    color: #093f7b
}
.dark {
    color: #08386d
}
.bg {
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
}
.bg.light {
    background: #0a4689;
}
.bg.medium {
    background: #093f7b;
}
.bg.dark {
    background: #08386d;
}
.bg:hover, .bg:focus, .bg:active {
    background: #104f94;
}
/* buttons */
.btn {
    border-radius: 0;
    border: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index:9;
    padding: 14px 20px;
    text-decoration: none!important;
}
.btn-primary {
  position: relative;
  z-index:9;
  padding: 14px 20px;
  font-size: 17px;
  color: #fff;
  background: #0a4689;
}
.btn-primary:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border-style: solid;
    border-color: #0a4689;
    z-index: -1;
    border-width: 26px 15px 26px 0;
    right: -15px;
    border-right-color: transparent;
}
.btn-primary:hover {
    color: #fff100;
    background: #0a4689;
}
.btn-default {
    background: #fff100;
    padding: 5px 20px;
}
.btn-default:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border-style: solid;
    border-color: #fff100;
    z-index: -1;
    border-width: 15px 10px 15px 0;
    right: -10px;
    border-right-color: transparent;
}
.btn-default:hover {
    color: red;
    background: #fff100;
}
/* header */
header {
    background: #104f94;
}
#index header {
    background: none;
}
#logo {
    float: left;
    width: 300px;
    background: none;
    padding-top: 10px;
    height: 100px;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 0;
}
#index #logo {
    float:left; 
    width:300px; 
    height:170px; 
    padding: 30px; 
    text-align:center; 
    background:url(../images/logobg.png) no-repeat center;
    position:absolute; 
    z-index: 9;
    margin-bottom: 0;
}
#logo img {
    max-width: 100%;
    max-height: 100%;
}
#introtext {
    margin-top: -30px;
    margin-bottom: 30px;
}
/* navigation */
.navbar {
    min-height: 120px;
    margin-bottom: 0;
    padding-top: 35px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.nav>li {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
.nav>li>a {
    color: #fff;
    background: none;
}
.nav>li>a:focus, 
.nav>li>a:hover,
.nav>li.active>a {
    color: #fff100;
    background: none;
}
.navbar-toggle {
    background-color: #0a4689;
}
.navbar-toggle .icon-bar {
    background: #FFF;
}
/* banner */
#header {
    background-image: url("../images/header.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
#header img {
    margin-top: 50px;
}
#header a {
    position: absolute;
    bottom: 70px;
}
/* main buttons */
#buttons {
  position: relative;
  top: -30px;
}
#buttons .bg {
  padding: 0 20px;
}
#index #buttons .bg {
  padding: 20px;
}
#buttons h2 br {
  display: none;
}
#index #buttons h2 br {
  display: block;
}
#buttons .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#buttons .icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#buttons .content {
  padding-left: 60px;
}
/* footer */
footer {
  background: #08386d;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #9ac5f5;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer a {
    text-decoration: underline;
    color: #fff;
}
footer a:hover {
    color: #fff100;
}
footer h3 {
    margin-bottom: 20px!important;
    color: #fff;
}
footer .phone h3 {
    color: #9ac5f5;
    font-size: 24px;
}
#map img {
    max-width: 100%;
    width: 100%;
}
.phone img {
    float: left;
    margin-right: 10px;
}
#eet {
    font-size: 12px;
    margin-top: 15px;
}
/* index */
#index .nav>li>a {
    color: #0a4689;
}
#index .nav>li>a:hover,
#index .nav>li>a:focus,
#index .nav>li.active>a {
    background-color: #0a4689;
    color: #fff;
}
/* services */
#services {
    padding-top: 30px;
    font-size: 15px;
}
#services img {
    max-width: 100%;
    margin-bottom: 15px;
}
/* about */
#about h1 {
    margin-bottom: 40px;
}
/* gallery */
#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}
.imagelightbox-arrow {
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus { 
    background-color: rgba( 0, 0, 0, .75 ); 
}
.imagelightbox-arrow:active { 
    background-color: #111; 
}
.imagelightbox-arrow-left { 
    left: 2.5em; /* 40 */ 
}
.imagelightbox-arrow-right { 
    right: 2.5em; /* 40 */ 
}
.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em; /* 5 */
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
.red-text {
    color: red;
}
@-webkit-keyframes fade-in {
    from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fade-in {
	from	{ opacity: 0; }
    to		{ opacity: 1; }
}
@media only screen and (max-width: 41.250em) {
	#imagelightbox-close {
		top: 1.25em; /* 20 */
		right: 1.25em; /* 20 */
	}
	#imagelightbox-nav {
		bottom: 1.25em; /* 20 */
	}
	.imagelightbox-arrow {
		width: 2.5em; /* 40 */
		height: 3.75em; /* 60 */
		margin-top: -2.75em; /* 30 */
	}
	.imagelightbox-arrow-left	{ left: 1.25em; /* 20 */ }
	.imagelightbox-arrow-right	{ right: 1.25em; /* 20 */ }
}
@media only screen and (max-width: 20em) {
	.imagelightbox-arrow-left	{ left: 0; }
	.imagelightbox-arrow-right	{ right: 0; }
}
#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-overlay {
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.photo-link {
  overflow: hidden;
}
.photo-link {
  height: 130px;
  overflow: hidden;
  padding: 0;
}
.photo-link span {
  overflow: hidden;
  padding: 0;
  margin: 5px;
  display: block;
  float: left;
  height: 100%;
  width: 100%;
}
.photo-link img {
  min-height: 100%;
  min-width: 100%;
}
/* pricelist */
img.shadow {
    max-width: 100%;
    margin-top: 10px;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li>a {
    border-radius: 0;
    border: 0;
}
#cenik .nav>li>a {
    color: #0a4689;
    text-decoration: none;
}
#cenik .nav>li.active>a {
    background: #0a4689;
    color: #fff;
    border: 0;
}
#cenik thead {
    background: #0a4689;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-color: #0a4689;
}
#cenik thead tr,
#cenik thead td {
    border-color: #0a4689;
    vertical-align: middle;
}
#cenik .table-bordered {
    border-color: #0a4689;
}
#cenik .tabbable.second {
    margin-top: 20px;
}
#toilets img.shadow {
    margin-top: 40px;
}
.tabbable.second {
    overflow: auto;
}
#fences .image {
    padding: 10px;
    padding-left: 0;
}
#fences .text {
    padding: 10px;
}
span.mint:before,
span.pink:before,
span.blue:before,
span.sand:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
span.mint:before {
  background-color: #6aa8a7;
}
span.pink:before {
  background-color: #c15272;
}
span.blue:before {
    background-color: #5a97d0;
}
span.sand:before {
    background-color: #b4ab8c;
}
.tab-pane h3 {
    padding-bottom: 10px;
}
#prislusenstvi del {
    font-size: small;
}
.europloty-badge {
    position: absolute;
    width: 80px!important;
      height: auto;
      top: 20px;
      right: 40px
  }
/* responsivity */
@media (max-width: 1200px) {
    #header img {
        height: 400px;
    }
    #services .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 991px) {
    #buttons h2 br {
        display: block;
    }
    article .row {
        margin-left: 0;
        margin-right: 0;
    }
    .relative .img-responsive {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 150px;
        min-width: 150px;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 768px) {
    body {
        padding: 0;
    }
    footer {
        position: relative;
    }
    header {
        padding-bottom: 40px;
    }
    #index header {
        padding-bottom: 0;
    }
    #index #logo,
    #logo {
        width: 150px;
        height: 150px;
        padding: 40px 15px
    }
    #logo {
        position: absolute;
    }
    header .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-collapse {
        width: 90vw;
        overflow: hidden;
        text-align: right;
    }
    .navbar-nav {
        margin: 0;
    }
    #header img {
        height: 300px;
    }
    #index #buttons .bg {
        padding: 5px 15px;
    }
    #index #buttons h2 br {
        display: none;
    }
    #buttons h2 br {
        display: none;
    }
    #services {
        text-align: center;
        padding-top: 0;
    }
    .content img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
}
@media (max-width: 500px) {
    #eet {
        font-size: 10px;
    }
}