* {
	box-sizing: border-box;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0
}

.wrapper {
	margin: 0 auto;
	width: 1142px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width:100%;
}

.relative {
	position: relative;
}

.logotypes-container {
	height: 100px;
}

.logotypes-eu {
	position: absolute;
	top: -60px;
}

img#smartScreenSlide {
	display: inline;
}

/* Login panel */
.login-panel .login-logotype,
.wirtualne-gospodarstwo-logotype {
	padding-top: 2rem;
	padding-bottom: .5rem;
}

.login-panel .login-button,
.wirtualne-gospodarstwo-button {
	text-align: center;
}

.login-panel .login-button a,
.wirtualne-gospodarstwo-button a {
	background-color: #113140;
	border-radius: 5px;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	padding: .85rem 2rem;
	transition: .25s;
}

.login-panel .login-button a:hover,
.wirtualne-gospodarstwo-button a:hover {
	background-color: #FF6400;
	text-decoration: none;
	transition: .25s;
}

.wirtualne-gospodarstwo-app-panel {
	padding: 3rem 0;
}

.wirtualne-gospodarstwo-app-panel p:first-child {
	margin-top: 0;
}

/* RWD Menu */
body .content-rwd {
	margin: 0 auto;
	padding: 2rem 0 3rem;
	position: relative;
	width: 90vw;
}

body .content-rwd #close-rwd {
	font-size: 24px;
	position: fixed;
	top: 8px;
	right: 8px;
}

body .content-rwd nav {
	text-align: center;
}

body .content-rwd nav h3 {
	margin-bottom: 1.5rem;
}

body .content-rwd nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body .content-rwd nav ul li a {
	display: block;
	font-weight: 600;
	padding: 1rem 0;
}

body .content-rwd nav ul ul li a {
	font-weight: 400;
}

body .content-rwd nav ul li a:hover {
	text-decoration: none;
}

body .content-rwd nav ul ul li a:before {
	content: "\000B7";
	margin-right: 4px;
}
body .content-rwd nav ul ul li a:after {
	content: "\000B7";
	margin-left: 4px;
}

/* WCAG */
div.wcag {
	font: 16px/24px sans-serif !important;
	text-align: right;
}

div.wcag .flex {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

div.wcag ul.wcag_colors {
	padding-left: 10px;
}

div.wcag ul {
	display: inline-block;
	line-height: 40px !important;
	margin: 0;
	padding-left: 0px;
}

div.wcag ul li {
	display: inline-block;
	margin: 0 .2rem;
}

div.wcag ul li a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 6px 3px;
	text-decoration: none;
}

div.wcag ul.wcag_colors li a {
	border: 1px solid #999;
}

div.wcag ul.wcag_colors li a#wb {
	background-color: #fff;
	color: #000;
}

div.wcag ul.wcag_colors li a#bw {
	background-color: #000;
	color: #fff;
}

div.wcag ul.wcag_colors li a#yb {
	background-color: #ff0;
	color: #000;
}

div.wcag ul.wcag_colors li a#by {
	background-color: #000;
	color: #ff0;
}

div.wcag ul.wcag_sizes li a#s1 {
	font-size: 10px;
}

div.wcag ul.wcag_sizes li a#s2 {
	font-size: 12px;
}

div.wcag ul.wcag_sizes li a#s3 {
	font-size: 16px;
}

/* eDWIN */
.edwin-services .page-header {
	padding: 3rem 0 1rem;
}

.edwin-services .page-header h1 {
	margin: 0;
}

/* Project and organization */
body>div>header .project-title {
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .25em;
}

body>div>header .organization {
	font-size: 1.25rem;
	line-height: 1.3em;
}


/* Search field */
body>div>header div.search .logo a {
	display: inline-block;
}
body>div>header div.search .logo img {
	vertical-align: middle;
}

/* Menu Top */
body>div>header div.menu-top {
	line-height: 60px;
}

body>div>header div.menu-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

body>div>header div.menu-top ul li {
	display: inline-block;
	list-style-type: none;
}

body > div > header div.menu-top ul li.active.deeper.parent::after,
body > div > header div.menu-top ul li:hover::after,
body>div>header div.menu-top ul li:last-of-type::after {
	border-right: 1px solid rgba(0,0,0,0);
}

body>div>header div.menu-top ul li a {
	padding: 24px 26px;
	text-decoration: none;
}

/* menuDropDown */
body>div>header ul.nav-child {
	background: #fff;
	box-shadow: 0 4px 10px rgba(10, 20, 30, .4);
	display: none;
	position: absolute;
}

body>div>header ul.nav-child li {
	clear: both;
	display: block !important;
	float: none;
	transition: all .3s ease-in-out;
}

body>div>header ul.nav-child li:hover {
	background-color: rgba(0, 0, 0, .1);
}

body>div>header ul.nav-child a {
	background: transparent;
	font-family:'Daxline W02 Medium',sans-serif !important;
	width: 100%;
}

body>div>header div.menu-top ul li.alias-parent-active a,
body>div>header div.menu-top ul li.current.active a {
	font-weight: bold;
}

body>div>header div.menu-top ul li.current.active ul.nav-child a {
	font-weight: normal;
}

body>div>header div.menu-top ul li a:hover {
	text-decoration: none;
}

body>div>main .wrapper-partners {
	margin: 0 auto;
	width: 80vw;
}

