

/* -- BEGIN: BODY HEADER NAV -- */

#header-aside > * {
	margin: 0.3125em;
}
#header-aside > a > img {
	padding: 0.3125em;
	display: block;
	width: 13em; height: 10.5em;
	height: 11em;
	border-radius: 0.5em;
	padding: 0.75em;
}
#header-show-contents {
	border-radius: 0.5em;
/* 	cursor: pointer; */
	display: none;
	overflow: hidden;
/* 	padding: 0.3125em 0.625em; */
	width: 13em; height: auto;
}
#header-show-contents > * {
	position: absolute;
	min-width: 100%;
}
#header-show-contents > article.slide > a.icon {
	background: none;
	border-radius: 2.5em;
	border: none;
	box-shadow: none;
	font-size: 1.75em;
	line-height: 2.5em;
	margin-right: -0.3125em;
	margin-top: -0.3125em;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition:
		color 0.4s ease-in-out,
		opacity 1.6s ease-in-out 0.4s,
		transform 1.6s ease-in-out;
	-moz-transition:
		color 0.4s ease-in-out,
		opacity 1.6s ease-in-out 0.4s,
		transform 1.6s ease-in-out;
	-ms-transition:
		color 0.4s ease-in-out,
		opacity 1.6s ease-in-out 0.4s,
		transform 1.6s ease-in-out;
	transition:
		color 0.4s ease-in-out,
		opacity 1.6s ease-in-out 0.4s,
		transform 1.6s ease-in-out;
	width: 2.5em; height: 2.5em;
}
#header-show-contents > article > div > span:nth-of-type(1):hover,
#header-show-contents > article[data-current='1'] > div > span:nth-of-type(1),
#header-show-contents > article[data-current='1'] > a.icon
{
	color: #92C934;
}

#header-show-contents > article> a.icon {
	color: #92C934;
}
#header-show-contents > article.slide.current  {
	z-index: 1;
}
#header-show-contents > article.slide.current > a.icon {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 1;
}
#header-show-contents > article.slide:nth-of-type(1) > a.icon:before {
	content: '\f015';
}
#header-show-contents > article.slide:nth-of-type(2) > a.icon:before {
	content: '\f236';
}
#header-show-contents > article.slide:nth-of-type(3) > a.icon:before {
	content: '\f201';
}
#header-show-contents > article.slide:nth-of-type(4) > a.icon:before {
	content: '\f0f5';
}
#header-show-contents > article.slide:nth-of-type(5) > a.icon:before {
	content: '\f03e';
}
#header-show-contents > article.slide:nth-of-type(6) > a.icon:before {
	content: '\f1fc';
}
#header-show-contents > article.slide:nth-of-type(7) > a.icon:before {
	content: '\f086';
}
#header-show-contents > article.slide > div.article {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 85% 25%;
	-moz-transform-origin: 85% 25%;
	-ms-transform-origin: 85% 25%;
	transform-origin: 85% 25%;
	-webkit-transition:
		transform 1.6s ease-in-out, opacity 1.6s ease-in-out 0.4s;
	-moz-transition:
		transform 1.6s ease-in-out, opacity 1.6s ease-in-out 0.4s;
	-ms-transition:
		transform 1.6s ease-in-out, opacity 1.6s ease-in-out 0.4s;
	transition:
		transform 1.6s ease-in-out, opacity 1.6s ease-in-out 0.4s;
	-webkit-moz-will-change: transform, opacity;
	-moz-will-change: transform, opacity;
	-ms-moz-will-change: transform, opacity;
	will-change: transform, opacity;
/* 	padding: 0 0.25em 0 0.0625em; */
}
#header-show-contents > article.slide.current > div.article {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#header-show-contents > article > div.article > hr {
	background-color: #FFFFDD;
	border: none;
	display: block;
	height: 1px;
	margin-bottom: 0.3125em;
	opacity: 0.6;
}
#header-show-contents > article > div.article > span {
	cursor: pointer;
	display: block;
	font-weight: 400;
	font-style: italic;
	padding: 0.3125em 0.625em;
	padding: 0.5em 0.75em 0.25em;
}
#header-show-contents > article > div.article > p {
	font-weight: 400;
	padding: 0.25em 0.75em;
	display: block;
/* 	margin-bottom: 0.3125em; */
}
#header-show-contents > article > div.article > p > span {
	display: inline-block;
	font-size: 0.75em;
	line-height: 1.125em;
}
#header-show-contents > article > div.article > p > span > span {
	color: #92C934;
	cursor: pointer;
	font-weight: bold;
	font-style: italic;
}

#header-show-contents > article > div.article > p > span:nth-of-type(2) {
	display: none;
	margin-top: 0.5em;
}

#header-show-contents > article > div.article > p:first-child {
	margin-bottom: 0.3125em;
}
#header-nav {
	margin-top: -0.5em;
}
#header-nav > a {
	border-radius: 0.5em;
	box-shadow: 0.0625em 0.0625em 0.0625em rgba(0,0,0,0.5);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0.3125em;
}
#header-nav > a > div {
	background-color: rgba(0,0,0,0.4);
	border: 1px solid rgba(255,251,212,0.5);
