@import url("/static/css/homepage.d43a43233c56.css");

.multi-carousel-item:hover{
  transform: scale(1.01);
}

.card-title{
  white-space: normal;
}

.sidebar-product-sticky-ni{
  padding: 0px 0px 0px 30px;
}



.icon{
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  color: #26395c;
  border-radius: 50%;
  outline: 2px solid #26395c;
  transition-property: outline-offset, outline-color, background-color;
  transition-duration: .25s;
}

.icon:hover {
  outline-offset: 4px;
  color: white;
}

.icon:hover i {
  animation: shake .25s;
}

.icon--facebook:hover{
  background-color: #4267b2;
  outline-color: #4267b2;
}

.social-media{
  /* margin-top: 20px; */
  padding: 20px 32px;
  background-color: #fbfcff;
}

@keyframes shake {
  10% {
      transform: rotate(15deg);
  }

  20% {
      transform: rotate(-15deg);
  }

  30% {
      transform: rotate(15deg);
  }

  40% {
      transform: rotate(-15deg);
  }
}

/* FOOTER ADDED */
.oldms{
  color: black!important;
  font-weight: bold;
  background-color: #ffcc00;
  padding: 5px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: auto;
}

#footer {
  font-size: 13px;
  background: #024476;
  padding: 30px 0px;
}

#footer-core, #footer-core p {
  color: #B3B3B3;
}

#footer-core::before,
#footer-core::after{
  content: "";
  display: table;
}

#footer-core{
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}

.one_third{
  margin-right: 2.6%;
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 31.6%;
}

.last.one_third {
  clear: right;
  margin-right: 0px !important;
}

.one_third1{
  width: 25%;
}

.one_third2{
  width: 44.8%;
  margin-left: 2.6%;
  margin-right: 0%;
}

.widget{
  line-height: 1.8;
}

#footer-core h3 {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 600;
}

#footer-core a, #footer-core .widget li > a:before{
  color: white;
}

@media only screen and (max-width: 568px){
  .one_third,
  .one_third1,
  .one_third2 {
      width: 100%;
      float: none;
      margin-right: 0px;
  }

  .one_third2{
    margin-left: 0%;
  }

  #footer{
    padding: 45px 10px 10px;
  }

  #footer .widget {
    margin-bottom: 50px !important;
  }
}
/* FOOTER END */

/* SUB-FOOTER ADDED */
#sub-footer, #sub-footer a:hover{
  color: #DADADA;
  font-size: 12px;
}

#sub-footer{
  background: #171719;
  position: relative;
  padding: 10px 10px;
}

#sub-footer::before,
#sub-footer::after{
  content: "";
  display: table;
}

#sub-footer::after{
  clear: both;
}

#sub-footer-core {
  display: table;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#sub-footer-core .copyright, #sub-footer-core #footer-menu{
  display: table-cell;
  vertical-align: middle;
}

#footer-menu{
  text-align: right;
  margin-bottom: 10px;
}

#footer-menu ul {
  margin: 0px;
  list-style: disc;
}

#footer-menu li{
  display: inline-block;
}

#footer-menu a {
  padding: 0 8px;
}

#sub-footer a {
  color: #888;
}

#footer-menu li:after {
  content: '/';
}

#footer-menu li:last-child:after{
  content: '';
}

@media (max-width: 1024px){
  #sub-footer-core{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #footer-menu{
    text-align: center;
  }

  #footer-menu ul{
    padding-left: 0px;
  }
}
/* SUB-FOOTED END */

.right_menu_arrow{
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 0.155em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  width: 0.4em;
  height: 0.4em;
  padding-top: 1.255em;
}

.right-menu-wrapper{
  padding: 40px 32px 48px;
}

.right-menu-wrapper-news-index {
  padding: 20px 0px 0px;
}

.right-menu-wrapper-news-index{
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 23px 54px 0 rgb(18 25 49 / 8%);
}

.right-menu-wrapper-inside{
  padding: 20px 32px;
}

.right-menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.444em;
  letter-spacing: -0.03em;
}

.right-menu-link-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: -12px;
}

.leaflet-control-attribution.leaflet-control{
  display: none!important;
}

.carousel-control-prev-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.carousel-control-next-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.carousel_ms a:link, .carousel_ms a:visited, .carousel_ms a:active {
  color: white;
}

.carousel_ms a:hover {
  text-decoration: underline;
  color: white;
}

.anunt_section {
    font-size: large;
    text-transform: uppercase;
    font-weight: bold;
}

.anunt_section_title a:link, .anunt_section_title a:visited, .anunt_section_title a:active {
  color: blue;
}

.anunt_section_title a:hover {
  text-decoration: underline;
}

/*NEWS*/
/*news section*/
.news_section {
    font-size: large;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
}

.news_section_title a:link, .news_section_title a:visited, .news_section_title a:active {
  color: blue;
}

.news_section_title a:hover {
  text-decoration: underline;
}

code{
  color: white;
}

.badge-light {
  background-color: #f5f5f5!important;
  color: #404040!important;
  border-radius: 0px!important;
}

