body {
	background: #1a1a1a;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
}
ol::after,
div::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
* {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul,
ol {
	margin: 0;
}
a:hover {
	text-decoration: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
}
h2 {
	font-size: 18px;
}
nav {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	max-width: 100%;
}
td {
	vertical-align: top;
}
header,
section.main {
	background: #fff;
}
section.main {
	min-height: 400px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
header {
	padding-bottom: 10px;
}
header .top {
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	color: #333333;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}
header .header {
	padding: 20px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
header .header .logo {
	float: left;
}
header .header .logo a img {
	height: 50px;
}
header .header nav.nav {
	float: right;
}
header .header nav.nav li {
	float: left;
}
header .header nav.nav li+li {
	margin-left: 10px;
}
header .header nav.nav li a {
	background: transparent !important;
	font-size: 14px;
	line-height: 46px;
    font-weight: normal;
    padding: 8px 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
header .header nav.nav li:last-child a {
	padding-right: 0;
}
section.main .main {
	padding-top: 10px;
	padding-bottom: 50px;
}
section.main .main .main-col {
	float: left;
	width: 65%;
}
section.main .main .right-col .block-title,
section.main .main .main-col .page-title {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
section.main .main .right-col .block-title h3,
section.main .main .main-col .page-title h1 {
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
section.main .main .main-col .list li+li {
	margin-top: 25px;
}
section.main .main .right-col .list li+li {
	margin-top: 15px;
}
section.main .main .main-col article td.image > div {
	width: 100%;
	height: 200px;
	position: relative;
}
section.main .main .main-col article td.image > div > span.date {
	display: inline-block;
	position: absolute;
	width: 60px;
	line-height: 60px;
	height: 80px;
	color: #fff;
    font-size: 30px;
    background: #1193d4;
    text-align: center;
    z-index: 1;
}
section.main .main .main-col article td.image > div > span.date > span {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	background: #333333;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
section.main .main .main-col article td.image > div > a {
	text-indent: -99999;
	opacity: 0;
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
section.main .main .main-col article td.info .title h2 {
	margin-bottom: 12px;
	line-height: 1;
}
section.main .main .main-col article td.info .title h2 a {
	font-size: 16px;
	line-height: 1;
}
section.main .main .main-col article td.info .description {
	font-size: 14px;
	color: #555;
	margin-bottom: 12px;
}
section.main .main .right-col article td.info .title a {
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
}
section.main .main .right-col article td.info .date {
	font-size: 12px;
}
section.main .main .right-col {
	float: right;
	width: 30%;
}
footer .footer {
	padding: 30px 0;
	background: #343434;
}
footer .copyright {
	height: 50px;
	line-height: 50px;
	color: #fff;
}
footer .copyright .right {
	float: right;
}
footer .copyright .right li {
	line-height: 50px;
}
footer .copyright .left {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}
footer .copyright ul.right li {
	float: left;
}
footer .copyright ul.right li+li {
	margin-left: 10px;
}
footer .copyright ul.right li a {
	color: #999999;
}
footer .copyright ul.right li a:hover {
	color: #fff;
}
footer .footer h5 {
	text-transform: uppercase;
	color: #fff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}
footer .footer ul li+li {
	margin-top: 6px;
}
footer .footer ul li a {
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
}
footer .footer ul li a:hover {
	color: #fff;
}
.breadcrumbs {
	margin: 10px 0;
}
.breadcrumbs ul {
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
	float: left;
}
.breadcrumbs ul li+li {
	margin-left: 4px;
}
article.article .image {
	margin-bottom: 20px;
}
article.article .image img {
	margin: 0;
}
article.article img {
	width: 100%;
	margin: 10px 0;
}
article.article .text {
	margin-bottom: 20px;
}
article.article .text p {
	margin-bottom: 10px;
}
article.article .text a {
	text-decoration: underline;
}
div.pager {
	margin-top: 20px;
	border-top: 1px solid #999;
	padding-top: 20px;
}
div.pager div.pages {
	text-align: center;
}
div.pager div.pages ol {
	display: inline-block;
	list-style: none;
}
div.pager div.pages ol li {
	display: inline-block;
	float: left;
	color: #999;
}
div.pager div.pages ol li.current {
	padding: 5px 14px;
}
div.pager div.pages ol li a {
	background-color: transparent !important;
    color: #999 !important;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
div.pager div.pages ol li+li {
	margin-left: 8px;
}