* {
	-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: #151515;
	font: 14px/1.8571 "Lato";
    color: #777;
}
td {
	vertical-align: top;
}
div::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
ol,
ul {
	margin: 0;
}
a:visited,
a {
	color: #222;
}
a:active,
a:hover {
	color: #fe3e01 !important;
}
img {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
	color: #222;
	position: relative;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	border-bottom: 1px solid rgba(000, 000, 000, 0.15);
	line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	text-decoration: none !important;
}
.block h3,
.page-title h1 {
	line-height: 35px;
	margin-bottom: 20px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	position: relative;
	display: inline-block;
	height: 100%;
}
h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #fe3e01;
}
p:empty {
	display: none;
}
header,
section.main {
	background: #fff;
}
div.wrapper,
div.header,
div.footer,
div.main {
	width: 980px;
	margin: 0 auto;
}
header {
	border-bottom: 1px solid rgba(000, 000, 000, 0.15);
}
.top {
	height: 50px;
	line-height: 50px;
	background: whitesmoke;
	color: #777;
}
.top .datetime {
	float: right;
}
header .header {
	height: 100px;
}
header .header a {
	line-height: 100px;
}
header .header a.logo:hover,
header .header a.logo {
	font-size: 32px;
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lobster";
	text-decoration: none;
}
header .header a.logo span {
	/*color: #fe3e01;*/
	color: #222;
}
header .header nav {
	float: right;
}
header .header nav ul {
	list-style: none;
}
header .header nav ul li {
	display: inline-block;
	float: left;
}
header .header nav ul li+li {
	margin-left: 10px;
}
header .header nav ul li a {
	margin: 0 1px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
    color: #222;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}
header .header nav ul li.active a,
header .header nav ul li a:hover {
	text-decoration: none;
	color: #fe3e01;
}
div.main {
	padding: 30px 0 50px;
	min-height: 400px;
}
footer {
	background: #1f1f1f;
}
footer h5 {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	line-height: 2;
}
footer a:visited,
footer a {
	color: #eee;
}
footer a:hover {
	text-decoration: none !important;
}
footer .footer {
	padding: 40px 0;
}
footer .footer td {
	padding-right: 20px;
}
footer .footer td:last-child {
	padding-right: 0px;
}
.copyright {
	text-align: center;
	height: 100px;
	padding-top: 30px;
	color: #aaa;
}
.main-col {
	width: 70%;
	float: left;
}
.right-col {
	width: 25%;
	float: right;
}
article h1,
article h2,
article h3,
article h4,
article h5 {
	text-transform: none;
	border-bottom:none;
}
article h1 span::after,
article h2 span::after,
article h3 span::after,
article h4 span::after,
article h5 span::after {
	height: 0px;
}
.list li+li {
	margin-top: 30px;
}
.right-col .list li+li {
	margin-top: 15px;
}
article .info,
article .short-description {
	margin-bottom: 10px;
}
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 {
	display: inline-block;
	padding: 10px 20px;
	background: #151515;
	text-decoration: none !important;
	color: #fff;
	text-transform: uppercase;
	font-family: "Dosis";
	border:none;
}
article .button {
	background: whitesmoke;
	color: #777;
}
.button:hover {
	background: #fe3e01;
	color: #fff !important;
}
.pager .pages {
	line-height: 30px;
}
.pager .pages strong {
	text-transform: uppercase;
	color: #222;
	float: left;
}
.pager .pages ol {
	float: left;
	margin-left: 10px;
}
.pager .pages ul {
	float: right;
}
.pager .pages ol a {
	font-weight: bold;
	border:none !important;
	background: transparent !important;
}
.pager .pages ol a,
.pager .pages ol li.current {
	padding: 5px;
}
.pager .pages ol li.current {
	font-weight: bold;
	cursor: default;
	color: #fe3e01;
}
.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;
    background: transparent !important;
    border:2px solid #222;
    text-transform: uppercase;
    font-family: "Dosis";
}
.pager .pages ul a:hover {
	border:2px solid #fe3e01;
}
.pager .pages ul li+li {
	margin-left: 10px;
}
article .image {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 15px;
}
article .image img {
	width: 100%;
}
.breadcrumbs {
	margin: 10px 0;
}
.breadcrumbs ul {
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
	float: left;
}
.breadcrumbs ul li+li {
	margin-left: 4px;
}