/* General */
@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;
	}
}

#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;
}

a:focus, a:active {
	font-weight: 600;
	color: #404040;
}

::selection {
  background-color: #0072bb;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	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(0, 114, 187, 0.4);
}

.form-select:focus {
	border-color: rgba(0, 114, 187, 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(0, 114, 187, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #0072bb!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!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: #fff!important;
	background-color: #7bd3f7!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: none!important;
	border-radius: 0px!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-white-blue-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-blue-tp:hover {
	color: #252525!important;
	background-color: #fff!important;
	border-color: #252525!important;
}

.btn-white-blue-tp:focus, .btn-white-blue-tp:active {
	color: #252525!important;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3)!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: 5px;
	padding-right: 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: #7bd3f7;
}

body:not(.com-sppagebuilder) #sp-logo-and-main-menu {
	background-color: #fff;
}

@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: 991px) {
	#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: #7bd3f7;
}

.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: #0072bb;
}

.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: #7bd3f7!important;
}

/* switch to mobile menu */
@media screen and (max-width: 991px) {
	#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 #eee;
}

.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 {
	margin-left: 16px;
}

.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: 80px;
    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: 25px;
	}

	#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: 35px;
	}

	#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 - our brands */
#section-our-brands .brand-btn {
	width: 220px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 575px) {
	#section-our-brands .brand-btn {
		width: 240px;
	}
}



/* Footer */
#section-footer .footer-heading {
    position: relative;
}

#section-footer .footer-heading::after {
	border-bottom: 3px solid #0072bb;
    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: #7bd3f7!important;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 8px 8px 0px;
	font-size: 15px;
	font-weight: 400;
}

#section-footer a {
	color: #7bd3f7!important;
}

#section-footer, #section-footer a:hover {
	color: #fff!important;
}

#section-footer a:focus, #section-footer a:active {
	color: #ddd;
}



/* Single article */
@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

.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;
}



/* Page heading with bg */
#sp-page-header {
	background-color: #0072bb;
	position: relative;
}

body:not(.com-sppagebuilder) #sp-page-header::after {
    display: inline-block;
    position: absolute;
    content: '\f15c';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    text-align: center;
    color: #fff;
	background: #0072bb;
    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;	
	}
}



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
	font-size: 20px;
	color: #fff;
	background-color: #7bd3f7;
	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: #0072bb;
	border-color: #0072bb;
}

.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: #0072bb;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::before {
	color: #252525;
    content: '\f077';
    font-family: "Font Awesome 5 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 5 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;
}