/* 

	Theme Name: Xone
	Theme URI: http://www.spab-rice.com 
	Description: Xone clean one page wordpress theme. 
	Version: 1.7
	Author: Spab Rice 
	Author URI: http://www.spab-rice.com 
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, white, gray, one-column, two-columns, three-columns
	
*/



/*-----------------------------------------------------------------------------------

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)
	2. 	GENERAL ELEMENTS
	3.	HEADER
	4.	PAGE LOADER
	5.  FOOTER
	6.  NAVIGATION & MENU
	7.  SLIDER
	8.  SECTION
	9. 	PORTFOLIO
	10. PORTFOLIO AJAX
	11. FILTER
	12. BLOG
	13. COLUMNS GRID
	14. MAP
	15. ELEMENTS / SHORTCODES
	16. WIDGETS
	17. IMG OVERLAY
	18. LOADER ICON
	19. ANIMATIONS
	21. THIRD PARTY PLUGINS
	
-----------------------------------------------------------------------------------*/



/*---------------------------------------------- 
0. RESET & CLEARFIX
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }
	
ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input[type=text], input[type=password], input[type=submit], textarea, select { -moz-appearance: none; -webkit-appearance: none; }

.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.clearfix { *display: inline-block; height: 1%; }
.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }



/*---------------------------------------------- 
1. BASICS
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	/*overflow-y: scroll; /* Force a scrollbar in non-IE */
	/*overflow-x: hidden;*/
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	position: relative;
	}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 300;
	font-size:14px; 
	line-height: 22px;
	color:#666666; 
	text-align: left; 
	position: relative;
	background: #fafafa;
	height: 100%;
	}
::selection { background:#ffe49c; color:#262626; }
::-moz-selection { background:#ffe49c; color:#262626; }
::-webkit-selection { background:#ffe49c; color:#262626; }




/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway'; 
	font-weight: 400;
	color: #262626;
	}
	.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }

h1 { font-size: 100px; line-height: 130px; }
h2 { font-size: 40px; line-height: 60px; }
h3 { font-size: 32px; line-height: 48px; }
h4 { font-size: 22px; line-height: 34px; }
h5 { font-size: 18px; line-height: 26px; }
h6 { font-size: 16px; line-height: 22px; }

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 600; }
	
/* Headers Spacing */
div h1, div h2, div h3, div h4, div h5, div h6 { margin-top: 20px; }
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child { margin-top: 0px; }

.subtitle { margin-top: 5px; font-weight: 300; color: #666666; letter-spacing: 0.05em; }
.text-light .subtitle { opacity: 0.9; filter: alpha(opacity=90);	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/* Headers for section titles */
.section-title { 
	text-align: center;
	margin-top: -10px;				/* fix for line-height spacing*/
	margin-bottom: 100px;
	}
	.section-title.not-found { 
	margin-top: 80px;				
	margin-bottom: 240px;
	}
	
.section-title h2 { 
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-weight: 900;  
	}
	.not-found h1 { 
	font-size: 200px;
	line-height: 230px;  
	}
	
.widget-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	}
	
	

/* Forms
---------------------------------------- */
input[type=text], input[type=password], input[type=email], textarea {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	line-height: 18px;
	height: 18px;
	color:#999999;
	padding: 10px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3x;
	transition: all 200ms linear;
	}
	
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus { 
	border-color: #262626;
}

input.false[type=text], input.false[type=password]:focus, input.false[type=email], textarea.false { 
	border-color: #fa4d5a;
}

input[type=text], input[type=password], input[type=email] { width: 340px; max-width: 97%; }		/* padding issue (240 + 2*5 = 250) */
textarea { width: 1100px; height: 150px; max-width: 97%; padding: 11px 4px 8px 4px; line-height: 22px; }		/* padding issue (395 + 2*5 = 405) */

.one-half input[type=text], .one-half input[type=password], .one-half input[type=email] { width: 520px; }
.one-half textarea { width: 520px; }

input[type=submit] {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 13px; 
	line-height: 22px ;
	letter-spacing: 0.15em; 
	text-transform: uppercase;
	text-align: center;
	display: block;
	border: none;
	color: #ffffff;	
	background: #262626;
	cursor: pointer;
	padding: 15px 40px;
	border-radius: 3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	}
	
input[type=submit]:hover { 
	background-color: #4da5f5;
	transform: scale(1.07);
	-ms-transform: scale(1.07); 
	-webkit-transform: scale(1.07);
	}
	
select {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	height: 34px;
	width: auto;
	padding:8px;
	color: #999999;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3x;
	transition: all 200ms linear;
	}
select:hover {	border-color: #262626; }
	
select option {
	cursor: pointer;
	padding: 5px 7px;
	}
	
label {
	line-height: 26px;
	width: 100%;
	display:block;
	color: #262626;
	}
	
form {
	margin-top: 20px;
	}
	
form .form-row {
	margin-top: 15px;
	position: relative;
	}
	
form .form-submit {
	margin-top: 30px;
	}
	
form .form-value {
	/*width: 100%;*/
	max-width: 100%;
	position: relative;
	display: inline-block;
	}
	
div form:first-child, form .form-row:first-child 	 {
	margin-top: 0px;
	}
	

/* Chech formular */
#form-note {
	display: none;
	margin-top: 20px;
	}



/* Links
---------------------------------------- */
a {
	text-decoration: none;
	color: #4da5f5;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
	}

a:hover {
	color: #262626;
	}	
	
.text-light a:hover { color: #ffffff; }



/* Embedded content
---------------------------------------- */
img, object, video {
	max-width: 100%; 
	height: auto;
	display: inline-block;
	margin:0;
    vertical-align:top;
	}
	
img {
	width: auto;
	max-width: 100%; 
	border: 0;
	-ms-interpolation-mode: bicubic;
	}

p img { margin-top: 20px; }
p img:first-child { margin-top: 0px; }
img.alignleft { margin: 3px 20px 20px 0; float: left; }
img.alignright { margin: 3px 0px 20px 20px; float: right; }



/* Lists
---------------------------------------- */
ul {
	margin-top: 20px;
	margin-left: 15px;
	list-style: disc;
	}
	div ul:first-child, li ul:first-child { margin-top: 0px; }
	
ol {
	margin-top: 20px;
	margin-left: 30px;
	list-style: decimal;
	}
	div ol:first-child, li ol:first-child { margin-top: 0px; }

ul li, ol li {
	line-height: 20px;
	margin-top: 10px;
	}
	ul li:first-child, ol li:first-child { margin-top: 0px; }	

ul.list-nostyle {
	list-style: none !important;
	margin-left: 0 !important;
	}
	
ul.list-nostyle li > .fa {
	margin-right: 10px;
	}
	


/* Others
---------------------------------------- */
p { 
	margin-top: 20px; 
	}
	div p:first-child {  margin-top: 0px;  }	
	
strong, b, dt {
	font-weight: bold;
}

i, dfn, em {
	font-style: italic;
	}
	
strong i, b i, dt i, strong em, b em, dt em {
	font-style: italic;
	font-weight: bold;
	}

blockquote {
	margin-top: 20px;
	font-size: 16px; line-height: 24px;
	font-family: 'Raleway';
	font-weight: 300;
	padding-left: 20px;
	margin-left: 20px;
	color: #262626;
	border-left: 2px solid #d9d9d9;
	}
	div blockquote:first-child {  margin-top: 0px;  }

blockquote p {
	margin: 0;
	}
	
pre, code {
	padding: 3px 0 3px 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 16px;
	display: block;
	border-left: 2px solid #d9d9d9;
	color: #262626;
	}
	div pre:first-child, div code:first-child { margin-top: 0px; } 


/* WORDPRESS DEFAULT */

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption{}

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{
	display:block;
	margin:0 auto;
}
.alignright{
	float:right;
	margin:0 0 10px 20px;
}
.alignleft{
	float:left; 
	margin:0 20px 10px 0;
}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{ max-width: 100% !important; }
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f2f2f2; 
	padding-top:4px; 
	margin:10px; 
	border-radius: 3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
	max-width: 100%;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/*img attachment*/
#img-attch-page{
	text-align: center;
	overflow: hidden;
}
#img-attch-page img{
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	border: 5px solid #d4d4d4; /*for IE*/
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: rgba(0,0,0, 0.08);
	-webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
}
#img-attch-page a:hover img{
	border-color: #fc7251;
}

#img-attach-page-content{
	text-align: center;
	margin-top: 25px;
}

/*gallery*/
.gallery {
	width: 100%;
	padding-top: 20px !important;
}

.gallery-item { float: left;  }

.gallery-icon { text-align: center; display: inline-block; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
	border: none !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

.gallery-item a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/*---------------------------------------------- 
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
	overflow: hidden;
	margin: 0;
	min-width: 1100px;
	/*position: relative;*/		/* Problem for slider bg with video*/
	}

.wrapper {
	width: 1100px;
	margin: 0 auto;
	}
	
.main-content {
	width: 740px;
	}
	.main-content.no-sidebar { margin: 0 auto; }
	
aside {
	width: 300px;
	}
	
.left-float { 
	float: left; 
	}
	
.right-float { 
	float: right; 
	}
	
.align-center {
	text-align: center;
	}
	
.text-light {
	color: #ffffff;
	}	
	


/*---------------------------------------------- 
3. HEADER
------------------------------------------------*/
header {
	background: #ffffff;
	box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	width: 100%;
	z-index: 10000;
	position: relative;
	}
	
#logo {
	float: left;
	padding: 20px 0; 
	max-width: 100%;
	max-height: 100%;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	}
	
#logo img {
	max-height: 100%;
	}
	
	
/* Logo Right */	
.logo-right #logo { float: right; }
.logo-right .menu { float: left; }
.logo-right nav#main-nav ul li {	margin: 0 30px 0 0; }

/* Logo Top */	
.logo-top #logo { float: none; text-align: center; }
.logo-top .menu { float: none; text-align: center; }
.logo-top nav#main-nav ul li { margin: 0 15px; float: none; display: inline-block; *display: inline; zoom: 1; }
.logo-top nav#main-nav > ul > li > a  { line-height: 20px; } 
.logo-top nav#main-nav ul li .sub-menu { top: 60px; }
.logo-top nav#menu-controls > ul > li { height: 20px; float: none; display: inline-block; *display: inline; zoom: 1; }
.logo-top .open-responsive-nav {	display: inline-block; padding: 0; display: none; }
.logo-top .open-responsive-nav span { }	
	
	
/* header shrinks when fixed & scrolled */	
.fixed-header header {
	position: fixed;
	left: 0; top: 0;
	}
	.logged-in .fixed-header header { top: 28px; }
	
.smallheader #logo {
	height: 40px;
	padding: 10px 0; 
	}
	
.smallheader #logo h2 {
	line-height: 40px;
	}
	
.smallheader nav#main-nav > ul > li > a:first-child {
	line-height: 40px;
	padding: 10px 0;
	}
	.smallheader.logo-top nav#main-nav > ul > li > a:first-child { line-height: 30px; }
	
.smallheader nav#menu-controls > ul > li {
	height: 40px;
	padding: 10px 0;
	}	
	.smallheader.logo-top nav#menu-controls > ul > li { height: 30px; }	
	
.smallheader nav#main-nav > ul > li > .sub-menu {
	top: 60px;
	}
	.smallheader.logo-top nav#main-nav > ul > li > .sub-menu { top: 50px; }
		

/* header overlay style */	
header.header-overlay {
	background: transparent;
	box-shadow:  none;
	-moz-box-shadow:  none;
	-webkit-box-shadow:  none;
	position: absolute!important;
	left: 0; top: 0;
	}
	
header.header-overlay #defaut-logo {
	display: none;
	}
	
.header-overlay nav#main-nav > ul > li > a { color: #ffffff !important; opacity: 0.7 !important; filter: alpha(opacity=7) !important; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;}
.header-overlay nav#main-nav > ul > li:hover > a, .header-overlay nav#main-nav > ul > li.current-menu-item > a, .header-overlay nav#main-nav > ul > li.current-menu-ancestor > a { color: #ffffff !important; opacity: 1 !important; filter: alpha(opacity=100) !important; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; }
.header-overlay .open-responsive-nav span { background-position: -370px 0  !important; }

.header-overlay.overlay-dark nav#main-nav > ul > li > a { color: #262626 !important; }
.header-overlay.overlay-dark nav#main-nav > ul > li:hover > a, .header-overlay.menu-dark nav#main-nav > ul > li.current-menu-item > a, .header-overlay.overlay-dark nav#main-nav > ul > li.current-menu-ancestor > a { color: #262626 !important; }
.header-overlay.overlay-dark .open-responsive-nav span { background-position: -340px 0 !important; }

/* dark header style */	
.dark-header { background: #1a1a1a; }
.dark-header nav#main-nav > ul > li > a  { color: #ffffff; }
.dark-header nav#menu-controls > ul > li a  { color: #ffffff; }
.dark-header nav#menu-controls > ul > li a span.c-dot  { background: #ffffff; }
.dark-header .open-responsive-nav span { background-position: -380px 0;	}


/* menu-light */	
.menu-light nav#main-nav > ul > li > a  { color: #ffffff; opacity: 0.7; filter: alpha(opacity=7); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
.menu-light nav#main-nav > ul > li:hover > a, .menu-light nav#main-nav > ul > li.current-menu-item > a, .menu-light nav#main-nav > ul > li.current-menu-ancestor > a { color: #ffffff; opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.menu-light nav#menu-controls > ul > li a  { color: #ffffff; }
.menu-light nav#menu-controls > ul > li.current-menu-item > a { border-color: #ffffff;}
.menu-light nav#menu-controls > ul > li a span.c-dot  { background: #ffffff; }
.menu-light nav#menu-controls > ul > li:hover a span.c-dot  { background: #ffffff; }
.menu-light .open-responsive-nav span { background-position: -380px 0;	}

/* menu-dark */	
.menu-dark nav#main-nav > ul > li > a  { color: #262626; opacity: 0.7; filter: alpha(opacity=7); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
.menu-dark nav#main-nav > ul > li:hover > a, .menu-dark nav#main-nav > ul > li.current-menu-item > a, .menu-dark nav#main-nav > ul > li.current-menu-ancestor > a { color: #262626; opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.menu-dark nav#menu-controls > ul > li a  { color: #262626; }
.menu-dark nav#menu-controls > ul > li.current-menu-item > a { border-color: #262626;}
.menu-dark nav#menu-controls > ul > li a span.c-dot  { background: #262626; }
.menu-dark nav#menu-controls > ul > li:hover a span.c-dot  { background: #262626; }
.menu-dark .open-responsive-nav span { background-position: -340px 0;	}



/*---------------------------------------------- 
4. PAGE LOADER
------------------------------------------------*/
#page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 100001;
	}
	
