@charset "UTF-8";
/***
====================================================================
	Fonts
====================================================================
 ***/
/***
====================================================================
	Colors
====================================================================
 ***/
/****
========================================================================================================================
 BASE-s COLORS
========================================================================================================================
****/
/***
====================================================================
	transition
====================================================================
 ***/
/***
====================================================================
	clearfix
====================================================================
 ***/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
--------------------------------------------------------------------
We can then extend the .clearfix class wherever necessary.
--------------------------------------------------------------------
.wrap {
	...
	@extend .clearfix;
}
.main-header {
	...
	@extend .clearfix;
}*/
/***
====================================================================
	Spacer
====================================================================
 ***/
.spacer10 {
  height: 10px;
}

.spacer20 {
  height: 20px;
}

.spacer30 {
  height: 30px;
}

.spacer40 {
  height: 40px;
}

.spacer50 {
  height: 50px;
}

.spacer60 {
  height: 60px;
}

.spacer70 {
  height: 70px;
}

.spacer80 {
  height: 80px;
}

.spacer90 {
  height: 90px;
}

.spacer100 {
  height: 100px;
}

/***
====================================================================
	media queries
====================================================================
 ***/
/*
media query example

@include breakpoint($min768) {
		position: fixed;
	}
*/
/***
====================================================================
	Mixins for Rem Font Sizing
====================================================================
 ***/
/*
@include font-size(16); -- 16px 1.6rem
*/
/***
====================================================================
    transition
====================================================================
 ***/
/***
====================================================================
    Shadows
====================================================================
 ***/
/***
====================================================================
	Bootstrap them overrides
====================================================================
 ***/
.form-control {
  border-radius: 0;
}

html {
  min-height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  position: relative;
  font-style: normal;
}
body img {
  max-width: 100%;
  display: block;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul ul, ol ol, ul ol, ol ul {
  padding-left: 25px;
}

input {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
}

.req-symbol {
  font-weight: 500;
  color: #e14356;
  font-family: sans-serif;
}

.back-to-top {
  bottom: 30px;
  display: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  position: fixed;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  transform-origin: 100% 50% 0;
  -o-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  z-index: 99999;
  overflow: hidden;
  border: solid 1px;
  padding: 0;
  background-color: #fff;
}

.back-to-top::before {
  content: "\F106";
  font-family: "FontAwesome";
  position: absolute;
  color: #222222;
  z-index: 111;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
}

.back-to-top:hover::before {
  color: #fff;
}

.back-to-top.show {
  display: block;
}

.pis_slglrs_color {
  color: #409edc;
}

.pis_slglrs_bg {
  background-color: #409edc;
}

.pis_arhslgl_color {
  color: #3d7ab9;
}

.pis_arhslgl_bg {
  background-color: #3d7ab9;
}

.pis_reg_color {
  color: #5dbb49;
}

.pis_reg_bg {
  background-color: #5dbb49;
}

.pis_supa_color {
  color: #b09e60;
}

.pis_supa_bg {
  background-color: #b09e60;
}

.pis_laen_color {
  color: #be8f4b;
}

.pis_laen_bg {
  background-color: #be8f4b;
}

.pis_mml_color {
  color: #edc235;
}

.pis_mml_bg {
  background-color: #edc235;
}

.pis_ppp_color {
  color: #00b9b9;
}

.pis_ppp_bg {
  background-color: #00b9b9;
}

@media (min-width: 992px) {
  .container.small-sec {
    width: 850px;
  }
}

.container-lg {
  margin: 0 215px;
}
@media (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container-lg {
    max-width: 1340px;
  }
}

@media (min-width: 992px) {
  .base-container {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.rotate-icon-180:before {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn {
  border-radius: 2px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.btn-outline-blue-dark:not(:disabled):not(.disabled):active,
.btn-outline-blue-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #1f2b38;
  border-color: #1f2b38;
}

.btn-outline-blue-dark {
  color: #343a40;
  border-color: #1f2b38;
}
.btn-outline-blue-dark:hover {
  color: #fff;
  background-color: #1f2b38;
  border-color: #1f2b38;
}

.footer-btn {
  color: #1f2b38;
  border-color: #81bfe8;
  background: #81bfe8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px;
}
.footer-btn:hover {
  color: #1f2b38;
  background-color: #409edc;
  border-color: #409edc;
}

.btn-base-reset {
  background-color: #b2b2b2;
  color: #fff;
}
.btn-base-reset:hover {
  background-color: #8c8c8c;
  color: #fff;
}

.btn-base-outline {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.22);
  background-color: transparent;
  font-weight: 700;
  border: 2px solid #1f2b38;
  color: #1f2b38;
}
.btn-base-outline:hover {
  color: #fff;
  background-color: #1f2b38;
}

.font-changer .btn {
  color: #333;
}
.font-changer .btn.btm-font-changer {
  background-color: #fff;
}
.font-changer .btn.btm-font-changer:hover, .font-changer .btn.btm-font-changer:focus {
  background-color: #e4e4e4;
}
.font-changer .btn-group-text {
  background-color: #fff;
  color: #333;
}
.font-changer .btn-group-text:hover {
  background-color: #fff;
}

.home-news-list-sec {
  margin-bottom: 60px;
  background-color: rgba(202, 202, 202, 0.32);
  padding: 30px 20px 20px 20px;
  min-height: 182px;
  position: relative;
}
.home-news-list-sec:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/top-shadow-1.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
}
.home-news-list-sec:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/bottom-shadow-1.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
}

.news_carousel {
  display: none;
}

.news_carousel.slick-initialized {
  display: block;
}

.home-news-list__inner {
  padding: 0 30px;
  margin-left: -10px;
  margin-right: -10px;
}

#news_carousel .slick-prev,
#news_carousel .slick-next {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 36px;
  bottom: 0;
  width: 30px;
  height: 130px;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #4f6b8c;
}
#news_carousel .slick-prev.slick-disabled,
#news_carousel .slick-next.slick-disabled {
  background-color: #75808c;
}
#news_carousel .slick-prev {
  left: -30px;
}
#news_carousel .slick-next {
  right: -30px;
}

