body {
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 18px;
	color: #470000;
}

.fw-map-wrapper {
    position: relative;
    min-height: 600px;
    display: block;
    overflow: hidden;
}

.fw-map {
    background: #292929;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
}
.fw-map {
    z-index: 90;
}

.map-info-section {
    width: 500px;
    padding: 20px 20px;
    background: #FFF;
    background: rgba(255,255,255,.94);
    position: relative;
    z-index: 999;
    float: right;
    margin: 60px 0;
    border: solid 1px #f5f8ff;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

.map-info-section.minimized {
    height: 60px !important;
}

.map-info-section .minimize-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #ccc;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

div.dropdown>div.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

ul > li > a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
	   content: "\f107";
	  float: right;
	  border: none;
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
	   content: "\f105";
	  float: right;
	  border: none;
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
}

.dropdown-submenu>a:last-child:after {
    content: none;
}

.navbar-brand img {
	max-height: 100px;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
}

.navbar-light .navbar-nav .nav-link {
    color: #620101;
	font-weight: 500;
	font-size: 1.2em;
}

.navbar {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.2);
    box-shadow: 0 15px 10px -10px rgba(0,0,0,0.2);
}

 nav.podstrona.navbar-light.navbar-expand-lg.bg-light.navbar {
	position: relative !important;
	background-color: rgba(255,255,255,1) !important;
}

nav.navbar-light.navbar-expand-lg.bg-light.navbar {
	position: absolute !important;
	z-index: 9;
	width: 100%;
	background-color: rgba(255,255,255,0.9) !important;
}

.breadcrumb2 {
	background-color: #e9ecef;
	border-bottom: 1px solid #c8ced3;
}

.breadcrumb {
	background-color: #e9ecef;
	border-bottom: none;
	padding: 1rem 1rem 0px 1rem;
	font-size: 1em;
}

.mojcontainer {
	margin: 50px 0;
    min-height: 500px;
}

@media (max-width: 1025px) {
	.navbar-brand img {
		max-width: 280px;
	}
}

@media (max-width: 400px) {
	.navbar-brand img {
		max-width: 250px;
	}
}

figure.media-wrap {
    height: auto;
    margin-bottom: 30px;
    position: relative;
}

figure.media-wrap img {
    height: auto !important;
    width: 100%;
}

.v-blog-items.standard-items .v-blog-item figure {
    margin-bottom: 0;
}

.pull-left {
    float: left;
}

ul.v-blog-items {
    list-style: none;
}

.v-blog-items {
    padding-bottom: 20px;
}

.standard-items .v-blog-item:first-child {
    margin-top: 0;
}
.standard-items .v-blog-item {
    border: 0;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-top: 5px;
    z-index: 1;
    position: relative;
    padding-bottom: 10px;
}

.v-blog-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.v-blog-item {
    margin-bottom: 50px;
    padding-top: 50px;
    height: auto;
    overflow: hidden;
}

.post-content {
    padding: 20px 30px;
    padding-bottom: 25px;
    background: #ffffff;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.v-post-date {
    width: 50px;
    border-right: solid 1px #eee;
}

.v-post-date .day {
    color: #666;
    display: block;
    font-size: 20px;
    margin-top: 7px;
    text-align: center;
}

.v-post-date .month {
    color: #999;
    font-size: .9em;
    padding: 2px 0 6px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px #eee;
    margin-right: -1px;
}

.post-inner {
    margin-left: 75px;
}

.post-content h2.title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.v-blog-post-description {
    margin-bottom: 20px;
    margin-top: 10px;
}

.v-btn.white, .v-btn.white:hover {
    color: #222 !important;
}

.v-btn.sf-icon-stroke {
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0;
    line-height: 18px;
}

.v-btn.white {
    background-color: #fff;
    color: #222;
}

.v-btn, .v-btn:hover {
    background-image: none;
    color: #fff !important;
}

.v-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    height: auto;
    padding: 13px 24px;
    margin: 0 10px 10px 0;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    position: relative;
    overflow: hidden;
    outline: 0;
    text-shadow: none;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    letter-spacing: 1px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.post-inner .v-btn.sf-icon-stroke span.text {
    padding: 10px 15px 10px 60px;
}

.v-btn.sf-icon-stroke span.text {
    padding: 12px 20px 12px 66px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: 4px;
    line-height: 20px;
}

.post-inner .v-btn.sf-icon-stroke i {
    padding: 12px 13px 9px;
}

.v-btn.sf-icon-stroke i {
    padding: 14px 14px 9px;
    border-right: 1px solid rgba(0,0,0,0.1);
    left: 0;
    top: 0;
    font-size: 18px;
    height: 46px;
    line-height: 16px;
    display: inline-block;
    position: absolute;
}

.btn [class^='icon'] {
    vertical-align: 1px;
    margin-right: 2px;
}

[class^="icon-"]:not(.icon-prepend):not(.icon-append):before, [class*=" icon-"]:not(.icon-prepend):not(.icon-append):before {
    opacity: 0.9;
}

[class^="icon-"]:not(.icon-prepend):not(.icon-append):before, [class*=" icon-"]:not(.icon-prepend):not(.icon-append):before {
   font-family: "Font Awesome 5 Free" !important;
    font-style: normal !important;
	opacity: 0.9;
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.post-content h2 a:hover {
    color: #323436;
}

.article-body-wrap {
    margin-bottom: 50px;
}

.post-info, .article-body-wrap .share-links .share-text, .article-body-wrap .share-links a {
    color: #777;
}
.post-info {
    width: 100%;
    margin: 0 0 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
	font-size: 0.7em;
}
.post-info {
    border-color: #e4e4e4;
}

.post-info .vcard.author {
    float: left;
}

.body-text {
    margin-bottom: 20px;
}

blockquote.pullquote {
    border-left: 2px solid #2484da;
    padding: 0 0 0 20px;
    margin-left: 25px;
	font-style: italic;
	font-size: 1em;
}

.main .has-right-sidebar .col {
    border-right: solid 1px #EBEBEB;
    margin-right: -1px;
    padding-right: 30px !important;
    padding-left: 20px !important;
}

.main aside.right-sidebar {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 70px;
    border-left: solid 1px #EBEBEB;
    margin-bottom: -50px !important;
    width: 25% !important;
    padding-left: 30px;
}

.widget {
    padding-bottom: 50px;
}

.sidebar .widget-heading h4 {
    letter-spacing: 0.2px;
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 20px;
}

h4.v-heading, h3.v-heading, h4.v-line-heading {
    line-height: 0px !important;
    text-align: left;
    padding: 10px 0;
    margin-top: 0;
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h4.v-heading span {
    display: inline-block;
    position: relative;
}

h4.v-heading {
    line-height: 0px !important;
    text-align: left;
    padding: 10px 0;
    margin-top: 0;
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.widget ul {
    margin: 0;
    list-style: none;
	padding: 0;
}

.widget ul li {
    margin-bottom: 0;
    line-height: 19px;
}

.v-recent-entry-widget ul > li:first-child {
    border-top: 0;
}

.sidebar .v-recent-entry-widget ul > li {
    border-bottom: 1px solid #EBEBEB;
    font-size: 13px;
    font-weight: 500;
}

.sidebar .v-recent-entry-widget ul > li a {
    font-weight: 500;
}

.widget ul li > a {
    padding: 10px 0;
    display: block;
}

.sidebar .v-recent-entry-widget span.post-date {
    display: block;
    line-height: 13px;
    font-size: 12px;
    font-weight: 300;
    color: #999;
    margin-bottom: 15px;
    margin-top: -5px;
}