/** Font **/
.battambang-thin {
  font-family: "Battambang", system-ui;
  font-weight: 100;
  font-style: normal;
}

.battambang-light {
  font-family: "Battambang", system-ui;
  font-weight: 300;
  font-style: normal;
}

.battambang-regular {
  font-family: "Battambang", system-ui;
  font-weight: 400;
  font-style: normal;
}

.battambang-bold {
  font-family: "Battambang", system-ui;
  font-weight: 700;
  font-style: normal;
}

.battambang-black {
  font-family: "Battambang", system-ui;
  font-weight: 900;
  font-style: normal;
}
/** End font **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Battambang", system-ui;
  font-weight: 400;
  font-style: normal;
}
h1, h2 {
  color: #F97316;
}
a {
  color: #EA580C;
}
.btn-outline-secondary {
  color: #EA580C;
}
.btn-outline-secondary:hover {
  background-color: #EA580C;
}

#pageHeader .logo {
    width: 95px;
    margin-top: -25px;
    margin-bottom: -25px;
}
.news .news-list-view .header h3 {
  margin-bottom: 15px;
}
.news.news-single .nrcImageSlider {
    margin: 50px 0 50px 0;
}
.topNews .frame-type-news_newsliststicky {
  width: 100%;
}
.hdTopBar {
  padding: 6px 0 !important;
}
.hdFixerWrap {
  padding: 20px 0px !important;
}
.cityNewsSlider {
  display: none;
}
.cityNewsSlider.slick-initialized {
  display: block;
}
.topNews .cityNewsSlider a {
  color: #a1aabf;
}
.news-image-wrap {
  margin-bottom: 25px;
}
.ibBgImage:before, .pageMainHead:before {
  display: none;
}

.site-footer h3 {
  color: #fff !important;
  margin-bottom: 20px !important;
}
.typo3-messages {
  list-style-type: none;
  padding: 0;
}
.imgTwoImageHolder .img2 {
  display: none !important;
}
.esColumn:hover .btnLink {
  overflow: visible;
}
.bg-big-banner {
  background-color: rgba(236, 72, 153, 0.5);
}
.tx_evoweb_sfregister .birth-day {
  float: left;
  width: 100px;
  margin-right: 5px;
}
.tx_evoweb_sfregister .birth-month {
  float: left;
  width: 95px;
  margin-right: 5px;
}
.tx_evoweb_sfregister .birth-year {
  float: left;
  width: 100px;
  margin-right: 5px;
}
.form-control.f3-form-error {
  border-color: red;
}
.customCheckboxLabel .cuFakeLabel:after {
  font-family: "Font Awesome 6 Free";
}

.telegram-login-wrap {
  text-align: center;
  margin-top: 25px;
}
/** News single **/
.news-image-wrap {
  margin-bottom: 25px;
}
.bg-gDark, .bg-dark {
  background-color: #112B72 !important;
}
#pageFooter {
  background-color: #F97316 !important;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
}
#pageFooter a {
  color: #FFFFFF;
}
#pageFooter a:hover {
  color: #112B72;
}
.site-footer {
  color: #FFFFFF;
}
.site-footer a {
  color: #FFFFFF;
}
.site-footer a:hover {
  color: #F97316;
}
.site-footer .ftSocialNetworks a {
  color: #EC4899;
}
.site-footer .ftSocialNetworks a:hover {
  background-color: #ffffff;
  color: #F97316;
}
/** New single **/
@media (min-width: 768px) {
  .phStickyWrap {
    min-height: 138px;;
  }
}
@media (max-width: 767px) {
  #pageHeader .logo {
    width:65px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}