/** newsbox **/
.newsbox-container 
{
    position:relative;
    background-color:white;
    margin: 0 0 25px 0;
	height:313px;
}

/**   1210px  ******************************************************************/
@media screen and (min-width: 1210px){
	.component.newsbox .newsbox-container {
		overflow: hidden;
	}
}

.newsbox-container  .zajawka .tresc {
    padding: 11px 0px 0px 0px;
    line-height: 153% !important;
    text-shadow: 0px 0px;
}

.newsbox-container  .zajawka .box-left img {

}

.newsbox-container .slide-shaper 
{ display: block; } 

.newsbox-container .zaj-wrapper 
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0px !important;
}

.newsbox-container .zajawka .box-right .tresc,
.newsbox-container .zajawka.in-column .box-right .tresc {
    display: block;
}


.newsbox-container .zajawka .box-right .title:hover .label{
	background:red !important;
}

.newsbox-container .zaj-wrapper.active 
{
    z-index:10;
    animation: 0.35s fadeIn 1 forwards;
    -webkit-animation: 0.35s fadeIn 1 forwards;
}
@keyframes fadeIn 
{
    100% {opacity:1}
}

.newsbox-container .zaj-wrapper:not(.active) 
{
    animation: 0.35s fadeOut 1 forwards;
    -webkit-animation: 0.35s fadeOut 1 forwards;
}
@keyframes fadeOut {
    0%{opacity:1}
    100% {opacity:0}
}

.newsbox-container .nb-shaper-image 
{
    width:100%;
    padding-bottom:43.5%; /* definiuje aspect ratio - dla szeroko�ci 100 px wysoko�� to warto�� padding-bottom - przeliczy� dla ka�dego newsboxa */
    display:block;
}

.newsbox-container .nb-shaper-text 
{
    width:100%;
    padding-bottom:20%;
    display:block;
}

.newsbox-container .timer 
{
    display:block;
    width:100%;
    height:5px;
    background:#ccc;
    position:relative;
    float:left;

    margin-bottom:10px;
    margin-top:5px;
}

.newsbox-container .pager 
{
    display: block;
    position: absolute;
    left: 613px;
    bottom: 0px;
    z-index: 10;
}
.newsbox-container .pager-button 
{
    width: 23px;
    height: 23px;
    padding: 0px;
    margin: 0 12px 0px 0px;
    display: block;
    float: left;
    color: #000;
    background: #FEF200;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
    font-size: 0px;
    font-weight: bold;
}
.newsbox-container .pager-button.active 
{
    color: #fff !important;
	background: #4D2200;
}

.newsbox-container .pager-button:hover,
.newsbox-container .pager-button:focus
{
    background: #4D2200;
    color: #fff;
    transition: all 0.35s ease;
}

.newsbox-container .nav-arrows
{
    
}

.newsbox-container .nav-arrow 
{
    display: block;
    position: absolute;
    bottom: 50%;
    z-index: 10;
    height: 30px;
    width: 0px;    
    cursor: pointer;    
    transform: translateY(50%);
    font-size: 0;
    
}


.newsbox-container .nav-arrow.prev
{
    left: 0px;
    background: url(/images/portal/left2.png) no-repeat center center;
    width: 35px;
    height: 85px;
}


.newsbox-container .nav-arrow.prev:hover
{
    background: #4D2200 url(/images/portal/ll.png) no-repeat 2px center !important;
}

.newsbox-container span.etykieta_zajawka .label + .label {
    display: none;
}


body .newsbox-container .zajawka > a:hover .box-right .title {
    color: #393939 !important;
}

.newsbox-container .zaj-list > .zaj-wrapper .zajawka .box-right .title {
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.2px;
}

.newsbox-container .nav-arrow.next
{
    right: 307px;
    background: url(/images/portal/right2.png) no-repeat  center center;
    width: 35px;
    height: 85px;
}

.newsbox-container .nav-arrow.next:hover
{
    background: #4D2200 url(/images/portal/rr.png) no-repeat -3px 0px !important;
}


.newsbox-container .zajawka > a:hover .box-right {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    background: white;
    box-sizing: border-box;
    padding: 0px;
}


.newsbox-container .nb-title {
    font-weight: bold;
    margin-bottom:1em;
}
.newsbox-container .nb-excerpt {
    margin-bottom:1em;
}

.nb-read-more {}

.newsbox-container .zajawka .box-left
{}


.newsbox-container .zajawka .info
{ display: none; }

.newsbox-container .zajawka.in-column .box-left img
{
    width: auto; 
}

.newsbox-container .zaj-list
{
    overflow: visible;
}


.newsbox-container .zaj-list > .zaj-wrapper .zajawka .box-left{
    display: inline-block;
	margin-bottom: 0px;
}

@media screen and (min-width: 1210px){
	.newsbox-container .zaj-list > .zaj-wrapper .zajawka > a{
		line-height: 0px;
		height: auto !important;	
	}
}

.newsbox-container .zaj-list > .zaj-wrapper .zajawka .box-right{
    position: absolute;
    right: 0px !important;
    top: 0px !important;
	left:auto !important;
    width: 278px !important;
    height: 313px;
    line-height: 21px;
}


.newsbox-container .zajawka.in-column:not(.non_tresc) > a:focus .box-right, 
.newsbox-container .zajawka.in-column:not(.non_tresc) > a:hover .box-right {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    background: white;
    box-sizing: border-box;
    padding: 0px;
}


.newsbox-container span.etykieta_zajawka {
    margin-bottom: 16px;
}


.component.newsbox .link{
	display:none !important;
}


/**   1210px  ******************************************************************/
@media screen and (min-width: 1210px){
	.newsbox-container .zajawka > a,
	.newsbox-container .zajawka > a .box-left {
		height: auto !important;
		min-height: 313px;
	}
}


/**   1210px  ******************************************************************/
@media screen and (max-width: 1210px)
{
	.newsbox-container {	
		height: 100%;
		max-height: none !important;
		padding-top: 60px;
	}
	
	.newsbox-container .nav-arrows {
		display: none;
	}
	
	.newsbox-container .pager {
		display: block;
		position: absolute;
		left: 0px;
		bottom: auto;
		z-index: 10;
		top: 0px;
		width: 100%;
		text-align: center;
	}
	
	.newsbox-container .pager-button {
		display: inline-block;
		float: none;
	}
	
	.newsbox-container .zajawka.in-column:not(.non_tresc) > a:focus .box-right,
	.newsbox-container .zajawka.in-column:not(.non_tresc) > a:hover .box-right {
		display: block;
		position: static;
		top: 0px;
		bottom: 0px;
		left: auto;
		right: 0px;
		background: white;
		box-sizing: border-box;
		padding: 0px;
	}
	
	
	.newsbox-container .zajawka > a{
		height:auto !important;	
	}
	
	.newsbox-container .zaj-list > .zaj-wrapper .zajawka .box-right {
		position: static;
		right: 0px !important;
		top: 0px !important;
		left: auto !important;
		width: 100% !important;
		height: auto !important;
		line-height: 21px;
		margin-top: 20px;
	}
	
}


.newsbox-container .zajawka > a:hover .box-right .title:hover,
.newsbox-container .zajawka > a:hover .box-right .tresc:hover,
.newsbox-container .zajawka .box-right .title:hover,
.newsbox-container .zajawka .box-right .tresc:hover{
	color:red !important;
}