.slick-prev:before, .slick-next:before {
  font-family: "icomoon";
}

.slick-next:before {
  content: "\E920";
}

.slick-prev:before {
  content: "\E91F";
}

.news-col {
  padding-bottom: 30px;
}

.news-carousel__item {
  padding: 0;
}

.news-card {
  border-radius: 0px;
  overflow: hidden;
}
.news-card.news-breaking .news-card__date {
  background-image: url("../img/news-card-date-bg-blue-1.png");
  color: #fff;
}
.news-card__link {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-top: 36px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.news-card__link:before {
  position: absolute;
  z-index: 10;
  content: "";
  display: block;
  width: 41px;
  height: 61px;
  left: 5px;
  top: 0;
  background-image: url("../img/news-card-up-left-1.png");
}
.news-card__link .news-card__date {
  background-image: url("../img/news-card-up-right-2.png");
  width: 112px;
  height: 56px;
  top: -36px;
  right: -16px;
  padding-top: 26px;
}
.news-card__link.news-breaking__link:before {
  background-image: url("../img/news-card-up-left-2.png");
}
.news-card__link.news-breaking__link:after {
  display: none;
}
.news-card__link.news-breaking__link .news-card__date {
  background-image: url("../img/news-card-date-bg-blue-1.png");
  width: 82px;
  height: 32px;
  top: -13px;
  right: 0px;
  padding-top: 0;
}
.news-card__link:hover .icon-chevron-right {
  width: 3px;
}
.news-card__link .inner {
  position: relative;
  z-index: 5;
  background-color: #eee;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  display: block;
  padding: 30px 15px;
  font-style: italic;
  color: #333;
  height: 130px;
}
.news-card__link.news-breaking__link .inner {
  background-color: #f7f7f7;
}

.news-card__date {
  position: absolute;
  top: -12px;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  color: #4f6b8c;
  font-style: normal;
  width: 82px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.news-card__body {
  padding-left: 6px;
}

.news-card__title {
  margin-bottom: 0;
  font-size: 14px;
  height: 34px;
  overflow: hidden;
}

.news-card__read-more {
  text-align: right;
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  height: 30px;
  color: #4f6b8c;
}
.news-card__read-more .icon-chevron-right {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0px;
  display: inline-block;
}

.home-news-list__nav {
  font-weight: 700;
  text-transform: uppercase;
  color: #8e8e8e;
}
.home-news-list__nav a {
  color: #e14356;
}
.home-news-list__nav a .text {
  text-decoration: underline;
}

.service-card {
  margin-bottom: 20px;
}

.service-card__link {
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.service-card__link:hover .service-card__header {
  color: #e14356;
}

.service-card__header {
  background: #1f2b38;
  color: #fff;
  padding: 20px;
  height: 110px;
  overflow: hidden;
}

.service-card__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .service-card__title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .service-card__title {
    font-size: 18px;
  }
}

.service-card__icon {
  font-size: 45px;
  margin-right: 20px;
}
.service-card__icon.icon-Kalendar-dogadjaja {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .service-card__icon.icon-Kalendar-dogadjaja {
    font-size: 40px;
  }
}
.service-card__icon.icon-Korisni-linkovi {
  font-size: 35px;
}
@media (min-width: 1200px) {
  .service-card__icon.icon-Korisni-linkovi {
    font-size: 45px;
  }
}

.service-card__body {
  padding: 20px;
  font-size: 14px;
  color: #888;
}

.service-card__body-inner {
  height: 108px;
  overflow: hidden;
}

.service-card-1 {
  background: #1f2b38;
  color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.service-card-1.color-1 {
  background-color: #2e3f52;
}
.service-card-1.color-2 {
  background-color: #2e3f52;
}
.service-card-1.color-3 {
  background-color: #586575;
}
.service-card-1.color-4 {
  background-color: #6c7886;
}
.service-card-1.color-5 {
  background-color: #828c97;
}
.service-card-1.color-6 {
  background-color: #969fa8;
}
.service-card-1.color-7 {
  background-color: #abb2ba;
}
.service-card-1.color-8 {
  background-color: #abb2ba;
}

.service-card-1__title {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .service-card-1__title {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .service-card-1__title {
    font-size: 18px;
  }
}

.service-card-1__link {
  display: block;
  position: relative;
}
.service-card-1__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0px 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25), 2px 3px 9px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.service-card-1__link:hover:after {
  opacity: 1;
}

.service-card__icon-1 {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
}

.slick-dots li button:before {
  font-size: 50px;
}

.form-group-sm div.form-label,
.form-group-sm label.form-label {
  display: inline-block;
  color: #757d8f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.form-group-sm .form-control__text {
  font-size: 0.85rem;
  padding-top: 0.25rem;
}
.form-group-sm .form-control {
  font-size: 0.85rem;
  padding: 6px 6px;
  height: calc(1.2em + 0.60rem + 12px);
  line-height: 1.2;
  max-width: 180px;
}
.form-group-sm .form-control.full-width {
  max-width: 100%;
}
.form-group-sm .custom-control-label {
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.form-group-sm select.form-control {
  max-width: 360px;
}

.text-bold {
  font-weight: 700;
}

.text-a1a1a1 {
  color: #a1a1a1;
}

.as-form-label {
  display: inline-block;
  color: #757d8f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.form-control {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.22);
}

.input-group {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.22);
}
.input-group .form-control {
  box-shadow: none;
}

.in-btn-form-label {
  font-size: 13px;
  line-height: 1;
  margin: 0;
}

.table-sm {
  font-size: 14px;
}
.table-sm td.td-link {
  width: 50%;
}
.table-sm td.td-link a {
  display: block;
}
.table-sm td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-sm td:nth-child(1) {
  padding-left: 50px;
}
.table-sm td:last-child {
  padding-right: 50px;
}
.table-sm.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fc;
}
.table-sm.table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #3f4553;
  border-bottom: 1px solid #dee2e6;
  padding: 10px;
}

.search-sub-sec {
  margin-bottom: 50px;
}

.search-result__item {
  border: 1px solid #ccc;
  border-top: none;
  font-size: 0.85rem;
}
.search-result__item.important {
  background-color: #fffced;
  border: 1px solid #ccc;
  border-top: none;
}
.search-result__item.important a {
  color: #333;
}
.search-result__item.important a:hover {
  color: #e14356;
  background-color: transparent;
}
.search-result__item a {
  display: block;
  padding: 8px 15px;
  color: #888;
}
.search-result__item a:hover {
  color: #e14356;
  background-color: #efefef;
}
.search-result__item:first-child {
  border-top: 1px solid #ccc;
}

.search-sub-sec__header {
  margin-bottom: 5px;
}

.search-sec__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.search-sub-sec__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.search-sub-sec__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background-color: #e14356;
}

