/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 30px 15px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 15px;
	}
}

body:not(.itemid-101) #sp-main-body {
	background-color: #e9e9e9;
}

#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; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
h3.sppb-addon-title {
	margin-top: 0!important;
}

@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #c92127;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.1;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
	color: #c92127;
}

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


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

	.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: 20px;
	}

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

@media screen and (min-width: 400px) and (max-width: 767px) {
	.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: 20px;
	}

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

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

	.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: 20px;
	}

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



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

input {
	font-size: 18px!important;
}

.form-control:focus {
	border-color: rgba(201, 33, 39, 0.4);
	box-shadow: 0 0 25px 5px rgba(126, 20, 22, 0.1)!important;
}

.form-select:focus {
	border-color: rgba(201, 33, 39, 0.4);
    box-shadow: 0 0 25px 5px rgba(126, 20, 22, 0.1)!important;
}

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

textarea {
	border-radius: 0!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: 0!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(201, 33, 39, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary, .ingallery-loadmore-btn, .readmore {
	font-family: Oswald;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #c92127!important;
	font-size: 14px!important;
	font-weight: 500!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 30px!important;
	padding: 12px 25px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover, .ingallery-loadmore-btn:hover, .readmore:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active, .ingallery-loadmore-btn:active, .readmore:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus, .ingallery-loadmore-btn:focus, .readmore:focus {
	background-color: #333!important;
}

.btn-secondary, .sppb-btn-secondary {
	font-family: Oswald;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #333!important;
	font-size: 14px!important;
	font-weight: 500!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 12px 25px!important;
}

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




/* Logo, top and main menu */
@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu > .container {
		max-width: 100%;
		padding-left: 12%;
		padding-right: 40px;
	}

	#sp-logo-and-main-menu .sp-megamenu-wrapper {
		padding-right: 14%;	
	}
}

@media screen and (min-width: 1200px) and (max-width: 1649px) {
	#sp-logo-and-main-menu > .container {
		padding-left: 50px;
		padding-right: 40px;
	}

	#sp-logo-and-main-menu .sp-megamenu-wrapper {
		padding-right: 25px;	
	}
}

/* socials */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#sp-menu .sp-module.socials-menu {
		position: absolute;
		top: 15px;
		right: 20px;
	}
}

@media screen and (max-width: 1199px) {
	#sp-menu .sp-module.socials-menu {
		display: none!important;
	}
}

@media screen and (min-width: 1200px) {
	#sp-menu .sp-module.socials-menu {
		order: 2;
	}
}

.sp-module.socials-menu ul {
	display: flex!important;
	flex-direction: row !important;
	justify-content: start;
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

.offcanvas-inner .sp-module.socials-menu {
	padding-left: 8px;
}

.sp-module.socials-menu ul li {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
}

.sp-module.socials-menu ul li:not(:last-child) {
	margin-right: 12px;
}

.sp-module.socials-menu ul li a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px!important;
    padding: 0!important;
}

.sp-module.socials-menu ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 18px;
    margin: 0;
    padding: 0!important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sp-module.socials-menu ul li a:hover span {
    background-color: #c92127;
}
/* */

#sp-logo-and-main-menu.header-sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
	animation: spFadeInDown 0.6s;
	z-index: 9;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo > .sp-column {
	height: 100%;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
	position: relative;
}

#sp-logo-and-main-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-4 {
		width: 80%;
	}
	
	#sp-menu.col-lg-8 {
		width: 20%;
	}
	
	.logo-image {
		height: 88px!important;
		padding: 20px 0 0 0;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (max-width: 575px) {
	.logo-image {
		height: 75px!important;
		padding: 20px 0 0 0;
	}
	
}

@media screen and (min-width: 1200px) {
	.logo-image {
		padding: 25px 0 0 0;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		padding-right: 15px;
	}	
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: end; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

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

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 18px!important;
	display: block!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 5px 0;
}

@media screen and (max-width: 1299px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
		font-size: 18px!important;
	}
}

.sp-megamenu-parent>li.active>a {
    font-weight: 400;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}

.sp-megamenu-parent .sp-menu-item .call-to-action {
	display: inline-block;
	height: 44px;
	line-height: 44px; 
	padding: 0 25px;
	margin-left: 12px;
	background-color: #c92127; 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

@media screen and (max-width: 1399px) {
	.sp-megamenu-parent .sp-menu-item .call-to-action {
		padding: 0 12px;
		margin-left: 10px;
	}
}

.sp-megamenu-parent .sp-menu-item .call-to-action:hover {
	background-color: #003b54; 
}



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

.offcanvas-menu {
    overflow-y: auto;
}

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

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

.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: #c92127;
}

