/* General */
#INDmenu-btn {
    top: auto!important;
	bottom: -17px!important;
}

@media screen and (max-width: 991px) {
	#sp-main-body {
		padding: 60px 0px 60px 0px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 60px 0px 80px 0px;
	}
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 6 Free" !important;
}
#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}



/* Fonts */
a {
	font-weight: 600;
	color: #04bc98;
}

a:focus, a:active {
	font-weight: 600;
	color: #404040;
}

a:hover {
    color: #252525;
}

::selection {
  background-color: #04bc98;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #34495e;
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: 1.2;
}

.h2:not([itemprop="headline"]), .h3, .h4, .h5, .h6, h2:not([itemprop="headline"]), h3, h4, h5, h6 {
	margin-top: 1.75rem;
}

@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 26px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 18px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 16px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 28px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 19px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 17px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 34px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 30px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 26px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0px;
	padding: 14px 14px;
	font-size: 1rem;
}

.form-control:focus {
	border-color: rgba(4, 188, 152, 0.4);
}

.form-select:focus {
	border-color: rgba(4, 188, 152, 0.4);
    box-shadow: none;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0px!important;
}

textarea {
	border-radius: 0px!important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 14px 14px!important;
	border-radius: 0px!important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(4, 188, 152, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #04bc98!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: 2px solid #000!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
	color: #252525!important;
	border-color: #000!important;
	background-color: #04bc98!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
    background-color: #ccc!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: 2px solid #000!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #000!important;
	background-color: #ddd!important;	
}

.btn-black-green {
	display: inline-block!important;
	font-family: Lato;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #04bc98!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 2px solid #252525!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.btn-black-green:hover {
	color: #fff!important;
	background-color: #3e4745!important;
}

.btn-black-green:focus, .btn-black-green:active {
	color: #fff!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3)!important;
}

.btn-black-white {
	display: inline-block!important;
	font-family: Lato;
	white-space: nowrap!important;
	color: #252525!important;
	background-color: #fff!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 2px solid #252525!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.btn-black-white:hover {
	color: #fff!important;
	background-color: #3e4745!important;
}

.btn-black-white:focus, .btn-black-white:active {
	color: #fff!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3)!important;
}

.btn-white-green {
	display: inline-block!important;
	font-family: Lato;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #04bc98!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 2px solid #fff!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.btn-white-green:hover {
	color: #252525!important;
	background-color: #fff!important;
	border-color: #252525!important;
}

.btn-white-green:focus, .btn-white-green:active {
	color: #252525!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3)!important;
}

.btn-white-green-tp {
	display: inline-block!important;
	font-family: Lato;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: rgba(0, 0, 0, 0.5)!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 2px solid #fff!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.btn-white-green-tp:hover {
	color: #252525!important;
	background-color: #fff!important;
	border-color: #252525!important;
}

.btn-white-green-tp:focus, .btn-white-green-tp:active {
	color: #252525!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3)!important;
}

.sidebar-btn-green {
	display: inline-block!important;
	font-family: Lato;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #04bc98!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 2px solid #fff!important;
	border-radius: 4px!important;
	padding: 8px 20px 8px 20px!important;
	min-width: 144px;
}

.sidebar-btn-green:hover {
	color: #04bc98!important;
	background-color: #fff!important;
	border-color: #fff!important;
}

.sidebar-btn-green:active {
	color: #fff!important;
	background-color: #04bc98!important;
	border-color: #fff!important;
}

.sidebar-btn-green:focus, .sidebar-btn-green:hover:focus {
	color: #fff!important;
	background-color: #04bc98!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2)!important;
}

.sidebar-btn-white {
	display: inline-block!important;
	font-family: Lato;
	white-space: nowrap!important;
	color: #04bc98!important;
	background-color: #fff!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 2px solid #04bc98!important;
	border-radius: 4px!important;
	padding: 8px 20px 8px 20px!important;
	min-width: 144px;
}

.sidebar-btn-white:hover {
	color: #fff!important;
	background-color: #04bc98!important;
	border-color: #04bc98!important;
}

.sidebar-btn-white:focus {
	color: #04bc98!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2)!important;
}

.sidebar-btn-white:hover:focus {
	color: #fff!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2)!important;
}



/* Search */
#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(34, 37, 52, 0.99)!important;
}

