.ramka {
	padding: 10px;
      font-size: 16px;
	border-style: solid;
background-color:#dcebfd;
  border-width: 1px;
}
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
  color: black;
}
.article-featured-video {
  padding-top: 35px;
}
.bg-warning {
background-color: #ffcc00;
	margin: 2px;
	padding: 10px 0 10px 5px;
	font-size: 1.1em;
  font-weight: bold;
    line-height: 1.8;
}
a {
  text-decoration: underline;
  font-weight: normal;

}

.featured-article-badge {
	background-color: #0056e0;
}
#sp-main-body {
    padding: 1px 0;
   
}
/* body, .sp-preloader {
background-color:hsla(0,100%,50%,1);
background-image:
radial-gradient(at 50% 20%, hsla(34,100%,50%,1) 0px, transparent 50%),
radial-gradient(at 11% 18%, hsla(167,0%,0%,1) 0px, transparent 50%),
radial-gradient(at 89% 17%, hsla(356,100%,0%,1) 0px, transparent 50%);
} */

table, td, th {
  border: 1px solid #aaa;

}
/* module date and time */
.sp-megamenu-parent>li>a {
    color: #ffffff;
}

#sp-date {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-weight: 600;
}

.layout-boxed .body-innerwrapper {
	background: #fbfbfb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 20px;
}

.menu-header {
	border-bottom: 1px solid #ffffff;
}
/*menu animacja*/
.sp-megamenu-parent > li {
	position: relative;
	text-decoration: none;
}

.sp-megamenu-parent > li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: #f1f141;
	height: 25px;
	top: 22%; /* ustawia pionową pozycję kreski na połowie pozycji menu background to kolor kreski*/
}

.sp-megamenu-parent > li:hover::before {
	width: 1px;
	transition: width 0.3s ease-in-out;
}

.sp-megamenu-parent > li::after {
	content: '';
	position: absolute;
	bottom: -2px; /* zmniejszenie odstępu między menu a linią */
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ff0000;
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
}

.sp-megamenu-parent > li:hover::after {
	transform: scaleX(1);
}

.sp-megamenu-parent > li > .sp-dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	transition: opacity 0.3s ease-in-out;
}

.sp-megamenu-parent > li:hover > .sp-dropdown {
	visibility: visible;
	opacity: 1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    border-bottom: 1px solid #454545;
    width: 100%;
}

.burger-icon {
	width: 27px;
	cursor: pointer;
	margin-left: 30px;
}
.burger-icon > span {
	display: block;
	height: 4px;
	background-color: #ec430f;
	margin: 4px 0;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
	line-height: 40px;
}
#offcanvas-toggler {
	height: 41px;
}
for single article .view-article .article-details {
	display: flex;
	flex-direction: column;
}
.view-article .article-header {
	order: -1;
	margin-bottom: 10px;
}
/* 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-bottom: 2px;
}
/* for single article */
.view-article .article-details {
    display: flex;
    flex-direction: column;
}
.view-article .article-header {
    order: -1;
    margin-bottom: 1px;
}
.article-info{
	order: -1;
	margin-bottom: 40px;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.275rem;
    margin: 0 0 0.25rem 0;
}
.offcanvas-menu {
    background-color: #00000085;
    border-left: 1px solid #ff000d;
}

/* SEARCH */



.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
   
}
/* ruxin-news */
#ruxin_news_heading122 .news_module_title {
    margin-bottom: -5px!important;
}

#sp-search{
	display: flex!important;
	justify-content: flex-end;
	align-items: center!important;
	display: none;

}
@media (max-width: 576px) {
  .datea {
    font-size: 12px;
	text-align: center;

}
}

@media (max-width: 1024px){
	.logoh img {
  height: 25px;
  width: 125px;
  }
}

@media (max-width: 576px){
	.logoh img {
  height: 25px;
  }
}

.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: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}

/* image-aricle */

 


.article-intro-image:hover img {
z-index: 5;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

    width: 100%;
    height: 100%;
}
#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 .leading_news_image.float_left, .ruxin_news .intro_news_image.float_left, .ruxin_news .link_news_image.float_left {
    float: left;
    margin-right: 10px;
    border: solid 1px #cfcfcf;
    padding: 5px;
}



#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #fff;
    border-left: 4px solid #c01f1f;
    padding-left: 6px;
    text-transform: uppercase;
}

.youtube{
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #000;
    border-left: 4px solid #c01f1f;
    padding-left: 6px;
    text-transform: uppercase;


}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #fff;
    /* width: 90%; */
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bbbbbb75;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 18px;
    font-weight: 400;
	color: #fff;
}
.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: #ec430f;
}
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color: #ffffff;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
     font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #000;
    border-left: 4px solid #c01f1f;
    padding-left: 6px;
    text-transform: uppercase;
}
.pdf
 {
  background-image: url('/images/ikony/pdf.png');
  background-repeat: no-repeat;
  padding-left: 135px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}