.search-sub-sec__more-link {
  font-size: 0.85rem;
  background-color: #efefef;
  color: #333;
  display: block;
  position: relative;
  padding-right: 80px;
}
.search-sub-sec__more-link .text {
  padding: 10px;
}
.search-sub-sec__more-link:hover .icon-chevron-right {
  width: 3px;
}

.search-sub-sec__read-more {
  padding: 3px 15px;
  width: 58px;
  position: absolute;
  right: 0;
  top: 10px;
}
.search-sub-sec__read-more .icon-chevron-right {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0px;
  display: inline-block;
}

.home-base-list-sec {
  background-color: #2e3f52;
  border-bottom: 7px solid #476280;
}
.home-base-list-sec .home-base-list__inner {
  margin-bottom: -7px;
}
.home-base__card {
  position: relative;
}
.home-base__card:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0.16;
  background: #2e3f52;
  z-index: 70;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(55%, #2e3f52), to(#000));
  background: linear-gradient(90deg, #000 0%, #2e3f52 55%, #000 100%);
}
.home-base__card:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 60;
  background: #2e3f52;
}

.home-base__card-inner {
  z-index: 200;
  position: relative;
}

.home-base__card-icon {
  padding: 10px;
  font-size: 30px;
}
@media (min-width: 992px) {
  .home-base__card-icon {
    padding: 25px 10px 10px 10px;
    font-size: 30px;
  }
}
.home-base__card-icon .icon-white {
  color: #fff;
}

