.nowosci_content{overflow: hidden;padding: 68px 0px 60px;margin-top:22px;}
.div_news{position: relative;

}
.box_nowosci{
background-image:url('../images/bg_news.jpg');
padding-bottom: 20px;
background-position:50% 0%;
background-repeat:no-repeat;
/*background-size:cover;*/
position:relative;
}
/*
.box_nowosci_bg{
position:absolute;
background-image:url('../images/news_bg_tlo2.png');
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;

width:100%;
height:100%;
left:0px;
top:0px;*/
/*filter:brightness(200%) blur(10px);*/
/*
filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
    */
/*}*/

.box_nowosci:before{
position:absolute;
content:"";
left:0px;
width:100%;
background-image:url('../images/bg_nowosci_top.png');
background-repeat:repeat-x;
background-position:10px 0px;
height:4px;
top:-2px;
}

.nowosci_content .divTitleNews{
    color: #000000;
    font-size: 21px;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    position: relative;
    border:1px solid #e8eaeb;
    text-align: center;
	background-color: #FFFFFF;
	z-index: 1;
}
.nowosci_content .divTitleNews a.titleNews{font-size:21px;color:#000000;display:inline-block;position:relative;
background: url('../images/bg_title_news.png') 0px 50% no-repeat;padding: 30px 0px 30px 38px;
}


.nowosci_content .divTitleNews .podTyt{
display: block;
font-size: 12px;
color: #2270bf;
}

.box_nowosci .nowosci_content .aktPromocjeText{max-width:100%;margin:0px auto;box-sizing:border-box;position:relative;transition:all 0.5s ease;-webkit-transition:all 0.5 ease;}

.arrowNews{
position:absolute;
left:50%;
-ms-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
width:120px;
height:120px;
top:-61px;
z-index:9;
}

.arrowNews:before{
width:80%;
height:80%;
left:50%;
top:50%;
-ms-transform:translate(-50%, -50%) rotateZ(45deg);
-webkit-transform:translate(-50%, -50%) rotateZ(45deg);
transform:translate(-50%, -50%) rotateZ(45deg);
content:"";
position:absolute;
background-color: #fcba36;
border:5px solid #FFFFFF;
}
.arrowNews:after{
width:50%;
height:50%;
left:50%;
top:50%;
-ms-transform:translate(-50%, -50%) rotateZ(45deg);
-webkit-transform:translate(-50%, -50%) rotateZ(45deg);
transform:translate(-50%, -50%) rotateZ(45deg);
content:"";
position:absolute;
background-color: #fcba36;
box-shadow:0px 0px 30px 6px rgba(0,0,0,0.25);
-webkit-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}

.arrowNews:hover:after{
box-shadow:0px 0px 8px 2px rgba(0,0,0,0.25);
}

.arrowNews a{
width:12px;
height:24px;
background-position:50% 50%;
background-repeat:no-repeat;
left:50%;
/*top:50%;*/
-ms-transform:translate(-50%, -50%) rotateZ(90deg);
-webkit-transform:translate(-50%, -50%) rotateZ(90deg);
transform:translate(-50%, -50%) rotateZ(90deg);
position:absolute;
z-index: 53;
/*padding:5px;*/
}

.arrowNews a.n_prev{
background-image:url('../images/arrow_left.png');
top:37%;
padding:8px 8px 0px 8px;
}

.arrowNews a.n_prev:before{
position:absolute;
width:100%;
height:100%;
content:"";
background-image:url('../images/arrow_left_sl.png');
opacity:0;
background-repeat:no-repeat;
background-position:50% 50%;
left:0px;
top:0px;
-webkit-transition:0.3s all ease-out 0s;
transition:0.3s all ease-out 0s;
}
.arrowNews a.n_prev:hover:before{
opacity:1;
}

