
.pos-relative {
	break-inside: avoid;
	padding: 5px
}

.pos-relative {
	break-inside: avoid;
	padding: 5px
}
.newsletter-thumbnail {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #e8e2d6;
	break-inside: avoid
}

.newsletter-thumbnail em {
	padding: 0 6px;
	color: #757474;
	position: relative
}

.newsletter-thumbnail em::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	right: -100%;
	top: 50%;
	background: #ccc
}

.newsletter-thumb-img img {
	filter: grayscale(100%);
	transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms
}

.newsletter-thumb-img:hover img {
	filter: grayscale(0)
}
.newsletter-thumb-img {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden
}

.newsletter-thumb-text {
	font-family: eb garamond, serif!important;
	background: rgba(255, 255, 255, .8);
	padding: 10px;
	font-size: 20px;
	text-shadow: 2px 2px 2px #fff;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	height: 100px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li {
    display: inline;
}
.active span{
  z-index: 2;
  color: #fff !important;
  cursor: default;
  background-color: #337ab7 !important;
  border-color: #337ab7;
}
.width100{
    width: 100%;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}