@charset "utf-8";

/*
---------------------------------------------------------------------------------------------------- 
	Default Fonts
----------------------------------------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------------------------------------- 
	Defaults (Body, Font, Headings, Buttons etc.)
----------------------------------------------------------------------------------------------------
*/

body {
	margin: 0px;
	color: #606060;	
	background-color: #101010;	
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;	
}

h1 {
	line-height: 1;
	font-size: 3.75em; /* 60 px */
}

h2 {
	font-size: 2.375em; /* 38 px */
}

h3 {
	font-size: 1.75em; /* 28 px */
}

h4 {
	font-size: 1.5em; /* 24 px */
}	

.list li {
	border-top-color: #e8e8e8;	
}

/*
---------------------------------------------------------------------------------------------------- 
	App
----------------------------------------------------------------------------------------------------
*/

.app-body {
	z-index: 2;	
	width: 100%;
	min-height: 100%;	
	margin-left: 0px;
	position: relative;	
	transition: margin-left 0.25s;
	background: #f5f5f5 url("graphics/body_overlay.png") repeat-x bottom center;	
}

/* App toggles */

.app.toggle .app-body {
	margin-left: -260px;
}

.app.toggle .app-header {
	margin-left: -260px;	
}

.app.toggle .app-footer {
	margin-left: -260px;
}

/*
---------------------------------------------------------------------------------------------------- 
	App-Header
----------------------------------------------------------------------------------------------------
*/

.app-header {
	z-index: 3;
	width: 100%;	
	height: 70px;
	color: #ffffff;
	position: fixed;
	padding: 15px 15px;
	transition: margin-left 0.25s;
}

.nav-bar {
	width: 100%;
	height: 40px;
	position: relative;
	background-color: transparent;
	transition: background-color 0.5s;	
}

.nav-bar .logo {
	float: left;
	height: 20px;
	margin: 10px;
	display: block;	
	position: relative;	
}

.nav-bar .logo img {
	height: 100%;
	display: none;	
}

.nav-bar .logo img:first-child {
	display: block;
}

.nav-bar .nav-toggle {
	float: right;
	border: none;	
	outline: none;
	padding: 6px 10px;
	background-color: transparent;
}

.nav-bar .nav-toggle .icon-bar {
	width: 20px;
	height: 4px;
	display: block;
	overflow: hidden;
	background-color: #fff;
	margin: 4px 0px 4px 0px;
}

.nav-menu {
	z-index: 1;	
	top: 0px;
	right: 0px;
	width: 260px;
	position: fixed;
}

.nav-menu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}

.nav-menu li {
	border-bottom: solid 1px #303030;
}

.nav-menu li a {
	color: #fff;
	display: block;
	line-height: 40px;	
	padding: 0px 15px 0px;
	text-transform: capitalize;
}

.nav-menu li a:hover {
	color: #101010;
	text-decoration: none;	
	background-color: #ffffff;
}

.nav-menu li.active a {
	color: #101010;
	background-color: #ffffff;
}

/* Header toggles */

.app-header.toggle .nav-bar {
	background-color: #101010;
}

/*
---------------------------------------------------------------------------------------------------- 
	App-Footer
----------------------------------------------------------------------------------------------------
*/

.app-footer {
	z-index: 2;		
	width: 100%;
	margin-left: 0px;
	padding-top: 30px;
	position: relative;				
	padding-bottom: 20px;
	transition: margin-left 0.25s;
}

.app-footer .row {
	max-width: 1290px;	
	margin-left: auto;
	margin-right: auto;
}

.app-footer {
	background-color: #ffffff;
}

.app-footer a {
	color: inherit;	
}

/*
---------------------------------------------------------------------------------------------------- 
	Content Blocks
----------------------------------------------------------------------------------------------------
*/

.thumbnail-image {
	height: 400px;	
}

.module-image, .module-image > img {
	width: 100%;
	display: block;		
}

/* Articles */

.con-article img {
	width: 100%;
	opacity: 0.95;
	display: block;
	
	/* Centers image */
	
	top: -100%;
	bottom: -100%;
	margin: auto 0px;
	position: absolute;	
}

.con-article .inline-image {
	height: 0px;
	overflow: hidden;
	position: relative;		
	margin-left: -15px;
	margin-right: -15px;
	transition: height 0.5s;	
	background-color: #000000;	
}

.con-article h1:first-child {
	margin-top: 0px;	
}

.con-article h2 {
	margin-bottom: 0.475em;
}

.con-article p, .con-article ul, .con-article ol {
	margin-bottom: 1.125em;
}

.con-article .meta {
	font-size: 14px;	
	margin: 20px 0px;
}

.con-article .meta span:first-child {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e8e8e8;	
}

.con-article .link {
	width: 100%;
	display: block;	
	text-align: center;
}

.con-article .link a {
	color: #ffffff;
	line-height: 40px;
	white-space: nowrap;	
	display: inline-block;
	background-color: #606060;	
	padding: 0px 20px 0px 20px;
}

.con-article .link a:hover {
	color: #fff;	
	text-decoration: none;	
	background-color: #101010;	
}

