@charset "utf-8";
/* CSS Document */
@import url(mainmenu.css);
@import url(modules.css);
@import url(article.css);
@import url(studies.css);
@import url(bf.css); 
@import url(search.css);
@import url(timeline.css);
body {
	margin:							0;
	padding: 						0;
	background: 					#fff;
	color: 							#121212;
	padding-top:					120px;				
}
body.uni-mainpage {
	/* padding-top:					0;		*/
}
body, h1, h2, h3, h4, h5, h6, h7 {
	font-size: 						18px;
	font-family: 					Lato;
	font-weight: 					400;	
}
a, #top .social em {
	-webkit-transition-duration: 	0.5s;
	-moz-transition-duration: 		0.5s;
	-o-transition-duration: 		0.5s;
	transition-duration: 			0.5s;
	text-decoration: 				none;
	color:							#00aef0;
}
button,
input {
	-webkit-transition-duration: 	0.5s;
	-moz-transition-duration: 		0.5s;
	-o-transition-duration: 		0.5s;
	transition-duration: 			0.5s;	
}
#content {
	/*padding: 0 10%;*/
	/*padding-top: 					50px;*/
}
.cdmagictabs .menu a {
	outline:						0;
}
p:first-of-type {
	margin: 0;
}

/* logo SWPS */
#top {
	overflow: 						visible;
	position:						fixed;
	top:							0;
	left:							0;
	z-index:						9998;
	width: 							100%;
	background: 					#000;
	height:							120px !important;
}
body.uni-mainpage #top{
	height:							85px !important;
}
#top .moduletable {
	text-align: 					center;
}
#top .moduletable.logouswps img {
	padding-top: 					25px;
	max-width: 						100%;			
}


#top .moduletable.logouswps {

}

.menuToggle,
#top .languages {
	margin-top:						25px;
}


/** nibyokruszki **/
.moduletable.pseudobc {
	line-height:					none;
	color: 							#fff;
	margin: 						0 auto;
	padding: 						15px;		
}
.pseudobc {
	text-align: 					center;
	text-transform:					uppercase;
}
.pseudobc .pbc_f_element{	
	font-weight: 					300;
	font-size:						24px;
}
.or, 
.pseudobc .pbc_f_element {	
    overflow: 						hidden;
    text-align: 					center;
	border:							none;
 }
.or > span, 
.pseudobc .pbc_f_element > span {
    position: 						relative;
    display: 						inline-block;
}
.or > span:before, 
.or > span:after,
.pseudobc .pbc_f_element > span:before, 
.pseudobc .pbc_f_element > span:after {
    content: 						'';
    position: 						absolute;
    top: 							50%;
    border-bottom: 					1px solid;
    width: 							70px; /* half of limiter */
    margin: 						0 20px;
}
.or > span:before,
.pseudobc .pbc_f_element > span:before {
    right: 							100%;
}
.or > span:after,
.pseudobc .pbc_f_element > span:after {
    left: 							100%;
}



/****  menu w górnej belce ****/
#top ul,
#top li {
	display: 						inline-block;	
}
#top ul {
	padding: 						0;
	margin:							0;	
}
#top li {
	padding: 						0;
}

/* logo HR Excellence in Research */

.moduletable.HRERAward {
	display:						inline-block;
	width: 							66px;
	height:							100%;
	line-height:					100%;	
	position: 						absolute;
	right: 							120px;
}
.moduletable.HRERAward .custom {
	display: 						table;	
	height:							100%;
}
.moduletable.HRERAward .custom p {
	display: 						table-cell;	
	vertical-align: 				middle;		
}
.moduletable.HRERAward a img {
	max-width:						100%;
	filter: 						grayscale(1) brightness(0) contrast(0) ;
	-webkit-filter:  				grayscale(1) brightness(0) contrast(0) ;
	-webkit-transition-duration: 	0.5s;
	-moz-transition-duration: 		0.5s;
	-o-transition-duration: 		0.5s;
	transition-duration: 			0.5s;	
}
.moduletable.HRERAward a:hover img {
	max-width:						100%;
	filter: 						none;
	-webkit-filter:  				none;
	transition: 					all 1s ease 0s;

}

/* menu językowe */
#top .languages {
	float: 							right;	
	margin-right: 					20px;
}
#top .languages a {		
	border-radius: 					100%;
	background: 					#424242;
	color: 							#fff;
	font-weight: 					300;
	font-size: 						14px;
	padding: 						5px 7px;
	margin: 						0.2em;	
}
#top .languages a:hover {
	color: 							#141414;
	background:						#ccc;	
}
#top .languages a.en:hover,
#top .languages a.ru:hover,
#top .languages a.pl:hover,
#top .languages a.tr:hover {
	color: 							transparent !important;
}
#top .languages a.tr {
	background:						url(../images/tr.png) #424242 no-repeat !important;	
	background-position: 			0px -30px !important;
}
#top .languages a.tr:hover {
	background-position:			0px !important;
}
#top .languages a.pl {
	background: 					url(../images/pl.png) #424242 no-repeat !important;	
	background-position: 			0px -30px !important;
}
#top .languages a.pl:hover {
	background-position: 			0px !important;
}
#top .languages a.ru {
	background: 					url(../images/ru.png) #424242 no-repeat !important;	
	background-position: 			0px -30px !important;
}
#top .languages a.ru:hover {
	background-position: 			0px !important;
}
#top .languages a.en {
	background: 					url(../images/en.png) #424242 no-repeat !important;	
	background-position: 			0px -30px !important;
}
#top .languages a.en:hover {
	background-position: 			0px !important;
}