@media screen and (min-width: 576px) {
	.jconfirm-box-container.col-md-4 {
		min-width: 450px;
	}
}

.mksearch-container .form-control:focus {
    border-color: #fff;
}

#search-form button.btn.btn-primary,
.mksearch-container button.btn.btn-primary {
	border-color: #04bc98!important;
}

#search-form input {
	border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}

.mksearch-container button {
	border-radius: 0px!important;
}

.jconfirm-buttons button {
	color: #fff!important;
    background-color: #04bc98!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border-color: #04bc98!important;
	border-radius: 0px!important;
	padding: 12px 30px!important;
}

.mksearch-container button:hover,
.jconfirm-buttons button:hover {
	color: #fff!important;
	background-color: #04A585!important;
	border-color: #04A585 !important;
}



/* RSForms */
#userForm h2 {
	margin-top: 0px;
}

#userForm .formControlLabel {
	font-weight: 500;
}

#userForm .formRequired {
	color: red;
}

#userForm button {
	text-transform: uppercase;
}



/* Logo, top and main menu */
#sp-top-menu {
	position: relative;
    z-index: 9;
}

#sp-top1 {
    display: flex;
	align-items: center;
    justify-content: end;
	height: 60px;
	padding-right: 0px;
}

@media screen and (max-width: 1199px) {
	#sp-top1 {
		padding: 10px 0px 10px 0px;
	}
}

#sp-top1 > .sp-column {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 499px) {
	#sp-top1 .menu li a {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
	}
}

#sp-top1 .menu ul {
	white-space: nowrap;
}

#sp-top1 .menu li {
	display: inline-block;
}

#sp-top1 .sp-module ul>li:first-child::after {
    content: "|";
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

#sp-top1 .menu li:last-child {
	margin-right: 0px;
}

#sp-top1 .menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

#sp-top1 .sp-module ul>li:nth-child(2) {
	margin-right: 10px;
}

#sp-top1 a.social-icon {
    font-size: 0px!important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px 15px;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 35px;
    height: 35px;
}

#sp-top1 ul li a.social-icon span {
    font-size: 18px!important;
}

#sp-top1 .sp-module ul>li:first-child,
#sp-top1 .sp-module ul>li:nth-child(2) {
	position: relative;
	top: -1px;
}

@media screen and (max-width: 399px) {
	#sp-top1 > .sp-column, #sp-top1 > .sp-column .sp-module {
		width: 100%;
	}

	#sp-top1 .sp-module-content .menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#sp-top1 .sp-module-content .menu li:nth-child(1),
	#sp-top1 .sp-module-content .menu li:nth-child(2) {
		position: relative;
		top: -1px;
	}

	.sp-module-content .menu li:nth-child(3) {
		margin-left: auto; 
	}
}

@media screen and (max-width: 499px) {
	#sp-top1 .menu li a {
		font-size: 12px;
	}
	
	#sp-top1 .sp-module ul>li:first-child::after {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#sp-top1 .sp-module ul>li:nth-child(2) {
		 margin-right: 0px;
	}
	
	#sp-top1 a.social-icon {
		margin: 0px 0px 0px 12px;
		width: 30px;
		height: 30px;
	}
}

#sp-top1 .sp-module ul>li>a:not(.social-icon) .pe-2 {
    padding-right: 5px!important;
}

#sp-top1 .sp-module a.social-icon .pe-2 {
    padding-right: 0px!important;
}

#sp-top1 .sp-module ul>li>a.social-icon:hover {
    border-color: #04bc98;
}

#sp-top1 .sp-module ul>li>a:hover {
    color: #04bc98;
    border-color: #04bc98;
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}

/* header */
#sp-top-menu {
	background-color: #222534;
}

#sp-logo-and-main-menu {
    position: relative;
    z-index: 9;
}

