#logo img { max-height: 40px; }
.row.featured .post > a:hover img { transform: scale(1.2); -webkit-transform: scale(1.2); }
.block-top > a:hover img, .block-side > a:hover img, .posts .entry-image > a:hover img { transform: scale(1.2); -webkit-transform: scale(1.2); }
a { color: #006d5c; }
#mainmenu > li:hover > a, #mainmenu ul { background-color: #006d5c }
#mainmenu > li.current-menu-item > a, #mainmenu > li.current_page_item > a, #mainmenu > li.current-menu-ancestor > a, #mainmenu > li.current_page_ancestor > a { background-color: #006d5c; }
.block-title a, .block-title span { background-color: #006d5c; }
.block-more > a:hover { color: #006d5c; }
.entry-image .entry-category a { background-color: #006d5c; }
.block-heading > a:hover {
    color: #ffffff;
}
.posts .entry-title a:hover { color: #006d5c; }


.block-meta a:hover, .entry-meta a:hover { color: #006d5c; }
.widget li > a:hover { color: #006d5c; }
.btn, input[type='reset'], input[type='submit'], #submit { background-color: #006d5c; }
.btn.readmore:hover { border-color: #006d5c; background-color: #006d5c; }
.next-prev a:hover { color: #006d5c; }
.author-link a:hover { color: #006d5c; }
.featured .entry-category a { background-color: #006d5c; }
.block-top:hover, .block-1 .block-side:hover, .posts .entry-image:hover { border-color: #006d5c; }
.pagination span.current, .pagination a:hover { background-color: #006d5c; }
.searchsubmit { background-color: #006d5c }
.widgettitle span { border-color: #006d5c }
.flexslider .flex-control-paging li a.flex-active { background-color: #006d5c }

.notification {
	color: #fff;

	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;

	padding: 10px 0;

	background: #006d55;
}

.notification__form {
	float: right;

	margin-top: 4px;
	margin-left: 35px;
}

.notification p {
	margin-bottom: 0;
}

.notification a {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, .7);
}


@media screen and (max-width: 767px) {
	.notification__form {
		text-align: center;
		float: none;

		margin: 0 0 7px 0;
	}
}

.btn_notification {
	font-weight: 700;
	font-size: 12px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;

	position: relative;
	z-index: 10;

	display: inline-block;
	border: 2px solid #5ab789;
	padding: 0 18px;
	min-width: 150px;
	height: 41px;
	overflow: hidden;

	-webkit-transition: background 0s .3s, color .3s 0s;
	-moz-transition: background 0s .3s, color .3s 0s;
	-ms-transition: background 0s .3s, color .3s 0s;
	-o-transition: background 0s .3s, color .3s 0s;
	transition: background 0s .3s, color .3s 0s;
	border-radius: 4px;
	background: #5ab789;
	cursor: pointer;
}

.btn_notification:after {
	content: '';

	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: -1;

	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	background: #5ab789;
	border-radius: 4px;
}

.btn_notification:hover {
	color: #5ab789;

	-webkit-transition: background 0s 0s, color .3s 0s;
	-moz-transition: background 0s 0s, color .3s 0s;
	-ms-transition: background 0s 0s, color .3s 0s;
	-o-transition: background 0s 0s, color .3s 0s;
	transition: background 0s 0s, color .3s 0s;
	background: transparent;
}

.btn_notification:hover:after {
	opacity: 0;
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	-ms-transform: scale(.6);
	-o-transform: scale(.6);
	transform: scale(.6);
}