.badge-light:hover {
  background-color: rgb(29, 155, 240)!important;
  color: white!important;
}

.icon-footer{
  color: rgba(255, 255, 255, 1);
  border-color: rgba(35, 157, 219, 0);
  background-color: rgba(54, 150, 221, 1);
  background-image: none;
  border-width: 0;
  border-style: solid;
  width: 35px;
  height: 35px;
  font-size: 19px;
  padding: 8px;
  border-radius: 9px;
  stroke-width: 0;
  transition: all 0.50s ease-in-out;
  transition-property: background, border-radius, color, border-color, box-shadow;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -webkit-transition-property: background, border-radius, color, border-color, box-shadow;
  -moz-transition-property: background, border-radius, color, border-color, box-shadow;
  margin-right: 7px;
}

.controls-top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 0.8em;
}

.month-calendar{
  color: #c6c6c6;
  font-size: 24px;
  padding: 8px 0px 5px;
  font-weight: bold;
  margin-top: 2rem;
}

.calendar-style{
  border-left: 4px solid #4bb5d8;
  border-top: 1px solid #e0e0e0!important;
  border-right: 1px solid #e0e0e0!important;
}

.calendar-style:hover{
  border-left: 6px solid #4bb5d8;
  background-color: #FBFBFB;
  transition: .1s ease;
}

.rounded-pill{
  border-radius: 2rem!important;
}

.img-fluid.rounded-pill{
  margin-top: 1em;
}

.search-button-top{
  fill: white;
  width: 20px;
  height: 100%;
}

.form-outline .form-control{
  padding: 0.38em 0.75em;
}

.form-outline .form-control~.form-label{
  color: white!important;
}

.search-button{
  background-color: #468ebe!important;
  color: white;
}

.btn.newpad{
  padding: .625rem 0.9rem .5rem;
}

.justify-carousel-top{
  display: flex;
  justify-content: center;
}

.w-150{
  width: 150%;
}

.w-90{
  width: 90%;
  margin-left: -10px;
  margin-top: 25px;
}

.carousel-control-next{
  right: -10px;
}

.carousel-control-prev{
  left: -10px;
}

.carousel-control-next, .carousel-control-prev{
  bottom: 41%;
}

.button-read-more{
  cursor: pointer;
  line-height: 1.5;
  color: rgba(28, 28, 28, 1);
  border: 0px solid rgba(35, 157, 219, 0);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  padding: 9px 21px 9px 21px;
  margin-top: 25px;
}

.list-group-item.nobottom{
  border-bottom: 0px!important;
}

.list-group-item{
  color: #024476!important;
}

.anunt_section_title a:link, .anunt_section_title a:visited, .anunt_section_title a:active{
  color: #024476;
  font-weight: 700;
}

.btn-primary.newdesign{
  color: #fff;
  line-height: 1.5;
  padding: 1rem 21px 1rem 21px;
  background-color: rgba(2, 68, 118, 1);
  transform: scale(0.95);
  box-shadow: unset;
}

.card-footer.noshadow{
  box-shadow: unset;
}

.bg-primary-ms{
  background-color: rgba(2, 68, 118, 1);
}

.anunt_section, .news_section{
  padding-bottom: 21px;
  padding-top: 15px;
  font-size: 21px;
}

.anunt_section_title{
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-link{
  color: rgba(2, 68, 118, 1);
  font-weight: 700;
}

/* BREADCRUMB START */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'FontAwesome New';
  content: "\f101" !important;
}

.breadcrumb {
margin-bottom: 0;
background-color: white;
}
/* BREADCRUMB END */

@media (max-width: 767px){
  .sidebar-product-sticky-ni {
      padding: 20px 0px 0px 0px;
  }
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav {
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
  }
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(29, 67, 114, 0.50), rgba(0, 0, 0, 0));
}


.richtext-image{
      padding: 0.25rem;
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: 0.25rem;
      max-width: 100%;
      height: auto;
  }
  img.right{
      float:right;
      margin:0em 0 1em 2em;

  }

  img.left{
      float:left;
      margin:0em 1em 1em 0em;
  }
  img.full-width{
      @include img-fluid;
      width:100%;
      height:auto;
      margin-left: auto;
      margin-right: auto;
      border: 1px #024476 solid;
  }

 .blockquote {
    font-weight: 400;
    font-size:1rem;
	border-left: 4px solid #024476;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}
.blockquote-footer{
    font-size:0.8rem;
}

@font-face {
  font-family: 'FontAwesome New';
  src: url("../webfonts/fontawesome-webfont.674f50d287a8.eot");
  src: url("../webfonts/fontawesome-webfont.674f50d287a8.eot?#iefix") format('embedded-opentype'),
       url("../webfonts/fontawesome-webfont.af7ae505a9ee.woff2") format('woff2'),
       url("../webfonts/fontawesome-webfont.fee66e712a8a.woff") format('woff'),
       url("../webfonts/fontawesome-webfont.b06871f281fe.ttf") format('truetype'),
       url("../webfonts/fontawesome-webfont.e35f251ffd24.svg#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