/* Article categories */

.con-article-categories {
	padding: 0px 15px;
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);	
}

.con-article-categories h3 {
	margin: 0px 0px;
	padding: 10px 0px;
	text-transform: capitalize;	
}

.con-article-categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.con-article-categories li {
	border-top: solid 1px #e8e8e8;	
}

.con-article-categories a {
	display: block;	
	font-size: 14px;	
	padding: 10px 0px;
}

.con-article-categories .link {
	display: none;
}

/* Article teasers */

.con-article-teasers {
	font-size: 14px;	
}

.con-article-teasers img {
	width: 100%;
	opacity: 0.95;
	display: block;
	
	/* Centers image */
	
	top: -100%;
	bottom: -100%;
	margin: auto 0px;
	position: absolute;	
}

.con-article-teasers .component-image {
	height: 0px;
	overflow: hidden;
	position: relative;		
	transition: height 0.5s;	
	background-color: #000000;	
}

.con-article-teasers h3 {
	display: none;
}

.con-article-teasers ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.con-article-teasers li {
	margin-bottom: 30px;
}

.con-article-teasers a {
	display: block;
	padding: 15px 15px;
	background-color: #fff;	
}

.con-article-teasers a:hover {
	text-decoration: none;
}

.con-article-teasers a:hover span {
	text-decoration: underline;
}

/* Pagination */

.con-pagination {
	margin-bottom: 30px;	
}

.con-pagination td > * {
	border-color: #f5f5f5;
	background-color: #ffffff;	
}

.con-pagination td > a:hover {
	background-color: #101010;
}

.con-pagination td.numbers a.selected {
	background-color: #606060;
}

/* Contact details */

