/* header */
.diablo_h1_color {
	color: #6a952b;
}
.joomla_text_header {
	-moz-transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
	-o-transform: rotate(345deg);
	-ms-transform: rotate(345deg);
	transform: rotate(352deg);
}
.tx1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tx1 li {
	padding-left: 1em;
	text-indent: -0.7em;
}

.tx1 li::before {
	content: '</> ';
	color: #ac3642;
	padding-right: 5px;
}

/* end header */

.article-list .article {
	margin-bottom: 40px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: solid 1px #e0e0e0;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	border-image: linear-gradient(to bottom, #d2d2d2, rgba(0, 0, 0, 0)) 1 15%;
	transition: transform 0.3s, border-color 0.9s;
}
/*kropki artykuły lista*/
.article-list .article::before {
	content: '';
	position: absolute;
	top: -2.5px;
	left: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #da1b60;
	border-radius: 50%;
}

.article-list .article::after {
	content: '';
	position: absolute;
	top: -2.5px;
	right: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #da1b60;
	border-radius: 50%;
}
.article-list .article:hover {
	border: solid 1px #da1b60;
	border-image: linear-gradient(to bottom, #da1b60, rgba(0, 0, 0, 0)) 1 15%;
	transform: scale(1.1);
	box-shadow: rgb(206 57 57 / 45%) 0px 25px 20px -20px;
}

.article-list .article:active {
	border: solid 1px #e0e0e0;
	border-image: linear-gradient(to bottom, #d2d2d2, rgba(0, 0, 0, 0)) 1 15%;
	transition: border-color 1s;
}

.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: -15px -20px 20px -20px;
	border-radius: 3px 3px 0 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
}

.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: 3px 3px 0 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
	color: #252525;
	font-size: 1.2rem;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a:hover {
	color: green;
	font-size: 1.2rem;
}

/*module block*/

.sp-module.orange {
	border: 1px solid #efefef;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 0px;
	background-color: rgba(219, 219, 219, 0.58);
}
.sp-module.orange:hover {
	background-image: url(../images/bg_block.png);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.sp-module.orange h3 {
	padding: 2px 2px 10px 5px;
	color: #297400;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	background-color: rgba(219, 219, 219, 0.58);
}
.sp-module.orange ul > li {
	display: block;
	border-bottom: 1px solid #ededed;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.sp-module.orange a,
a:hover,
a:focus,
a:active {
	color: #3e3e3e;
}
/*footer module*/
/*module block*/

.sp-module.footer {
	padding: 10px;
	color: rgba(156, 156, 156, 1);
}
.sp-module.footer:hover {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.sp-module.footer h2 {
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: linear-gradient(to right, #ff8a00, #da1b60);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	border-bottom: 1px solid #da1b60;
	padding: 4px 2px 10px 5px;
	font-size: 18px;
	text-align: left;
}

.lang {
	float: right;
	padding: 0px 5px 5px 5px;
	background-color: #ffffffb6;
	-webkit-box-shadow: 12px -2px 6px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: -1px 1px 9px 3px rgb(0 0 0 / 10%);
}
#sp-news {
	background-color: #222222;
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#sp-main-body {
	padding: 50px 0;
	background-color: #ffffff85;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ec430f;
	border-color: #dc3545;
}

.owl-carousel .owl-item img {
	display: block;
	height: 250px;
	width: 100%;
	background-color: #a9a9a963;
	padding: 10px;
	border: solid 1px #b8b8b8;
}

.content_carousel .slide_onimage {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
}
/*modul kategorie blog */

.sp-module.kategorie {
	border: 1px solid #efefef;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.445);
}

.sp-module.kategorie:hover {
	background-image: url(../images/bg_block.png);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.sp-module.kategorie h3 {
	padding: 2px 2px 10px 5px;
	color: #297400;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	background-color: rgba(219, 219, 219, 0.58);
}
.sp-module.kategorie ul > li {
	display: block;
	border-bottom: 1px solid #ededed;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.sp-module.kategorie a {
	color: #3e3e3e;
	font-size: 14px;
}

.sp-module.kategorie a:hover,
a:focus,
a:active {
	color: #269800;
	font-size: 14px;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3;
	background: linear-gradient(to right, #ff8a00, #da1b60);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	border-bottom: 1px solid #da1b60;
}

#sp-left .sp-module,
#sp-right .sp-module {
	margin-top: 15px;
	border: 1px solid #f3f3f3;
	padding: 30px;
	border-radius: 3px;
}
/*hover image modules*/

.list-demos {
	display: inline-block;
	width: 100%;

	list-style: none;
}

.list-demos .item {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 15px;
}

.list-demos .demo-inner {
	display: inline-block;
	position: relative;
}

.list-demos .demo-inner .demo-info {
	height: 70px;
	background-color: #ff5500;
	color: #fff;
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.list-demos .demo-inner img {
	position: relative;
	z-index: 10;
	top: 0;

	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);

	transition: transform 0.4s ease 0s;
	-webkit-transition: transform 0.4s ease 0s;
}

.list-demos .demo-inner:hover img {
	transform: translateY(-70px);
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
}

.list-demos .demo-inner .demo-info h4 {
	float: left;
	margin: 0;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-top: -20px;
}

.list-demos .demo-inner .demo-info .list-version {
	float: left;
	margin: 0;
}

.list-demos .demo-inner .demo-info .list-version li {
	display: inline-block;
	margin-left: 5px;
}

.list-demos .demo-inner .demo-info .list-version li a {
	display: block;
	background-color: transparent;
	height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #fff;
	line-height: 20px;
	padding: 0 15px;
	border-radius: 0px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.list-demos .demo-inner .demo-info .list-version li a:hover {
	background-color: #fff;
	color: #ff5500;
}
.ruxin_news .leading_news_image.float_left,
.ruxin_news .intro_news_image.float_left,
.ruxin_news .link_news_image.float_left {
	float: left;
	margin-right: 10px;
	padding: 4px;
	border: 0px solid #ccc;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.raxo-bricks .raxo-wrap > div:first-child {
	border-width: 0px 0 0;
	border-style: solid;
}
.article-info > span {
	font-size: 0.813rem;
	color: #016919;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid #e4e4e4;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > a {
	border-left: 1px solid #e2e2e2;
	line-height: 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #fbfdff;
	margin-top: 25px;
}

#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	animation: spFadeInDown 0.5s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

#ruxin_news_150 .lead_category a {
	color: #ffffff;
	background: #216740;
}

/*demo*/
.list-demos {
	display: inline-block;
	width: 100%;
	list-style: none;
}

.list-demos .item {
	width: 110%;
	margin-left: -40px;
}

.list-demos .demo-inner {
	display: inline-block;
	position: relative;
}

.list-demos .demo-inner .demo-info {
	height: 100px;
	background-color: #ff5500;
	color: #fff;
	padding: 40px 20px 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.list-demos .demo-inner img {
	position: relative;
	z-index: 10;
	top: 0;

	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);

	transition: transform 0.4s ease 0s;
	-webkit-transition: transform 0.4s ease 0s;
}

.list-demos .demo-inner:hover img {
	transform: translateY(-70px);
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
}

.list-demos .demo-inner .demo-info h4 {
	float: left;
	margin-bottom: 0;
	line-height: 17px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

.list-demos .demo-inner .demo-info .list-version {
	float: right;
	margin: 0;
}

.list-demos .demo-inner .demo-info .list-version li {
	display: inline-block;
	margin-left: 5px;
}

.list-demos .demo-inner .demo-info .list-version li a {
	display: block;
	background-color: transparent;
	height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #fff;
	line-height: 20px;
	padding: 0 15px;
	border-radius: 0px;

	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.list-demos .demo-inner .demo-info .list-version li a:hover {
	background-color: #fff;
	color: #ff5500;
}

.title-button-version {
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color: #89c403;
	border-radius: 2px;
	border: 1px solid #74b807;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: 5px;
}

.tags > li a {
	box-shadow: inset 0px 0px 0px 0px #3e7327;
	background-color: transparent;
	border: 1px solid #dee2e6;
	display: inline-block;
	cursor: pointer;
	color: #858585;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 0rem;
}

.tags > li a:hover {
	background-color: #ccc;
}

.fields-container li {
	list-style: none;
}
.field-label {
	font-weight: bold;
}
.fields p {
	margin-bottom: 0.2rem;
}
.fields {
	margin-bottom: 0.5 rem;
	padding-bottom: 0.5 rem;
	border-bottom: 1 px solid #efefef;
}

.field-value.price1 {
	color: #0a9b00;
	font-size: 1.1rem;
	font-weight: bold;
}

.contact h2 {
	color: #70a219;
}

/*header four animation*/
.header-title h1 {
	font-size: 1.6rem;
	color: #0a9b00;
}

.raxo-bricks .raxo-normal article {
	box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}
.raxo-bricks .raxo-title a {
	font-size: 1.2em;
	background: -webkit-linear-gradient(to right, #105eb5 0%, #ff513d 50%, #11a3f7 100%);
	background: -moz-linear-gradient(to right, #105eb5 0%, #ff513d 50%, #11a3f7 100%);
	background: linear-gradient(to right, #105eb5 0%, #ff513d 50%, #11a3f7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.raxo-bricks article .raxo-wrap {
	background-color: white;
	border-radius: 0px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	overflow: hidden;
}

.raxo-bricks .raxo-header,
.raxo-bricks .raxo-wrap > div:first-child {
	border-color: #fff;
	border: 0px;
}
.raxo-bricks .raxo-info {
	color: #ff0000;
}
.raxo-wrap {
	border: solid 1px #12b462;
	border-image: linear-gradient(to bottom, #12b4637e, #ff305200) 1 15%;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
	overflow: hidden;
	padding: 8px;
}

.raxo-wrap::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 5px;
	height: 5px;
	background-color: #12b462;
	border-radius: 50%;
	z-index: 9;
}

.raxo-wrap::after {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	width: 5px;
	height: 5px;
	background-color: #12b462;
	border-radius: 50%;
	z-index: 9;
}

.tutorial img {
	border: 1px solid #ccc;
	padding: 20px;
	background: #cccccc59;
	box-shadow: rgb(0 0 0 / 45%) -1px 18px 14px -20px;
	border-image: linear-gradient(to bottom, #6c757d, rgba(0, 0, 0, 0)) 1 15%;
}

.tutorial h2 {
	color: green;
	font-size: 28px;
	padding: 30px 0;
}
.blog-tutorials h2 {
	font-size: 1.4rem !important;
	text-align: center;
}

.blog-tutorials h2 :hover {
	color: green !important;
	font-size: 1.4rem !important;
}

.raxo-bricks .raxo-block-button,
.raxo-bricks .raxo-category,
.raxo-bricks .raxo-readmore {
	background-color: #a20064;
	border: 1px solid #ff01b3;
}

.raxo-bricks .raxo-category {
	left: -12px;
}

.robot {
	-webkit-animation: fadeInDown 5s 1, levitate 3s infinite;
	-moz-animation: fadeInDown 3s 1, levitate 3s infinite;
}

@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(10px);
		opacity: 1;
	}
}
@-moz-keyframes fadeInDown {
	0% {
		-moz-transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		-moz-transform: translateY(10px);
		opacity: 1;
	}
}

@-webkit-keyframes levitate {
	0% {
		-webkit-transform: translateY(-15px);
	}

	50% {
		-webkit-transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(-15px);
	}
}

@-moz-keyframes levitate {
	0% {
		-moz-transform: translateY(-15px);
	}

	50% {
		-moz-transform: translateY(3px);
	}

	100% {
		-moz-transform: translateY(-15px);
	}
}
/*menu animacja*/
a.sp-megamenu-parent > li {
	position: relative;
	text-decoration: none;
}

.sp-megamenu-parent > li::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: rgb(191, 219, 255);
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
	transition-property: transform, background-color;
	transition-timing-function: ease-in-out;
	transition-duration: 0.4s;
}

.sp-megamenu-parent > li:hover::before {
	transform: scaleX(1);
	background-color: #da1b60;
}
.category-desc {
	margin-bottom: 50px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
}
/*blog*/
/* for articles list,*/
.article-list .articleBody,
.article-list .article-body {
	display: contents;
}
.article-list .article {
	display: flex;
	flex-direction: column;
}
.article-list .article-header {
	order: -1;
	margin-left: 10px;
}

/* for single article */
.view-article .article-details {
	display: flex;
	flex-direction: column;
}
.view-article .article-header {
	order: -1;
	margin-bottom: 20px;
}
/*kropki*/

.kropka {
	border: solid 1px #e0e0e0;
	border-image: linear-gradient(to bottom, #d2d2d2, rgba(0, 0, 0, 0)) 1 15%;
}
.kropka::before {
	content: '';
	position: absolute;
	top: -2.5px;
	left: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
	border-radius: 50%;
	z-index: 9;
}

.kropka::after {
	content: '';
	position: absolute;
	top: -2.5px;
	right: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
	border-radius: 50%;
	z-index: 9;
}

.shadow-text {
	text-shadow: 0 2px 2px #3e3e3e;
}

.kropka_blue {
	border: solid 1px #7bb8f5;
	border-image: linear-gradient(to bottom, #7bb8f5, rgba(92, 157, 255, 0)) 1 15%;
}
.kropka_blue::before {
	content: '';
	position: absolute;
	top: -2.5px;
	left: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #7bb8f5;
	border-radius: 50%;
	z-index: 9;
}

.kropka_blue::after {
	content: '';
	position: absolute;
	top: -2.5px;
	right: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #7bb8f5;
	border-radius: 50%;
	z-index: 9;
}
.kropka_red {
	border: solid 1px #ff3053;
	border-image: linear-gradient(to bottom, #ff30528b, #ff305200) 1 15%;
}
.kropka_red::before {
	content: '';
	position: absolute;
	top: -2.5px;
	left: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #ff3053;
	border-radius: 50%;
	z-index: 9;
}

.kropka_red::after {
	content: '';
	position: absolute;
	top: -2.5px;
	right: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #ff3053;
	border-radius: 50%;
	z-index: 9;
}

.kropka_green {
	border: solid 1px #12b462;
	border-image: linear-gradient(to bottom, #12b4637e, #ff305200) 1 15%;
}
.kropka_green::before {
	content: '';
	position: absolute;
	top: -2.5px;
	left: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #12b462;
	border-radius: 50%;
	z-index: 9;
}

.kropka_green::after {
	content: '';
	position: absolute;
	top: -2.5px;
	right: -2.5px;
	width: 5px;
	height: 5px;
	background-color: #12b462;
	border-radius: 50%;
	z-index: 9;
}

.triple-dotted-border {
	border: solid 1px;
	border-radius: 5px;
	border-style: dotted;
	border-color: blue;
	padding: 3px;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, blue 5px, blue 8px);
}
/*krzywe ramki efekt tekstu*/
.ramka {
	background: #efefef;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	padding: 4%;
	width: 100%;
	margin: 10px;
}
.box1 {
	border: 2px solid #333;
}
.box2 {
	border: 6px solid #333;
}
.box3 {
	border: 2px dashed #333;
}
.box4 {
	border: 2px dotted #333;
}
.cien {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.vertical-line {
	border-left: 6px solid red;
	padding: 0px 10px 0px 10px;
	border-radius: 4px;
}
.sp-page-title {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* menu */
#sp-left .sp-module ul,
#sp-right .sp-module ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}
#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a {
	display: block;
	line-height: 22px;
	padding: 2px 0;
}

#sp-left .sp-module ul,
#sp-right .sp-module ul > li > a::before {
	content: '</>';
	color: #ac3642;
	padding-right: 5px;
	float: left;
}
#sp-left .sp-module ul,
#sp-right .sp-module ul > li > a:hover::before {
	content: '<>';
	color: #ac3642;
	padding-right: 5px;
	float: left;
}
#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a:hover {
	display: block;
	line-height: 22px;
	padding: 2px 5px;
	color: green;
	background-color: #f3f3f3;
	font-weight: 500;
}

#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a:active {
	color: red;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0px;
	border: solid 1px #12b462;
	border-image: linear-gradient(to bottom, #12b4637e, #ff305200) 1 15%;
	padding: 5px;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ec0f0f;
	border-color: #000000;
}
.article-info > span a {
	color: #fe0000;
}
.article-info > span a:hover {
	color: #fe0000;
	font-weight: bold;
}
.underline {
	text-decoration-line: underline;
	text-decoration-style: 'solid';
	text-decoration-color: rgba(111, 227, 34, 1);
	text-decoration-thickness: 3px;
}

.sm-title {
	font-size: 22px;
	font-weight: 700;
	font-weight: 700;
	
}

/* blog news  */
.sppb-article-img-wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 5px;
	min-height: 290px;
	transition: all 0.3s ease;
}
.sppb-article-img-wrap:hover {
	filter: brightness(70%);
	transform: scale(0.95);
}

.sppb-article-img-wrap::after {
	content: '\1F517';
	/* content: url('../../../images/image/icon/fish.png'); */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: transform 0.5s ease;
	font-size: 24px;
	color: white;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid orange;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 40px;
}
.sppb-article-img-wrap:hover::after {
	transform: translate(-50%, -50%) rotate(360deg);
}
/* for single article */
.view-article .article-details {
	display: flex;
	flex-direction: column;
}
.view-article .article-header {
	order: -1;
	margin-bottom: 2px;
}
/* for articles list */
.article-list .articleBody,
.article-list .article-body {
	display: contents;
}
.article-list .article {
	display: flex;
	flex-direction: column;
}
.article-list .article-header {
	order: -1;
}

.article-info {
	order: -1;
	margin-left: 10px;
}
.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: -8px -10px 20px 0px;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
#sp-menu > .sp-column, 
 #sp-menu .sp-megamenu-wrapper { justify-content: start !important;}