/*
	Spis treści

	1. Global
	2. Strona główna
	3. Sidebar
	4. Stopka
	5. Aktualności
	7. Aktualność
	8. Kontakt
	9. Pracownicy
	10. Pracownik
	11. Banery i linki do innych stron
	12. Zespoły naukowe
	13. Zespół naukowy
	14. Projekty badawcze
	15. Projekt badawczy
	16. Publikacje
	17. Alerty
	18. Laboratorium
*/


/*
	1. Global
*/

body{
	font-family: 'Raleway', sans-serif;
}

.row{
	margin: 0px;
}

.content{
	padding-top: 40px;
	padding-bottom: 40px;
}

.content .title{
	color: #000;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.content hr{
	margin: 0px;
	background-color: #000;
	border: none;
	height: 2px;
	width: 50px;
	margin-bottom: 20px;
}

.content p{
	font-size: 18px;
	color: #000;
	text-align: justify;
}

.content a{
	color: #AB0A0A;
	font-weight: 700;
}

.content a:hover,
.content a:focus{
	color: #460303;
}

.content li{
	font-size: 18px;
	color: #000;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
	color: #000;
}

a:hover, a:focus{
	text-decoration: none;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.pag{
	text-align: center;
}

.pagination>li>a, .pagination>li>span{
	color: #AB0A0A;
	font-size: 16px;	
	border-color: #716767;
}

.pagination>li>a:focus, 
.pagination>li>a:hover{
	background-color:  #AB0A0A;
	color: #fff;
	border-color: #AB0A0A;
}

/*
	2. Strona główna
*/

#header{
	background: no-repeat center center;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    height: 400px;	
    position: relative;
    background-attachment: fixed;
}

#header .shadow{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.3);
	display: flex;
    align-items:center;
}

#header h1{
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 2px #000;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 0px;
}

#header h2{
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 2px #000;
	font-style: italic;
	margin-top: 10px;
}

#header img{
	float: left;
	display: inline-block;
	width: 90px;
}

#header .text{
	padding-left: 40px;
}

.aboutHome{
	padding-bottom: 40px;
}


.aboutHome .more{
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #AB0A0A;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 0.03em;
}

.aboutHome .more:hover,
.aboutHome .more:focus{
	color: #fff;
	background-color: #460303;
}



/*
	3. Sidebar
*/

.sidebar{
	padding-top: 40px;
	padding-bottom: 40px;
}

.sidebar h3{
	color: #fff;
	padding: 15px 10px;
	font-weight: 700;
	padding-left: 30px;
	text-transform: uppercase;
	background-color: #AB0A0A;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.sidebar ul{
	list-style-type: none;
	padding-left: 0px;
}

