﻿/************************************************
 News Publisher
*************************************************/

/* News list */

div.newspublisher-maincontainer {
}

ul.newspublisher {
    margin: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

li.newspublisher {
    list-style: none;
}

div.newspublisher-container {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
    
    /* Just a rounded demo newsbox */
    padding: 0px 20px 10px 20px;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #ccc;    
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; 
    /* end of demo css */
}

div.newspublisher-container:hover {
    /* Just a rounded demo newsbox */
     -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #f0f0f0;
    /* end of demo css */    
}

.newspublisher-title {
}

.newspublisher-content {
}

.newspublisher-picture {
	margin-top: 12px;
	margin-bottom:24px;
}

/* Single News message */

.newspublisher-news-title {
}

.newspublisher-news-text {
}

.newspublisher-button {
}

.ago-news {
}

.ago-news h2 {
}

.ago-news h5 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 23px;
	line-height: 26px;
	color: #3f3f3f;
	font-weight: 500 !important;
	text-transform: uppercase;
	margin-bottom:12px;
}

.ago-news sub, sup {
	text-transform: lowercase;
}

.ago-news p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #3f3f3f;
	font-weight: 300;
}

.ago-news .info {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom:5px;
}

.ago-news a.title {
	color: #1d1d1b;
}

.ago-news a.more {
	background-color: #FFF;
	border: 1px solid #1d1d1b;
	border-radius: 3px;
	box-sizing: initial !important;
	color: #1d1d1b;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	height: 14px;
	letter-spacing: 1px;
	line-height: 100%;
	margin: 10px 0;
	margin-right: 0px;
	outline: 0 none;
	padding: 12px 24px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}
.ago-news a:hover.more {
	border: 1px solid #e35b54;
	color: #e35b54;
	transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
}

a:link .button {
	background-color: #FFF;
	border: 1px solid #1d1d1b;
	border-radius: 3px;
	box-sizing: initial !important;
	color: #1d1d1b;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	height: 14px;
	letter-spacing: 1px;
	line-height: 100%;
	margin: 10px 0;
	margin-right: 0px;
	outline: 0 none;
	padding: 12px 24px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}
a:hover .button {
	border: 1px solid #e35b54;
	color: #e35b54;
	transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
}

.item.ago-news {
	margin-bottom: 30px;
}