/*
	Theme Name: Jurrius Business Improvements
	Theme URI: http://www.webenco.nl
	Description: Responsive WordPress Theme
	Version: 1
	Author: web & co
	Author URI: http://www.webenco.nl
	Tags: Blank, HTML5, CSS3, Responsive
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	
	Based on HTML5 Blank by Todd Motto. (http://html5blank.com/)
*/
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700,600);
/*------------------------------------*\
    MAIN
\*------------------------------------*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
*, *:after, *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	color: #404042;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	display: block;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
}
/*a:hover {
	opacity: 0.7;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}*/
.cntwrap a {
	text-decoration: none;
}
.cntwrap a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper, .cntwrap, .copyinfo, footer {
	max-width: 960px;
	width: 95%;
	margin: 0 auto;
	clear: both;
}
.mobile .wrapper, .mobile nav {
	width: 100%;
}
.wrapper {
}
.cntwrap {
	overflow-y: auto;
	padding-top: 34px;
}
.botwrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	clear: both;
}
/* --- header --- */
header {
	min-height: 80px;
	height: auto;
	margin: 0 auto 20px;
}
.mobile header {
	height: auto;
	min-height: 50px;
	margin: 0 auto 20px;
}
.logo {
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
}
.logo a, .logo a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mobile .logo {
	display: none;
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.nav {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	float: left;
	clear: left;
	width: 100%;
	margin: 20px auto;
}
.nav ul {
	padding: 0;
	margin: 0;
	background-image: url(img/nav-ul.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	height: 45px;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display: block;
	color: #404042;
	font-size: 15px;
	line-height: 15px;
	padding: 5px 45px 10px 5px;
	font-weight: 400;
	background-color: #FFF;
	background-image: url(img/nav-ul.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;
	width: 130px;
}
.nav-item.active a {
	background-image: url(img/nav-active.png);
}
.nav-item > a:hover {
	color: #00363E;
	background-image: url(img/nav-active-hover.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav-item:hover .sub-menu {
	display:block;
}
/* Navigation submenu */
.sub-menu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#8B2770;
	border-bottom:1px solid #9A337E;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#932C77;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: #3D3D3B url(img/nav.png) no-repeat center center;
	background-size: 18px;
	height: 50px;
	width: 50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #8B2870;
	height: 49px;
	width: 50px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background-size: 20px;
	background-image: url(img/drop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav-click:hover {
	background-color: #6E1656;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* --- content --- */
section {
	width: 100%;
}
.content section {
	width: 650px;
	float: right;
}
.content aside {
	width: 270px;
	float: left;
}
.content aside .subnav,
.content aside .sidebar-widget{
	width: 100%;
	float: left;
	background-color: #EAD4A4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EAD4A4), to(#F5EEDB)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #EAD4A4, #F5EEDB); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #EAD4A4, #F5EEDB); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #EAD4A4, #F5EEDB); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #EAD4A4, #F5EEDB); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.content aside .sidebar-widget {
	border-top: 3px solid #FFF;
}
.footwrap {
	width: 100%;
	background-color: #FFF;
	clear: both;
}
.footer {
	margin: 0 auto!important;
	padding: 10px 0;
}
.footer .ftr3, .footer .ftr4 {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
.footer .ftr3 p, .footer .ftr4 p, .footer .ftr3 h3, .footer .ftr4 h3 {
	margin: 0;
	padding: 0;
}
.footer .ftr4 {
	margin-top: 21px;
}

.contact .kennis {
	display: none;
}
.kennis a {
	background-color: #8EA6B0;
	padding: 10px 30px;
	color: #FFF;
	width: 100%;
	float: left;
	height: auto;
	clear: both;
	display: block;
	border-bottom: 5px solid #FFF;
}
.kennis a:hover {
	color: #FFF!important;
	background-color: #4F5E4E;
}
.kennis.cnt a {
	width: 95%;
	float: right;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
p.trtxt {
	color:#87805D;
	line-height: 42px;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 20px;
}
h1 {
	line-height: 24px;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-bottom: 15px;
}
h2 {
	line-height: 24px;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-style: normal;
	clear: left;
	margin-bottom: 15px;
}
h3 {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	clear: left;
}
h4 {
	color: #FFF;
	font-weight: 700;
	padding: 10px;
	background-color: #8A815D;
	clear: both;
}
h5 {
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	border: 1px solid #8A815D;
	clear: both;
}
p, pre {
	margin: 0 0 1em 0;
}
p strong {
	font-weight: 600;
	font-style: normal;
}
p em {
	font-weight: 400;
	font-style: italic;
}
p a, article li a {
	color: #333;
}
article a:hover, aside a:hover {
	text-decoration: underline;
}
hr {
	width: 100%;
	clear: both;
	display: block;
	height: 0;
	border-top: 1px solid #5A443B;
	margin: 0px;
	padding: 0px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
}
/* --- category --- */
.artshort {
	float: right;
	width: 800px;
	margin-top: 8px;
}
.search .artshort {
	width: 460px;
}
.artshort h2 {
	margin: 0;
	margin-bottom: 8px;
}
.copyinfo {
	padding-left: 338px;
}
.copyinfo p {
	font-size: 11px;
	text-transform: uppercase;
}
.copyinfo p a {
	color: #666;
}
.slogan h4 {
	line-height: 1.4;
	font-size: 21px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-style: normal;
}
/* --- hdrsrc --- */
.hdrsrc {
	float: right;
	margin-top:52px;
}
.hdrsrc label {
	margin-right:8px;
}
.hdrsrc input {
	margin:0;
	padding:0;
	border:0;
	background-color:#FFF;
	background-image:none;
}
.hdrsrc input#s {
	padding: 3px;
	background-color:#FFF;
	width:200px;
	height: 22px;
	border: 1px solid #404042;
	color:#404042;
}
.hdrsrc input#searchsubmit {
	background-color: #FFF;
	width: 26px;
	height: 26px;
}
.hdrsrc input#searchsubmit:hover {
	cursor:pointer;
}
/* --- blog description --- */
.hdrbinfo {
	float: left;
	color: #87805D;
	font-size: 18px;
	font-weight: 600;
	margin-top:51px;
	margin-left: 80px;
}
/*------------------------------------*\
    FONTS
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.alignleft, .alignright, .attachment-thumbnail {
}
.alignleft, .alignright {
}
a img.attachment-thumbnail:hover, a img.alignleft:hover, a img.alignright:hover, a img.aligncenter:hover, a img.alignnone:hover {
}
/* --- lightbox --- */
#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}
#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	position: relative;
	border: 8px solid #FFF;
	overflow: hidden;
	height: 100px;
	box-shadow: -1px 1px 3px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: -1px 1px 3px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: -1px 1px 3px 2px rgba(0,0,0,0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}
#sb-body {
	position: relative;
	height: 100%;
}
#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
}
#sb-loading {
	position: relative;
	height: 100%;
}
#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}
#sb-loading-inner span {
	background: url(img/loading.gif) no-repeat;
	padding-left: 34px;
	display: inline-block;
}
#sb-body, #sb-loading {
	background-color: #FFF;
}
#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sb-title, #sb-title-inner {
	height: 26px;
	line-height: 26px;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info, #sb-info-inner {
	height: 20px;
	line-height: 20px;
}
#sb-info-inner {
	font-size: 12px;
}
#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}
#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#sb-nav-close {
	background-image: url(img/close.png);
}
#sb-nav-next {
	background-image: url(img/next.png);
}
#sb-nav-previous {
	background-image: url(img/previous.png);
}
#sb-nav-play {
	background-image: url(img/play.png);
}
#sb-nav-pause {
	background-image: url(img/pause.png);
}
#sb-counter {
	float: left;
	width: 45%;
}
#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
}
#sb-counter a.sb-counter-current {
	text-decoration: underline;
}
div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
	text-decoration: underline;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
