/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
*/

@font-face {
    font-family: 'SommetRoundedRegular';
    src: url('../fonts/SommetRoundedRegular.eot');
    src: local('0'), url('../fonts/SommetRoundedRegular.woff') format('woff'), 
    url('../fonts/SommetRoundedRegular.ttf') format('truetype'), 
    url('../fonts/SommetRoundedRegular.svg') format('svg'); 
    font-weight: normal;
    font-style: normal;   
}

@font-face {
    font-family: 'Geologica';
    src: local('0'),url('../fonts/Geologica-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;   
}

html {
	height       : 100%;
	margin-bottom: 1px;
	font-size    : 100%;
}

form {
	margin-left: 10px;
	overflow   : hidden;
	padding    : 0;
}

body {
	position   : relative;
	color      : #333;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-size  : 15px;
	line-height: 16px;
	margin     : 0;
	min-height : 100%;
	overflow-x : hidden;
	padding    : 0;
}
input[type=submit], input[type=button], .btn-toolbar .btn {
	background: none;
	border: 2px solid #ffffff;
	color: white;
	padding: 5px;
	text-decoration: none;
	margin: 3px;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   transition: all .5s ease;
   width: 100px;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: rgb(255, 255, 255);
	color: #292929;
	border: 2px solid #2c2c2c;
}

.color_back {
	margin: 0 auto;
}

a:hover {
	text-decoration: underline;
}
caption {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	margin: 20px 0 5px 0;
	caption-side: top;
	color: #036 !important;
}
h1,
.subheading-category,
.jev_evdt_header {
	font-weight  : 700;
	line-height  : 36px;
	margin-bottom: 10px;
	margin-top   : 0;
}

h2 {
	color      : #333;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 34px;
	text-align : left;
}

h3 {
	color      : #333;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 34px;
	text-align : left;
}

h4 {
	color      : #333;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 34px;
	text-align : left;
}

h5 {
	color      : #333;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
	text-align : left;
	margin: 20px 0 0 0;
}

h6 {
	color         : #606060;
	font-size     : 10px !important;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	margin        : 20px 0 0 !important;
	padding-bottom: 2px;
	text-align    : center;
}

.baner_shadow {
	z-index         : 1000;
	height          : 600px;
	/* background-image: linear-gradient(black, rgba(0, 0, 0, 0)); */
}

.wrapper {
	margin-left : auto;
	margin-right: auto;
}

.offer a:link,
.offer a:visited {
	color      : #383838;
	text-align : center;
	font-family: 'Geologica', 'Open Sans Condensed', sans-serif;
	font-size  : 18px;
	font-weight: 700;

}

.offer a:hover {
	animation-duration       : .5s;
	animation-fill-mode      : forwards;
	animation-iteration-count: 1;
	animation-name           : bright_color;
}

@keyframes bright_color {
	from {
		opacity: 1.0;
	}

	to {
		opacity: .5;
	}
}

.black_bar {
	width           : 100%;
	height          : 100px;
	background-color: rgba(52, 79, 46, 0.5);
	position        : absolute;
	margin          : 0;
	z-index         : -1;
}

.head_text {
	width  : 1300px;
	height : 200px;
	float  : left;
	display: inline;
}

.head_text img {
	float  : left;
	display: inline;
	margin : 0;
}

.head_text h1 {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-size  : 2.5rem;
	font-weight: 700;
	padding    : 0;
	margin     : 0;
	color      : #000;
}

.head_text h2 {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 500;
	color      : #000;
	font-size  : 1.5rem;
	padding    : 0;
	margin     : 0;
}

.head_text a:hover {
	text-decoration: none;
}

.item-title {
	font-size  : 24px;
	font-weight: 400;
	line-height: 25px;
}

.button {
	cursor: pointer;
}

p {
	margin: 5px 0;
}

img {
	border    : 0 none;
	display   : inline-block;
	margin    : auto;
	text-align: center;
}

header {
	height : 120px;
	position: absolute;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

li.button_link {
	border    : 2px solid #31302B;
	display   : list-item;
	font-size : 14px;
	height    : 22px;
	text-align: left;
	padding   : 0 5px;
	width     : 400px;
}

div.button_link {
	/* display: inline;*/
	margin: 15px;
}

.button_link a, .button_link a:link, .button_link a:active, .button_link a:visited {
	display: inline;
	cursor: pointer;
	font-family: 'Geologica', 'Open Sans', sans-serif !important;
	color: #31302B !important;
	border: 2px solid #31302B;
	background-color: #FFF !important;
	border-radius: 0px;
	width: auto;
	height: 18px;
	font-size: 12px;
	font-weight: 500 !important;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none !important;
	font-weight: 900 !important;
	box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;

}

.button_link_big a {
	display: inline;
	cursor: pointer;
	color: #31302B !important;
	border: 2px solid #31302B;
	background-color: #FFF !important;
	border-radius: 0px;
	width: auto;
	margin: 30px 0px;
	height: 30px;
	font-size: 22px;
	padding: 2px 10px;
	text-align: center;
	box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;

}

.top_logo {
	height: 180px;
	margin: 0 0 10px;
}

#naglowek_lewa {
	float : left;
	margin: 0;
	width : 260px;
	height: 150px;
}

#naglowek_prawa {
	float : right;
	margin: 0;
}

.top_logo h1 {
	color      : #000;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-size  : 42px;
	font-weight: 700;
	margin     : 10px 0 5px;
}

.top_logo h2 {
	color    : #000;
	font-size: 24px;
	margin   : 0;
}

.logo_uph, .logo_uph.stopka {
	margin: 25px 0 0 20px;
	width : 260px;
	height: 70px;
	float : left;
	background:url(../images/logo-uws-poziom-bialy.svg) no-repeat;
}

.logo_uph.en, .logo_uph.en.stopka {
	background: url(../images/logo-uws-en-white.svg) no-repeat;
}

.logo_uph.ru, .logo_uph.ru.stopka {
	background:url(../images/logo_uph_ru_biale.svg) no-repeat;
}
.logo_uph.uk {
	background:url(../images/logo-uws-poziom-bialy-uk.png) no-repeat;
}

.logo_instagram {
	width : 20px;
	height: 20px;
	background:url(../images/logo_instagram_biale.png) no-repeat;
}

.logo_tiktok {
	width : 20px;
	height: 20px;
	background:url(../images/logo_tiktok_biale.png) no-repeat;
}

.logo_spotify {
	width : 20px;
	height: 20px;
	background:url(../images/logo_spotify_biale.png) no-repeat;
}