.home-base__card-header {
  padding: 0 10px 10px 10px;
  height: 100px;
  color: #fff;
}
@media (min-width: 992px) {
  .home-base__card-header {
    padding: 0 10px 10px 10px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .home-base__card-header {
    padding: 0 5px 10px 5px;
    height: 85px;
  }
}

.home-base__card-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.home-base__card-title a {
  color: #fff;
}
.home-base__card-title a:hover {
  color: #e14356;
}

.home-base__card-link-sec {
  padding-bottom: 15px;
}

.home-base__card-link {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
}
.home-base__card-link:hover {
  border-color: #e14356;
  color: #e14356;
}

.home-base__card-footer {
  width: 100%;
  height: 7px;
}

.home-base__card-menu {
  position: absolute;
  z-index: 50;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-right: 1px solid #fff;
  height: 50px;
}

.home-base__card:hover .home-base__card-menu {
  top: 100%;
  height: auto;
}
.home-base__card:hover .home-base__card-link.animated-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.home-base__card-nav {
  text-align: left;
  padding: 10px;
}
.home-base__card-nav .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.home-base__card-nav .nav-item:last-child {
  border-bottom: 0;
}
.home-base__card-nav .nav-link {
  color: #fff;
  font-size: 0.75rem;
  padding: 5px 10px;
}

.circle-col {
  text-align: center;
}

.circle-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 15px;
  max-width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: calc(1em + 1vmin);
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  background: #e9e9e9;
  border-radius: 50%;
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
  margin: 30px auto 10px auto;
}

