/*
    Theme Name: Admium
	Theme URI: http://www.admium.nl
	Description: Thema ontwikkeld door Admium
    Author: Admium
    Author URI: http://www.admium.nl/

    Version: 1.0.1

    Template: genesis
    Template Version: 1.8

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
p,
select,
textarea {
	color: #5B5B5B;
	font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

p {
margin-bottom: 25px;
line-height: 2em;
}

input {
	color: #333;
}

input[type=text],
select,
textarea {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #4C4C4C;
	font-size: 14px;
	margin: 0px 2px 0 0;
	padding: 4px 15px 5px 15px;
	/* vertical-align: middle; */
}

textarea {
	color: #333;
	font-size: 12px;
	text-transform: none;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


*,
*:focus {
	outline: none!important;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #f8981d;
	text-decoration: underline;
}

a:hover {
	color: #8A530B;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}

.wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 135px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 350px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 6px 15px 5px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #222;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #d05353;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 40px auto 0;
	overflow: hidden;
	width: 960px;
}

.balance-landing #inner {
	margin: 20px auto 0;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	background: url(images/gray-texture.jpg);
	margin: 0 0 60px;
}

#home-featured .wrap {
	padding: 35px 0;
}

.home-featured-left {
	float: left;
	width: 480px;
}

.home-featured-left,
.home-featured-left p {
	color: #888;
	font-size: 14px;
	text-shadow: #fff 1px 1px;
}

.home-featured-left h4.widgettitle {
	font-size: 26px;
	margin-bottom: 20px;
}

.home-featured-right {
	background: url(images/dashes-bg.png) #d05353;
	border: 5px solid #fff;
	float: right;
	font-size: 16px;
	margin: -50px 0;
	width: 430px;
}

.home-featured-right,
.home-featured-right p,
.home-featured-right h4.widgettitle {
	color: #fff;
	text-shadow: #a64242 -1px -1px;
	text-align: center;
}

.home-featured-right p {
	font-size: 16px;
	margin-bottom: 20px;
}

.home-featured-right .widget {
	margin: 35px;
}

.home-featured-right h4.widgettitle {
	font-size: 26px;
	margin-bottom: 20px;
}

.home-featured-right input[type=text] {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff url(images/email-icon.png) no-repeat 16px 15px;
	border-bottom: none;
	border-left: 1px solid #963c3c;
	border-right: none;
	border-top: 1px solid #963c3c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-size: 9px;
	padding: 14px 15px 14px 45px;
	text-transform: uppercase;
	width: 180px;
}

#home-featured .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
	border: none;
	font-size: 0;
	height: 28px;
	margin: 0 0 0 15px;
	line-height: 0;
	text-indent: -9999px;
	width: 26px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/gray-texture.jpg);
	color: #888;
	font-size: 14px;
	margin: 0 auto 40px;
	padding: 35px 0;
	text-shadow: #fff 1px 1px;
}

.breadcrumb a {
	background: url(images/bullet.png) no-repeat right;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}

.breadcrumb .home {
	margin: 0 20px 0 0;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 770px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.balance-landing #content-sidebar-wrap {
	float: none;
	margin: 0 auto;
	width: 700px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	padding: 0 0 20px;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 620px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.balance-landing #content {
	width: 700px;
}

blockquote {
	background: url(images/quote-icon.png) no-repeat;
	color: #666;
	font-size: 18px;
	font-style: italic;
	margin: 20px 0;
	padding: 0 0 0 90px;
}

blockquote p {
	color: #666;
	font-size: 18px;
	font-style: italic;
}

.post {
	/*background: url(images/dashes.png) repeat-x bottom;
	margin: 0 0 50px;*/
	padding: 0 0 10px;
}

.entry-content {
	margin: 0 0 35px;
	padding: 0 0 25px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.qa_faqs .entry-content {
	border-bottom: 0px;
	padding: 0;
}

.entry-content p {
	margin: 0 0 25px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 20px;
}

.more-link {
	border-bottom: 5px solid #d05353;
	bottom: -53px;
	color: #d05353;
	display: block;
	font-size: 9px;
	font-weight: bold;
	left: 0;
	padding: 0 0 8px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	z-index: 100;
}

.more-link:hover {
	border-bottom: 5px solid #222;
	text-decoration: none;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	width: 48%;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	margin: 10px 0;
	font-weight: 700;

}

h1,
h2,
h2 a,
h2 a:visited,
.page-template-page_portfolio-php h4 {
	/*font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;*/
	font-size: 25px;
	line-height: 1.25;
	margin: 10px 0 25px;
	text-decoration: none;
	color: #000;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
	margin: 0 0 5px;
}

.genesis-grid h2,
.genesis-grid h2 a {
	font-size: 28px;
}

.page-template-page_portfolio-php h2,
.page-template-page_portfolio-php h2 a,
.page-template-page_portfolio-php h2 a:visited {
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}

h2 a:hover {
	color: #F8981D;
	text-decoration: none;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 16px;
	font-weight: 700;
}


.widget-area h4 a {
	text-decoration: none;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

#content .post-info {
	display: none;
}

.entry-content .post-info {
	display: block!important;
}

#content .post-info {
	color: #888;
	font-size: 9px;
	margin: 0 0 10px;
	padding: 0 0 0!important;
	text-transform: uppercase;
}

#content .post-info a {
	font-weight: bold;
	text-decoration: none;
}

#content .post-info .date {
	float: left;
	margin-right: 15px;
}

#content .post-info .author a {
	border-bottom: 5px solid #d05353;
	padding: 0 8px 10px;
}

#content .post-info .author a:hover {
	border-bottom: 5px solid #222;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	color: #888;
	font-size: 9px;
	line-height: 2;
	margin: 50px 0 0;
	padding: 15px 0 0;
	position: relative;
	text-transform: uppercase;
}

.post-meta a {
	font-weight: bold;
	text-decoration: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/gray-texture.jpg);
	color: #222;
	font-size: 14px;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 40px;
	text-shadow: #fff 1px 1px;
}

.author-box p {
	color: #222;
	font-size: 14px;
	text-shadow: #fff 1px 1px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments {
	position: absolute;
	top: -27px;
	right: 0px;
}

.post-comments a {
	background: url(images/comment-icon.jpg) no-repeat 0px 0px;
	color: #888;
	padding: 0 0 0 20px;
}

.post-comments a:hover {
	color: #d05353;
}

.tags {
	display: block;
	margin: 10px 0 0;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.featuredpage img,
.featuredpost img,
.post-image {
	padding: 0;
}

.page-template-page_portfolio-php .featuredpage img,
.page-template-page_portfolio-php .featuredpost img {
	margin: 0 0 10px;
}

.avatar {
	padding: 5px;
}

.author-box .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 80px;
	margin: 0 30px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 33px;
	margin: 0 15px 0 0;
	padding: 3px;
	width: 33px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 20px;
}

img.alignleft {
	display: inline;
	margin: 0 25px 20px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 20px 25px;
}

.alignleft {
	float: left;
	margin: 0 25px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 25px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

figure.wp-caption {
	width: auto!important;
}

	figure.wp-caption img {
		margin-bottom: 5px;
	}

figcaption.wp-caption-text {
	font-size: 12px;
	padding: 5px 0;
}

.entry-content p.wp-caption-text {
	font-size: 12px;
	padding: 5px 0;
        margin:0px;
        font-style: italic;
}
.alignright p.wp-caption-text {
    text-align: right;
    padding-right:5px;

}

.alignleft p.wp-caption-text {
    text-align: left;
    padding-left:5px;

}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border-radius: 3px;
	color: #777;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #eee;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	width: 280px;
}

.sidebar p {
	font-size: 13px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 30px;
	padding: 0 0 0;
}

.sidebar .widget,
.sidebar .widget p {
	color: #888;
	font-size: 11px;
}

.sidebar .widget p {
	margin: 0 0 15px;
}

.sidebar.widget-area ul,
.sidebar.widget-area ul ul,
#footer-widgets .widget-area ul,
#footer-widgets .widget-area ul ul {
	margin: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	background: none;
	list-style-type: none;
	padding: 0 0 7px 0;
	word-wrap: break-word;
}

.gpoll_choice_label {
	margin-bottom: 5px;
	font-size: 13px;
}

.orange .gpoll_bar_juice {
	background-color: #231F20!important;
	background-image: none!important;
}

.gpoll_bar_juice:after {
	background-image: none!important;
}

/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
}

.featuredpage .page,
.featuredpost .post,
.widget .post {
	border-bottom: none;
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 40px;
}

.page-template-page_portfolio-php .featuredpage .page,
.page-template-page_portfolio-php .featuredpost .post {
	float: left;
	margin: 0 10px 30px;
	padding: 0 0 20px;
	overflow: hidden;
	width: 300px;
}

.featuredpage .page .more-link,
.featuredpost .post .more-link {
	bottom: 0;
}

.featuredpost .post {
	padding: 0 0 70px;
}

.featuredpost .post .more-link {
	bottom: 30px;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */
.button,
input[type="button"],
input[type="submit"] {
    font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	position: relative;
	display: inline-block;
	font-size: 14px!important;
	font-weight: 700;
	line-height: 1.625em;
	color: #fff!important;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #DF8A1F;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	padding: 11px 30px 11px;
	background-color: #F8981D;
	background: #F8981D; /* Old browsers */
	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input[type="button"],
input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F8981D;
	border-bottom: none;
	border-left: none;
	border-right:  none;
	border-radius: 5px;
	border-top: none;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
	/* text-shadow: #9e3f3f -1px -1px; */
	text-transform: uppercase;
}

input:hover[type="button"],
input:hover[type="submit"] {
	/* background: url(images/dashes-bg.png) #be4242; */
	text-decoration: none;
}

	.button.green { color: #fff!important; background: #13CA96; background-color: #13CA96; border-bottom: 2px solid #08AF80; }
	.button.green:hover { color: #fff!important; background: #08AF80; background-color: #08AF80; border-bottom: 2px solid #068a65; }



.button.faIcon {
    padding: 12px 30px 12px 55px;
    text-align: left;
}

.button.faIcon i.fa {
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 23px;
	text-align: center;
	line-height: 48px;
	width: 48px;
	height: 48px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.button.white.faIcon i.fa {
		background-color: #1C1C45;
		color: #fff;
	}
		.button.white.faIcon:hover i.fa {
			background-color: #E2002B;
		}

	.button.faIcon i.fa.fa-play {
		font-size: 8px;
		line-height: 33px;
		width: 30px;
		height: 33px;
	}
	.button.gradient > span i.fa.fa-play {
		line-height: 37px;
		height: 35px;
	}

	.button.block.faIcon i.fa {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		width: auto;
		line-height: 25px;
		margin-right: 10px;
	}

	.button.faIcon:hover i.fa {

	}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 20px 0 0;
}

.menu-primary .searchform {
	float: right;
}

.sidebar .searchform {
	padding: 0;
}

.s {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-size: 9px;
	margin: 5px 2px 0 0;
	padding: 12px 15px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 180px;
}

.searchsubmit {
	background: url(images/search-icon.png) no-repeat !important;
	border: none !important;
	height: 38px;
	margin: 2px 0 0 10px;
	vertical-align: middle;
	width: 38px;
}

.menu-primary .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
	background: url(images/dashes-bg.png) #d05353 !important;
	border-bottom: none !important;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.home #sidebar .enews,
.home #sidebar .enews-widget {
	display: none;
}

#sidebar .enews {
	padding: 20px 20px 0;
}

#footer-widgets .enews {
	padding: 20px;
}

.enews p {
	color: #fff !important;
	font-size: 16px;
	padding: 0;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: url(images/email-icon.png) no-repeat 16px 15px #fff;
	border-bottom: none;
	border-left: 1px solid #963c3c;
	border-right: none;
	border-top: 1px solid #963c3c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-size: 9px;
	padding: 14px 15px 14px 45px;
	text-transform: uppercase;
	width: 160px;
}

.enews h4.widgettitle {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
	text-transform: none;
}

#subbutton {
	background: #fff;
	color: #555;
	margin-top: 15px;
	text-shadow: #fff 1px 1px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/gray-texture.jpg);
	clear: both;
	margin: 0 0 20px;
	padding: 25px 0;
	overflow: hidden;
}