.logo_youtube {
	width : 20px;
	height: 20px;
	background:url(../images/logo_youtube_biale.png) no-repeat;
}

.logo_facebook {
	width : 20px;
	height: 20px;
	background:url(../images/logo_fb_biale.png) no-repeat;
}

.logo_hr {
	background:url(../images/logo_hr_biale.png) no-repeat;
	width : 200px;
	height: 185px;
	color:transparent;
	text-decoration: none !important;
}
a.div.logo_hr {
	text-decoration: none;
}
.godlo_polski {
	background: url(../images/godlo.svg) no-repeat;
	width     : 90px;
	height    : 100px;
	margin    : 10px 0;
	float     : left;
}

.media {
	margin: 10px 0 95px 10px;
	width : 200px;
}

nav {
	margin: 15px 0 0 0;
	float: right;
}

div#flags {
	margin: 10px 0 10px 0;
	float : right;
}

div#flags li {
	zoom        : 1;
	margin      : 0;
	padding     : 2px;
	line-height : 0px;
}

div#search_wrapper {
	margin : 7px 7px 0 0px;
	display: block;
}

div#linki_wrapper {
	margin     : 5px 0 15px 0;
	float      : right;
	font-family: 'Geologica', 'Open Sans', sans-serif;
}

div#linki_wrapper ul {
	margin : 10px 0 0 0;
	padding: 0;
	display: block;
	width  : auto;
}

div#linki_wrapper li {
	list-style-type   : none;
	display           : inline;
	padding           : 0 4px 0 4px;
	border-right      : 1px solid;
	border-right-color: #CCCCCC;
}

div#linki_wrapper a {
	font-size  : 12px;
	color      : rgb(255, 255, 255);
	font-weight: 400;
}

div#linki_wrapper li:last-child {
	border-right: 0px solid;
}

.www_button {
	border         : 1px solid #ddd;
	color          : #666;
	float          : right;
	font-size      : 10px;

	margin         : 0 200px 0 0;
	min-width      : 60px;
	padding        : 0;
	text-align     : center !important;
	text-decoration: none;
	transition     : all ease .8s;
	width          : 60px;
}

.slide_button {
	background     : url(../images/bk_pagenavi.jpg) 0 100% repeat-x;
	border         : 1px solid #ddd;
	color          : #666;
	margin         : 6px 0 10px;
	min-width      : 100px;
	padding        : 5px;
	text-align     : center !important;
	text-decoration: none;
	transition     : all ease .8s;
	width          : 250px;
} 

/* img#box_3d:hover{
webkit-filter: sepia(100%); 
filter: sepia(100%);
webkit-filter: saturate(250%);
moz-filter: saturate(250%);
o-filter: saturate(250%);
ms-filter: saturate(250%);
filter: saturate(250%);
} */

div.mod-languages a {
	color: #FFF;
	text-decoration: none;
	background: none;
	font-weight: 700;
	font-family: 'Geologica', 'Open Sans Condensed', sans-serif;
}

.slide_button a:hover,
.www_button a:hover {
	color          : #FFF !important;
	text-decoration: none !important;
}

.slide_button a,
.www_button a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 700 !important;
}

.background_palac {
	background  : url(../images/img_glowne.jpg) no-repeat;
	float       : left;
	height      : 450px;
	left        : 50%;
	margin-right: -50%;
	position    : absolute;
	transform   : translate(-50%, 0%);
	width       : 1920px;
}

.page_background {
	background           : url(../images/box_horizontal.jpg) no-repeat;
	float                : left;
	height               : 325px;
	left                 : 50%;
	margin-right         : -50%;
	position             : absolute;
	transform            : translate(-50%, 0%);
	width                : 100%;
	background-position-x: 50%;
}

.background_kandydaci {
	background  : url(../images/img_kandydaci.jpg) no-repeat;
	float       : left;
	height      : 220px;
	left        : 50%;
	margin-right: -50%;
	position    : absolute;
	transform   : translate(-50%, 0%);
	width       : 1920px;
}

.background_pracownicy {
	background  : url(../images/img_pracownicy.jpg) no-repeat;
	float       : left;
	height      : 220px;
	left        : 50%;
	margin-right: -50%;
	position    : absolute;
	transform   : translate(-50%, 0%);
	width       : 1920px;
}

.background_biblioteka {
	background  : url(../images/img_biblioteka.jpg) no-repeat;
	float       : left;
	height      : 220px;
	left        : 50%;
	margin-right: -50%;
	position    : absolute;
	transform   : translate(-50%, 0%);
	width       : 1920px;
}

.background_nauka {
	background  : url(../images/img_nauka.jpg) no-repeat;
	float       : left;
	height      : 220px;
	left        : 50%;
	margin-right: -50%;
	position    : absolute;
	transform   : translate(-50%, 0%);
	width       : 1920px;
}

.background_obce {
	background  : url(../images/img_obce.jpg) no-repeat;
	float       : left;
	height      : 220px;
	left        : 50%;
	margin-right: -50%;
	position    : absolute;
	transform   : translate(-50%, 0%);
	width       : 1920px;
}

.background_uczelnia,
.background_wydarzenia {
	background  : url(../images/baner_strony.jpg) no-repeat;
	height      : 300px;
	width       : 1920px;
	margin: 20px auto;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	/* Safari and Chrome */
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	/* W3C */
	display: box;
	box-pack: center;
	box-align: center;
}

.color_box {
	background-color: #66326D;
	height          : 40px;
	padding         : 0;
	width           : 100%;
}

.wrapper_logo {
	background: #fff;
	box-shadow: 0 6px 6px 0 #444;
	margin    : 0;
	padding   : 10px;
	width     : 300px;
	z-index   : 1;
}

.head_background {
	background: url(../images/background_mainpage.jpg) no-repeat;
}

.left_column {
	float : left;
	margin: 0 10px 0 0;
	width : 1300px;
}

.right_column {
	float: left;
	width: 390px;
}

.margin_main {
	margin: 500px 0 0;
}

.margin_article {
	margin: 340px 0 0;
}

.background_banner {
	background-color: #e5ecf1;
	height          : 250px;
	margin-top      : 370px;
	width           : 100%;
}

.baner {
	clear   : both;
	z-index : -2;
}