body.com-sppagebuilder #sp-logo-and-main-menu {
	background-color: #04bc98;
}

body:not(.com-sppagebuilder) #sp-logo-and-main-menu {
	background-color: #fff;
}

body:not(.com-sppagebuilder) #sp-logo-and-main-menu .logo-image {
	display: none!important;
}

body:not(.com-sppagebuilder) #sp-logo-and-main-menu .logo-image-phone {
	display: inline-block!important;
}

@media screen and (min-width: 1200px) {
	body:not(.com-sppagebuilder) #sp-logo-and-main-menu:not(.header-sticky) {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.header-sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
	animation: spFadeIn 0.8s;
	z-index: 9;
}

#sp-logo-and-main-menu.header-sticky {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}

#sp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sp-logo {
	display: flex;	
	align-items: center;
}

@media screen and (max-width: 1199px) {
	#sp-top1 > .sp-column {
		margin: 0px 18px 0px 18px;
	}

	#sp-menu {
		padding-right: 0px;
	}

	#sp-logo.col-lg-2 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	#sp-menu.col-lg-10 {
		flex: 0 0 auto;
		width: 25%;
	}

	.logo-image, .logo-image-phone {
		height: 50px!important;
	}
}

@media screen and (min-width: 1200px) {
	#sp-top-menu > .container {
		padding-right: 30px;
	}	

	#sp-top-menu, 
	#sp-logo-and-main-menu {
		padding-left: 15px;
		padding-right: 15px;
	}	
}

.sp-megamenu-wrapper a {
	text-transform: uppercase;	
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 12px;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
	position: relative;
}

.sp-megamenu-parent>li.submenu-open>a::before,
.sp-megamenu-parent>li>a:hover::before,
.sp-megamenu-parent>li.active>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 4px;
    background-color: #222533;
 
}

.sp-megamenu-parent>li:last-child>a:hover::before,
.sp-megamenu-parent>li:last-child.active>a::before {
	left: calc(50% + 5px);
	transform: translateX(-50%);
}

body:not(.com-sppagebuilder) .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	margin-top: 15px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #252525;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 15px!important;
    display: block;
    line-height: 1.3;
    padding: 6px 8px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background-color: #04bc98;
}

.sp-megamenu-wrapper > ul {
    white-space: nowrap;
}

.sp-megamenu-wrapper .sp-dropdown ul {
    white-space: normal;
}

#sp-menu > .sp-column {
    display: flex;
	align-items: center;
	margin-right: 15px;
}

/* not home page */
body:not(.com-sppagebuilder) .sp-megamenu-parent>li:not(.active)>a {
    color: #04bc98;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #222533;
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-menu .offcanvas-inner {
    padding: 10px 25px 25px 25px;
}

#offcanvas-toggler {
	width: 100%;
	height: 70px;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler::after {
	content: "MENU";
	margin: -2px 0px 0px 3px;
	display: block;
	font-weight: 500;
	color: #fff;
}

body:not(.com-sppagebuilder) #offcanvas-toggler::after {
	color: #252525;
}

.burger-icon > span {
	background-color: #fff!important;
}

body:not(.com-sppagebuilder) .burger-icon > span {
	background-color: #252525!important;
}

a#offcanvas-toggler:hover {
	color: #04bc98!important;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
	}
	
	#sp-top-bar {
		display: none!important;
	}
	
	#sp-menu .sp-module  {
		display: none!important;
	}	
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

.offcanvas-menu { 
	width: 340px!important;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -340px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0px;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.offcanvas-menu ul.menu > li > a {
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 17px;
    line-height: 17px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	padding: 15px 12px 8px 12px;
	display: flex;
	font-weight: 600;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 14px 10px 14px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child):not(.menu-parent-open) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child):not(.menu-parent-open)  > span {
	border-bottom: 1px dotted #ddd;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0px;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0px!important;
	border-radius: 0px;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px 16px 20px !important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0px 0px 0px 0px;
}

.offcanvas-menu .logo-image-phone {
	margin-left: 12px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li li a, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    color: #fff;
}



