.nowosci_content{}
.boxAktualnosci{
overflow: hidden;
/*background-color: #f3f1f3;*/
}
.divAktualnosci{
width:1389px;
box-sizing:border-box;
position: relative;
padding: 80px 0px 150px 0px;
max-width: 100%;
margin: 0px auto;
}
.divAktualnosci .modTitle a{
color:#FFFFFF;
}

.divAktualnosci .modTitle {
box-sizing: border-box;
padding: 0px 35px;
}

.aktPromocjeText{
position: relative;
transition: all 0.5s ease-out 0s;
}

.nowosci_content .arrowNews.noShowArrow {
display: none;
}

.nowosci_content .arrowNews a{
width: 51px;
height: 51px;
position: absolute;
vertical-align: top;
background-position: 50% 50%;
background-repeat: no-repeat;
border: 2px solid #000000;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
top: 0px;
bottom: 0px;
margin: auto;
transition: all 0.5s ease-out 0s;
}
.nowosci_content .arrowNews a:hover{
background-color: #000000;
}
.nowosci_content .arrowNews .n_prev{
right: 0px;
}
.nowosci_content .arrowNews .n_next{
left: 0px;
}

.nowosci_content .arrowNews a::after {
content: "";
width: 15px;
height: 15px;
top: 0px;
left: 0px;
box-sizing: border-box;
transition: all 0.5s ease-out 0s;
background-repeat: no-repeat;
background-position: 50% 50%;
border-style: solid;
border-color: #000000;
border-width: 0px 2px 2px 0px;
transform: rotate(135deg);
margin-right: -8px;
}
.nowosci_content .arrowNews a:hover::after {
border-color: #FFFFFF;
}

.nowosci_content .arrowNews a.n_prev::after {
transform: rotate(-45deg);
margin-left: -15px;
}
.aktPromocjeText .newsDiv{
box-sizing:border-box;
width: 33.333%;
padding: 0px 12px;
}



.aktPromocjeText .newsDiv .newsDivA{
display: block;
position: relative;
box-shadow: 0px 0px 0px 1px #cecece;
height: 100%;
}

.aktPromocjeText .newsDiv .newsDivA .aPar{
display: block;
height: 100%;
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
transition: all 0.5s ease-out 0s;
border-radius: 5px;
overflow: hidden;
}



.aktPromocjeText .newsDiv .newsDivA:hover .aPar{
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}


.aktPromocjeText .newsDiv .imgP{
display: block;
position: relative;
}

.aktPromocjeText .newsDiv .imgP img{
max-width: 100%;
height: auto;
}


.aktPromocjeText .newsDiv .imgP .dateP{
display: inline-block;
position: absolute;
bottom: 0px;
left: 0px;
background-color: var(--g2-color);
color:#FFFFFF;
font-size: 18px;
font-weight: 400;
padding: 7px 15px 7px 12px;
box-sizing: border-box;
}
.aktPromocjeText .newsDiv .imgP .data{
display: block;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALpJREFUeNpi/P//PwMSYAZicyj7JBD/ZUAFMkCsAsR3gPgJXBRkCBKeAsSXoXgKmpzgfwhYC6UFYXLohhwFYkMgVgXiR2hyKkhij6DqwHIsQMewA/FlIFZFcjbIj7JQGhk8RmKfg9IRTFDFqmiKmRiIB3ksWARXA/E/HBpAFu6E0nDACPIrkL4OxOsZSAcgvd/RA4xUDArco0wMVACjhgx7Q2DJnhOIJcnQbwAzBJQz3wPxMzIdEgEQYADLP7zL/EPJFQAAAABJRU5ErkJggg==') 0px 50% no-repeat;
box-sizing: border-box;
padding: 2px 0px 2px 30px;
}

.aktPromocjeText .newsDiv .moreSp{
transition: all 0.5s ease-out 0s;
display: inline-block;
position: absolute;
bottom: -26px;
left: 50%;
transform: translateX(-50%);
background-color: var(--g1-color);
border: 3px solid var(--g1-color);
line-height: 1;
padding: 15px 50px;
box-sizing: border-box;
color:#FFFFFF;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
}
.aktPromocjeText .newsDiv .moreSp:hover{
background-color: #37333a;
}

.aktPromocjeText .topNews{
display: block;
padding-bottom: 14%;
}

