@charset "utf-8";
.thumbnails {
	margin: 0;
	padding: 0;
	list-style: none;
}
.thumbnails li{
	list-style: none;
}
.thumbnail {
	margin-bottom: 40px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-wborder-radius: 0;
	background-color: transparent;
	padding: 0;
}
.home .thumbnail {
	margin-bottom: 20px;
}
.thumbnail:hover {
}
.thumbnail .caption {
	padding: 0;
}
.thumbnail h3 {
	margin: 0;
	position: relative;
}
.contributors .thumbnail h3 {
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
}
.contributors .thumbnail p {
	font-size: 15px;
	line-height: 17px;
}
.thumbnail h3 a {
	display: block;
	padding: 15px 10px;
	background-color: rgba(73,195,177,1);
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
.thumbnail h3 a:after {
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	content: "";
	width: 30px;
	height: 15px;
	border-style: solid;
	border-width: 20px;
	border-top-width: 15px;
	border-bottom-width: 0px;
	border-color: rgba(73,195,177,1);
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.thumbnail:hover h3 a:after, .thumbnail h3 a:hover:after {
	opacity: 1;
}
.contributors {
	margin-top: 30px;
	margin-bottom: 30px;
}
.thumbnail .image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	overflow: hidden;
	position: relative;
}
.home .thumbnail .image, .contributors .thumbnail .image {
	padding-bottom: 80%;
}
.thumbnail .image a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.home .thumbnail .image a, .contributors .thumbnail .image a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
    padding: 10% 20%;
}
.thumbnail .image a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
}
.thumbnail .image img {
	opacity: inherit;
	filter: inherit;
	position: relative;
	width: 100%;
	height: auto;
    background-color: #478DB4;
	transition: all 0.1s ease-in-out;
}
.home .thumbnail .image img, .contributors .thumbnail .image img  {
	opacity: inherit;
	filter: inherit;
	position: relative;
	width: 100%;
	height: auto;
    background-color: #478DB4;
    border-radius: 100%;
	transition: all 0.1s ease-in-out;
}
.thumbnail:hover .image a img, .thumbnail .image a:hover img {
  background-color: #01AA98;
}
.thumbnail .image a span {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(73,195,177,0.5);
	background-image: url(../images/icons-cat-resid.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.thumbnail:hover .image a span, .thumbnail .image a:hover span {
	opacity: 1;
}
.thumbnail a.readmore.block {
	margin: 0;
	text-align: center;
	font-size: 18px;
	height: 60px;
}
.home .thumbnail a.readmore.block {
	font-size: 22px;
	background-color: transparent;
	color: #478DB4;
	padding: 0;
	height: auto;
}
.thumbnail .readmore {
	margin: 0;
}
.thumbnail:focus a.readmore, .thumbnail:hover a.readmore, .thumbnail:active a.readmore {
  background-color: #66BDD5;
  color: #FFF;
}
a.link-effect {
	background-color: transparent;
}
img.portrait {
	height: 100%;
	width: auto;
}
img.landscape {
	height: auto;
	width: 100%;
}
.thumbnail .horizontal {
	width: auto;
	height: 213px;
	margin-left: -50px;
	max-width: none;
}
.thumbnail .vertical {
	width: 213px;
	height: auto;
	margin-top: -50px;
}
.pager {
	background-color: transparent;
	border: 0;
	font-size: 20px;
	color: #3A609E;
}
.pager li > a, .pager li > span {
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	border-radius: 0;
	background-color: #F6921E;
	color: #FFF;
	padding: 10px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #54A3DB;
	color: #FFF;
}
.pager .text {
	line-height: 40px;
}
.breadcrumb {
    padding-left: 0;
	padding-right: 0;
}
@media (max-width: 767px) {
	.pager li.previous, .pager li.next{
		width: 50%;
		display: block;
		float:left;
	}
	.pager li.previous a, .pager li.next a {
		float: none;
		display:block;
	}
	.pager li.previous a{
		margin-right: 5px;
	}
	.pager li.next a{
		margin-left: 5px;
	}
	.pager li.text{
		display: none;
	}
}