.circles-text {
  font-size: 18px !important;
  font-weight: 700;
  color: #2e3f52;
}

.counter-sec {
  background-color: #ccc;
  background-image: url("../img/Header_Pis_2020_1920px_x_380px_2_ver_full-62opac.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.circle-box-text {
  color: #162a3f;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  font-size: 10px;
}

.text-lin__text-bg {
  background-color: rgba(247, 247, 247, 0.82);
  padding: 40px 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-style: italic;
  color: #2e3f52;
}

.text-lin-sec-2 {
  padding-bottom: 60px;
  padding-top: 10px;
}

.logo-media__img {
  margin-right: 10px;
  display: block;
  width: 40px;
}

.logo-media__title {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 1.2;
}

.logo-media__sub-title {
  color: #888;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1;
}

.main-sidebar {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
}

.sidebar-nav {
  width: 100%;
  margin-bottom: 50px;
}
.sidebar-nav > .nav-item > .nav-link {
  color: #333;
  font-size: 14px;
}

.nav-item.show > .nav-link {
  background-color: #e14356;
  color: #fff;
}

.dropdown-items-box .dropdown-item {
  padding-left: 40px;
}

.sidebar-nav__panel-group {
  overflow-y: auto;
}

.mainNav {
  background: #f8f9fa;
  width: 100%;
  position: relative;
}

/* First Level */
.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.mainNav ul li {
  border-top: 1px solid #ccc;
}

.mainNav ul li a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 5px 15px;
  text-decoration: none;
}

.mainNav ul li a:hover {
  background: #e14356;
  color: #fff;
  text-decoration: none;
}

/* Second Level */
.mainNav ul ul {
  border-bottom: none;
}

.mainNav ul ul li {
  border-top: 1px solid #ccc;
  background: #fff;
}

.mainNav ul ul li a {
  font-size: 13px;
  color: #333;
  display: block;
  line-height: normal;
  padding: 5px 15px 5px 20px;
}

.mainNav ul ul li a:hover {
  background: #e14356;
}

/* Third Level */
.mainNav ul ul ul {
  border-top: 1px solid #ccc;
}

.mainNav ul ul ul li {
  border: none;
}