.con-contact-details {
	width: auto;
	overflow: hidden;
	margin-left: 20px;	
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

.con-contact-details h2 {
	text-align: center;		
	margin: 5px 0px 15px;
	padding: 0px 10px 5px;		
	border-bottom: solid 1px #e8e8e8;
}

.con-contact-details table {
	background-repeat: no-repeat;
}

.con-contact-details td:first-child {
	vertical-align: top;	
	text-transform: capitalize;
	padding: 0px 20px 0px 180px;	
}

/* Search feature */

.con-search {
	text-align: center;
}

.con-search .row {
	margin: 0 auto;	
	max-width: 370px;	
	padding-top: 30px;
}

.con-search .col {
	padding: 0;
}

.con-search input {
	width: 100%;
	height: 40px;	
}

.con-search input[type='text'] {
	padding-left: 10px;
	box-sizing: border-box;
	border: solid 2px #ffffff;	
	background-color: transparent;
	
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
}

.con-search input[type='submit'] {
	border: none;	
	color: #101010;
	background-color: #ffffff;	
	
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;	
}

/*
---------------------------------------------------------------------------------------------------- 
	Forms
----------------------------------------------------------------------------------------------------
*/

/* Login / signup */

.con-login {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;	
}

.con-login h2 {
	margin-top: 0;	
	font-size: 2.75em;	
}

.con-login a, .con-login a:hover {
	color: #a0a0a0;
}	

.con-login form {
	max-width: 410px;
	margin: 2em auto 0 auto;
}

.con-login .message {
	max-width: 410px;
	margin: 0 auto 10px;
}

.con-login label {
	display: block;		
	font-size: 14px;
	line-height: 1.1;
	text-align: left;
}
	
.con-login input {
	border: none;
	outline: none;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;	
	-webkit-appearance: none;	
	-moz-appearance: none;	
}
	
.con-login input {
	width: 100%;
	font-size: inherit;
	font-family: inherit;	
	padding: 0.65em 10px;
	margin-bottom: 0.75em;	
	background-color: #ffffff;	
	border-top: solid 1px #e2e2e2;
}

.con-login input[type="submit"] {
	border: none;	
	margin-top: 0.5em;	
	padding: 0.45em 10px;	
}

/*
---------------------------------------------------------------------------------------------------- 
	Wrappers 
----------------------------------------------------------------------------------------------------
*/

/* Introduction */

.wrap-introduction .con-article {
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.wrap-introduction p {
	max-width: 850px;
	margin: 0px auto 0px;	
}

.wrap-introduction .breadcrumbs {
	display: none;
}

/* Introduction banner */

.wrap-introduction-banner {
	color: #fff;
	margin-bottom: 30px;
	background-color: #101010;
}

.wrap-introduction-banner .con-article {
	max-width: 1600px;
	text-align: center;
	margin: 0px auto 0px;
}

.wrap-introduction-banner .con-article .link {
	margin-top: 30px;
}	

.wrap-introduction-banner .con-article .link a {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

.wrap-introduction-banner .breadcrumbs {
	display: none;
}

.wrap-introduction-banner .con-article h1, .wrap-introduction-banner .con-article h2, .wrap-introduction-banner .con-article h3 {
	color: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
}

.wrap-introduction-banner .con-search h1, .wrap-introduction-banner .con-search h2, .wrap-introduction-banner .con-search h3 {
	color: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Posts */

.wrap-posts .col {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;	
	position: relative;	
	background-color: #fff;
	padding: 15px 15px 50px 15px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);		
}

.wrap-posts .con-article .link {
	left: 0px;
	bottom: 0px;
	position: absolute;
}

/* Sidebars */

.wrap-sidebar > div {
	margin-bottom: 30px;	
}

.wrap-sidebar .con-article {
	color: #101010;
	padding: 15px 15px;
	text-align: center;
	background-size: cover;
	background-color: #ffffff;
	background-position: center center;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
}

.wrap-sidebar .con-article p {
	font-size: 14px;
}

.wrap-sidebar .con-article h2 {
	color: inherit;
	margin-top: 0px;	
}

.wrap-sidebar .con-article .link a {
	color: #ffffff;
	background-color: #101010;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
}

.wrap-sidebar .con-article .link a:hover {
	color: #101010;
	text-decoration: none;
	background-color: #ffffff;
}
	
/* Banners */

.wrap-banner {
	padding: 0px;
	margin-bottom: 30px;
	background-color: #101010;	
}

.wrap-banner > div {
	overflow: hidden;	
	position: relative;	
}

.wrap-banner table {
	top: 0px;
	left: 0px;
	z-index: 1;	
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("graphics/banner_overlay.png");
}
	
/* Testimonials */

.wrap-testimonial {
	color: #fff;
	background-color: #606060;	
}

.wrap-testimonial .con-article {
	max-width: 850px;
	margin: 0px auto;	
}

.wrap-testimonial .name, .wrap-testimonial .details {
	display: none;	
}

.app-body .wrap-testimonial h2, .app-body .wrap-testimonial h3 {
	color: inherit;
	margin-bottom: 1em;
}
		
/*
---------------------------------------------------------------------------------------------------- 
	Templates
----------------------------------------------------------------------------------------------------
*/

.temp-home {
	max-width: 1320px;
	text-align: center;	
}

.temp-home .con-article {
	padding: 10px 30px 30px;
	border: solid 2px #e0e0e0;	
}

.temp-home .con-article *:last-child {
	margin-bottom: 5px;
}

.temp-home .con-article .link {
	display: none;
}

/* Posts */

.temp-posts {
	max-width: 1600px;	
}

/* Contact */

.temp-contact h1 {
	display: none;	
}

.temp-contact h2 {
	margin-top: 0px;	
}

.temp-contact .breadcrumbs {
	display: none;	
}

/* Login */

.temp-login {
	display: table;		
	height: inherit;
	background-color: #ececec;	
}

.temp-login > .row {
	margin: 0;
	height: 100%;	
	padding: 80px 0;
	padding-bottom: 8vh;
	display: table-cell;
	vertical-align: middle;	
}

.temp-login > .row > .col {
	margin: 0;
	padding: 0;	
}

/*
---------------------------------------------------------------------------------------------------- 
	Lightbox
----------------------------------------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------------------------------------- 
	Misc
----------------------------------------------------------------------------------------------------
*/

.social-icon {
	font-size: 25px;
	line-height: 25px;
	margin: 0px 5px 0px;	
	display: inline-block;	
	padding: 12.5px 12.5px;
}

.social-icon:hover {
	color: #101010;
	cursor: pointer;
	text-decoration: none;	
}

/*
---------------------------------------------------------------------------------------------------- 
	Media queries
----------------------------------------------------------------------------------------------------
*/

@media (min-width: 768px) {

	.con-search .col {
		padding-bottom: 0px;	
	}
}

@media (min-width: 992px) { 

	/* App */
	
	.vertical-align {
		display: -webkit-flex;	/* NEW - Chrome */
		display: flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}		

	/* Header and navigation */
		
	.app-header {
		height: 90px;
	}
	
	.nav-bar {
		height: 60px;	
	}
		
	.nav-bar .logo {
		height: 30px;
		margin: 15px;
	}
		
	.nav-bar .nav-toggle {
		display: none;
	}
	
	.nav-menu {
		top: 15px;
		z-index: 3;
		width: auto;
		right: 15px;
	}
	
	.nav-menu li {
		float: left;
		border-width: 0px;	
	}
	
	.nav-menu li a {
		line-height: 60px;
	}
	
	.nav-menu li a:hover {
		color: #ffffff;
		background-color: transparent;
	}
	
	.nav-menu li.active a {
		color: #ffffff;
		background-color: transparent;
		transition: background-color 0.5s;
	}
	
	/* Header toggles */
	
	.nav-menu.toggle li a:hover {
		color: #101010;
		background-color: #ffffff;
	}

	.nav-menu.toggle li.active a {
		color: #101010;
		background-color: #ffffff;
	}
		
	/* Content */
		
	.col-lg-12 .con-article .inline-image {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.wrap-posts .col-lg-12 {
		padding: 30px 30px 50px 30px;	
	}
	
	.con-search input {
		height: 45px;	
	}
}

@media (min-width: 1320px) { 

	.temp-home {
		margin-left: auto;
		margin-right: auto;
	}		
}

@media (min-width: 1600px) { 

	.temp-posts {
		margin-left: auto;
		margin-right: auto;
	}		
}