.page-loader-inner {
	width: 300px;
	height: 120px;
	position: absolute;
	top: 50%; margin-top: -50px;
	left: 50%; margin-left: -150px;
	text-align: center;
	}
	
.page-loader-inner .loader-logo img {
	max-height: 60px;
	max-width: 300px;
	}
	
.page-loader-inner .loader-icon {
	position: absolute;
	top: 100px;
	left: 50%; margin-left: -10px;
	}
	


/*---------------------------------------------- 
5. FOOTER
------------------------------------------------*/
footer {
	background: #262626;
	padding: 80px 0;
	}
	
.footer-logo img {
	height: 60px;
	}
	

footer .copyright {
	font-size: 13px;
	color: #cccccc;
	}
	
	

/*---------------------------------------------- 
6. NAVIGATION & MENU
------------------------------------------------*/
.menu {
	position: relative;
	float: right;
	}

nav#main-nav {
	z-index: 50;
	}
	
nav#main-nav ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
nav#main-nav ul li {
	position: relative;
	z-index: 45;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	min-width: 10px;
	}

nav#main-nav > ul > li > a  {
	display: block;
	font-family: 'Open Sans'; 
	font-weight: 600;
	font-size: 12px;
	line-height: 60px;					/* depending on the logo height */
	color: #262626;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 45;
	padding: 20px 0;
	width: auto;
	transition: all 200ms linear;
	}
		
nav#main-nav > ul > li:hover > a {
	z-index: 48;
	color: #4da5f5;
	}
	
nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li.current-menu-ancestor > a {
	color: #4da5f5;
	}
	
nav#main-nav ul li .sub-menu {
	position: relative;
	position: absolute;
	top: 100px;							/* depending on the logo height + padding */
	left: 0px;
	background: #262626;
	width: 200px;
	padding: 5px 0;
	display: none;
	z-index: 47;
	} 
	
nav#main-nav ul .sub-menu li {
	float: none;
	margin: 0;
	}
	
nav#main-nav ul .sub-menu li a {
	font-family: 'Open Sans'; 
	font-weight: 400;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 20px;
	display: block;
	}
	
nav#main-nav ul .sub-menu > li:hover > a, nav#main-nav ul .sub-menu > li.current-menu-item > a {
	color: #ffffff;
	}

nav#main-nav ul li ul li .sub-menu {
	position: absolute;
	top: 0px;
	left: 200px;
	}
	

/* control nav when fixed & scrolled */
nav#menu-controls {
	display: none;
	}
	
nav#menu-controls ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none;
	/*overflow: hidden;*/
	}
	
nav#menu-controls ul .sub-menu {
	display: none;
	}
	
nav#menu-controls ul li {
	float: left;
	margin: 0 0 0 15px;
	padding: 20px 0;
	height: 60px;
	text-align: center;
	position: relative;
	width: 12px;
	transition: all 200ms linear;
	}
		
nav#menu-controls > ul > li a  {
	display: inline-block;
	color: #262626;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	}
	
nav#menu-controls > ul > li.current-menu-item > a {
	border-color: #4da5f5;
	}
	
nav#menu-controls > ul > li.current-menu-item > a span.c-dot {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
nav#menu-controls > ul > li a span.c-dot  {
	display: block;
	height: 6px;
	width: 6px;
	background: #262626;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
	
nav#menu-controls > ul > li a:hover span.c-dot  {
	background: #4da5f5;
	}
	
nav#menu-controls > ul > li a span.c-name  {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	width: 100px;
	left: -44px;
	bottom: 12px;
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	}
	
nav#menu-controls > ul > li a:hover span.c-name {
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}



/* responsive nav on mobile view */	
.open-responsive-nav {
	padding: 10px 0;
	text-indent: -9999px;
	display: block;
	display: none;
	}
	
.open-responsive-nav span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) -340px 0 no-repeat;
	}

#menu-responsive {
	position: fixed;
	background: #262626;
	padding: 0;
	top: 60px;
	right: -270px;
	width: 260px;
	z-index: 10000;
	box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	overflow: hidden;			/* important for scrollbar */
	}
	
nav#responsive-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
nav#responsive-nav > ul {
	border-bottom: 1px solid #333333;
	}
	
nav#responsive-nav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #333333;
	position: relative;
	}
	nav#responsive-nav > ul > li:first-child {
	border-top: none;
	}
	
nav#responsive-nav > ul li > a {
	display: block;
	color: #cccccc;
	font-family: 'Open Sans'; 
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 8px 20px;
	transition: all 200ms linear;
	}
	
nav#responsive-nav > ul > li:hover > a, nav#responsive-nav > ul > li.current-menu-item > a {
	color: #ffffff;
	}	
	
nav#responsive-nav .sub-menu li a {
	display: block;
	font-weight: 400;
	text-transform: inherit;
	color: #cccccc;
	line-height: 20px;
	padding: 10px 20px 10px 40px;
	font-size: 12px;
	}
	


/*---------------------------------------------- 
7. SLIDER
------------------------------------------------*/
.home-slider-container {
	width:100%;
	position:relative;
	padding:0;
	}

.home-slider-container ul {
	margin-top: 0;
	margin-left: 0;
	list-style: none;
	}
	
.home-slider-container ul li {
	line-height: 0;
	margin-top: 0;
	}



/*---------------------------------------------- 
8. SECTION
------------------------------------------------*/
section { position: relative; }

.section-inner { padding-top: 100px; position: relative; z-index:1; }
.no-padding .section-inner {	padding-top: 0px; }
	
.horizontalsection {
	position: relative;
	}
	
.horizontalsection .horizontalinner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow:hidden;
	}




/*---------------------------------------------- 
9. PORTFOLIO
------------------------------------------------*/
.portfolio-entries {
	width: 110%;				/* DO NOT CHANGE THIS VALUE */
	}
	
.portfolio-entries .masonry-item {
	width: 24.98%;				/* will be overwritten by javascript */
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	}
	
.portfolio-spaced .masonry-item {
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.portfolio-entries .portfolio-intro {
	padding: 20px 0;
	text-align:center;
	}
	
.portfolio-name { 
	text-transform: uppercase; 
	}
	
.portfolio-name a { color: #262626; }
.text-light .portfolio-name a { color: #ffffff; }
.portfolio-name a:hover { color: #4da5f5; }


/* Carousel Portfolio */
#portfolio-carousel {
	}
	
#portfolio-carousel .carousel-item {
	margin: 0px;
	}


/* Single Portfolio */
#portfolio-single {
	background: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	}

#portfolio-single .project-title {
	position: relative;
	margin: 0;
	}
	
#portfolio-single .project-title .project-name {
	display: inline-block;
	max-width: 80%;
	}
	
#portfolio-single .social-share { 
	margin-top: 20px;
	}
	
#portfolio-single .portfolio-media, #portfolio-single .portfolio-content { 
	margin-top: 80px;
	position: relative;
	}
	
.gallery-list {
	list-style:none;
	margin: 0;
	padding: 0;
	}
	
.gallery-list li {
	margin-top: 20px;
	padding: 0;
	}
	.gallery-list li:fist-child {
	margin-top: 0px;
	}
	
	
	
	
/* Portfolio Single Pagination
------------------------------- */	
.single-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.single-pagination li {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px !important;
	}
	.single-pagination li.inactive {
	display:none;
	}
	
.single-pagination li a {
	background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) no-repeat;
	display: block; 
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	-webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
	opacity: 0.3; 
	filter: alpha(opacity=30); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	}
	
.single-pagination li a:hover { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	
.single-pagination li.next { right: 0; }
.single-pagination li.prev { left: 0; }

.single-pagination li.next a { background-position: -220px 0px; }
.single-pagination li.prev a { background-position: -250px 0px; }




/*---------------------------------------------- 
10. PORTFOLIO AJAX
------------------------------------------------*/
.ajax-section {
	padding-bottom: 100px;
	position: relative;
	display: none;
	}
	
.ajax-content {
	display: none;
	}
	
#ajax-loader {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	z-index: 0;
	display: none;
	}
	
#ajax-loader .loader-icon {
  	position: absolute;
  	top: 40px;
  	left: 50%; margin-left: -10px;
	}	
	
.close-project {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	display: none;
	}
	#section-portfolio-single .close-project { display: block; }
	
.close-project a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) -310px 0px no-repeat;
	-webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
	opacity: 0.3; 
	filter: alpha(opacity=30); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	}
	
.close-project a:hover {
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	


/*---------------------------------------------- 
11. FILTER
------------------------------------------------*/
.filter {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 33px;
	}
	
.filter li {
	padding: 0 13px 0 15px;
	margin: 0;	
	display: inline-block;
	}	
	
.filter li a {
	line-height: 20px;
	color: #262626;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	margin-bottom: 7px;
	display: block;
	border-bottom: 2px solid transparent;
	}
.text-light .filter li a { color: #ffffff; }
	
.filter li a.active, .filter li a:hover {
	border-color: #4da5f5;
	}
	



/*---------------------------------------------- 
12. BLOG
------------------------------------------------*/
.blog-entry {
	border-top: 1px solid #d9d9d9;
	padding-top: 60px;
	margin-top: 60px;
	}
	div .blog-entry:first-child { border: none; padding: 0; margin: 0; }

.blog-date {
	width: 70px;
	float: left;
	color: #262626;
	text-align: center;
	}
	
.blog-date .date-day {
	display: block;
	font-family: 'Open Sans'; 
	font-weight: 800;
	font-size: 60px;
	line-height: 50px;
	margin-bottom: 10px;
	}
	
.blog-date .date-month {
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	}
	
.blog-content {
	width: 630px;
	float: right;
	}
	
.blog-media {
	margin-bottom: 40px;
	}
	
.blog-media .media-list {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.blog-media .media-list li {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	background: none;
	}
	.blog-media .media-list li:first-child { margin:0; }
	
.blog-headline .post-name a {
	color: #262626;
	}
.text-light .blog-headline .post-name a { color: #ffffff; }
.blog-headline .post-name a:hover {	color: #4da5f5; }

.blog-headline .post-meta {
	color: #999999;
	margin-top: 5px;
	font-size: 13px;
	text-transform: uppercase;
	}
	
.blog-headline .post-meta a {
	color: #999999;
	}
.text-light .blog-headline .post-meta, .text-light .blog-headline .post-meta a { color: #ffffff; opacity: 0.6; 
	filter: alpha(opacity=60); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }	
.blog-headline .post-meta a:hover {	color: #262626; opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity100)"; }
.text-light .blog-headline .post-meta a:hover {	color: #ffffff; }

.blog-intro {
	margin-top: 20px;	
	}
	
.readmore-button {
	line-height: 20px;
	color: #262626;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	display: inline-block;
	border-bottom: 2px solid #262626;
	}
.text-light .readmore-button {	color: #ffffff; border-color: #ffffff; }
	
.readmore-button:hover {
	border-color: #4da5f5;
	}
	
	
/* Blog Quote post & Link post 
----------------------------*/
.blog-content .quote-author, .blog-content .link-name {
	color: #999999;
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	}
	
	
/* Blog Masonry 
----------------------------*/
#blog-grid {
	width: 110%;				/* DO NOT CHANGE THIS VALUE */
	margin-bottom: 0px;
	margin-top: 60px;
	}
	div #blog-grid:first-child {
	margin-top: 0px;
	}
	
#blog-grid .masonry-item {
	margin-top: 0px !important;
	padding-top: 0px !important;
	width: 340px;				
	margin-right: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	float: left;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	}
.text-light #blog-grid .masonry-item { border-color: #666666; }

.masonry-item .blog-media {
	margin-bottom: 20px;
	}
	
.masonry-item .blog-media .flexslider {
	margin-bottom: 40px;
	}
	
	
	
/* Blog Carousel 
----------------------------*/
#blog-carousel {
	}
	
#blog-carousel .carousel-item {
	margin: 0 15px;
	}	
	
	

/* Blog Author
---------------------------------------- */	
.blog-author {
	margin-top: 40px;
	padding: 20px;
	background: #ffffff;
	}

.blog-author .author-image {
	width: 80px;
	float: left;
	}
	
.blog-author .author-bio {
	width: 600px;
	float: right;
	}	
	
	
/* Blog Tags
---------------------------------------- */	
.blog-tags {
	margin-top: 40px;
	}

.blog-tags a {
	border: 1px solid #d9d9d9;
	display: inline-block;
	padding: 4px 8px ;
	font-size: 11px;
    border-radius: 2px;
	-moz-border-radius:2px; 
	-khtml-border-radius:2px; 
	-webkit-border-radius:2px;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 3px;
	}	

.blog-tags a:hover {
	border-color: #262626;
	color: #ffffff;
	background: #262626;
	}	
	
	
/* Blog comments 
----------------------------*/
#blog-comments {
	border-top: 1px solid #d9d9d9;
	margin-top: 60px;
	padding-top: 60px;
	}
	
#blog-comments ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#blog-comments .comment-list {
	margin-top: 40px;
	}	
	
#blog-comments .comment {
	background: none;
	padding: 0;
	margin-top: 30px;
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
	overflow: hidden;
	}
	#blog-comments .comment-list > .comment:first-child {
		border-top: none;
		margin-top: 0px;
		padding-top: 0px;
		}	
		
#blog-comments .comment .children { 
	margin-left: 70px; 
	}
	
#blog-comments .user {
	float: left;
	width: 50px;
	}
	
#blog-comments .comment-content {
	margin-left: 70px;
	position: relative;
	}
		
#blog-comments .comment-date {
	color: #999999;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 300;
	}
	
#blog-comments .comment-text {
	margin-top: 20px;
	}
	
#blog-comments #respond {
	margin-top: 40px;
	}
	
	
	