#footer-widgets .wrap {
	font-size: 13px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: #fff 1px 1px;
}


#footer-widgets .widget p {
	margin: 0 0 15px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 295px;
}

.footer-widgets-2 {
	float: left;
	width: 290px;
}

.footer-widgets-3 {
	float: right;
	width: 295px;
}


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

#footer {
	clear: both;
	color: #888;
	font-size: 10px;
	overflow: hidden;
	padding: 15px 0;
	background-color: #231F20;
	text-transform: uppercase;
}

#footer p {
	color: #888;
	font-size: 10px;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/return-top-arrow.png) no-repeat center left;
	padding: 5px 0 5px 36px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
}

#author,
#comment,
#email,
#url {
	font-size: 16px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list {
	list-style: none;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0;
	padding: 35px 35px 15px;
	text-shadow: #fff 1px 1px;
}

.comment-list li {
	list-style: none;
}

.comment-list li ul li {
	background: #fff;
	list-style-type: none;
}

.comment-list li ul li li {
	background: url(images/gray-texture.jpg);
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.comment-list .says,
.ping-list cite {
	color: #555;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.commentmetadata {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.comment-content {
	margin: 20px 0;
}

.comment-reply-link {
	border-bottom: 5px solid #d05353;
	font-size: 9px;
	padding: 0 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-reply-link:hover {
	border-bottom: 5px solid #222;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: url(images/gray-texture.jpg);
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #222;
	font-size: 16px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
	font-size: 11px !important;
	padding: 8px 10px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Balance Blue
------------------------------------------------------------ */

.balance-blue a,
.balance-blue a:visited,
.balance-blue .post-comments a:hover,
.balance-blue #header .menu a:hover,
.balance-blue #header .menu .current_page_item a,
.balance-blue #header .menu .current-cat a,
.balance-blue #header .menu .current-menu-item a,
.balance-blue .menu-primary a:hover,
.balance-blue .menu-primary .current_page_item a,
.balance-blue .menu-primary .current-cat a,
.balance-blue .menu-primary .current-menu-item a,
.balance-blue .menu-secondary a:hover,
.balance-blue .menu-secondary .current_page_item a,
.balance-blue .menu-secondary .current-cat a,
.balance-blue .menu-secondary .current-menu-item a,
.balance-blue .more-link {
	color: #6eadce;
}

.balance-blue a:hover,
.balance-blue h2 a,
.balance-blue h2 a:visited,
.balance-blue #header .menu a,
.balance-blue .menu-primary a,
.balance-blue .menu-secondary a {
	color: #222;
}

.balance-blue h2 a:hover {
	color: #6eadce;
}

.balance-blue .more-link,
.balance-blue #content .post-info .author a,
.balance-blue .comment-reply-link {
	border-bottom: 5px solid #6eadce;
}

.balance-blue #content .post-info .author a:hover,
.balance-blue .more-link:hover,
.balance-blue .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-blue input[type="button"],
.balance-blue input[type="submit"],
.balance-blue .enews-widget,
.balance-blue .home-featured-right {
	background: #6eadce url(images/dashes-bg.png) !important;
	text-shadow: #598ca7 -1px -1px !important;
}

.balance-blue input[type="button"],
.balance-blue input[type="submit"] {
	border-bottom: 1px solid #4f7d94;
	border-right: 1px solid #4f7d94;
}

.balance-blue input:hover[type="button"],
.balance-blue input:hover[type="submit"] {
	background: #649dbb url(images/dashes-bg.png) !important;
}

.balance-blue .home-featured-right input[type="text"],
.balance-blue .enews #subbox {
	border-left: 1px solid #4f7d94;
	border-top: 1px solid #4f7d94;
}

.balance-blue .enews p,
.balance-blue .enews h4.widgettitle,
.balance-blue .home-featured-right,
.balance-blue .home-featured-right p,
.balance-blue .home-featured-right h4.widgettitle {
	text-shadow: #598ca7 -1px -1px !important;
}

.balance-blue .post-comments a {
	color: #888;
}

.balance-blue input[type="submit"].searchsubmit {
	background: url(images/blue/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-blue .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-blue #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}


/* Balance Green
------------------------------------------------------------ */

.balance-green a,
.balance-green a:visited,
.balance-green .post-comments a:hover,
.balance-green #header .menu a:hover,
.balance-green #header .menu .current_page_item a,
.balance-green #header .menu .current-cat a,
.balance-green #header .menu .current-menu-item a,
.balance-green .menu-primary a:hover,
.balance-green .menu-primary .current_page_item a,
.balance-green .menu-primary .current-cat a,
.balance-green .menu-primary .current-menu-item a,
.balance-green .menu-secondary a:hover,
.balance-green .menu-secondary .current_page_item a,
.balance-green .menu-secondary .current-cat a,
.balance-green .menu-secondary .current-menu-item a,
.balance-green .more-link {
	color: #80bf61;
}

.balance-green a:hover,
.balance-green h2 a,
.balance-green h2 a:visited,
.balance-green #header .menu a,
.balance-green .menu-primary a,
.balance-green .menu-secondary a {
	color: #222;
}

.balance-green h2 a:hover {
	color: #80bf61;
}

.balance-green .more-link,
.balance-green #content .post-info .author a,
.balance-green .comment-reply-link {
	border-bottom: 5px solid #80bf61;
}

.balance-green #content .post-info .author a:hover,
.balance-green .more-link:hover,
.balance-green .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-green input[type="button"],
.balance-green input[type="submit"],
.balance-green .enews-widget,
.balance-green .home-featured-right {
	background: #80bf61 url(images/dashes-bg.png) !important;
	text-shadow: #61914a -1px -1px !important;
}

.balance-green input[type="button"],
.balance-green input[type="submit"] {
	border-bottom: 1px solid #5c8a46;
	border-right: 1px solid #5c8a46;
}

.balance-green input:hover[type="button"],
.balance-green input:hover[type="submit"] {
	background: #61914a url(images/dashes-bg.png) !important;
}

.balance-green .home-featured-right input[type="text"],
.balance-green .enews #subbox {
	border-left: 1px solid #5c8a46;
	border-top: 1px solid #5c8a46;
}

.balance-green .enews p,
.balance-green .enews h4.widgettitle,
.balance-green .home-featured-right,
.balance-green .home-featured-right p,
.balance-green .home-featured-right h4.widgettitle {
	text-shadow: #61914a -1px -1px !important;
}

.balance-green .post-comments a {
	color: #888;
}

.balance-green input[type="submit"].searchsubmit {
	background: url(images/green/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-green .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-green #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}


/* Balance Pink
------------------------------------------------------------ */

.balance-pink a,
.balance-pink a:visited,
.balance-pink .post-comments a:hover,
.balance-pink #header .menu a:hover,
.balance-pink #header .menu .current_page_item a,
.balance-pink #header .menu .current-cat a,
.balance-pink #header .menu .current-menu-item a,
.balance-pink .menu-primary a:hover,
.balance-pink .menu-primary .current_page_item a,
.balance-pink .menu-primary .current-cat a,
.balance-pink .menu-primary .current-menu-item a,
.balance-pink .menu-secondary a:hover,
.balance-pink .menu-secondary .current_page_item a,
.balance-pink .menu-secondary .current-cat a,
.balance-pink .menu-secondary .current-menu-item a,
.balance-pink .more-link {
	color: #b96a97;
}

.balance-pink a:hover,
.balance-pink h2 a,
.balance-pink h2 a:visited,
.balance-pink #header .menu a,
.balance-pink .menu-primary a,
.balance-pink .menu-secondary a {
	color: #222;
}

.balance-pink h2 a:hover {
	color: #b96a97;
}

.balance-pink .more-link,
.balance-pink #content .post-info .author a,
.balance-pink .comment-reply-link {
	border-bottom: 5px solid #b96a97;
}

.balance-pink #content .post-info .author a:hover,
.balance-pink .more-link:hover,
.balance-pink .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-pink input[type="button"],
.balance-pink input[type="submit"],
.balance-pink .enews-widget,
.balance-pink .home-featured-right {
	background: #b96a97 url(images/dashes-bg.png) !important;
	text-shadow: #8d5172 -1px -1px !important;
}

.balance-pink input[type="button"],
.balance-pink input[type="submit"] {
	border-bottom: 1px solid #864d6d;
	border-right: 1px solid #864d6d;
}

.balance-pink input:hover[type="button"],
.balance-pink input:hover[type="submit"] {
	background: #8d5172 url(images/dashes-bg.png) !important;
}

.balance-pink .home-featured-right input[type="text"],
.balance-pink .enews #subbox {
	border-left: 1px solid #864d6d;
	border-top: 1px solid #864d6d;
}

.balance-pink .enews p,
.balance-pink .enews h4.widgettitle,
.balance-pink .home-featured-right,
.balance-pink .home-featured-right p,
.balance-pink .home-featured-right h4.widgettitle {
	text-shadow: #8d5172 -1px -1px !important;
}

.balance-pink .post-comments a {
	color: #888;
}

.balance-pink input[type="submit"].searchsubmit {
	background: url(images/pink/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-pink .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-pink #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}


/* Balance Turquoise
------------------------------------------------------------ */

.balance-turquoise a,
.balance-turquoise a:visited,
.balance-turquoise .post-comments a:hover,
.balance-turquoise #header .menu a:hover,
.balance-turquoise #header .menu .current_page_item a,
.balance-turquoise #header .menu .current-cat a,
.balance-turquoise #header .menu .current-menu-item a,
.balance-turquoise .menu-primary a:hover,
.balance-turquoise .menu-primary .current_page_item a,
.balance-turquoise .menu-primary .current-cat a,
.balance-turquoise .menu-primary .current-menu-item a,
.balance-turquoise .menu-secondary a:hover,
.balance-turquoise .menu-secondary .current_page_item a,
.balance-turquoise .menu-secondary .current-cat a,
.balance-turquoise .menu-secondary .current-menu-item a,
.balance-turquoise .more-link {
	color: #69b5b4;
}

.balance-turquoise a:hover,
.balance-turquoise h2 a,
.balance-turquoise h2 a:visited,
.balance-turquoise #header .menu a,
.balance-turquoise .menu-primary a,
.balance-turquoise .menu-secondary a {
	color: #222;
}

.balance-turquoise h2 a:hover {
	color: #69b5b4;
}

.balance-turquoise .more-link,
.balance-turquoise #content .post-info .author a,
.balance-turquoise .comment-reply-link {
	border-bottom: 5px solid #69b5b4;
}

.balance-turquoise #content .post-info .author a:hover,
.balance-turquoise .more-link:hover,
.balance-turquoise .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}

.balance-turquoise input[type="button"],
.balance-turquoise input[type="submit"],
.balance-turquoise .enews-widget,
.balance-turquoise .home-featured-right {
	background: #69b5b4 url(images/dashes-bg.png) !important;
	text-shadow: #549190 -1px -1px !important;
}

.balance-turquoise input[type="button"],
.balance-turquoise input[type="submit"] {
	border-bottom: 1px solid #4c8382;
	border-right: 1px solid #4c8382;
}

.balance-turquoise input:hover[type="button"],
.balance-turquoise input:hover[type="submit"] {
	background: #549190 url(images/dashes-bg.png) !important;
}

.balance-turquoise .home-featured-right input[type="text"],
.balance-turquoise .enews #subbox {
	border-left: 1px solid #4c8382;
	border-top: 1px solid #4c8382;
}

.balance-turquoise .enews p,
.balance-turquoise .enews h4.widgettitle,
.balance-turquoise .home-featured-right,
.balance-turquoise .home-featured-right p,
.balance-turquoise .home-featured-right h4.widgettitle {
	text-shadow: #549190 -1px -1px !important;
}

.balance-turquoise .post-comments a {
	color: #888;
}

.balance-turquoise input[type="submit"].searchsubmit {
	background: url(images/turquoise/search-icon.png) no-repeat !important;
	border: none !important;
}

.balance-turquoise .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}

.balance-turquoise #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}

/* Magnific Popup CSS */
	.mfp-bg {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 110000;
	  overflow: hidden;
	  position: fixed;
	  background: #0b0b0b;
	  opacity: 0.8;
	  filter: alpha(opacity=80); }

	.mfp-wrap {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 120000;
	  position: fixed;
	  outline: none !important;
	  -webkit-backface-visibility: hidden; }

	.mfp-container {
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  padding: 0 8px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }

	.mfp-container:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle; }

	.mfp-align-top .mfp-container:before {
	  display: none; }

	.mfp-content {
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 auto;
	  text-align: left;
	  z-index: 1045; }

	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	  width: 100%;
	  cursor: auto; }

	.mfp-ajax-cur {
	  cursor: progress; }

	.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	  cursor: -moz-zoom-out;
	  cursor: -webkit-zoom-out;
	  cursor: zoom-out; }

	.mfp-zoom {
	  cursor: pointer;
	  cursor: -webkit-zoom-in;
	  cursor: -moz-zoom-in;
	  cursor: zoom-in; }

	.mfp-auto-cursor .mfp-content {
	  cursor: auto; }

	.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none; }

	.mfp-loading.mfp-figure {
	  display: none; }

	.mfp-hide {
	  display: none !important; }

	.mfp-preloader {
	  color: #cccccc;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  text-align: center;
	  margin-top: -0.8em;
	  left: 8px;
	  right: 8px;
	  z-index: 1044; }
	  .mfp-preloader a {
	    color: #cccccc; }
	    .mfp-preloader a:hover {
	      color: white; }

	.mfp-s-ready .mfp-preloader {
	  display: none; }

	.mfp-s-error .mfp-content {
	  display: none; }

	button.mfp-close, button.mfp-arrow {
	  overflow: visible;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	  -webkit-appearance: none;
	  display: block;
	  outline: none;
	  padding: 0;
	  z-index: 1046;
	  -webkit-box-shadow: none;
	  box-shadow: none; }
	button::-moz-focus-inner {
	  padding: 0;
	  border: 0; }

	.mfp-close {
	  width: 44px;
	  height: 44px;
	  line-height: 44px;
	  position: absolute;
	  right: 0;
	  top: 0;
	  text-decoration: none;
	  text-align: center;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  padding: 0 0 18px 10px;
	  color: white;
	  font-style: normal;
	  font-size: 28px;
	  font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif; }
	  .mfp-close:hover, .mfp-close:focus {
	    opacity: 1;
	    filter: alpha(opacity=100); }
	  .mfp-close:active {
	    top: 1px; }

	.mfp-close-btn-in .mfp-close {
	  color: #333333; }

	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	  color: white;
	  right: -6px;
	  text-align: right;
	  padding-right: 6px;
	  width: 100%; }

	.mfp-counter {
	  position: absolute;
	  top: 0;
	  right: 0;
	  color: #cccccc;
	  font-size: 12px;
	  line-height: 18px; }

	.mfp-arrow {
	  position: absolute;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  margin: 0;
	  top: 50%;
	  margin-top: -55px;
	  padding: 0;
	  width: 90px;
	  height: 110px;
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	  .mfp-arrow:active {
	    margin-top: -54px; }
	  .mfp-arrow:hover, .mfp-arrow:focus {
	    opacity: 1;
	    filter: alpha(opacity=100); }
	  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	    content: '';
	    display: block;
	    width: 0;
	    height: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	    margin-top: 35px;
	    margin-left: 35px;
	    border: medium inset transparent; }
	  .mfp-arrow:after, .mfp-arrow .mfp-a {
	    border-top-width: 13px;
	    border-bottom-width: 13px;
	    top: 8px; }
	  .mfp-arrow:before, .mfp-arrow .mfp-b {
	    border-top-width: 21px;
	    border-bottom-width: 21px;
	    opacity: 0.7; }

	.mfp-arrow-left {
	  left: 0; }
	  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	    border-right: 17px solid white;
	    margin-left: 31px; }
	  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	    margin-left: 25px;
	    border-right: 27px solid #3f3f3f; }

	.mfp-arrow-right {
	  right: 0; }
	  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	    border-left: 17px solid white;
	    margin-left: 39px; }
	  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	    border-left: 27px solid #3f3f3f; }

	.mfp-iframe-holder {
	  padding-top: 40px;
	  padding-bottom: 40px; }
	  .mfp-iframe-holder .mfp-content {
	    line-height: 0;
	    width: 100%;
	    max-width: 900px; }
	  .mfp-iframe-holder .mfp-close {
	    top: -40px; }

	.mfp-iframe-scaler {
	  width: 100%;
	  height: 0;
	  overflow: hidden;
	  padding-top: 56.25%; }
	  .mfp-iframe-scaler iframe {
	    position: absolute;
	    display: block;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	    background: black; }

	/* Main image in popup */
	img.mfp-img {
	  width: auto;
	  max-width: 100%;
	  height: auto;
	  display: block;
	  line-height: 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 40px 0 40px;
	  margin: 0 auto; }

	/* The shadow behind the image */
	.mfp-figure {
	  line-height: 0; }
	  .mfp-figure:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 40px;
	    bottom: 40px;
	    display: block;
	    right: 0;
	    width: auto;
	    height: auto;
	    z-index: -1;
	    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	    background: #444444; }
	  .mfp-figure small {
	    color: #bdbdbd;
	    display: block;
	    font-size: 12px;
	    line-height: 14px; }
	  .mfp-figure figure {
	    margin: 0; }

	.mfp-bottom-bar {
	  margin-top: -36px;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  cursor: auto; }

	.mfp-title {
	  text-align: left;
	  line-height: 18px;
	  color: #f3f3f3;
	  word-wrap: break-word;
	  padding-right: 36px; }

	.mfp-image-holder .mfp-content {
	  max-width: 100%; }

	.mfp-gallery .mfp-image-holder .mfp-figure {
	  cursor: pointer; }

	@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	  /**
	       * Remove all paddings around the image on small screen
	       */
	  .mfp-img-mobile .mfp-image-holder {
	    padding-left: 0;
	    padding-right: 0; }
	  .mfp-img-mobile img.mfp-img {
	    padding: 0; }
	  .mfp-img-mobile .mfp-figure:after {
	    top: 0;
	    bottom: 0; }
	  .mfp-img-mobile .mfp-figure small {
	    display: inline;
	    margin-left: 5px; }
	  .mfp-img-mobile .mfp-bottom-bar {
	    background: rgba(0, 0, 0, 0.6);
	    bottom: 0;
	    margin: 0;
	    top: auto;
	    padding: 3px 5px;
	    position: fixed;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box; }
	    .mfp-img-mobile .mfp-bottom-bar:empty {
	      padding: 0; }
	  .mfp-img-mobile .mfp-counter {
	    right: 5px;
	    top: 3px; }
	  .mfp-img-mobile .mfp-close {
	    top: 0;
	    right: 0;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    background: rgba(0, 0, 0, 0.6);
	    position: fixed;
	    text-align: center;
	    padding: 0; } }

	@media all and (max-width: 900px) {
	  .mfp-arrow {
	    -webkit-transform: scale(0.75);
	    transform: scale(0.75); }
	  .mfp-arrow-left {
	    -webkit-transform-origin: 0;
	    transform-origin: 0; }
	  .mfp-arrow-right {
	    -webkit-transform-origin: 100%;
	    transform-origin: 100%; }
	  .mfp-container {
	    padding-left: 6px;
	    padding-right: 6px; } }

	.mfp-ie7 .mfp-img {
	  padding: 0; }
	.mfp-ie7 .mfp-bottom-bar {
	  width: 600px;
	  left: 50%;
	  margin-left: -300px;
	  margin-top: 5px;
	  padding-bottom: 5px; }
	.mfp-ie7 .mfp-container {
	  padding: 0; }
	.mfp-ie7 .mfp-content {
	  padding-top: 44px; }
	.mfp-ie7 .mfp-close {
	  top: 0;
	  right: 0;
	  padding-top: 0; }



