#wlnp{
	max-width: calc(100vw - 20px);
}

.container-events .wlnp-container{
	width: 100%;
}

#wlnp .owl-carousel .owl-item img{
}

#wlnp .block-grid{
	margin: 1px;
	max-width: 100vw;
	overflow: hidden;
}

#wlnp .inner{
	padding: 13px 0;
}

#wlnp hr{
	margin: 0;
	width: 20%;
	border-top: 2px solid #82b437;
}

#wlnp h2{
	padding: 0;
	min-height: 3rem;
	font-family: Hind;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

#wlnp span.text{
	font-size: 16px;
	line-height: 24px;
}

#wlnp .owl-nav{
	position: absolute;
	margin: 0 -4px;
	right: 0;
	top: -108px;
}

#wlnp .target{
	padding-top: 17px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	display: inline-block;
	border-radius: 50%;
	background-color: transparent;
	width: 32px;
	height: 32px;
	border: 2px solid #c7c7c7;
	color: #c7c7c7;
	position: relative;
	margin: 0 4px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.border-default-img{
	border: 1px solid #e3e3e3;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
	border: 2px solid #82b437;
	color: #82b437;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#wlnp a:hover{
	text-decoration: none;
}

.see-all-wrapper{
	padding-top: 70px;
/*	margin-bottom: -70px;*/
	margin-bottom: -30px;
}

#wlnp .zoom{
	display: none;
}

.see-all-wrapper .more.BTN.read-more.watch-all{
	font-family: Signika;
	font-size: 15px;
	font-weight: 400;
}

.container .container .see-all-wrapper
{
	margin-bottom: 0;
}

.img-hover:hover .zoom{
	display: block !important;
	text-decoration: none;
}

/*SETTING DIMENTIONS*/
.WLNP_MAIN{
	width: 100%;
	height:250px;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	overflow: hidden;
	/* custom decorations */
	border:1px solid #ccc;
}


.LNP_CONT{
	height: 250px;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	float: left;/*REQUIRED*/
	margin: 35px;
	background-position: center;
}

.LNP_INNER{
	padding: 10px;
	height: 100%;
}

.WLNP_CONT
{
	width: calc(100% + 70px) !important;
	position: absolute;/*REQUIRED*/
	top:0;/*REQUIRED*/
	left: 0;/*REQUIRED*/
	overflow: hidden;
	margin: -35px;
}


/* one item */
.LNP_CONT:first-child:nth-last-child(1) {
    width: 100%;
}

/* two items */
.LNP_CONT:first-child:nth-last-child(2),
.LNP_CONT:first-child:nth-last-child(2) ~ .LNP_CONT {
    width: calc(50% - 70px);
}

/* three items */
.LNP_CONT:first-child:nth-last-child(3),
.LNP_CONT:first-child:nth-last-child(3) ~ .LNP_CONT {
    width: calc(33.3333% - 70px);
}

/* four items */
.LNP_CONT:first-child:nth-last-child(4),
.LNP_CONT:first-child:nth-last-child(4) ~ .LNP_CONT {
    width: calc(25% - 70px);
}

/* four items */
.LNP_CONT:first-child:nth-last-child(5),
.LNP_CONT:first-child:nth-last-child(5) ~ .LNP_CONT {
    width: calc(20% - 70px);
}

/*SETTING DIMENTIONS-END*/

/*CUSTOMIZE*/
.LNP_TITLE{
}

.LNP_TITLE_IN{
	padding: 4px;
	color: #fff;
	font-weight: bold;
}

.LNP_T_DESC{
	color: #b2b2b2;
	font-size: 10px;
	padding-top: 4px;
}

/*NAVI*/
.WLNP_NAVI {
	height:20px;
	float: right;
}

.WLNP_NAVI a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/component/w_latest_news_presentation/VIEW/gfx/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.WLNP_NAVI a:hover {
	background-position:0 -8px;
}

.WLNP_NAVI a.ACTIVE {
	background-position:0 -16px;
}

.default-container #wlnp .owl-nav
{
	top: -55px;
}

.default-container .wlnp-container
{
	margin-top: -1rem;
}