/*
	Theme Name: Research
	Theme URI: http://solmedia.pl
	Description: Research in Poland
	Version: 1.0
	Author: Andrzej Bolewski
	Author URI: http://solmedia.pl
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*baza
red #e4003a */
body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
    overflow-x:hidden;
	font-size: 16px;
	line-height: 1.62;
	/*background: url('img/tlo-body.png');*/
	background-attachment: fixed;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
a {
	color:#e4003a;
    transition:0.3s all ease;
    word-break: break-word;
}
td a{
	word-break: break-all;
}
a:hover {
	color: #aa001e;
	text-decoration: none;
}
h1,h2,h3 {
    font-weight: 700;
}
.btn-primary {
    background: #e4003a;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.btn-primary:hover,.btn-primary:focus {
       background: #aa001e !important;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}
@media (min-width: 1340px) {
	.container {
		width: 1330px;
	}
	.page:not(.home) main .container {
		width: 1000px;
	}
	.page:not(.home) main .kc-container {
		max-width: 1000px;
	}
}
/*Sekcje*/
section,body:not(.kingcomposer) article {
   padding:30px 0
}
#category,.single main {
	padding:30px 0
}
.odstep {
	padding-top: 50px 
}
#logo2,#logo3 {
	margin-left: 10px;
}
#loga img {
	max-width: 160px;
}
#top {
	padding: 5px 0;
	background: #f5f5f5;
}
#top .nav-pills>li>a,#top .nav-pills>li,#top .nav-pills {
	line-height: inherit;  
}
#menu-topmenu {
    display: flex;
    justify-content: flex-end;
	flex-wrap:wrap;
}
#header {
	display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 5px #333;
	background: /*url(img/tlo-body.png)*/ #fff;
	padding: 0;
	transition:0.3s all ease;
	background-attachment: fixed;
}
#header.smaller {
	padding: 0;
}
#header .row {
	display: flex;
	align-items:center;
	flex-wrap:wrap;
}
#tlo {
	background: url(img/slider1.jpg) center center;
	background-size:cover;
	text-align: center;
	color: #fff;
	max-height: 338px;
}
.ramka {
    margin: 0 auto;
    padding: 30px 50px;
	text-align: center;
}
#stopkaBig {
	color: #fff;
	padding: 10px 0;
}
#stopkaBig a {
	color: #fff;
}
#stopkaBig .kc-wrap-columns {
    align-items: center;
}
#stopkaBig .content-desc {
	color: #fff;
    margin-bottom: 0;
}
#stopkaBig .kc-fb-layout-3 .content-icon{
	min-width: 20px;
	text-align: center;
}
#stopkaBig .kc-fb-layout-3 .content-icon i {
	font-size: 15px;
}
#stopkaBig .kc-multi-icons-wrapper a {
	background: none;
}
#stopkaBig .kc-multi-icons-wrapper i {
	font-size: 30px;
}
#stopka{
	background:#000;
	padding:10px 0;
	font-size:11px;
	font-weight:300;
	color:#fff;
	clear: both;
}
#stopka a {
	color: #ddd;
}
/*menu*/
.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
	background-color:inherit;
}
.navbar-toggle .icon-bar {
	background: #8e4a8e;
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	   margin-top: 6px;
}
.navbar-collapse {
    position: absolute;
    left: 0px;
    width: 100%;
	background: #fff;
    padding: 0 15px;
	top:160px;
	z-index: 9;
}
/*paski*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-left: 0px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #aa001e;
}
/*Misc*/
article p img {
    max-width: 100%;
    height: auto;
}
h4.title {
    font-size: 20px;
    font-weight: 700;
}
.readmore {
	display:inline-block;
	padding-bottom:30px;
}
.date-tags {
	display:flex;
    justify-content: space-between;
}
div.date {
    opacity: 0.75;
    font-size: 13px;
    margin-bottom: 5px;
    font-style: italic;
}
#searchform label {
	display: none;
}
/*Blog
.wrap-img {
    float: left;
    margin-right: 15px;
    max-width:300px;
}
.wrap_info h3{
	margin-top: 0;
}*/
.text-wrap-single {
	padding: 10px 20px;
	background: #e4003a;
    min-height: 150px;
}
.text-wrap-single a{
	color: #fff;	
}
#category .post {
    padding-bottom: 30px;
}
#category .post {
    padding-bottom: 30px;
}
/*Editor*/
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.bx-wrapper {
	background: none !important;
	border:0px !Important;
	box-shadow: none !important;
margin-bottom:0
}