/* Admium
------------------------------------------------------------ */

	body {
		background-color: #fff;
	}

	#wrap {
		position: relative;
	}

	/*#topnavContainer .sub-menu, #topnavContainer .sf-sub-indicator,
	#headerContainer .sub-menu, #headerContainer .sf-sub-indicator,*/
	#footernavContainer .sub-menu, #footernavContainer .sf-sub-indicator {
		display: none!important;
	}
	#topnavContainer .sub-menu a,
	#headerContainer .sub-menu a,
	#footernavContainer .sub-menu a {
		font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	}

	/* topnav */

	#topnavContainer {
		position: absolute;
		z-index: 999;
		background-color: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid rgba(255, 255, 255, 0.9);
		padding-top: 10px;
		width: 100%;
	}
	#topnavContainer .wrap {
		position: relative;
	}

	#topnavContainer #subnav {

	}

	#topnavContainer #subnav .wrap {
		width: auto;
	}

	#topnavContainer .menu-secondary {
		margin: 0 0 5px 0!important;
		background: none!important;
	}
	#topnavContainer .menu-secondary li a {
		color: #787878;
		font-size: 13px;
		padding: 5px 8px 5px 8px!important;
	}
	#topnavContainer .menu-secondary li:first-child a {
		padding-left: 0!important;
	}
	#topnavContainer .menu-secondary li a:hover {
		color: #f9981d!important;
	}

	#topnavContainer .menu-secondary li.current-menu-item a,
	#topnavContainer .menu-secondary li.current-menu-ancestor a {
		color: #4a4a4a;
		font-weight: bold;
	}

	#topnavContainer .widget-area {
		position: absolute;
		top: 0;
		right: 0;
	}

	.widget_search .search-form {
		position: relative;
	}

	.widget_search .search-input {
		width: 130px;
		margin-top: 2px;
		font-size: 9px;
		border: 1px solid #dadada;
		padding: 7px 15px 7px 25px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
        -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.widget_search .searchsubmit {
		position: absolute;
		background: url(images/searchIcon.png) no-repeat !important;
		width: 16px;
		height: 15px;
		left: 6px;
		top: 8px;
		margin: 0;
		padding: 0;
	}


	/* submenu widget */

	.headerSubmenu {

	}
	.headerSubmenu a {

	}

	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu {

	}

	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li {
		background: none;
		padding: 0;
		height: auto;
		line-height: normal;
		border-bottom: none;
	}

	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > a {
		position: relative;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #585858;
		padding: 7px 0 7px 0;
		display: inline-block;
		margin-top: 5px;
	}

	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-item > a,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-parent > a,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor > a {
		border-bottom: 2px solid #F8981D;
	}
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > a:hover {
		background-color: #fff;
		color: #f8981d;
	}


	.adm_childpages ul.menu ul.sub-menu li a span {
		display: none;
		position: absolute;
		right: 10px;
		top: 6px;
		margin-right: 0;
	}
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-item > a > span,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > a:hover > span,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > a:hover > span,
	.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover > span {
		display: none;
	}

		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
			display: none;
		}

		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-item  > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor  > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor  > .sub-menu > li.current-menu-item  > .sub-menu,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li.current-menu-ancestor  > .sub-menu > li.current-menu-ancestor  > .sub-menu {
			display: block;
			margin-bottom: 10px;
		}

		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li {
			font-size: 14px;
			border-bottom: none;
			background: none;
			background-position: 20px 14px;
			padding: 0 0 0 35px;
			height: auto;
			line-height: normal;
		}

		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li {
			font-size: 14px;
			border-bottom: none;
			background: none;
			background-position: 5px 14px;
			padding: 0 0 0 15px;
			height: auto;
			line-height: normal;
		}
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
			font-size: 14px;
			border-bottom: none;
			background: none;
			background-position: 5px 14px;
			padding: 0 0 0 15px;
			height: auto;
			line-height: normal;
		}

		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
			position: relative;
			font-size: 14px;
			font-weight: normal;
			line-height: 18px;
			color: #393536;
			background-color: #fff;
			padding: 4px 0 4px 0px;
		}
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li.current_page_item > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_parent > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > a:hover,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a:hover {
			color: #f8981d;
		}

		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li.current_page_item > a > span,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a > span,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_parent > a > span,
		.widget_adm_childpages_menu_widget > .widget-wrap > .adm_childpages > .menu > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li.current_page_item > a > span {
		display: inline-block;
		}
		.adm_childpages ul.menu ul.sub-menu li.current-menu-item a, .adm_childpages ul.menu ul.sub-menu li.current-page-ancestor a {

		}