/* Leave comment
----------------------------*/	
#blog-leavecomment {
	margin-top: 60px;
	}
	
	

/* Blog Pagination 
----------------------------*/
#entries-pagination {
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
	list-style: none;
	border-top: 1px solid #d9d9d9;
	}
	
#entries-pagination li {
	margin: 0;
	padding: 0;
	}
	
#entries-pagination li.inactive {
	display:none;
	}

#entries-pagination li a {
	background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) no-repeat;
	display: block; 
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	-webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
	opacity: 0.3; 
	filter: alpha(opacity=30); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	}
	
#entries-pagination li.next { float: right; }
#entries-pagination li.next a { background-position: -220px 0px; }
#entries-pagination li.prev { float: left; }
#entries-pagination li.prev a { background-position: -250px 0px; }

#entries-pagination li a:hover { 
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
	
	
/*---------------------------------------------- 
13. COLUMNS GRID
------------------------------------------------*/
.column-section { margin-top: 60px; }
div .column-section:first-child { margin-top: 0px; }
	
.column { 
	float: left; 
	margin-right: 40px;
	min-height: 1px;
	border-radius: 3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px;
	}
	
.column .bg-col-inner {
	padding: 20px;
	}

.one-full { width: 100%; float: none; margin-right: 0; }
.one-half  { width: 530px; }
.one-third { width: 340px; }
.two-third { width: 720px; }
.one-fourth { width: 245px; }
.two-fourth { width: 530px; }
.three-fourth { width: 815px; }
.one-fifth { width: 188px; }
.two-fifth { width: 416px; }
.three-fifth { width: 644px; }
.four-fifth { width: 872px; }

.main-content .one-half  { width: 350px; }
.main-content .one-third { width: 220px; }
.main-content .two-third { width: 480px; }
.main-content .one-fourth { width: 155px; }
.main-content .two-fourth { width: 350px; }
.main-content .three-fourth { width: 545px; }
.main-content .one-fifth { width: 116px; }
.main-content .two-fifth { width: 272px; }
.main-content .three-fifth { width: 428px; }
.main-content .four-fifth { width: 584px; }

aside .column { width: 100% !important; float: none !important; margin-right: 0 !important; }

.last-col { margin-right: 0px !important; }



/*---------------------------------------------- 
14. MAP
------------------------------------------------*/	
.google-map {
	width: 100%;
	height: 400px;
	overflow: hidden;
	}

.google-map img {						
	max-width: inherit;
	height: auto;
	}


	

/*---------------------------------------------- 
15. Elements
------------------------------------------------*/	

/*	Buttons
------------------------------------------------*/
a.sr-button {
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 600;
	line-height: 22px !important;
	letter-spacing: 0.15em; 
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	}
	
a.sr-button:hover {
	background-color: #ffffff;
	color : #1a1a1a;
	transform: scale(1.07);
	-ms-transform: scale(1.07); 
	-webkit-transform: scale(1.07);
	}
	
a.mini-button { font-size: 10px; padding: 5px 10px; border-radius: 2px;-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px; }
a.small-button { font-size: 11px; padding: 10px 20px; }
a.medium-button { font-size: 13px; padding: 12px 40px; }
a.big-button { font-size: 16px;	padding: 18px 50px;	}