/* ikony social */
#top .social {
	float:							right;
}
#top .social i,
#top .social em {
    border-radius: 					100%;
    background: 					#424242 none repeat scroll 0% 0%;
    color: 							#fff;
    font-weight: 					300;
    font-size: 						14px;
    padding: 						7px 5px 3px 5px;
    margin:							0.2em;
	width:							16px;
	height:							16px;		
}

#top .social i:hover,
#top .social em:hover {
	color: 							#141414;
	background:						#ccc;	
}
#top .social a {
	margin-top:						20px;
	margin-right:					10px;
	color:							#fff;
}

.item-page.e404 .moduletablesearch .inputbox,
.item-page.e404 .moduletablesearch button,
#mainmenu .moduletablesearch .inputbox,
#mainmenu .moduletablesearch button,
#searchForm .inputbox,
#searchForm button.btn,
a.readon,
p.readmore a.btn  {
	color:							#fff;
	background:						#00aeef;
	border:							1px solid #fff;	
	padding: 						15px;
	font-size:						12px;
	text-transform: 				uppercase;	
	margin-top:						20px;
	display: 						inline-block;	
}
.item-page.e404 .moduletablesearch button:hover,
#mainmenu .moduletablesearch button:hover,
#searchForm button.btn:hover,
a.readon:hover,
p.readmore a.btn:hover    {
	-webkit-transition-duration: 	1s;
	-moz-transition-duration: 		1s;
	-o-transition-duration: 		1s;
	transition-duration: 			1s;

}


#slider {
	/*margin-top:						140px;*/
}

/* ------------------------------------------------------- */

				/**** stopka ****/
				
#footer {
	/*margin-top:						20px;*/
	padding: 						0;	
	background:						#000;
	color:							#787878;
	text-align:						center;
	font-size:						12px;
	clear:							both;
	float:							none;
}
#footer a {
	color:							#787878;
}
#footer a:hover {
	color:							#fff;
}
/* strefy */
#footer .strefy {
	background: 					#050b0d;
	padding:						20px;
	margin:							0;
}
/* adres etc */
#footer .address {
	padding:						20px;
	padding-top:					30px;	
}

/* stopkowe menu */
#footer .moduletable_menu {
	background:						#030709;
	width:							100%;
}
#footer .moduletable_menu ul {
	list-style: 					none;
	margin-left: 					0;
	padding-left: 					10px;
}
#footer .moduletable_menu li {
	border:							#070f12 1px solid;
	display: 						inline-block;
	width:							19%;
	
}
#footer .moduletable_menu a {
	color:							#fff;
	text-transform:					uppercase;
	font-size:						14px;
	font-weight:					300;
	display:						block;
	padding: 						20px 0;	
}
#footer .moduletable_menu a:hover {
	color:							#ccc;	
	background:						#070f12;
}

a.mapprint {
	display:						none;
}

a#backtotop {
	display:						block;
	position:						fixed;
	bottom:							10px;
	right:							10px;
	z-index:						999999;
	color:							#333;
	opacity:						0;	
}
a#backtotop:hover {
	color:							#ccc;
	transform: 						scale(1.2);	
	opacity: 						1 !important;
}


/* ------------------------------------------------------- */

/* cheaty */
#cheaty {
	position: 						fixed;
	width: 							300px;
	line-height: 					2em;
	font-size: 						11px;
	padding: 						0.2em;
	top: 							0;
	right:							0;
	border: 						1px solid #222;
	z-index: 						99999;
	background: 					#fff;
	
	
}

.componentheading {
	font-size: 						60px !important;
	font-weight: 					bold !important;
	text-transform: 				uppercase;
	line-height: 					120px;
}
.componentheading,
.alert {
	text-align: 					center;
}