.sidebar li{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.sidebar .nav>li>a{
	color: #000;
	padding: 0px;
}

.sidebar .nav>li>a:hover,
.sidebar .nav>li>a:focus{
	background-color: transparent;
	color: #AB0A0A;
}

.sidebar a{
	color: #000;
	padding: 0px;
}

.sidebar a:hover,
.sidebar a:focus{
	background-color: transparent;
	color: #AB0A0A;
}

.sidebar .shadow{
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	list-style-type: none;
	padding: 20px 30px;
}

.sidebar .contactSidebar li{
	font-weight: 400;
}

.sidebar .contactSidebar p,
.sidebar .contactSidebar span{
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.sidebar #calendar .clndr-control-button,
.sidebar #calendar .month{
	display: inline-block;
}

.sidebar #calendar .month{
	margin: 0px 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar .clndr-controls{
	text-align: center;
}

.sidebar table{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.sidebar .header-day{
	font-weight: 700;
}

.sidebar .clndr-next-button,
.sidebar .clndr-previous-button{
	font-weight: 700;
	cursor: pointer;
}

.sidebar .today{
	font-weight: 700;
	color: #AB0A0A;
}

/*
	4. Stopka
*/

footer{
	padding: 10px 0px;
	background-color: #AB0A0A;
}

footer span{
	color: #fff;
}

footer p{
	float: right;
	margin-bottom: 0px;
}

footer a{
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.03em;
}

/*
	5. Aktualności	
*/

.newsBox{
	padding-bottom: 40px;
}


.newsBox .news{
	padding: 0px;
	margin-bottom: 20px;
}

.newsBox h3{
	color: #000;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.newsBox hr{
	margin: 0px;
	background-color: #000;
	border: none;
	height: 2px;
	width: 50px;
	margin-bottom: 20px;
}


.newsBox .news img{
	width: 300px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.newsBox a{
	color: #AB0A0A;
	font-weight: 700;
}

.newsBox a:hover,
.newsBox a:focus{
	color: #460303;
}

.newsBox h4{
	font-size: 30px;
}

.newsBox p{
	color: #000;
	font-size: 16px;
	text-align: justify;
}

.newsBox .more{
	text-transform: uppercase;
}

.newsBox .info .date,
.newsBox .info .author{
	display: inline-block;
	color: #A70808;
	font-weight: 400;
}

.newsBox .info .author{
	float: right;
}

.newsBox .seeAll{
	padding: 0px;
}

.newsBox .seeAll a{
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #AB0A0A;
	display: inline-block;
	letter-spacing: 0.03em;
}

.newsBox .seeAll a:hover,
.newsBox .seeAll a:focus{
	color: #fff;
	background-color: #460303;
}

/*
	6. Aktualność
*/

.post img{
	max-width: 100%;
	height: auto;
}

.post .mainPhoto{
	margin-bottom: 20px;
}

.post .info .date,
.post .info .author{
	display: inline-block;
	color: #A70808;
	font-weight: 700;
}

.post .info .author{
	float: right;
}

/*	
	7. Kontakt
*/

.contact .form{
	padding: 0px;
	padding-right: 15px;
}

.contact .form label{
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.contact .form input{
	margin: 5px 0px;
	width: 100%;
	height: 35px;
	color: #000;
	padding: 0px 10px;
	font-size: 18px;
}

.contact .form textarea{
	width: 100%;
	margin-top: 5px;
	height: 280px;
	padding: 10px;
	color: #000;
	font-size: 18px;
}

.contact .form span{
	font-size: 25px;
	font-weight: 700;
	color: #f00;
}

.contact .form input[type="submit"]{
	height: auto;
	width: auto;
	border: none;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #AB0A0A;
	letter-spacing: 0.03em;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.contact .form input[type="submit"]:hover,
.contact .form input[type="submit"]:focus{
	color: #fff;
	background-color: #460303;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}

.contact .form .info{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.contact ul{
	text-align: center;
	margin-bottom: 30px;
	padding-left: 0px;
	list-style-type: none;
}

.contact span{
	font-weight: 700;
}

/*
	9. Pracownicy
*/

.workers .employee{
	margin-bottom: 30px;
	padding-left: 0px;
}

.workers .groupName{
	padding-left: 0px;
}

.workers .groupName h4{
	font-size: 25px;
	margin-bottom: 15px;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #A70808;
	color: #A70808;
}

.workers .employee img{
	width: 100px;
	height: auto;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.workers .employee ul{
	list-style-type: none;
	padding-left:0px;
}

.workers .employee li{
	line-height: 30px;
	font-size: 18px;
}

.workers .employee li span{
	font-weight: 700;
}

.workers .employee .more{
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #AB0A0A;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 0.03em;
}

.workers .employee .more:hover,
.workers .employee .more:focus{
	color: #fff;
	background-color: #460303;
}

/*
	10. Pracownik
*/

.worker img{
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.worker ul{
	padding-left: 0px;
	list-style-type: none;
}

.worker li{
	line-height: 30px;
}

.worker .info{
	padding-left: 0px;
}

.worker span{
	font-weight: 700;
}

/*	
	11. Banery i linki do innych stron
*/

.banners{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.banners img{
	width: 200px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 15px;
}

.banners h2{
	color: #000;
	font-weight: 700;
	
	margin-bottom: 10px;
	margin-top: 0px;
}

.banners hr{
	margin: 0px;
	background-color: #000;
	border: none;
	height: 2px;
	width: 50px;
	margin-bottom: 20px;
}

.banners ul{
	list-style-type: none;
	padding-left: 0px;
}

.banners li{
	font-size: 16px;
	line-height: 25px;
}

.banners .list{
	padding-left: 0px;
}

.banners a{
	color: #AB0A0A;
	font-weight: 500;
}

.banners a:hover,
.banners a:focus{
	color: #460303;
}

/*	
	12. Zespoły naukowe
*/

.teams ul{
	padding-left: 0px;
	list-style-type: none;
}

.teams li{
	line-height: 30px;
}

/*	
	13. Zespół naukowy
*/

.team ul{
	padding-left: 0px;
	list-style-type: none;
}

.team li{
	line-height: 30px;
}

.team span{
	font-weight: 700;
}

/*	
	14. Projekty badawcze
*/

.project{
	padding-left: 0px;
}

.project img{
	margin-right: 30px;
	width: 200px;
	float: left;
}

.project ul{
	padding-left: 0px;
	list-style-type: none;
}

.project li{
	line-height: 30px;
}

.project span{
	font-weight: 700;
}

/*
	15. Projekt badawczy
*/

.singleProject .project{
	padding-left: 15px;
}

/*
	16. Publikacje
*/

.publications .panel-title a{
	font-size: 25px;
}

.publications li{
	font-size: 16px;
	line-height: 30px;
}

.publications ul{
	padding-left: 0px;
	list-style-type: none;
}

/*
	17. Alerty
*/

.alert{
	padding: 0px;
}

.alert .good{
	color: #16A20E;
	font-weight: 700;
}

.alert .bad{
	color: #f00;
	font-weight: 700;
}

.alert .warning{
	color: #FFC107;
	font-weight: 700;
}

/*
	18. Laboratorium
*/

.laboratory img{
	width: 795px;
	height: 400px;
}