/* 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;
	}
}

#offcanvas-toggler {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.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 > a:hover > .menu-toggler {
	color: #252525;
}

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

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	line-height: 1.4;
	padding: 8px 12px;
	display: flex;
	font-weight: 700;
}

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: 0!important;
}

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

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

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

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

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

.offcanvas-menu .btn-primary {
    padding: 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-toggler {
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}



/* Scroll up button */
.sp-scroll-up {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #c92127;
    color: #ffffff;
    border-radius: 5px;
}

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



/* Section - three boxes */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#section-three-boxes-container {
		margin-top: -277px!important;
	}
}

@media screen and (min-width: 1200px) {
	#section-three-boxes-container {
		margin-top: -282px!important;
	}
}

#section-three-boxes-container .box-inner-div {
	box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.3)!important;
}

#section-three-boxes-container .sppb-row-container {
	padding-left: 7px;
	padding-right: 7px;
}



/* Section - bottom */
#sp-bottom-section {
	background-color: #e9e9e9;
}

#sp-bottom-section .box-container {
	background: transparent!important;
}

#sp-bottom-section .box-inner-div {
	background-color: #f8f8f8!important;
	box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.3)!important;
}

#sp-bottom1 a {
	font-weight: 400!important;
}

#section-bottom .sppb-row-container {
	padding-left: 7px;
	padding-right: 7px;
}



/* Section - footer */
#sp-footer1 a {
	color: #fff;
	font-weight: 400!important;
}

#sp-footer1 a .sppb-addon-title {
	font-weight: 400!important;
}

#sp-footer1 a:hover .sppb-addon-title {
	text-decoration: underline;
}



/* Page heading with bg */
#sp-page-header {
    background-image: url('../../../images/header.jpg');
    background-repeat: no-repeat;
    background-position: 45% top;
	background-size: cover;
	animation-duration: 800ms;
    animation-name: fadeIn;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    justify-content: center;
	align-items: center;
	position: relative;
	padding: 0;
    z-index: -1;
}

#sp-page-header .article-breadcrumbs-active-item {
	margin-bottom: -20px;
	margin-left: -7px;
}

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

@media screen and (max-width: 575px) {
	#sp-page-header {
		margin-top: -80px;
	}

	#sp-page-header .article-breadcrumbs-container {
		height: 380px;
		min-height: 380px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header {
		margin-top: -90px;
	}

	#sp-page-header .article-breadcrumbs-container {
		height: 420px;
		min-height: 420px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header {
		margin-top: -90px;
	}

	#sp-page-header .article-breadcrumbs-container {
		height: 500px;
		min-height: 500px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header {
		margin-top: -90px;
	}

	#sp-page-header .article-breadcrumbs-container {
		height: 550px;
		min-height: 450px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header {
		margin-top: -165px;
	}

	#sp-page-header .article-breadcrumbs-container {
		height: calc(100vh - 80px);
		min-height: 500px;
	}
}



/* Single article */
#sp-main-body > .container > .container-inner {
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	padding: 80px;
	margin-top: -280px;
	min-height: 450px;
}

.article-details .article-header h1, .article-details .article-header h2 {
    margin-bottom: 40px!important;
}

@media screen and (max-width: 575px) {
	#sp-main-body > .container > .container-inner {
		padding: 20px;
		margin-top: -140px;
		min-height: 250px;
	}

	.article-details .article-header h1, .article-details .article-header h2 {
		margin-bottom: 20px!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body > .container > .container-inner {
		padding: 30px;
		margin-top: -160px;
		min-height: 350px;
	}
	
	.article-details .article-header h1, .article-details .article-header h2 {
		margin-bottom: 30px!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-main-body > .container > .container-inner {
		margin-top: -200px;
		min-height: 400px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-main-body > .container > .container-inner {
		margin-top: -200px;
		min-height: 450px;
	}
}

joomla-hidden-mail a {
	word-wrap: break-word;
}

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

.article-details .article-full-image,
.article-details .article-featured-video {
    margin-bottom: 0;
}

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

.article-details .article-full-image {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.article-details .article-full-image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.article-details .article-full-image img {
    border-radius: 0px;
	filter: brightness(95%);
}

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

.article-details  ul li {
	padding: 4px 0;
}

.article-details p a {
	display: inline-block;
}