a.sr-button1 {	border: 2px solid #999999; color: #262626;	background: transparent; }
a.sr-button1:hover { border-color: #262626; background-color: #262626; color: #ffffff; }

a.sr-button2 {	border: 2px solid #262626; color: #262626;	background: transparent; }
a.sr-button2:hover { background-color: #1a1a1a; color: #ffffff; }

a.sr-button3 { border: 2px solid #4da5f5; color: #4da5f5;	background: transparent; }
a.sr-button3:hover { background: #4da5f5; color: #ffffff; }

a.sr-button4 {	border: 2px solid #ffffff; color: #ffffff;	background: transparent; }
a.sr-button4:hover { background-color: #ffffff; color: #262626; }

a.sr-button5 {	border: 2px solid #4da5f5; color: #ffffff;	background: #4da5f5; }
a.sr-button5:hover { background-color: #4da5f5; color: #ffffff; }

a.sr-button6 {	border: 2px solid #262626; color: #ffffff;	background: #262626; }
a.sr-button6:hover { background-color: #262626; color: #ffffff; }

a.sr-button7 {	border: 2px solid #ffffff; color: #262626;	background: #ffffff; }
a.sr-button7:hover { background-color: #ffffff; color: #262626; }

a.sr-buttonicon {
	border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
}

a.sr-buttonicon i {
	left: 0.08em;
	position: relative;
}
a.sr-buttonicon .fa-play { left: 0.2em; }

a.sr-buttonicon.mini-button { padding: 4px; width: 24px; height: 24px !important; line-height: 24px !important; }
a.sr-buttonicon.small-button { padding: 7px; width: 30px; height: 30px !important; line-height: 30px !important; font-size: 14px; }
a.sr-buttonicon.medium-button { padding: 14px; width: 30px; height: 30px !important; line-height: 30px !important; font-size: 18px; }
a.sr-buttonicon.big-button { padding: 20px; width: 30px; height: 30px !important; line-height: 30px !important; font-size: 22px; }



	
/*	seperator
------------------------------------------------*/
.seperator {
	width: 100%;
	height: 4px;
	line-height: 0px;
	padding: 8px 0;
	text-align: center;
	}
	
.section-title .seperator { padding: 16px 0;  }

.seperator span {
	height: 2px;
	background: #000000;
	display: inline-block;
	width: 100px;
	opacity: 0.15; 
	filter: alpha(opacity=15);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	}
	.text-light .seperator span { background: #ffffff; opacity: 0.2; filter: alpha(opacity=20);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.seperator.size-full span { width: 100%; }
.seperator.size-medium span { width: 220px; }
.seperator.size-small span { width: 100px; }
.seperator.size-mini span { width: 40px; }

.seperator.height-1px span { height: 1px; }
.seperator.height-2px span { height: 2px; }
.seperator.height-3px span { height: 3px; }
.seperator.height-4px span { height: 4px; }




/*	Spacer
------------------------------------------------*/
.spacer {
	width: 100%;
	display: block;
	}	

.spacer.spacer-mini { height: 15px; }
.spacer.spacer-small { height: 40px; }
.spacer.spacer-medium { height: 60px; }
.spacer.spacer-big { height: 100px; }



/*	counter
------------------------------------------------*/
.counter {
	text-align: center;
	margin-top: 10px;
	}
	div .counter:fist-child {
	margin-top: 0px;
	}
	
.counter-value {
	font-family: 'Open Sans'; 
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	}
	
.counter-name {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 15px;
	letter-spacing: 0.1em;
	}



/*	icon box
------------------------------------------------*/
.column .iconbox {
	margin-top: 40px;
	}
	.column .iconbox:first-child {
	margin-top: 0px;
	}

.iconbox .fa {
	color: #4da5f5;
	}
	.position-right .fa { float: right; }
	
.iconbox-content { float: right; }
.position-right .iconbox-content { float: none; text-align: right; }
		
.one-half .iconbox-content { width: 480px; }
.one-third .iconbox-content { width: 290px; }
.one-fourth .iconbox-content { width: 195px; }






/*	team
------------------------------------------------*/
.team-role {
	margin-top: 3px;
	}
	
.team-info {
	margin-top: 5px;
	}
	



/*	testimonials
------------------------------------------------*/
.testimonial-slider {
	margin-top: 40px !important;
	}
	div .testimonial-slider:first-child { margin-top: 0px !important; }

.testimonial-item {
	text-align:center;
	}
	
.slides .testimonial-item {
	padding-bottom: 40px;	/* flexslider bugfix */
	}
	
.testimonial-name {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
	
	
/*	Tabs
------------------------------------------------*/
.tabs {
	margin-top: 20px;
	}
	div .tabs:first-child {
	margin-top: 0px;
	}
	
.tabs ul.tab-nav {
	padding: 0;
	margin: 0;
	margin: 0 !important;
	list-style: none !important;
	position: relative;
	z-index: 1;
	}
	
.tabs ul.tab-nav li {
	background: none;
	padding: 0 !important;
	float: left;
	margin: 0 30px 0 0 !important;
	}
	
	
.tabs ul.tab-nav li a {
	color: #262626;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 20px;
	padding-bottom: 2px;
	display: block;
	border-bottom: 2px solid transparent;
	}
	.text-light .tabs ul.tab-nav li a { color: #ffffff; }
	
.tabs ul.tab-nav li a:hover, .tabs ul.tab-nav li a.active {
	border-color: #4da5f5;
	}
	
.tabs .tab-container {
	margin-top: 20px;
	}
	
.tabs .tab-container .tab-content {
	float: left;
	display: none;
	}
	
.tabs .tab-container .active {
	display: block;
	}
	
	
/*	Toggle/Accordion
------------------------------------------------*/
.accordion {
	margin-top: 20px;
	}
	div .accordion:first-child {	margin-top: 0px; }
	
.toggle-item {
	margin-top: 20px;
	}
	div .toggle-item:first-child {	margin-top: 0px; }
	
.toggle-item .toggle-title {
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	}
	
.toggle-item .toggle-title .toggle-icon .fa {
	color: #262626;
	float: left;
	top: 5px;
	position: relative;
	}
	.text-light .toggle-item .toggle-title .toggle-icon .fa {	color: #ffffff; }
	
.toggle-icon .fa-plus { display: block; }
.toggle-icon .fa-minus { display: none; }
.toggle-active .fa-plus { display: none; }
.toggle-active .fa-minus { display: block; }
		
.toggle-item .toggle-title .toggle-name {
	float: left;
	margin: 0 0 0 20px;
	}
	
.toggle-item .toggle-title:hover .toggle-icon .fa, .toggle-item .toggle-active .toggle-icon .fa {
	color: #4da5f5 !important;
	}
	
.toggle-item .toggle-inner {
	padding-top: 18px;
	display: none;
	}
	


/*	Alerts
------------------------------------------------*/		
.alert {
	margin-top: 20px;
	}
	div .alert:first-child { margin:0; }

.alert h6 {
	padding-bottom: 2px;
	border-bottom: 2px solid red;
	display: inline-block;
	}	
	

.alert-info h6 { border-color: #3fabf6; color: #3fabf6; }
.alert-note h6 { border-color: #fcad25; color: #fcad25; }
.alert-confirm h6 { border-color: #8fc236; color: #8fc236; }
.alert-error h6 { border-color: #fa4d5a; color: #fa4d5a; }



/*	Skills
------------------------------------------------*/	
.skill {
	margin-top: 20px;
	}
	div .skill:first-child {	margin-top: 0px; }

.skill .skill-name {
	margin-bottom: 5px;
	display: block;
	}
	
.skill .skill-bar {
	background: #d9d9d9;
	height: 8px; width: 100%;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	-webkit-border-radius: 2x;
	}
.text-light .skill .skill-bar {
	background: #666666;
	}
	
.skill .skill-bar .skill-active {
	background: #4da5f5;
	height: 100%;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	-webkit-border-radius: 2x;
	width: 0px;	
	}
	
.tooltip {
	position: absolute;
	width: 24px;
	height: 7px;
	line-height: 10px;
	line-height: 5px;
	padding: 8px 10px 6px 10px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background: #262626;
	border-radius: 2px;
	top: -20px;				/* will be set to -30px through js */
	right: -5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.text-light .tooltip {
	color: #262626;
	background: #ffffff;
}

.tooltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #262626 transparent transparent transparent;
	top: 21px;
	left: 18px;
}

.text-light .tooltip:after {
	border-color: #ffffff transparent transparent transparent;
}




/*	Pricing Table
------------------------------------------------*/	
.pricing-table {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px;
	padding: 30px;
	margin: 20px 0;
	}
.text-light .pricing-table {
	background: #262626;
	border: 1px solid #4d4d4d;
	}
	
.pricing-accent {
	padding: 50px 30px;
	margin: 0;
	}
	
.one-fourth .pricing-table {
	padding-left: 20px;
	padding-right: 20px;
	}
	
.price-name {
	text-transform: uppercase;
	margin-bottom: 20px;
	}
	
.price {
	margin-bottom: 40px;
	color: #262626;
	}
	.text-light .price { color: #ffffff; }
	.pricing-accent .price { color: #4da5f5; }
	
.price-amount {
	display: block;
	font-family: 'Open Sans'; 
	font-weight: 800;
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 10px;
	}
	.one-fourth .price-amount { font-size: 60px; line-height: 60px; }
	
.price-time {
	margin-top: 10px;
	display: block;
	font-family: 'Open Sans'; 
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
	
.price-button {
	margin-top: 40px;
	}




/*---------------------------------------------- 
16. WIDGETS
------------------------------------------------*/
.widget {
	position: relative;
	margin-top: 40px;
	}
	.div .widget:first-child, aside .widget:first-child { margin-top: 0px; }	



/*	Widget with list
------------------------------------------------*/
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	}
	
.widget ul li {
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
	}
	
.widget ul li a {
	color: #262626;
	}

.widget ul li a:hover {
	color: #4da5f5;
	}


/*	Tag Widget
------------------------------------------------*/
.tag-list a {
	border: 1px solid #d9d9d9;
	display: inline-block;
	padding: 4px 8px ;
	font-size: 11px;
    border-radius: 2px;
	-moz-border-radius:2px; 
	-khtml-border-radius:2px; 
	-webkit-border-radius:2px;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 3px;
	}	

.tag-list a:hover {
	border-color: #262626;
	color: #ffffff;
	background: #262626;
	}
	
	
/*	Search Widget
------------------------------------------------*/
#searchform label {
	display: none;
	}

#searchform input[type="submit"] {
	display: none;
	}

	
	
/*	Social Widget
------------------------------------------------*/	
.socialmedia-widget {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
	div .socialmedia-widget:first-child { margin: 0; }
	
.socialmedia-widget li {
	display: inline-block;
	background: transparent;
	padding: 0px;
	margin: 0 3px 0 3px;
	position: relative;
	}
	
.socialmedia-widget li a {
	height: 30px;
	width: 30px;
	display: block;
	text-indent: -9999px;
	background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/social-icons.png);
	margin: 0;
	}
	
.social-share li a { opacity: 0.3; filter: alpha(opacity=30);	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
.text-light .social-share li a { opacity: 1; filter: alpha(opacity=100);	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
		
.socialmedia-widget li.facebook a { background-position: 0px top; }
.socialmedia-widget li.twitter a { background-position: -30px top; }
.socialmedia-widget li.thumblr a { background-position: -60px top; }
.socialmedia-widget li.vimeo a { background-position: -90px top; }
.socialmedia-widget li.dribbble a { background-position: -120px top; }
.socialmedia-widget li.deviantart a { background-position: -150px top; }
.socialmedia-widget li.behance a { background-position: -180px top; }
.socialmedia-widget li.flickr a { background-position: -210px top; }
.socialmedia-widget li.forrst a { background-position: -240px top; }
.socialmedia-widget li.linkedin a { background-position: -270px top; }
.socialmedia-widget li.rss a { background-position: -300px top; }
.socialmedia-widget li.googleplus a { background-position: -330px top; }
.socialmedia-widget li.pinterest a { background-position: -360px top; }
.socialmedia-widget li.youtube a { background-position: -390px top; }
.socialmedia-widget li.mail a { background-position: -420px top; }
.socialmedia-widget li.instagram a { background-position: -450px top; }
.socialmedia-widget li.xing a { background-position: -480px top; }
.socialmedia-widget li.dropbox a { background-position: -510px top; }

.text-light .socialmedia-widget li.facebook a { background-position: 0px -30px ; }
.text-light .socialmedia-widget li.twitter a { background-position: -30px -30px; }
.text-light .socialmedia-widget li.thumblr a { background-position: -60px -30px ; }
.text-light .socialmedia-widget li.vimeo a { background-position: -90px -30px ; }
.text-light .socialmedia-widget li.dribbble a { background-position: -120px -30px ; }
.text-light .socialmedia-widget li.deviantart a { background-position: -150px -30px ; }
.text-light .socialmedia-widget li.behance a { background-position: -180px -30px ; }
.text-light .socialmedia-widget li.flickr a { background-position: -210px -30px ; }
.text-light .socialmedia-widget li.forrst a { background-position: -240px -30px ; }
.text-light .socialmedia-widget li.linkedin a { background-position: -270px -30px ; }
.text-light .socialmedia-widget li.rss a { background-position: -300px -30px ; }
.text-light .socialmedia-widget li.googleplus a { background-position: -330px -30px ; }
.text-light .socialmedia-widget li.pinterest a { background-position: -360px -30px ; }
.text-light .socialmedia-widget li.youtube a { background-position: -390px -30px ; }
.text-light .socialmedia-widget li.mail a { background-position: -420px -30px ; }
.text-light .socialmedia-widget li.instagram a { background-position: -450px -30px ; }
.text-light .socialmedia-widget li.xing a { background-position: -480px -30px ; }
.text-light .socialmedia-widget li.dropbox a { background-position: -510px -30px ; }

.socialmedia-widget li:hover a { opacity: 1 !important; filter: alpha(opacity=100) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; }

.socialmedia-widget li.facebook:hover a { background-position: 0px bottom ; }
.socialmedia-widget li.twitter:hover a { background-position: -30px bottom; }
.socialmedia-widget li.thumblr:hover a { background-position: -60px bottom; }
.socialmedia-widget li.vimeo:hover a { background-position: -90px bottom; }
.socialmedia-widget li.dribbble:hover a { background-position: -120px bottom; }
.socialmedia-widget li.deviantart:hover a { background-position: -150px bottom; }
.socialmedia-widget li.behance:hover a { background-position: -180px bottom; }
.socialmedia-widget li.flickr:hover a { background-position: -210px bottom; }
.socialmedia-widget li.forrst:hover a { background-position: -240px bottom; }
.socialmedia-widget li.linkedin:hover a { background-position: -270px bottom; }
.socialmedia-widget li.rss:hover a { background-position: -300px bottom; }
.socialmedia-widget li.googleplus:hover a { background-position: -330px bottom ; }
.socialmedia-widget li.pinterest:hover a { background-position: -360px bottom ; }
.socialmedia-widget li.youtube:hover a { background-position: -390px bottom; }
.socialmedia-widget li.mail:hover a { background-position: -420px bottom; }
.socialmedia-widget li.instagram:hover a { background-position: -450px bottom; }
.socialmedia-widget li.xing:hover a { background-position: -480px bottom; }
.socialmedia-widget li.dropbox:hover a { background-position: -510px bottom; }


/*	Recent Tweets Widget
------------------------------------------------*/
.tp_recent_tweets  {
	max-width: 100%;
	width: 100%;
	float: none;
	clear: inherit;
	}
	
.widget .tp_recent_tweets  li {
	background: none;
	word-wrap: break-word;
	float: none;
	clear: inherit;
	}

.widget .tp_recent_tweets  li a {
	font-weight: normal;	
	}

.widget .tp_recent_tweets .twitter_time {
	color: #b3b3b3;
	font-size: 12px;
	font-style: italic;	
	font-weight: normal;
	}
	
	
/* Flickr Widget & Dribble Widget
------------------------------------------------*/
.flickr-widget .flickr-list, .dribbble-widget .dribbble-list  {
	width: 107%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.flickr-widget .flickr-list li, .dribbble-widget .dribbble-list li {
	width: 22.2%;
	margin: 0 1.5% 1.5% 0;
	float: left;
	overflow: hidden;
	background: none;
	border: none;
	padding: 0;
	}
	
.flickr-widget .flickr-list li img, .dribbble-widget .dribbble-list li img {
	display: block;
	}
		
.flickr-widget .flickr-list li:hover, .dribbble-widget .dribbble-list li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}



/*---------------------------------------------- 
17. IMG OVERLAY
------------------------------------------------*/
.imgoverlay {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	}
	
.imgoverlay img {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
	
.imgoverlay:hover img {
	transform: scale(1.07);
	-ms-transform: scale(1.07); 
	-webkit-transform: scale(1.07);
	}

.imgoverlay .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	
.imgoverlay:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
.imgoverlay .overlaycolor {
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	
.imgoverlay .overlayinfo {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: 45%;
	left: 0;
	-webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    transition: top 0.3s ease;
	}
	
.imgoverlay:hover .overlayinfo {
	top: 50%;
	}	
	
.overlayinfo h6 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}


/*---------------------------------------------- 
18. LOADER ICON
------------------------------------------------*/
.loader-icon {
	position: relative;
  	z-index: 0;
	width: 24px;
	height: 24px;
	}	

.loader-icon span {
	width: 20px;
	height: 20px;
	position: absolute;
  	top: 0px;
  	left: 0px;
  	z-index: 0;
	border: 2px solid #d9d9d9;  
	border-radius: 50%;
	}
	
.loader-icon .spinner {
  	z-index: 1;
	border-color: #262626;  
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	}
	
@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); opacity: 0.4; } 50%  { -webkit-transform: rotate(180deg); opacity: 1; } to   { -webkit-transform: rotate(360deg); opacity: 0.4; } }
@-moz-keyframes spin { from { -moz-transform: rotate(0deg);  } 50%  { -moz-transform: rotate(180deg); } to   { -moz-transform: rotate(360deg);  } }
@-ms-keyframes spin { from { -ms-transform: rotate(0deg);  } }	to { -ms-transform: rotate(360deg); } }
@-o-keyframes spin { from { -o-transform: rotate(0deg); } 50%  { -o-transform: rotate(180deg); } to   { -o-transform: rotate(360deg); } }
@keyframes spin { from { transform: rotate(0deg); } 50%  { transform: rotate(180deg); } to   { transform: rotate(360deg); } }	



/*---------------------------------------------- 
19. LOAD MORE
------------------------------------------------*/
#load-more {
	text-align: center;
	position: relative;
	margin-top: 40px; 
	}
	
#load-more .loader-icon {
	position: absolute;
	bottom: -34px;
	left: 50%;
	margin-left: -12px;
	display: none;
	}
	
.text-light #load-more a.sr-button { border: 2px solid #ffffff; color: #ffffff;	background: transparent; }



/*---------------------------------------------- 
20. ANIMATIONS
------------------------------------------------*/
.sr-animation {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
	}
	
.sr-animation-fromtop { top: -50px; }
.sr-animation-frombottom { top: 50px; }
.sr-animation-fromleft { left: -30px; }
.sr-animation-fromright { left: 30px; }
.sr-animation-zoomin { transform: scale(0);	-ms-transform: scale(0); 	-webkit-transform: scale(0); }
.sr-animation-zoomout { transform: scale(1.5);	-ms-transform: scale(1.5); 	-webkit-transform: scale(1.5); }

.sr-animation.animated { 
	top: 0; 
	left: 0; 
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
	height: 100%;
	max-height: 100%;
	transform: scale(1.0);
	-ms-transform: scale(1.0); 
	-webkit-transform: scale(1.0);
	}
	
/*---------------------------------------------- 
21. THIRD PARTY PLUGINS
------------------------------------------------*/
.tp-leftarrow.custom, .tp-rightarrow.custom, .tp-leftarrow.default, .tp-rightarrow.default {
	width:40px !important;	
	height:40px !important;
	cursor:pointer;
	background: transparent url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) no-repeat !important;		
	}
	
.tp-leftarrow.custom:before, .tp-rightarrow.custom:before { content:"" !important; }
.tp-rightarrow.custom, .tp-rightarrow.default { background-position: 0px 0px !important; }
.tp-leftarrow.custom, .tp-leftarrow.default { background-position: -40px 0px !important; }


.tp-bullets.custom .tp-bullet {
	background: #ffffff !important;
	width:6px;	height:6px;
	border: 1px solid transparent;
	border-radius: 12px;
	-moz-border-radius:12px; 
	-khtml-border-radius:12px; 
	-webkit-border-radius:12px;
}
.tp-bullets.custom .tp-bullet.selected {
	background: none !important;
	padding: 2px;
	border: 1px solid #ffffff;
	-webkit-transform: translateX(-2px) translateY(-2px);
	-moz-transform: translateX(-2px) translateY(-2px);
	-ms-transform: translateX(-2px) translateY(-2px);
 	-o-transform: translateX(-2px) translateY(-2px);
	transform: translateX(-2px) translateY(-2px);
	}
:root {
--jc-green:         #5ED8A1;
--jc-red:           #FF5B41;
--jc-yellow-light:  #FFDB94;
--jc-yellow:        #FFD371;
--jc-yellow-dark:   #FFC95C;
--jc-blue:          #045E68;
--jc-darkblue :     #034850;
--jc-grey:          #545254;
--jc-grey-light:    #eeeeee;
}
body {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: var(--jc-blue);
background: var(--jc-yellow);
}
::selection {
background: var(--jc-grey);
color: var(--jc-yellow);
}
::-moz-selection {
background: var(--jc-grey);
color: var(--jc-yellow);
}
::-webkit-selection {
background: var(--jc-grey);
color: var(--jc-yellow);
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Playfair Display';
font-weight: 400;
color: var(--jc-blue);
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
color: var(--jc-green);
} .subtitle {
color: var(--jc-blue);
}
.text-light .subtitle {
color: var(--jc-green);
} .section-title {
color: var(--jc-blue);
margin-bottom: 60px
}
.section-title h2 {
text-transform: none;
font-weight: 900;
} input[type=text], input[type=password], input[type=email], textarea {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400 !important;
font-size: 16px;
background: var(--jc-yellow-dark);
border: none;
line-height: 16px;
height: 16px;
color: var(--jc-blue);
padding: 10px 10px;
border-radius: unset;
-moz-border-radius: unset; 
-khtml-border-radius: unset; 
-webkit-border-radius: unset;
transition: all 200ms linear;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus { 
border-bottom: 2px dotted var(--jc-blue);
}
input.false[type=text], input.false[type=password]:focus, input.false[type=email], textarea.false { 
border-color: var(--jc-red);
}
input[type=text], input[type=password], input[type=email] { width: 340px; max-width: 97%; } textarea { width: 1100px; height: 150px; max-width: 97%; padding: 11px 4px 8px 4px; line-height: 22px; } .one-half input[type=text], .one-half input[type=password], .one-half input[type=email] { width: 520px; }
.one-half textarea { width: 520px; }
input[type=submit] {
font-family: 'Nunito';
font-weight: 400 !important;
font-size: 14px; 
line-height: 16px ;
letter-spacing: 0.15em; 
text-transform: none !important;
text-align: center;
display: block;
border: none;
color: var(--jc-yellow);	
background: var(--jc-blue);
cursor: pointer;
padding: 15px 40px;
border-radius: unset;
-moz-border-radius:unset; 
-khtml-border-radius:unset; 
-webkit-border-radius:unset;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}
input[type=submit]:hover { 
background-color: #4da5f5;
transform: scale(1.07);
-ms-transform: scale(1.07); 
-webkit-transform: scale(1.07);
}
select {
background: #ffffff;
border: 1px solid #d9d9d9;
height: 34px;
width: auto;
padding:8px;
color: #999999;
border-radius: 3px;
-moz-border-radius: 3px; 
-khtml-border-radius: 3px; 
-webkit-border-radius: 3x;
transition: all 200ms linear;
}
select:hover {	border-color: #262626; }
select option {
cursor: pointer;
padding: 5px 7px;
}
label {
line-height: 26px;
width: 100%;
display:block;
font-weight: 400 !important;
font-size: 14px;
color: var(--jc-blue);
}
form {
margin-top: 20px;
}
form .form-row {
margin-top: 15px;
position: relative;
}
form .form-submit {
margin-top: 30px;
}
form .form-value { max-width: 100%;
position: relative;
display: inline-block;
}
div form:first-child, form .form-row:first-child 	 {
margin-top: 0px;
} #form-note {
display: none;
margin-top: 20px;
} a {
text-decoration: underline;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}
a:hover {
color: var(--jc-grey);
}
.text-light a {
color: var(--jc-green);
}
.text-light a:hover {
color: var(--jc-grey-light);
}   .caption-text{
font-size:12px;
color: var(--jc-grey);
} .text-light {
color: var(--jc-green);
}  #section-jasper {
height: 100vh;
}
#section-jasper h1 {
font-size: 22px !important; 
line-height: 34px !important;
font-weight: 700 !important;
color: #FFD371 !important;
} #section-jasper>div {
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 100%;
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-normal.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
} #section-jasper>div>div {
padding-top: 20% !important;
}
#section-jasper div.horizontalsection {
width: 100%;
text-align: center;
position: absolute;
bottom: 80px;
left: 0;
}  .logged-in .fixed-header header {
top: 0px !important; }  #logo {} #logo img { max-height: none;
height: 60px;
} .smallheader #logo img {
height: 40px;
} .header-overlay #overlay-logo img {
height: 72px;
} .header-overlay #logo {
padding: 14px 0;
} .header-overlay .menu {} .header-overlay .open-responsive-nav {} .menu-dark nav#main-nav>ul>li>a {
color: var(--jc-blue);
opacity: 0.7;
filter: alpha(opacity=7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.menu-dark nav#main-nav>ul>li:hover>a,
.menu-dark nav#main-nav>ul>li.current-menu-item>a,
.menu-dark nav#main-nav>ul>li.current-menu-ancestor>a {
color: var(--jc-blue);
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu-dark nav#menu-controls>ul>li a {
color: var(--jc-blue);
}
.menu-dark nav#menu-controls>ul>li.current-menu-item>a {
border-color: var(--jc-blue);
}
.menu-dark nav#menu-controls>ul>li a span.c-dot {
background: var(--jc-blue);
}
.menu-dark nav#menu-controls>ul>li:hover a span.c-dot {
background: var(--jc-blue);
}
.menu-dark .open-responsive-nav span {
background-position: -340px 0;
} footer {
background-color: var(--jc-grey);
}
.footer-logo img {
height: 70px;
}
footer .copyright {
font-size: 13px;
color: var(--jc-grey-light);
}
footer a#backtotop {
border: none;
background: var(--jc-yellow);
color: var(--jc-grey);
}
footer a:hover#backtotop {
border: none;
background: var(--jc-green);
color: var(--jc-grey);
}  .open-responsive-nav span {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/sprites.png) -340px 0 no-repeat;
}
#menu-responsive {
background: var(--jc-grey);
width: 140px;
}
nav#responsive-nav>ul {
border-bottom: none;
}
nav#responsive-nav ul li {
border-top: none;
}
nav#responsive-nav>ul>li:first-child {
border-top: none;
}
nav#responsive-nav>ul li>a {
color: var(--jc-grey-light);
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700 !important;
font-size: 11px;
text-transform: none;
line-height: 24px;
padding: 8px 20px;
transition: all 200ms linear;
}
nav#responsive-nav>ul>li:hover>a,
nav#responsive-nav>ul>li.current-menu-item>a {
color: #ffffff;
}
nav#responsive-nav .sub-menu li a {
display: block;
font-weight: 400;
text-transform: inherit;
color: #cccccc;
line-height: 20px;
padding: 10px 20px 10px 40px;
font-size: 12px;
} .flexslider .flex-control-nav {}
.flex-control-nav li {}
.flex-control-paging li a span {
background-color: var(--jc-blue) !important;
}
.flex-control-paging li a.flex-active {
border: 0px;
background-color: var(--jc-blue) !important;
}  .portfolio-entries .portfolio-intro {
background-color: var(--jc-grey);
color: var(--jc-yellow);
padding: 5px 0;
text-align: center;
}
.text-light .portfolio-entries .portfolio-intro {
background-color: var(--jc-yellow);
color: var(--jc-blue)
}
.portfolio-name {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: none;
font-size: 16px;
color: var(--jc-yellow);
}
.text-light .portfolio-name {
color: var(--jc-blue);
}
.portfolio-name a {
text-decoration: none;
color: var(--jc-yellow)
}
.portfolio-name a:hover {
color: var(--jc-yellow) !important;
}
.portfolio-name a strong {
font-weight: 400;
}
.text-light .portfolio-name a {
color: var(--jc-blue);
}
.text-light .portfolio-name a:hover {
color: var(--jc-blue) !important;
}
.portfolio-thumb .imgoverlay img {
-webkit-filter: grayscale(1)opacity(90%);
filter: grayscale(1)opacity(90%);
}
.portfolio-thumb .imgoverlay:hover img {
-webkit-filter: grayscale(0)opacity(100%);
filter: grayscale(0)opacity(100%);
}
.imgoverlay .overlaycolor {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
} #portfolio-single {
background-color: var(--jc-green);
color: var(--jc-blue);
}
.portfolio-media { 
margin-top: 20px;
position: relative;
}
#portfolio-single h1,
#portfolio-single h2,
#portfolio-single h3,
#portfolio-single h4,
#portfolio-single h5,
#portfolio-single h6 {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
color: var(--jc-blue);
}
#portfolio-single h2.project-name {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 32px;
font-weight: 700;
} .single-pagination li a {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/sprites.png) no-repeat;
} .close-project a {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/sprites.png) -310px 0px no-repeat;
}  #entries-pagination li a {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/sprites.png) no-repeat;
}  a.sr-button {
display: inline-block;
font-family: 'Nunito';
font-weight: 700 !important;
line-height: 22px !important;
letter-spacing: 0.15em; 
text-transform: none !important;
text-decoration: none;
text-align: center;
margin-bottom: 5px;
border-radius: unset;
-moz-border-radius:unset; 
-khtml-border-radius:unset; 
-webkit-border-radius:unset;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}
a.sr-button:hover {
background-color: var(--jc-grey-light);
color : var(--jc-blue);
transform: scale(1.07);
-ms-transform: scale(1.07); 
-webkit-transform: scale(1.07);
}
a.sr-button8 {
background: var(--jc-blue);
color: var(--jc-yellow);
}
a.sr-button8:hover {
background: var(--jc-green);
color: var(--jc-blue);
}
.text-light a.sr-button8 {
background: var(--jc-yellow);
color: var(--jc-blue);
}
.text-light a.sr-button8:hover {
background: var(--jc-green);
color: var(--jc-blue);
}
a.sr-buttonicon {
border-radius: 999px;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
-o-border-radius: 999px;
} .seperator span {
height: 2px;
background: var(--jc-blue);
display: inline-block;
width: 100px;
opacity: 0.15;
filter: alpha(opacity=15);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.text-light .seperator span {
background: var(--jc-grey-light);
opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
} .column .iconbox {
margin-top: 40px;
}
.column .iconbox:first-child {
margin-top: 0px;
}
.iconbox .fa {
color: #4da5f5;
}
.position-right .fa {
float: right;
}
.iconbox-content {
clear: both;
float: right;
}
.position-right .iconbox-content {
float: none;
text-align: right;
}
.one-half .iconbox-content {
width: 480px;
}
.one-third .iconbox-content {
width: 290px;
}
.one-fourth .iconbox-content {
width: 195px;
} div .testimonial-slider:first-child {
margin-top: 0px !important;
}
.testimonial-item {
text-align: center;
}
.testimonial-quote {
font-size: 22px;
line-height: 36px;
}
.slides .testimonial-item {
padding-bottom: 40px; }
.testimonial-name {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: none;
letter-spacing: 0.1em;
} .toggle-item .toggle-title .toggle-icon .fa {
color: var(--jc-blue);
}
.text-light .toggle-item .toggle-title .toggle-icon .fa {
color: var(--jc-green);
} .tp-leftarrow.custom,
.tp-rightarrow.custom,
.tp-leftarrow.default,
.tp-rightarrow.default {
background: transparent url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/sprites.png) no-repeat !important;
} @media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2) {
.open-responsive-nav span,
.single-pagination li a,
#entries-pagination li a,
.close-project a,
.easy-opener-close,
.easy-opener-next,
.easy-opener-prev,
.flex-direction-nav a,
.owl-theme .owl-controls .owl-buttons div,
a.fancybox-close,
a.fancybox-prev span,
a.fancybox-next span {
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/retina/sprites@2x.png) !important;
}
.tp-leftarrow.custom,
.tp-rightarrow.custom,
.tp-leftarrow.default,
.tp-rightarrow.default {
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/retina/sprites@2x.png) !important;
}
.socialmedia-widget li a {
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/retina/social-icons@2x.png) !important;
}
a.jp-play,
a.jp-pause,
a.jp-mute,
a.jp-unmute {
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/jplayer/controls@2x.png) !important;
}
} @media screen and (orientation:portrait) {
#section-jasper {
height: 100%;
}
#section-jasper div.horizontalsection {
display: none;
visibility: hidden;
}
} @media only screen and (min-width: 1681px) {  #logo {} #logo img {} .smallheader #logo img {} .header-overlay #overlay-logo img {
height: 90px;
} .header-overlay #logo {
padding: 40px 0;
} .header-overlay .menu {padding: 35px 0;} .header-overlay .open-responsive-nav {}
#section-jasper>div {
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 100%;
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-huge.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1681px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1681px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1681px) {
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-huge@2x.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
}
} @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1680px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1680px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1680px) {
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-normal@2x.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
}
} @media only screen and (max-width: 1200px) {
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-small-and-phones.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
}
#section-jasper>div>div {
padding-bottom: 5% !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1200px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1200px) {
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-small-and-phones@2x.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
}
} @media only screen and (max-width: 1023px) {  #logo {} #logo img {
height: 45px;
} .smallheader #logo img {} .header-overlay #overlay-logo img {} .header-overlay #logo {} .header-overlay .menu {} .header-overlay .open-responsive-nav {
padding: 30px 0;
}
#section-jasper {
height: 100%;
}
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-tablets-and-phones-ls.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
}
#section-jasper>div>div {
padding-top: 8em !important;
padding-bottom: 5% !important;
}
#section-jasper div.horizontalsection {
display: none;
visibility: hidden;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px) {
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-tablets-and-phones-ls@2x.png) no-repeat;
background-size: 50%;
background-position: 110% 100%;
}
} @media only screen and (max-width: 760px) {  #logo {
padding: 13px 0 11px 0 !important;
} #logo img {
height: 38px;
} .smallheader #logo img {} .header-overlay #overlay-logo img {
height: 45px;
} .header-overlay #logo {} .header-overlay .menu {} .header-overlay .open-responsive-nav {
padding: 13px 0 11px 0;
}
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-small-and-phones.png) no-repeat;
background-size: 80%;
background-position: 50% 100%;
}
#section-jasper>div>div {
padding-top: 5em !important;
padding-bottom: 60% !important;
}
#section-jasper div.horizontalsection {
display: none;
visibility: hidden;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 760px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 760px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 760px) {
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-small-and-phones@2x.png) no-repeat;
background-size: 80%;
background-position: 50% 100%;
}
} @media only screen and (orientation:landscape) and (max-width: 760px) {
#section-jasper {
height: 100%;
}
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-tablets-and-phones-ls.png) no-repeat;
background-size: 60% !important;
background-position: 50% 100% !important;
}
#section-jasper>div>div {
padding-top: 17% !important;
padding-bottom: 40% !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) and (max-width: 760px),
only screen and (min-device-pixel-ratio: 2) and (orientation:landscape) and (max-width: 760px),
only screen and (min--moz-device-pixel-ratio: 2) and (orientation:landscape) and (max-width: 760px) {
#section-jasper>div {
background: url(//www.jasperceelen.nl/wp-content/themes/xone-child/files/images/hero/jc-hero-v3-tablets-and-phones-ls@2x.png) no-repeat;
background-size: 60%;
background-position: 50% 100%;
}
}html.fancybox-lock body {	height: auto;} #fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
background-color: transparent;
background-repeat: no-repeat;
background-image: none;
text-shadow: none;
}
#fancybox-lock {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 11020;
overflow-y: scroll;
overflow-y: auto;
overflow-x: auto;
-webkit-transition : -webkit-transform 0.5s;
-webkit-transform  : translateX(0px);
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 11020;
-webkit-transform: translate3d(0,0,0);
}
.fancybox-opened {
z-index: 1030;
}
.fancybox-skin {
border-style: solid;
border-color: #fff;
background: #fff;
color: #444;
}
.fancybox-inner {
position: relative;
overflow: hidden;
-webkit-overflow-scrolling: touch;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.fancybox-spacer {
position: absolute;
top: 100%;
left: 0;
width: 1px;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
zoom: 1;
}
a.fancybox-close, a.fancybox-prev span, a.fancybox-next span {
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png);
}
a.fancybox-close {
position: absolute;
top: -35px;
left: 50%; margin-left: -30px;
width: 30px;
height: 30px;
cursor: pointer;
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png);
background-position: -280px 0px;
z-index: 11040;
}
a.fancybox-nav {
position: absolute;
top: 0;
width: 50%;
height: 100%;
cursor: pointer;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 11040;
overflow: hidden;
}
.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav
{
width: 70px;
}
a.fancybox-prev {
left: -50px;
}
a.fancybox-next {
right: -50px;
}
a.fancybox-nav span {
position: absolute;
top: 50%;
width: 46px;
height: 46px;
margin-top: -23px;
cursor: pointer;
z-index: 11040;
}
.fancybox-prev span {
left: 0px;
background-position: -40px 0;
}
.fancybox-next span {
right: 0px;
background-position: 0px 0px;
}
.fancybox-mobile  a.fancybox-nav {
max-width: 80px;
}
.fancybox-desktop  a.fancybox-nav {
opacity: 0.5; filter: alpha(opacity=50);
}
.fancybox-desktop a.fancybox-nav:hover {
opacity: 1; filter: alpha(opacity=100);
}
a.fancybox-expand {
position: absolute;
bottom: 0;
right: 0;
width: 46px;
height: 46px;
z-index: 11050;
opacity: 0;  filter: alpha(opacity=0);
background-position: 0 -150px;
zoom: 1;
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.fancybox-wrap:hover a.fancybox-expand {
opacity: 0.5;  filter: alpha(opacity=50);
}
.fancybox-wrap a.fancybox-expand:hover {
opacity: 1;  filter: alpha(opacity=100);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
width: 60px;
height: 60px;
background-color: #111;
background-image: url(data:image/gif;base64,R0lGODlhGAAYAPcAAAAAAAUFBQkJCQ8PDxAQEBQUFBkZGSEhISYmJikpKS8vLzExMTQ0NDo6Oj8/P0BAQEVFRU1NTVRUVFlZWWVlZW9vb4eHh4mJiYyMjJOTk5WVlZqamp6enqKioq+vr7y8vMPDw8nJyc7OztPT09TU1Nzc3OLi4ubm5ggICA0NDRERERgYGB0dHSAgICQkJCsrKy0tLTMzM0NDQ1JSUl1dXXl5eX5+foWFhYiIiJSUlJycnKGhoaenp62trbCwsLS0tLu7u729vcLCwuXl5e7u7vX19fr6+gQEBAsLCwwMDBISEhcXFyIiIioqKjg4OD09PUdHR1tbW5mZmZ2dnaOjo6urq66urrGxsba2trq6ur+/v9DQ0PT09Pn5+RMTEyMjIzAwMERERExMTGZmZoaGhpaWls/Pz9XV1dvb2+Hh4Tw8PBYWFkZGRktLS1paWm5ubp+fn6CgoKysrL6+vs3NzZubm8DAwAoKClxcXD4+Pg4ODjk5OZCQkAYGBicnJywsLDIyMnh4eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAQoAAAAsAAAAABgAGAAABvdAgHBIBCwWxWRSEBAOPp+BclrYVJwikRRgODSngMKHpAAMslLBIvEFS06ZwFnLZRCoBaGgY4II0AQMCEMBbQEYHhECAA0lGgITEwEHC1IBBAkHhBQgIxoMAhGDQwJ3AggMCwZFCRYiIRBTA0cHi0kBDxeaSgIHd0UCwUy2YEKFQgcZG8scDsUECgnSCb0aHRzYD88J0QkIaQMC4W1TTcdJA15Tvb9LlAvtRQS0xEIGC4JS4USXZqiqRA4kINBEjSYCdyhtKZCJXxtUd7jJWbALwLkk8zQFkIbMTjGLCRYs2sjGzBpytw6sEhJtSBeUHxEk+PhR3McgACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QBMC+EiYqCASiCKD49KYwBi4QFGBSCKUFBkwA1PCuWggU9QoicngAxQyKjpAARIzcBqikBO0Y0lioqjzkiMiidKBFFPo4AAZWMNjrDAAwhOCgzMyg7RDKCKi8tgwE0PkE3MCgQLoQvM7YuMTErzYIuNkA/Db3wLcqKDTYsLKFo8anQMkaxwh1E4eKFQxi/SKk45NAFihQuKL6I2IvioUnMDiZE2KvFvEQBWnBMhIIFvJWEVMRgwC/RCnguJuEidBEARgYxChBqAXFTDHC+ALSIAbLAt0LNArhg8OsFDFsM1FHqRVOQQ0EtGAiNFcCqo7KIfMK4SrYFLLTNDVaYHLkuLd1FKPpZCgQAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABNLoWJiUdHgkg7O0iOjYqDSjZRgklWVkmCFVJLlYJKU1aIm1WeCiRZoqMAUFo1AEhWVZIaJxKVjI44WU62uBAmkYIGBoRMTUqCC1g1SFBQSBolDQBJUVtUksgLCy5JR08shE3VT1ddJzWUjixOC56KM0RcOwuVSUzfiU2oRIA3iBJBRQYHIWnCkKGzUUoUNJHYBMlChhIfVlLSUOI/WIsgsvhICAmLeomSyKO3MZy/QgYUiCOX5CMST0lcOFHwShATBQ+TLGACQIkzFgrqcSRaEJ5OTwyLOkEkyJciJU6IHokKgIkTjb0mfmPYCInEg4WOMFEGYGuTQQYMmKCF5eItSFgWQQYCACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QAX1+FiYqDSDkYSIJIR4uDR18GgikcUpAAYxhKlABHTWCQSJuQTUI9XqIAXgyImlJHR2QjYou2gwhgKaicD2Y5nQaug19NoQApYF9HDw9HOCEMAEgSQrWDBmBgCCkASpPJYUgMVENnFZ2RXwy/i2JoaWUviylf7oUIZWHlCPF6hQ1JCiUpxCFp8qLhC2aLJpiZaEbLi4VNGC4TJZGiEDACCRpMmDBRCgP8CCExIE4REngMWiZS8m1fIS9gGIQbx89gMwTxMPV6gSwFA0xKQn2RB6sJokoBfYXKOA4c1EVKZI2iaggMxF0MO2WchORFk4CKjiAQSqpJN2gECwkhcFsprsqUiQIBACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QASEiFiYqETS6DR0eLj18rg01NkQA0NkqSAEdNYIigTYJNHhudnkoMX6alRzZAYYuQgkcuYEpHL6VqQBaIAAUFhF9NqilgLABKnTY/L4ZiPziZACtgDC4pACnCgiwNSGAaIyAU14ZfYGDdimEhIjiliilf4IVfFmrqt/+ekKQY+M3QpYOqFs0AAQQIiB9NkBxs8iKhohkNG0Yj5E+RQIL5BN3rKOhFBzEkkbDTpZAIlw5g1GXb1m0XxxRHwvzocqLGtS8VRS5rVowdIiQ0RPAAZ+tTrk6XjigB40rQikqKCrT61EsQu2KeQLl7FQlJL5KTsJIatOIL2kUuCFy89SToEN1AACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QAAgKFiYqETS5Hi4pHXyuDTTCDK1+PkABNYCkARzBNjwKjm5BKDF+CTaQAXwxKi0ebRy5gSkeuAEpgLoNrs4NfTcMpYKxKs18woAJscDaoK2AMLqApqIbaYDhzPW7bAl9gn4sOWFk1wIopX4iKLDVO24O1nIJHhymHhq6uYAxbFKGHQTlxmggAOGqgojYGDSbUl2/QIX7xCCnRtKiJBjb2BJEz55BQhBJpNFwiVO0aKF2MJAhwQmXImTeEmh1L1ktXHCIQDEmgowEVPkG4QPGKUKRHvDVrFq1ZFYqXgDhG3OTbBQbRrpVghtChBEkSWQCnBNWgcrbirSYWBzNWFClXUSAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQvLouLR18Ggy8vR4IGX5ePRy9giJ0vgkgKlo+CBQxfgpWXXwxKkJsALmCxlQBKYC6bR7MAXy+xAClgq0qxXwopgkoKq4MGYAwuzEq/SMwpLgxgBYVIX2BgzIq6xoiKKV/piZHlir+Q2fSGlZUKw4thdf1xGezuVdKnqEGdDRvqACQkT9GhQ0faDVonkdAXHA0aGhK3bF+IERZEEZJGTZtEFxGQgNEwwg6FWcGGpXh2ZMIEJBpKNDAUwQOGWb4G1UqRQoQIJGFMdChX4JuiVKuKikhxJMMJCacAdCJHzCgzBSQ+OIUkSVCKEVMFVdgwKetEO3YIykV0W2hc1kAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhAB3d4WJioQvLkeLikdfK4MvL48AK1+YkC9gKQBHloJ3CpeQgkoMX4KjAF8MSotHmEcuYLKjKQyOgrSEXy+yAClgrEqyX5+pCqyDKwq8oEqcobIptwpLhXfKuItKYMbVhEosiJFfw4TkqIp3lpYK64pKpqYvh/GW9IlKL/jyuUvUrpCSL+gSsajRoGA3MApAKWrwA4iNF4WWKADjIsWRGRgHfYFwRAGZDz3wcPoyT5AMIjvuzJhxh0wIBoYg6LDB6ZehK0Xa3Pnw4Y6METnQIVsUxciOIymIIiIzoo27FXSGgCEm5AOoF0J6bIO0gkcNQVG9ChqDoR9BdHcLrlxB53NgJQXuAgEAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQvLouLR0wrgy8vR4IrLpePRy9giJ0vgkiVm49KDEyCpQBMDEqQpkxgSqEASmCOgkemrS+wAANgqkqwswOCSi+qgytgDC7IA4iDR9IuDGCThEiztIsDL6nUiQNM5IXdwIS8j4mbm6SVleuKyvMvSKHz9Yn3ldHeudvVrtCRCB1EKYqE7B2YDlyIzFiEaxi6IzVOdLmSB0kbXYJY5DmCBJu2QUh4bImCyEkJDR4jYMQCJtkyQiu2IelgAgKSKnKQOPmAg1rBRDNOaDAEFFENLRAGrvlAQtSAKlUQuZAzpV+hNVIqCLpapWEUG14NUtvZwWivgasEQC4KBAAh+QQBCgAAACwAAAAAGAAYAAAH/4AAgoOEAAIChYmKgwEuL4uLAV8rgy8vAYIrX5iQAC8LegABloICC5edAEoMX4KWmF8MXpGcAC4LSqOPegsujLUAXy9KgrytXsRfCqGqL62DKwoMLqF6wAHVtwuUhAJfC7iLvAtfiIpKBuaJksSFeu/vwJ2cC3Yi9yITnUoKlpYCCrTgy7fPX79q8PSogySPEYQyvhRJYpZIQZk0aMQsUgKuHKEAFc4MobJHAIRnpYjpccFgG6MNdiQgYhACR4AHDwIYACVIiTNCXrgJKCMi5wYOAnhFFNVQkJgzNgUcDRWrHSQvPew8korUUL+mg7xgGFNqqiAvm1IJ4CSAT5mFqQYSfVm6KBAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQJCYuLfV8rg419gitflo99CWCInI6Gfwmaj0oMX4J/f5ZfYEqLK5OCrkmgAElgfpp9pX08W1FJuGCpSrC1gkoJqYJ9NSddV099SYiDfbBJfgxgBYVgHVxEM4u5qNeFfWIdoYmRsIVJ89bpmwCaf1dAc/3lpqMSjEKir5+/RwCWNWo0jF49hM56vXuCo1kiJCyGKUpgQUSIMIuUgClmrw8FEFs0MEDSgAUhJA25gZmFD4MHMYj+/KiRDRYLMBoLMCNU4JshC3MaAGiUUBe2UoXCzOHZZ1QrBvFMbfAQqpIoUgiV2IjijKmgApkgShTkxx3ERYcDIAYCACH5BAEKAAAALAAAAAAYABgAAAj/AAEIHEgQwJ07BRMm7INQoB8/CiMCWMGjxsAmTQauaNFH4kQ6QwAB6IOx4x0YTTp6xGOECsImMDq2AEQg4po1ApP4KBIBAEYASQD5UdlH5UgpcyQgdECESh8CNWcmEUigSYuBfd6cGULFyZ0ZEAfeqXnHDyBAKwrCKJOmRJuIBM62mLoQQpmwCe/MTZjkoF+PWEf6pNJDjpwebyUSQInRT1kqhnsg9rgYI0aEfv8C7miUoJNALCLqranQT40sWBxEDMqgRUOBfdz0mIMD0NPXI2smMYsWqw04EDADugoVgFSBa6wSJIDTIaCpMPskYYC3KFyhAmEKbMGAtESSMBpqFjeIsvPCFmlHlhS40TzgJngBi8atMCAAOw==);
background-position: center center;
opacity: 0.85; filter: alpha(opacity=85);
cursor: pointer;
z-index: 11060;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.fancybox-tmp {
position: absolute !important;
top: -99999px;
left: -99999px;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
.fancybox-title {
font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.5;
position: relative;
text-shadow: none;
z-index: 11050;
display: block;
visibility: hidden;
}
.fancybox-title-float-wrap {
position: relative;
margin-top: 10px;
text-align: center;
zoom: 1;
left: -9999px;
}
.fancybox-title-float-wrap > div {
display: inline-block;
padding: 7px 20px;
font-weight: bold;
color: #FFF;
text-shadow: 0 1px 2px #222;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 15px;
background: #000; background: rgba(0, 0, 0, .8);
max-height: 50%;
overflow: auto;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
z-index: 11010;
}
.fancybox-overlay-fixed {
position: fixed;
width: 100%;
height: 100%;
} .fancybox-default-skin {
border-color: #ffffff;
border: none !important; background: #f9f9f9;
}
.fancybox-default-skin-open {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-default-overlay { background: #000000;
opacity: 0.9; filter: alpha(opacity=90);
}
.fancybox-dark-skin {
background: #2A2A2A;
border-color: #2A2A2A;
color: #fff;
border-radius: 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}
.fancybox-dark-overlay {
background: #000;
opacity: 0.8; filter: alpha(opacity=80);
}
.fancybox-light-skin-open {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-light-overlay {
opacity: 0.9; filter: alpha(opacity=90);
background: #555555; background: -moz-radial-gradient(center, ellipse cover,  #999999 0%, #555555 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#999999), color-stop(100%,#555555)); background: -webkit-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); background: -o-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); background: -ms-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); background: radial-gradient(ellipse at center,  #999999 0%,#555555 100%); }.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { -webkit-backface-visibility: hidden; margin:0; text-align: center; } .flexslider .slides img { max-width: 100%; display: inline-block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider { 
margin: 0 0 25px 0; 
position: relative; 
zoom: 1; 
} .flex-direction-nav {
*height: 0;
list-style: none;
padding: 0;
margin: 0;
}
.flex-direction-nav a  { 
display: block; 
width: 40px; 
height: 40px; 
margin-top: -20px; 
position: absolute; 
top: 50%; 
z-index: 10; 
overflow: hidden; 
opacity: 0; 
cursor: pointer; 
-webkit-transition: all .3s ease; 
-moz-transition: all .3s ease; 
transition: all .3s ease; 
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) no-repeat;
text-indent: -9999px;
}
.flex-direction-nav .flex-prev { left: -50px; background-position: -40px 0px; }
.flex-direction-nav .flex-next { right: -50px; background-position: 0px 0px; }
.flexslider:hover .flex-prev { opacity: 1; left: 10px; }
.flexslider:hover .flex-next { opacity: 1; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0.8; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; } .flex-control-nav { 
width: 100%; 
position: absolute; 
bottom: -40px; 
text-align: center; 
list-style: none;
padding: 0;
margin: 0;
}
.flex-control-nav li {
list-style: none !important;
padding: 0;
margin: 0 5px; 
display: inline-block; 
zoom: 1; 
*display: inline;
}
.flex-control-paging li a {
width: 6px; 
height: 6px; 
display: block; 
border-radius: 6px;
-moz-border-radius: 6px; 
-khtml-border-radius: 6px; 
-webkit-border-radius: 6px;
text-indent: -9999px;
border: 1px solid transparent; 
padding: 2px;
}
.flex-control-paging li a span {
width: 6px; 
height: 6px; 
display: block; 
background: #262626;
border-radius: 6px;
-moz-border-radius: 6px; 
-khtml-border-radius: 6px; 
-webkit-border-radius: 6px;
}
.text-light .flex-control-paging li a span { background: #ffffff;  }
.flex-control-paging li a.flex-active { 
border-color: #262626; 
}
.text-light .flex-control-paging li a.flex-active { border-color: #ffffff;  }
.flex-control-paging li a.flex-active span { 
background: none;
}#easy-opener-section {
width: 100%;
height: 100%;
position: absolute;
top: 0; 
left: 0;
z-index: 10001;
display: none;
}
.easy-opener-bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #0d0d0d;
z-index: -1;
opacity: 0.97; 
filter: alpha(opacity=97); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
}
.easy-opener-content {
width: 1000px;
position: absolute;
top: 50%;
left: 50%; margin-left: -500px;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
text-align: center; 
}
.easy-opener-content img {
max-width: 100%;
max-height: 100%;
}
.easy-opener-close {
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) -280px 0px no-repeat;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
-ms-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
position:absolute;
top: -60px;
left: 50%; margin-left: -15px;
}
.easy-opener-next {
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) -160px 0px no-repeat;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
-ms-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
position:absolute;
top: -60px;
right: 50%; margin-right: -50px;
}
.easy-opener-prev {
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) -190px 0px no-repeat;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out;
-ms-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
position:absolute;
top: -60px;
left: 50%; margin-left: -50px;
}
.easy-opener-close:hover, .easy-opener-next:hover, .easy-opener-prev:hover {
opacity: 0.7; 
filter: alpha(opacity=70); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{ position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//www.jasperceelen.nl/wp-content/themes/xone/files/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
} .owl-theme .owl-controls{
margin-top: 20px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div {
display: inline-block;
zoom: 1;
*display: inline; width: 40px;
height: 40px;
font-size: 12px;
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/sprites.png) no-repeat;
text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons .owl-next { background-position: -80px 0px; }
.owl-theme .owl-controls .owl-buttons .owl-prev { background-position: -120px 0px; }  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline; width: 6px; 
height: 6px; 
border-radius: 6px;
-moz-border-radius: 6px; 
-khtml-border-radius: 6px; 
-webkit-border-radius: 6px;
border: 1px solid transparent; 
padding: 2px;
margin: 0 5px;
}
.owl-theme .owl-controls .owl-page span{
width: 6px; 
height: 6px; 
display: block; 
background: #262626;
border-radius: 6px;
-moz-border-radius: 6px; 
-khtml-border-radius: 6px; 
-webkit-border-radius: 6px;
}
.text-light .owl-theme .owl-controls .owl-page span { background: #ffffff; }
.owl-theme .owl-controls .owl-page.active {
border-color: #262626;
}
.text-light .owl-theme .owl-controls .owl-page.active { border-color: #ffffff; }
.owl-theme .owl-controls .owl-page.active span {
background: transparent;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/css/AjaxLoader.gif) no-repeat center center
}@font-face{font-family:'FontAwesome';src:url(//www.jasperceelen.nl/wp-content/themes/xone/files/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(//www.jasperceelen.nl/wp-content/themes/xone/files/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(//www.jasperceelen.nl/wp-content/themes/xone/files/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(//www.jasperceelen.nl/wp-content/themes/xone/files/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(//www.jasperceelen.nl/wp-content/themes/xone/files/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(//www.jasperceelen.nl/wp-content/themes/xone/files/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.ps-container .ps-scrollbar-x-rail {
position: absolute; bottom: 3px; height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
opacity: 0;
filter: alpha(opacity = 0);
-o-transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color.2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
opacity: 0.6;
filter: alpha(opacity = 60);
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
background-color: #eee;
opacity: 0.9;
filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
opacity: 0.9;
filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-y-rail {
position: absolute; right: 3px; width: 6px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
opacity: 0;
filter: alpha(opacity = 0);
-o-transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color.2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
opacity: 0.6;
filter: alpha(opacity = 60);
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
background-color: #eee;
opacity: 0.9;
filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
opacity: 0.9;
filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-x {
position: absolute; bottom: 0; height: 8px;
background-color: #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-o-transition: background-color .2s linear;
-webkit-transition: background-color.2s linear;
-moz-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
font-size: 0; }
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
background-color: #999;
}
.ps-container .ps-scrollbar-y {
position: absolute; right: 0; width: 6px;
background-color: #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-o-transition: background-color .2s linear;
-webkit-transition: background-color.2s linear;
-moz-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.ps-container.ie6 .ps-scrollbar-y {
font-size: 0; }
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
background-color: #999;
}
.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
visibility: visible;
}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) {
.open-responsive-nav span,
.single-pagination li a,
#entries-pagination li a,
.close-project a,
.easy-opener-close,
.easy-opener-next,
.easy-opener-prev,
.flex-direction-nav a,
.owl-theme .owl-controls .owl-buttons div,
a.fancybox-close, a.fancybox-prev span, a.fancybox-next span 
{
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/retina/sprites@2x.png);
-webkit-background-size: 480px 40px; 
-moz-background-size: 480px 40px; 
-o-background-size: 480px 40px; 
background-size: 480px 40px; 
}
.tp-leftarrow.custom, .tp-rightarrow.custom, .tp-leftarrow.default, .tp-rightarrow.default
{
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/retina/sprites@2x.png) !important;
-webkit-background-size: 480px 40px !important; 
-moz-background-size: 480px 40px !important; 
-o-background-size: 480px 40px !important; 
background-size: 480px 40px !important;
}
.socialmedia-widget li a
{
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone/files/images/retina/social-icons@2x.png);
-webkit-background-size: 540px 90px; 
-moz-background-size: 540px 90px; 
-o-background-size: 540px 90px; 
background-size: 540px 90px; 
}
a.jp-play, a.jp-pause, a.jp-mute, a.jp-unmute {
background-image: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/controls@2x.png);
-webkit-background-size: 120px 60px; 
-moz-background-size: 120px 60px; 
-o-background-size: 120px 60px; 
background-size: 120px 60px; 
}
}div.jp-audio,
div.jp-video { font-size:1.25em;  font-family:Verdana, Arial, sans-serif;
line-height:1.6;
color: #666;
background-color: #eee;
position:relative;
}
div.jp-audio, div.jp-video { width: 100%;
}
div.jp-video-full { width:640px;
height:340px; position:static !important; position:relative
}
div.jp-video-full div.jp-jplayer {
top: 0;
left: 0;
position: fixed !important; position: relative; overflow: hidden;
z-index:1000;
}
div.jp-video-full div.jp-gui {
position: fixed !important; position: static; top: 0;
left: 0;
width:100%;
height:100%;
z-index:1000;
}
div.jp-video-full div.jp-interface {
position: absolute !important; position: relative; bottom: 0;
left: 0;
z-index:1000;
}
div.jp-interface {
position: relative;
background-color:#262626;
width:100%;
height:50px;
}
div.jp-audio div.jp-type-single div.jp-interface {
height:50px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
height:50px;
}
div.jp-video div.jp-interface {
height:50px;
} div.jp-controls-holder {
clear: both;
width:440px;
margin:0 auto;
position: relative;
overflow:hidden;
top:-8px; }
div.jp-interface ul.jp-controls {
list-style-type:none !important;
margin:0 !important;
padding: 0!important;
overflow:hidden;
}
div.jp-audio ul.jp-controls, div.jp-video ul.jp-controls {
max-width: 640px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
width: 134px;
margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
display:inline;
float: left;
background: none; 
padding: 0 !important;
margin: 0 !important;
}
div.jp-interface ul.jp-controls a {
display:block;
overflow:hidden;
text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
width:30px;
height:30px;
margin-top: 10px;
margin-left: 10px;
}
a.jp-play {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/controls.png) 0 0 no-repeat;
}
a.jp-play:hover {
background-position: 0 -30px;
}
a.jp-pause {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/controls.png) -30px 0 no-repeat;
display: none;
}
a.jp-pause:hover {
background-position: -30px -30px;
}
a.jp-stop, a.jp-previous, a.jp-next {
width:28px;
height:28px;
margin-top:6px;
}
a.jp-stop {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) 0 -83px no-repeat;
margin-left:10px;
}
a.jp-stop:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -29px -83px no-repeat;
}
a.jp-previous {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) 0 -112px no-repeat;
}
a.jp-previous:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -29px -112px no-repeat;
}
a.jp-next {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) 0 -141px no-repeat;
}
a.jp-next:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -29px -141px no-repeat;
}  div.jp-progress-container {
position: absolute;
top:0px;
left: 50px;
height: 10px;
padding: 21px 20px 19px 20px;
border-left: 1px solid #3f3f3f;
border-right: 1px solid #3f3f3f;
}
div.jp-progress {
overflow:hidden;
background-color: #4d4d4d;
}
div.jp-audio div.jp-progress, div.jp-video div.jp-progress { height:8px;
padding: 0px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
div.jp-audio div.jp-type-single div.jp-progress-container {
width:85px;
}
div.jp-audio div.jp-type-playlist div.jp-progress-container {
width:100px;
}
div.jp-video div.jp-progress-container {
width:100px;
}
div.jp-seek-bar { width:0px;
height:100%;
cursor: pointer;
}
div.jp-play-bar { background: #ffffff;
width:0px;
height: 100%;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
} div.jp-seeking-bg { }  a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
width:30px;
height:30px;
position: absolute;
top: 10px;
right: 50px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute { }
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute { }
div.jp-audio a.jp-volume-max {
margin-left: 56px;	
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
margin-left: 56px;	
}
a.jp-mute {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/controls.png) -60px 0 no-repeat;
}
a.jp-mute:hover {
background-position: -60px -30;
}
a.jp-unmute {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/controls.png) -90px 0 no-repeat;
display: none;
}
a.jp-unmute:hover {
background-position: -90px -30 ;
}
a.jp-volume-max {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) 0 -186px no-repeat;
}
a.jp-volume-max:hover {
background-position: -19px -186px;
}
div.jp-volume-bar-container { 
position: absolute;
top:0px;
right: 15px;
height: 6px;
padding: 22px 0;
}
div.jp-volume-bar { overflow:hidden;
background-color: #4d4d4d;
width:30px;
height:6px;
padding: 0px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
top:37px;
left:330px;
}
div.jp-video div.jp-volume-bar {
top:37px;
left:330px;
}
div.jp-volume-bar-value {
background: #ffffff;
width:0px;
height: 100%;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}  div.jp-audio div.jp-time-holder {
position:absolute;
top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
left:110px;
width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
left:166px;
width:130px;
}
div.jp-current-time,
div.jp-duration {
width:60px;
font-size:.64em;
font-style:oblique;
}
div.jp-current-time {
float: left;
display:inline;
}
div.jp-duration {
float: right;
display:inline;
text-align: right;
}
div.jp-video div.jp-current-time {
margin-left:20px;
}
div.jp-video div.jp-duration {
margin-right:20px;
}
div.jp-video div.jp-type-single div.jp-time-holder {
left:110px;
width:186px;
}
div.jp-video div.jp-type-playlist div.jp-time-holder {
left:166px;
width:130px;
}  div.jp-title {
font-weight:bold;
text-align:center;
}
div.jp-title,
div.jp-playlist {
width:100%;
background-color:#ccc;
border-top:1px solid #e3462d;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
list-style-type:none;
margin:0;
padding:0 20px;
font-size:.72em;
}
div.jp-title li {
padding:5px 0;
font-weight:bold;
}
div.jp-playlist li {
padding:5px 0 4px 20px;
border-bottom:1px solid #eee;
}
div.jp-playlist li div {
display:inline;
} div.jp-type-playlist div.jp-playlist li:last-child {
padding:5px 0 5px 20px;
border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
list-style-type:square;
list-style-position:inside;
padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
color: #333;
text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
color:#ffffff;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
color:#ffffff;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
float:right;
display:inline;
text-align:right;
margin-right:10px;
font-weight:bold;
color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
color:#ffffff;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
float:right;
display:inline;
text-align:right;
margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
color:#ffffff;
}
span.jp-artist {
font-size:.8em;
color:#666;
} div.jp-video-play {
position:absolute;
top:0;
left:0;
width:100%;
cursor:pointer;
background-color:rgba(0,0,0,0); }
div.jp-video-270p div.jp-video-play {
height:270px;
}
div.jp-video-360p div.jp-video-play {
height:360px;
}
div.jp-video-full div.jp-video-play {
height:100%;
z-index:1000;
}
a.jp-video-play-icon {
position:relative;
display:block;
width: 112px;
height: 100px;
margin-left:-56px;
margin-top:-50px;
left:50%;
top:50%;
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.video.play.png) 0 0 no-repeat;
text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.video.play.png) 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
width:0px;
height:0px;
}
div.jp-jplayer {
background-color: #262626;
}  ul.jp-toggles {
list-style-type:none;
padding:0;
margin:0 auto;
overflow:hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
width:55px;
margin: 0;
position: absolute;
left: 325px;
top: 50px;
}
div.jp-video ul.jp-toggles {
margin-top:10px;
width:100px;
}
ul.jp-toggles li {
display:block;
float:right;
}
ul.jp-toggles li a {
display:block;
width:25px;
height:18px;
text-indent:-9999px;
line-height:100%; }
a.jp-full-screen {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) 0 -310px no-repeat;
margin-left: 20px;
}
a.jp-full-screen:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -30px -310px no-repeat;
}
a.jp-restore-screen {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -60px -310px no-repeat;
margin-left: 20px;
}
a.jp-restore-screen:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -90px -310px no-repeat;
}
a.jp-repeat {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) 0 -290px no-repeat;
}
a.jp-repeat:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -30px -290px no-repeat;
}
a.jp-repeat-off {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -90px -290px no-repeat;
}
a.jp-shuffle {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) 0 -270px no-repeat;
margin-left: 5px;
}
a.jp-shuffle:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -30px -270px no-repeat;
}
a.jp-shuffle-off {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -60px -270px no-repeat;
margin-left: 5px;
}
a.jp-shuffle-off:hover {
background: url(//www.jasperceelen.nl/wp-content/themes/xone/files/jplayer/jplayer.blue.monday.jpg) -90px -270px no-repeat;
}  .jp-no-solution {
position:absolute;
width:390px;
margin-left:-202px;
left:50%;
top: 10px;
padding:5px;
font-size:.8em;
background-color:#eee;
border:2px solid #e3462d;
color:#000;
display:none;
}
.jp-no-solution a {
color:#000;
}
.jp-no-solution span {
font-size:1em;
display:block;
text-align:center;
font-weight:bold;
}.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-o-transition-property:         top, left, opacity;
transition-property:         transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}  .isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
} .isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}@media only screen and (max-width: 1200px) {
#page-content { min-width: 940px; }
.wrapper { width: 940px; }
.main-content { width: 640px; }
aside {	width: 240px; }
.blog-content { width: 550px; }
.one-half  { width: 450px; }
.one-third { width: 286px; }
.two-third { width: 612px; }
.one-fourth { width: 205px; }
.two-fourth { width: 450px; }
.three-fourth { width: 695px; }
.one-fifth { width: 156px; }
.two-fifth { width: 356px; }
.three-fifth { width: 554px; }
.four-fifth { width: 752px; }
.main-content .one-half  { width: 300px; }
.main-content .one-third { width: 186px; }
.main-content .two-third { width: 412px; }
.main-content .one-fourth { width: 130px; }
.main-content .two-fourth { width: 300px; }
.main-content .three-fourth { width: 470px; }
.main-content .one-fifth { width: 98px; }
.main-content .two-fifth { width: 236px; }
.main-content .three-fifth { width: 334px; }
.main-content .four-fifth { width: 472px; }
.one-half .iconbox-content { width: 400px; }
.one-third .iconbox-content { width: 236px; }
.one-fourth .iconbox-content { width: 155px; }
} @media only screen and (max-width: 1023px) {	
h1 { font-size: 80px; line-height: 100px; }
h2 { font-size: 36px; line-height: 54px; }
h3 { font-size: 28px; line-height: 42px; }
h4 { font-size: 20px; line-height: 30px; }
h5 { font-size: 18px; line-height: 26px; }
h6 { font-size: 16px; line-height: 22px; }
#page-content { min-width: 740px; }
.wrapper { width: 740px; }
.main-content { width: 100%; float:none; }
aside {	width: 100%; float: none; margin-top: 100px; }
header #logo { padding: 10px 0; height: 40px; max-width: 350px; }
header.logo-top #logo { padding: 10px 0; height: 40px; max-width: 100%; }
nav#main-nav > ul > li > a:first-child { line-height: 40px; padding: 10px 0; }
nav#menu-controls > ul > li { height: 40px; padding: 10px 0; }	
nav#main-nav > ul > li > .sub-menu { top: 60px; }
nav#main-nav { display: none; }
.open-responsive-nav { display:block; }
.logo-top .open-responsive-nav { display:inline-block; }
#portfolio-single aside { margin-top: 0px; }
.blog-content { width: 650px; }
.one-half  { width: 350px; }
.one-third { width: 220px; }
.two-third { width: 480px; }
.one-fourth { width: 155px; }
.two-fourth { width: 350px; }
.three-fourth { width: 545px; }
.one-fifth { width: 116px; }
.two-fifth { width: 272px; }
.three-fifth { width: 428px; }
.four-fifth { width: 584px; }
.one-half .iconbox-content { width: 300px; }
.one-third .iconbox-content { width: 170px; }
.one-fourth .iconbox-content { width: 105px; }
.pricing-table { padding: 15px; }
.pricing-accent { padding: 35px 15px; }
.one-fourth .pricing-table {	padding-left: 5px;	padding-right: 5px; }
.price-amount { font-size: 60px; line-height: 60px; }
.one-fourth .price-amount { font-size: 40px; line-height: 40px; }
} @media only screen and (max-width: 760px) {
h1 { font-size: 64px; line-height: 74px; }
h2 { font-size: 32px; line-height: 44px; }
h3 { font-size: 26px; line-height: 36px; }
h4 { font-size: 20px; line-height: 28px; }
h5 { font-size: 18px; line-height: 26px; }
h6 { font-size: 16px; line-height: 22px; }
#page-content { min-width: 300px; }
.wrapper { width: 300px; }
.main-content { width: 100%; float:none; }
aside {	width: 100%; float: none; margin-top: 60px; padding-top: 60px; border-top: 1px solid #d9d9d9; }
#portfolio-single aside { border:none; padding-top:0; }
.blog-date { width: 50px; }
.blog-date .date-day { font-size: 40px; line-height: 30px;}
.blog-date .date-month {font-size: 10px; letter-spacing: 0.03em; }
.blog-content { width: 240px; float: right; }
.column { margin: 60px 0 0 0; }
div .column:first-child { margin: 0; }
.one-half  { width: 100%; }
.one-third { width: 100%; }
.two-third { width: 100%; }
.one-fourth { width: 100%; }
.two-fourth { width: 100%; }
.three-fourth { width: 100%; }
.one-fifth { width: 100%; }
.two-fifth { width: 100%; }
.three-fifth { width: 100%; }
.four-fifth { width: 100%; }
.one-half .iconbox-content { width: 250px; }
.one-third .iconbox-content { width: 250px; }
.one-fourth .iconbox-content { width: 250px; }
.pricing-table { padding: 30px !important; }
.pricing-accent { padding: 50px 30px !important; }
.price-amount { font-size: 80px !important; line-height: 80px !important; } .section-title { margin-top: -7px; margin-bottom: 60px; }
.section-inner { padding-top: 60px; }
#portfolio-single {  padding-top: 60px; }
.ajax-section #portfolio-single {  padding-bottom: 60px; }
#portfolio-single .portfolio-media { margin-top: 40px; }
#portfolio-single .portfolio-content { margin-top:0; padding-top: 40px; }
.ajax-section { padding-bottom: 60px; }
#ajax-loader .loader-icon { top: 20px!important; }
.close-project { bottom: 70px; }
.spacer.spacer-mini { height: 15px; }
.spacer.spacer-small { height: 30px; }
.spacer.spacer-medium { height: 45px; }
.spacer.spacer-big { height: 60px; } .tp-caption .sr-buttonicon {
font-size:22px !important;
border: none;
padding: 4px; width: 24px; height: 24px !important; line-height: 24px !important;
}
}#logo {	height: px; }nav#main-nav > ul > li > a  { line-height: px; } nav#main-nav ul li .sub-menu { top: 40px; } .footer-logo { height: px; }#overlay-logo { height: px; } body {font-family: Nunito;font-weight: 300;font-size: 16px;line-height: 26px;}body strong,body b { font-weight: 700; }input[type=text], input[type=password], input[type=email], textarea { font-family: Nunito; font-weight: 300; }h1 {font-family: Playfair Display;font-weight: 400;font-size: 100px;line-height: 150px;text-transform: none;}h1 strong,h1 b { font-weight: 900; }.tp-caption.xone-title-big-dark, .tp-caption.xone-title-big-white, .tp-caption.xone-title-big-colored { font-family: Playfair Display;font-weight: 400;font-size: 100px;line-height: 150px;text-transform: none;}.tp-caption.xone-title-big-dark strong, .tp-caption.xone-title-big-white strong, .tp-caption.xone-title-big-colored strong, .tp-caption.xone-title-big-dark b, .tp-caption.xone-title-big-white b, .tp-caption.xone-title-big-colored b { font-weight: 900 !important; }h2 {font-family: Playfair Display;font-weight: 400;font-size: 40px;line-height: 60px;text-transform: none;}h2 strong,h2 b { font-weight: 900; }.tp-caption.xone-title-medium-dark, .tp-caption.xone-title-medium-white, .tp-caption.xone-title-medium-colored { font-family: Playfair Display;font-weight: 400;font-size: 40px;line-height: 60px;text-transform: none;}.tp-caption.xone-title-medium-dark strong, .tp-caption.xone-title-medium-white strong, .tp-caption.xone-title-medium-colored strong, .tp-caption.xone-title-medium-dark b, .tp-caption.xone-title-medium-white b, .tp-caption.xone-title-medium-colored b { font-weight: 900 !important; }h3 {font-family: Playfair Display;font-weight: 400;font-size: 32px;line-height: 48px;text-transform: none;}h3 strong,h3 b { font-weight: 900; }.tp-caption.xone-title-small-dark, .tp-caption.xone-title-small-white, .tp-caption.xone-title-small-colored { font-family: Playfair Display;font-weight: 400;font-size: 32px;line-height: 48px;text-transform: none;}.tp-caption.xone-title-small-dark strong, .tp-caption.xone-title-small-white strong, .tp-caption.xone-title-small-colored strong, .tp-caption.xone-title-small-dark b, .tp-caption.xone-title-small-white b, .tp-caption.xone-title-small-colored b { font-weight: 900 !important; }h4 {font-family: Playfair Display;font-weight: 700;font-size: 22px;line-height: 33px;text-transform: none;}h4 strong,h4 b { font-weight: 900; }#reply-title { font-family: Playfair Display;font-weight: 700;font-size: 22px;line-height: 33px;text-transform: none;}h5 {font-family: Playfair Display;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: -0.02em;text-transform: none;}h5 strong,h5 b { font-weight: 700; }.tp-caption.xone-title-mini-dark, .tp-caption.xone-title-mini-white, .tp-caption.xone-title-mini-colored { font-family: Playfair Display;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: -0.02em;text-transform: none;}.tp-caption.xone-title-mini-dark strong, .tp-caption.xone-title-mini-white strong, .tp-caption.xone-title-mini-colored strong, .tp-caption.xone-title-mini-dark b, .tp-caption.xone-title-mini-white b, .tp-caption.xone-title-mini-colored b { font-weight: 700 !important; }h6 {font-family: Nunito;font-weight: 400;font-size: 18px;line-height: 27px;text-transform: none;}h6 strong,h6 b { font-weight: 700; }.filter li a, .readmore-button, .tabs ul.tab-nav li a { font-family: Nunito;font-weight: 700;}.section-title h2 {font-family: Playfair Display;font-weight: 400;font-size: 40px;line-height: 52px;text-transform: none;}.section-title h2 { font-weight: 700; }.section-title h1 {font-family: Playfair Display;font-weight: 400;text-transform: none;}.subtitle {font-family: Nunito;font-weight: 300;font-size: 22px;line-height: 28px;letter-spacing: 0.05em;text-transform: none;}.subtitle h2 { font-weight: 700; }blockquote, #blog-comments .comment-date { font-family: Nunito;font-weight: 300;}nav#main-nav > ul > li > a, nav#responsive-nav > ul li > a {font-family: Nunito;font-weight: 400;font-size: 13px;text-transform: none;}nav#menu-controls > ul > li a span.c-name {font-family: Nunito;font-weight: 300;text-transform: none;}nav#main-nav ul .sub-menu li a, nav#responsive-nav .sub-menu li a { font-weight: 300; }input[type=submit], a.sr-button {font-family: Nunito;font-weight: 400;letter-spacing: 0.15em;text-transform: uppercase;}.blog-date .date-day, .counter-value {font-family: Nunito;font-weight: 700;}  #section-neem-contact-met-me-op > .section-inner {padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-neem-contact-met-me-op > .section-inner {padding-bottom:60px} }#section-neem-contact-met-me-op {background:#ffd371;}#section-jasper > .section-inner {padding-top:200px;padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-jasper > .section-inner {padding-top:120pxpadding-bottom:60px} }#section-jasper {background:#045e68;}#section-opdrachtgevers > .section-inner {padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-opdrachtgevers > .section-inner {padding-bottom:60px} }#section-opdrachtgevers {background:#5ed8a1;}#section-privacy-cookies > .section-inner {padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-privacy-cookies > .section-inner {padding-bottom:60px} }#section-projecten > .section-inner {padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-projecten > .section-inner {padding-bottom:60px} }#section-projecten {background:#045e68;}#section-referenties > .section-inner {padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-referenties > .section-inner {padding-bottom:60px} }#section-referenties {background:#5ed8a1;}#section-rollen > .section-inner {padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-rollen > .section-inner {padding-bottom:60px} }#section-rollen {background:#ffd371;}#section-voorwaarden > .section-inner {padding-bottom:100px;}@media only screen and (max-width: 760px) { #section-voorwaarden > .section-inner {padding-bottom:60px} } input[type=submit]:hover { background-color: #045e68; }
a { color: #045e68; }
nav#main-nav > ul > li:hover > a { color: #045e68; }
nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li.current-menu-ancestor > a { color: #045e68; }
nav#menu-controls > ul > li.current-menu-item > a { border-color: #045e68; }
nav#menu-controls > ul > li a:hover span.c-dot  { background-color: #045e68; }
.portfolio-name a:hover { color: #045e68; }
.filter li a.active, .filter li a:hover { border-color: #045e68; }
.blog-headline .post-name a:hover { color: #045e68; }
.readmore-button:hover { border-color: #045e68; }
a.sr-button3 { border-color: #045e68; color: #045e68; }
a.sr-button3:hover { background: #045e68; }	
a.sr-button5 {	border-color: #045e68; background: #045e68; }
a.sr-button5:hover { border-color: #045e68; background: #045e68; }
.iconbox .fa { color: #045e68; }
.pricing-accent .price { color: #045e68; }
.tabs ul.tab-nav li a:hover, .tabs ul.tab-nav li a.active { border-color: #045e68; }
.toggle-item .toggle-title:hover .toggle-icon .fa, .toggle-item .toggle-active .toggle-icon .fa { color: #045e68 !important; }
.skill .skill-bar .skill-active { background-color: #045e68; }
.widget ul li a:hover { color: #045e68; }
.colored { color: #045e68; }
.tp-caption.xone-title-big-colored, .tp-caption.xone-title-medium-colored, .tp-caption.xone-title-small-colored, .tp-caption.xone-title-mini-colored, .tp-caption.xone-text-colored { color: #045e68;	}
header { background: #eeeeee; } nav#main-nav > ul > li:hover > a, nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li.current-menu-ancestor > a { color: #5ed8a1 !important; }
nav#menu-controls > ul > li.current-menu-item > a { border-color: #5ed8a1 !important; }
nav#menu-controls > ul > li:hover a span.c-dot  { background: #5ed8a1 !important; }