.no_background {
	background: linear-gradient(#000 30%, #fff 30%) no-repeat;
}
.mapa {
	display   : block;
	float     : left;
	margin    : 10px 0 0;
	min-height: 440px;
	width     : 1300px;
}

.bt-introtext {
	font-size  : 15px;
	line-height: 16px;
}

.menu-color {
	text-align: right;

}

.navbar {
	display: inline !important;
}

.container-fluid {
	text-align: right !important;
}

/* #horizontal_menu {
	margin: 10px 0 0 0;
	text-align: right;
}

#horizontal_submenu {
	padding: 0 0 0 0px;

}

#horizontal_menu li,
#horizontal_submenu li {
	background-origin  : padding-box;
	display            : inline;
	height             : 18px;
	list-style-image   : none;
	list-style-position: outside;
	list-style-type    : none;
	padding            : 0 3px 5px;
}


#horizontal_menu li a:link,
#horizontal_menu li a:visited {
	background-image: none;
	border-right    : 0;
	color           : rgb(255, 255, 255);
	display         : inline;
	font-family     : 'Roboto Condensed', 'Trebuchet MS', helvetica, sans-serif;
	font-size       : 18px;
	font-style      : normal;
	font-weight     : 700;
	height          : 14px;
	margin-bottom   : 0;
	margin-top      : 0;
	padding         : 9px 9px 10px;
	text-align      : left;
	text-decoration : none;
	white-space     : nowrap;
}

#horizontal_submenu li a:link,
#horizontal_submenu li a:visited {
	background-image: none;
	border-right    : 0;
	color           : #333;
	display         : inline;
	font-family     : 'Roboto Condensed', 'Trebuchet MS', helvetica, sans-serif;
	font-size       : 16px;
	font-style      : normal;
	font-weight     : 300;
	height          : 14px;
	margin-bottom   : 0;
	margin-top      : 0;
	padding         : 9px 9px 10px;
	text-align      : left;
	text-decoration : none;
	white-space     : nowrap;
}

#horizontal_menu li a:hover,
#horizontal_submenu li a:hover {
	animation-duration       : .5s;
	animation-fill-mode      : forwards;
	animation-iteration-count: 1;
	animation-name           : kolor_menu_gorne;
}

#horizontal_menu li>active {
	background-color: #E60005;
	height          : 18px;
	width           : 200px;
} */

@keyframes kolor_menu_gorne {
	0% {
		opacity: 1.0;
	}

	100% {
		opacity: .4;
	}
}

.top_bar {
	background-color: #FFF;
	height          : 140px;
	width           : 100%;
}

.video_background,
.nauka_background {
	background-color: #f5f5f5;
	width           : 100%;
	padding         : 20px;
	color           : rgb(0, 0, 0);
	vertical-align  : top;
}

.newsletter_background {
	background-color: #2b4658;
	width           : 100%;
	padding         : 20px;
	color           : #FFF;
	vertical-align  : top;
}

.newsletter_background a {
	color           : #FFF !important;
	text-decoration: underline !important;
}

.studia_background {
	width         : 100%;
	padding       : 20px;
	background-color : #f5f5f5;
	vertical-align: top;
}

.studia_background .bt-cs .bt-inner img {
	outline: none;
	border: none;
}


.studia_english_background {
	background-image: url("/images/other/studies_in_english.jpg");
	width           : 100%;
	height          : auto;
	padding         : 20px;
	color           : #000;
	vertical-align  : top;
}

.studies_english_panel {
	padding         : 20px;
	background-color: rgb(255, 255, 255, 0.8);
	color           : black;
}

.skroty_background {
	width           : 100%;
	padding         : 20px;
	color           : #000;
	vertical-align  : top;
	background-color: #f5f5f5;
}

.video_background h2,
.nauka_background h2 {
	color: rgb(0, 0, 0);
}

.nauka_background li a {
	color      : rgb(0, 0, 0);
	font-size  : 14px;
	font-weight: 400;
	line-height: 14px;
	margin     : 0;
	text-decoration: none;
}

.video_background a:link,
.video_background a:visited,
.skroty_background a:link,
.skroty_background a:visited {
	color : rgb(0, 0, 0);
	margin: 10px;
	text-decoration: none;
}

.video_background img {
	width : 400px;
	height: auto;
}

.flashnews {
	color      : #525252;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-size  : 15px;
	font-weight: 400;
	line-height: 16px;
	transition : all ease .8s;
	width      : 100%;
	margin-top : 15px;
}

.leading-0 a,
.column-1 a,
.flashnews a {
	color      : #525252 !important;
	font-weight: 400 !important;
}

.right_article a:hover,
.flashnews a:hover {
	-moz-transition   : 0 .5s opacity .5s;
	-webkit-transition: 0 .5s opacity .5s;
	color             : #000 !important;
	font-weight       : 500;
	opacity           : 0.6;
	text-decoration   : none;
	transition        : transform .5s opacity .5s;
}

.right_article .leading-0 img,
.right_article .column-1 img,
.flashnews img,
.wydarzenia img {
	border   : 3px solid #fff !important;
	height   : 100%;
	margin   : 5px 7px 5px 0 !important;
	max-width: 99% !important;
	outline  : 1px solid #b5b5b5 !important;
	width    : 100%;
}

.flashnews h2>a {
	color      : #036 !important;
	font-weight: 700;
	margin     : 10px 0 -10px;
	padding    : 0;
	text-align : left;
}

.cols-2,
.columns-2 {
	display: block;
	float  : left;
	width  : 50%;
}

.span6 {
	min-height: 500px;
	text-align: left;
	width     : 340px;
}

.bt-title {
	color: #060;
}

.breadcrumb {
	color     : #000;
	list-style: none;
	overflow  : hidden;
	padding   : 12px 0 0;
}

.breadcrumb li {
	display        : inline;
	font-size      : 15px;
	list-style-type: none;
}

.breadcrumb li a {
	color      : #000;
	font-weight: 400;
	text-shadow: none;
}

.breadcrumb>li>.divider {
	color  : #000;
	display: inline-block;
	margin : 0;
	padding: 0 5px;
}

.small {
	color      : #999;
	font-size  : 11px;
	font-weight: 400;
	text-align : left;
}

.modifydate {
	color         : #999;
	font-size     : 11px;
	font-weight   : 400;
	height        : 20px;
	text-align    : left;
	vertical-align: bottom;
}

.create,
.metadata {
	color         : #727272;
	font-size     : 11px;
	font-weight   : 400;
	height        : 15px;
	margin        : 0;
	padding       : 0;
	vertical-align: top;
}

.createdby {
	color    : #727272;
	font-size: 11px;
	height   : 15px;
	margin   : -15px 0 2px;
	padding  : 0;
}

form#rokajaxsearch {
	float : right;
	margin: 0 12px 0 0;
}

