/*All Classes*/
body {
	background: #fcfcfc;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.no-padding {
	padding: 0;
}
.no-pl {
	padding-left: 0 !important;
}
.no-pr {
	padding-right: 0 !important;
}
.padding-y {
	padding: 30px 15px; 
}
.backg-fff {
	background: #f1f1f1;
}
.d--flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.justify-center {
	justify-content: center;
}
.justify-around {
	justify-content: space-around;
}
.f-direction {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.emptyHeight {
	height: 10px;
}
p,h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
}
.language-items span a,
.top-header,
.header--item,
.top-bars,
.nav-list .nav-items li a,
.card--items .h5-responsive {
	color: #fff;
}

.md-form .prefix~input {
	border: 1px solid #ddd;
	padding-left: 15px;
	font-family: Palatino Linotype;
	font-size: 1.25em;
	width: calc(96% - 3rem);
}

input[type=search]:focus:not([readonly]),
input[type=text]:focus:not([readonly]) {
	border-color: #009146;
	box-shadow: 0 1px 0 0 #009146;
}
input[type=search]:focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label {
	color: #009146;
}
/*End All Classes*/

/*************************************/

/*Local Custom*/
	/*HEADER*/
.top-header {
	background: #008a14;
	padding: 10px 0;
	letter-spacing: 0.5px;
	-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	z-index: 10;
	position: relative;
}
.header--box {
	background: #00a017;
	border: 1px solid transparent;
}
.header--items {
	max-width: 75%;
	margin: 35px auto;
	position: relative;
}
.header--item {
	flex-grow: 1;
}
.header--item .h4-responsive {
	font-weight: 400;
}
.header--items .first-item {
	flex: 0 0 35%;
	max-width: 35%;
}
.header--item img {
	display: block;
	padding-bottom: 10px;
}
.owner--text a{
	color: #35caf5;
	font-size: 0.75em;
	position: absolute;
	right: calc(5% - 3px);
	/*bottom: 5px;*/
	text-decoration: underline;
}
	/*END HEADER*/

/************************************/

	/*Navbar Navigation*/
.top-bars {
	position: relative;
	background: #00a017;
	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.5), 0 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0 -1px 3px rgba(0,0,0,0.5), 0 2px 3px rgba(0,0,0,0.5);
}
.nav-list {
	flex: 0 0 85%;
	max-width: 85%;
}
.nav-list .nav-items {
	margin: 0;
	padding: 10px 0;
}
.nav-list .nav-items li {
	list-style: none;
	display: inline-block;
}
.nav-list .nav-items li a {
	text-transform: uppercase;
	padding: 0 15px;
	display: block;
	border-right: 0.5px solid #fff;
}
.nav-list .nav-items li .current--item {
	color: #000;
    font-weight: bold;
}
.nav-list .nav-items li a:hover,
.language-items span a:hover {
	opacity: 0.8;
	cursor: pointer;
}
.language-items {
	flex: 0 0 15%;
	max-width: 15%;
}
.language-items span {
	-ms-align-self: center;
	align-self: center;
	padding-bottom: 20px;
}
.language-items span a {
	padding: 0 15px;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	-o-transform: translateY(9px);
	transform: translateY(9px);
	display: block;
}
.active-language {
	background: #008a14;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.hidden-gamburg {
	width: 50px;
	height: 40px;
	flex-direction: column;
	padding-top: 3px;
}
.hidden-gamburg span {
	display: block;
	border: 2.5px solid #fff;
	border-radius: 50px;
	width: 100%;
	margin-top: 4px;
}
.hidden-gamburg:hover {
	cursor: pointer;
}
	/*End Navbar Navigation*/

/********************************/

	/*Content Section*/
	
	/*Left Side*/

	/*day news*/
.card--items .h5-responsive {
	background: #00a017;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.card--items .card--text {
	padding: 5px;
	line-height: 1.3;
	text-align: justify;
	font-weight: 400;
}
.links--items {
	margin: 5px;
}
.links--items a{
	display: block;
}
	/*day news*/

/******************************/
	
	/*more read news*/
