* {
	outline: none !important;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

body>a:first-of-type {
	float: left;
}

.container-fluid {
	max-width: 1200px;
}

#header {
	background: #51c6d7;
	left: 0;
	max-height: 100%;
	overflow: auto;
	position: fixed;
	right: 0;
	z-index: 999;
}

.logo {
	color: #fff;
	font-size: 22px;
	font-family: georgia;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 15px 0;
}

.logo a,
.logo a:active,
.logo a:focus,
.logo a:hover {
	color: #fff;
}

#menu {
	margin: 0 -15px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease-in-out;
}

#menu.active {
	max-height: 1000px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#menu li {
	border-top: 1px solid rgba(255, 255, 255, .5);
	display: block;
}

#menu a,
#menu button,
#menu li:after {
	background: transparent;
	border: 0;
	color: #fff;
	display: block;
	font-family: "Open Sans Condensed";
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#menu a.active {
	background: url("../images/menu-active.png") no-repeat 50% 100%;
	background-size: 24px 6px;
}

#menu-toggle {
	font-family: "Open Sans Condensed";
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 10px;
}

#menu-toggle.active {
	background: #fff;
	color: #51c6d7;
}

#search.active #search-field {
	display: block;
}

#search-bar {
	max-height: 0;
	overflow: hidden;
	text-align: center;
	transition: max-height .5s ease-in-out;
}

#search-bar.active {
	max-height: 200px;
}

#search-field {
	border: 0;
	width: 100%;
}

#search-go {
	width: 100%;
}

#main {
	padding-top: 55px;
}

#hero {
	background: url("../images/hero.jpg") no-repeat 50% 0;
	background-size: cover;
}

#hero .container-fluid {
	background: url("../images/tolonen.png") no-repeat 95% 100%;
	background-size: contain;
}

#hero-text {
	display: inline-block;
	line-height: 1;
	margin: 15px 0;
	vertical-align: middle;
}

#hero h1 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: .5em;
	margin-top: 0;
	text-transform: uppercase;
	text-shadow: 0 0 5px #51c6d7;
	vertical-align: middle;
}

#hero-button {
	background: #fff;
	border-radius: 5px;
	color: #b8341c;
	display: inline-block;
	font-family: "Open Sans Condensed";
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px;
}

.red-bar {
	background: #b8341c;
	margin-bottom: 2px;
	padding: 10px 0;
}

.red-bar p {
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.red-bar ul {
	font-family: "Open Sans Condensed";
	font-size: 0;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.red-bar li {
	display: inline-block;
}

.red-bar a {
	margin-right: 15px;
}

.red-bar a,
.red-bar a:active,
.red-bar a:focus,
.red-bar a:hover {
	color: #fff;
}

.red-bar li:last-child a {
	margin-right: 0;
}

.some-icon,
.some-label {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.some-icon {
	margin-right: 5px;
}

.submenu { }

.submenu ul {
	font-family: "Open Sans Condensed";
	font-weight: 700;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.submenu a {
	color: #444;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 5px 10px;
}

.submenu li:last-child a {
	border-bottom: 0;
}

#news {
}

#news h2 {
	color: #b8341c;
	font-family: "Open Sans Condensed";
	font-size: 20px;
	margin-top: 0;
}

#articles {
	background: #c7ebf1;
}

#articles h2 {
	color: #444;
	font-family: "Open Sans Condensed";
	font-size: 20px;
	margin-top: 0;
}

.article-box { }

.article-box:hover .read-more i {
	padding-left: 5px;
}

.article-box h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
}

.article-box p {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}

.article-box-image {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 10px;
}

.article-box-image img {
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	width: 100%;
}

.article {

}

.article-meta,
.article-meta-small {
	color: #999;
	font-family: "Open Sans Condensed";
	font-size: 14px;
	font-weight: 700;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
}

.article-meta li {
	border-right: 1px solid #eee;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

.article-meta li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.article-box .article-meta {
	margin-bottom: .5em;
}

.article-date {
	color: #51c6d7;
}

.article-category a {
	color: #444;
}

.article-featured-image {
	height: auto;
	width: 100%;
}

.article-aside {
	border-left: 2px solid #b8341c;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 0;
}

.article-aside p {
	font-size: 14px;
}

.article-aside p:last-child {
	margin-bottom: 0;
}

.article-share ul {
	font-size: 0;
	font-weight: 700;
	line-height: 1;
	list-style-type: none;
	margin: 15px 0;
	padding: 0 15px;
	text-align: center;
}

.article-share li {
	display: inline-block;
}

.article-share a {
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 50px;
	margin: 0 5px;
	text-align: center;
	width: 50px;
}

.article-share a:active,
.article-share a:focus,
.article-share a:hover {
	color: #fff;
}

.article-share .share-facebook {
	background: #3b5998;
}

.article-share .share-twitter {
	background: #4099ff;
}

.article-share .share-email {
	background: #999;
}

#icons {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

#icons li {
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

#icons img {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	max-width: 60px;
}

#icons a {
	color: #b8341c;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	line-height: 1;
}

#human {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.blue-box {
	background: #51c6d7;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	margin-bottom: 15px;
	padding: 15px;
}

.blue-box-heading {
	color: #fff;
	font-size: 20px;
	margin-bottom: .5em;
}