.arrowNews a.n_next{
background-image:url('../images/arrow_right.png');
top:63%;
padding:0px 8px 8px 8px;
}
.arrowNews a.n_next:before{
position:absolute;
width:100%;
height:100%;
content:"";
background-image:url('../images/arrow_right_sl.png');
opacity:0;
background-repeat:no-repeat;
background-position:50% 50%;
left:0px;
top:0px;
-webkit-transition:0.3s all ease-out 0s;
transition:0.3s all ease-out 0s;
}
.arrowNews a.n_next:hover:before{
opacity:1;
}
/*
.nowosci_content .arrowNews{
background-color: #ffffff;
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: 0 0 0 0px;
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 1;
    width: 14px;
    margin-top: -13px;
}

.nowosci_content .arrowNews a{
background-repeat: no-repeat;
cursor: pointer;
display: block;
float: left;
height: 9px;
margin-right: 1px;
width: 14px;
transition: all 0.5s ease-out 0s;
background-image: url("../images/arrow_news.png");
position: relative;
}
.nowosci_content .arrowNews a.n_prev{
margin-bottom: 8px;
background-position: 0px 0px;
}
.nowosci_content .arrowNews a.n_next{
background-position: -14px 0px;
}
.nowosci_content .arrowNews a:hover{

}
.nowosci_content .arrowNews a:after{
content: "";
position: absolute;
top:0px;
left: 0px;
width: 14px;
height: 9px;
background-image: url("../images/arrow_news.png");
transition: all 0.5s ease-out 0s;
opacity:0;
}

.nowosci_content .arrowNews a.n_prev:after{
background-position: 0px -9px;
}
.nowosci_content .arrowNews a.n_next:after{
background-position: -14px -9px;
}
.nowosci_content .arrowNews a:hover:after{
opacity:1;
transition: all 0.5s ease-out 0s;
}
*/
.nowosci_content .aktProm{box-siazing:border-box;width:100%;text-align:center;}
.nowosci_content .aktProm .newsDiv{
/*background-color:#FFFFFF;*/display:inline-block;width:65%;box-sizing:border-box;position:relative;



/*padding: 40px 18px 0px 18px;*/
}
.nowosci_content .aktProm .dn_0{}
.nowosci_content .aktProm .dn_1{}
.nowosci_content .aktProm .newsDiv .imgP{display:inline-block;width: 25%;float: left;margin-right: 20px;}
.nowosci_content .aktProm .newsDiv .imgP img{height:auto;max-width: 100%;}
.nowosci_content .aktProm .newsDiv .titleNowosci{
display:block;font-size:14px;color:#1f1e21;font-weight: bold;margin-bottom:0px;margin-top: 0px;padding: 55px 18px 10px 18px;background:#FFFFFF;position:relative;
}
.nowosci_content .aktProm .newsDiv .titleNowosci a{font-size:24px;color:#000000;font-weight:normal;text-transform:uppercase;margin-bottom:50px;background-color:#FFFFFF;display:inline-block;max-height:60px; overflow:hidden;position:relative;}
.nowosci_content .aktProm .newsDiv .titleNowosci:before{
background:url('../images/bg_tit_news.png') 50% 80% no-repeat;
content:"";
position:absolute;
left:50%;
-ms-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
bottom:20px;
width:50px;
height:20px;
}
.nowosci_content .aktProm .newsDiv .data{font-size:13px;color:#5e8000;padding-bottom:10px;display:block;}
.nowosci_content .aktProm .newsDiv .zajawka{line-height: 1.5em;color: #5f696b;padding:10px 11% 0px 11%;/*margin-bottom:50px;*/font-size:15px;/*height:150px;*/overflow:hidden;background-color:#FFFFFF;}

.nowosci_content .aktProm .newsDiv .divZaj {
    max-height: 93px;
    overflow: hidden;
    margin-bottom: 40px;
}

.nowosci_content .aktProm .newsDiv .isImg{text-align: left;}



.nowosci_content .aktProm .newsDiv .NewsBottom{
height:40px;
position:relative;
}
.nowosci_content .aktProm .newsDiv .NewsBottom:after{
width:40%;
right:0px;
top:0px;
height:100%;
background-color:#FFFFFF;
position:absolute;
content:"";
}

.nowosci_content .aktProm .newsDiv .NewsBottom:before{
width:40%;
left:0px;
top:0px;
height:100%;
background-color:#FFFFFF;
position:absolute;
content:"";
}

.nowosci_content .dotted_a{
position:absolute;bottom:-20px;text-align:center;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);
background-color: #fdbb36;
border-radius: 0;
color: #fff;
cursor: pointer;
font: bold 14px Lato;
outline: medium none;
padding: 15px 45px;
transition: all 0.2s linear 0s;
border: 3px solid #fdbb36;
}
.nowosci_content .dotted_a:hover{transition: all 0.2s ease-out 0s;
background-color: #ffffff;
color: #fdbb36;
}
#idTmp{display:block;position:absolute;top:0px;left:0px;width:100%;}

.nowosci_content .aktProm .newsDiv:hover .imgP .data {background-color: #347eca;transition: all 0.5s ease-out 0s;}

.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;}

.nowosci_content .aktProm .newsDiv .imgP .dateP{
display: block;
position: absolute;
right: -2px;
top:0px;
border-color: #dddddd;
border-style: solid;
border-width: 0 0 1px 1px;
}
.nowosci_content .aktProm .newsDiv .imgP .data{
border-color: #FFFFFF;
border-width: 2px 2px 3px 3px;
border-style: solid;
background-color: #000000;
text-align: center;
padding: 0px 13px 5px 13px;
display: block;
transition: all 0.5s ease-out 0s;
}
.nowosci_content .aktProm .newsDiv .imgP .data span{
display: block;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #FFFFFF;
}
.nowosci_content .aktProm .newsDiv .imgP .data span:first-child{
font-size: 24px;
}

.div_nowosci{
position:relative;
padding:65px 0px;
}


.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: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}
@-webkit-keyframes slideInLeftNews {
   0% {
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutRightNews {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutRightNews {
 0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes slideInRightNews {
  0% {
    opacity: 0;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRightNews {
   0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
    -ms-transform: translateY(800px);
    transform: translateY(800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutLeftNews {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutLeftNews {
 0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@media screen and (max-width:750px){
.nowosci_content .aktProm .newsDiv .imgP img{}
.nowosci_content .aktProm .newsDiv .imgP {float: left;margin-right: 15px;max-width: 35%;}

}
@media screen and (max-width:400px){
.nowosci_content .aktProm .newsDiv .imgP {float: none;margin-right: 0px;max-width: 100%;}
/*.nowosci_content .dotted_a {left: 0px;right: 0px;}	*/
}

/*

@media screen and (max-width:750px){
.box_nowosci {width: 100% !important;max-width: 100%;}
.nowosci_content .aktProm .newsDiv {width: 47%;}
.nowosci_content .aktProm .dn_0 {float: left;}
.nowosci_content .aktProm .dn_1 {float: right;}	
}
*/

/*
@media screen and (max-width:930px){.nowosci_content .aktProm .newsDiv .imgP{float:none;margin:0px auto 15px auto;display:block;}
.nowosci_content .dotted_a{width:88px;left:0px;right:0px;margin:0px auto;}
}
@media screen and (max-width:680px){.box_nowosci{}
.nowosci_content .divTitleNews a{font-size:20px;}
.nowosci_content .divTitleNews{text-align:left;margin-left:10px;padding-top:20px;}
.nowosci_content .divTitleNews a::after{top:11px;}
.nowosci_content .arrowNews{top:15px;right:10px;}
}
@media screen and (max-width:590px){.nowosci_content .aktProm{display:block;}
.nowosci_content .aktProm .newsDiv{overflow:hidden;float:none;display:block;width:calc(100% - 20px);box-sizing:border-box;margin:0px 10px;}
.nowosci_content .aktProm .dn_0{margin-bottom:15px;}
.nowosci_content .aktProm .newsDiv .imgP{float:left;margin:0px 15px 0px 0px;width:35%;}
.nowosci_content .dotted_a{margin:0px;right:10px;left:auto;}
}
@media screen and (max-width:400px){.nowosci_content .aktProm .newsDiv .imgP{display:none;}}
*/