div#socialmedia_wrapper {
	margin-top : 10px;
	margin-left: 1200px;
	float      : right;
	height     : 100px;
	position   : absolute;
	width      : 100px;

}

div#socialmedia_wrapper li {
	margin : 5px;
	display: inline;
}

.linki_wrapper {
	clear      : both;
	float      : right;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	margin     : 5px 5px 0 0;
}

.linki_wrapper ul {
	display: block;
	margin : 10px 0 0;
	padding: 0;
	width  : auto;
}

.linki_wrapper li {
	border-right      : 1px solid;
	border-right-color: #aaa;
	display           : inline;
	list-style-type   : none;
	margin            : 0 0 0 2px;
	padding           : 0 5px;
}

.linki_wrapper li a {
	color      : #FFF;
	font-size  : 13px;
	font-weight: 400;
}

.linki_wrapper li:last-child {
	border-right: 0 solid;
}

div#ikony {
	margin    : 0 14px 0 124px;
	text-align: right;
}

div#flag {
	margin: 3px 0 0 101px;
}

div#flag li {
	display: inline-block;
	margin : 2px;
	zoom   : 1;
}



/* .right_article {
	font-family: Oxygen, sans-serif;
	font-size  : 15px;
	line-height: 20px;
	margin     : 0 0 15px 20px;
	min-height : 600px;
	text-align : left;
	width      : 100%;
}

.right_article p {
	width: auto !important;
}

.right_article h1,
.right_article .subheading-category {
	margin    : 10px 0;
	text-align: left;
}

.right_article li {
	font-size: 13px;
	padding  : 0 0 2px;
}

.right_article .tabela {
	font-size   : 12px;
	margin-left : auto;
	margin-right: auto;
	width       : 98%;
}

.right_article .tabela_kierunki tr {
	height: 35px;
}

.right_article .tabela td,
.right_article .tabela th {
	border-bottom-color: #CCC;
	border-style       : none none dotted;
	border-width       : 0 1px 1px;
	line-height        : 13px;
	padding            : 7px 5px;
}

.right_article .tabela_head,
.right_article .tabela_head th {
	background-color: #096194;
	color           : #FFF;
	font-weight     : 700;
	font-size: 10px;
	padding         : 7px 5px;
}

.right_article .tabela img {
	height: auto;
	width : auto;
}

.right_article img {
	border : none !important;
	height : auto !important;
	outline: none !important;
	width  : auto !important;
} */

.container_menu {
	background-color: #FFF;
	float           : left;
	margin          : 10px 0 0;
	width           : 230px;
}

.left_menu {
	display: inline-block;
	padding: 0;
	width  : 230px;
}

.left_menu a.mainlevel:link,
.left_menu a.mainlevel:visited {
	color       : #666;
	font-weight : 400;
	height      : 28px;
	line-height : 15px;
	padding-left: 0;
}

.left_menu ul {
	list-style: none;
	margin    : 0;
	padding   : 0;
	width     : 220px;
}

.left_menu li a {
	border-bottom      : 1px dotted;
	border-bottom-color: #9E9E9E;
	color              : #585858;
	display            : block;
	font-size          : 14px;
	font-weight        : 700;
	height             : auto;
	overflow           : visible;
	padding            : 6px 0 6px 5px;
	text-align         : left;
	text-decoration    : none;
	width              : 220px;
}

.left_menu ul ul {
	list-style: none;
	margin    : 2px 0 2px 12px;
	padding   : 0;
	width     : 208px;
}

.left_menu ul ul ul {
	list-style: none;
	margin    : 2px 0 2px 12px;
	padding   : 0;
	width     : 195px;
}

.left_menu li li:first-child a {
	margin: -2px 0 0;
}

.left_menu li li:last-child a {
	margin: 0 0 -2px;
}

.left_menu li li a {
	color          : #585858;
	font-size      : 14px;
	font-weight    : 400;
	height         : auto;
	min-height     : 16px;
	overflow       : auto;
	padding        : 5px 2px 6px 5px;
	text-align     : left;
	text-decoration: none;
	width          : 208px;
}

.left_menu li li li a {
	font-weight: 400;
}

.left_menu li a:hover {
	-webkit-animation-duration       : .5s;
	-webkit-animation-fill-mode      : forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-name           : kolor_menu_lewe;
	animation-duration               : .5s;
	animation-fill-mode              : forwards;
	animation-iteration-count        : 1;
	animation-name                   : kolor_menu_lewe;
}

@keyframes kolor_menu_lewe {
	0% {
		background-color: #FFF;
		color           : #000;
	}

	100% {
		background-color: #1785C4;
		color           : #FFF;
	}
}

@-webkit-keyframes kolor_menu_lewe {
	0% {
		background-color: #FFF;
		color           : #000;
	}

	100% {
		background-color: #1785C4;
		color           : #FFF;
	}
}

.left_menu li .current,
.left_menu li li .current {
	background-color: #E8E8E8;
}

.left_menu_home {
	float              : left;
	list-style-position: inside;
	margin             : 0;
	padding            : 0 5px;
	width              : 430px;
}

.pagination-list {
	margin : 0;
	padding: 0;
}

.pagination {
	display     : table;
	height      : 10px;
	margin-left : auto;
	margin-right: auto;
	padding     : 30px 0 40px;
	text-align  : center;
}

.pagination ul {
	display     : inline;
	margin-left : auto;
	margin-right: auto;
	margin-top  : 10px;
	text-align  : center;
	zoom        : 1;
}

.pagination li {
	display: inline;
	margin : 0 4px 0 0;
	padding: 0;
}

.pagination-list a {
	background     : url(../images/bk_pagenavi.jpg) 0 100% repeat-x;
	border         : 1px solid #ddd;
	color          : #666;
	margin-right   : 0;
	padding        : 2px 5px;
	text-align     : center;
	text-decoration: none;
}

div#container_wrapper .pagination-list .active a {
	background: #2F97FF;
	border    : 1px solid #0A95D8;
	color     : #fff;
}

div#container_wrapper .pagination-list a:link {
	color      : #999;
	font-weight: 100;
}

div#container_wrapper .pagination .disabled span,
div#container_wrapper .pagination .disabled a,
div#container_wrapper .pagination .disabled a:hover {
	color: #ddd;
}

.mod_events_latest_date {
	color: #5B5B5B;
}