.blue-box a,
.blue-box a:active,
.blue-box a:focus,
.blue-box a:hover,
.blue-box p {
	color: #fff;
}

.blue-box h3 {
	color: #fff;
	font-family: "Open Sans Condensed";
	margin-top: 0;
}

.blue-box ul {
	color: #71e6f7;
}

.blue-box a i {
	color: #71e6f7;
}

.blue-heading {
	background: #51c6d7;
	color: #fff;
	font-family: "Open Sans Condensed";
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px;
}

.article-list {
	list-style-type: none;
	padding: 15px;
}

.article-list a {
	border-bottom: 1px solid #eee;
	color: #444;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}

.article-list li:last-child a {
	border-bottom: 0;
}

.article-list-date {
	color: #999;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}

/**
 * Categories
 *
 */

#categories {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

#categories-toggle {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 16px;
	padding: 0;
	text-transform: uppercase;
}

#categories-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease-in-out;
}

#categories-content.active {
	max-height: 1500px;
}

#categories-content ul {
	font-size: 16px;
	padding-top: 15px;
}

#categories-content .blue-box-heading {
	display: none;
}

/**
 * Footer
 *
 */

#footer {
	background: #b8341c;
}

#footer a {
	color: #fff;
}

#tagline {
	color: #fff;
	font-family: Georgia;
	font-weight: bold;
	text-align: center;
}

#webdesign {
	color: #fff;
	font-size: 11px;
	opacity: .3;
	text-align: center;
}

/**
 * Miscellaneous
 *
 */

.btn,
.btn:active,
.btn:focus,
.btn:hover {
	background: #51c6d7;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.btn-white,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
	background: #fff;
	color: #51c6d7;
}

.read-more {
	color: #b8341c;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	text-transform: uppercase;
}

.read-more i {
	transition: padding .2s ease-in-out;
}

.rss {
	color: #fb7629;
}

.search ol {
	list-style-type: none;
	padding: 0;
}

.show-more {
	text-align: center;
}

.vertical-padding {
	padding-bottom: 15px;
	padding-top: 15px;
}

/**
 * Forms
 *
 */

.form-control {
	box-shadow: none;
}

/**
 * Responsiveness
 *
 */

@media only screen and (min-width: 768px) {
	#header {
		position: relative;
	}

	#header-top {
		border-bottom: 2px solid #fff;
	}

	.logo {
		font-size: 36px;
		line-height: 1;
		margin-bottom: 14px;
		margin-top: 28px;
	}

	#menu {
		margin: 0;
		max-height: 1000px;
	}

	#menu-toggle {
		display: none;
	}

	#menu ul {
		float: right;
		margin: 0;
		margin-top: 28px;
	}

	#menu li {
		border: 0;
		float: left;
	}

	#menu a,
	#menu button,
	#menu li:after {
		border-top: 0;
		float: left;
		width: auto;
	}

	#menu a:hover {
		opacity: .8;
	}

	#menu li:after {
		content: "/";
		color: #71e6f7;
		display: block;
		margin: 0 15px;
		width: auto;
	}

	#menu li:last-child:after {
		display: none;
	}

	#search-bar-content {
		border-bottom: 2px solid #fff;
		padding: 10px 0;
	}

	#main {
		padding: 0;
	}

	#hero {
		line-height: 350px;
	}

	#hero h1 {
		font-size: 30px;
	}

	#hero-button {
		border-radius: 15px;
		font-size: 18px;
		padding: 15px;
	}

	#news h2,
	#articles h2 {
		font-size: 40px;
	}

	.article-list {
		font-size: 16px;
	}

	.article-box h3 {
		font-size: 18px;
	}

	.article-box p {
		font-size: 16px;
	}

	.article-meta {
		font-size: 16px;
	}

	.article-list {
		font-size: 16px;
	}

	.blue-heading {
		font-size: 20px;
	}

	#categories-toggle {
		font-size: 18px;
	}

	#categories-content ul {
		font-size: 18px;
	}


	#icons img {
		max-width: 80px;
	}

	#tagline {
		text-align: left;
	}

	#webdesign {
		text-align: right;
	}
}

@media only screen and (min-width: 992px) {
	#hero {
		line-height: 400px;
	}

	#hero h1 {
		font-size: 40px;
	}

	.some-icon,
	.some-label {
		font-size: 18px;
	}

	.red-bar a {
		margin-right: 30px;
	}

	.blue-box {
		padding: 30px;
	}

	.blue-box-heading {
		font-size: 30px;
	}

	#categories {
		margin: 0;
	}

	#categories-toggle {
		display: none;
	}

	#categories-content {
		display: block;
		max-height: none;
	}

	#categories-content .blue-box-heading {
		display: block;
	}

	#categories-content ul {
		padding-top: 0;
	}

	.vertical-padding {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 1200px) {
}

@media print {
	#header,
	#footer,
	.sidebar {
		display: none;
	}
}

#newsletterModal h5 {
	color: #b8341c; 
	font-weight: 700;
	text-transform: uppercase;
}

#newsletterModal .modal-body {
	background: #51c6d7;
}

#newsletterModal .modal-body p {
	color: white;
}

#newsletterModal #hero-button,
#newsletterModal #already-subscriber {
	text-align: center;
}

#newsletterModal .modal-header button {
	float: right;
	margin-right: 10px;
}