/* ---------------------------------------------- */
/* ---    ----------------------- */
/* ---------------------------------------------- */
div.new_d1 {
	background-image: url(../images/new/bg_news.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
}
div.new_d2 {
	height: 23px;
	background-image: url(../images/new/line.png);
	background-repeat: no-repeat;
	background-position: center;
}
div.new_d3 {
	height: 23px;
	background-image: url(../images/new/line1.png);
	background-repeat: no-repeat;
	background-position: center;
}

section.fullEvents h1 {
	margin: 0px;
	border: 0px;
	text-align: center;
	padding-bottom: 10px;
}
div.eventsBox {
	width: 25%;
	padding: 0;
	min-height: 190px;

}
figure {
	width: 100%;
	height: 190px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
#covidImg {
	width: 45%; float:left;
}
/* Shine */
.eventsBox figure {
	position: relative;
}
.eventsBox figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.eventsBox figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
#cssmenu ul.contactSp {
	margin-left: -130px;
}

div.box1 {
	border-top: 8px solid #08730b;
}
div.box2 {
	border-top: 8px solid #008c44;
}

div.box3 {
	border-top: 8px solid #00b056;
}
div.box4 {
	border-top: 8px solid #00793a;
}

nav {
    background-image: url(../images/theme/menu-background.png);
}
#copyRight {
	background-color: #137343;
}
#copyRight .copy {
	color: #fff;
}
#copyRight a {
	color: #fff;
}
#cssmenu > ul > li.selected:after {
	border-bottom: 10px solid #00b056 !important;
}
#cssmenu > ul > li:hover:after {
	border-bottom: 10px solid #00b056 !important;
}
#cssmenu > ul > li.selected a {
    color: #00b056;
}

.rtttt {
	display: block; 
	font-size: 90%; 
	color: #707070; 
	margin-bottom: 10px;
}

div.phBox {
	width: 23%; 
	float:left; 
	padding: 2% 1%; 	
	text-align: center;
	transition:all 0.3s ease;
}

div.phBox span {
	 display: block; 
	 font-size: 100%; 
	 margin-bottom: 10px;

}
div.phBox p {
	display: block;
	margin-bottom: 10px;
}
div.phBox:hover
{
    box-shadow: inset 0 0 0 10px #f4f4f4;	
}

div.pss1 {
	background-color: #fff; 
	cursor: pointer;
}
div.pss2 {
	background-color: #edf4f1; 
}
div.pss3 {
	background-color: #fff; 
}
div.pss4 {
	background-color: #edf4f1; 
}
div.pss1:hover, div.pss3:hover, div.pss2:hover {
	background-color: #127443;
	color: white;
}
div.pss4:hover {
	background-color: #b5161b;
	color: white;
}


div.eventsBox div.razni {
	min-height: 40px;
}
/*
div.pss1 {
	background-color: #e6292f; 
	cursor: pointer;
	color: white;
}
div.pss2 {
	background-color: #b5161b; 
	cursor: pointer;
	color: white;
}
div.pss3 {
	background-color: #e6292f; 
	cursor: pointer;
	color: white;
}
div.pss4 {
	background-color: #b5161b; 
	cursor: pointer;
	color: white;
}
div.pss1:hover, div.pss3:hover {
	background-color: #e6292f;
	color: white;
}
div.pss4:hover, div.pss2:hover {
	background-color: #b5161b;
	color: white;
}


div.eventsBox div.razni {
	min-height: 40px;
}*/