.category-module-wydarzenia a:link,
.category-module-ogloszenia a:link,
.category-module-wazne-ogloszenia a:link,
.category-module-wazne-ogloszenia a:visited,
.mod_events_latest a:link,
.mod_events_latest_first a:link,
.mod_events_latest a:visited,
.mod_events_latest_first a:visited {
	color      : #5B5B5B;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-size  : 13px;
	font-weight: 400;
	text-decoration: none;
}

.category-module-wazne-ogloszenia a:link {
	color      : #5B5B5B;
	/* font-weight: 700; */
}

.category-module-wazne-ogloszenia a:hover {
	font-weight: 700;
}

.category-module-wydarzenia li,
.category-module-ogloszenia li,
.mod_events_latest,
.mod_events_latest_first {
	border-bottom-color: #879EC9;
	border-style       : none none dotted;
	border-width       : 0 1px 1px;
	color              : #394293;
	font-size          : 14px;
	font-weight        : 100;
	line-height        : 14px;
	margin             : 0;
	padding            : 5px 4px;
}

.category-module-wazne-ogloszenia li {
	background-image   : url(../images/wazne.png) no-repeat;
	border-bottom-color: #5B5B5B;
	border-style       : none none dotted;
	border-width       : 0 1px 1px;
	font-family        : 'Geologica', 'Open Sans', sans-serif;
	font-size          : 13px;
	font-weight        : 700;
	line-height        : 14px;
	margin             : 0;
	padding            : 5px 4px;
}

/* .category-module-wazne-ogloszenia li:before {
	content: url(../images/wazne.png);
} */

.category-module-wydarzenia,
.category-module-ogloszenia,
.category-module-wazne-ogloszenia {
	list-style: none;
	margin    : 0;
	padding   : 0;
}

div.cookie_ostrzezenie {
	background-color: #39C;
	border          : 1px solid rgba(0, 0, 0, 0.15);
	border-radius   : 4px;
	bottom          : 4px;
	box-shadow      : 0 0 6px rgba(0, 0, 0, 0.05);
	color           : #E9E9E9;
	filter          : alpha(opacity=95);
	left            : 5px;
	margin-left     : auto;
	margin-right    : auto;
	opacity         : 0.95;
	overflow        : hidden;
	padding         : 10px;
	position        : fixed;
	right           : 5px;
	width           : 1050px;
	z-index         : 1000;
}

div.cookie_potwierdzenie {
	display      : block;
	margin-bottom: 10px;
	margin-left  : 930px;
	margin-top   : -30px;
	padding-top  : -20px;
	width        : 150px;
}

div.cookie_tekst {
	margin-right: 150px;
}

div.cookie_tekst a {
	color: #6CF;
}

footer {
	background-color: #222;
	color           : #FFF;
	display         : block;
	float           : left;
	font-family	: 'Geologica', 'Open Sans', sans-serif;
	min-height      : 340px;
	width           : 100%;
}

.footer {
	font-size  : 12px;
	font-weight: 300;
/*	left       : 50%;*/
	margin     : 0 0 0 10px;
	position   : relative;
/*	transform  : translate(-50%, 0);*/
	width      : 1300px;
}

.footer_block {
	float      : left;
	font-size  : 15px;
	line-height: 18px;
	margin     : 0px 150px 0px 0px;
}

.footer_block a {
	color: #CCC !important;
}

.footer_block p {
	margin: 0;
}

.footer_block a:hover,
.footer_menu li a:hover {
	-moz-transition   : 0 .7s opacity .5s;
	-webkit-transition: 0 .7s opacity .5s;
	opacity           : 0.6;
	transition        : transform .7s opacity .5s;
}

.footer_block h2 {
	color      : #FFF;
	font-family: 'Geologica', 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin     : 10px 0 8px;
}



.footer_menu {
	float: left;
}

.footer_menu ul {
	flex-direction : column;
	list-style-type: square;
	margin         : 0 0 0 20px;
	padding        : 0;
	width          : 220px;

}

.footer_menu li a {

	color          : #FFF;
	display        : block;
	font-size      : 15px;
	font-weight    : 300;
	height         : auto;
	overflow       : visible;
	padding        : 2px 0 2px 3px;
	text-align     : left;
	text-decoration: none;
}

.footer_menu h3 {
	font-size  : 25px;
	font-weight: 500;
	margin     : 20px 0 20px;
}

.footer_icons {
	float: right;
}

form#searchform {
	min-height: 200px;
}

fieldset.word {
	background: #fff;
	border    : 0;
	padding   : 0;
}

:root *>.phrases-box label {
	display: table-row;
}

fieldset.phrases label,
fieldset.only label {
	display: inline;
	margin : 0 10px;
}

input#search-searchword {
	font-size: 14px;
	height   : 25px;
}

.ordering-box {
	margin: 10px 0;
}

.search-results dt.result-title {
	font-weight: 700;
	padding    : 15px 15px 0 5px;
}

.search-results dd {
	padding: 2px 15px 2px 5px;
}

.search-results dd.result-text {
	line-height: 1.7em;
	padding    : 10px 15px 10px 5px;
}

.search-results dd.result-url {
	font-size: 90%;
	padding  : 2px 15px 15px 5px;
}

.search-results dd.result-created {
	padding: 2px 15px 15px 5px;
}

.search-results dd.result-category {
	padding: 10px 15px 5px 5px;
}

.advanced-search-tip p {
	margin: 0;
}

.advanced-search-tip .term {
	font-style : italic;
	font-weight: 700;
}

.panel {
	border    : solid 1px #ddd;
	margin-top: -1px;
}

#main .panel h3 {
	background: #eee;
	border    : 0;
	font-size : 1em;
	margin    : 0;
	padding   : 0;
}

.panel h3 a {
	display        : block;
	padding        : 6px;
	text-decoration: none;
}

.pane-slider {
	border : solid 0;
	margin : 0;
	padding: 10px;
}

/* .btn-toolbar .btn {
	color  : #333;
	height : 30px;
	margin : 10px;
	padding: 3px;
	width  : 30px;
} */

.fieldset {
	border: thin;
}

#component-contact table td {
	padding: 2px 0;
}

