
@import "vars.css";
@import "style-nav.css";
@import "style-main-banner.css";
@import "style-partners.css";
@import "style-breadcrambs.css";
@import "style-footers.css";
@import "style-form.css";
@import "style-aside.css";
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap');

body, select, input, textarea {font-size:1rem;font-family: 'Signika', sans-serif;}
body{overflow: hidden;background: var(--light-bg-color);}

/* selection */
::-moz-selection {color:#FFF;background:#019dca;text-shadow:none;}
::selection {color:#FFF;background:#019dca;text-shadow:none;}

/*fontawesome*/
.fa, .fas {font-family: fontawesome;}

/* before */

/* anchors & forms elements */


/* anchors */
a {display: inline-block;color: var(--links-main-color);text-decoration: underline;}
a:hover {color: var(--links-main-color);}
a, button, input[type="checkbox"], input[type="radio"], input[type="submit"]{border:3px solid transparent!important;}
.btn-outline-success {border-radius:0!important;}
a:focus, button:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, .calendar-icon:focus{border:3px solid deeppink !important; animation:pulse_active 3s linear infinite !important;}
	/*animation for active highlight: pulses an outward pink glow*/
	@keyframes pulse_active{
	  0%{box-shadow:0 0 0 0 rgba(255,20,147, 0.7);-moz-box-shadow:0 0 0 0 rgba(255,20,147, 0.7);}
	  75%{box-shadow:0 0 0 16px rgba(255,20,147, 0);-moz-box-shadow:0 0 0 16px rgba(255,20,147, 0);}
	  100%{box-shadow:0 0 0 0 rgba(255,20,147, 0);-moz-box-shadow:0 0 0 0 rgba(255,20,147, 0);}
	}
input[type="checkbox"], input[type="radio"]{padding: 3px;}

.more {display:inline-block;text-decoration:none;line-height:23px;cursor:pointer;padding-right:38px;margin-top:10px;position:relative;/*behavior:url(/PIE.htc);*/}
.more:after {position:absolute;top:50%;right:30px;content:"";width:6px;height:5px;background:url(images/sprite.png) -378px -200px;margin-top:-2px;}

a.details {position:relative;}
a.link-hover-underline-parent:hover { text-decoration: none; }
.link-hover-underline.dark::after{background-color:var(--links-main-color)}

/* ul {list-style: none;} */
ul{margin: 15px 0;}
ul.breadcrumbs-list, ul.navbar-nav, ul.page_footer_pagination_items{list-style: none;}
li::marker {font-size: 1rem; color: var(--main-color); text-align: right;}

/*time*/
time {color: var(--main-text-color);font-size: 0.85rem;display: block;}

/*sliders*/
.owl-item {
    visibility: hidden;
}
.owl-item.active {
    visibility: visible;
}

/*buttons*/
button{border:var(--button-border);}
button:focus {border:var(--focus-outline);outline: none;}

/* tabs */
.jpanes {position:relative;top:-100%;}

/* tooltip */
.tooltip {display:none;max-width:300px;color:#7D7D7D;background:#FFF;padding:2px 5px;border:1px solid #7D7D7D;}

/* datepicker */
.ui-datepicker-trigger {float:left;margin-left:5px;cursor:pointer;}

/* fancybox - content in form */
div.fancybox {width:600px;}

/* banner-fancybox */
#banner-fancybox {/*position:fixed;top:100%;*/ z-index:10000;}
#banner-fancybox .modal-dialog{max-width: 980px;}
@media screen and (max-width:992px) {
	#banner-fancybox .modal-dialog{max-width: 90%;}
}
.close {font-size: 1rem;white-space: nowrap;text-shadow: none;opacity: 1;}
.rules-rodo-link {white-space: unset !important;text-align: left !important;}

/* ajax */
span.ajaxstatus {padding-right:10px;}

/* prompts */
form.prompts input.prompt{ color: #fff;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


body > header {position:relative;background: var(--white-bg-color);}
	body > header > section:not(.informations), body > header .informations .wrapper {margin:0 auto;}
	
	/* go to */
	.header_goto {list-style:none;margin: 0;}
		.header_goto a {position:absolute;top:150px;left:50%;display:inline-block;width:200px;font-size:1.5rem;font-weight:bold;text-align:center;background:#FFF;padding:5px 10px;border:2px solid #0478B5;transform:translateX(-50%);clip:rect(1px,1px,1px,1px);z-index:1000;}
		.header_goto a:focus {outline:none;clip:auto;}
		.header_goto a:hover {text-decoration:none;}

	/* informations */
	body > header .informations {top:0;width:100%;font-size:1.2rem;color:#fff;z-index:1000;}
		body > header .informations .wrapper > div:first-child {float:left;height:inherit;font-weight:bold;text-align:center;background:var(--information-bg-secondary-color);padding: 10px;}
		body > header .informations .wrapper .info-list{background:var(--information-bg-color);}
		body > header .informations .wrapper > div:first-child:after {content:":";}
			body > header .informations ul {list-style:none;margin:0;font-size: 1rem;padding: 9px 0;}
				body > header .informations li {display:inline;margin-left:30px;position:relative;}
				.header_info_anchor::before {content: '\f111';margin-right: 5px;font-size: 1px;	position: absolute;top: 50%;transform: translateY(-50%);left: -15px;}
					body > header .informations a {color:#fff;}

	/* top */
	body > header .informations + .top {margin-top:40px;}
	@media screen and (max-width:574.9px){
		body > header .top-header {padding: 15px 0 5px 0;background: var(--light-bg-color);}
	}
		

		body > header .top nav {height:80px;}
		@media screen and (max-width: 767.9px){
			body > header .top nav {height:60px;}
		}
			/* body > header .top nav ul {float:right;}
			body > header .top nav ul:first-child {float:left;} */
				body > header .top nav li {float:left;font-size:13px;line-height:14px;padding:18px 0;}
				body > header .top nav ul:first-child li, body > header .top .weather {text-transform:lowercase;}
				body > header .top nav li + li {margin-left:18px;position:relative;}
				
				/* icon */
				body > header .top nav li + .icon:not(.bip), body > header .top .icon + .icon, body > header .top nav .twitter + li {margin-left:10px;}
				body > header .top nav li + .icon:not(.bip):before, body > header .top nav .twitter + li:before {display:none;}
					body > header .top .icon a {display:block;text-indent:100%;white-space:nowrap;background:url(images/sprite.png);overflow:hidden;}

				/* facebook, twitter */
				body > header .top .icon:not(.bip) {padding:17px 0;}
					body > header .top .icon:not(.bip) a {width:16px;height:16px;}
					body > header .top .fb a {background-position:-99px -223px;}
					body > header .top .twitter a {background-position:-99px -249px;}

				/* bip */
				body > header .top .bip {padding:19px 0 17px 0;}
					body > header .top .bip a {width:22px;height:13px;background-position:-99px -200px;}

				/* weather */
				body > header .top .weather {padding:15px 0 16px;}
					body > header .top .weather * {position:relative;display:inline-block;margin: 0;}
					body > header .top .weather img {top:-3px;margin:0 10px 0 0;}
					body > header .top .weather span {top:-2px;}
					body > header .top .weather span.degrees {text-transform:uppercase;}

	/* logo */
	body > header .logo {height:180px;position:relative;}

		/* logo */
		body > header .logo h1 {position:absolute;top:30px;width:300px;height:121px;background:url(images/sprite.png) -532px -200px;z-index:100;}
			body > header .logo h1 a {display:block;width:299px;height:114px;margin-top:4px;position:relative;}
			body > header .logo h1 a:before {position:absolute;top:50%;left:20px;content:"";width:79px;height:97px;background:url(images/sprite.png) -10px -200px;margin-top:-49px;}
			body > header .logo h1 a:hover {text-decoration:none;}
				body > header .logo h1 span {display:inline-block;margin-left:120px;}
				body > header .logo h1 span:first-child {font-size:20px;color:#434343;margin-top:27px;}
				body > header .logo h1 span:last-child {font-size:15px;color:#999;margin-top:10px;}

		/* banner-header */
		/* #banner-header {width:978px;height:180px;}
		#banner-header.default {background:url(images/sprite.png) -10px -10px;}
		#banner-header.simple {}
		#banner-header.animation {}
			#banner-header.simple > a, #banner-header.animation .cycle, #banner-header.animation .cycle .item, #banner-header.animation .cycle .item > a {width:978px;height:180px;}
				#banner-header.simple > a, #banner-header.animation .cycle .item > a {display:block;background-size:978px 180px!important;}
				#banner-header.default, #banner-header.simple > a, #banner-header.simple > object, #banner-header.animation .cycle .item > a, #banner-header.animation .cycle .item > object {border-radius:5px;}
				.ie8 #banner-header.simple > a, .ie8 #banner-header.simple > object, .ie8 #banner-header.animation .cycle .item > a, .ie8 #banner-header.animation .cycle .item > object {/*behavior:url(/PIE.htc);*/} */

			/* browse, navigation */
			#banner-header.animation > .browse {display:none;}
			/* #banner-header.animation > ul.nav {bottom:10px;right:10px;} */
			#banner-header.animation > ul.nav {
				bottom: 50%;
				left: 25px;
				z-index: 100;
				position: absolute;
				background: #f9f9f9;
				padding: 10px;
				border-radius: 25px;
				display: flex;
				flex-direction: column;
				transform: translateY(50%);
			}
			#banner-header #banner-header-items .item div {width: 100%; height: 100%;}

	/* top-more */
	body > header .top-more {line-height:25px;overflow:hidden;}
	.contrast-icon::before {content: '\f042';font-size: 1.3rem;color: var(--light-gray-color);font-family: 'fontawesome';position: relative;top: 2px;}
	
		/* date-names */
		.top-more p {color:#777;margin: 0;border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;padding-bottom: 10px;margin-bottom: 0;text-align: right;}
			 .top-more p span:not(#time):after {content:":";}
			 .top-more p span#time:after {content:",";}
		@media screen and (max-width: 649.9px) {
			.top-more p {text-align: left;padding-left: 15px;}
		}
		/* google translate */
		body > header .top-more div {float:right;}
			body > header .top-more .goog-te-gadget {font-family:inherit;font-size:inherit;}
				body > header .top-more .goog-te-gadget-simple {font-size:inherit;background:none;padding:0;border:none;}
					body > header .top-more .goog-te-gadget-simple > img {width:14px;height:14px;background:url(images/sprite.png) -508px -200px!important;margin-top:-1px;}
					body > header .top-more .goog-te-gadget-simple > span {vertical-align:inherit!important;}
						body > header .top-more .goog-te-gadget-simple a {color:#777;margin-right:10px;position:relative;}
						body > header .top-more .goog-te-gadget-simple a:after {position:absolute;top:50%;right:-8px;content:"";width:5px;height:3px;background:url(images/sprite.png) -394px -296px;margin-top:-1px;}
							body > header .top-more .goog-te-gadget-simple a > span ~ img, body > header .top-more .goog-te-gadget-simple a > span ~ span {display:none;}

	/* menu-main */
		body > header .menu-main nav {height:44px;background:#EEE;border:1px solid;border-color:#DFDFDF #DFDFDF #CACACA;border-radius:5px;box-shadow:0 1px #DFDFDF;/*behavior:url(/PIE.htc);*/}
			body > header .menu-main nav > ul {height:40px;border-top:4px solid #ED1A3B;border-radius:4px 4px 0 0;/*behavior:url(/PIE.htc);*/}
				body > header .menu-main nav > ul > li {float:left;}
					body > header .menu-main nav > ul > li > a {display:block;font-size:16px;color:#58584E;text-decoration:none;white-space:nowrap;line-height:40px;padding:0 10px;border-top:4px solid;margin-top:-4px;}
					body > header .menu-main nav > ul > li > a:hover {color:#000;}
					body > header .menu-main nav > ul > li:first-child > a {width:55px;text-indent:100%;padding:0;border-color:transparent;border-radius:5px 0 0 0;overflow:hidden;position:relative;/*behavior:url(/PIE.htc);*/}
					body > header .menu-main nav > ul > li:first-child > a:before {position:absolute;top:50%;left:50%;content:"";width:23px;height:23px;background:url(images/sprite.png) -165px -248px;margin:-12px 0 0 -12px;}
					body > header .menu-main nav > ul > li:first-child > a:hover:before {background-position:-10px -307px;}
					body > header .menu-main nav > ul > li:not(:first-child) > div + a {position:relative;}
					body > header .menu-main nav > ul > li:not(:first-child) > div + a:after {position:absolute;top:12px;right:6px;content:"";width:4px;height:4px;background:url(images/sprite.png) -131px -214px;}
					body > header .menu-main nav > ul > li:not(:first-child) > div + a:hover:after {background-position:-131px -200px;}

					/* submenu */
					body > header .menu-main nav > ul > li > div {display:none;position:absolute;top:-205px;left:0;width:978px;height:172px;color:#FFF;padding:17px 0;border-radius:5px 5px 0 0;z-index:300;/*behavior:url(/PIE.htc);*/}
					:not(.lt-ie10) body > header .menu-main nav > ul > li:hover > div {display:block;}
					body > header .menu-main nav > ul > li > div:before, body > header .menu-main nav > ul > li > div:after {position:absolute;top:15px;content:"";display:block;width:1px;height:171px;background:#AAA;background:rgba(255,255,255,.4);}
					body > header .menu-main nav > ul > li > div:before {left:326px;}
					body > header .menu-main nav > ul > li > div:after {right:326px;}

						/* submenu anchors */
						body > header .menu-main nav > ul > li > div > ul, body > header .menu-main nav .important {float:left;width:296px;height:171px;margin:0 15px;overflow:hidden;}
							body > header .menu-main nav > ul > li > div li {white-space:nowrap;line-height:20.8px;overflow:hidden;text-overflow:ellipsis;}
								body > header .menu-main nav > ul > li > div a {color:#FFF;}
								body > header .menu-main nav > ul > li > div > ul > li > a {font-size:17px;}
									body > header .menu-main nav > ul > li > div > ul ul li {padding-left:12px;position:relative;}
									body > header .menu-main nav > ul > li > div > ul ul li:before {position:absolute;top:50%;left:5px;content:"";width:3px;height:5px;background:url(images/sprite.png) -378px -290px;margin-top:-2px;}

						/* submenu important */
						body > header .menu-main nav .important {float:right;position:relative;}
							body > header .menu-main nav .important h2 {font-size:16px;font-weight:normal;text-align:center;margin-bottom:10px;}
							body > header .menu-main nav .important .browse {width:6px;height:11px;margin-top:-5px;}
							body > header .menu-main nav .important .prev {left:0;background-position:-362px -216px;}
							body > header .menu-main nav .important .next {right:0;background-position:-362px -200px;}
							body > header .menu-main nav .important .scrollable {width:276px;height:141px;margin:0 auto;}
								body > header .menu-main nav .important .scrollable article {width:276px;padding:0 8px;}
									body > header .menu-main nav .important .scrollable article aside {text-align:center;margin-bottom:10px;}
										body > header .menu-main nav .important .scrollable article aside img {height:88px;}
									body > header .menu-main nav .important .scrollable article div {height:39px;line-height:18px;overflow:hidden;}
										body > header .menu-main nav .important .scrollable article .more {display:inline;background:none;-pie-background:none;border:none;border-radius:0;box-shadow:none;padding:0 8px 0 0;margin:0;}
										body > header .menu-main nav .important .scrollable article .more:after {right:0;}

	/* search */
	body > header .search {display:none;}
	#content-search-form {padding: 15px 0;background: var(--light-bg-color);margin-bottom: 15px;}
	.contents.search .contents-search-item {padding: 15px 30px;margin-bottom: 15px;background: var(--white-bg-color);border-radius: .4rem;}
	.contents.search .box_header_head {padding: 15px;border: 1px solid var(--light-gray-color);border-left: 0;border-right: 0;}

/* main */


	/* calendar */
	main .calendar .content {}

		/* month navigation */
		main .calendar .content > p.nav {text-align:center;}
			main .calendar .content > p.nav a {display:inline-block;width:3px;height:5px;text-indent:100%;white-space:nowrap;background:url(images/sprite.png);overflow:hidden;}
			main .calendar .content > p.nav a.next {background-position:-415px -200px;}
			main .calendar .content > p.nav a.next:hover {background-position:-378px -320px;}
			main .calendar .content > p.nav a.prev {background-position:-415px -213px;}
			main .calendar .content > p.nav a.prev:hover {background-position:-378px -335px;}
			main .calendar .content > p.nav span {position:relative;top:1px;font-weight:bold;margin:0 5px;}

		/* show all events from this month */
		main .calendar .content > p:last-child {text-transform:lowercase;}

		/* calendar */
		main .calendar .content table {border-collapse:separate;border-spacing:0;margin:15px auto;}
			main .calendar .content tbody {background:#F9F9F9;}
				main .calendar .content tbody td {border:0 solid #DEDEDE;}
				main .calendar .content tbody tr:first-child td {border-top-width:1px;}
				main .calendar .content tbody tr:last-child td {border-bottom-width:1px;}
				main .calendar .content tbody tr td:first-child {border-left-width:1px;}
				main .calendar .content tbody tr td:last-child {border-right-width:1px;}
				main .calendar .content tbody tr:first-child td:first-child {border-radius:3px 0 0 0;}
				main .calendar .content tbody tr:first-child td:last-child {border-radius:0 3px 0 0;}
				main .calendar .content tbody tr:last-child td:first-child {border-radius:0 0 0 3px;}
				main .calendar .content tbody tr:last-child td:last-child {border-radius:0 0 3px 0;}

				main .calendar .content td {width:27px;height:22px;color:#848484;text-align:center;line-height:21px;}
				main .calendar .content thead td {font-weight:bold;color:#A7A7A7;}
				main .calendar .content thead td.weekend {color:#777;}
					main .calendar .content td > div {display:inline-block;width:25px;height:20px;color:#FFF;border-radius:2px;margin:1px 2px;position:relative;/*behavior:url(/PIE.htc);*/}
					main .calendar .content td > div:after {position:absolute;top:2px;right:2px;content:"";width:4px;height:4px;background:url(images/sprite.png) -394px -309px;}
					main .calendar .content td .today {background-color:#ED1A3B;}
					main .calendar .content td .hasevents {background-color:#83AD01;position:relative;}
						main .calendar .content td .hasevents > ul {display:none;position:absolute;bottom:35px;left:-280px;list-style:none;width:372px;background:#F9F9F9;padding:15px 0;border:1px solid #BBBDB6;border-radius:8px;margin:0;z-index:500;}
						main .calendar .content td .hasevents > ul:before {position:absolute;bottom:-16px;right:30px;content:"";width:41px;height:16px;background:url(images/sprite.png) -428px -322px;}

		/* events */
		main .calendar .content .event {height:52px;overflow:hidden;}
		main .calendar .content .event + .event, main > aside .calendar .content td .hasevents li + li {padding-top:13px;border-top:1px solid #DCDCDC;margin-top:12px;}

			main .calendar .content .event .date {float:left;width:46px;height:inherit;text-align:center;line-height:54px;background:url(images/sprite.png) -263px -224px;margin:0 20px;}
			main .calendar .content .event .date.today {background-position:-207px -224px;}
				main .calendar .content .event .date span.month {display:none;}
				main .calendar .content .event .date span.day {display:block;font-size:25px;font-weight:bold;color:#FFF;text-shadow:1px 1px #658501;}

			main .calendar .content .event .text {float:left;width:286px;font-size:13px;line-height:15px;color:#393939;text-align:left;}
				main .calendar .content .event .text h3 {height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:3px 0 0 2px;}
				main .calendar .content .event .text p {}
					main .calendar .content .event .text p span:first-child:after {content:":";}


	/* aside */
	main > aside {float:left;width:316px;}
	body.index main > aside {float:right;}

		/* boxes */
		main > aside > section ~ section {margin-top:20px;}

			/* form */
			main > aside form fieldset p:last-child {text-align:right;}

		/* banners */
		main > aside .banner {text-align:center;}
		main > aside .banner ~ .banner {margin-top:10px;}

		main > aside .banner.animation {}
			main > aside .banner.animation .cycle, main > aside .banner.animation .cycle .item, main > aside .banner.animation .cycle .item > a {width:316px;height:60px;}
				main > aside .banner.animation .cycle .item > a {background-size:316px!important;}
			main > aside .banner.animation > ul.nav {right:5px;bottom:5px;}

		/* calendar */
		main > aside .calendar {}
			main > aside .calendar .content td .hasevents:hover > ul {display:block;}
			main > aside .calendar .ajaxstatus {text-align:center;padding:10px 0;}

		/* categories-contents */
		main > aside .categories-contents {}
			main > aside .categories-contents > div {overflow:hidden;}
				main > aside .categories-contents > div ul {list-style:none;margin:0;}

			/* categories */
			main > aside .categories-contents .categories {}
				main > aside .categories-contents .categories li {margin-left:15px;position:relative;}
				main > aside .categories-contents .categories li + li {margin-top:10px;}
				main > aside .categories-contents .categories li:before {position:absolute;top:50%;left:-15px;content:"";width:13px;height:13px;background:url(images/sprite.png) -131px -228px;margin-top:-6px;}

			/* contents */
			main > aside .categories-contents .contents {overflow:hidden;}
				main > aside .categories-contents .contents li {float:left;}
				main > aside .categories-contents .contents li + li {margin-top:10px;}
					main > aside .categories-contents .contents li * {float:left;}
					main > aside .categories-contents .contents time {width:59px;}
					main > aside .categories-contents .contents a {width:223px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
					main > aside .categories-contents .contents a:before {content:"- ";}

		/* categories-contents, important - contents-slider */
		main > aside .contents-slider {padding:15px 62px!important;position:relative;}
			main > aside .contents-slider .prev {left:20px;}
			main > aside .contents-slider .next {right:20px;}
			main > aside .contents-slider .scrollable {width:190px;height:200px;}
				main > aside .contents-slider .scrollable article {width:190px;}
					main > aside .contents-slider .scrollable article aside {text-align:center;margin-bottom:12px;}
						main > aside .contents-slider .scrollable article aside img {max-width:190px;}
					main > aside .contents-slider .scrollable article header {}
						main > aside .contents-slider .scrollable article header h3 {padding:0 0 10px 2px;}
							main > aside .contents-slider .scrollable article header a {font-size:16px;font-weight:normal;}
					main > aside .contents-slider .scrollable article div {text-align:justify;line-height:17px;}
						main > aside .contents-slider .scrollable article div a {display:inline-block;margin-top:5px;}

		/* maps */
		main > aside .maps {}
			main > aside .maps > div > div {height:180px;}

		/* menu */
		main > aside .menu {}
			main > aside .menu nav {background:#4F6E00;padding:0!important;border-top:4px solid #496100;border-radius:4px 4px 5px 5px;}
				main > aside .menu a {display:block;font-size:15px;color:#FFF;text-decoration:none;padding:8px 40px 8px 15px;border-top:1px solid #445503;position:relative;}
				main > aside .menu a:before {position:absolute;top:50%;content:"";width:3px;height:5px;background:url(images/sprite.png) -378px -290px;margin-top:-2px;}
				main > aside .menu a:focus {padding-bottom:6px;padding-left:13px;margin:0 0 2px 2px;}

				main > aside .menu nav > ul {border-radius:0 0 5px 5px;}
					main > aside .menu nav > ul > li > h2 > a {font-size:18px;font-weight:normal;color:#FFF;text-align:center;background:#679000;padding:10px 0;border:none;}
					main > aside .menu nav > ul > li > h2 > a:before, main > aside .menu nav > ul > li > ul > li > a:before {display:none;}
					main > aside .menu nav > ul > li > h2 > a:focus {padding:8px 0;margin:2px 0;}
						main > aside .menu nav > ul > li > ul > li > a {background:#679000;}
						main > aside .menu nav > ul > li > ul > li > a:after {position:absolute;top:50%;right:22px;content:"";width:6px;height:11px;background:url(images/sprite.png) -362px -200px;margin-top:-5px;}
						main > aside .menu nav > ul > li > ul > li.current > a {background:#5D8101;}
						main > aside .menu nav > ul > li > ul > li.current > a:after {width:11px;height:6px;background-position:-394px -232px;margin-top:-3px;}
						main > aside .menu nav > ul > li > ul > li:last-child a:last-child {border-radius:0 0 5px 5px;}
							main > aside .menu nav > ul > li > ul > li > ul li.current > a {font-weight:bold;}
							main > aside .menu nav > ul > li > ul > li > ul > li > a {padding-left:40px;}
							main > aside .menu nav > ul > li > ul > li > ul > li > a:before {left:25px;}
							main > aside .menu nav > ul > li > ul > li > ul > li > a:focus {padding-left:38px;}
								main > aside .menu nav > ul > li > ul > li > ul > li > ul > li > a {padding-left:60px;}
								main > aside .menu nav > ul > li > ul > li > ul > li > ul > li > a:before {left:45px;}
								main > aside .menu nav > ul > li > ul > li > ul > li > ul > li > a:focus {padding-left:58px;}
									main > aside .menu nav > ul > li > ul > li > ul > li > ul > li > ul > li > a {padding-left:80px;}
									main > aside .menu nav > ul > li > ul > li > ul > li > ul > li > ul > li > a:before {left:65px;}
									main > aside .menu nav > ul > li > ul > li > ul > li > ul > li > ul > li > a:focus {padding-left:78px;}

		/* multimedia-galleries */
		main > aside .multimedia-galleries {}
			main > aside .multimedia-galleries .jpanes > div {height:240px;position:relative;}
				main > aside .multimedia-galleries h2 {position:absolute;clip:rect(1px,1px,1px,1px);}

				main > aside .multimedia-galleries .browse {top:auto;bottom:23px;margin-top:0;}
				main > aside .multimedia-galleries .prev {left:auto;right:18px;}
				main > aside .multimedia-galleries .next {right:0;}

				main > aside .multimedia-galleries .scrollable {width:284px;height:224px;}
					main > aside .multimedia-galleries .scrollable .item {width:284px;}
						main > aside .multimedia-galleries .scrollable .item > * {display:block;}
						main > aside .multimedia-galleries .scrollable .item iframe {width:inherit;height:190px;}
						main > aside .multimedia-galleries .scrollable .item a {font-size:0;}
						main > aside .multimedia-galleries .scrollable .item strong {width:250px;font-size:17px;font-weight:normal;white-space:nowrap;margin-top:10px;overflow:hidden;text-overflow:ellipsis;}

		/* search */
		main > aside .search {background:#EEE;position:relative;overflow:hidden;}
		main > aside .search:after {position:absolute;top:0;right:0;content:"";width:67px;height:49px;background:url(images/sprite.png) -249px -281px;}
			main > aside .search div {padding:10px 70px 10px 10px!important;}
				main > aside .search form {background:#FFF;border:1px solid #DFDFDF;border-radius:5px;}
					main > aside .search p {text-align:left!important;}
						main > aside .search p * {float:left;}
						main > aside .search label {position:absolute;clip:rect(1px,1px,1px,1px);}
						main > aside .search input[type="text"] {width:200px;height:24px;border:none;margin:3px 0 0 5px;}
						main > aside .search input[type="submit"] {width:16px;height:16px;white-space:nowrap;text-indent:100%;overflow:hidden;-pie-background:none;background:url(images/sprite.png) -207px -200px;padding:0;border:none;border-radius:0;box-shadow:none;margin-top:6px;}

	/* main content */

		/* general list for different contents */
		#main-content .list.general {padding:0;}
			#main-content .list.general article {padding:15px;overflow:hidden;}
			#main-content .list.general article + article {border-top:1px solid #DCDCDC;}
				#main-content .list.general article > aside {float:left;text-align:center;margin:3px 20px 3px 0;}
					#main-content .list.general article > aside img {padding:3px;border:1px solid #CDCDCD;}
				#main-content .list.general article > header {}
					#main-content .list.general article > header a {font-size:1.2rem;font-weight:bold;}
					#main-content .list.general article > header a:hover, #main-content .list.general article a:hover {color:var(--links-hover-color);}
				#main-content .list.general article > div {font-size:1rem;text-align:justify;line-height:18px;margin-top:12px;}
					#main-content .list.general article > div > p > span:first-child:not(.more):after {content:":";}
					#main-content .list.general article > div > p > span.more {float:right;}

		/* banners */
		#main-content .banner {width:610px;text-align:center;}
		#main-content.wide .banner {width:938px;}

			#main-content .banner.animation .cycle, #main-content .banner.animation .cycle .item, #main-content .banner.animation .cycle .item > a {width:610px;height:120px;}
				#main-content .banner.animation .cycle .item > a {background-size:610px!important;}
			#main-content .banner.animation > ul.nav {bottom:22px;right:22px;}
			#main-content.wide .banner.animation > ul.nav {right:188px;}

		/* contact */
		#main-content.contact {}
			#main-content.contact > .form > h2 {font-size:15px;margin-bottom:15px;}

		/* contents - list */
		main .contents .list {}
			main .contents .list article > aside {width:168px;}
			main .contents .list article > header {}
				main .contents .list article > header time {display:inline-block;font-size:14px;color:#B6B6B6;margin:12px 0 0 26px;position:relative;}
				main .contents .list article > header time:before {position:absolute;top:50%;left:-26px;content:"";width:21px;height:22px;background:url(images/sprite.png) -131px -284px;margin-top:-11px;}

		/* error */
		#main-content.error {}
			#main-content.error article {}
				#main-content.error article header {}
					#main-content.error article header h2 {font-size:14px;}
				#main-content.error article div {}
					#main-content.error article div p {margin:10px 0;}
					#main-content.error article div p + p {margin-top:20px;}

	    	/* galleries */
		#main-content.galleries .card{height: 270px;}
		.gallery-preview {display: block;width: 100%;overflow: hidden;padding: 0;}
		.gallery-link{padding: 10px;font-weight: bold;}
		.gallery-link:hover{color:var(--links-hover-color);}

			/* galleries - info (first image) */
			#main-content.galleries .info {overflow:hidden;}
				#main-content.galleries .info img {width:610px;height:344px;}
				#main-content.galleries .info h2 {width:inherit;height:24px;font-size:17px;font-weight:normal;white-space:nowrap;padding:3px 0 0 2px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;}
				#main-content.galleries .info p.desc {text-align:justify;margin-top:10px;}
					#main-content.galleries .info p span.more {float:right;}

			/* galleries - list */
			#main-content.galleries .list {}
			.page_galleries_list_item a{display: block;width: 100%;height: 166px;overflow: hidden;padding: 0;} 
				#main-content.galleries .list p:not(.none) {font-size:13px;}
				#main-content.galleries .list p:not(.none):after {content:":";}
				#main-content.galleries .list ul {list-style:none;margin:15px 0 0 0;overflow:hidden;}
					#main-content.galleries .list li {float:left;width:192px;height:150px;padding-left:2px;margin-bottom:15px;position:relative;}
					#main-content.galleries .list li:not(:nth-child(3n)) + li {margin-left:17px;}
						#main-content.galleries .list li > * {position:absolute;}
						#main-content.galleries .list li h2 {top:130px;width:inherit;font-weight:normal;line-height:21px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
						#main-content.galleries .list li > a {top:2px;display:block;font-size:0;}
							#main-content.galleries .list li img {width:192px;height:128px;}

			/*galleries images */
			.page_galleries_content_item_anchor {display: block;width: 100%;max-height:500px;overflow: hidden;padding: 0;}
			.gallery-navigation-thumbs-img{max-height: 160px; overflow: hidden;}

			/* galleries - images slider */
			.gallery-navigation-thumbs .owl-prev, .gallery-navigation-thumbs .owl-next {
				position: absolute;
				z-index: 1000;
				top: 50%;
				padding: 0px 10px !important;
				display: block;
				font-size: 2rem !important;
				transform: translateY(-50%);
				background: var(--main-bg-color) !important;
				color: var(--light-text-color);	
				border-radius: 0.4rem!important;	
			}
			.gallery-navigation-thumbs .owl-prev span, .gallery-navigation-thumbs .owl-next span{color: var(--light-text-color);display: flex;max-height: 30px;align-items: center;transform: translateY(-4px);}
			.gallery-navigation-thumbs .owl-prev{left: 15px;}
			.gallery-navigation-thumbs .owl-next{right: 15px;}
			#main-content.galleries .images {padding:15px 0;position:relative;}
				#main-content.galleries .images .scrollable {width:610px;margin:0 auto;}

				#main-content.galleries .images > .browse {top:186px;width:26px;height:51px;margin-top:0;z-index:20;}
				#main-content.galleries .images > .prev {left:25px;background-position:-326px -261px;}
				#main-content.galleries .images > .prev:hover {background-position:-428px -200px;}
				#main-content.galleries .images > .next {right:25px;background-position:-428px -261px;}
				#main-content.galleries .images > .next:hover {background-position:-326px -200px;}

				#main-content.galleries .images > .scrollable {height:406px;position:relative;}
				#main-content.galleries .images > .scrollable:before, #main-content.galleries .images > .scrollable:after {position:absolute;top:0;content:"";width:50px;height:456px;background-color:rgba(255,255,255,0.6);-pie-background:rgba(255,255,255,0.6);z-index:10;/*behavior:url(/PIE.htc);*/}
				#main-content.galleries .images > .scrollable:before {left:0;}
				#main-content.galleries .images > .scrollable:after {right:0;}
					#main-content.galleries .images > .scrollable .item {width:610px;height:456px;}
						#main-content.galleries .images > .scrollable .item a {display:block;font-size:0;text-align:center;}
							#main-content.galleries .images > .scrollable .item img {height:406px;}
						#main-content.galleries .images > .scrollable .item p {height:30px;line-height:15px;padding-top:20px;overflow:hidden;}

				#main-content.galleries .images .nav {padding:15px 15px 0 15px;border-top:1px solid #DCDCDC;margin-top:10px;}
					#main-content.galleries .images .nav .scrollable {height:132px;padding:2px 0;margin-bottom:10px;}
						#main-content.galleries .images .nav .scrollable .item {width:608px;height:128px;padding-left:3px;}
							#main-content.galleries .images .nav .scrollable .item a {float:left;width:192px;cursor:pointer;}
							#main-content.galleries .images .nav .scrollable .item a.active {width:190px;height:126px;border:1px solid #000;}
							#main-content.galleries .images .nav .scrollable .item a + a {margin-left:14px;}
								#main-content.galleries .images .nav .scrollable .item img {width:inherit;height:inherit;}

					#main-content.galleries .images .nav .browse {position:relative;display:inline-block;width:auto;height:auto;text-indent:0;background:none;margin-top:0;overflow:auto;}
					#main-content.galleries .images .nav .prev {left:0;padding-left:4px;}
					#main-content.galleries .images .nav .next {right:0;float:right;padding-right:4px;}
					#main-content.galleries .images .nav .browse:before, #main-content.galleries .images .nav .browse:after {position:relative;top:2px;content:"";display:inline-block;width:6px;height:11px;background:url(images/sprite.png);}
					#main-content.galleries .images .nav .prev:before {left:-4px;background-position:-362px -280px;}
					#main-content.galleries .images .nav .prev:hover:before {background-position:-362px -312px;}
					#main-content.galleries .images .nav .next:after {right:-4px;background-position:-362px -264px;}
					#main-content.galleries .images .nav .next:hover:after {background-position:-362px -296px;}

		/* index */
		#main-content.index {text-align: center;}

			/* sliders */
			#main-content.index .sliders {height:300px;margin-bottom:20px;position:relative;}
				#main-content.index .sliders .browse {top:10px;margin-top:0;}
				#main-content.index .sliders .prev {left:auto;right:52px;}

				#main-content.index .sliders .scrollable {height:inherit;}
					#main-content.index .sliders .scrollable article {width:642px;height:300px;border-radius:5px;overflow:hidden;/*behavior:url(/PIE.htc);*/}
						#main-content.index .sliders .scrollable article div {position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);-pie-background:rgba(0,0,0,.5);padding:10px;border-radius:0 0 5px 5px;/*behavior:url(/PIE.htc);*/}
							#main-content.index .sliders .scrollable article h2 {font-size:18px;font-weight:normal;margin-bottom:5px;}
							#main-content.index .sliders .scrollable article p {font-size:14px;color:#FFF;line-height:16px;}
								#main-content.index .sliders .scrollable article p a {position:relative;}
								#main-content.index .sliders .scrollable article p a:after {position:absolute;top:50%;right:-8px;content:"";width:6px;height:5px;background:url(images/sprite.png) -378px -230px;margin-top:-1px;}
							#main-content.index .sliders .scrollable article a {color:#A3D400;}

			/* contents tabs */
			#main-content.index .contents.tabs {}
				#main-content.index .contents.tabs .list h2 {position:absolute;clip:rect(1px,1px,1px,1px);}
					#main-content.index .contents.tabs .list article:not(:nth-child(2)) {padding:10px 15px;}
						#main-content.index .contents.tabs .list article header h3 {height:24px;white-space:nowrap;padding:2px 0 0 2px;overflow:hidden;text-overflow:ellipsis;}
						#main-content.index .contents.tabs .list article:not(:nth-child(2)) aside, #main-content.index .contents.tabs .list article:not(:nth-child(2)) header time, #main-content.index .contents.tabs .list article:not(:nth-child(2)) div {display:none;}
					#main-content.index .contents.tabs .list > div > p:last-child {padding:10px 15px;border-top:1px solid #DCDCDC;}

			/* calendar */
			#main-content.index .calendar {}
				#main-content.index .calendar > div {background:#F0F0F0;padding:0;border-radius:0 0 5px 5px;overflow:hidden;position:relative;/*behavior:url(/PIE.htc);*/}
					#main-content.index .calendar p.nav, #main-content.index .calendar table {float:left;width:219px;margin:15px;}
					#main-content.index .calendar table {clear:left;margin-top:0;}
					#main-content.index .calendar .content > p:last-child {display:none;}

					#main-content.index .calendar .content > .browse {left:auto;right:180px;width:11px;height:6px;margin:0;}
					#main-content.index .calendar .content > .prev {top:12px;background-position:-394px -216px;}
					#main-content.index .calendar .content > .prev:hover {background-position:-394px -280px;}
					#main-content.index .calendar .content > .next {top:auto;bottom:12px;background-position:-394px -200px;}
					#main-content.index .calendar .content > .next:hover {background-position:-394px -264px;}

					#main-content.index .calendar .scrollable {float:right;width:390px;height:264px;background:#F4F4F4;border-left:1px solid #DCDCDC;margin:0;}
						#main-content.index .calendar ul.items {list-style:none;width:inherit;margin:0;}
							#main-content.index .calendar ul.items li {width:inherit;height:264px;overflow:hidden;}
								#main-content.index .calendar .event:first-child {margin-top:30px;}

	    	/* maps */
		#main-content.maps {}
			#main-content #gmaps {height:500px;}
				#main-content #gmaps .info-window {min-height:70px;}
					#main-content #gmaps .info-window h4 {margin-bottom:4px;}
					#main-content #gmaps .info-window p {font-size:11px;}

		/* multimedia */
		#main-content.multimedia {}
			#main-content.multimedia > div {padding:15px 0;}
				#main-content.multimedia > div > a {display:none;float:right;margin:0 15px 15px 0;}
				#main-content.multimedia #yt-container {clear: both;width: 610px;height: 400px;margin: 15px auto;max-width: 100%;}
				#main-content.multimedia #yt-title {font-size: 1.6rem;font-weight: normal; color: var(--main-text-color); margin: 15px auto; text-align:center;}
				#main-content.multimedia #yt-description {display:none;margin:0 15px 10px;}
				#main-content.multimedia #yt-list{background: var(--white-bg-color);border-radius: 0.4rem;}
				button.page_multimedia_video_navigation_button {border: 3px solid transparent;padding: 10px 15px;background: var(--links-main-color);color: var(--light-text-color);text-transform: uppercase;font-weight: bold;    border-radius: 30px;}
					#main-content.multimedia .list {padding-top:15px;margin-top:15px;overflow:hidden;}
						#main-content.multimedia .list h3 {font-size:1.8rem;font-weight:bold;color:#000;opacity:0.8;padding:0 15px 15px 0;}
						#main-content.multimedia .item {float:left;margin:0 0 15px 15px;}
							#main-content.multimedia .item a {display:block;font-size:0;}
								#main-content.multimedia .items img {width:100%;border:1px solid transparent; border-radius:0.4rem;}
								#main-content.multimedia .item a.active img {border-color:#888;}
							#main-content.multimedia .item div {display:none;width:190px;height:25px;padding:3px 2px;overflow:hidden;}
								#main-content.multimedia .item div h4 {font-weight:normal;line-height:13px;}

		/* probes - list, content */
		main .probes {background: var(--light-bg-color);margin-bottom: 15px;}
			main .probes .list {padding:0;}
				main .probes .list .item {}
					main .probes .list .item h2 {font-weight:normal;}
					main .probes .list .item h2 + p {margin-top:3px;}

				main .probes .item {padding:10px 15px;}
				main .probes .item + .item {border-top:1px solid #D9D9D9;}
					main .probes > .item legend {position:static;}
					main .probes .item img {margin-top:10px;}
					main .probes .item .answers {line-height:22px;margin:15px 0;}
						main .probes .item .answers li span {font-weight:bold;}
					main .probes .item ul.answers {list-style:none;}
					main .probes .item p.allvotes {padding-bottom:10px;}
					main .probes .item ol.results {margin-left:20px;}
					main .probes .item ul.results {padding-left:20px;list-style-type:decimal;}
					main .probes .item p:last-child {padding:6px 0;overflow:hidden;}

		/* sitemap */
		#main-content.sitemap {margin: 15px 0;}
		#main-content.sitemap h1{text-transform: unset;}
		#main-content.sitemap .sitemap-tree {background: var(--white-bg-color);border-radius: .4rem;padding: 25px;}
			#main-content.sitemap ul {list-style:none;margin:0;}
			#main-content.sitemap a {display: inline-block;font-weight: bold;}
			#main-content.sitemap a:hover{color: var(--links-hover-color);}
				#main-content.sitemap li {position:relative;}
				#main-content.sitemap li + li, #main-content.sitemap ul li ul {margin-top:0.5rem;}
					#main-content.sitemap > div > ul > li {margin-left:8px;}
						#main-content.sitemap > div > ul > li > a {font-weight:bold;color:var(--main-text-color);}
						#main-content.sitemap > div > ul > li > ul > li {margin-left:18px;}
							#main-content.sitemap > div > ul > li > ul > li > ul > li {margin-left:28px;}
							#main-content.sitemap .category-first{font-size: 1.2rem;}
							#main-content.sitemap .category-second {margin-left: 15px;position: relative;padding: 0;text-decoration: underline; color: var(--main-text-color);}
							#main-content.sitemap .category-second a {color: var(--main-text-color);}
							#main-content.sitemap .category-second::before {position: absolute;content: "\f0da";text-decoration: none;margin-right: 5px;left: -10px;top: 2px;font-family: 'fontawesome';}
							#main-content.sitemap .category-second + ul {margin: 10px 0!important;}
							#main-content.sitemap .category-second a:hover {color: var(--main-text-color);}
								#main-content.sitemap .category-third {margin-left: 60px;padding: 0;font-size: 0.9rem;position: relative;line-height: 0.8rem;}
								#main-content.sitemap .category-third a {color: var(--main-text-color);}
								#main-content.sitemap .category-third::before {position: absolute;content: "\f0da";text-decoration: none;margin-right: 5px;left: -10px;top: 2px;font-family: 'fontawesome';}
								#main-content.sitemap .category-third a .link-hover-underline.dark::after, #main-content.sitemap .category-second a .link-hover-underline.dark::after {background-color: var(--main-text-color);}

		/* tags */
		#main-content.tags {}
			#main-content.tags ul {list-style:none;line-height:25px;margin:0;}
				#main-content.tags li {display:inline;}
				#main-content.tags li + li {margin-left:10px;}
					#main-content.tags .tag1 {}
					#main-content.tags .tag2 {font-size:14px;}
					#main-content.tags .tag3 {font-size:17px;}
					#main-content.tags .tag4 {font-size:19px;}
					#main-content.tags .tag5 {font-size:22px;}

		/* database (companies, ngos, units) */
		#main-content.database {}

			/* tree */
			#main-content.database .tree {padding:0; background: var(--light-bg-color)}
			#main-content.database .tree a:hover{color:var(--links-hover-color);}
				#main-content.database .tree form {text-align:center;padding:15px;border-bottom:1px solid #DCDCDC;}
					#main-content.database .tree form label {margin-right:5px;}
					#main-content.database .tree form label:after {content:":";}
					#main-content.database .tree form select {min-width:150px;}

				#main-content.database .tree ul {list-style:none;margin:0;overflow:hidden;}
					#main-content.database .tree li {line-height:1.8;padding-left:10px;overflow:hidden;}
						#main-content.database .tree a {font-size:1rem;position:relative;}
						#main-content.database .tree a + ul {margin-top:5px;}
							#main-content.database .tree span {font-weight:bold;color:var(--main-color);}

				#main-content.database .tree > ul {padding:15px;}
					#main-content.database .tree > ul > li {padding-left:2px;}
						#main-content.database .tree > ul > li > a {font-size:1.2rem;font-weight: bold;}
						#main-content.database .tree > ul > li > a:before {display:none;}
							#main-content.database .tree > ul > li > a span {display:none;}

			/* list */
			#main-content.database .list {}
				#main-content.database .list.general article > div > p > span:first-child:not(.more) {font-size: 1rem;font-weight: bold;display: inline-block;width: 20%;text-align: right;	}
				#main-content.database .list article {background: var(--light-bg-color);}
				#main-content.database .list article .more {color: var(--main-color);text-decoration: underline;font-size: 1rem;display: inline-block;padding: 10px 15px;}

			/* content */
			#main-content.database > article {}
				#main-content.database > article .details p {line-height:22px;margin: 0;}
					#main-content.database > article .details span:first-child:after {content:":";}
						#main-content.database > article .details .categories a + a {position:relative;}
						#main-content.database > article .details .categories a + a:before {position:absolute;top:-2px;left:-5px;content:",";}
						#main-content.database  .details {background: var(--light-bg-color);padding: 15px;}
						#main-content.database > article .details > p:not(:last-child) span:first-child {display: inline-block;width: 20%;text-align: right;background: var(--white-bg-color);padding: 6px;}
						#main-content.database > article .details > p:last-child{padding: 15px 0;border-top: 1px solid var(--light-gray-color)}

			/* form (usersunits) */
			#main-content.database .form {}
				#main-content.database .form select {height:65px;}

				#main-content.database .form .map {}
					#main-content.database .form .map label {width:100%;}
					#main-content.database .form .map #gmaps-database {width:610px;height:275px;margin-top:5px;}



	/* banners-partners */
	body > footer .banners-partners {margin-bottom:15px;overflow:hidden;}
		body > footer .banners-partners > section + section {margin-top:10px;}

		/* banner-footer */
		body > footer .banner {}
			body > footer .banner.animation .cycle, body > footer .banner.animation .cycle .item, body > footer .banner.animation .cycle .item > a {width:978px;height:200px;}
				body > footer .banner.animation .cycle .item > a {background-size:978px 200px!important;}
			body > footer .banner.animation > ul.nav {display:none;}

		/* partners */
		body > footer .partners {height:104px;border:1px solid #CACACA;border-radius:5px;position:relative;/*behavior:url(/PIE.htc);*/}
			body > footer .partners h2 {font-size:0!important;text-indent:100%;white-space:nowrap;padding:0!important;border-bottom:0!important;overflow:hidden;}
			body > footer .partners > div {padding:0!important;}

				body > footer .partners .browse {width:6px;height:11px;margin-top:-5px;}
				body > footer .partners .prev {left:15px;}
				body > footer .partners .next {right:15px;}

				body > footer .partners .scrollable {width:820px;height:100px;margin:0 auto;}
					body > footer .partners .scrollable .item {width:820px;}
						body > footer .partners .scrollable .item div {float:left;width:164px;height:100px;text-align:center;}
							body > footer .partners .scrollable .item div img {position:relative;top:50%;margin-top:-30px;}

	/* boxes */
	body > footer .boxes {height:188px;overflow:hidden;}
		body > footer .boxes > div {float:left;height:inherit;}
		body > footer .boxes > div + div {margin-left:22px;}
			body > footer .boxes > div > h2 {font-size:18px;font-weight:normal;color:#646464;line-height:40px;padding-left:14px;}
			body > footer .boxes > div > div {height:137px;font-size:13px;line-height:17px;padding:0 15px;margin-top:10px;}
			.ie8 body > footer .boxes > div > div {padding:0;margin-left:15px;}

		/* menu-bottom */
		body > footer .menu-bottom {width:726px;} /* 476px */
			body > footer .menu-bottom nav {overflow:hidden;}
				body > footer .menu-bottom ul {float:left;width:144px;overflow:hidden;}
				body > footer .menu-bottom ul + ul {margin-left:6px;}
					body > footer .menu-bottom li {white-space:nowrap;padding:2px 0;margin-left:5px;position:relative;}
					body > footer .menu-bottom li:before {position:absolute;top:50%;left:-5px;content:"";width:3px;height:5px;background:url(images/sprite.png) -415px -200px;margin-top:-2px;}
					body > footer .menu-bottom li + li {margin-top:1px;}

		/* newsletter */
		body > footer .newsletter {width:228px;}
			body > footer .newsletter .ajax-response {font-size:11px;margin:0;}
			body > footer .newsletter form {}
				body > footer .newsletter form legend, body > footer .newsletter form label {position:absolute;clip:rect(1px,1px,1px,1px);}
				body > footer .newsletter form legend + p {margin-top:15px;}
					body > footer .newsletter form legend + p input {width:190px;height:15px;padding-top:5px;padding-bottom:5px;border-radius:5px;}
				body > footer .newsletter form p:last-child {text-align:right;margin-top:10px;}
					body > footer .newsletter form p:last-child .ajaxstatus {width:20px;float:right;}

		/* contact */
		body > footer .contact {width:230px;}
			body > footer .contact div {padding-right:0!important;}
				body > footer .contact address {font-style:normal;}
					body > footer .contact address strong {display:inline-block;width:100%;font-size:13px;color:#D50C2B;margin-bottom:15px;}
					body > footer .contact address a {color:#83AD01;}

	/* copyright */
		body > footer .copyright ul {list-style:none;overflow:hidden;}
			body > footer .copyright li {float:left;color:#7D7D7D;}
			body > footer .copyright li:last-child {float:right;margin-right:2px;}
				body > footer .copyright li:last-child a {color:#7D7D7D;}

/* see also */
#seeAlso {}
	#seeAlso .seealso-item {}
		#seeAlso .seealso-item {border-radius: .4rem;display: block;padding: 15px;text-align: center;background: var(--white-bg-color);margin-top: 30px;transition: all 0.5s ease;}
			#seeAlso .seealso-item .seealso-item-image  {display: block;margin: 20px auto;background-repeat: no-repeat;background-position: 50% 50%;}
			#seeAlso .seealso-item .seealso-item-image {filter: invert(47%) sepia(88%) saturate(1409%) hue-rotate(164deg) brightness(90%) contrast(102%);}
			#seeAlso .seealso-item:hover {background: var(--main-bg-color);color:var(--light-text-color);box-shadow:var(--box-shadow);}
			#seeAlso .seealso-item:hover .seealso-item-image {filter:none;}
			/*#seeAlso .seealso-item .seealso-item-image1 {background-image: url(images/template/seealso-item-image1.png);}
			#seeAlso .seealso-item .seealso-item-image2 {background-image: url(images/template/seealso-item-image2.png);}
			#seeAlso .seealso-item .seealso-item-image3 {background-image: url(images/template/seealso-item-image3.png);}
			#seeAlso .seealso-item .seealso-item-image4 {background-image: url(images/template/seealso-item-image4.png);}
			#seeAlso .seealso-item .seealso-item-image5 {background-image: url(images/template/seealso-item-image5.png);}
			#seeAlso .seealso-item .seealso-item-image6 {background-image: url(images/template/seealso-item-image6.png);}
			#seeAlso .seealso-item .seealso-item-image7 {background-image: url(images/template/seealso-item-image7.png);}
			#seeAlso .seealso-item .seealso-item-image8 {background-image: url(images/template/seealso-item-image8.png);}
			
			#seeAlso .seealso-item:hover .seealso-item-image1 {background-image: url(images/template/seealso-item-hover-image1.png);}
			#seeAlso .seealso-item:hover .seealso-item-image2 {background-image: url(images/template/seealso-item-hover-image2.png);}
			#seeAlso .seealso-item:hover .seealso-item-image3 {background-image: url(images/template/seealso-item-hover-image3.png);}
			#seeAlso .seealso-item:hover .seealso-item-image4 {background-image: url(images/template/seealso-item-hover-image4.png);}
			#seeAlso .seealso-item:hover .seealso-item-image5 {background-image: url(images/template/seealso-item-hover-image5.png);}
			#seeAlso .seealso-item:hover .seealso-item-image6 {background-image: url(images/template/seealso-item-hover-image6.png);}
			#seeAlso .seealso-item:hover .seealso-item-image7 {background-image: url(images/template/seealso-item-hover-image7.png);}
			#seeAlso .seealso-item:hover .seealso-item-image8 {background-image: url(images/template/seealso-item-hover-image8.png);}*/

/* cookies policy */
#cookies {}
	#cookies > p {width:93%;}
	#cookies > a {width:7%;}

/* print */
@media print
	{
	* {background:transparent!important;color:black!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important;}

	a, a:visited {color:#444!important;text-decoration:none;}
	a[href]:before, a[href]:after {content:"";}
	abbr[title]:after {content:"";}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content:"";}
	pre, blockquote {border:1px solid #999;page-break-inside:avoid;}

	thead {display:table-header-group;}
	tr, img {page-break-inside:avoid;}
	@page {margin:0.5cm;}

	p, h2, h3 {orphans:3;widows:3;}
	h2, h3 {page-break-after:avoid;}

	.more, input[type="submit"] {border:none!important;box-shadow:none!important;}

	.box {margin-top:10px;}
		.box > header, .box > h2 {border-top:none!important;}

	#main-content {float:none!important;}
	main .contents .list article > header time {margin-left:0;}

	.box > header > .resize, .box > header > a,
	body > header, main > aside, body > footer,

	#main-content .form, #main-content .banner, #main-content footer,
	#main-content .list.general article > aside,
	main .contents .list article > header time:before,

	#main-content article .wysiwyg .forms, #main-content article .wysiwyg .gallery, #main-content article .wysiwyg .multimedia,
	#main-content.contents > article .probes, #main-content.contents > article .tags, #main-content.contents > article .share,

	#main-content.index .sliders, #main-content.index .calendar,

	#seeAlso, #cookies {display:none;}
	}