/*  CP */
#content .cp-result-list {
	overflow: auto;
}
#content .cp-result-list .cp-result dl, 
#content .cp-result-list .cp-result dd, 
#content .cp-result-list .cp-result dt {
	display:						block;
	margin: 						0;
	padding: 						0;	
}
#content .cp-result-list .cp-result {
	border-top: 					1px dotted #00AEEF !important;
	padding-top: 					10px;
	width: 							32%;
	margin-right: 					1%;
	float: 							left;
	height: 						700px;
}
/*
#content .cp-result-list .cp-tags .cp-tag:after {
	content: 						", ";
}
#content .cp-result-list .cp-tags .cp-tag:last-child:after {
	content: 						"";
}
*/
#content .cp-result-list .cp-tags .cp-tag {

}
#content .cp-result-list .cp-tags .cp-tag a {
	display: 						inline-block;
	color: 							#fff;
	padding: 						2px 3px;
	background:						#00AEEF;
	border:							1px solid #00AEEF;	
	margin:							0 0 2px 0;
}
#content .cp-result-list .cp-tags .cp-tag a:hover {
	background:						#fff;
	color:							#00AEEF;
}
#content .cp-result-list .cp-title  {	
	height: 						90px;
	display: 						table-cell;
	vertical-align: 				bottom;
}
#content .cp-result-list .cp-title a{	
	font-size: 						18px;
	font-weight: 					900;
	text-transform: 				uppercase;
	color: 							#121212;
}
#content .cp-result-list .cp-image {
    float: 							none;
    margin: 						70px 4px 4px 0px;	
}
#content .cp-result-list  div.cp-image {
    float: 							none;
    margin: 						0px;
    clear:  						both;
}
#content .cp-result-list  div.cp-image img {
	width:  						100%;
	height: 						auto;
	margin-top:  					20px;	
	margin-bottom:  				20px;		
}
.cp-tags {
	margin-top:  					20px;
}
.cp-tag-label {
	display:  						none;
}
.cp-tag {
	font-size:  					12px;
}
.-hidden  {
	display:  						none !important;
}
#over {
	background: 					#f3f4f5;	
}
.moduletable.breadcrumb {
	padding:		 				0;
	margin-top:		 				-15px;
	display:		 				inline-block;
	height: 		 				51px;
	position: 		 				fixed;
	z-index: 		 				9998;
}
.moduletable.breadcrumb ul{
	background: 	 				rgba(0,0,0,0.7);
	color: 							#ccc;
	font-size: 						12px;
	font-weight:					400;
	padding:						12px;
	display:						inline-block;
}
.moduletable.breadcrumb,
.moduletable.breadcrumb a {
	color: 							#ccc;
}
.moduletable.breadcrumb a:hover {
	color:							#fff;
}
.moduletable.breadcrumb ul li {
	display: 						inline-block;
}
.moduletable.breadcrumb .divider {
	padding-left: 					5px;
	padding-right: 					5px;	
}
div.arrow-right {
	width: 							0; 
	height: 						0; 
	border-bottom: 					18px solid transparent;  
	border-top: 					18px solid transparent; 
	border-left: 					17px solid rgba(0,0,0,0.7); 
	font-size: 						0;
	line-height: 					0;
	display:						inline-block;
	float: 							right;
	margin-top: 					15px;
}
/*
p:blank,
p:empty {
	border: 						1px solid red !important;
	background: 					red !important;
}
*/
.tooltip {
	display: 						none !important;
}

:selection {
	color: 							#fff;
	background: 					#059BE6;
}

.noscroll {
	overflow: 						hidden;
}

/* archiwum */
.archive {
	max-width: 						1400px;
	margin-left: 					auto;
	margin-right: 					auto;
	padding-top: 					20px;
	margin-top: 					50px;
}
.archive img {
	display: 						none !important;

}
.archive .article-info-term {
	display: 						none;
}
.archive .article-info {
	overflow: 						auto;
	clear: 							both;
	float: 							none;
	margin-bottom:					20px;

}
.archive dd {
	float: 							left;
	width: 							50%;
}
.archive dt,
.archive dd,
.archive dl {
	padding:						0;
	margin:							0;	
}
.archive dd:nth-child(3) {
	float: 							left;
	max-width: 						50%;	
	text-align: 					right;
}
.archive .category-name,
.archive .create {
	text-transform: 				uppercase;
	font-size: 						14px;
	font-style: 					italic;
}
.archive .page-header h2 a {
	font-size: 						24px;
	font-weight: 					900;
	text-transform: 				uppercase;
	color: 							#121212;
	line-height:					75px !important;
}
.archive .intro {
	font-size:						18px;
}

.archive .chzn-container {
	width: 							200px !important;
}

.pagination .xxx {
	display: 						none;
}
.archive fieldset.filters {
	margin-top:						20px;
	padding: 						20px;
	background: 					#f4f6f7;
	border:							1px solid #666;
}
.archive .element-invisible {
	display:						none;
}
ul.archive-module  {
	display:						none;
}


.pagination {
	border-top:						1px solid #ccc;
	font-size: 						14px;
	text-transform:					capitalize;
}
.pagination ul {
	list-style:						none;
	text-align:						center;	
}
.pagination li {
	display:						inline-block;
	margin:							5px 10px;
}
.pagination-start,
.pagination-prev,
.pagination-next,
.pagination-end {
	
}