@font-face {
	font-family: IcoMoon;
	font-style : normal;
	font-weight: 400;
	src        : url(../../../media/jui/fonts/IcoMoon.eot?#iefix) format(embedded-opentype), url(../../../media/jui/fonts/IcoMoon.svg#IcoMoon) format(svg), url(../../../media/jui/fonts/IcoMoon.woff) format(woff), url(../../../media/jui/fonts/IcoMoon.ttf) format(truetype);
}

[data-icon]:before {
	content    : attr(data-icon);
	font-family: IcoMoon;
}

[class^="icon-"],
[class*=" icon-"] {
	display     : inline-block;
	height      : 10px;
	line-height : 10px;
	margin-right: .2em;
	width       : 12px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: IcoMoon;
	font-style : normal;
}


/* ikony rekrutacja */

.ikona_podtytul {
	font-family: 'Geologica', 'Open Sans Condensed', sans-serif;
	font-size  : 15px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: none;
	display: inline-block;
}

.ikona_kandydat{
	width: 180px;
	height: 210px;
	/*background: url(/images/other/ikony/png/ikona_irk_1.png) no-repeat;*/
	padding: 130px 10px 10px 10px;
	text-align: center;
	background-position: 50% 10%; 
	color: rgb(80, 80, 80);
}

.ikona_kandydat:hover {
	/*background: url(/images/other/ikony/png/ikona_irk_biala.png) no-repeat;*/
	/* background-color: #9ebe41; */
	background-position: 50% 10%; 
	color:#214600;
	animation-duration       : .5s;
	animation-fill-mode      : forwards;
	animation-iteration-count: 1;
	animation-name           : make_green;
}


@keyframes make_green {
	from {
		color: rgb(80, 80, 80);
		background-color: none;
	}

	to {
		color: rgb(255, 255, 255);
		background-color: #9ebe41;
	}

}


.img_irk {
	background: url(/images/other/ikony/png/ikona_irk_1.png) no-repeat;
	background-position: 50% 10%; 
}

.img_irk:hover {
	background: url(/images/other/ikony/png/ikona_irk_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_studia {
	background: url(/images/other/ikony/png/ikona_studia.png) no-repeat;
	background-position: 50% 10%; 
}

.img_studia:hover {
	background: url(/images/other/ikony/png/ikona_studia_biala.png) no-repeat;
	background-position: 50% 10%; 
}


.img_studia_podyplomowe {
	background: url(/images/other/ikony/png/ikona_studia_podyplomowe.png) no-repeat;
	background-position: 50% 10%; 
}

.img_studia_podyplomowe:hover {
	background: url(/images/other/ikony/png/ikona_studia_podyplomowe_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_szkola_doktorska {
	background: url(/images/other/ikony/png/ikona_szkola_doktorska.png) no-repeat;
	background-position: 50% 10%; 
}

.img_szkola_doktorska:hover {
	background: url(/images/other/ikony/png/ikona_szkola_doktorska_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_cudzoziemcy {
	background: url(/images/other/ikony/png/ikona_cudzozimecy.png) no-repeat;
	background-position: 50% 10%; 
}

.img_cudzoziemcy:hover {
	background: url(/images/other/ikony/png/ikona_cudzozimecy_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_studia_eng {
	background: url(/images/other/ikony/png/ikona_studia_eng.png) no-repeat;
	background-position: 50% 10%; 
}

.img_studia_eng:hover {
	background: url(/images/other/ikony/png/ikona_studia_eng_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_terminy_oplaty {
	background: url(/images/other/ikony/png/ikona_terminy_oplaty.png) no-repeat;
	background-position: 50% 10%; 
}

.img_terminy_oplaty:hover {
	background: url(/images/other/ikony/png/ikona_terminy_oplaty_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_stypendia_akademiki {
	background: url(/images/other/ikony/png/ikona_stypendia_akademiki.png) no-repeat;
	background-position: 50% 10%; 
}

.img_stypendia_akademiki:hover {
	background: url(/images/other/ikony/png/ikona_stypendia_akademiki_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_wymagane_dokumenty {
	background: url(/images/other/ikony/png/ikona_wymagane_dokumenty.png) no-repeat;
	background-position: 50% 10%; 
}

.img_wymagane_dokumenty:hover {
	background: url(/images/other/ikony/png/ikona_wymagane_dokumenty_biala.png) no-repeat;
	background-position: 50% 10%; 
}
.img_akty_prawne_rekrutacja {
	background: url(/images/other/ikony/png/ikona_akty_prawne_rekrutacja.png) no-repeat;
	background-position: 50% 10%; 
}

.img_akty_prawne_rekrutacja:hover {
	background: url(/images/other/ikony/png/ikona_akty_prawne_rekrutacja_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_niepelnosprawni {
	background: url(/images/other/ikony/png/ikona_niepelnosprawni.png) no-repeat;
	background-position: 50% 10%; 
}

.img_niepelnosprawni:hover {
	background: url(/images/other/ikony/png/ikona_niepelnosprawni_biala.png) no-repeat;
	background-position: 50% 10%; 
}

.img_interaktywny_przewodnik_rekrutacyjny  {
	background: url(/images/other/ikony/png/ikona_interaktywny_przewodnik_rekrutacyjny.png) no-repeat;
	background-position: 50% 10%; 
}

.img_interaktywny_przewodnik_rekrutacyjny:hover {
	background: url(/images/other/ikony/png/ikona_interaktywny_przewodnik_rekrutacyjny_biala.png) no-repeat;
	background-position: 50% 10%; 
}
/*koniec ikony rekrutacja*/


.icon-home:before {
	content: "\21";
}
.icon-user:before {
	content: "\22";
}

.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}

.icon-comment:before,
.icon-comments:before {
	content: "\24";
}

.icon-comments-2:before {
	content: "\25";
}

.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}

.icon-share:before,
.icon-redo:before {
	content: "\27";
}

.icon-undo:before {
	content: "\28";
}

.icon-file-add:before {
	content: "\29";
}

.icon-new:before,
.icon-plus:before {
	content: "\2a";
}

.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}

.icon-pencil-2:before {
	content: "\2c";
}

.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}

.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}

.icon-picture:before {
	content: "\2f";
}

.icon-pictures:before {
	content: "\30";
}

.icon-list:before,
.icon-list-view:before {
	content: "\31";
}

.icon-power-cord:before {
	content: "\32";
}

.icon-cube:before {
	content: "\33";
}

.icon-puzzle:before {
	content: "\34";
}

.icon-flag:before {
	content: "\35";
}

.icon-tools:before {
	content: "\36";
}

.icon-cogs:before {
	content: "\37";
}

.icon-options:before,
.icon-cog:before {
	content: "\38";
}

.icon-equalizer:before {
	content: "\39";
}

.icon-wrench:before {
	content: "\3a";
}

.icon-brush:before {
	content: "\3b";
}

.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}

.icon-checkbox-unchecked:before {
	content: "\3d";
}

.icon-checkin:before,
.icon-checkbox:before {
	content: "\3e";
}

.icon-checkbox-partial:before {
	content: "\3f";
}

.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}

.icon-star-2:before {
	content: "\41";
}

.icon-featured:before,
.icon-star:before {
	content: "\42";
}

.icon-calendar:before {
	content: "\43";
}

.icon-calendar-2:before {
	content: "\44";
}

.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}

.icon-support:before {
	content: "\46";
}

.icon-pending:before,
.icon-warning:before {
	content: "\48";
}

.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}

.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}

.icon-eye-close:before,
.icon-minus:before {
	content: "\4b";
}

.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}

.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}

.icon-mail-2:before {
	content: "\4e";
}

.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}

.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}

.icon-box-add:before {
	content: "\51";
}

.icon-box-remove:before {
	content: "\52";
}

.icon-search:before {
	content: "\53";
}

.icon-filter:before {
	content: "\54";
}

.icon-camera:before {
	content: "\55";
}

.icon-play:before {
	content: "\56";
}

.icon-music:before {
	content: "\57";
}

.icon-grid-view:before {
	content: "\58";
}

.icon-grid-view-2:before {
	content: "\59";
}

.icon-menu:before {
	content: "\5a";
}

.icon-thumbs-up:before {
	content: "\5b";
}

.icon-thumbs-down:before {
	content: "\5c";
}

.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}

.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}

.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}