/* Mobile nav
------------------------------------------------------------ */

@media (min-width: 769px) {

	#cd-nav {
		display: none;
	}

}

@media (max-width: 768px) {

	.header-widget-area #menu-mainmenu {
		display: none!important;
	}

	.header-widget-area .btn {
		margin-right: 35px;
	}

	#header-top .widget_nav_menu {
		display: none!important;
	}

}

#cd-ul-container {
  /* mobile first */
  position: absolute;
  width: 91%;
  max-width: 400px;
  right: 15px;
  top: 0px;
  list-style: none;
  border-radius: 0;
  -moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  background: white;
  visibility: hidden;
  /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 99999;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}

#cd-nav ul {

}
#cd-nav ul li {
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-nav #cd-ul-container.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}

#cd-nav li a {
  color: #231F20;
  display: block;
  padding: 0.7em;
  text-decoration: none;
  border-bottom: 1px solid #eff2f6;
}

	#cd-nav li a:hover,
	#cd-nav li.current-menu-item a,
	#cd-nav li.current-page-ancestor a {
		color: #F8981D;
	}

	#cd-topmenu {
		border-top: 1px solid #dde0e4;
	}

	#cd-topmenu li a {
		font-size: 13px;
		background-color: #eff2f6;
		padding: 0.3em 0.7em;
		border-bottom: 1px solid #dde0e4;
	}

#cd-nav li:last-child a {
  border-bottom: none;
}

.cd-nav-trigger {
  position: absolute;
  top: 0;
  right: 15px;
  width: 46px;
  height: 46px;
  background: #231F20;
  border-radius: 0;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 999999;
}
.cd-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #F8981D;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
  box-shadow: none;
  background: transparent;
}
.cd-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #E2002B;
}
.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
  }

  60% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* Responsive table */
.entry-content table{
	border: 0px;
}
.entry-content table tr td{
	padding: 5px;
}

.entry-content .ml-responsive-table dl{
	border: 1px solid #eee;
	margin-top: 0px;
}

.entry-content .ml-responsive-table dl:nth-of-type(odd), .entry-content .ml-responsive-table dl:nth-of-type(even) {
	background: #ffffff;
}

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

#header {
	position: relative;
	z-index: 300;
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
}



	#header .widget {
		display: inline-block;
	}

	#header-top {
		width: 100%;
		float: left;
		clear: both;
		padding: 10px 0;
		min-height: 24px;
		background-color: #fff;
		border-bottom: 1px solid #F1F1F1;
		text-align: right;
	}

		#header-top .widget_nav_menu {
			display: inline-block;
		}

		#menu-topmenu {
			list-style: none;
		}

			#menu-topmenu li {
				display: inline-block;
				margin: 0 5px;
			}

				#menu-topmenu li a {
					display: inline-block;
					font-size: 13px;
					color: #5B5B5B;
					text-decoration: none;
					border-bottom: 2px solid transparent;
				}

					#menu-topmenu li a:hover,
					#menu-topmenu li.current-menu-item a,
					#menu-topmenu li.current-page-ancestor a {
						color: #231F20;
						border-bottom: 2px solid #F8981D;
					}

			#menu-topmenu .sub-menu {
				display: none;
			}

		#header-top .widget_inn_search_wigdet_id {
			float: right;
			margin-left: 10px;
		}

	#header-bottom {
		position: relative;
		width: 100%;
		float: left;
		clear: both;
		min-height: 40px;
		padding: 20px 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

		#header-bottom .title-area {
			display: inline-block;
			float: left;
			margin: 0px 35px 0 0;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}

			#header-bottom .title-area img {
				width: 272px;
			}

		.header-widget-area {

		}

			.header-widget-area .widget_nav_menu {
				margin: 19px 0 0 0;
			}

			#menu-mainmenu {
				list-style: none;
				display: inline-block;
				margin: 19px 0 0 0;
			}

				#menu-mainmenu li {
					display: inline-block;
					margin: 0 25px;
					-webkit-transition: all .3s ease-in-out;
					-moz-transition: all .3s ease-in-out;
					-ms-transition: all .3s ease-in-out;
					-o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
				}

					#menu-mainmenu li a {
						display: inline-block;
						font-size: 20px;
						font-weight: 700;
						color: #231F20;
						text-decoration: none;
						border-bottom: 2px solid transparent;
					}

						#menu-mainmenu li a:hover,
						#menu-mainmenu li.current-menu-item a,
						#menu-mainmenu li.current-page-ancestor a {
							color: #231F20;
							border-bottom: 2px solid #F8981D;
						}

				#menu-mainmenu .sub-menu {
					display: none;
				}

			.header-widget-area .btn {
				margin-top: 10px;
				float: right;
			}


	body:not(.mobile) #header.nav-up #header-bottom {
		padding: 10px 0;
	}

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


		body:not(.mobile) #header.nav-up #header-bottom .title-area img {
			width: 100px;
		}

		body:not(.mobile) #header.nav-up #header-bottom .header-widget-area .widget_nav_menu {
			margin: 15px 0 0 0;
		}

		body:not(.mobile) #header.nav-up #header-bottom .header-widget-area .btn {
			margin-top: 7px;
		}

	}

	@media (max-width: 1176px) {

		#header-top,
		#header-bottom {

		}

		#header-bottom .title-area {
			margin: 0px 20px 0 0;
		}

	}

	@media (max-width: 1176px) {

		#menu-mainmenu li {
			margin: 0 10px;
		}

	}

	@media (max-width: 960px) {

		#header-bottom .title-area {
			margin: 0px 20px 0 20px;
		}

		#header-bottom .title-area img {
			width: 170px;
		}

		#menu-mainmenu li a {
			font-size: 14px;
		}

		.header-widget-area .btn.large {
			font-size: 14px !important;
			padding: 11px 30px 11px!important;
			margin-right: 20px;
		}

	}

	@media (max-width: 380px) {
		.header-widget-area .btn.large {
			padding: 2px 5px 2px !important;
			top: -53px !important;
			left: 20px !important;
			right: auto !important;
			font-size: 10px !important;
		}
	}



	@media (max-width: 1045px) {

		/* scrollmenu */

		#header-top {

		}

		#header-top .widget_nav_menu {
			width: 100%;
		}

		#header-top .widget_inn_search_wigdet_id {
			position: absolute;
			z-index: 2;
			top: 0;
			right: 15px;
		}

		#menu-topmenu {
			/* enables a flex context for all its direct children */
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			padding: 0;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}

		.menu-topmenu-container { position: relative; }

		.menu-topmenu-container::after {
		  /* gradient on the right - to indicate it's possible to scroll */
		  content: '';
		  position: absolute;
		  z-index: 1;
		  top: 0;
		  right: 0;
		  height: 100%;
		  width: 35px;
		  background: transparent;
		  background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
		  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
		  pointer-events: none;
		  -webkit-transition: opacity .2s;
		  transition: opacity .2s;
		}

		#menu-topmenu li {
			/* do not shrink - elements float on the right of the element */
			-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
			flex-shrink: 0;
		}

	}

	@media (max-width: 768px) {

		#header-top,
		#header-bottom {

		}

		#header-bottom .title-area img {
			width: 150px;
		}

		body:not(.mobile) #header.nav-up {
		    top: -44px!important;
		}

			#menu-topmenu li {
				margin: 0 5px;
			}

			#menu-topmenu li a {
				font-size: 11px;
			}

		.header-widget-area .btn.large {
			position: absolute;
			top: 0;
			right: 70px;
			margin: 0;
		}

	}

	@media (max-width: 568px) {

		#header-bottom .title-area {
			margin: 0px 20px 0 20px;
		}

	}



#header-image-container {
	width: 100%;
	clear: both;
	height: 85px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
}

#header-image-container-home {
	width: 100%;
	clear: both;
	padding: 20px 0 30px;
}

.header-image-container-home--big {
    display:block;
}
.header-image-container-home--small {
    display:none;
}
.header-image-container-home--small img {
    width: 100%;
}

    @media (max-width: 960px) {
        .header-image-container-home--big {
            display:none;
        }
        .header-image-container-home--small {
            display:block;
        }
    }

	@media (max-width: 380px) {
		#header-image-container-home{
			padding-top:0;
		}
	}
#header-image {
	position: relative;
	height: 350px;
	background-image: url(images/header-front.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.header-image-content {
	position: absolute;
	right: 50px;
	bottom: 50px;
	text-align: right;
}

.header-image-content--small{
    margin-top: 10px;
    position: unset;
}


	.header-image-content .white {
		display: inline-block;
		padding: 6px 25px 8px;
		margin: 0 0 5px 0;
		color: #F8981D;
		font-size: 20px;
		line-height: 40px;
		font-weight: 700;
		background-color: #fff;
	}

    .header-image-content--small .white{
        display: inline-block;
        float: left;
        width: 45%;
        text-align: center;
        padding: 6px 0px 8px;
    }


	.header-image-content .btn {
		margin-right: 30px;
	}

    .header-image-content--small .btn{
        padding: 10px 0px!important;
        display: inline-block;
        float: right;
        width: 45%;

        padding: 10px 0px!important;
        font-size: 18px!important;
        font-weight: 700!important;
    }


@media only screen and (max-width : 768px ) {

	.header-image-content {
		right: 10px;
		bottom: 10px;
	}

		.header-image-content .white {
			font-size: 15px;
			line-height: 20px;
			padding: 6px 15px 8px;
		}

		.header-image-content .btn {
			margin-right: 0;
		}

        .header-image-content--small .btn {
            margin-right: 15px;
            font-size: 14px!important;
        }
}

@media only screen and (max-width : 450px ) {

    .header-image-content--small .btn{
        margin-right: 7px;
        font-size: 14px!important;
    }
}

@media only screen and (max-width : 370px ) {

    .header-image-content--small .btn{
        margin-right: 0px;
        font-size: 14px!important;
    }
}


/* Search Form
------------------------------------------------------------ */

#header .search-form {
	position: relative;
	overflow: visible;
	display: inline-block;
	float: right;
	margin: 0 0 0 0;
}

#header .search-form input[type=submit] {
	display: none;
}

#header .search-form input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#header .search-form input::-webkit-search-decoration,
#header .search-form input::-webkit-search-cancel-button {
	display: none;
}


#header .search-form input[type=search] {
	position: relative;
	right: 0;
	background-color: transparent;
	background-image: url(images/magnifier.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 21px 16px;
	-webkit-background-size: 21px 16px;
	opacity: 1;
	font-size: 11px!important;
	border: 1px solid transparent;
	padding: 3px 13px 4px 13px !important;
	width: 15px;
	text-indent: -9999px;
/*
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
*/

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#header .search-form input[type=search]:focus {
	width: 130px;
	border-color: 1px solid #fff;
}


#header .search-form input:-moz-placeholder {
	color: #999;
}
#header .search-form input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#header .search-form input[type=search] {
	width: 0;
	color: transparent;
	cursor: pointer;
}
#header .search-form input[type=search]:hover {
	background-color: #fff;
	border: 1px solid #5B5B5B;
	opacity: 1;
}
#header .search-form input[type=search]:focus {
	width: 150px;
	text-indent: 0;
	padding-right: 25px!important;
	padding-left: 10px!important;
	color: #231F20!important;
	background-color: #fff;
	border: 1px solid #5B5B5B;
	cursor: auto;
	opacity: 1;
}

@media (max-width: 768px) {

	#header .search-form input[type=search] {
		width: 150px;
		text-indent: 0;
		padding-right: 25px!important;
		padding-left: 10px!important;
		color: #231F20!important;
		background-color: transparent;
		border: 1px solid #5B5B5B;
		cursor: auto;
		opacity: 1
	}

}

/*
#header .search-form input:-moz-placeholder {
	color: transparent;
}
#header .search-form input::-webkit-input-placeholder {
	color: transparent;
}
*/

