@CHARSET "ISO-8859-1";

@import url('https://fonts.googleapis.com/css?family=Poppins');

.loader{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0; 
	margin: auto;
	width: 100px;
	height: 100px;
	z-index: 1000;
	display: none; 
}
.loader img{
	width: 100%;
	height: 100%;
}
.singleImageDetails {
	max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.singleImageRow {
	width: 100%;
}
.presidentSingleImageRow{
	text-align: center;
}
.presidentSingleImageRow .singleImageDetails{
	max-width: 200px !important;
}
.administrativeStructureButton{
	display: block;
	text-decoration: none !important;
}
.administrativeStructureButton::after{
	content: '' !important;
}
.search_block{
	margin-bottom: 20px;
    padding-bottom: 15px;
}

.search_block {
  position: relative;
}

.search_block:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ac8954;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

.readMoreSearch{
	color: #ac8954 !important;
	text-decoration: underline;
}
.imageSearch{
	width: 100%;
}
.read_activity{
	text-transform: uppercase;
}

@media (max-width: 768px)
{
	.imageSearch {
	margin-bottom: 15px;
	}
}
.imageMiddleNews{
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
	text-align: center;
}
.white_border .first_pub_border:last-child {
	border: 0;
}
.titlePress{
	width: 76%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
h2.title {
    font-size: 22px;
}
.footer_label {
    font-size: 24px;
}
.subscribeHomePageFooter{
	z-index: 100;
    margin: 0 auto;
}
.news_slider .slick-dots li button::before {
    content: '' !important;
	width: 20px;
	height: 20px;
	background: #fff;
}
.news_slider .slick-dots li button::before {
    content: '' !important;
	width: 20px;
	height: 20px;
	background: #fff;
	opacity: 0.75;
	transition: .5s all ease;
}

.news_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ac8954;
}
.newsImageSlider{
	margin-bottom: 10px;
}
.committeeImage{
	width: 100%;
	max-width: 200px;
	margin-bottom: 10px;
}
.inst_title.right-arrow{
	transform: none;
}