.newsletter-preview {
	text-align:center;
	position:relative;
	min-height:150px;
}
.newsletter-preview h2{
	text-align:center;
	font-size:18px;
}
.preview-item{
	width:100%;
}
.preview-item img{
	border:5px solid #97BF0D;
}

.newsletter-buttons{ margin:15px 0; }
.go-newsletter-carousel{
	overflow:hidden;
	position:relative;
	padding:20px 22px;
}

.owl-item{
	text-align:center;
}


.owl-controls{
	text-align:center;
	width:84%;
	padding:0 8%;
	margin:20px auto 0;
	overflow:hidden;
	position:relative;
}
.owl-pagination{
	display:block;
	float:left;
	width:100%;
	margin:10px 0 10px;
	padding:0 17%;
	box-sizing:border-box;
}
.owl-pagination .owl-page{
	cursor:pointer;
	float:left;
	border-bottom:3px solid #97BF0D;
}
.owl-pagination .owl-page span{
	padding:5px 0;
	float:left;
}
.owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span{
	background-color: #97BF0D;
}
.owl-controls .owl-buttons{
	width:100%;
}
.owl-controls .owl-buttons div{
	position:absolute;
	float:left;
	top:0;
}
.owl-controls .owl-buttons .owl-prev{
	left:0;
}
.owl-controls .owl-buttons .owl-next{
	right:0;
}
@media screen and (max-width:420px){
	.carousel-in{
		width:75% !important;
		padding:0 12.5%;
	}
}
.carousel-in{
	overflow:hidden;
	margin:0 auto 10px;
	/*border:3px solid #97BF0D;*/
	padding:5px;
}
.carousel-in ul{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}
.carousel-item{
	display:inline-block;
	cursor:pointer;
	text-align:center;
	padding:1.25%;
	background-color:#E3E3E3;
	width:93.5%;
	margin:0;
}
.carousel-item img{
	margin:0;
	padding:0;
	border:none;
	width:100%;
/*	float:left;*/
}
.carousel-desc{
	display:block;
	float:left;
	width:100%;
} 
.carousel-item h3{
	padding:0;
	margin:0 auto;
	line-height:normal;
	font-family:Arial, sans-serif;
	background:none;
	border:none;
	font-size:15px;
	text-align:center;
}
.carousel-item.selected, .carousel-item:hover{
	background-color:#97BF0D;
	color:white;
}
.owl-buttons > div{
	cursor:pointer;
	display:block;
	position:absolute;
	top:50%
}
.owl-prev{ left:0;}
.gowl-next{ right:0;}


.newsletter-readmore{
	text-align:center;
	width:100%;
	position:relative;
}
.newsletter-readmore a{
	background-color:#97BF0D;
	padding:6px 10px;
	color:white;
	display:inline-block;
}
.newsletter-readmore a:hover{
	background-color:#779F0D;
}
/*----LIST NEWSLETTERS----*/

.year{
	overflow:hidden;
}
.year h4{
	cursor:pointer;
	margin:5px 0;
	font-size:14px;
	background-color:#EFEFEF;
	border:1px solid #DDD;
	text-indent:5px;
	color:#444444;
	line-height:25px;
}
.year a{
	font-size:14px;
	color:#4167AB;
	line-height:27px;
	font-size:16px;
}
.year a:hover{ color:black; }
.expand { visibility:hidden; }
.year h4:hover .expand{ visibility:visible; }
.topNav { float:right; }


/*----Lightbox----*/
#glbox_out{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/transparent-bg.png) repeat;
	cursor:pointer;
	text-align:center;
	z-index:2;
	padding:0 50px;
	box-sizing:border-box;
}
#glbox_in{
	display:inline-block;
	background-color:white;
	min-height:200px;
	cursor:default;
	margin:3% 0 0;
	z-index:3;
	position:relative;
	max-width:1200px;
	width:100%;
}

.glbox_close img {
    height: auto;
    width: 100%;
}

.glbox_close {
    cursor: pointer;
    position: absolute;
    right: 1.5%;
    top: 1.5%;
    width: 50px;
	z-index:99999;
}

.newsletter_page_images{
	float:left;
	width:100%;
	overflow-y:auto;
	box-sizing:border-box;
	padding:0 5%;
	margin-top:83px;
}
.newsletter_page_images .newsletter_page{
	background:url(../images/img_load.gif) no-repeat center;
	float:left;
	width:100%;
	margin-bottom:20px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.newsletter_page_images .newsletter_page  img{
	width:100%;
	height:auto;
}
.newsletter_page_image{
	float:left;
	display:block;
	overflow-y:auto;
	background:url(../images/img_load.gif) no-repeat center;
	box-sizing:border-box;
	padding:140px 0 0;
}
.newsletter_page_image img{
	width:100%;
	height:auto;
}

.pager_nav{
	display:block;
	height:100%;
	cursor:pointer;
	position:absolute;
	min-width:60px;
	width:6.333%;
	height:100%;
}
.pager_nav:hover{
	background-color:#E3E3E3 !important;
}
/*
.pager_nav a, #newsletter_pagination_in a{
	float:left;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
}*/
#newsletter_page_prev{
	float:left;
	background:url(../images/arrow-left.png) no-repeat center;
	left:0;
}
#newsletter_page_next{
	float:right;
	background:url(../images/arrow-right.png) no-repeat center;
	right:0;
}
#newsletter_pagination_out{
	position:absolute;
	width:100%;
	box-sizing:border-box;
	padding:0 6.333%;
}
#newsletter_pagination_in{
	margin:auto;
	display:inline-block;
	line-height:65px;
	font-size:18px;
	opacity:0.5;
	color:#888888;
}
#newsletter_pagination_out:hover #newsletter_pagination_in{
	opacity:1;
}
#newsletter_pagination_in ul{
	list-style:none;
	display:block;
	float:left;
	background-color:#F3F3F3;
	margin:0;
	padding:0;
}
#newsletter_pagination_in ul li{
	float:left;
	display:block;
}
#newsletter_pagination_in ul li a{
	float:left;
	display:block;
	padding:0 15px;
	cursor:pointer;
	position:relative;
	color:#000;
}
#newsletter_pagination_in ul li a:hover{
	background-color:#D0D0D0;
	color:black;
}
.nl_page_active a{
	background-color:#D0D0D0;
	color:black;
}
.newsletter_pager_download{
	display:block;
	float:left;
	margin:8px 0 0 16px;
	width:48px;
	height:48px;
	overflow:hidden;
}