/* Section (module) - main slider */
#sp-slider {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

#sp-slider .mk-slideshow-logo {
	position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#sp-slider .mk-slideshow-title {
	width: 100%;
	position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
	padding: 0px 30px 0px 30px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

#sp-slider .owl-dots {
	display: flex;
	position: absolute;
	width: auto;
	right: 30px;
	top: 50%;
	transform: translateY(-10%);
	flex-direction: column;
	align-items: flex-end;
}

@media screen and (max-width: 575px) {
	#sp-slider .mk-slideshow-logo {
		top: 40px;
	}

	#sp-slider .mk-slideshow-title {
		bottom: 10px;
		padding: 0px 20px 0px 20px;
	}
	
	#sp-slider .owl-dots {
		right: 10px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-slider .mk-slideshow-logo {
		top: 40px;
	}

	#sp-slider .mk-slideshow-title {
		bottom: 20px;
	}
	
	#sp-slider .owl-dots {
		right: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-slider .mk-slideshow-logo {
		top: 40px;
	}

	#sp-slider .mk-slideshow-title {
		bottom: 30px;
	}
	
	#sp-slider .owl-dots {
		right: 25px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-slider .mk-slideshow-logo {
		top: 60px;
	}

	#sp-slider .mk-slideshow-title {
		bottom: 50px;
	}
}



/* Section - welcome */
#section-welcome .welcome-btn-container a {
	min-width: 210px;
}



/* Section (module) - testimonials */
#section-testimonials::before {
    display: inline-block;
    position: absolute;
    content: '\f4ad';
    font-family: "Font Awesome 6 Free";
	font-weight: 400;
    text-align: center;
    color: #fff;
	background: #04bc98;
    border: 20px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 575px) {
	#section-testimonials::before {
		border: 12px solid #fff;
		font-size: 26px;
		line-height: 54px;
		width: 80px;
		height: 80px;
		top: -40px;
	}
}

@media screen and (min-width: 1200px) {
	#column-wrap-id-f8a47636-ea41-4f81-a900-2e0b1fe1c384 {
		max-width: 600px!important;
	}	
}

#section-testimonials .mk-content-carousel .owl-nav {
	justify-content: end!important;
	margin-right: 15px;
	top: 0px!important;
}

@media screen and (max-width: 767px) {
	#section-testimonials .mk-content-carousel .owl-nav {
        margin-right: 0px;
    }
}

#section-testimonials .mk-content-carousel .owl-nav .owl-prev {
	margin-left: 0px!important;
}

#section-testimonials .mk-content-carousel .owl-nav .owl-next {
	margin-right: 0px!important;
}

#section-testimonials .mk-slide-subtitle, #section-testimonials .mk-slide-text {
	text-transform: uppercase;
	font-style: italic;
}



/* Section - see for yourself */
#section-see-for-yourself .see-for-yourself-video-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#section-see-for-yourself .mk-slideshow .owl-nav {
    justify-content: center;
    display: flex;
    gap: 10px;
	bottom: 70px!important;
}

#section-see-for-yourself::before {
    display: inline-block;
    position: absolute;
    content: '\f030';
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
    text-align: center;
    color: #fff;
	background: #04bc98;
    border: 20px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 575px) {
	#section-see-for-yourself::before {
		border: 12px solid #fff;
		font-size: 26px;
		line-height: 54px;
		width: 80px;
		height: 80px;
		top: -40px;
	}
}



/* Section  - view all images */
#section-view-all-images::after {
    display: inline-block;
    position: absolute;
    content: '\f15c';
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
    text-align: center;
    color: #fff;
	background: #04bc98;
    border: 20px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 575px) {
	#section-view-all-images::after {
		border: 12px solid #fff;
		font-size: 26px;
		line-height: 54px;
		width: 80px;
		height: 80px;
		bottom: -40px;
	}
}