.search-no-results .entry-content p {
    text-align: center;
}



	#header .widget_inn_search_wigdet_id {
		width: 40px;
		height: 30px;
	}

	#header .search-form {
		width: 30px;
	}

	#header .search-form input[type=search] {
		position: absolute!important;
	}



	/* breadcrumb */

	.breadcrumb {
		background: #f2f2f2;
		padding: 15px 0px;
		margin: 0 auto;
		text-shadow: none;
		font-size: 11px;
		color: #5B5B5B;
		width: 100%;
		float: left;
		clear: both;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	@media only screen and (max-width : 960px ) {

		.breadcrumb {
			padding: 15px 20px;
		}
	}

	.breadcrumb .home {
		display: none;
	}

	.breadcrumb a {
		color: #5B5B5B;
		margin: 0;
		padding: 0;
		background: none;
	}

	/* layerslider */

	#homeSliderContainer {
		position: relative;
		background-color: #fff;
	}

	.homeSliderContainerHeight {
		height: 512px;
	}

		#homeSliderContainer .layerslider_widget {

		}

	.ls-layer a {
		text-decoration: none!important;
	}

	.ls-layer p.slideArrow {
		background-image: url('images/slideArrow.png')!important;
		background-repeat: no-repeat!important;
		background-position: 5px center!important;
		padding-left: 40px!important;
	}


	/* opleidingen */

	#homeOpleidingContainer {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 200;
		float: left;
		clear: both;
		background-color: rgba(255,255,255,0.9);
		border-top: 1px solid rgba(255,255,255,0.9);
	}

		#homeOpleidingContainer .one-half {
			width: 50%;
			padding-left: 0;
			margin-bottom: 0;
		}

		#homeOpleidingContainer .one-third {
			width: 33.3%;
			padding-left: 0;
			margin-bottom: 0;
		}

		.homeOpleiding {
			display: table;
			width: 100%;
			height: 150px;
			border-right: 1px solid rgba(255,255,255,0.9);
			border-left: 1px solid rgba(255,255,255,0.9);
			border-bottom: 1px solid rgba(255,255,255,0.9);
			font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
			color: #fff!important;
			font-size: 23px;
			line-height: 25px;
			text-decoration: none;
			text-align: center;
			word-break: break-word;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			-webkit-background-size: cover;
		}

		.homeOpleiding:hover {
			color: #fff!important;
			text-decoration: none;
		}

			.homeOpleiding span {
				display: block;
				width: 100%;
				padding: 0 10px;
				height: 150px;
				display: table-cell;
  				vertical-align: middle;
				background-color: rgba(0,0,0,0.3);
			}

			.homeOpleiding:hover span {
				background-color: rgba(248, 152, 29, 0.8);
			}


		.homeOpleiding.small {
			height: 50px;
			font-size: 20px;
			line-height: 22px;
			background-color: rgba(248, 152, 29, 1);
			background-image: none!important;
		}

			.homeOpleiding.small span {
				height: 50px;
				background-color: transparent;
			}
			.homeOpleiding.small:hover span {
				background-color: rgba(0,0,0,1);
			}

	/* Agenda home */

	.agenda_container {
        position: relative;
    }
    .agenda_container .show_agenda {
        position: absolute;
        bottom:0px;
        height:35px;
        z-index:999;
        background-color:rgba(248, 152, 29, 0.8);
        overflow:hidden;
        width:100%;
        padding:0px 20px 10px 20px;
        border-radius: 5px 5px 0px 0px;
    }
    .agenda_container .show_agenda a {
        color: #000;
        display: block;
        margin-top:10px;
        text-decoration: none;
        background-image: url('images/calendarIcon.png');
        background-repeat: no-repeat;
        padding: 0 0 0 45px;
    }
    .agenda_container .show_agenda a:hover {
        text-decoration: underline;
    }

	/* home-featured */

	#home-featured {
		margin-bottom: 0;
		background: #fff;
		color: #000;
	}

		#home-featured .wrap {
			padding: 25px 0;
		}

		#home-featured .textwidget,
                #home-social .textwidget p {
			font-size: 14px;
		}
		#home-featured .textwidget p {
			color: #5B5B5B;
			font-size: 14px;
			margin-bottom: 1.5em;
		}

        #home-featured .widget:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

		#home-featured .widget ul {
			list-style: none;
		}

		#home-featured .widget .post a img {

		}

		#home-featured .post {
			background: none;
			padding: 0;
			min-height: 55px;
			width: 100%;
			clear: both;
			float: left;
		}
		#home-featured .featuredpage, .featuredpost {
			margin: 0;
		}

			#home-featured .post h2 {
				margin: 0;
				font-size: 14px;
				color: #5B5B5B;
			}
			#home-featured .post h2 a {
				font-size: 14px;
				font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
				font-weight: 400;
				color: #5B5B5B;
			}
			#home-featured .post h2 a:hover {
				color: #f7971d;
			}

			#home-featured .post .alignleft {
				margin: 0 10px 0 0;
				width: 80px;
				height: 80px;
			}

			#home-featured .post .attachment-thumbnail,
			#home-featured .widget .post a img {
				float: left;
				width: 80px;
				height: 80px;
			}

			#home-featured .post .post-info {
				color: #b8b8b8;
				font-size: 12px;
			}


			@media only screen and (max-width: 600px) {
				#home-featured .one-third > div:first-child{
					height:auto !important;
				}
			}


	#home-social {
		clear: both;
		margin: 25px 0;
	}

	/* content */

	::selection {
		background-color: #F8981D;
		color: white;
	}

	#inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0 0;
		background-color: #fff;
	}

	.home #inner,
	.home.full-width-content #content {
		display: none;
	}

	#content {
		float: right;
		color: #231f20;
		font-size: 13px;
	}

	#sidebar {
		float: left;
	}

	h1 {
		font-size: 35px;
		line-height: 1.25;
		margin: 10px 0 15px;
	}

	h2, h2 a, h2 a:visited {
		font-size: 25px;
		font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
		line-height: 1.25;
		margin: 10px 0 15px;
	}

	#content .post-info {
		padding: 0 0 20px;
	}

	.author {
		display: none;
	}

	.entry-content {
		margin: 0 0 25px;
		position: relative;
		border-bottom: none;
	}

	.entry-content ol, .entry-content ul {
		margin: 0;
		padding: 0 0 15px;
	}

	.archive-page ul li, .entry-content ul li {
		list-style-type: disc;
		margin: 0 0 0 20px;
		padding: 0;
		color: #4F4C4D;
	}

	.post-meta {
		margin: 0;
	}

	.post_thumb_custom {
		float: left;
		margin: 0 15px 15px 0;
	}

/* Button
------------------------------------------------------------ */

.btn,
input[type="button"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-size: 14px!important;
	font-weight: 700;
	line-height: 1.625em;
	color: #fff!important;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #DF8A1F;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	padding: 11px 30px 11px;
	background-color: #F8981D;
	background: #F8981D; /* Old browsers */
	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	text-decoration: none!important;
	color: #fff!important;
	border-bottom: 2px solid #be761c;
	background-color: #d5831a;
	background: #d5831a;
}
.btn:active {
	position: relative;
}

.btn.shadow {
	-moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
}

.btn.small {
	font-size: 10px;
	border: 2px solid #272C42;
	padding: 5px 15px;
}

.btn.uppercase {
	text-transform: uppercase;
}

.btn.large {
	padding: 10px 30px!important;
	font-size: 18px!important;
	font-weight: 700!important;

}