.aktPromocjeText .topNews .dateP{
display: block;
text-align: right;
}
.aktPromocjeText .topNews .dateP .data{
display: inline-block;
padding: 0px 20px 12px 0px;
border-bottom: 3px solid #0d7a40;
line-height: 0.8em;
font-weight: 600;
text-align: center;
}
.aktPromocjeText .topNews .dateP .data span{
display: block;
font-size: 18px;
padding-bottom: 3px;
}

.aktPromocjeText .tytZaj{
padding:40px 20px 60px 30px;
display: block;
box-sizing: border-box;
transition: all 0.5s ease-out 0s;
background-color: #FFFFFF;
}

.aktPromocjeText .newsDivA:hover .tytZaj{
/*background-color: #634d45;*/
}





.aktPromocjeText .tytZaj .tytulNews{
font-size: 20px;
display: block;
margin-bottom: 5px;
line-height: 1.5em;
color: var(--g2-color);
font-weight: 700;
text-transform: uppercase;
}
.aktPromocjeText .tytZaj .tytulNews a{
color: #000000;
}

.aktPromocjeText .tytZaj .zajawkaNews{
display: block;
overflow: hidden;
font-size: 14px;
color:#000000;
line-height: 1.5em;
font-weight: 300;
}

.moreDiv{
text-align: center;
padding: 80px 0px 0px 0px;
}

.divAktualnosci .moreArch{
display: inline-block;
margin: 10px 8px 0px 0px;
font-size: 16px;
color: #68766a;
padding: 15px 60px 15px 35px;
position: relative;
border: 2px solid #669e80;
font-weight: 400;
line-height: 1;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
border-radius: 25px;
}

.divAktualnosci .moreArch:hover{
background-color: #0f6939;
color: #ffffff;
}

.moreArch:after {
content: "\e080";
font-family: 'Glyphicons Halflings';
position: absolute;
right: 0px;
padding-right: 25px;
color: #0f6939;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
}

.moreArch:hover:after {
color: #ffffff;
}

.div_nowosci .moreArch:after,.div_nowosci .moreArch:before{
content:"";
width: 37px;
height: 100%;
position: absolute;
top:0px;
right: 22px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
}

.nowosci_content .aktProm{
box-sizing:border-box;width:100%;
display: flex;
padding: 0px 60px;

}

.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:1490px){
.divAktualnosci {padding: 80px 18px 150px 18px;}
}

@media screen and (max-width:1200px){
.nowosci_content .divTitleNews {margin: 0px 0px 40px 0px;}
.moreDiv{padding: 45px 0px 0px 0px;}
.divAktualnosci {padding: 30px 10px 80px 10px;}
.nowosci_content .arrowNews a{width: 40px;height: 40px}
.nowosci_content .aktProm {padding: 0px 40px}
.aktPromocjeText .newsDiv .imgP .dateP{font-size: 14px;}
.aktPromocjeText .tytZaj .tytulNews {font-size: 15px;}
.aktPromocjeText .newsDiv {padding: 0px 6px;}
}
@media screen and (max-width:1100px){
.aktPromocjeText .topNews {padding-bottom: 6%;}
.aktPromocjeText .tytZaj .tytulNews {font-size: 18px;}
.aktPromocjeText .tytZaj .zajawkaNews {font-size: 13px;}
.nowosci_content .aktProm {padding: 0px 40px;}
.aktPromocjeText .tytZaj {padding-top: 15px;}
}


@media screen and (max-width:1160px){
.nowosci_content .divTitleNews a {
font-size: 24px;
}
}


@media screen and (max-width:1000px){
.nowosci_content .divTitleNews a {padding-bottom: 20px;}
}

@media screen and (max-width:990px){
.aktPromocjeText .newsDiv {width: 50%}
.nowosci_content .aktProm {}
.nowosci_content>.aktPromocjeText>.aktProm {flex-wrap: wrap}
}

@media screen and (max-width:710px){
.divAktualnosci {padding-bottom: 60px;}
}

@media screen and (max-width:640px){
.aktPromocjeText .newsDiv {width: 100%;}
.divAktualnosci {padding-bottom: 100px;}
.aktPromocjeText .newsDiv .imgP{text-align: center}
}





@media screen and (max-width:570px){
.aktPromocjeText .newsDiv .moreSp{padding: 12px 20px;;font-size: 15px}

}
@media screen and (max-width:480px){

}