/* Section - performance bulletins */
#section-performance-bulletins::after {
    display: inline-block;
    position: absolute;
    content: '\f15c';
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
    text-align: center;
    color: #fff;
	background: #04bc98;
    border: 20px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 575px) {
	#section-performance-bulletins::after {
		border: 12px solid #fff;
		font-size: 26px;
		line-height: 54px;
		width: 80px;
		height: 80px;
		bottom: -40px;
	}
}

#section-performance-bulletins .yamaha-engines-btn {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}



/* Footer */
#section-footer .footer-heading {
    position: relative;
}

#section-footer .footer-heading::after {
	border-bottom: 3px solid #04bc98;
    bottom: -5px;
    content: '';
    left: 0;
    position: absolute;
    width: 70px;
}

#section-footer ul {
    list-style-type: none;
    padding-left: 0px;
}

#section-footer ul li {
    padding-left: 0px;
}

#section-footer ul li:not(:last-child) {
	border-bottom: 1px solid #343b48;
}

#section-footer ul li a {
	display: inline-block;
	color: #04bc98;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 8px 8px 0px;
	font-size: 15px;
	font-weight: 400;
}

#section-footer, #section-footer a:hover {
	color: #fff;
}

#section-footer a:focus, #section-footer a:active {
	color: #06CCA4;
}



/* News and events (blog) */
.article-list .article {
    border: none;
    border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 0px 0px 20px 0px;
}

.article-list .col-lg-12 {
	margin-bottom: 40px;
}

.article-list .article figcaption.caption {
	display: none;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0px 0px 20px 0px;
	border-radius: 0px;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 0px;
}

.article-intro-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.article-intro-image a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
}

.article-intro-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-list .readmore a {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #252525!important;
	background-color: transparent!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 2px solid #252525!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.article-list .readmore a:hover {
	color: #fff!important;
	background-color: #252525!important;
}

.article-list .readmore a:focus, .article-list .readmore a:active {
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.5)!important;
}



/* Single article */
@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

body.itemid-116 .article-header {
	display: none!important;
}

.article-details .article-intro-image {
    margin-bottom: 20px;
}

.article-details .article-full-image img {
    border-radius: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
	color: #2c3e50!important;
}

.article-details iframe[src*="youtube.com"] {
    width: 100%;
    aspect-ratio: 16 / 9; 
    height: auto;
    max-width: 100%;
}

.article-details .article-full-image img {
	width: 100%;
}

.article-details [itemprop="articleBody"] ul li {
	margin: 5px 0px 5px 0px;
}




/* Droppics in articles */
.droppicspictures {
    display: flex;
    flex-wrap: wrap;
	gap: 5px;
	margin-right: -5px;
}

.wimg.droppicslightbox {
	display: flex;
	width: calc(25% - 5px)!important;
	height: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
}

body.itemid-116 .droppicsgallerydefault {
    margin-top: -15px!important;
}

body.itemid-120 .wimg.droppicslightbox,
body.itemid-121 .wimg.droppicslightbox,
body.itemid-241 .wimg.droppicslightbox {
	width: calc(33.33% - 5px)!important;
}

.wimg.droppicslightbox .cboxElement {
	width: 100%!important;
	height: 160px!important;
	margin: 0px;
	overflow: hidden;
	position: relative;
}

body.itemid-120 .wimg.droppicslightbox .cboxElement,
body.itemid-121 .wimg.droppicslightbox .cboxElement,
body.itemid-241 .wimg.droppicslightbox .cboxElement {
	height: 220px!important;
}

