.nowosci_content{}
.boxAktualnosci{
overflow: hidden;
background-repeat: repeat-x;
background-position: 0px 100%;

}
.divAktualnosci{
box-sizing:border-box;
max-width: 100%;
position: relative;
padding: 40px 0px 60px 0px;
max-width: 1372px;
margin: 0px auto;
}
.nowosci_content .divTitleNews{
font-size:36px;
margin: 0px 0px 70px 0px;
color: #404040;
font-weight: 500;
position: relative;
padding-bottom: 12px;
text-align: center;
}
.nowosci_content .divTitleNews a{
font-size:40px;
color: #7a5c42;
font-weight: 600;
text-align: center;
position: relative;
display: inline-block;
position: relative;
padding: 0px 0px 30px 0px;
}

.nowosci_content .divTitleNews a::after {
content: "";
width: 140px;
height: 3px;
background-color: #f2b230;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
}


.aktPromocjeText{
position: relative;
transition: all 0.5s ease-out 0s;
}

.nowosci_content .arrowNews{
position: absolute;
z-index: 1;
width: 100%;
top:50%;
transform: translateY(-50%);
}

.nowosci_content .arrowNews.noShowArrow{
display: none;
}

.nowosci_content .arrowNews a{
position: absolute;
top:50%;
width: 30px;
height: 100px;
z-index: 1;
transform: translateY(-50%);
background-color: #007BCA;
border-radius: 6px;
transition: all 0.5s ease-out 0s;
border: 1px solid #007BCA;
}

.nowosci_content .arrowNews a:hover{
background-color: #FFFFFF;
}

.nowosci_content .arrowNews a:after{
content: "";
width: 12px;
height: 20px;
position: absolute;
left: 0px;
right: 0px;
top:0px;
bottom: 0px;
filter: brightness(0%) invert(100%);
transition: all 0.5s ease-out 0s;
margin: auto;
}

.nowosci_content .arrowNews a.n_prev:after{
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAABHNCSVQICAgIfAhkiAAAAKRJREFUKFNjZCAEqk4lMDAyzGf4z5DI0Ga2gBGvephimKL/DIa4NaArZvh/kaHV3AC7BmyKWdkcGBoMP2BqwKMY5DJUDQQUo2ogQjFCA5GKIRpIUAzRUH3qP1JcfGBgZVUEhQau+MG04T/DAoY2s0TcGkAymDGKUxMiWInUhD8esDiPcEyjaSIuLSFpIj61QjVRMT/AIgKR4yYytJkV4LcBS+wBALKrYf0kPHN3AAAAAElFTkSuQmCC') 50% 50% no-repeat;
}

.nowosci_content .arrowNews a.n_next:after{
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAABHNCSVQICAgIfAhkiAAAAKlJREFUKFOV07sRwjAQRdG7ATElMDThdjAVkIsYUugA0wFtoCoogQYYM5IZ25Jldq34HX1W8wTna4QLLQ/O1R5lCc6/EdYx19JoSDj6Btj1GytIYnAB6sACNAAjSoEBTYGCyuAPmgcRPV8gm34wn9XWfgLcOVW17Q2/cDhJn9IoPAX5j2fhFBjCAzCGO+D8FeEwqkGcxlwt0j4U7pzDAELjbhjC5bEqFf0CZANUfGkqswcAAAAASUVORK5CYII=') 50% 50% no-repeat;
}

.nowosci_content .arrowNews a.n_prev{
left: 12px;
}
.nowosci_content .arrowNews a.n_next{
right: 12px;
}

.nowosci_content .arrowNews a:hover:after{
filter: brightness(100%) invert(0%);
}


.aktPromocjeText .newsDiv{
display: inline-block;
box-sizing:border-box;
width: 33.333%;
padding: 0px 9px;
vertical-align: top;

}



.aktPromocjeText .newsDiv .newsDivA{
display: block;
position: relative;
height: 100%;
padding-bottom: 120px;
box-sizing: border-box;
background-color: #FFFFFF;
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.07);
border-radius: 0px 0px 8px 8px;
}


.aktPromocjeText .newsDiv .imgP{
display: block;
position: relative;
margin-bottom: 25px;
overflow: hidden;
background-color: #FBFBFB;
}

.aktPromocjeText .newsDiv .imgP img{
max-width: 100%;
height: auto;
transition: all 0.5s ease-out 0s;
}