.icon-key:before {
	content: "\5f";
}

.icon-quote:before {
	content: "\60";
}

.icon-quote-2:before {
	content: "\61";
}

.icon-database:before {
	content: "\62";
}

.icon-location:before {
	content: "\63";
}

.icon-zoom-in:before {
	content: "\64";
}

.icon-zoom-out:before {
	content: "\65";
}

.icon-expand:before {
	content: "\66";
}

.icon-contract:before {
	content: "\67";
}

.icon-expand-2:before {
	content: "\68";
}

.icon-contract-2:before {
	content: "\69";
}

.icon-health:before {
	content: "\6a";
}

.icon-wand:before {
	content: "\6b";
}

.icon-unblock:before,
.icon-refresh:before {
	content: "\6c";
}

.icon-vcard:before {
	content: "\6d";
}

.icon-clock:before {
	content: "\6e";
}

.icon-compass:before {
	content: "\6f";
}

.icon-address:before {
	content: "\70";
}

.icon-feed:before {
	content: "\71";
}

.icon-flag-2:before {
	content: "\72";
}

.icon-pin:before {
	content: "\73";
}

.icon-lamp:before {
	content: "\74";
}

.icon-chart:before {
	content: "\75";
}

.icon-bars:before {
	content: "\76";
}

.icon-pie:before {
	content: "\77";
}

.icon-dashboard:before {
	content: "\78";
}

.icon-lightning:before {
	content: "\79";
}

.icon-move:before {
	content: "\7a";
}

.icon-next:before {
	content: "\7b";
}

.icon-previous:before {
	content: "\7c";
}

.icon-first:before {
	content: "\7d";
}

.icon-last:before {
	content: "\e000";
}

.icon-loop:before {
	content: "\e001";
}

.icon-shuffle:before {
	content: "\e002";
}

.icon-arrow-first:before {
	content: "\e003";
}

.icon-arrow-last:before {
	content: "\e004";
}

.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}

.icon-chevron-right:before,
.icon-arrow-right:before {
	content: "\e006";
}

.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}

.icon-chevron-left:before,
.icon-arrow-left:before {
	content: "\e008";
}

.icon-arrow-up-2:before {
	content: "\e009";
}

.icon-arrow-right-2:before {
	content: "\e00a";
}

.icon-download:before,
.icon-arrow-down-2:before {
	content: "\e00b";
}

.icon-arrow-left-2:before {
	content: "\e00c";
}

.icon-play-2:before {
	content: "\e00d";
}

.icon-menu-2:before {
	content: "\e00e";
}

.icon-arrow-up-3:before {
	content: "\e00f";
}

.icon-arrow-right-3:before {
	content: "\e010";
}

.icon-arrow-down-3:before {
	content: "\e011";
}

.icon-arrow-left-3:before {
	content: "\e012";
}

.icon-print:before,
.icon-printer:before {
	content: "\e013";
}

.icon-color-palette:before {
	content: "\e014";
}

.icon-camera-2:before {
	content: "\e015";
}

.icon-file:before {
	content: "\e016";
}

.icon-file-remove:before {
	content: "\e017";
}

.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}

.icon-cart:before {
	content: "\e019";
}

.icon-basket:before {
	content: "\e01a";
}

.icon-broadcast:before {
	content: "\e01b";
}

.icon-screen:before {
	content: "\e01c";
}

.icon-tablet:before {
	content: "\e01d";
}

.icon-mobile:before {
	content: "\e01e";
}

.icon-users:before {
	content: "\e01f";
}

.icon-briefcase:before {
	content: "\e020";
}

.icon-download:before {
	content: "\e021";
}

.icon-upload:before {
	content: "\e022";
}

.icon-bookmark:before {
	content: "\e023";
}

.icon-out-2:before {
	content: "\e024";
}

.table {
	border-spacing: 0;
	font-size     : 13px;
	margin-bottom : 18px;
	max-width     : 100%;
	width         : 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-bottom-color: #CCC;
	border-style       : none none dotted;
	border-width       : 0 1px 1px;
	line-height        : 13px;
	padding            : 8px;
	vertical-align     : top;
}