.btn.block,
#sidebar .btn {
	display: block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

	.btn.white { color: #231F20!important; background: #fff; background-color: #fff; border-bottom: 2px solid #d8d8d8; }
	.btn.white:hover { color: #fff!important; background: #393939; background-color: #393939; border-bottom: 2px solid #231F20; }

	.btn.white-border { color: #231F20!important; background: #fff; background-color: #fff; border: 1px solid #979797; }
	.btn.white-border:hover { color: #fff!important; background: #F8981D; background-color: #F8981D; border: 1px solid #F8981D; }

	.btn.green { color: #fff!important; background: #13CA96; background-color: #13CA96; border-bottom: 2px solid #08AF80; }
	.btn.green:hover { color: #fff!important; background: #08AF80; background-color: #08AF80; border-bottom: 2px solid #068a65; }

	.btn.grey { color: #fff!important; background: #5C5C5C; background-color: #5C5C5C; border-bottom: 2px solid #000000; }
	.btn.grey:hover { color: #fff!important; background: #000000; background-color: #000000; border-bottom: 2px solid #5C5C5C; }

	.btn.ghost { color: #fff!important; background: transparent; background-color: transparent; border: 1px solid #D6D6D6; }
	.btn.ghost:hover { color: #231F20!important; border: 1px solid #fff; }

	.btn.btn-twitter { color: #fff!important; background: #55acee; background-color: #55acee; border-bottom: 2px solid #4b97d1; }
	.btn.btn-twitter:hover { color: #fff!important; background: #4b97d1; background-color: #4b97d1; border-bottom: 2px solid #407fb0; }

	.btn.btn-instagram { color: #fff!important; background: #2A5B83; background-color: #2A5B83; border-bottom: 2px solid #214766; }
	.btn.btn-instagram:hover { color: #fff!important; background: #214766; background-color: #214766; border-bottom: 2px solid #17344c; }

	.btn.btn-youtube { color: #fff!important; background: #bb0000; background-color: #bb0000; border-bottom: 2px solid #9b0000; }
	.btn.btn-youtube:hover { color: #fff!important; background: #9b0000; background-color: #9b0000; border-bottom: 2px solid #7b0000; }

	.btn.btn-facebook { color: #fff!important; background: #3b5998; background-color: #3b5998; border-bottom: 2px solid #2e4371; }
	.btn.btn-facebook:hover { color: #fff!important; background: #2e4371; background-color: #2e4371; border-bottom: 2px solid #21304f; }

	.btn.btn-googleplus { color: #fff!important; background: #dd4b39; background-color: #dd4b39; border-bottom: 2px solid #ae3c2e; }
	.btn.btn-googleplus:hover { color: #fff!important; background: #ae3c2e; background-color: #ae3c2e; border-bottom: 2px solid #7c2f25; }

	.btn.btn-linkedin { color: #fff!important; background: #007bb5; background-color: #007bb5; border-bottom: 2px solid #005e8a; }
	.btn.btn-linkedin:hover { color: #fff!important; background: #005e8a; background-color: #005e8a; border-bottom: 2px solid #00415f; }

.btn.faIcon {
	padding: 12px 30px 12px 55px;
	text-align: left;
}

.btn.block.faIcon {
	padding: 6px 15px 5px;
	text-align: center;
}

.btn.faIcon i.fa {
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 23px;
	text-align: center;
	line-height: 48px;
	width: 48px;
	height: 48px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.btn.white.faIcon i.fa {
		background-color: #1C1C45;
		color: #fff;
	}
		.btn.white.faIcon:hover i.fa {
			background-color: #E2002B;
		}

	.btn.faIcon i.fa.fa-play {
		font-size: 8px;
		line-height: 33px;
		width: 30px;
		height: 33px;
	}
	.btn.gradient > span i.fa.fa-play {
		line-height: 37px;
		height: 35px;
	}

	.btn.block.faIcon i.fa {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		width: auto;
		line-height: 25px;
		margin-right: 10px;
	}

	.btn.faIcon:hover i.fa {

	}

	.btn.ghost.faIcon {

	}
		.btn.ghost.faIcon:hover {

		}

			.btn.ghost.faIcon i.fa {
				font-weight: 300;
			}

.btn.medium i.fa{
	top: 7px;
	font-size: 35px;
	width: 60px;
}
.btn.large i.fa{
	font-size: 45px;
	width: 80px;
}

main.content .btn {
	margin-bottom: 25px;
}

.btnContainer {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	margin-top: 40px;
}

	.home .btnContainer.social-buttons {
		margin-bottom: 50px;
	}

	.single-blog .btnContainer {
		margin-top: 0;
	}

	.single-blog .btnContainer.social-buttons {
		margin-top: 50px;
	}

	.btnContainerNav {
		display: inline-block;
	}

	.btnContainer .btn {
		margin: 0 5px 5px 5px;
	}

	.flxmap-directions {
		margin-top: 15px;
	}

	.flxmap-directions input[type=submit] {
		margin-top: 2px;
	}

	.flxmap-directions input[type=text] {
		margin: 0px 15px 0 0;
		padding: 8px 15px;
	}

	.readmore,
	.readmore a {
		color: #f8981d;
	}

	.entry .readmore {
		display: block;
		clear: both;
		text-align: left;
	}

	#content .post-info .date {
		float: none;
	}

	.search-results .post-meta,
	.search-results .post-info {
		display: none;
	}

	.search-results .post {
		padding: 0;
	}

	.search-results .entry-content {
		margin: 0 0 45px;
	}

	.adm-medewerker {
		float: left;
		padding: 0 0 25px 0;
		margin: 0 0 25px 0;
		border-bottom: 1px solid #dadada;
	}

	.adm-medewerker img {
		float: left;
		width: 240px;
		margin: 0 25px 25px 0;
	}

	.adm-medewerker .adm-medewerker-desc {
		float: left;
		width: 350px;
	}

		.adm-medewerker .adm-medewerker-desc .adm-medewerker-label,
		.adm-medewerker .adm-medewerker-desc .adm-medewerker-label {
			font-weight: bold;
			display: inline-block;
			width: 60px;
		}

		.adm-medewerker .adm-medewerker-desc .adm-medewerker-value,
		.adm-medewerker .adm-medewerker-desc .adm-medewerker-value {
			display: inline-block;
			color: #4f4c4d;
			width: 280px;
		}

		.adm-medewerker .adm-medewerker-desc .adm-medewerkwer-content {
			margin: 15px 0 0 0;
			color: #858585;
		}


	/* filterHomeContainer */

	#filterHomeContainer {
		float: left;
		clear: both;
		margin: 0 0 25px 0;
	}

		#filterHomeContainer form {
			float: left;
			clear: both;
		}

		#filterHomeContainer .one-fifth {
			margin: 0;
			padding: 0;
			width: 19.9%;
		}

		@media only screen and (max-width: 600px) {

			#filterHomeContainer .one-fifth {
				margin: 0;
				padding: 0;
				width: 100%;
			}

		}

		.filterContainer .beschrijving {
			font-size: 11px;
			color: #a8a8a8;
			display: block;
		}
		#filterContainer .beschrijving {
			color: #e6b77c;
		}

		#filterHomeContainer fieldset {
			position: relative;
			padding-top: 40px;
			padding-right: 0;
			padding-bottom: 0;
			margin: 0;
			border-top: 1px solid #dbdbdb;
			border-right: 1px solid #dbdbdb;
			border-bottom: 1px solid #dbdbdb;
			border-left: none;
			background: #f5f5f5;
			color: #808080;
			height: 200px;
		}

			#filterHomeContainer fieldset:not(#filterResult):after {
				z-index: 10;
				content: '';
				display: block;
				position: absolute;
				top: 10px;
				left: 100%;
				width: 0;
				height: 0;
				border-color: transparent transparent transparent #f5f5f5;
				border-style: solid;
				border-width: 10px;
			}
			#filterHomeContainer fieldset:not(#filterResult):before {
				z-index: 10;
				content: '';
				display: block;
				position: absolute;
				top: 9px;
				left: 100%;
				width: 0;
				height: 0;
				border-color: transparent transparent transparent #dbdbdb;
				border-style: solid;
				border-width: 11px;
			}

		#filterHomeContainer fieldset#firstset {
			border-left: 1px solid #dbdbdb;
		}

		#filterHomeContainer fieldset.activeset {
			background-color: #f8981d!important;
			border-top: 1px solid #e18713;
			border-right: 1px solid #e18713;
			border-bottom: 1px solid #e18713;
		}
		#filterHomeContainer fieldset#firstset.activeset {
			border-left: 1px solid #e18713;
		}
			#filterHomeContainer fieldset.activeset:not(#filterResult):after {
				border-color: transparent transparent transparent #f8981d;
			}
			#filterHomeContainer fieldset.activeset:not(#filterResult):before {
				border-color: transparent transparent transparent #e18713;
			}
			#filterHomeContainer fieldset.activeset label {
				color: #fff;
			}

			#filterHomeContainer legend {
				position: absolute;
				top: 0px;
				left: 30px;
				color: #393536;
				font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
				font-size: 25px;
			}

			#filterHomeContainer fieldset .cbContainer {
				height: 200px;
				overflow-y: auto;
			}

			#filterHomeContainer fieldset label {
				position: relative;
				display: block;
				width: 80%;
				padding-left: 20px;
				margin: 0 0 5px 0;
				font-size: 12px;
				font-weight: bold;
				overflow: hidden;
			}
			#filterHomeContainer fieldset label:hover {
				color: #393536;
			}
			#filterHomeContainer fieldset input[type="checkbox"] {
				position: absolute;
				left: 0;
				top: 0;
			}
			#filterHomeContainer fieldset .icheckbox_square {
				position: absolute;
				left: 0;
				top: 4px;
			}


		#filterHomeContainer fieldset#filterResult {
			height: 240px;
			padding-top: 0;
			text-align: center;
		}

			#filterHomeContainer fieldset#filterResult .number {
				font-size: 90px;
				font-weight: bold;
				font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
				line-height: 70px;
				margin: 40px 0 0 0;
				color: #393536;
				display: block;
				text-align: center;
			}

			#filterHomeContainer fieldset#filterResult .resultText {
				font-size: 19px;
				font-weight: bold;
				margin-bottom: 10px;
				color: #393536;
				display: block;
				text-align: center;
			}

			#filterHomeContainer fieldset#filterResult .btn {
				margin: 0 auto;
			}

		#filterHomeContainer #coursesContainer {
			display: none;
			float: left;
			clear: both;
		}



	/* filterContainer */

	#filterContainer {
		position: relative;
		background-color: #fef6ec;
		border: 1px solid #f9981d;
		color: #cfa46e;
		padding: 10px 20px;
		clear: both;
	}

		#filterContainer h4 {
			color: #f8981d;
			font-size: 25px;
			font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
			margin: 10px 0;
			font-weight: normal;
		}

		#filterContainer input.searchfield {
			right: 20px;
			top: 20px;
			position: absolute;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			background: #fffbf6 url(images/searchIcon.png) no-repeat 5px 7px !important;
			border: 1px solid #f2c58d;
			color: #f2c58d;
			padding: 6px 15px 6px 25px;
			font-size: 12px;
			width: 140px;
		}

		#filterContainer fieldset {
			border: 0px;
			padding: 0;
		}

			#filterContainer fieldset legend {
				color: #393536;
				font-weight: bold;
				font-size: 14px;
				padding-bottom: 5px;
			}

			#filterContainer fieldset label {
				position: relative;
				display: block;
				width: 80%;
				padding-left: 20px;
				margin: 0 0 5px 0;
				font-size: 12px;
				font-weight: bold;
				overflow: hidden;
			}
			#filterContainer fieldset label:hover {
				color: #393536;
			}
			#filterContainer fieldset input[type="checkbox"] {
				position: absolute;
				left: 0;
				top: 0;
			}
			#filterContainer fieldset .icheckbox_square {
				position: absolute;
				left: 0;
				top: 4px;
			}

			#extrafilter {
				clear: both;
			}

			#clearFilter {
				display: block;
				clear: both;
			}

			#extraOptions {
				clear: both;
				display: block;
				padding: 8px 0;
				background-color: #f9981d;
				color: #fff;
				text-align: center;
				font-weight: bold;
				text-decoration: none;
			}
			#extraOptions:hover {
				text-decoration: underline;
			}

		/* sortContainer */

		#sortContainer {
			padding: 20px 0 10px 0;
			font-weight: bold;
			color: #666;
			clear: both;
		}

			#sortContainer span {
				display: inline-block;
				margin: 0 5px;
				font-size: 13px;
				font-weight: normal;
			}

			#sortContainer .courselink {
				float: right;
				color: #f8981d;
				font-weight: 700;
				text-decoration: none;
			}
				#sortContainer .courselink:hover {
					color: #8A530B;
				}

			#sortContainer span.sortArrow {
				margin: 0 0 0 5px;
			}

			#sortContainer span.activeSort, #sortContainer span.activeSort a {
				font-weight: bold;
			}

			#sortContainer a {
				text-decoration: underline;
				font-size: 13px;
				color: #666;
				font-weight: normal;
			}

	/* courseList */

	#courseList {
		position: relative;
	}

		@media only screen and (max-width : 500px ) {

			#courseList:after {
		        content: '';
		        position: absolute;
		        z-index: 1;
		        top: 0;
		        right: 0;
		        height: 100%;
		        width: 35px;
		        background: transparent;
		        background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
		        background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
		        pointer-events: none;
		        -webkit-transition: opacity .2s;
		        transition: opacity .2s;
		    }


			#courseList .table-responsive {
				position: relative;
				overflow-x: auto;
			}

		}

		#courseList table {
			width: 100%;
			border-spacing: 1px;
		}

		#courseList table tr th {
			background-color: #231f20;
			color: #fff;
			font-weight: bold;
			text-align: left;
			padding: 4px 10px;
		}

		#courseList table tr.course {

		}

		#courseList table tr.course td {
			padding: 4px 10px;
			color: #b2b2b2;
			border-bottom: 1px solid #eeeeee;
		}

		#courseList table tr.course td a {
			color: #231f20;
			font-weight: bold;
			font-size: 14px;
			display: block;
			text-decoration: none;
		}

		#courseList table tr.course td a:hover {
			text-decoration: underline;
		}

		#courseList table tr.course td span {
			font-weight: bold;
			color: #b2b2b2;
			font-size: 12px;
		}

		.courseNiveau {
			text-align: center;
			white-space: nowrap;
		}

		.courseStart {
		}

		.courseDuration {
			white-space: nowrap;
		}

		/* Pagination */

		.paginationContainer {
			text-align: center;
			clear: both;
			width: 100%;
		}

		.holder {
			margin: 15px 0;
		}

		.holder a {
			display: inline-block;
			font-size: 12px;
			padding: 0px 3px;
			cursor: pointer;
			font-weight: bold;
			margin: 0 5px;
			color: #333;
            -moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			text-decoration: none;
		}

		.holder a:hover {
			background-color: #F8981D;
			color: #fff;
			text-decoration: none;
		}

		.holder a.jp-previous,
		.holder a.jp-next {
			border: 1px solid #F8981D;
		}

		.holder a.jp-previous { margin-right: 15px; }
		.holder a.jp-next { margin-left: 15px; }

		.holder a.jp-current, a.jp-current:hover {
			color: #fff;
			background-color: #F8981D;
			font-weight: bold;
		}

		.holder a.jp-disabled, a.jp-disabled:hover {
			color: #bbb;
			background-color: #fff;
			border: 1px solid #F8981D;
		}

		.holder a.jp-current, a.jp-current:hover,
		.holder a.jp-disabled, a.jp-disabled:hover {
			cursor: default;
		}

		.holder span { margin: 0 5px; }

	/* courseInfo */

	.backContainer {

	}

	.backContainer .print-friendly
      {
          float: right;
      }

    .course-notification {
		padding: 15px 15px 0 15px;
		background-color: #d9edf7;
		margin-bottom: 25px;
    }

        .course-notification p {
			color: #231F20;
		    font-size: 13px;
		    margin-bottom: 0;
		    padding-bottom: 15px;
        }

			.course-notification a {
				color: #231F20;
			}

			.course-notification a:hover {
				color: #F8981D;
			}

	#courseDetail {
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#courseDetail h1 {
		margin-bottom: 0;
	}

	.courseSubTitle {
		font-size: 15px;
		color: #b0aeaf;
		clear: both;
		margin-bottom: 15px;
	}


	.courseInfo {
		position: relative;
		background-color: #FEF6EC;
		border: 1px solid #F9981D;
		color: #CFA46E;
		padding: 10px 20px 0px 20px;
		clear: both;
		margin-bottom: 25px;
	}
		.courseInfo h2 {
			color: #F8981D;
			font-size: 25px;
			font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
			margin: 10px 0;
			font-weight: normal;
		}

		.courseInfo table {
			width: 100%;
			color: #7b7572;
			margin-bottom: 0;
		}

		.courseInfo table td {

			vertical-align: top;
		}

		.courseInfo table .label {
			font-weight: bold;
			color: #393536;
			white-space: nowrap;
			width: 115px;
			padding-right: 5px;
		}

		.courseInfo .btn {
			margin-bottom: 20px;
		}

		.courseInfo .btn.black {
			margin-right: 15px;
		}

	/* FAQ */

	.qa-faqs {
		clear: both;
	}

	#qasearch {
		float: left;
		padding: 7px 10px;
		margin-top: 3px;
		margin-right: 10px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.qa-faq-title {
		color: #393536;
		font-size: 16px;
		margin-bottom: 0;
		font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	}

	.qa-faq-answer .readmore {
		display: block;
		text-align: right;
	}

	.qa-show-more {
		color: #393536!important;
		font-size: 15px;
		font-weight: bold;
		font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	}

	.qa-show-more {display:none!important}

	/* footer-widgets */

	#footer-widgets {
		background: #fafafa;
		margin: 0;
		border-top: 1px solid #d8d8d8;
		background-image: url(images/footer-bg.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	#footer-widgets .widget {
		text-shadow: none;
	}

		#footer-widgets .widgettitle,
		#sidebar .widgettitle {

		}

		.gform_heading {
			margin-bottom: 10px!important;
		}
		.gform_title {
			font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
		}

		.ngg-widget img {
			border: 0px!important;
			margin: 0 10px 10px 0!important;
		}

		#footerContact {

		}

			#footerContact a {
				color: #f8981d;
			}

			#footerContact p {

			}

			#footerContact .telIcon {
				color: #f8981d;
				display: block;
				font-size: 16px;
				font-weight: bold;
			}

			#footerContact .mailIcon {
				color: #f8981d;
				display: block;
				font-size: 16px;
				font-weight: bold;
			}

			#footerContact .factuur {
				font-weight: bold;
				margin-top: 15px!important;
			}

			#footerContact em {
				margin-bottom: 15px;
				font-weight: bold;
			}


			#footerContact #footerLocaties {
				margin: 15px 0 0 0;
			}

				#footerContact #footerLocaties h4 {
					font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
					font-size: 14px;
					color: #393536;
					font-weight: bold;
					margin-bottom: 0;
				}

				#footerContact #footerLocaties select {
					width: 100%;
					font-size: 14px;
				}

				#footerContact #footerLocaties #locatiegegevens {
					margin: 15px 0 0 0;
				}

	/* footernav */

		/* primary */

		#footernavContainer {
			background-color: #f8981d;
			border-top: 1px solid #da7f09;
			padding: 25px 0;
		}

		#footernavContainer #nav {
			position: relative;
			top: 0;
			left: 0;
			background: none!important;
		}

		#footernavContainer #nav .wrap {
			width: auto;
		}

		#footernavContainer .menu-primary {
			margin: 0 0 0 0!important;
			background: none!important;
		}
		#footernavContainer .menu-primary li a {
			font-weight: bold;
			color: #fff;
			font-size: 21px;
			padding: 0 10px 0 10px!important;
		}
		#footernavContainer .menu-primary li:first-child a {
			padding-left: 0!important;
		}
		#footernavContainer .menu-primary li a:hover {
			color: #fff!important;
			text-decoration: underline;
		}

		#footernavContainer .menu-primary li.current-menu-item a {
			color: #fff;
			font-weight: bold;
		}

		/* secondary */

		#footernavContainer #subnav {

		}

		#footernavContainer #subnav .wrap {
			width: auto;
		}

		#footernavContainer .menu-secondary {
			margin: 0 0 0 0!important;
			background: none!important;
		}
		#footernavContainer .menu-secondary li a {
			color: #fff;
			font-size: 12px;
			padding: 0 10px 0 10px!important;
		}
		#footernavContainer .menu-secondary li:first-child a {
			padding-left: 0!important;
		}
		#footernavContainer .menu-secondary li a:hover {
			color: #fff!important;
			text-decoration: underline;
		}

		#footernavContainer .menu-secondary li.current-menu-item a {
			color: #fff;
			font-weight: bold;
		}

	#footer {
		font-size: 13px;
		text-transform: none;
	}
	#footer .creds {
		width: 50%;
	}

	#footer .creds a {
		margin-right: 0;
	}
	#footer p {
		font-size: 13px;
		margin-bottom: 0;
	}
	#footer a {
		color: #b3b3b3;
		text-decoration: none;
	}

	#footer a {
		display: inline-block;
		margin-right: 10px;
	}

	#footer a:hover {
		color: #F8981D;
	}

	/* Footer top
	------------------------------------------------------------ */

	#footer-top {
		clear: both;
		float: left;
		width: 100%;
		padding: 30px 0;
		border-top: 1px solid #D8D8D8;
		background-color: #fff;
	}


	@media only screen and (max-width : 960px ) {

		#footer-top .wrap{
			text-align: center
		}

	}

		#footer-top .footer-title-area {
			display: inline-block;
			float: left;
			margin: 0px 45px 0 0;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}

			#footer-top .footer-title-area img {
				width: 93px;
			}

		#footer-mainmenu {
			list-style: none;
		}

			#footer-mainmenu li {
				display: inline-block;
				margin: 0 30px 0 0;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}

				#footer-mainmenu li a {
					display: inline-block;
					font-size: 15px;
					font-weight: 700;
					color: #231F20;
					text-decoration: none;
					border-bottom: 2px solid transparent;
				}

					#footer-mainmenu li a:hover,
					#footer-mainmenu li.current-menu-item a,
					#footer-mainmenu li.current-page-ancestor a {
						color: #231F20;
						border-bottom: 2px solid #F8981D;
					}

					#footer-mainmenu li.nav-register a {
						color: #F8981D;
					}

		#footer-topmenu {
			list-style: none;
		}

			#footer-topmenu li {
				display: inline-block;
				margin: 0 10px 0 0;
			}

				#footer-topmenu li a {
					display: inline-block;
					font-size: 13px;
					color: #7E7E7E;
					text-decoration: none;
					border-bottom: 2px solid transparent;
				}

					#footer-topmenu li a:hover,
					#footer-topmenu li.current-menu-item a,
					#footer-topmenu li.current-page-ancestor a {
						color: #231F20;
						border-bottom: 2px solid #F8981D;
					}