.more-read-box {
	margin: 5px 0;
}
.more-read-box a {
	color: inherit;
}
.box--item {
	flex-grow: 1;
	line-height: 1.1;
	padding-left: 10px;
}
.box--item span {
	font-size: 1em;
	letter-spacing: 2px;
	font-weight: 500;
}
.box--item p {
	font-size: 0.85em;
	margin-top: 10px;
}
.more-read-box .first-box {
	flex: 0 0 45%;
	max-width: 45%;
	padding-left: 0;
	overflow: hidden;
	max-height: 120px;
}

	/*end more read news*/

/********************************/
	/*End Left Side*/

/********************************/

	/*Middle side*/
.banner--img {
	position: relative;
}
.owl-theme .owl-dots {
	/*display: none;*/
}
.banner--img img {
	width: 100%;
	display: block;
}
.middle--text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,120,63,0.7);
	color: #fff;
	padding: 8px !important;
}
.mid--items-box {
	font-size: 0.74em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin: 0 5px;
}
.mid--items-box img{
	width: 100%;
	height: 85px;
}
.mid--items-box a {
	display: block;
	color: inherit;
}
.link-all-read a {
	text-transform: uppercase;
	padding: 6px;
	display: block;
	width: 180px;
	font-size: 0.9em;
	letter-spacing: 1.2px;
	margin: auto;
	text-align: center;
	color: #fff;
	background: #00a017;
}
.link-all-read a:hover {
	opacity: 0.8;
}
.owl-carousel .item a {
	display: block;
	text-align: center;
	color: inherit;
	position: relative;
}
.link_description {
	background: rgba(0,160,23,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1.3;
	padding: 5px 0;
}
.owl-theme .owl-nav {
	display: none !important;
}
.owl-theme .owl-dots {
	margin-top: 7px;
}
.share--icon img {
	width: 100%;
}
.sound--items {
	background: #fff;
	justify-content: space-between;
}
/*.sound-box {
	height: 519px;
	overflow-y: scroll;
}*/
/*.sound--items .sound-box {
	flex-grow: 1;
	flex: 0 0 48%;
	max-width: 48%;
}*/
.sound-box a {
	border-bottom: 0.5px solid #bbb;
	padding-bottom: 13px;
	display: block;
	color: inherit;
}
.frame--box {
	flex-grow: 1;
}
.frame--item {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
}
.frame--soc-links {
	display: block;
	text-align: center;
}
.frame--soc-links p {
	margin-top: 6px;
}

	/*End middle side*/

/******************************/
	/*End Content Section*/
/*******************************/

	/*footer*/
.footer--item {
	max-width: 95%;
	margin: auto;
}
.footer--inner {
	border-bottom: 0.5px solid #bbb;
}
.border--top {
	border-top: 8px solid #28a745 !important;
	border: 0.5px solid #bbb;
	background: #fff;
}
.inner--items {
	flex-grow: 1;
	padding: 25px 0;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
}
.inner--items .h5-responsive {
	font-weight: 400;
	text-transform: uppercase;
}
.inner--first {
	flex: 0 0 35%;
	max-width: 35%;
}
.inner--first i {
	font-size: 30px;
    color: #28a745;
}
.inner--first span {
	display: inline-block;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
.footer-links {
	max-width: 50%;
}
.footer-links .footer--icons {
	margin: 0;
	padding: 0;
}
.footer-links .footer--icons li {
	list-style: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
.footer-links .footer--icons li a {
	display: block;
}
.footer-links .footer--icons li a i {
	font-size: 25px;
	color: #fff;
}
.footer-links .footer--icons li:nth-child(1) {
	background: #de482e;
}
.footer-links .footer--icons li:nth-child(2) {
	background: #3a56a0;
}
.footer-links .footer--icons li:nth-child(3) {
	background: #5aa4da;
}
.footer-links .footer--icons li:nth-child(4) {
	background: #de4c39;
}
.footer-links .footer--icons li:nth-child(5) {
	background: #62a7da;
}
.footer-links .footer--icons li:hover {
	opacity: 0.8;
}
.inner--desc {
	flex-grow: 1;
}
.desc--item {
	align-items: flex-end;
}
.first--desc {
	flex: 0 0 60%;
	max-width: 60%;
}
.inner--desc span{
	display: block;
	font-size: 0.95em;
	font-weight: 400;
}
	/*end footer*/

/************************************/
			/*news-blog html*/
/************************************/

/*content section*/

.content--inner-item {
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	margin: 20px 0;
}
.content--box a {
	display: block;
}
.content--box {
	flex: 0 0 35%;
	max-width: 35%;
}
.w-100-box {
	flex: 0 0 100%;
	max-width: 100%;
}
.content--heading {
	padding: 10px 5px;
	border-bottom: 1px solid #bbb;
}
.content--descr a {
	color: inherit;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	border-radius: 4px;
}
.content--descr a:hover {
	opacity: 0.8;
}
.content--descr {
	padding-left: 15px; 
}
.content--descr p:first-child{
	color: #000;
}
.content--descr p:first-child:hover{
	color: #28a745;
}
.content--descr p  span {
	font-size: 0.8em;
	font-weight: 400;
	margin-right: 15px;
}
.m-lg {
	margin: 30px 0;
}
.content--blog {
	padding-bottom: 20px;
	border: 1px solid #bbb;
	margin: 30px 0;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.inner--descr {
	line-height: 1.3;
	margin-bottom: 10px;
}
.custom_title {
	letter-spacing: 0.8px;
    font-size: 17px;
}
.link--items {
	border: 1px solid;
	padding: 4px 10px;
	border-radius: 2px;
	background: #28a745;
	color: #fff !important;
	display: inline-block;
}
.mqaola-side,
.content--inner {
	padding: 0 15px;
}

/*pagenation*/
.pagenation--item .pagenation--tools {
	margin: 0;
	padding: 0;
	max-width: 280px;
	margin: auto;
	/*border: 1px solid #bbb;*/
	border-radius: 3px;
}
.pagenation--item .pagenation--tools li {
	list-style: none;
	/*border-right: 1px solid #bbb;*/
	border: 1px solid #bbb;
	border-left: none;
}
.pagenation--item .pagenation--tools li:first-child {
	border-left: 1px solid #bbb;
}
.pagenation--item .pagenation--tools li:not(.active--item) {
	-webkit-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
}
.pagenation--item .pagenation--tools li:not(.active--item):hover {
	background: #eee;
}
.active--item {
	background: #337ab7;
}
.active--item a {
	color: #fff !important;
}
.pagenation--item .pagenation--tools li a {
	display: block;
	padding: 5px 15px;
	color: #000;
	font-weight: 400;
}
/*end pagention*/
/*end content section*/

/******************************/
/*End Local Custom*/





.audiojs { 
	margin: 10px 0px 0px !important;
	background: #00a017 !important;
	/*background-image: -webkit-linear-gradient(#00a017b5 0%, #00a017b5 50%, #00a017b5 51%, #00a017b5 100%) !important;
	background-image: -o-linear-gradient(#00a017b5 0%, #00a017b5 50%, #00a017b5 51%, #00a017b5 100%) !important;
	background-image: linear-gradient(#00a017b5 0%, #00a017b5 50%, #00a017b5 51%, #00a017b5 100%) !important; */
}
.audiojs .play-pause {
	border-right: 1px solid #fff !important;
}
.audiojs .time {
	border-left: 1px solid #fff !important;	
}
.audiojs {
	width: 100% !important;
}
.audiojs .loaded {
	background: #8bc34a;
	background-image: inherit !important;
}
.audiojs .loaded,
.audiojs .scrubber {
	width: 365px !important;
}
.audiojs .play-pause {
	width: 40px !important;
}
.audiojs .play {
	background: url(../img/player-graphics.gif) -2px -1px no-repeat !important;
}
.audiojs .pause {
    background: url(../img/player-graphics.gif) -2px -91px no-repeat !important;
}
.audiojs .loading {
    background: url(../img/player-graphics.gif) -2px -31px no-repeat !important;
}
.audiojs .error {
    background: url(../img/player-graphics.gif) -2px -61px no-repeat !important;
}
.frame--icon {
	position: absolute;
	top: 20%;
	left: 41%;
	font-size: 50px;
	color: #fff;
}