@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
/* ==========================================================================
   Base
   ========================================================================== */

body { }



/* =============================================================================
   Header
   ========================================================================== */

.banner { }



/* ==========================================================================
   Content
   ========================================================================== */

.content { }



/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { }



/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar { }



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

.content-info { }



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {

	.navbar .nav > li ul li a, .navbar .nav > li.dropdown ul li a {
		color: #eceef0;
	}
}

body {
	font-family: "Open Sans", sans-serif;
}
.navbar {
    margin-bottom: 0;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a, .navbar.navbar-inverse .navbar-search {
	border: 0;
}
.navbar.navbar-inverse .navbar-search {
    padding: 8px 0px 0px;
	min-width: 100px;
}
.backstretch {
	height: 400px;
}
.subtitle h2 {
    font-size: 2.4em;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h1, h2, h3, h4, h5, a {
	font-weight: 400;
}
a {
	color: #E74C3C;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}
a:hover {
	color: #E74C3C;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}
article {
	margin: 20px 0 40px 0;
}
.subtitle blockquote {
    background-color:rgba(236,240,241,0.7);
    padding: 10px 40px 10px 0;
}
blockquote:before {
	background: transparent;
}
blockquote {
	text-align: right;
	border-radius: 10px;
}
blockquote p span {
	font-size: 1.5em;
}
.tile {
    background-color: #ecf0f5;
    border-radius: 6px;
    padding: 14px;
    position: relative;
    text-align: center;
}
.tile img {
    margin: 20px 0;
}
.tile-title {
    font-size: 2em;
}
/*
a.brand {
	background: url('/images/logo.svg') no-repeat;
	background-size: 200px 200px;
}
*/
.navbar-inverse .brand {
	padding: 1px 0px 0px 0px;
}
.navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav > li.active > a, .navbar-inverse .nav > li.active > a:hover, .navbar-inverse .nav > li.active > a:focus {
	background-color: transparent !important;
}
.navbar-inverse .nav > li.active > a, .navbar-inverse .nav > li.active > a:hover, .navbar-inverse .nav > li.active > a:focus {
	padding-left: 20px;
}
.demo-content-wide {
	clear: both;
	margin: 0;
}
.published {
	text-align: right;
	margin: 0 0 20px 0;
}
.margin-tb {
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	text-align: right;
}
.backstretch {
	margin-bottom: 30px;
}
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	max-width: 600px;
}
.wpcf7-submit {
	max-width: 200px !important;
	background-color: #34495e;
	font-size: 16.996px;
	line-height: 20px;
	padding: 12px 18px 13px;
	border: none;
	background: #34495e;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	font-weight: 500;
	text-transform: uppercase;
}

p, ul, ol, blockquote, blockquote p {
	font-size: 14px;
}
blockquote {
	font-style: italic;
}
.wrap li {
	padding: 10px 0 0 0;
}
.navbar-inverse .brand {
	width: 220px;
}
.menu-home {
	display: none;
}
.demo-content-wide {
margin: 0 -20px !important;
padding: 0 20px !important;
background: #34495e;
}
.header {
	background: #34495e;
}
.navbar-inverse .btn-navbar {
	margin: 7px 0;
}