@media screen and (max-width: 399px) {
	body.itemid-120 .wimg.droppicslightbox,
	body.itemid-121 .wimg.droppicslightbox,
	body.itemid-241 .wimg.droppicslightbox,
	.wimg.droppicslightbox {
		width: calc(50% - 5px)!important;
	}
	
	body.itemid-120 .wimg.droppicslightbox .cboxElement,
	body.itemid-121 .wimg.droppicslightbox .cboxElement,
	body.itemid-241 .wimg.droppicslightbox .cboxElement,
	.wimg.droppicslightbox .cboxElement {
		height: 160px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	body.itemid-120 .wimg.droppicslightbox,
	body.itemid-121 .wimg.droppicslightbox,
	body.itemid-241 .wimg.droppicslightbox,
	.wimg.droppicslightbox {
		width: calc(50% - 5px)!important;
	}
	
	body.itemid-120 .wimg.droppicslightbox .cboxElement,
	body.itemid-121 .wimg.droppicslightbox .cboxElement,
	body.itemid-241 .wimg.droppicslightbox .cboxElement,
	.wimg.droppicslightbox .cboxElement {
		height: 220px!important;
	}
}

.wimg.droppicslightbox .cboxElement img {
	border-radius: 0px!important;
	border-color: #ccc!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
    margin-left: 0px!important;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover; 
	transition: 0.8s ease;
}

.wimg.droppicslightbox .cboxElement:hover img {
	transform: scale(1.05);
    filter: brightness(70%);
}

.wimg.droppicslightbox .cboxElement::before {
	content: "\f00e"; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: transparent; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	font-size: 40px; 
	transition: color 0.3s ease; 
	z-index: 1;
	opacity: 0.8;
}

.wimg.droppicslightbox .cboxElement:hover::before {
	color: #fff; 
}



/* Page heading with bg */
#sp-page-header {
	background-color: #04bc98;
	position: relative;
}

body:not(.com-sppagebuilder) #sp-page-header::after {
    display: inline-block;
    position: absolute;
    content: '\f15c';
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
    text-align: center;
    color: #fff;
	background: #04bc98;
    border: 20px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header::after {
		border: 12px solid #fff;
		font-size: 26px;
		line-height: 54px;
		width: 80px;
		height: 80px;
		bottom: -40px;
	}
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
	flex-direction: column;
    justify-content: center;
	position: relative;
	padding-bottom: 35px;
}

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 800!important;
    letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.52);
	margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 120px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 24px;	
	}
	
	#sp-page-header .article-breadcrumbs-container {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 140px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 28px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 140px;
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 32px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 160px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 36px;	
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 180px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
	}
}



/* Sidebars */
@media screen and (max-width: 991px) {
	#sp-main-body #sp-right {
		order: 2;
		margin-top: 30px;
	}

	#sp-main-body #sp-component {
		order: 1;
	}
}

#sp-right .sp-module:not(.whiteBG) {
    color: #fff;
	background-color: #04bc98;
	border-radius: 0px;
	text-align: center;
}

#sp-right .sp-module:not(.whiteBG) .sp-module-title {
	font-size: 24px!important;
	font-weight: 700!important;
	color: #fff;
	border-bottom: none!important;
	margin: 0px!important;
}

#sp-right .sp-module.whiteBG {
	border: 1px solid #04bc98;
	border-radius: 0px;
	text-align: center;
}

#sp-right .sp-module.whiteBG .sp-module-title {
	color: #252525;
	font-size: 24px!important;
	font-weight: 700!important;
	border-bottom: none!important;
	margin: 0px!important;
}


@media screen and (max-width: 1199px) {
	#sp-right .sp-module-title {
		font-size: 24px!important;
	}
}

@media screen and (max-width: 991px) {
	#sp-right .sp-module {
		margin-top: 30px;
	}

	#sp-right .sp-module:first-child {
		margin-top: 0
	}
}



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
	font-size: 20px;
	color: #fff;
	background-color: #04bc98;
	border-radius: 4px;
	opacity: 1;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #333;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center !important;
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #222534;
    background-color: #222534;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #222534;
    background-color:  #222534;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #04bc98;
	border-color: #04bc98;
}

.pagination li a, .pagination li>span {
	padding: 9px;
	border-radius: 0px!important;
	background-color: #f7f7f7;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 46px;
	text-align: center;
	margin: 6px;
	border-radius: 12px;
}

.pagination li:first-child {
	margin-left: 0px;
}



/* Accordions */
[data-rlta-element=container] h3 {
	color: #04bc98;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::before {
	color: #252525;
    content: '\f077';
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::before {
	color: #252525;
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border-radius: 4px;
    padding: 16px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening] {
    border-radius: 4px;
}