p {
    color: #595959;
}

h3.recent-posts-title {
    text-transform: none;
    margin-bottom: 18px;
}

.btn-square {
	border-radius: 0;
}

#header .header-body {
	background: linear-gradient(#F6F6F6, #FFFFFF);
    border-top: 5px solid #FFEB3E;
    box-shadow: 0 -5px 0 #006A39, 0 -10px 0 #DF001C;
    margin-top: 10px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
}

header [role="search"] input, header [role="search"] button {
    border: none;
}

[role="search"] ::placeholder {
    color: #555;
}

.owl-carousel .owl-wrapper {
  display: table !important;
}

.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0 10px 0 10px;
}

.owl-item img{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'//www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.narrow-cta {
    min-height: 100px;
}

.narrow-cta-btn {
    margin: -9px 0px 0px !important;
}

article.post .post-meta {
    margin-bottom: 0;
}

.page-header.parallax-small {
    padding: 80px 0 60px;
}

.google-map {
    height: 500px;
    margin: 15px 0px -50px !important;
}

.heraldika {
    padding: 0 40px 30px 40px;
}

#footer p {
    color: #CCC;
}

#footer .footer-copyright p {
	color: #CCC;
}

#footer h5 {
    color: #FFF;
}

#footer .logo {
	margin-top: -15px;
}

@media (min-width: 992px) {
    .slider-contact-form {
        top: 40px;
    }
}

/* Fix revolution slider static layers covering navigation*/
.tp-static-layers {
    z-index: 99;
}

@media (min-width: 991px) {
    .tp-static-layers .tp-parallax-wrap {
        margin-left: -200px;
    }  
}

@media (min-width: 1200px) {
    .tp-static-layers .tp-parallax-wrap {
        margin-left: -250px;
    }  
}

@media (max-width: 496px) {
    .tp-caption.main-label {
        font-size: 40px !important;
    }

    .tp-caption.top-label {
        font-size: 15px !important;
    }
}
