* {
	-webkit-transition: all 0.1s ease 0.1s;
	-moz-transition: all 0.1s ease 0.1s;
	-o-transition: all 0.1s ease 0.1s;
	transition: all 0.1s ease 0.1s;
	box-sizing:border-box;
	outline: none;
}
body {
	background: rgb(44,47,51);
	font: 14px/1.8571 "Open Sans";
    color: #777;
}
a {
	text-decoration: none;
}
td {
	vertical-align: top;
}
div::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
ol,
ul {
	margin: 0;
}
a {
	color: rgb(44,47,51);
}
a:hover {
	text-decoration: none;
	color: rgb(39,185,154); /*255,211,2*/
}
a:active,
a:visited {
	color: inherit;
	text-decoration: inherit;
}
img {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
	color: rgb(44,47,51);
	position: relative;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
section.main {
	background: #fff;
}
div.wrapper,
div.header,
div.footer,
div.main {
	width: 980px;
	margin: 0 auto;
}
.top {
	height: 50px;
	line-height: 50px;
	background: whitesmoke;
	color: #777;
}
.top .datetime {
	float: right;
}
.breadcrumbs {
	margin: 10px 0;
}
.breadcrumbs ul {
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
	float: left;
}
.breadcrumbs ul li+li {
	margin-left: 4px;
}
header .header {
	/*height: 50px;*/
	padding: 15px 0;
}
header .header a {
	/*line-height: 50px;*/
}
header .header a.logo:hover,
header .header a.logo {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Poppins";
	text-decoration: none;
}
header .header a.logo span {
	color: rgb(39,185,154);
}
header .header nav {
	/*float: right;*/
	float: left;
}
header .header nav ul {
	list-style: none;
}
header .header nav ul li {
	display: inline-block;
	padding: 0 15px;
	float: left;
}
header .header nav ul li+li {
	margin-left: 10px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
header .header nav ul li:first-child {
	padding-left: 0;
}
header .header nav ul li a {
	margin: 0 1px;
    /*padding: 0 15px;*/
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
header .header nav ul li a:hover {
	text-decoration: none;
	color: rgb(39,185,154);
}
div.main {
	padding: 30px 0 50px;
	min-height: 400px;
}
footer {
	/*background: #1f1f1f;*/
}
footer h5 {
	font-size: 21px;
	padding-bottom: 10px;
	font-family: "Poppins";
	line-height: 1;
	color: #fff;
}
footer a {
	color: #eee;
}
footer a:hover {
	text-decoration: none;
}
footer .footer {
	padding: 40px 0 20px;
}
footer .footer td {
	padding-right: 20px;
}
footer .footer td:last-child {
	padding-right: 0px;
}
.copyright {
	padding: 10px 0;
	color: #aaa;
	border-top: 1px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
	font-family: "Poppins";
}
.main-col {
	width: 70%;
	float: left;
}
.right-col {
	width: 25%;
	float: right;
}
article h1,
article h2,
article h3,
article h4,
article h5 {
	font-family: "Montserrat", sans-serif;
	text-transform: none;
	border-bottom:none;
}
.list li+li {
	margin-top: 30px;
}
.right-col .list li+li {
	margin-top: 15px;
}
.right-col article h4 {
	font-size: 12px;
}
article .info,
article .short-description {
	margin-bottom: 20px;
}
article .info {
	font-family: "Dosis";
	font-size: 13px;
}
article .info .comments,
article .info .views {
	float: right;
}
article .info > span+span {
	margin-left: 10px;
}
article .info > span > span+span {
	margin-left: 6px;
}
.button {
	font-weight: bold;
	font-family: "Poppins";
	background: none;
	padding: 0;
	margin: 0;
	border:none;
}
.button:hover {
	/*background: #fe3e01;*/
	/*background: rgb(39,185,154);*/
}
.pager a {
	color: rgb(44,47,51);
}
.pager .pages {
	margin-top: 10px;
}
.pager .pages strong {
	display: none;
	line-height: 30px;
	text-transform: uppercase;
	color: rgb(44,47,51);
	float: left;
}
.pager .pages ol {
	float: left;
}
.pager .pages ul {
	margin-top: 5px;
	float: right;
}
.pager .pages ol a {
	font-weight: bold;
	border:none !important;
	background: transparent !important;
}
.pager .pages ol a:hover {
	color: rgb(39,185,154);
}
.pager .pages ol a,
.pager .pages ol li.current {
	padding: 5px;
}
.pager .pages ol li.current {
	font-weight: bold;
	cursor: default;
	color: rgb(39,185,154);
}
.pager .pages ul li {
	display: inline-block;
	float: left;
}
.pager .pages ul li a {
	display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding: 0px;
	background: none;
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase;
	border:none;
}
.pager .pages ul a:hover {
	color: rgb(39,185,154);
}
.pager .pages ul li+li {
	margin-left: 10px;
}
article.article .image img {
	margin-top: 0px;
	width: 100%;
}
article.article img {
	margin: 20px 0;
}
article.article p {
	margin-bottom: 8px;
}