.bx-viewport {
	height:auto !important
}
.bx-wrapper .bx-controls-direction a {
	transition:none;	
}
.slider h3 {
	display: inline-block;
	padding: 15px 30px;
    font-size: 36px;
}
.ramka2 {
	max-width: 600px;
	margin:40px auto 20px;
}
div .bx-wrapper .bx-pager.bx-default-pager a.active, div .bx-wrapper .bx-pager.bx-default-pager a:focus,div .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
	border-color: #fff;
}
.newsy {
	padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.news1{
	background: #e4003a;
	color: #fff;
	margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news1-img { 
    height: 370px;
    width: 100%;
    background: #e4003a  center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.news1 .col-md-6:first-child{
	padding: 0;
}
.news1 a {
	color: #fff;
}
.news1 img {
	width: 100%;
}
.news {
    width: 300px;
    box-sizing: content-box;
	padding-bottom: 30px;
}
.news h3 {
	font-size: 22px;
}
.buttons {
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}
.buttons .btn-lg {
	padding: 0 0 0 30px
}
.buttons .btn-lg span {
    display: inline-block;
    width: 150px;
}
.buttons .btn-lg img {
	padding-left: 20px;
}
#s {
	border: 0;
	border-bottom: 2px solid #e4003a;
    background: inherit;
}
#searchsubmit {
	text-indent: -9999em;
	background: url(img/search.png) no-repeat center center;
	border: 0;
    position: absolute;
    right: -10px;
    top: -2px;
}
.search-highlight {
	background:yellow
}
.kc-multi-icons-wrapper p {
	display: inline-block;
}
.skrot {
	font-weight: 300;
}
div .kc_single_image>a {
	width: auto;
	float: none;
    display: inline-block;
}
div .kc_single_image:hover .kc-image-overlay {
	background: rgb(228 0 58 / 63%);
}
div .kc_accordion_header>a {
	background: #e4003a;	
	color: #fff;
}
div .kc_accordion_header>span.ui-accordion-header-icon:before {
	color: #fff;
}
div.szary .kc_accordion_header>a {
	background: #999;
}
div.pp_pic_holder {
    /*top: 190px !important;*/
}
#przyciski .kc-elm {
	width: auto;
	margin-right: 15px;
}
#przyciski .kc_button {
	font-weight: 700;
	padding: 20px 38px;
}
a.kc_button {
	background-color: #e4003a;	
}
div .kc_tabs_nav~.kc_tab.ui-tabs-body-active{
	background: inherit;
	border: 1px solid #ddd;
	padding-bottom: 30px;
}
div .kc_tabs_nav>li:hover, div .kc_tabs_nav>li>a:hover {
	background: inherit;
}
div .kc_tabs_nav>li>a {
	position: relative;
	top: 1px;
}
div .kc_tabs_nav~.kc_tab {
	margin-top: -1px;
}
div .kc_tabs_nav>.ui-tabs-active>a {
	background-color:#fff !important;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
div .kc_tabs>.kc_wrapper>.kc_tabs_nav {
	background: inherit;
}
div .kc_tabs_nav a{
	font-weight: 700;
    border: 1px solid #fff;
	display: inline-block !important;
}
#promotional-materials img {
	max-width: 495px;
    width: 100%;
}
.single-img {
	padding-bottom: 15px;
    text-align: center;
}
.searchandfilter ul {
	padding-left: 0;
}
.searchandfilter ul li li {
	padding: 0;
    display: flex;
    align-items: flex-start;
}
#left h3 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 5px;
}
#left h3::after {
    background-color: #e4003a;
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
    height: 2px;
}
.searchandfilter {
	background: #e4003b;
	color: #fff;
}
.searchandfilter input{
	color: #000;
}
.searchandfilter h4 {
	font-weight: 700;
	background: #333;
	color: #fff;
	padding: 5px 10px;
}
.searchandfilter ul li {
	padding: 0 0 10px
}
.searchandfilter ul>li>ul:not(.children) {
	margin-left: 10px;
}
.searchandfilter label {
	font-weight: 400;
    font-size: 14px;
    width: calc(100% - 20px);
}
.dib {
	display: inline-block;
}
.table-pola td:first-child {
	min-width: 130px;
	font-weight: 700;
}
#mega-menu-wrap-mainmenu #mega-menu-mainmenu li li.mega-current-menu-item {
	background-color: rgb(136, 0, 35);
}
#mega-menu-wrap-mainmenu #mega-menu-mainmenu li.mega-current-menu-parent {
	border-bottom: 2px solid #e4003a;
}
.ramka-left {
    background: #e4003b;
    padding: 0 30px;
	text-align: left;
    width: calc(25% - 21px);	
}
.tlo-left {
	padding-bottom: 0;
}
.tlo-left h1 {
	font-size: 24px;
	font-weight: 400;
}
.document-icon {
	margin-right: 15px;
	max-width: 30px;
}
.result-title {
	width: calc(100% - 30px);
}
.wrap_info h4.title {
	margin-top: 0;
}
.wrap_info .flex {
    align-items: flex-start;
}
.result-number {
	font-size: 20px;
	margin-right: 10px;
    line-height: 1.1;
}
.wrap_info {
	margin-bottom: 20px;
}
.archive #category {
	background: #e6e6e6;
}
.archive #category #main{
	padding-top: 30px;
}
.archive #category .container {
	background: #fff;/*url(img/tlo-microscope.jpg) center center;*/
	background-size:cover;
    padding: 0;
    max-width: 1300px;
}
.archive.category-news #category .container {
	padding: 15px;
}
.chosen-container {
	max-width: 100%;
}
.sf-field-post-meta-research_field li[data-option-array-index="1"],.sf-field-post-meta-research_field li[data-option-array-index="9"],.sf-field-post-meta-research_field li[data-option-array-index="21"],.sf-field-post-meta-research_field li[data-option-array-index="26"],.sf-field-post-meta-research_field li[data-option-array-index="32"],.sf-field-post-meta-research_field li[data-option-array-index="42"] {
	font-weight: 700;
	color: #e4003a;
}
#home-right {
	/*background: #e4003a;*/
	padding: 0 15px;
}
#home-right .kc-fb-layout-2 .content-button {
	margin-bottom: 0;
	padding: 0;
    text-align: left;
}
#home-right .content-button a{
	background: #e6e6e6;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
	color: #666666;
	padding: 10px 30px 20px;
	text-align: center;
}
.galeria a {
	display: inline-block;
	margin: 10px;
	box-shadow:0 0 5px #aaa
}
.img-snap {
	position: relative;
}
.img-snap h4 {
	position: absolute;
	bottom: 0;
	width: 100%;
    background: rgb(0 0 0 / 65%);
    color: #fff;
	margin: 0;
	padding: 10px;
}
.snaps {
    display: flex;
    flex-wrap: wrap;
}
.snaps .snap,.snaps .snap-fr{
	margin: 10px;
}
.sf-field-reset a {
	color: #fff;
	padding: 10px;
}
.stories .searchandfilter ul ul li {
	display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 6px 10px 0;
}
.stories .sf-input-checkbox {
	display: none;
}
.stories .sf-option-active {
	background: #830224;
}
.stories .searchandfilter label {
	width: auto;
    padding: 5px 10px;
}
.searchandfilter select.sf-input-select {
	max-width: 100%;
	color: #000;
}

