.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    text-align: initial;
    padding: 20px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    position: relative;
    width: 100%;
    margin-left: 15px;
}

[class^=os-gallery-tabs-main] .osgalery-cat-tabs li a.active {
    background: #000000;
    color: #fff;
}
#sp-main-body {
	background-image: url(images/bg-header.png);
	background-repeat:no-repeat;
	background-size:auto;
}
a {
    color: #000000;
	text-decoration: underline;
}
a:hover {
    color: #cdcdcd;
	text-decoration: underline;
}

#sp-header {
    height: 140px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: none;
    animation: spFadeIn 0.5s;
}
#sp-header .logo {
    height: 130px;
    display: inline-flex;
    margin: 0;
    align-items: center;
    margin-top: 15px;
}

#sp-top-bar {
    background: #f7f7f7;
    color: #3b3b3b;
}
#sp-header-topbar .container-inner>.row {
    min-height: 180px;
}
.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: none !important;
}
.sp-menu-item {
	text-transform: uppercase;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #0a0a0a !important;
}
#sp-header-topbar a {
    color: #000000;
}
#sp-header .logo a {
    color: #000000 !important;
}
#sp-header .logo a:hover {
    color: #cccccc !important;
}
#sp-header-topbar a:hover {
    color: #000000;
}
#sp-footer, #sp-bottom {
    background: #000000;
    color: #ffffff;
	text-align:center;
}
#eshop-cart {
    position: relative;
    right: 0px !important;
    top: 0px !important;
    margin-top: 3px;
    margin-right: 5px;
    left: 15px !important;
    z-index: 9;
}
/*media css */

@media (max-width: 991px){
#sp-header-topbar {
    margin: 10px 0px;
	min-height:10px;
	max-height:20px !important;
}
}
@media (max-width: 575px){
#sp-header-topbar .container-inner>.row {
    min-height: 20px !important;
	max-height:20px !important;
}
}
#sp-header.lg-header {
    box-shadow: none !important;
}
.headshot {
	background:#ddd;
	background-image: url("images/jan_s.jpg");
}
.logo-image {
    height: auto !important;
}
#sp-main-body {
    padding: 40px 0;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 15px;
    max-width: 100%;
    height: auto;
}
.btn-primary, .sppb-btn-primary {
    border-color: #aaaaaa !important;
    background-color: #bbbbbb !important;
	color: #ffffff !important;
}