.aktPromocjeText .newsDiv:hover .imgP img{
transform: scale(1.1);
}



.aktPromocjeText .newsDiv .zajawkaTytul{
display: block;
box-sizing:border-box;
transition: all 0.5s ease-out 0s;
padding: 0px 16px;
}


.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews{
display: block;
font-size: 20px;
font-weight: 700;
line-height: 1.2;
color: #003177;
margin: 0px 0px 17px 0px;
position: relative;
transition: all 0.5s ease-out 0s;
text-transform: uppercase;
text-align: center;
}
.aktPromocjeText .newsDiv:hover .zajawkaTytul .tytulNews{
color: #007BCA;
}


.aktPromocjeText .newsDiv .moreSp{
transition: all 0.3s ease-out 0s;
display: block;
box-sizing: border-box;
padding: 13px 5px 13px 5px;
font-size: 16px;
font-weight: 700;
line-height: 1;
color: #ffffff;
background-color: #007BCA;
border-radius: 8px;
border: 1px solid #007BCA;
text-align: center;
position: absolute;
bottom: 30px;
width: 75%;
left: 50%;
transform: translateX(-50%);
}

.aktPromocjeText .newsDiv .moreSp:hover{
background-color: #FFFFFF;
color: #007BCA;
}


.aktPromocjeText .zajawkaNews{
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.39;
letter-spacing: normal;
text-align: justify;
color: #000000;
}

.moreDiv{
text-align: center;
padding: 80px 0px 0px 0px;
}

.nowosci_content .aktProm{
box-sizing:border-box;width:100%;
padding: 0px 46px;
display: flex;
}

.nowosci_content .op{display: none;}

#idTmp{display:block;position:absolute;top:0px;left:0px;width:100%;
display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-webkit-justify-content:center;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;
}
.animated1{-webkit-animation-duration:1800ms;animation-duration:1800ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated2{-webkit-animation-duration:1200ms;animation-duration:1200ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}

.slideInLeftNews {
-webkit-animation-name: slideInLeftNews;
animation-name: slideInLeftNews;
}

.fadeOutRightNews {
-webkit-animation-name: fadeOutRightNews;
animation-name: fadeOutRightNews;
}

.slideInRightNews {
-webkit-animation-name: slideInRightNews;
animation-name: slideInRightNews;
}

.fadeOutLeftNews {
-webkit-animation-name: fadeOutLeftNews;
animation-name: fadeOutLeftNews;
}


@keyframes slideInLeftNews {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}

100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}

}
@-webkit-keyframes slideInLeftNews {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}

100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@-webkit-keyframes fadeOutRightNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}

@keyframes fadeOutRightNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}

@-webkit-keyframes slideInRightNews {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}

100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes slideInRightNews {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}

100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeOutLeftNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}

@keyframes fadeOutLeftNews {
0% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}

@media screen and (max-width:1680px){

}
@media screen and (max-width:1600px){
.nowosci_content .aktProm {padding: 0px 50px;}
.aktPromocjeText .newsDiv {}
}
@media screen and (max-width:1500px){
.aktPromocjeText .newsDiv {padding: 0px 15px 0px 15px;}
/*
.nowosci_content .arrowNews a {width: 60px;height: 40px;background-size: 20px auto;}
.nowosci_content .arrowNews a.n_prev,.nowosci_content .arrowNews a.n_next{background-size: 25px auto;}
*/
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews {font-size: 20px;line-height: 1.1em;padding-bottom: 10px;margin-bottom: 15px;}
.aktPromocjeText .zajawkaNews {font-size: 16px;}
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews::after {height: 2px;}
.aktPromocjeText .newsDiv .moreSp {font-size: 16px;background-size: 25px auto;}
}
@media screen and (max-width:1310px){
.nowosci_content .arrowNews a {top:100px;}
.nowosci_content .arrowNews a:hover {top: 92px;}
.divAktualnosci {padding: 30px 0px 65px 0px;}
}
@media screen and (max-width:1200px) {
.nowosci_content .aktProm {padding: 0px 40px;}
}

@media screen and (max-width:960px){
.aktPromocjeText .newsDiv {width: 50%;flex: 1 0 auto}
}
@media screen and (max-width:610px){
.aktPromocjeText .newsDiv {width: 100%;text-align: center}
.aktPromocjeText .zajawkaNews {text-align: center}
.aktPromocjeText .newsDiv .zajawkaTytul .tytulNews::after {right: 0px;margin: auto}
}