/* 	border-radius: 0.5em; */
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	opacity: 0.9;
}
#header-nav > a > div.icon {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	width: 2.5em;
}
#header-nav > a > div.label {
	border-left: none;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-weight: 400;
	width: 10.5em;
}
#header-nav > a:nth-of-type(1),
#header-nav > a:nth-of-type(1) > div.icon {
	border-radius: 2.5em;
}
#header-nav > a:nth-of-type(2) > div.label {
	width: 7.375em;
}
#header-nav > a[data-current='1'] {
	cursor: default;
}
#header-nav > a[data-current='1'] > div.icon,
#header-nav > a:hover > div.icon {
	background-color: #78A52B;
	opacity: 0.9;
}
#header-nav > a:nth-of-type(1) > div.icon:before {
	content: '\f015';
}
#header-nav > a:nth-of-type(2) > div.icon:before {
	content: '\f236';
}
#header-nav > a:nth-of-type(3) > div.icon:before {
	content: '\f201';
}
#header-nav > a:nth-of-type(4) > div.icon:before {
	content: '\f0f5';
}
#header-nav > a:nth-of-type(5) > div.icon:before {
	content: '\f03e';
}
#header-nav > a:nth-of-type(6) > div.icon:before {
	content: '\f1fc';
}
#header-nav > a:nth-of-type(7) > div.icon:before {
	content: '\f086';
}
#header-aside-2 {
	/*border: 1px solid red;*/
}
#header-aisde-2-social > a {
	height: 1.5em; width: 1.5em;
	line-height: 1.5em;
	margin-left: 0.3125em;
	margin-bottom: -0.25em;
}
#header-aisde-2-social {
/* 	border: 1px solid red; */
	align-items: flex-end;
}
#header-aisde-2-social > a:first-child {
	margin-left: 0;
}
#header-icon-facebook:before {
	content: '\f082';
}
#header-icon-youtube:before {
	content: '\f167';
}
#header-icon-googlemap:before {
	content: '\f041';
}
#header-icon-contact:before {
	content: '\f044';
}
#header-icon-cennik:before {
	content: '\f0d6';
	content: '\f153';
	content: '\f155';
}
#header-icon-spacer:before {
	content: '\f008';
}
#header-icon-domki:before {
	content: '\f008';
}
/* -- END: BODY HEADER NAV -- */


/* -- BEG: BODY FOOTER NAV -- */
/*.content > .small {
	width: 100%;
}*/
body > footer > section > .content > .small > * {
	overflow: hidden;
	padding: 0.3125em 0.625em;
	width: 13em;
	height: auto;
}
#footer-aside-1 {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#footer-aside-1-info {
	width: 20em;
}
#footer-aside-1-info > table {
	font-size: 0.8125em;
/* 	margin-top: -0.3125em; */
	width: 100%;
}
#footer-aside-1-info th {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}
#footer-aside-1-info td {
	text-align: right;
	vertical-align: bottom;
}
#footer-aside-1-info td.empty {
	height: 0.3125em;
}

#footer-aside-1 > a > img {
	display: block;
	height: 9em;
	margin-top: 0.3125em;
	padding: 0.3125em 1em;
	width: 13em;
}
.footer-title {
	display: block !important;
	width: 80%;
}
.footer-title > span {
	display: inline-block;
	font-size: 1.125em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
}
.footer-title > span:before {
	font-family: 'Awesome';
	content: '\f279';
	margin-right: 0.5em;
}
.footer-title.partners > span:before {
	content: '\f164';
}
.footer-title.copy > span {
	width: 100% !important;
	font-size: 0.75em;
	text-align: right;
	text-transform: none;
}
.footer-title.copy > span:before {
	content: '';
}
.footer-title.copy > span > span {
	font-size: 1.5em;
	line-height: 0;
	vertical-align: -0.125em;
}
#footer-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
/* 	width: 38.25em; */
	width: 80%;
	margin: 0.3125em 0;
}
#footer-menu a:hover {
	color: #92C934;
}
#footer-menu > li {
	display: block;
	font-size: 0.8125em;
	list-style: none;
	margin: 0.3125em;
	width: 80%;
}
#footer-menu > li > a {
	background:
		url(../resources/images/babielato-logotype-v02-leaves.svg)
		no-repeat center left;
	background-size: 1em;
	display: block;
	font-weight: 400;
	margin-bottom: 0.3125em;
	padding-left: 1.5em;
}
#footer-menu > li > ul > li {
	color: #92C934;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0.875em;
	margin-left: 1.5em;
}
#footer-menu > li > ul > li > a {
	color: #FFFFDD;
}
#footer-partners > a {
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;
/* 	border: 1px solid red; */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 6em;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin: 0.3125em;
	opacity: 0.7;
	text-align: center;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
#footer-partners > a:hover {
	opacity: 1;
}
#footer-partners > a > img {
	height: 100%;
}
#footer-partners > a:nth-of-type(2) > img {
	width: 80%;
}
#footer-partners > a:nth-of-type(4) > img {
	width: 90%;
}
#footer-partners > a:nth-of-type(5) > img {
	width: 85%;
}
#footer-partners > a:nth-of-type(6) > img {
	width: 90%;
}
/* -- END: BODY FOOTER NAV -- */

#footer-aside-2-shorts {

	width: 100%;
	width: 40em;
}

#header-aside-2 {
	margin-top: -0.125em;
}
#header-aside-2 > nav > ul {
	border-radius: 0.5em;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	padding: 0.75em;
	height: 100%;
/* 	margin-top: auto; */
}

#header-aside-2 > nav:nth-of-type(2) > ul > li:nth-of-type(1) {
	margin-top: auto;
}

.slide .article a,
.content-more {
	font-weight: bold;
	font-style: italic;
	color: #92C934;
	cursor: pointer;
}