.mainNav ul ul ul li a {
  padding-left: 3.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* Accordion Button */
ul li.has-subnav .accordion-btn {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  font-size: 16px;
}

.mainNav .has-subnav.active > a {
  background-color: #e14356;
  color: #fff;
}

.site-header__top-line-sec {
  display: -webkit-box;
  display: flex;
  background-color: #1f2b38;
  padding: 5px 0;
}

.top-line__item {
  display: -webkit-box;
  display: flex;
}
.top-line__item a {
  color: #fff;
  font-size: 14px;
}
.top-line__item a:hover {
  color: #e14356;
}
.top-line__item a:hover .white-icon {
  color: #e14356;
}
.top-line__item .white-icon {
  color: #fff;
}

.top-line__soc-icon {
  line-height: 28px;
  font-size: 18px;
}
.top-line__soc-icon:before {
  color: #fff;
}
.top-line__soc-icon:hover:before {
  color: #e14356;
}
.top-line__soc-icon.icon-youtube {
  font-size: 22px;
}
.navbar-pis > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-pis {
  background-color: #fff;
  padding: 0.4rem 1rem;
}
.navbar-pis .navbar-brand {
  width: 195px;
  white-space: normal;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-pis .nav-link {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.navbar-pis .nav-link:before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 3px;
  width: 0;
  height: 4px;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #e14356;
  background: linear-gradient(103deg, #e14356 0%, white 100%);
}
.navbar-pis .nav-link:hover:before {
  width: 68px;
}
.navbar-pis .active .nav-link:before {
  width: 50px;
}
.navbar-pis .dropdown-header {
  font-weight: 700;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}
.navbar-pis .dropdown-item {
  font-size: 14px;
}
.navbar-pis .dropdown-item:hover, .navbar-pis .dropdown-item:focus {
  background-color: #1f2b38;
  color: #fff;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  width: 32px;
  display: block;
  height: 4px;
  margin-top: 8px;
  border-radius: 6px;
  background-color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: -3px 3px;
          transform-origin: -3px 3px;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 2px 3px;
          transform-origin: 2px 3px;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* END ANIMATED X */
.base-header-sec {
  background-color: #1f2b38;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  margin-bottom: 46px;
}
.base-header-sec .nav-link {
  color: #fff;
  font-size: 16px;
}
.base-header-sec .nav-link.active {
  font-weight: 700;
}
.base-header__top-line {
  height: 5px;
}

.base-header__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.base-header__title .base-header__icon {
  display: none;
}

.site-footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #1f2b38;
}
.site-footer p {
  color: #fff;
  font-size: 14px;
}

.footer-col {
  margin-bottom: 30px;
}

.footer-col__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}

.footer-logo {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.footer-logo .text-pis {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  display: block;
  line-height: 1;
}
.footer-logo .text-rs {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #d8d8d8;
}

.footer-nav__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.footer-nav__title a {
  color: #fff;
}
.footer-nav__title a:hover {
  color: #e14356;
}

.footer-nav {
  padding-left: 20px;
  font-size: 14px;
}
.footer-nav li {
  margin-bottom: 2px;
}
.footer-nav.white-links {
  color: #fff;
}
.footer-nav.white-links a {
  color: #fff;
}
.footer-nav.white-links a:hover {
  color: #e14356;
}
.footer-nav.blue-links {
  color: #81bfe8;
}
.footer-nav.blue-links a {
  color: #81bfe8;
}
.footer-nav.blue-links a:hover {
  color: #e14356;
}

.SG-logo {
  margin-bottom: 30px;
}

.site-bottom-sec {
  padding: 10px 0;
  background-color: #3b3e45;
  color: #fff;
}

.copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.site-bottom__soc .icon-instagram:before,
.site-bottom__soc .icon-facebook:before {
  color: #fff;
}
.site-bottom__soc a:hover span:before {
  color: #e14356;
}

.site-bottom .white-icon {
  color: #fff;
}
.site-bottom .white-icon:before {
  color: rgba(255, 255, 255, 0.6);
}

.site-bottom__soc-link:hover .white-icon {
  color: #e14356;
}

.footer-browsers {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.footer-browsers__list span:before {
  color: rgba(255, 255, 255, 0.5);
}

.page-base {
  background-color: #eee;
}

.base-box {
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.22);
  margin-bottom: 24px;
}
.base-box.p-small {
  padding: 20px;
}
.base-box.p-normal {
  padding: 35px 70px;
}

.base-box__form-info {
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #314459;
}

.nav-tabs .nav-link {
  font-size: 0.85rem;
  font-weight: 700;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f7f7f7;
  border-color: #dee2e6 #dee2e6 #f7f7f7;
}

.tab-form {
  padding: 10px 15px 0 15px;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background: #f7f7f7;
}
.tab-form.accordion-tab {
  padding: 0;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: none;
  background: #f7f7f7;
}
.tab-form.accordion-tab .card {
  border: none;
}
.tab-form.no-form {
  padding: 0;
  border-bottom: none;
}

.nav-tabs .nav-item.no-form {
  border-bottom: 1px solid #dee2e6;
}

@media (min-width: 1600px) {
  .pis-container {
    width: 1400px;
    margin: 0 auto;
  }
}

.accordion .card-header .btn {
  position: relative;
}

.accordion .card-header .btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 70%;
  top: 15%;
  right: 70px;
  background-color: rgba(49, 68, 89, 0.5);
}

.accordion .card-header .btn:after {
  font-family: "icomoon";
  content: "\E921";
  float: right;
}

.accordion .card-header .btn.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\E91E";
}

.accordion .card {
  border-radius: 0;
}
.accordion .card .card-header {
  padding: 0;
}
.accordion .card .card-header:first-child {
  border-radius: 0;
}
.accordion .card .card-header .btn {
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 12px 30px;
  box-shadow: none;
}
.accordion .card .card-header .btn:not(.collapsed) {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.05) 100%);
}

