body {
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.btn:hover {
  color: #fff;
}

a:focus, a:active, .btn:focus, .btn:active{
    box-shadow:none !important;
    outline:0px !important;
}

.link-title {
  text-decoration: none;
  font-weight: bold;
}

.section-title {
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.alert-warning {
  font-size: 14px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
 
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
position: relative;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
  font-weight: bold;
  color: #000;
  padding-right: 0;
  display: inline-block;
}

.nav-underline .nav-link:hover {
  color: #000;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bgc-purple {
  background-color: #46446d;
}

.bgc-red {
  background-color: #ee1c25;
}

.bgc-green {
  background-color: #65b89e;
}

.bgc-yellow {
  background-color: #ffd700;
}

.bgc-dark {
  background-color: #333;
}

.bg-featured {
  background-color: #eff5ff !important;
  border: 2px solid #fff;
}

.bg-forms {
  background-color: #eff5ff !important;
  border: 2px solid #fff;
}

.links {
  font-size: 14px;
}

.xlinks p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.link-title-detail {
  font-weight: bold;
}

@media (max-width: 991px) {
  .link-title-detail {
    display: block;
    padding-top: 2px;
    font-weight: 800;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
  }
  .featured {
    padding: 2px 5px !important;
  }
  .cookiealert {
    font-size: 0.80em !important;
  }
}

.custom-page {
  font-size: .875rem;
}

.custom-page h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.more-info {
  font-size: .875rem;
}

.search-form {
  font-size: .875rem;
  font-weight: 500;
   border: 0;
}

.header-container {
  background-color: #46446d;
}

.text-logo {
  font-size: 32px;
  height: 49px;
  line-height: 49px;
  padding: 0;
  margin: 0;
  font-weight:900;
}

.text-logo a {
  color: #fff;
  text-decoration: none;
}

.image-logo {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.image-logo img {
  padding: 5px 0;
  height: 49px;
}

.footer-logo {
  padding: 5px 0;
  height: 49px;
}

.footer-text-logo {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.header-icons a {
  color: #fff;
}

.header-icons i {
  font-size: 25px;
  margin-left: 10px;
}

.pagination {
  margin-bottom: 15px !important;
}

.pagination .page-link {
  color: #000;
  font-size: 12px;
  border: 0 !important;
}

.page-item.active .page-link {
  background-color: #65b89e;
  color: #fff;
}

.search-btn {
  color: #fff;
  border-color: #65b89e;
  background-color: #65b89e;
  border: 0;
  font-size: 13px;
}

.site-icon {
  width: 70px;
  height: 70px;
  float: left;
    margin: 0 10px 10px 0;
}

.featured {
  background-color: #65b89e;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 5px;
  margin-left: 5px;
}

.site-url, .site-url:hover {
  display: table;
  color: #037cd4;
  word-break: break-all;
  text-decoration: underline;
}
.breadcrumbs {
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: .850rem;
}

.breadcrumbs a {
  color: #555;
  text-decoration: none;
}

.breadcrumbs .sep {
color: #bbb;
margin: 0 2px;
}

.footer-container {
  background-color: #25243c;
  color: #fff;
  font-weight: 300;
}

.footer-container .section-head {
  font-size: 16px;
  font-weight: 600;
}

.footer-copyright {
  background-color: #1f1e33;
  margin-top: 25px;
}

.page-footer {
  font-size: 13px;
  padding-top: 40px;
}

.page-footer a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.page-footer br {
  display: block;
  margin: 3px 0;
}

.page-footer i {
  font-size: 16px;
  margin-right: 11px;
}

.page-footer li {
  line-height: 24px;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 200;
  margin: 0 !important;
  z-index: 99999999999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 0.85em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
  margin-left: 5px;
  text-align: center;
  width: 106px;
  padding: 2px;
  font-size: 0.95em;
  font-weight: 300;
  background-color: #65b89e;
  color: #fff;
}

.sub-categories {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.children-link {
  text-decoration: underline;
}
#redirect {
  font-size: 14px;

}
.sitel { color: #037cd4;}

#redirect .message {
  font-size: 13px;
  display: block;
}

#redirect .title {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
}

.redirect-icon {
  width: 100px;
  height: 100px;
  float:left; margin: 0 10px 10px 0
}

.modal-backdrop.show {
  z-index: 999999;
  opacity: 0.75;
}

.form-control {
  font-size: 14px;
  color: #333;
  border-color: #eee;
}

.form-select {
  font-size: 14px;
  color: #333;
  border-color: #eee;
}

#MyModal {
  z-index: 9999999 !important;
  font-size: 14px;
  font-weight: 400;
}

.modal-body {
  background-color: #fcfcfb;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-footer {
  border-top: 0;
}

.submit-button {
  color: #fff;
  background-color: #65b89e;
  border: 1px solid #65b89e;
  font-size: 13px;
}

.modal-title {
  font-size: 15px;
}

.close {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  border: 0;
  background-color: transparent;
}

.submission-box {
  border-top: 1px dotted #ccc;
}

.social-media .col {
  padding: .5rem !important;
  text-align: center;
}

.social-media a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.social-media {
  color: #fff;
  font-size: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-media i {
  margin: 0 !important;
}

.social-media .email {
  background-color: #46446d;
}

.social-media .facebook {
  background-color: #4267b2;
}

.social-media .linkedin {
  background-color: #0d77b7;
}

.social-media .twitter {
  background-color: #429cd6;
}

.social-media .whatsapp {
  background-color: #71c169;
}

.social-media .telegram {
  background-color: #0088cc;
}

.fa-exclamation-triangle {
  color: #f7c44c;
}

.qr-code {
  border: 1px solid #eee;
}

.container, .container-md, .container-sm {
    max-width: 1320px;
}

a.nav-link:first-child{padding-left: 0!important;
}

a.nav-link:last-child{position: absolute;
    right: 0;
}

.kupa,.shm { display: none}
.soo { float: none}
.xsda,.xsda:hover {display: inline; margin-right:50px}
 @media (min-width: 1100px) {
 	a.nav-link:last-child { display: block}
}

 @media (max-width: 1099px) {
 	a.nav-link:last-child { position: relative}
}


.cimg {
	width: 100%;
	height:auto;
	border-radius: 0.25rem!important;
	}
	.csimg {
	width: 100%;
	height:auto;
	border-radius: 0.25rem!important;
	}
	
	.m-0 {
    padding-bottom: 15px;
 }
  .m00 {
  	    float:left;
    
    width: calc(100% - 300px - 1rem);
    }

.mmx {
  width: 300px;
  height: auto;
  float: left;
    margin: 0 1rem 1rem 0;
}
    .clr {
    clear:both;
}


.wim {
	
	 
 float:right;
  border-radius: 5px!important
  
}

.link-title,.xsxs {
 
    float: left;
}
.sdf {
	position: absolute;
    right: 10px;
    top: 0;
	max-width: 102px;
	font-size:10px;
	text-align:center
}


 @media (max-width: 1200px) {
   .m00 {
   	width: calc(100% - 250px - 1rem);
    }
    .mmx {
  width: 250px;
  }
}


 @media (max-width: 1000px) {
   .m00 {
   	width: calc(100% - 200px - 1rem);
    }
    .mmx {
  width: 200px;
  }
  .jli { width: 33.33%}
}

 @media (max-width: 979px) {
 	.xsda,.xsda:hover {display: table; margin-right:0px}
 	.wim { width: 30px; height:30px}
   .m00 {
   	width: 100%;
    }
    .mmx {
  width: 100%;
  margin: 0.5rem 0 1rem 0;
  }
   .jli { width: 50%}
}

 @media (max-width: 500px) {
 	.sdf { position: relative; top:0; right:0; margin-bottom: 10px}
   .jli { width: 100%}
}

.shq {
	  width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
        flex: 0 0 auto;
    width: 100%;
    }
    
    .shq .mb-3 {
    margin-bottom: 1rem!important;
    float: left;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.shm .mb-3 { float:left; margin-bottom: 0rem!important; }

.shm  {background-color: #fff;  margin-top: 0rem!important; margin-bottom: 1rem; border-bottom-left-radius: 0.25rem;border-bottom-right-radius: 0.25rem}
.shm .shadow-sm {box-shadow:0 0 0 0 !important }
.shm .p-2 {
    padding-bottom: 0!important;
}

.sipa h2 { font-weight:600; padding-top: 10px}

.wradd {
     max-height: 300vh;min-height: 200vh;    position: relative;
}
.stickyd {
 margin:0 auto;
 margin-top: 10px;
}
.stickyd-top {
  position:fixed;
  top: 0;
}
.stickyd-bottom {
  position: absolute;
  bottom: 0;
}

.m00 .site-url {display: inline}


.sdx { position: relative}

.jli { float: left; margin-bottom: 10px}

.frml { width:100%; height: auto}

.soo { float: none}

#poi .mb-3 { width: 100%; text-align: left }
#poi .me-2 { display:none}
#poi .ps-1 {color: #fff}
#poi .children-link {}

#poi .ps-1 .children-link + .children-link::before{
  content: '\A';
  white-space: pre;
}