/* ----------------------------------------------- */
/* ---  FOOTER				-------------------------- */
/* ----------------------------------------------- */
footer {
	background-image: url(../images/new/bg_news1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
}
#fixedFooter {
	max-width: 1200px;
	padding: 10px 10px 10px 10px;
}
div.footerColl {
	width: 20%;
	float: left;
}
div.footerColl h3 {
	color: #137343;
	font-size: 85%;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
}
.footerIcons img {
	width: inherit;
	height: inherit;
}
div.footerColl a {
	font-size: 80%;
	color: #454545;
	display: block;
	padding-bottom: 3px;
}
div.footerColl a:hover {
	text-decoration: underline;
	color: #000000;
}
.icons {
	background-repeat: no-repeat;
	padding-left: 42px;
	height: 38px;
	margin-bottom: 5px;
	display: block;
	line-height: 38px;
}
.iconsTwo {
	background-repeat: no-repeat;
	padding-left: 42px;
	height: 38px;
	margin-bottom: 5px;
	display: block;
}
.iconsTwo span { 
	display: block;
	padding-top: 3px;
	color: #FFF;
}
.iconsTwo span:hover { 
	color: #b2c85b;
}
section.fullEvents {
	padding: 0px;
}

section.page {
	background-image: none;
	background-color: #fff;
}
div.fixedPage {
	box-shadow: none;
}

.abbText {
	display: block; 
	margin-top: -55px;  
	background-image: url(../img/line.png); 
	background-repeat: repeat; 
	color: white; 
	padding: 10px 6px; 
	z-index: 5;
}
/* ------------ TEAM --------*/
div.teamDep {
	box-shadow: 0px 0px 0px 0px;
}
section.faqPage {
	box-shadow: 0px 0px 0px 0px;
}

section.listing {
	background-image: url(../images/new/news_listing.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
div#newsBottom {
	background: none;
}

div.newPersonalPage {
    position: relative;
    float: left;
    width: 22%;
    height: 290px;
    padding: 1%;
    margin: 0;
	left: 5px;
	margin-bottom: 1%;
	margin-right: 1%;
    background-color: white;
    border-bottom: 0px solid #9C9C9C;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.17);
}

div.imageNewsHalf {
    width: 100%;
    float: none;
    background-color: white;
    min-height: 30px;
	margin-bottom: 10px;
}
div.newsImgMiddle {
    width: 100%;
    height: 140px;
    overflow: hidden;
    text-align: center;
}
div.newPersonalPage div.text {
    width: 100%; 
    float: none; 
    height: 80%;
}

div.hBtn1 {
	margin: 20px 5px 10px 5px;
	padding:5px 5px 6px 5px; 
	width: 120px; 
	float: right; 
	text-align: center;
	color: white;
}
div.hBtn1:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	background: #00793a;
	transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-webkit-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-moz-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-o-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-ms-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	width: 120px;
	height: 103px;
	top: -11px;
}
div.hBtn1:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    background: #00b056;
    transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -webkit-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -moz-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -o-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -ms-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
	width: 120px;
    height: 103px;
    top: -11px;    
}
div.hBtn2 {
	margin: 20px 5px 10px 5px; 
	padding:5px 5px 6px 5px; 
	width: 160px; float: right; 
	text-align: center;
	color: white;
}
div.hBtn2:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	background: #00793a;
	transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-webkit-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-moz-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-o-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-ms-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	width: 150px;
	height: 103px;
	top: -11px;
}
div.hBtn2:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    background: #00b056;
    transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -webkit-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -moz-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -o-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -ms-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
	width: 150px;
    height: 103px;
    top: -11px;    
}

div.hBtn3 {
	margin: 20px 5px 10px 5px; 
	padding:5px 5px 6px 5px; 
	width: 160px; float: right; 
	text-align: center;
	color: white;
}
div.hBtn3:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	//background: #b5161b;
	background: #00793a;
	transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-webkit-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-moz-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-o-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-ms-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	width: 150px;
	height: 103px;
	top: -11px;
}
div.hBtn3:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    //background: #e6292f;
	background: #00b056;
    transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -webkit-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -moz-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -o-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -ms-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
	width: 150px;
    height: 103px;
    top: -11px;    
}