.table>thead>tr>th {
	border-bottom : 2px solid #CEE4FF;
	vertical-align: bottom;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-hover>tbody>tr:hover {
	background-color: #E3EDF4;
}

table col[class*="col-"] {
	display : table-column;
	float   : none;
	position: static;
}

table td[class*="col-"],
table th[class*="col-"] {
	display : table-cell;
	float   : none;
	position: static;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

dl.article-info dd {
	font-size: 12px;
	margin   : 0 0 10px;
}

/* .item-page img {
	max-width: 100%;
} */

li.item-347 {
	background-color: red;
}

li.item-819 {
	background-color: green;
}

li.item-347 a,
li.item-819 a {
	color: #FFF !important;
}

div.collapsing {
	-o-transition-duration            : .35s;
	-o-transition-property            : height, visibility;
	-o-transition-timing-function     : ease;
	-webkit-transition-duration       : .35s;
	-webkit-transition-property       : height, visibility;
	-webkit-transition-timing-function: ease;
	height                            : 0;
	overflow                          : hidden;
	position                          : relative;
	transition-duration               : .35s;
	transition-property               : height, visibility;
	transition-timing-function        : ease;
}

table.mod_events_table {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-size  : 16px;
	text-align : center;
}

td.mod_events_td_todaynoevents,
td.mod_events_td_todaywithevents {
	background-color: #fa0;
	font-size       : 16px;
}

td.mod_events_td_daywithevents {
	background-color: #FC0;
	font-size       : 16px;
}

td.mod_events_td_daywithevents a,
td.mod_events_td_todaynoevents a,
td.mod_events_td_todaywithevents a {
	color: #000;
	text-decoration: none;
}

td.mod_events_td_dayoutofmonth {
	visibility: hidden;
}

table.mod_events_monthyear {
	font-size: 16px;
}

div.mod_events_link {
	-moz-transition   : all ease .8s;
	-webkit-transition: all ease .8s;
	background-color  : #FFF !important;
	border            : 1px solid #999;
	border-radius     : 3px;
	box-shadow        : inset 0 0 0 0 #31302B;
	color             : #000 !important;
	cursor            : pointer;
	display           : block;
	font-size         : 14px;
	font-weight       : 500;
	height            : 24px;
	margin            : 0 10px;
	padding           : 5px 10px 0;
	text-align        : center;
	transition        : all ease .8s;
	width             : auto;
}

div.jev_evdt_location {
	font-size  : 20px !important;
	line-height: 22px;
}

div.jev_evdt_summary {
	width: 100% !important;
}

label {
	color: #FFF;
}

a:link,
a:active,
a:visited,
.artykul a:link,
a:visited {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	background     : none;
	color          : #005B88;
    font-weight: 400;
    text-decoration: underline;
}

th,
.pagination-centered {
	text-align: center;
}

p.www_button,
p.slide_button,
.pagination-right {
	text-align: right;
}

.slide_button:hover,
.www_button:hover,
div#container_wrapper .pagination-list a:hover {
	box-shadow     : inset 0 100px 0 0 #666 !important;
	color          : #FFF !important;
	text-decoration: none !important;
}

.na_skroty,
p.counter {
	margin: 10px 0 0;
}

#horizontal_menu,
.breadcrumb ul,
div.btn-group {
	/* display   : inline; */
	text-align: right;
}

.row-0,
div.collapse.in {
	display: block;
}

.breadcrumb>.active,
td.mod_events_td_daynoevents a {
	color      : #000;
	font-weight: 100;
}

.article-info,
.muted,
.category-module-wazne-ogloszenia {
	margin : 0;
	padding: 0;
}

fieldset.only,
div.form-limit,
div.ordering-box,
dt.article-info-term,
div.collapse {
	display: none;
}

/* .bt-cs-strefa-studenta .bt-title {
	color: #FFF !important;
} */
.artykul {
	min-height: 400px;
	margin: 0 0 10px 0;
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 140%;
}

.artykul p {
	width: auto !important;
	line-height: 140%;
	margin: 0px 0 0px 0;
}
.artykul h1, .artykul .subheading-category {
	margin: 10px 0 10px 0;
	text-align: left;
}
.artykul li {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-size: 16px;
	/* padding: 1px 0; */
}
.artykul ul li {
	/* padding: 2px 0 0 0; */
	line-height: 140%;
}
.artykul .tabela {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.artykul .tabela img {	
	width: 100%;
	height: 100%;
	outline: none !important;
	border:none !important;
}
.artykul .tabela_kierunki tr {
	height:35px;
}
.artykul .tabela td {
	border-bottom-color: #CCCCCC;
	border-style: none none dotted none;
	border-width: 0 1px 1px;
	font-size: 13px;
	line-height: 13px;
	padding: 7px 5px;
}
.artykul .tabela img {
	width: auto;
	height: auto;
}
.artykul .tabela_head,
.artykul .tabela_head th {
    color           : #000;
	font-weight     : 700;
	font-size		: 12px;
	padding         : 7px 5px;
}

/* Newsletter */
.acym_module_form input {
    padding: 4px 0 4px 6px;
    font-size: 100%;
    margin: 0;
}

.acym_module_form input[type=email] {
    padding: 4px 0 4px 6px;
    font-size: 100%;
    margin: 0;
    width: 400px;
}
.acym__users__creation__fields__title {
	display: none;
}

.acysubbuttons .button{
background: rgba(41,41,41,1);
width: 150px;
}

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
	font-size: 22pt !important;
	margin: 10px auto !important;
}

/* .bt_handles_num {
	padding-top: -10px;
	right: 0;
}

.bt_handles_num li a {
	color: rgb(51, 51, 51) !important;
	border: 1px solid #303030;
	padding: 3px !important;
}

.bt_handles_num li.current a {
    background: rgb(73, 73, 73) !important;
	color: white !important;
	
} */

/******* Wspópraca *******/
.container-ws {
	
}
.row-ws{
	
}
.col-ws{
	
}

.logo_wsp{
	width: 280px;
	height: 150px;
	/*background: url(/images/other/ikony/png/ikona_irk_1.png) no-repeat;*/
	padding: 20px 5px 5px 5px;
	text-align: center;
	background-position: 50% 10%; 
	color: rgb(80, 80, 80);
}

.spacer_3d {
	width: 360px;
	min-height: 300px;
	height: auto;
	/*background: url(/images/other/ikony/png/ikona_irk_1.png) no-repeat;*/
	padding: 20px 5px 5px 5px;
	
	text-align: center;
	/*background-position: 50% 10%; */
	color: rgb(80, 80, 80);
}

#eksperci {
  background-color:#e7e9eb;
  border-radius: 10px 50px;;
  padding:20px;
  margin: 20px;
  box-shadow: 0 0 1em  #e7e9eb;
}

#identyfikacja {
#  background-color:#e7e9eb;
  border-radius: 10px 50px;
  border: solid;
  padding:20px;
  margin: 20px;
  box-shadow: 0 0 1em  #e7e9eb;
}

#identyfikacja img {
display: block;
  max-height: 150px;
  max-width: 300px;
  height: auto;
  width: auto;
}
.roksearch-wrapper {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 400;
}
.nb-calendar {
width: 940px;
}
/*@media only screen and (max-width: 959px) {*/
@media only screen and (max-width: 959px) {

.nb-calendar {
width: 720px;
}
}

@media only screen and (max-width: 768px) {

.nb-calendar {
width: 420px;
}
}