.ac_collapse__item-list {
  list-style: none;
  padding: 0;
}

.ac_collapse__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.ac_collapse__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ac_collapse__link {
  border-left: 6px solid transparent;
  color: #333;
  font-size: 0.85rem;
  display: block;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 50px;
  padding-right: 20px;
}
.ac_collapse__link.news-breaking {
  background-color: #f7f7f7;
  padding-left: 15px;
}
.ac_collapse__link:hover {
  background-color: #e9e9e9;
  border-color: #1f2b38;
  color: #333;
}

.accordion-info-box {
  padding: 20px;
}

.ac_card-body {
  padding: 0;
}

.ac_card {
  font-size: 0.75rem;
}

.ac_card-header.card-header-red {
  background-color: #e14356;
  border-radius: 0;
  color: #fff;
}
.ac_card-header.card-header-red .card-header-title {
  font-size: 1rem;
  font-weight: 700;
}

.search-panel.no-search-form .nav-link.active {
  border-color: #dee2e6;
}
@media (max-width: 767px) {
  .search-panel .nav-link {
    font-size: 0.75rem;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e14356;
    border-radius: 0.25rem;
  }
}
@media (max-width: 767px) {
  .search-panel .nav-link.active {
    border-color: #dee2e6;
    border-radius: 0.25rem;
  }
}
.search-panel .nav-link.active.no-search-item {
  border-color: #dee2e6;
}

.ac_sub-cat__header {
  padding: 10px 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}