.other {
	padding: 5px 10px;
	float: right;
}
#organisations .kc_text_block {
	text-align: center;
	border: 1px solid #e4003a
}
#organisations .kc_text_block p {
	margin-bottom: 0;
}
#organisations .kc_text_block a {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#organisations #organisations2 .kc_text_block {
	border-color: #1657e8;
}
#organisations #organisations2 .kc_text_block a {
	color: #1657e8;
}
#research-field li {
	margin-left: 20px;
	display: block;
	font-size: 14px;
}
#research-field li b {
	margin-left: -40px;
}
#nobel .kc_row_inner {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #e4003a;
}
#roadmap .kc_accordion_header {
	background: #e4003a;
}
#roadmap .kc_accordion_header>a {
	padding: 0;
}
#roadmap .kc_accordion_header>a img {
	filter:grayscale(1);
    margin-right: 20px;
	width: 50px;
}
/*#roadmap .kc_accordion_header>span.ui-accordion-header-icon {
	margin-top: 40px;
}*/
#links .owl-item {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#links .owl-item img{
	max-height: 120px;
}

#home-right .kc-fb-layout-2, .kc-pricing-layout-1, .kc-pricing-layout-2, .kc-pricing-layout-4, .kc-testi-layout-3{
	box-shadow: none !important;
}

