#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #d5d5d5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.imgLogo {
    
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.logo a h1 {
  font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    position: absolute;
    left: 105px;
    top: 23px;
    font-family: 'STIX Two Text', serif;
    width: 200px;
    color: #333;
}
ol {
	padding-inline-start: 0px !important;
}
.img-responsive {
	width:100%;
	height:auto;
}
.header-area .main-header-area .main-menu ul li.CLimage a img {
  height: 33px !important;
}
.header-area .main-header-area .main-menu ul li.CLimage a {
  background: white;
    opacity: 0.9;
    padding: 0px 5px;
}
.slider_active.owl-carousel .owl-nav {
  display:none;
}
.header-area .main-header-area .main-menu ul li.CLimage a:hover {
	opacity:1;
}
.header-area .main-header-area .main-menu ul li.CLtext {
		display:none !important;
}
.footer .footer_top .footer_widget .footer_logo img {
    max-width: 140px;
}
.article_date {
    font-style: oblique;
    margin: 0 0 30px 0;
    color:#444;
    font-size:15px;
}
.article_date span.day {
	color:#111;
}
.newsMain .photo {
    height: 230px;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.newsMain .photo img {
    height: 200px;
    width: auto;
    overflow: hidden;
    max-width: 100%;
}
.newsMain .photo img:hover {
  opacity: 0.9;
}
@media (max-width: 992px) {
	.slicknav_menu .slicknav_nav li.CLimage {
		display:none !important;
	}
	.slicknav_menu .slicknav_nav li.CLtext {
		border-top:none;
	}
  .slicknav_menu .slicknav_nav li.CLtext a {
		background: #65b6c3;
    margin-top: 10px;
    color: white;
	}
  .slicknav_menu .slicknav_nav li.CLtext a:hover {
		background: #555;
  }
	.newsMain .photo img {
    height: auto;
  }
  .newsMain .photo {
    height: auto;
  }
}