/* Forum
------------------------------------------------------------ */

.bbpress #content .post-meta { display: none; }

/* breadcrumb */
.adm_bbpress {
	float: right;
}

	.adm_bbpress a {
		color: #F8981D;
		display: inline-block;
		margin-left: 5px;
	}


.bbp-login-form label {
	width: 180px!important;
}

#bbpress-forums ul.bbp-forums {
	margin-top: 20px;
	float: left;
	width: 100%;
}

#bbpress-forums li.bbp-header {
	background: #F8981D!important;
	color: #fff!important;
	border-top: none!important;
}

#bbpress-forums li.bbp-header ul li,
#bbpress-forums li.bbp-header a {
	color: #fff;
}

.bbp-the-content-wrapper {
	border: 1px solid #dedede;
}

.print-only-pf
{
   position: absolute;
   left: -2000px;
}

/* Blog Auteur */
.page-template-page_blog #content .blog-auteur p {
	font-size: 13px;
	color: #4f4c4d;
	line-height: 25px;
	margin-bottom: 14px;
}

.page-template-page_blog #content .blog-auteur span {
    color: #373737 !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
}

.page-template-page_blog #content .blog-auteur span a {
        color: #7b7b7b;
        font-size: 12px;
        text-transform: none;
}

.page-template-page_blog #content .blog-auteur span a:hover {
        text-decoration: underline;
}

.page-template-page_blog #content .blog-auteur h2 {
    margin: 10px 0 15px;
}

/* Nieuwe velden */
.nieuwe-velden h3
{
    font-size: 12pt;
    margin-bottom: 2px;
}

.nieuwe-velden h2 span ul li
{
    font-size: 13px;
    font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
    font-weight: normal;
    line-height: 1.625;
}

/* accordion */
.accordion {

}

	.accordion-panel {
		margin-bottom: 5px;
	}

		.accordion-panel h2.accordion-header {
			margin: 0;
			font-size: 20px;
			cursor: pointer;
		}
			.accordion-panel h2.accordion-header {
				position: relative;
				display: block;
				background-color: #e7e7e7;
				border: 1px solid #dbdbdb;
				padding: 10px 50px 10px 20px;
				margin: 0;
				font-size: 16px;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
				.accordion-panel h2.accordion-header:hover,
				.accordion-panel.open h2.accordion-header {
					background-color: #F8981D;
					border: 1px solid #dc8517;
					color: #fff;
				}

				.accordion-panel h2.accordion-header span {
					position: absolute;
					right: 20px;
					top: 13px;
					display: inline-block;
					width: 22px;
					height: 13px;
					background-image: url(images/arrow-done-next-div.png);
					background-repeat: no-repeat;
					background-position: center center;
				}
					.accordion-panel.open h2.accordion-header span {
						background-image: url(images/arrow-up.png);
					}

			.accordion-content {
				position: relative;
				overflow: hidden;
				height: auto;
				max-height: 0;
				-webkit-transition: max-height .3s ease-in-out;
				-moz-transition: max-height .3s ease-in-out;
				-ms-transition: max-height .3s ease-in-out;
				-o-transition: max-height .3s ease-in-out;
				transition: max-height .3s ease-in-out;
			}
				.accordion-content > div {

					border-left: 1px solid #dbdbdb;
					border-right: 1px solid #dbdbdb;
					border-bottom: 1px solid #dbdbdb;
					padding: 20px 20px 10px 20px;
				}

				.accordion-content.open {
					max-height: 999999999px;
				}

			.accordion-content h3 {
			    font-size: 16px;
			    margin-top: 0;
			    margin-bottom: 2px;
			}

			.accordion-content ul li {
			    font-size: 13px;
			    font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
			    font-weight: normal;
			    line-height: 1.625;
			}

.course-cta a.print
{
    float: right;
    margin: 0;
    margin-left: 40px;
    margin-top: -6px;
    margin-right: 7px;
    padding: 5px 20px !important;
}

.course-cta a.print:after
{
    background: none;
    width: auto;
}

#courseDetail > .btn.green.aanmeldbutton,
#courseDetail > .btn.grey.aanmeldbutton {
    margin-left: 20px;
}

/* Blog */
.blogitem
{
	padding-bottom: 30px;
}

.blogitem .content p,
{
	line-height: 2.4;
}

.blogitem p
{
	margin-bottom: 25px;
}