.ac_sub-cat__title {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

.ac_sub-cat__body {
  margin-left: 20px;
}

.ac_table .courtName {
  width: 200px;
}
.ac_table.small-table {
  font-size: 0.75rem;
}

.page-reg .site-header__top-line-sec,
.page-reg .site-footer {
  background-color: #5dbb49;
}
.page-reg .page-header-sec {
  border-top: 5px solid #5dbb49;
}
.page-reg .page-header__title {
  background-color: #5dbb49;
}
.page-reg .page-header-sec {
  color: #fff;
}

.page-standard .site-header__top-line-sec,
.page-standard .site-footer {
  background-color: #1f2b38;
}
.page-standard .page-header-sec {
  border-top: 5px solid #1f2b38;
}
.page-standard .page-header__title {
  background-color: #1f2b38;
}
.page-standard .page-header-sec {
  color: #fff;
}

.page-slglrs .site-header__top-line-sec .white-icon {
  color: #409edc;
}
.page-slglrs .base-header__top-line {
  background: #409edc;
  background: -webkit-gradient(linear, left top, right top, from(#409edc), to(#fff));
  background: linear-gradient(90deg, #409edc 0%, #fff 100%);
}
.page-slglrs .site-header .navbar-pis .nav-link:before {
  background: #409edc;
  background: -webkit-gradient(linear, left top, right top, from(#409edc), to(#fff));
  background: linear-gradient(90deg, #409edc 0%, #fff 100%);
}
.page-slglrs .btn-base-submit {
  background-color: #409edc;
  color: #fff;
}
.page-slglrs .btn-base-submit:hover {
  background-color: #2076af;
}
.page-slglrs .color-link {
  color: #409edc;
}
.page-slglrs .base-box__color-border {
  border-left: 8px solid #409edc;
}

.page-supa .site-header__top-line-sec,
.page-supa .site-footer {
  background-color: #b09e60;
}
.page-supa .page-header-sec {
  border-top: 5px solid #b09e60;
}
.page-supa .page-header__title {
  background-color: #b09e60;
}
.page-supa .page-header-sec {
  color: #fff;
}

.page-mml .site-header__top-line-sec,
.page-mml .site-footer {
  background-color: #edc235;
}
.page-mml .page-header-sec {
  border-top: 5px solid #edc235;
}
.page-mml .page-header__title {
  background-color: #edc235;
}
.page-mml .page-header-sec {
  color: #fff;
}

.page-ppp .site-header__top-line-sec,
.page-ppp .site-footer {
  background-color: #00b9b9;
}
.page-ppp .page-header-sec {
  border-top: 5px solid #00b9b9;
}
.page-ppp .page-header__title {
  background-color: #00b9b9;
}
.page-ppp .page-header-sec {
  color: #fff;
}

.page-laen .site-header .navbar-pis .nav-link:before,
.page-laen .base-header__top-line {
  background: #be8f4b;
  background: -webkit-gradient(linear, left top, right top, from(#be8f4b), to(#fff));
  background: linear-gradient(90deg, #be8f4b 0%, #fff 100%);
}
.page-laen .btn-base-submit {
  background-color: #be8f4b;
  color: #fff;
}
.page-laen .btn-base-submit:hover {
  background-color: #8a6632;
}
.page-laen .base-box__color-border {
  border-left: 8px solid #be8f4b;
}
.page-laen .site-header__top-line-sec .white-icon,
.page-laen .color-link,
.page-laen .accordion-info-box,
.page-laen .accordion-title-btn {
  color: #be8f4b;
}
.page-laen .btn-base-outline {
  border: 2px solid #be8f4b;
  color: #be8f4b;
}
.page-laen .btn-base-outline:hover {
  color: #fff;
  background-color: #be8f4b;
}
.page-laen .ac_collapse__link:hover {
  border-color: #be8f4b;
}

.chat-sec {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 800;
}
@media (min-width: 992px) {
  .chat-sec {
    position: fixed;
    right: 10px;
    bottom: 0;
  }
}

.chat-btn-box {
  height: 40px;
  width: 200px;
  position: relative;
}

.chat-btn {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e14356;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 40px;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 20px;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.mob-chat-link {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  font-size: 32px;
  background-color: #e14356;
  color: #fff;
  text-align: center;
  display: block;
}

@media (min-width: 992px) {
  .main-sidebar-sec {
    position: fixed;
    z-index: 80;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    background-color: green;
  }
}

@media (min-width: 992px) {
  .main-content-sec {
    margin-left: 240px;
    position: relative;
    z-index: 50;
  }
}

.dropup .dropdown-menu {
  top: auto;
  left: 35px;
  bottom: 100%;
  margin-bottom: -36px !important;
}

.services-sec {
  margin-bottom: 60px;
}

.sec-title-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.sec-title-2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background-color: #e14356;
}

.sidebar-nav-buttons .nav-item {
  margin-bottom: 10px;
}

.page-title {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}
.page-title .search-query {
  text-transform: initial;
  color: #e14356;
}

.home-welcome-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-search__input-group {
  margin: 0 auto;
  width: 100%;
  padding: 60px 0;
}
.home-search__input-group .form-control {
  height: 60px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #ebebeb;
}
.home-search__input-group .btn-home-search {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ebebeb;
  border-left: none;
  padding: 0.375rem 1.4rem;
}
.home-search__input-group .btn-home-search:hover {
  background-color: #e14356;
  color: #fff;
}
@media (min-width: 768px) {
  .home-search__input-group {
    width: 80%;
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .home-search__input-group {
    width: 50%;
    padding: 173px 0;
  }
}

.home-content__title {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(31, 43, 56, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.home-content__title .size-lg {
  color: rgba(31, 43, 56, 0.5);
  display: block;
  font-size: 50px;
}
.home-content__title .size-md {
  color: rgba(31, 43, 56, 0.9);
}

.home-content__text {
  color: #888;
  margin-bottom: 30px;
}

.lean-title-2 {
  font-size: 18px;
}

.lean-title-3 {
  font-size: 16px;
}

.lean-title-4 {
  font-size: 16px;
}

.lean-list li p {
  margin-bottom: 0;
}

.single-news__text {
  padding: 0.75rem;
}

.page-single-page .page-header-sec {
  margin-bottom: 0px;
}
.page-single-page .home-news-list-sec {
  margin-bottom: 0;
}
/*# sourceMappingURL=main.css.map*/