.doc
 {
  background-image: url('/images/ikony/doc.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}
.jpg
 {
  background-image: url('/images/ikony/jpg.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}
.png
 {
  background-image: url('/images/ikony/png.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}

.xls
 {
  background-image: url('/images/ikony/xls.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}
.BIP
 {
  background-image: url('/images/ikony/BIP_18.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}
.bip
 {
  background-image: url('/images/ikony/BIP_18.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}
.www
 {
  background-image: url('/images/ikony/www.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  padding-top: 0px;
}
.zip
 {
  background-image: url('/images/ikony/zip.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 17px;
  display: inline-block;
  padding-top: 0px;
}


/* ======================================================
   JOOMLA + HELIX ULTIMATE
   NOWOCZESNE MENU PIONOWE RIGHT SIDEBAR
   Klasa modułu: right-submenu
====================================================== */

/* BOX MODUŁU */
.right-submenu .sp-module-content {

    background: #ffffff;
    padding: 1px;
    border-radius: 88px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}

/* RESET */
.right-submenu ul.menu {

    margin: 0;
    padding: 0;

    list-style: none;
}

/* ======================================================
   GŁÓWNE POZYCJE MENU
====================================================== */

.right-submenu ul.menu > li {

    margin-bottom: 1px;
}

/* LINK GŁÓWNY */
.right-submenu ul.menu > li > a {

    display: block;

    padding: 1px 1px 1px 1px;

    border-radius: 12px;

    background: #f7f8fc;

    color: #2c2c2c;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.25s ease;
}

/* HOVER */
.right-submenu ul.menu > li > a:hover {

    background: #a4eaff;
    color: #ffffff;
    transform: translateX(3px);
}

/* ACTIVE */
.right-submenu ul.menu > li.active > a,
.right-submenu ul.menu > li.current > a {

    background: #b4c3ff;

    color: #000000;

    box-shadow: 0 6px 18px rgba(53,99,255,0.28);
}

/* ======================================================
   SUBMENU
====================================================== */

.right-submenu ul.menu li ul {

    margin-top: 4px;

    margin-left: 0px;

    padding-left: 1px;

    border-left: 2px solid #dfe5ff;
}

/* ELEMENT SUBMENU */
.right-submenu ul.menu li ul li {

    margin-bottom: 6px;
}

/* LINK SUBMENU */
.right-submenu ul.menu li ul li a {

    display: block;

    padding: 10px 14px;

    border-radius: 10px;

    background: #f3f5fb;

    color: #444;

    font-size: 14px;

    text-decoration: none;

    transition: all 0.25s ease;
}

/* HOVER SUBMENU */
.right-submenu ul.menu li ul li a:hover {

    background: #cddaff;

    color: #3563ff;

    transform: translateX(-2px);
}

/* ACTIVE SUBMENU */
.right-submenu ul.menu li ul li.active > a,
.right-submenu ul.menu li ul li.current > a {

    background: #3563ff;

    color: #ffffff;
}

/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 768px) {

    .right-submenu .sp-module-content {

        padding: 14px;

        border-radius: 14px;
    }

    .right-submenu ul.menu > li > a {

        padding: 12px 14px;

        font-size: 15px;
    }

    .right-submenu ul.menu li ul li a {

        padding: 9px 12px;

        font-size: 14px;
    }

}
/* LEPSZE ODSTĘPY TEKSTU */

.right-submenu ul.menu > li > a,
.right-submenu ul.menu li ul li a {

    display: flex;
    align-items: center;

    min-height: 34px;

    line-height: 1.1;

    padding-top: 5px;
    padding-bottom: 5px;

    box-sizing: border-box;
}

/* ODSTĘP OD KRAWĘDZI */

.right-submenu ul.menu > li > a {

    padding-left: 4px;
    padding-right: 4px;
}

.right-submenu ul.menu li ul li a {

    padding-left: 16px;
    padding-right: 16px;
}
/* ======================================================
   RIGHT SUBMENU - FIX DLA JOOMLA 5 + HELIX
====================================================== */

/* GŁÓWNE LINKI */
.right-submenu .mod-menu > li > a {

    display: block !important;
    padding: 4px 4px !important;
    line-height: 1.4 !important;
    border-radius: 12px;
    background: #f7f8fc;
    margin-bottom: 8px;
    text-decoration: none;
    box-sizing: border-box;
}

/* SUBMENU KONTENER */
.right-submenu .mod-menu__sub {

    margin-top: 1px !important;
    margin-left: 1px !important;
    padding-left: 1px !important;
    border-left: 2px solid #dfe5ff;
}

/* ELEMENTY SUBMENU */
.right-submenu .mod-menu__sub li {

    margin-bottom: 6px !important;
}

/* LINKI SUBMENU */
.right-submenu .mod-menu__sub li a {

    display: block !important;
    padding: 11px 6px !important;
    line-height: 1.45 !important;
    background: #f3f5fb;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
}

/* HOVER */
.right-submenu .mod-menu > li > a:hover,
.right-submenu .mod-menu__sub li a:hover {

    background: #3563ff;
    color: #000000 !important;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #3c5a99 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:3px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	margin-top:3px;
	font-size:5px;
	font-weight:none;
	padding:1px 1px;

	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#000000;
	color:#fff;
}
.myButton:active {
	position:relative;
	top:1px;
}
