/*----------------------------- Card -----------------------------------------*/
.card{
	width:31%;
	margin: 15px 1.1666%; 
	overflow: hidden;
}

.card.image{
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	text-shadow: 0px 0px 10px #555;
}

.card a{
	color: #000;
	text-decoration: none !important;
	display:block;
	height:100%;
	overflow:hidden;
	position:relative;
}

.card.image a{
	color: #fff;
	position:relative;
}

.card.image a div.background{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:radial-gradient(#555, #000 75%);
}

.card.image a div.background .img{
	height:100%;
	width:100%;
	background-position: 50% 50%;
	background-size:cover;
	z-index:-1;
	transition:0.25s;
}

.card.image a:hover div.background .img{
	opacity: 0.75;
}

.card.image .bar{
	height: 11px;
	margin-top: 35px;
	background-color: #fff;
	width: 90%;
	position:relative;
}

.card .content-wrapper{
	overflow:hidden;
	padding: 0px 30px;
	margin: 15px 0px 40px;
	position:relative;
}

.card.article-news .content-wrapper h3{
	min-height:46.2px;
}

.card.article-news a:hover .content-wrapper h3{
	text-decoration: underline !important;
}

.card.article-news .content-wrapper h4{
	margin-top:75px;
}

@media only screen and (max-width:980px){
	.card{
		width:47%;
		margin:15px 1.5%;
	}
}

@media only screen and (max-width:650px){
	.card{
		width:80%;
		margin: 15px 10%;
	}
}

@media only screen and (max-width:480px){
	.card{
		width:90%;
		margin:10px 5%;
	}
}


/*------------------------------ Display -------------------------------------*/
div.article-display{
	
}

div.article-display.banner div.banner{
	min-height:300px;
	background-position: 50%;
	background-size:cover;
}

div.article-display h3.subhead{
	margin-bottom:0px;
}

div.article-display div.date{
	margin-top: 10px;
}

div.article-display ul.social-links{
	padding:0;
}

div.article-display ul.social-links li{
	list-style: none;
	display:inline-block;
	margin-top: 8px;
}

div.article-display ul.social-links li a.share-link{
	height: 20px;
	display: block;
	text-indent: -9999em;
	float: left;
	margin-right:8px;
	background-repeat:no-repeat;
}

div.article-display ul.social-links li a.share-link-facebook{
	width: 65px;
	background-image: url('../../images/plugin/article/facebook-share-icon.png');
	background-size: auto 20px;
}
div.article-display ul.social-links li a.share-link-twitter{
	width: 56px;
	background-image: url('../../images/plugin/article/social-sharing-twitter.png');
}
div.article-display ul.social-links li a.share-link-googleplus{
	width: 32px;
	background-image: url('../../images/plugin/article/social-sharing-google-plus.png');
}

div.article-display div.body{
	margin: 15px 0px;
}

div.article-display div.article-file{
	font-size:1.3em;
	margin-bottom:10px;
}

div.article-display div.article-file i{
	float:left;
	margin-right:10px;
}

div.article-display div.article-file a{
	display:block;
	width:100%;
}

div.article-display div.article-gallery{
	margin-bottom:15px;
	overflow:hidden;
}

div.article-display div.article-gallery a{
	width: 250px;
	height: 200px;
	display: block;
	background-position: 50%;
	background-size: cover;
	float: left;
	margin: 5px 7px 10px;
}

div.article-display a.back-button{
	background-color: #00c98a;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 1.7em;
	display: block;
	padding: 5px 0;
	margin: 50px 0;
}

@media only screen and (max-width: 768px){
	div.article-display.banner div.banner{
		min-height: 200px;
	}
}

@media only screen and (max-width: 479px){
	div.article-display.banner div.banner{
		min-height: 150px;
	}
}