/*------------------------------------*\
    SUBNAV
\*------------------------------------*/
aside h3 {
	font-weight: 400;
	display: block;
	list-style-type: none;
	line-height: 24px;
	padding-left: 15px;
	color:#404042;
}
aside ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
aside ul li {
	list-style-image: none;
	list-style-type: none;
}
aside ul li a {
	text-decoration: none;
	display: block;
	list-style-type: none;
	line-height: 24px;
	padding-left: 15px;
	color:#404042!important;
}
aside ul li ul li a {
	padding-left: 15px;
}
aside ul li ul li a:before {
	padding-right: 5px;
	content: ">";
	font-size: 12px;
}
aside ul li ul li ul li a {
	padding-left: 30px;
}
aside ul li ul li ul li a:before {
	padding-right: 5px;
	content: "»";
	font-size: 14px;
}
aside ul li > ul {
	margin-top: 0px;
	border-top: none;
}
aside ul li.sel > ul li a, .aside ul li.sel ul li.sel > ul li a {
	color: #333;
	font-weight: 400;
}
aside ul li.current_page_item a, aside ul li ul li.current_page_item a, aside ul li ul li ul li.sel a.sel {
	color: #FFF!important;
	background-image: url(img/bkg-sub.png);
	background-repeat: no-repeat;
	background-position: right top;
}
aside ul li a:hover, aside ul li ul li a:hover, aside ul li ul li ul li a:hover, aside ul li.sel a:hover {
	text-decoration: none;
	color: #FFF!important;
	background-image: url(img/bkg-sub.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* --- socials --- */
.socials {
	float: left;
	clear: left;
	padding: 15px;
	width: 270px;
	background-color:#FFF;
	display: block
	
}
.socials a {
	margin-right: 5px;
	
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #EBD7AB;
	text-shadow: none;
}
::-webkit-selection {
 background:#EBD7AB;
 text-shadow:none;
}
::-moz-selection {
 background:#EBD7AB;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft, .attachment-thumbnail {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/* --- clearfix --- */
.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%;
}
/*------------------------------------*\
    COLORS
\*------------------------------------*/
/* --- color 1 --- */
body, .servicenav a:hover, nav li.current-menu-item a {
	color: #666;
}
/* --- color 2 --- */
a, a:hover {
	color: #333;
}
/* --- color 3 --- */
.cntwrap a, a#nav-toggle, .mobile .nav a, .mobile .nav a:hover, .cntwrap h2, .cntwrap h3, #sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message, #sb-counter a, div.sb-message a:link, div.sb-message a:visited, aside ul li a:hover, aside ul li ul li a:hover, aside ul li ul li ul li a:hover, aside ul li.sel a:hover, ::selection, ::-webkit-selection, ::-moz-selection {
 color: #FFF;
}
.footwrap, .wp-caption {
	background-color: #FFF;
}
/* --- color 4 --- */
.cntwrap a:hover, h5, section p, section pre, aside ul li a {
	color: #666;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:320px) {
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width:480px) {
.wrapper, .cntwrap, .copyinfo, footer {
}
}
@media screen and (max-width: 640px) {
.slitxt {
	display: none;
}
h1 {
}
.content section {
	width: 95%;
}
.wrapper {
	min-height: 90px;
	height: auto;
}
.wrapper p, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
}
@media screen and (min-width: 641px) {
.kennis.cnt a {
	display: none;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.nav-mobile {
	display: block;
}
.nav {
	width: 100%;
	padding: 50px 0 0;
}
.nav ul {
	padding: 0;
	margin: 0;
	padding-left: 0;
	height:auto;
}
.nav-list {
	display: none;
}
.nav-item {
	width: 100%;
	float: none;
}
.nav-item a {
	display: block;
	color: #4F5E4E;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 20px;
	font-weight: 400;
	background-color: #EAD4A5;
	background-image: none;
	height:auto;
	width: 100%;
	border-bottom: 1px solid #F4EDD9;
}
.nav ul,
.nav-item.active a,
.nav-item > a:hover,
.nav-item.active a:hover {
	color: #FFF;
	background-color: #92A8B1;background-image: none;
}
.nav-item > a {
	padding: 15px;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.nav-item:hover .sub-menu {
	display: none;
}
.sub-menu {
	position: static;
	width: 100%;
}
.servicenav {
	display: none;
}
.hdrsrc {
	display: none;
}
.hdrbinfo {
    float: left;
    margin-top: 5px;
	margin-left: 60px;
	width: auto;
}
.copyinfo {
	padding-left: 0;
	text-align: center;
}
}
@media screen and (min-width: 640px) {
.content section {
	width: calc(100% - 290px);
}
}
@media screen and (max-width: 640px) {
.content aside {
	clear: left;
	float: right;
	width: 95%;
}
	aside ul li.current_page_item a, aside ul li ul li.current_page_item a, aside ul li ul li ul li.sel a.sel {
	color: #FFF!important;
	background-image: none;
	background-color:#ACB6AF;
}
aside ul li a:hover, aside ul li ul li a:hover, aside ul li ul li ul li a:hover, aside ul li.sel a:hover {
	text-decoration: none;
	color: #FFF!important;
	background-image: none;
	background-color:#ACB6AF;
}
.socials {
	clear: both;
	width: 100%;	
}
	.kennis.sbar {
		display: none;
	}
}
/* iPads (portrait) ----------- */
@media only screen and (max-width:768px) {
.servicenav {
 display: none;
}
.hdrsrc input#s {
    width: 140px;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-width:768px) {

.content section {
	width: calc(100% - 290px);
}
.content aside {

}
.artshort {

}
.wrapper p, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	padding-left: 0;
	padding-right: 0;
}
.hdrbinfo {
	font-size: 14px;
	margin-top:51px;
	margin-left: 80px;
}
.hdrsrc input#s {
    width: 100px;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-width:1024px) {
.wrapper, .cntwrap, .copyinfo, footer {
}
.artshort {
	width: 800px;
}
.content section {
}
.hdrsrc input#s {
    width: 200px;
}
.hdrbinfo {
	font-size: 18px;
	margin-top:51px;
	margin-left: 80px;
}
}
@media only screen and (min-width:1140px) {
.wrapper, .cntwrap, .copyinfo, footer {
}
.content section {

}
.content aside {
}
}
/* Desktops and laptops ----------- */
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin:0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
