.page-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  padding: 0 10%;
}


.articles {
  overflow: hidden;
}
.articles .article {
  position: relative;
  display: inline-block;
  width: 33.3%;
  height: auto;
  margin: 0 auto 35px;
  padding-right:45px;
  padding-left:45px;
  vertical-align: top;
  
}
.bloginfo {
	max-height: 12px;
}
.bloginfo ul {
	display:inline;
	position: absolute;
	top:0;
}
.bloginfo ul li{
	list-style-type: none;
	display: inline;
}

.bloginfo ul li a{
	text-decoration: none;
	color:#333;
}
.articles .article h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  line-height:1.4;
}
.articles .article h3 a {
  text-decoration:none;
  color:#333;
}
.articles .article h3 a:hover {
  color: #9C1C11;
}
.articles .article h3:before, .articles .article h3:after {
  content: "";
  display: block;
  width: 33,3%;
  margin: 0 auto;
 } 
.articles .article p {
    white-space: normal;
    color: #1c4083;
} 

.articles .article time {
  display: inline;
}
.articles .pagination {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.articles .pagination .l-arrow, 
.articles .pagination .r-arrow {
  position: absolute;
  top: -150px !important;
  color: #fff;
  cursor: pointer;
}
.articles .pagination .l-arrow {
  line-height: 0px;
  min-height:120px;
  left:0;
}
.articles .pagination .r-arrow {
  line-height: 0px;
  min-height:120px;
  right: 0;
  margin-left:40px;
}
.articles .article:last-child {
  border-right: none;
}

.articles #magic {
  white-space: nowrap;
  position: relative;
}

@media (max-width: 991px) {
	
.articles .article {
  width: 50%;
  padding-right 20%;
	}
.articles .article h3:before, .articles .article h3:after {
  width: 50%;
 } 
}

@media (max-width: 767px) {
	
.articles .article {
  width: 100%;
  padding-right 20%;
	}
.articles .article h3:before, .articles .article h3:after {
  width: 100%;
}