.slider a{
	color: #fff;
}
@media (min-width: 1400px) {
	main {
	    min-height: calc(100vh - 460px);
	}
}
@media (max-width: 991px) {
	.ramka-left {
		width: 100%;
	}
	.tlo-left h1 {
		margin: 0;
		padding: 15px;
	}
	#news {
		padding: 0;
	}
	.news1 .col-md-6:first-child {
		width: 100%;
	}
	#home-right .kc-fb-layout-2 {
		max-width: 300px;
	}
	#home-right {
		display: flex;
		justify-content: center;
	}
	#category .post {
	    padding-bottom: 60px;		
	}
	.wrap-img {
		text-align: center;
		float: none;
		margin-right: 0;
		max-width: none;
		margin-bottom: 15px;
	}
	#stopkaBig .kc_single_image img {
		margin: 15px 0;
	}
	.wp-caption {
		width: auto !important;
	}
}
@media (max-width: 767px) {
	.buttons .btn-lg {
		display: flex;
		justify-content: flex-end;
		width: 300px;
		text-align: center;
		margin: 0 auto 20px;
		align-items: center;
	}
	.news {
		margin: 0 auto 20px;
	}
	#tlo h1 {
		font-size: 28px;
	}
	.ramka {
		padding: 0;
	}
	#post-47 .kc_single_image{
		text-align: center;
		margin-bottom: 20px;
	}
	#category .post {
	    max-width: 300px;
		margin: 0 auto;
	}
	.archive #category .container { 
		padding: 0 15px
	}
	p {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}	
a[href="#more-info"] {
	display: block;
}
.single-img {
	width: auto;
	max-width: 600px;
	margin: 0 auto;
}
.relative {
	position: relative;
}
.jobs-intro {
	padding: 30px 15px;
	margin-bottom: 0;
	font-size: 24px;
	text-align: center;
}
#portals .wrap-info {
	background: #f0f0f0;
	padding: 20px;
	font-style: italic;
	line-height: 1.4;
}
#portals h4 {
	font-weight: 700;
}
#portals .btn {
	display: block;
	padding: 10px;
}
.portale {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.portal  {
	width: 420px;
	margin-right: 15px;
	background: #f0f0f0;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 15px;
	font-size: 18px;
}
.portal .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.portal:nth-child(3n) {
	margin-right: 0;
}
@media (max-width: 991px) {
	.portal  {
		margin-right: 0;
	}
}