* {
	-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;
}
ul,
ol {
	margin: 0;
}
div::after {
	display: block;
	content: "";
	clear: both;
	width: 100%;
}
a {
	color: #5e5e5e;
	text-decoration: none !important;
}
a:visited {
	color: inherit;
}
a:active,
a:hover {
	color: #007F7B;
}
b,
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
td {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 15px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: #5e5e5e;
}
body {
	background: #eceae4;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}
section.main {
	background: #fff;
}
header {
	height: 150px;
	max-width: 100%;
	overflow: hidden;
}
header,
footer {
	position: relative;
	background: #f8f7f3;
}
div.header,
div.footer,
div.main {
	width: 980px;
	margin: 0 auto;
}
div.header {
	position: relative;
	z-index: 2;
	background: #f8f7f3;
	height: 150px;
}
/*div.header::before {
	content: "";
	position: absolute;
	width: 100%;
	display: block;
	z-index: 2;
	background: #f8f7f3;
}*/
header::before {	
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin-left: -50%;
	opacity: 0.9;
	background: #007F7B;
}
div.footer {
	padding: 40px 0;
}
div.main {
	padding: 30px 0 40px;
}
div.main .main-col {
	width: 70%;
	float: left;
}
div.main .right-col {
	width: 25%;
	float: right;
}
div.copyright {
	text-align: center;
	font-size: 12px;
	padding: 30px 0;
    color: #999999;
}
header .header nav {
	margin-top: 100px;
	float: right;
	/*margin-right: 20px;*/
}
header .header nav ul {
	list-style: none;
}
header .header nav ul li {
	display: inline-block;
	float: left;
	line-height: 30px;
	padding: 10px 0;
}
header .header nav ul li+li {
	margin-left: 15px;
}
header .header nav ul li a {
	opacity: 0.9;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
header .header nav ul li.active a {
	color: #007F7B;
}
header .header .logo {
	display: inline-block;
	float: left;
	position: relative;
}
footer h5 {
	border-bottom: 1px solid #eceae4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
footer table tr td ul li {
	border-bottom: 1px solid #eceae4;
    padding: 10px 0;
    color: #999999;
}
footer table tr td ul li a {
	text-transform: uppercase;
	font-size: 13px;
}
footer table tr td ul li:first-child {
	padding-top: 0;
}
footer table tr td ul li a::before {
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	float: left;
	margin-right: 8px;
}
.block-title h1,
.block-title h2,
.block-title h3,
.page-title h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 1px solid #eceae4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
article .image {
	display: inline-block;
	width: 100%;
	border: 1px solid #eceae4;
    /*border-radius: 3px;*/
    /*background: #f8f7f3;*/
    padding: 1px;
}
/*.item article .image {
	margin-bottom: 20px;
}*/
article .image:hover {
	/*border-color: #007F7B;*/
}
article h2,
article h4 {
	margin-bottom: 0;
}
.right-col article h4 {
	font-size: 13px;
}
article h2 a,
article h4 a {
	color: #333333;
}
article .short-description {
	color: #5e5e5e;
}
article .info {
	font-family: 'Josefin Sans', serif;
	font-size: 12px;
	/*font-family: "Dosis";*/
    color: #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceae4;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eceae4;
}
article .info .views,
article .info .comments {
	float: right;
}
article .info > span+span {
	margin-left: 12px;
}
article .info > span > span+span {
	margin-left: 6px;
}
ul.list li+li {
	margin-top: 20px;
	padding-top: 20px;
    border-top: 1px solid #eceae4;
}
.right-col ul.list li+li {
	margin-top: 10px;
	padding-top: 10px;
}
.breadcrumbs {
	margin: 10px 0;
}
.breadcrumbs ul {
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
	float: left;
}
.breadcrumbs ul li+li {
	margin-left: 4px;
}
.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: #007F7B;
}
.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 #5e5e5e;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
}
.pager .pages ul a:hover {
	border:2px solid #007F7B;
}
.pager .pages ul li+li {
	margin-left: 10px;
}
.liveinternet {
	/*display: none;*/
}