.header_top {
	position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    color: white;
    font-family: Helvetica;
    background: #8A4B20;
    background: -moz-linear-gradient(-45deg, #004B22 0%, #39B44A 100%);
    background: -webkit-linear-gradient(-45deg, #004B22 0%, #39B44A 100%);
    background: linear-gradient(135deg, #004B22 0%, #39B44A 100%);
            border-bottom: 2px solid #E4E4E4;
}

.header_top .header_left span {
	font-size: 12px;
    color: #fff;
    margin-right: 15px;
    line-height: 36px;
}

.header-area {
	top: 36px;
}

.language {
	transition: all 0.3s;
}

.language {
	color: #fff;
    line-height: 36px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
}

.language:hover {
	color: white;
}

.subject-by-year {
	width: 90px;
    padding: 5px;
    font-size: 14px;
    font-family: Arial;
    border: 2px solid black;
}

.year-select {
	width: 130px !important;
}

.year-select .btn { border: 2px solid black !important; }
.year-select button > span { color: black !important; }

.subjects-wrapper {
	background: #ececec;
}

.subjects-wrapper .top, .subjects-wrapper .body, .subjects-wrapper .bottom { padding: 16px 20px; }
.subjects-wrapper .body { padding-bottom: 6px !important;  }

.subjects-wrapper .top {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

.subjects-wrapper .top h5 {
	float: left;
}

.subjects-wrapper .top div.top-right {
	float: right;
}

table.subjects-list { width: 100%; margin-bottom: 0; }
table.subjects-list td { 
	border-top: none !important; 
	font-size: 14px; 
	color: #898989; 
	height: 0;
	vertical-align: middle !important;
}

.td-date {
    width:1%;
    white-space: nowrap;
}

.td-pdf-icon { width: 30px; padding-right: 0 !important; }

table.subjects-list td a { display: block; transition: all 0.2s; overflow: hidden; }
table.subjects-list td a:hover { color: #e1bd85; }

table.subjects-list .td-description { padding-left: 0 !important; }
table.subjects-list td .description { line-height: 24px; }

table.subjects-list .icon-pdf {
	background: url(../img/icon-pdf.png);
	width: 24px;
	height: 24px;
	background-size: cover;
	display: inline-block;
	margin-right: 8px;
	float: left;
}

.subjects-wrapper .page-navigation {
	margin-top: 0;
	text-align: center;
}

.subjects-wrapper .page-navigation li { margin-right: 8px; }
.subjects-wrapper .page-navigation li:last-child { margin-right: 0; }

.custom-divider {
	width: 100%;
	height: 2px;
	background: #004B22;
	margin-top: 5px;
	margin-bottom: 20px;
}

.posts-list tr:nth-child(odd) {
	background-color: #F8F8F8;
}


.posts-list tr td {
	border-top: none !important;
	padding: 10px !important;
	font-size: 15px;
	vertical-align: middle !important;
}

.icon-arrow-right {
	width: 17px;
	height: 17px;
	background-image: url(../img/icon-arrow-right.png);
	background-size: cover;
	vertical-align: middle;
	display: inline-block;
}

.icon-page-left {
	width: 16px;
	height: 16px;
	background-image: url(../img/pag-left.png);
	background-size: cover;
	vertical-align: middle;
	display: inline-block;
}

.icon-page-right {
	width: 16px;
	height: 16px;
	background-image: url(../img/pag-right.png);
	background-size: cover;
	vertical-align: middle;
	display: inline-block;
}

.post-meta-block {
	padding: 30px 0px 0px;
	overflow: hidden;
	font-size: 17px;
}

.post-meta-block select {
	width: 80px;
	text-align: center;
	margin-left: 4px;
	font-size: 15px;
}

.meta-sort,
.meta-pagination {
	float: right;
}

.post-pagination-block {
	padding: 10px 0px;
	overflow: hidden;
}

.meta-pagination ul {
	list-style-type: none;
}

.meta-pagination ul li {
	display: inline-block;
	font-size: 13px;
}

.meta-pagination ul li a {
	color: black;
}

.posts-list .td-date {
	text-align: left;
	width: 16%;
	padding-left: 50px;
}

.posts-list .td-date span {
	display: block;
	padding-left: 25%;
}

@media only screen and (max-width: 1200px) {
	.posts-list .td-date {
		text-align: left;
		width: 19%;
	}
}

@media only screen and (max-width: 992px) {
	.posts-list .td-date {
		text-align: left;
		width: 24%;
	}
	.posts-list .date {
		padding-left: 18% !important;
	}

	.posts-list .pdf-thumbnail {
		width: 20%;
	}
}

@media only screen and (max-width: 720px) {
	.posts-list .td-date {
		text-align: left;
		width: 30%;
	}
	.posts-list .date {
		padding-left: 10% !important;
	}

	.posts-list .pdf-thumbnail {
		width: 25%;
	}
}

.posts-list canvas { cursor: pointer; }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  position: relative;
}
.lds-dual-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 10px solid #000;
  border-color: #3498db transparent #3498db transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
  width: 40px !important;
  height: 40px !important;
  -webkit-transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
  transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
      margin: 0 0 0 14px;
}

.pdf-thumbnail { height: 120px; }
.posts-list canvas.hidden { display: none; }

blockquote {
	border: none;
	padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p {
	padding: 0;
    margin-bottom: 12px;
    font-family: 'Ruda', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #696E74;
    margin-top: 10px;
    font-style: normal;
}
blockquote p a {
	color: #3498db;
}

blockquote p:before {
	content: "";
}

blockquote p:after {
	content: "";
}

.posts-list a {
	color: #009933;
        font-size: 16px;
}

.posts-list a:hover {
	color: #555555;
}

.td-empty { width: 6%; }

.location-group p {
	padding-left: 26px;
    padding-top: 8px;
}

.tab-heading {
	border-top: 1px solid #dedbdb;
	padding: 6px 0;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
}


#back-to-top {
  display: inline-block;
  background-color: #e1bd85;
      border-radius: 30px !important;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
    font-size: 25px;
    line-height: 46px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #3498db;
}
#back-to-top:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.header-area .palatin-main-menu .classy-navbar .classynav > ul li.active > a {
    color: #fff !important; 
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li.active a {
    color: #fff !important; 
}

.page-item.disabled .page-link {
	font-size: 15px;
}

}
.page-item.active .page-link {
    background-color: #009933 !important;
    border-color: #009933 !important;
}

.pdf-thumbnail img {
	border: 1px solid lightgrey;
}