body>div>main .breadcrumbs {
	padding: 1rem;
	font-size: 0.85rem;
	line-height: 1.2rem;
}

body>div>main .breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body>div>main .breadcrumbs ul li {
	display: inline-block;
}

body>div>main .breadcrumbs ul li:first-of-type {
	font-weight: bold;
	margin-right: .25rem;
}

body>div>main .breadcrumbs li.active span {
	font-weight: 600;
}

div.bip-social {
	align-content: space-between;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2rem;
}

div.social-logotype {
	border: 1px solid #D1D4D6;
	border-radius: 3px;	
}

div.social-logotype img {
	display: block;
}

body > div > main div.leading-0,
body > div > main div.span4 {
	border: 1px solid #D1D4D6;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*
	body > div > main .items-row div.intro > div:first-child,
	body > div > main .items-leading div.intro > div:first-child {
		border-top: 1px solid #D1D4D6;
		border-right: 1px solid #D1D4D6;
		border-left: 1px solid #D1D4D6;
	}
	
	body > div > main .items-row div.intro > div:nth-child(2),
	body > div > main .items-leading div.intro > div:nth-child(2) {
		border-bottom: 1px solid #D1D4D6;
		border-right: 1px solid #D1D4D6;
		border-left: 1px solid #D1D4D6;
		
	}
*/

body > div > main .items-row div.intro > div:nth-child(2) {
	padding: 16px 20px 20px;
}

body > div > main .items-leading div.intro > div:nth-child(2) {
	padding: 24px 40px 30px;
}

body > div > main .items-row h2,
body > div > main .items-leading h2 {
	color: #113140;
	margin-bottom: 0;
}

body>div>main article .date {
	font-size: .875rem;
	/*margin-top: -1.25rem;*/
	margin-bottom: 3rem;
	opacity: .6;
}

body>div>main .blog .date {
	font-size: .875rem;
	margin-top: 0.25rem;
	opacity: .6;
}

.page-header h1 {
	line-height: 1.25em;
	text-align: center;
}

.page-header h1:before,
body .content-rwd nav h3:before,
.fields-header h3:before,
.our-actions h3:before {
    margin-left: auto;
    right: 2rem;
}

.page-header h1:after, .page-header h1:before,
body .content-rwd nav h3:before, body .content-rwd nav h3:after,
.fields-header h3:before, .fields-header h3:after,
.our-actions h3:before, .our-actions h3:after {
    content: "";
    display: inline-block;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 5%;
}

article h1:after,
body .content-rwd nav h3:after,
.our-actions h3:after,
.fields-header h3:after {
    left: 2rem;
    margin-right: auto;
}

body>div>footer {
	min-height: 148px;
	padding: 3rem 0;
}

body>div>footer .moduletable_menu {
	margin-bottom: 2rem;
}

body>div>footer div.menu {
	align-items: baseline;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

body>div>footer div.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body>div>footer div.menu ul li {
	margin-bottom: .25rem;
}

body>div>footer div.menu ul li a {
	text-decoration: none;
}

body>div>footer div.menu ul li a:hover {
	text-decoration: underline;
}

body>div>footer div.menu ul li a{
	font-weight: 500;
}
body>div>footer div.menu ul li.current.active a {
	font-weight: 700;
}

body>div>footer .copyrights {
	margin-top: 3rem;
}

body>div>footer .copyrights p {
	text-align: center;
}

body>div>footer .copyrights p {
	font-size: .75rem;
	line-height: 1em;
	margin: 0;
}

.cookie {
	display: none;
}

.cookie {
	font: .75rem/1.5em sans-serif;
	padding-bottom: 1rem;
	text-align: center;
}

.cookie a {
	text-decoration: none;
}

.cookie a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Template globals */
.flex {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.partners-logotypes {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 48px;
}

.grid21 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 48px;
}

.content-rwd,.bars-rwd {
	display: none;
}

.menu-rwd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-rwd ul li {
	text-align: center;
}

.menu-rwd ul li a {
	display: block;
	margin: 2rem;
	text-decoration: none;
}

.menu-rwd ul li a:hover {
	text-decoration: underline;
}

.menu-rwd h3 {
	margin: 2rem 0 1rem;
	text-align: center;
}

/* Joomla */
.icons,
.article-info.muted {
	display: none;
}

.blog {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.blog .items-row {
	padding: 1rem;
	width: 50%;
}

.blog .pagination {
	width: 100%;
}

.blog .items-leading,
.blog .items-row,
.blog-featured {
	padding-bottom: 32px;
}

.blog .items-leading  {
	display: grid;
	grid-template-columns: 752px 360px;
	grid-gap: 32px;
}

.blog .cols-3 {
	display: grid;
	grid-template-columns: 360px 360px 360px;
	grid-gap: 32px;
}

.blog .cols-2 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 48px;
}

.blog h2 a,.readmore a {
	text-decoration: none;
}

.blog h2 a:hover,.readmore a:hover {
	text-decoration: underline;
}

.blog .items-row .readmore:after {
	content: "\000BB";
}

/* Chrono */
.item-page-contact-form h3 {
	display: none;
}

/* Pagination */
.pagination {
	padding-bottom: 2rem;
	text-align: center;
}
.pagination p.counter {
	margin-bottom: 0;
}

.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	color: #aaa;
	display: inline-block;
	padding: 0 .25rem;
}