.blogitem img
{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.post-item-date {
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 20px;
}

.blogitem .social-sharing.social-icons
{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.blogitem .social-icons a {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
    border: 1px #cdcdcd solid;
}

.blogitem .social-icons a:hover {
    background-color: #393939;
    color: #fff !important;
}

.blogitem .social-sharing h3,
.blogitem #respond h3
{
	font-size: 18px;
    font-weight: 700;
    font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
    text-align: center;
    margin-top: 0;
}

.blogitem .social-sharing.social-icons a.social-googleplus {
    color: #dd4b39;
}

.blogitem .social-sharing.social-icons a.social-facebook {
    color: #3b5998;
}

.blogitem .social-sharing.social-icons a.social-linkedin {
    color: #007bb5;
}

.blogitem .social-sharing.social-icons a.social-twitter {
    color: #55acee;
}

.blogitem .social-sharing .fa
{
	line-height: 44px;
}

.button-blog
{
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 90px;
		padding-right: 90px;
		line-height: 1;
		letter-spacing: 0.01em;
		margin-top: 0;
		-moz-appearance: none;
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    background: #f8981d none repeat scroll 0 0;
	    border-color: -moz-use-text-color -moz-use-text-color #df8a1f;
	    border-image: none;
	    border-radius: 0;
	    border-style: none none solid;
	    border-width: medium medium 2px;
	    color: #fff !important;
	    display: inline-block;
	    font-size: 14px !important;
	    font-weight: 700;
	    position: relative;
	    text-align: center;
	    text-decoration: none;
	    text-shadow: none;
	    text-transform: none;
	    transition: all 0.3s ease-in-out 0s;
}

.button-blog:hover
{
	text-decoration: none;
	background-color: #d5831a;
}

.button-center
{
				text-align: center;
}

/* Blog - Author */
.blog-authors
{
				display: block;
				overflow: hidden;
				background-color: #ffffff;
				padding-left: 30px;
				padding-right: 30px;
				padding-top: 26px;
				padding-bottom: 0px;
				color: #000000;
				margin-top: 50px;
				border: 1px #d6d6d6 solid;
}

body.blog-template-template-blog-reporter .blog-authors
{
				margin-top: 0;
				margin-bottom: 25px;
}

.blog-authors .written-by
{
				margin-bottom: 16px;
				display: block;
				font-size: 14px;
				font-weight: 600;
}

.blog-authors h2
{
				color: #f39c29;
				font-size: 18px;
				font-weight: normal;
}

.blog-authors .subject-label,
.blog-authors .location-label
{
				font-size: 14px;
				font-weight: 600;
				display: block;
				margin-top: 18px;
}

.blogitem-reporter .blog-authors .location-label
{
	margin-top: 0;
}

.blogitem-reporter .blog-authors
{
	margin-bottom: 25px;
}

.blog-authors .subject-value,
.blog-authors .location-value
{
				color: #f39c29;
				font-size: 18px;
}

body.blog-template-template-blog-reporter .blog-authors .written-by
{
				margin-bottom: 0;
}

.blog-authors .blog-author
{
				display: block;
				overflow: hidden;
				margin-bottom: 20px;
				font-size: 16px;
}

.blog-authors .blog-author.last
{
				margin-bottom: 0px;
}

.blog-authors .blog-author p
{
				color: #5f5f5f;
				line-height: 1.6 !important;
}

.blog-authors a:hover
{
				color: #000000;
}

.blog-authors .blog-author img
{
				float: left;
				margin-right: 32px;
				max-width: 220px;
}

.blog-authors .blog-author a.read-more
{
				font-weight: bold;
				font-size: 16px;
				padding-bottom: 8px;
}

.blog-authors .blog-author a.read-more:hover
{
				color: #000000;
}

/* Blog - List */
.blog-list-item
{
				display: block;
				margin-top: 48px;
}

.blog-list-item h3
{
				margin-bottom: 0;
}

.blog-list-item .blog-list-item-header
{
	display: block;
	background-color: #f8981d;
	padding: 6px 10px 6px 32px;
    position: relative;
}

.blog-list-item .blog-list-item-header h3
{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
}

.blog-list-item .blog-list-item-header .blog-list-item-header-bullet
{
				background-color: #f8981d;
    border: 3px solid #fff;
    border-radius: 30px;
    float: left;
    font-size: 26px;
    font-weight: bold;
    left: -24px;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 44px;
				color: #fff;
}

@media only screen and (max-width : 320px) {

				.blog-list-item .blog-list-item-header .blog-list-item-header-bullet
				{
								left: -13px;
				}

				.blog-list-item h3
				{
								padding-left: 10px;
				}
}

.blog-list-item .blog-list-item-header .blog-list-item-header-title
{
				float: left;
				padding-left: 6px;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 18px;
				line-height: 2em;
}

.blog-list-item-content
{
				display: block;
				overflow: hidden;
				padding-left: 35px;
				padding-right: 30px;
}

.blog-list-item.number-one .blog-list-item-content
{
				background-color: #f8981d;
				padding-left: 35px;
				padding-right: 30px;
}

.blog-list-item.number-one .blog-list-item-content p
{
				margin-bottom: 25px;
				color: #ffffff;
}

@media only screen and (max-width : 320px) {
				.blog-list-item-content
				{
								padding-left: 0px;
				}
}

.blog-list-item-content .blog-list-item-content-image
{
				margin-top: 18px;
}

.blog-list-item.number-one .blog-list-item-content-image
{
				margin-top: 0px;
}

.blog-list-item-content p
{
				margin-bottom: 0;
}

a.bekijk-alle-bloggers
{
				display: block;
				overflow: hidden;
				margin-bottom: 24px;
				text-decoration: none;
				font-size: 16px;
}

a.bekijk-alle-bloggers:hover
{
				color: #000000;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body,
	.balance-landing #inner .wrap,
	.balance-landing.full-width-content #content,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.home-featured-left,
	.home-featured-right,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#breadcrumb,
	#content-sidebar-wrap,
	#footer,
	#footer .creds,
	#footer .gototop,
	#header,
	#header .widget-area,
	#inner,
	#sidebar-alt,
	#title-area {
		width: 100% !important;
	}

	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 30px 0 20px;
	}

	.enews #subbox,
	.s {
		width: 60%;
	}

	#header .widget-area {
		float: none;
		margin: 0;
		padding: 0;
	}

	#header .searchform {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}


	.menu li.right {
		display: none;
	}

	#home-featured .wrap {
		padding: 0;
	}

	.home-featured-left,
	.home-featured-right {
		border: none;
		float: none;
		margin: 0;
		padding: 10px 0 20px;
		text-align: center;
		width: 100%;
	}

	.home-featured-right .widget {
		margin: 0;
		padding: 0 20px 20px;
	}

	#inner {
		padding: 0 0 10px;
	}

	.page .page,
	.post,
	#comments,
	#respond,
	#content > div {
		padding: 20px;
	}

	.navigation {
		padding: 0 20px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

	h5,
	h6 {
		font-size: 20px;
	}

	.post-image {
		height: auto;
		max-width: 100% !important;
		margin: 0 0 20px !important;
		float: none;
		display: block;
	}

	.archive-page {
		float: none;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		float: none;
		width: auto;
	}

	.navigation,
	.author-box {
		margin: 0;
	}

	.sidebar {
		margin: 20px 0 0;
		padding: 0;
	}

	.widget-wrap {
		padding: 0 20px;
	}

	#header .widget-wrap {
		padding: 0;
	}

	#comments,
	#respond {
		margin: 20px 0 0;
	}

	.comment-list li,
	.ping-list li {
		padding: 20px;
		margin: 0 -10px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	#footer,
	#footer .creds,
	#footer .gototop {
		background: none;
		padding: 10px 0;
		text-align: center;
	}

	#footer .gototop a {
		background: none;
		padding: 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	#topnavContainer .widget-area {
		display: none;
	}

	#headerContainer {
		padding: 0 20px;
	}

	#headerContainer #nav {
		position: absolute;
		left: 205;
	}

	.homeOpleiding {
		border-left: none;
		border-right: none;
	}


	#filterHomeContainer {
		padding: 0 20px;
	}

}

@media only screen and (max-width: 600px) {

	#topnavContainer {
		position: relative;
		background: #fff;
	}

	#topnavContainer .widget-area {
		display: none;
	}

	#headerContainer {
		text-align: center;
		padding: 20px 20px 40px 20px;
	}

	#headerContainer #nav {
		position: relative;
		left: 0;
	}

	#headerContainer #nav .menu-primary {
		float: none;
	}

	#menu-mainmenu li {
		margin-bottom: 10px;
	}

	#homeSliderContainer .layerslider_widget,
	.agenda_container {
		display: none!important;
	}

	#homeOpleidingContainer {
		position: relative;
	}

	#homeOpleidingContainer .one-half,
	#homeOpleidingContainer .one-third {
		width: 100%;
	}
		.homeOpleiding {
			border: none;
		}

	#filterHomeContainer {
		padding: 0 20px;
	}
	#filterHomeContainer fieldset {
		border-left: 1px solid #dbdbdb;
	}
	#filterHomeContainer fieldset:not(#filterResult):after {
		display: none;
	}
	#filterHomeContainer fieldset:not(#filterResult):before {
		display: none;
	}

	.adm_bbpress {
		float: none;
		margin-top: 5px;
		text-align: right;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}

	h3,
	h4 {
		font-size: 20px;
	}

	h5,
	h6 {
		font-size: 18px;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

}

.faq-catname {
    display:none;
}

li.gfield.hideLabel label {
    display:none!important;
}

/* Archive */
.archive-left {
    width: 150px;
    margin-right: 25px;
    float: left;
}

.archive-left img {

}

.archive-right {
    width: calc( 100% - 175px );
    float: right;
}

.archive-right h2 {
	margin-top: 0 !important;
}

.single-blog-author {
	border: 1px solid #d8d8d8;
	padding: 20px;
}

.single-blog-left {
	width: 100px;
	margin-right: 25px;
	float: left;
}

.single-blog-right {
	width: calc( 100% - 125px );
	float: right;
}

.single-blog-right h2 {
	margin-top: 0 !important;
}



    @media only screen and (max-width : 500px ) {

			.single-blog-left,
    	.archive-left {
    		float: none;
    		margin-bottom: 15px;
    	}

			.single-blog-right,
    	.archive-right {

		    width: 100%;
		    float: none;
		}

    }

/* Single */
#content .type-blog h1.entry-title {
	font-size: 26px;
	font-weight: 700;
}

#content .type-blog h2 {
	font-size: 15px;
	font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
	margin: 20px 0 5px;
    font-weight: bold;
}

    #content .type-blog h2 a {
		color: #000;
		font-size: 25px;
		font-family: 'canada-type-gibson', Verdana, Helvetica, Arial, Tahoma, sans-serif;
		line-height: 1.25;
		text-decoration: none;
		margin: 10px 0 15px;
    }
    #content .type-blog h2 a:hover {
    	color: #f8981d;
    }

#content .type-blog p {
	font-size: 13px;
	color: #4f4c4d;
	line-height: 25px;
}

#content .type-blog .post-info-bottom span {
	color: #373737;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
}
	#content .type-blog .post-info-bottom span a {
		color: #7b7b7b;
		font-size: 12px;
		text-transform: none;
	}

	#content .type-blog .post-info-bottom span a:hover {
		text-decoration: underline;
	}

/* Reacties */
#respond {
	margin-top: 25px;
}

	#respond h3 {
		font-size: 25px;
	}

/* Single Author */
.blogger-title {
    font-size: 20px;
}

.blogschrijvers .post-info span a {
    color: #b8b8b8;
}

.blog-auteur {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	padding: 20px;
	margin: 20px 0;
}

	.blog-auteur .archive-right span {
		font-weight: 600;
	}

    .blog-auteur .archive-right h5 {
        margin: 0;
    }

        .blog-auteur .archive-right h5 a {
            text-decoration: none;
        }

    .blog-auteur .archive-right span {
        margin-bottom: 10px;
    }

/* Bloggers */
.blogschrijvers {
    margin-bottom: 20px;
}

/* Simple Social Share icons */
.simple-social-icons {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 10000;
}

.simple-social-icons ul li {
    float: none;
    clear: both;
}

.simple-social-icons ul li.ssi-facebook a,
.simple-social-icons ul li.ssi-facebook a:hover,
.simple-social-icons ul li.ssi-facebook a:focus {
    background-color: #3b5998 !important;
}
.simple-social-icons ul li.ssi-instagram a,
.simple-social-icons ul li.ssi-instagram a:hover,
.simple-social-icons ul li.ssi-instagram a:focus {
    background-color: #3f729b !important;
}
.simple-social-icons ul li.ssi-linkedin a,
.simple-social-icons ul li.ssi-linkedin a:hover,
.simple-social-icons ul li.ssi-linkedin a:focus {
    background-color: #0077b5 !important;
}
.simple-social-icons ul li.ssi-twitter a,
.simple-social-icons ul li.ssi-twitter a:hover,
.simple-social-icons ul li.ssi-twitter a:focus {
    background-color: #55acee !important;
}
.simple-social-icons ul li.ssi-youtube a,
.simple-social-icons ul li.ssi-youtube a:hover,
.simple-social-icons ul li.ssi-youtube a:focus {
    background-color: #cd201f !important;
}

@media (max-width: 600px) {
	iframe {
		max-width: 100% !important;
		height: 220px;
	}
}

#home-featured .one-third .widget:nth-child(2) {
    margin-top: 25px;
}

#footer-widgets .widget {
    margin-bottom: 25px;
}


/* Button font */

.btn,
.button,
input[type="button"],
input[type="submit"] {
    font-family: Verdana,Helvetica,Arial,Tahoma,sans-serif;
}