div.hBtn {
	margin: 30px 5px; 
	padding: 0px; 
	width: 38px; 
	float: right;
	color: #FFF;
}
div.hBtn:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	background: #00793a;
	transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-webkit-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-moz-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-o-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	-ms-transform: rotate(355deg) scale(1) skew(10deg) translate(0px);
	width: 35px;
	height: 83px;
	top: -11px;
}
div.hBtn:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    background: #00b056;
    transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -webkit-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -moz-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -o-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
    -ms-transform: rotate(-358deg) scale(1) skew(10deg) translate(0px);
	width: 35px;
    height: 83px;
    top: -11px;    
}
@media (max-width: 1190px)   {
	div.hBtn1 {
		display: none;
	}

}
@media (max-width: 1050px)   {
	div.hBtn2 {
		display: none;
	}

}
@media (max-width: 880px)   {
	div.hBtn3 {
		display: none;
	}

}
#lang a {
	color: white;
}
@media (max-width: 790px)   {
	.mHide {
		display: none !important;
	}
	div.hBtn1 {
		position: absolute;
		margin-top: 104px;
		background-color: white;
	}
	div.hBtn2 {
		position: absolute;
		margin-top: 104px;
		margin-left: 150px;
		background-color: white;
	}
	body {
		background-position: initial;
	}

	div.phBox {
		width: 48%; 
		float:left; 
		padding: 2% 1%; 	
		text-align: center;
		transition:all 0.3s ease;
		height: 70px;
	}
	
	div.eventsBox {
		width: 50%;
		padding: 0;
		min-height: 190px;

	}
	div.pss1, div.pss2 , div.pss3, div.pss4 {
		padding-top: 20px;
	}
	div.eventsBox div.imageCut img {
		max-height: none !important;
		width: 100%;
	}
	figure {
		height: 170px;
	}
	div.razni h3 {
		font-size: 90%;
	}
	#lang {
		width: auto !important;
	}
	section.secondMobile div.eventsBox {
		width: 50% !important;
	}
	div.divSearch { 
		margin-top: -4px !important;
	}
	.abbText {
		margin-top:0px;  
	}
	div.hBtn {
		position: absolute;
		right: 0px;
		top: 40px;
	}
	div.newPersonalPage {
		width: 47%;
		height: 230px;
	}
	#cssmenu ul.contactSp {
		margin-left: 0px;
	}
	#cssmenu ul ul li a.contt {
		width: 100%;
	}
	#covidImg {
		width: 100%; float:left;
		margin-bottom: 20px;
	}

}
@media (max-width: 370px)   {
	
	div.phBox {
		width: 48%; 
		float:left; 
		padding: 2% 1%; 	
		text-align: center;
		transition:all 0.3s ease;
		height: 70px;
	}
	figure {
	    height: 150px;
	}
	
	div.eventsBox {
		width: 50%;
		padding: 0;
		min-height: 190px;

	}
	div.pss1 {
		padding-top: 20px;
	}
	div.pss2 , div.pss3, div.pss4 {
		padding-top: 30px;
		padding-bottom: 0px
	}
	div.pss1 p, div.pss2 p, div.pss3 p, div.pss4 p {
		font-size: 80%;
	}
	div.eventsBox div.imageCut img {
		max-height: none !important;
	}
	div.razni h3 {
		font-size: 90%;
	}
	#lang {
		width: auto !important;
	}
	section.secondMobile div.eventsBox {
		width: 50% !important;
	}
	div.divSearch { 
		margin-top: -4px !important;
	}
	.searchIndex {
		font-size: 90%;
	}
	
}

h1.NoneTitle {
	background: none;
	font-size: 14px;
	margin: 10px 0px;
	padding: 2px 2px 2px 16px;
	background-color: #00793a;
	color: #fff;
}

div.selectS ul, div.selectS ol { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
   font-size: 90%;
}
div.selectS div {
	font-size: 90%;
	padding: 0px 10px;
}
