/*
Theme Name: Games Industry
Theme URI: -
Description: Template v2.0 for Gamesindustry
Version: 2.0
Author: Thomas Neppelenbroek
Author URI: http://www.gamesindustry.com
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul { }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-spacing: 0;
		border: 1px solid; 
		width: 100%; }
	tr th{
		border-bottom: 1px solid;
		text-align: left;
	}
	tr th, tr td{
		padding: 9px 20px;
		border-right: 1px solid;
	}
	tr th:last-child, tr td:last-child{
		border-right: 0px;
	}
	table th{ font-weight: bold; }
	
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* #Basic Styles
================================================== */
	body {
		font-family: 'Roboto', sans-serif;
		font-size: 13px;
		color: #666!important;
		-webkit-text-size-adjust: 100%;
		line-height: 155%;
 }
 	html{ min-height: 100%;overflow-y: scroll;b1ackground:#272B2D; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #333333;
		font-weight: 600; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 15px;}
	h2 { margin-bottom: 15px; }
	h3 { margin-bottom: 15px; }
	h4 { margin-bottom: 15px; }
	h5 { margin-bottom: 15px; }
	h6 { margin-bottom: 15px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; color: #777777!important;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a{ color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }

/* #Links
================================================== */
	a{ color: inherit; text-decoration: none; outline: 0; }
	a:hover{ color: inherit; }
	p a { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { color: #777!important;}
	ul {  }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 0px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	/*
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	*/
	li { line-height: 18px; color: #777!important; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	img{ display: block;opacity:1; }
	
	iframe{ display: block; }
	
	.attachment-blog-xv-big {
		margin-bottom: 7px;
	}
	
/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		clear:both;
		display: block;
		margin: 0px;
		padding: 0;
		list-style: none;
		height: 24px;
}		
ul.tabs li a {
	float: left;
	color: #555;
	padding: 5px 10px;
	margin-right: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-size: 13px;
	background: #fff;
	cursor: pointer;
	box-shadow: inset 0px -1px 3px rgba(0,0,0,0.2);
	border-top: 1px solid #e4e4e4;
	margin-top: -3px;
}
		
	ul.tabs li.current-cat a,
	ul.tabs li a.active {
		margin-top: -1px;
		box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
		border-top: none;
}

#tab-icon {
	margin-right: 6px;
}

#tab-icon:hover {
	transform:rotate(30deg);
	-ms-transform:rotate(30deg); /* IE 9 */
	-webkit-transform:rotate(30deg); /* Opera, Chrome, and Safari */
	z-index: 9999;
}

	ul.tabs-content { border: 1px solid #e4e4e4; border-top: none; padding: 20px; display: block; list-style: none; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	/*ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }*/


/* #Subscript
================================================== */
sup { 
	height: 0; line-height: 1; position: relative; top: -0.6em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}
sub { 
	height: 0; line-height: 1; position: relative; top: +0.2em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}
	
/* #Custom Tag
================================================== */
	.wp-caption, .wp-caption-text,
	.sticky, .gallery-caption,
	.bypostauthor{ max-width: 100% !important; }
	.alignright{ float: right; margin-left: 10px; margin-bottom: 10px; }
	.alignleft{ float: left; margin-right: 10px; margin-bottom: 10px; }
	.aligncenter{ margin: 0 auto 0; }
	.shortcode-image-left{ margin-right: 12px; }
	.shortcode-imarg-right{ margin-left: 12px; }  

	br.clear{ clear: both; height: 0px; display: block; }
	.display-none{ display: none; } 
	.overflow-hidden{ position: relative; overflow: hidden; }
	
	.mt-15{ margin-top: -15px !important; }
	.mt0{ margin-top: 0px !important;}
	.mt10{ m1argin-top: 10px !important; }
	.mt15{ margin-top: 15px !important; }
	.mt20{ margin-top: 20px !important; }
	.mt25{ margin-top: 25px !important; }
	.mt30{ margin-top: 30px !important; }
	.mt40{ margin-top: 40px !important; }
	.mb0{ margin-bottom: 0px !important; }
	.mb5{ margin-bottom: 5px !important; }
	.mb10{ margin-bottom: 10px !important; }
	.mb15{ margin-bottom: 15px !important; }
	.mb20{ margin-bottom: 20px !important; }
	.mb25{ margin-bottom: 25px !important; }
	.mb30{ margin-bottom: 30px !important; }
	.mb35{ margin-bottom: 35px !important; }
	.ml0{ margin-left: 0px !important; }
	.mr0{ margin-right: 0px !important; }
	
	.pt25{ padding-top: 25px !important; }

	/*disable blank space*/
	cufon[alt=" "]{ 
	   display: none !important; 
	} 
	

/* #Theme Style
================================================== */
div#custom-full-background{ position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; }
div#custom-full-background img{ 
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
	min-width: 50%; min-height: 50%; z-index: -1; }
	
.preloader { display: block; background:url(images/loading.gif) center center no-repeat; }
	
/*--- Header ---*/
div.navigation-container{ position: relative; z-index: 999 !important; }
div.header-part-wrapper{ min-height: 400px; position: relative; }
div.header-part-wrapper .container{ position: relative; }
div.header-wrapper{ 
	z-index: 998;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
div.header-bottom-bar{  
	height: 6px;
	position: relative;
	z-index: 10;
	-moz-box-shadow: 0px -1px 4px -1px #333;
	-webkit-box-shadow: 0px -1px 4px -1px #333;
	box-shadow: 0px -1px 4px -1px #333;
}
div.logo-wrapper{ float: left; }
div.logo-wrapper img{ display: inline-block; } 
div.outer-social-wrapper{ text-align: center; }
div.social-icon-wrapper.bottom-slider-on{ m1argin-right: 10px; padding: 10px 16px 0px; b1ackground: url('images/overlap-social-slider-bg.png') repeat-x; 

	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px; }
div.social-icon-wrapper{ position: absolute; right: 0; z-index: 100; }
div.social-wrapper { float: right; text-align: right; font-size: 15px; font-weight: bold;}
div.social-icon:last-child { margin-right: 0px; }
div.social-icon-wrapper .social-icon{ opacity: 0.45; filter: alpha(opacity=45); }
div.social-icon-wrapper.bottom-slider-on .social-icon{ opacity: 1; filter: alpha(opacity=100); }
div.social-icon { float: left; margin-right: 8px; cursor: pointer; }
div.social-icon-wrapper.bottom-slider-on{ bottom: 21px; }

/*--- Navigation ---*/
div.navigation-wrapper .sf-menu li li{ background: url('images/sub-nav-bg.png'); font-family: Droid Sans; }
div.navigation-wrapper{ font-size: 13px; font-weight: normal; text-align: center; }
div.main-navigation-wrapper{ float: right; }
div.navigation-wrapper ul li ul li{ font-weight: normal; }
div.responsive-menu-wrapper{ display: none; padding: 0px 20px 20px; }
div.responsive-menu-wrapper select{ width: 100%; height: 30px; margin-bottom: 0px; }
div#main-superfish-wrapper{ margin-left: 10px; }



/*--- Search Form ---*/
div.search-wrapper{ float: right; }
div.search-wrapper form { margin: 0px; padding: 9px 0px 9px 0px; }
div.search-wrapper #search-text{ width: 1px; overflow: hidden; float: left; }
div.search-wrapper input[type="text"]{
	font-size: 11px; padding: 2px 5px 2px 6px; margin: 0px 0px 0px 9px; width: 150px; height: 19px; 
	line-height: 19px; border: 0px;}
div.search-wrapper input[type="submit"]{
	padding: 0px; margin: 3px 10px 3px 10px; width: 17px; height: 17px; float: right;
	border: 0px; 
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none}

/*--- Content ---*/
div.content-wrapper{ position: relative; background: #fff;}
div.content-part-wrapper{ padding-top: 30px; }
div.content-part-wrapper.slider-off{ background: transparent; }
div.wrapper-on{ margin-left: 10px; margin-right: 10px; }
div.header-title-wrapper{ float: left; margin-bottom: 20px; padding: 9px 20px 7px 12px; position: relative; }
div.header-title-icon{ width: 12px; height: 18px; float: left; margin-right: 8px; }
h3.header-title{ font-size: 12.5px; font-weight: bold; margin: 0px; float: left; display: block; }

/*--- Page ---*/
div.gdl-page-item{ padding-bottom: 15px; margin-bottom:30px; }

div.page-title-wrapper{ margin-top: 45px; }
h1.gdl-page-title{ font-size: 22px; margin-bottom: 0px; margin-right: 20px; float: left; line-height: 20.15px; padding-bottom:10px;}
div.gdl-page-caption{ font-size: 18px; line-height: 28px; overflow: hidden; padding-top: 3px; font-style: italic; }

div.gdl-page-content{ margin-top: 10px; }

div.pagination{ 
	float: right; }
div.pagination a, div.pagination span{ 
	padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block; 
	text-align: center; 
	border-color: inherit; color: inherit; }
div.pagination a:last-child, div.pagination span:last-child{  }
div.pagination a:hover{ background: none; color: inherit; }
div.pagination span{ }
div.pagination a {
	background: #e3e3e3;
	border: 1px solid #bbb;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	margin-left: 5px;
}

	
/*--- Sidebar ---*/
.gdl-right-sidebar .searchform {
	/*display: none;*/
}

div.gdl-left-sidebar{ float: left;}
div.gdl-right-sidebar{ float: right; background: #f9f9f9; border: 1px solid #f1f1f1; border-radius: 5px;}
div.gdl-page-item{ float: right; }
.single .gdl-page-item { float: left; }
div.gdl-page-float-left{ float: left; }

div.custom-sidebar { border-color: inherit; m1argin-bottom: 40px; clear: both; }
div.custom-sidebar div { border-color: inherit; }
div.custom-sidebar ul{ list-style: none; margin-left: 0px; border-color: inherit; }	
div.custom-sidebar ul li{ padding-left: 15px; background-position: 0px 4px; }
div.custom-sidebar ul li li:last-child{ 
	border-bottom: none; padding-bottom: 0px; }	
div.custom-sidebar #recentcomments a{background: none; }		
div.custom-sidebar #twitter_update_list{ f1ont-family: 'Droid Serif'; font-style: italic;}
div.custom-sidebar #twitter_update_list li{ background: none; padding-left: 0px; }
div.custom-sidebar #twitter_update_list li span{
display: inline-block;
}
div.custom-sidebar #twitter_update_list li span a { margin-top: 0px; margin-right: 6px; padding-left: 2px; display: inline-block;
}
div.custom-sidebar #twitter_update_list li a {display: table;
margin-top: 10px;
float: none;
clear: both;
}

/*--- Custom Widget ---*/
div.custom-sidebar .textwidget{ margin-top: 15px; }

div.custom-sidebar .gdl-recent-post-widget{ border-color: inherit; }
div.custom-sidebar  .recent-post-widget{ 
	padding-top: 13px; padding-bottom: 13px; b1order-bottom: 1px solid; b1order-color: inherit; }
div.custom-sidebar  .recent-post-widget-thumbnail{
	background-color: #f3f3f3; margin-right: 12px; float: left; }
div.custom-sidebar  .recent-post-widget-context{ overflow: hidden; margin-top: 2px; }
div.custom-sidebar  .recent-post-widget-date{
	margin-top: 4px; height: 16px; line-height: 17px; f1ont-family: 'Droid Serif'; font-style: italic; font-size: 11px;
	background-position: 0px 0px; padding-left: 17px; }
div.custom-sidebar  .recent-post-widget-comment-num{
	margin-top: 4px; height: 16px; line-height: 17px; f1ont-family: 'Droid Serif'; font-style: italic; font-size: 11px;
	background-position: 0px 0px; padding-left: 17px; }

div.custom-sidebar .twitter-whole{ border-color: inherit; }
div.custom-sidebar .twitter-whole ul li  a{ background: none; padding: 0px; }

div.custom-sidebar .flickr-widget{ margin-top: 5px; display: inline-block; }
div.custom-sidebar .flickr_badge_image{	margin: 10px 10px 0px 0px; float: left; width: 56px; height: 56px; }
div.custom-sidebar .flickr-widget img{ width: 56px; height: 56px; }

div.custom-sidebar .contact-widget-whole ol{ list-style: none; margin-left: 0px; margin-top: 15px; }
div.custom-sidebar .contact-widget-whole ol li{ margin-right: 10px; }
div.custom-sidebar .contact-widget-whole input,
div.custom-sidebar .contact-widget-whole textarea{ margin-bottom: 16px; }
div.custom-sidebar .screenReader{ display: none; }

div.custom-sidebar .gdl-recent-port-widget{ margin-top: 10px; }
div.custom-sidebar .recent-port-widget{ float: left; margin-right: 10px; margin-top: 10px; }

/* Sidebar right/left */	
div.left-sidebar-wrapper .custom-sidebar-title,
div.right-sidebar-wrapper .custom-sidebar-title{ 
	padding: 0px 0px 12px 0px; font-size: 15px; border-color: inherit; margin: 0px; }
div.five.columns .left-sidebar-wrapper{ margin-right: 10px; }
div.five.columns .right-sidebar-wrapper{ m1argin-left: 10px; }
	
div.custom-sidebar .divider{ margin-bottom: 5px; }

/* Sitemap */
div.sitemap .custom-sidebar-title{ padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }

/* Feature Media */
div.feature-media-item{ margin-bottom: 40px; }
div.feature-media-thumbnail-wrapper{ margin-bottom: 20px; }
div.feature-media-content-wrapper{ overflow: hidden; padding-bottom: 2px; margin-top: 5px; }
div.feature-media-item.sixteen .feature-media-thumbnail-wrapper{ float: left; width: 460px; margin-right: 20px; margin-bottom: 0px; }
div.sidebar-included .feature-media-item.sixteen .feature-media-thumbnail-wrapper{ float: left; width: 460px; margin-right: 20px; margin-bottom: 0px; }
div.sidebar-included .feature-media-item.sixteen .feature-media-thumbnail-wrapper{ float: left; width: 300px; margin-right: 20px; margin-bottom: 0px; }
div.both-sidebar-included .feature-media-item.sixteen .feature-media-thumbnail-wrapper{ float: none; width: auto; margin-right: 0px; margin-bottom: 20px; }
div.feature-media-icon-wrapper{ float: left; margin-right: 13px; }
div.feature-media-header-wrapper{ margin-bottom: 15px; }
h3.feature-media-title{ font-size: 23px; margin-top: 5px; margin-bottom: 8px; font-weight: bold; }
div.feature-media-title-wrapper{ overflow: hidden; }
div.feature-media-caption{ font-style: italic; } 
div.feature-media-content{ font-size: 13px; margin-bottom: 20px; } 

/* Calendar */
#calendar_wrap{ border-color: inherit; }
#wp-calendar{ width: 100%; border-color: inherit; border-width: 0px; }
#wp-calendar caption{ font-size: 13px; font-weight: bold; margin: 5px auto 15px; padding-bottom: 6px; border-bottom: 1px solid; border-color: inherit; }
#wp-calendar td{ padding: 4px; text-align: center; border-right: 0px; }
#wp-calendar th{ padding: 0px; text-align: center; border-right: 0px; border-bottom: 0px; background: transparent;  }

/* search widget */
div.custom-sidebar #searchsubmit{ position: absolute; height: 27px; top: 0px; right: 2px; cursor: pointer;
	width: 28px; border: 0px; border-image: initial; 
	
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;}
div.custom-sidebar #search-text{ margin-top: 20px; margin-right: 10px; }
div.custom-sidebar #searchform{ position: relative; margin-bottom: 0; }
div.custom-sidebar #search-text input[type="text"]{ margin-bottom: 0; width: 100%; }
div.custom-sidebar #searchform br.clear{ display: none; }

/*--- Contact Form ---*/
div.custom-sidebar label, legend { font-weight: bold; margin-bottom: 7px; }
div.custom-sidebar .error{ f1ont-family: 'Droid Serif'; font-style: italic; margin-bottom: 15px; }
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea { width: 96%; margin-left: 5px;  }
.footer-widget-wrapper div.custom-sidebar #contactForm input, .footer-widget-wrapper div.custom-sidebar #contactForm textarea { width: 100%; margin-left: 0px;  }

/*--- Twitter ---*/
div.twitter-item-wrapper ul{ margin-left: 0px; list-style: none; } 
div.twitter-item-wrapper ul li{ margin-bottom: 20px; }
div.twitter-item-wrapper ul li .twitter-content{  }
div.twitter-item-wrapper ul li .twitter-date{  }

/*--- Footer ---*/
div.footer-wrapper{ overflow: hidden; }
div.footer-wrapper .container{ background: transparent; }
div.footer-wrapper-gimmick{ height: 7px; position: relative; z-index: 10;

	-moz-box-shadow: 0px 0px 6px #111;
	-webkit-box-shadow: 0px 0px 6px #111;
	box-shadow: 0px 0px 6px #111; }
div.footer-widget-wrapper{ padding-top: 35px; }
div.footer-widget-wrapper .custom-sidebar{ }
div.footer-widget-wrapper .custom-sidebar-title{ font-size: 16px; margin-bottom: 10px;}

/* Footer custom widget*/
div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	 -moz-box-shadow: none; 
	 -webkit-box-shadow: none; 
	 box-shadow: none; }
div.footer-wrapper #wp-calendar caption{ font-size:15px; border: none; margin-bottom: 15px; }
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

/*--- Copyright ---*/
div.copyright-wrapper{ padding-top: 12px; padding-bottom: 12px; font-size: 11px; font-weight: bold; }
div.copyright-left{ text-align: left; float: left; margin-left: 20px; }
div.copyright-right{ text-align: right; float: right; margin-right: 20px; } 

/*--- Comments ---*/
#disqus_thread {
	clear: both;
	background-color: white;
	padding: 20px;
	border: 1px solid #e4e4e4;
}

div.comment-wrapper{  margin-top: 40px; }
div.comment-wrapper .comment-title{  font-size: 18px; }
div.comment-wrapper .comment-form-comment{  margin-right: 40px; }
div.comment-wrapper #reply-title{ font-size: 18px; margin-bottom: 15px; }
div.comment-wrapper textarea{
	height: 165px; width: 590px; margin: 5px 5px 25px; padding: 10px; max-width: 100%;
	line-height: 20px; }

div.comment-wrapper .comment-form-captcha img { float: left; margin-right: 20px; margin-top: 1px; }
div.comment-wrapper .comment-form-author input,
div.comment-wrapper .comment-form-email input,
div.comment-wrapper .comment-form-url input { float: left; }
div.comment-wrapper .comment-form-captcha input { float: left; width: 205px; }
div.comment-wrapper .comment-form-author label,
div.comment-wrapper .comment-form-email label,
div.comment-wrapper .comment-form-url label,
div.comment-wrapper .comment-form-captcha label { float: left; line-height: 32px; margin: 5px 0px 0px 10px; }
div.comment-wrapper .comment-form-author span,
div.comment-wrapper .comment-form-email span,
div.comment-wrapper .comment-form-url span,
div.comment-wrapper .comment-form-captcha span { float: left; line-height: 32px; margin-left: 2px; }

	
ol.comment-list{ margin: 0px; list-style: none; }
ol.comment-list .comment-body{ border-bottom: 1px solid; margin-top: 22px; padding-bottom: 22px; }
ol.comment-list ul{ margin: 0px 0px 0px 30px; list-style: none; }
div.comment-avartar{ float: left; }
div.comment-context{ margin-left: 80px; }
span.comment-author{  margin-right: 5px; font-size: 16px; }
span.comment-date{  margin-right: 5px; font-style: italic; f1ont-family: 'Droid Serif'; font-size: 11px;}
span.comment-time{ margin-right: 5px; font-style: italic; }
div.comment-content{ margin-top: 7px; }

div.comment-wrapper #respond{ margin-top: 30px; }

/* Slider */
div.slider-wrapper{ position: relative; overflow: hidden; margin-top: 20px;}
div.slider-bottom-gimmick{ height: 5px; width: 100%; }
div.slider-top-shadow{ 
	height: 6px; width: 100%; position: absolute; top: -1px; z-index: 100;
	background: url('images/gradient-vertical-6px.png'); }
div.slider-bottom-shadow{ 
	height: 6px; width: 100%; position: absolute; bottom: 4px; z-index: 100;
	background: url('images/gradient-vertical-6px.png') 0px 6px;}
.gdl-slider-title{
	margin-left: -2px; padding-bottom: 7px; font-size: 28px; line-height: 30px;
}

/* Accordion */
h3.accordion-header-title{ font-size: 18px; margin-bottom: 25px; }
ul.gdl-accordion{ list-style: none; margin-left: 0px; }
ul.gdl-accordion li{ list-style: none; border-bottom: 1px solid; padding-top: 15px; }
ul.gdl-accordion li:first-child{ list-style: none; border-bottom: 1px solid; padding-top: 0px; }
h2.accordion-head{ 
	margin-bottom: 0px; padding: 0px 0px 15px 0px; 
	line-height: 21px; font-size: 16px; cursor: pointer; display: block; }
div.accordion-content{ padding: 0px 0px 20px 37px; overflow: hidden; }
span.accordion-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; display: block; }
div.accordion-head p{ margin-bottom: 0px; }
ul.gdl-accordion .accordion-content ul li { list-style: disc; border-bottom: 0px; margin-bottom: 5px; }

/* Gallery */
h3.gallery-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }
div.gallery-thumbnail-image{  }

/* Toggle Box */
h3.toggle-box-header-title{ font-size: 18px; margin-bottom: 25px; }
ul.gdl-toggle-box{ margin-left: 0px; }
ul.gdl-toggle-box li{ list-style: none; border-bottom: 1px solid #ececec; margin-bottom: 15px; }
h2.toggle-box-head{ padding: 0px 0px 0px 0px; line-height: 21px; font-size: 16px; cursor: pointer; }
div.toggle-box-content{ padding: 0px 0px 20px 37px; overflow: hidden; }
span.toggle-box-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; }
div.toggle-box-head p{ margin-bottom: 0; }
ul.gdl-toggle-box .toggle-box-content ul li { list-style: inherit; border-bottom: 0px; margin-bottom: 5px; }

/* Column Service */
div.bottom-slider-top-bar{ height: 7px; position: relative; z-index: 10; background-color: black;

	-moz-box-shadow: 0px 1px 6px -1px #222;
	-webkit-box-shadow: 0px 1px 6px -1px #222;
	box-shadow: 0px 1px 6px -1px #222;}
div.bottom-slider-wrapper{ padding-top: 25px; }
div.column-service-image{ 
	float:left; margin-right: 25px; }
div.column-service-content-wrapper{ overflow: hidden;  }
h3.column-service-title{ font-size: 20px; margin-bottom: 12px; }
div.column-service-content{ font-size: 13px; margin-bottom: 9px; }
a.column-service-read-more{ font-size: 13px; f1ont-family: 'Droid Serif'; font-style: italic; }


/* Stunning Text */
div.stunning-text-wrapper{ clear: both; text-align: center; padding-top: 20px; padding-bottom: 20px; }
h1.stunning-text-title{ line-height: 30px; font-size: 35px; font-weight: bold; padding: 0px 25px 0px 25px;}
div.stunning-text-caption span{ padding: 7px 0px; line-height: 180%; }
div.stunning-text-caption{ font-size: 14px; padding: 5px 25px 0px 25px; }
div.stunning-text-button-wrapper{ text-align: center; } 
	
/* Divider */
div.divider{ margin-bottom: 20px; position: relative; height: 2px; border-bottom: 1px solid; border-top: 1px solid; }
div.scroll-top{ position: absolute; top: -19px; right: 2px; cursor: pointer; font-size: 10px; }

/* Single */
h1.single-thumbnail-title{ margin-top: 40px; padding-bottom: 18px; font-size: 21px; margin-bottom: 0; }
h1.single-thumbnail-title a{ color: inherit; }
div.single-thumbnail-info{ 
	margin-bottom: 15px; font-size: 11px; f1ont-family: Droid Serif; font-style: italic; }
div.single-thumbnail-date{ 
	height: 16px; line-height: 16px; float: left; margin-right: 20px; padding-left: 17px; }
div.single-thumbnail-author{ 
	height: 16px; line-height: 16px; float: left; margin-right: 20px; padding-left: 17px; }
div.single-thumbnail-comment{ 
	height: 16px; line-height: 16px; float: left; margin-right: 20px; padding-left: 17px; } 
	
div.single-thumbnail-tag{ 
	float: left;
	margin-right: 10px; 
 
} 
div.single-thumbnail-context{ padding-top: 20px; }
div.single-content{ margin-top: 20px; } 

div.single-thumbnail-tag a {
	color: #777;
}


div.single-port-prev-nav{ float: left; }
div.single-port-prev-nav a{ float: left; }
div.single-port-prev-nav .left-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-right: 8px; }
div.single-port-next-nav{ float: left; margin-left: 22px; }
div.single-port-next-nav a{ float: left;}
div.single-port-next-nav .right-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-left: 8px; }

div.single-port-nav{ float: right; margin-bottom: 18px; }
h1.single-port-title{ border-bottom: 1px solid; font-size: 21px; padding-bottom: 8px; margin-bottom: 0px; }
h1.single-port-title a{ color: inherit; }
div.single-port-info{ font-style: italic; f1ont-family: Droid Serif; } 
div.single-port-info span.head{ font-weight: bold; margin-right: 5px; }
div.single-port-date{ margin-top: 8px; }
div.single-port-tag{ margin-top: 8px; }
div.single-port-visit-website{ padding-left: 28px; margin-top: 10px; }
div.about-author-wrapper{ margin-top: 40px; padding: 18px; }
div.about-author-avartar{ float: left; }
div.about-author-info{ margin-left: 110px; }
div.about-author-title{ font-size: 18px; margin-top: 3px; margin-bottom: 5px; }

div.social-share-title{ margin-top: 40px; font-size: 18px; }
div.social-shares ul{ list-style: none; margin-left: 0px; margin-top: 15px; }
div.social-shares ul li{ float: left; margin-right: 15px; margin-bottom: 15px; }

/* Blog */
.cat-post:nth-child(odd) {
	margin-right: 19px!important;
}

#small {
	margin-right: 20px!important;
}

#small:nth-child(3n+4) {
	margin-right:0px!important;
}

#small h2 a{
	font-size: 12pt;
	height: 65px;
	overflow: hidden;
}

.category-links {
	margin-left: 10px;
	list-style-type: none;
	display: inline-block;
}

.category-links li {
	display: inline;
}

.category-links li a{
	margin-right: 7px;
	padding-right: 7px;
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.1);
	color: #333;
	font-size: 9pt;
	font-weight: 300;
	border-right: 1px dotted #E44424;
}

.cat-post {
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.cat-post h2 a{
	font-weight: 300;
	font-size: 16pt;
	color: #333;
	padding: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	display: block;
	line-height: 20pt;
	height: 50px;
	overflow: hidden;
}

.cat-post p {
	font-weight: 300;
	padding: 15px;
	padding-top: 0px;
	display: block;
	text-align: justify;
}


/* Message Box */
div.message-box-wrapper{ border:1px solid; padding: 20px; margin-bottom: 20px; }
div.message-box-title{ font-weight: bold; font-size: 14px; margin-top: 2px; }
div.message-box-content{ margin-top: 12px; }

div.message-box-wrapper.red{ background-color: #ffdcdd; border-color: #e9b9bb; color: #713a3c;}
div.message-box-wrapper.red .message-box-title{ color: #8d4345;}
div.message-box-wrapper.yellow{ background-color: #ffffe0; border-color: #e1db8b; color: #4d4d39;}
div.message-box-wrapper.yellow .message-box-title{ color: #737357;}
div.message-box-wrapper.blue{ background-color: #c2e1ee; border-color: #8ec3d9; color: #3d5058;}
div.message-box-wrapper.blue .message-box-title{ color: #475d66;}
div.message-box-wrapper.green{ background-color: #e1ffd9; border-color: #badeb1; color: #435b3d;}
div.message-box-wrapper.green .message-box-title{ color: #526d4b;}

/* Shortcode */
.shortcode1-4{ width: 23%; margin-right: 2%; float: left; }
.shortcode1-3{ width: 31.33%; margin-right: 2%; float: left; }
.shortcode1-2{ width: 48%; margin-right: 2%; float: left; }
.shortcode2-3{ width: 64.66%; margin-right: 2%; float: left; }
.shortcode3-4{ width: 73%; margin-right: 2%; float: left; }
.shortcode1{ width: 98%; margin-right: 2%; float: left; }

div.shortcode-list ul{ list-style: none; margin-left: 0px; }	
div.shortcode-list li{ padding:2px 0px 2px 25px; border: 0px; } 
div.shortcode-list-arrow li{ background: url('images/list/arrow.png') no-repeat; }
div.shortcode-list-arrow2 li{ background: url('images/list/arrow2.png') no-repeat; }
div.shortcode-list-arrow3 li{ background: url('images/list/arrow3.png') no-repeat;  }
div.shortcode-list-bullet li{ background: url('images/list/bullet.png') no-repeat; }
div.shortcode-list-bullet2 li{ background: url('images/list/bullet2.png') no-repeat; }
div.shortcode-list-bullet3 li{ background: url('images/list/bullet3.png') no-repeat; }
div.shortcode-list-check li{ background: url('images/list/check.png') no-repeat; }
div.shortcode-list-check2 li{ background: url('images/list/check2.png') no-repeat; }
div.shortcode-list-check3 li{ background: url('images/list/check3.png') no-repeat; }
div.shortcode-list-delete li{ background: url('images/list/delete.png') no-repeat; }
div.shortcode-list-delete2 li{ background: url('images/list/delete2.png') no-repeat; }
div.shortcode-list-delete3 li{ background: url('images/list/delete3.png') no-repeat; }

div.shortcode-social{ float: left; margin-right: 12px; } 

div.shortcode-block-quote-left{ 
	width: 33%; float: left; margin: 15px 20px 15px 20px; padding: 20px;
	border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
}
div.shortcode-block-quote-right{ 
	width: 33%; float: right; margin: 15px 20px 15px 20px; padding: 20px; 
	border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
 }
div.shortcode-block-quote-center{ 
	margin: 0px 20px 20px 20px; text-align: center; padding: 20px; 
	border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
}

div.shortcode-dropcap{ 
	margin-top: 0px; margin-bottom: 0px; margin-right: 5px; float: left; font-size: 25px; font-size: 25px; 
	width: 32px; height: 32px; line-height: 32px; text-align: center; float: left; }
div.shortcode-dropcap.circle{
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

/* contact form */
div.contact-form-wrapper ol{ margin: 0px; list-style: none; }
div.contact-form-wrapper ol li{ margin-bottom: 20px; }
div.contact-form-wrapper ol li.sending-result{ max-width: 622px; display: none; }
div.contact-form-wrapper ol li.sending-result .message-box-wrapper{ padding: 10px 15px 10px 15px; }
div.contact-form-wrapper ol li div.error{ display: none; }
div.contact-form-wrapper .textarea{ margin-right: 32px; }
div.contact-form-wrapper textarea{
	height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px; max-width: 100%;
	line-height: 20px; }
div.contact-form-wrapper .contact-submit{ float: left; }
div.contact-form-wrapper .contact-loading{
	width: 16px; height: 16px; float: left; margin: 7px 0px 0px 15px; display:none;
	background: url('images/loading.gif'); }
	
/* Price Item */
div.gdl-price-item{ margin-bottom: 20px;}
div.gdl-price-item .price-item{ border: 1px solid; border-color: inherit; margin-left: -1px; padding-bottom: 30px;}
div.gdl-price-item .price-tag{
	font-size: 35px; line-height: 40px; text-align: center; padding-top: 20px; padding-bottom: 20px; font-weight: bold; }
div.gdl-price-item .price-title{ 
	font-size: 14px; text-align: center; font-weight: bold; padding-top: 8px; padding-bottom: 8px; }
div.gdl-price-item .price-button{ text-align: center; margin-top: 25px; } 
div.gdl-price-item .price-content{ text-align: center; margin-top: 25px; }
div.gdl-price-item .price-content .shortcode-list{ display: inline-block; }

div.gdl-price-item .price-item.active{ padding-bottom: 70px; margin-top: -20px; }

/* code */
.gdl-code{
	overflow: hidden; padding: 15px; border: 1px #eee solid; clear: both; background: #f9f9f9;
	margin-bottom: 20px; color: #555; font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

/* Contact Form 7 */
span.wpcf7-form-control-wrap input[type="text"],
span.wpcf7-form-control-wrap input[type="[password"],
span.wpcf7-form-control-wrap textarea{
	max-width: 90%; width: 320px; height: 30px; line-height: 30px; 
	padding: 0px 0px 0px 7px; margin: 10px 5px 10px; line-height: 20px; }
span.wpcf7-form-control-wrap input.wpcf7-file{ width: auto; height: auto; background-color: transparent; border: none;
	-webkit-box-shadow: none; box-shadow: none; margin-left: 0; max-width: 90%; }
span.wpcf7-form-control-wrap textarea{ height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px; 
max-width: 100%; line-height: 20px; max-width: 90%; }

div.wpcf7 p{ font-weight: bold; }
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input{ font-weight: normal; }
div.wpcf7 .ajax-loader{ display: none; }

/* Responsive anything video fix */
.anythingSlider .fluid-width-video-wrapper{

padding: 0px !important;

}

/* TIENVIJF */

.gdl-page-item {
	background: transparent;
}

.left-sidebar-wrapper,
.right-sidebar-wrapper {
	min-height:300px;
}

.event-stories .gdl-page-item {
	background-color: #fff!important;
	border: 1px solid #e4e4e4;
	clear: both;
}

.event_name_country_container {
	clear: both;
	margin-bottom: 8px;
}

.event-story-title {
	font-weight: normal!important;
	font-size: 16pt;
}

.event_date {
	float: right;
	font-weight: bold;
}

.event_name {
	float: left;
	font-size: 11pt;
	margin-right: 4px;	
}

.event_name a{
	color: #777777;
}

.event_country {
	font-size: 11pt;
}

.event_country a{
	color: #777777;
}

.related-event {
	float: left;
}

.all-event-stories {
	float: right;
}

#mc-embedded-subscribe {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	cursor: pointer!important;
}

/*########################################################################
	HOME
########################################################################*/

.button { 
	background: #E44424!important;
	padding: 5px 10px;
	border-radius: 3px!important;
	color: #fff!important;
	box-shadow: none!important;
	color: #fff!important;
	cursor: pointer;
	border: none!important;
}

div.bottom-slider-wrapper {
	background-color: #fff!important;
	padding-bottom: 100px;
}

.layerslider {
	margin-top: 20px;
	margin-bottom: 20px;
}
.frontpage-hero {
	width: 50%;
	margin: 0 auto;
	position: relative;
}

.frontpage-hero h2{
	font-size: 1.5em;
	font-weight: 300;
	color: #777;
	float: left;
}

.hero-button {
	width: 100px;
	display: inline-block;
	position: relative;
	top: -10px;
	margin-left: 17px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	padding: 10px 0px!important;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	box-sizing: border-box;
	clear:both;
}

.frontpage-cta {
	overflow: visible; 
	position: absolute;
	text-align: center;
	width: 100%;
	color: #555; 
	text-shadow: -1px 0px 0px #fff; 
	margin-top: 5px; 
}

.frontpage-button {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	padding: 10px 0px!important;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	max-width: 100%;
	box-sizing: border-box;
	display: block;
	margin: 5px;
	clear:both;
}

.frontpage-button:hover{
	color: #fff;
}

.frontpage sub{
	font-size: 10pt;
	color: #333333;
}

.blue, .green, .orange, .grey {
	color: #fff!important;	
}

.orange {
	background-color: #F27900;
}

.grey {
	background-color: #777777;
}

.blue {
	background-color: #00bcd8;
}

.green {
	background-color: #278a00;
}

.red {
	background-color: #E44424;
}

.red:hover {
	background-color: #d73c1d;
	color: #fff;
}
	

.blue:hover {
	background-color: #00b1cb;
}

.orange:hover {
	background-color: #e57301;
}

.green:hover {
	background-color: #258001;
}

.featured:after {
	content: 'tip!';
	background: #E44424;
	border-radius: 3px;
	color: white;
	padding: 1px 6px;
	font-size: 8pt;
	font-weight: 300;
	position: relative;
	right: -90%;
	top: -140px;
}

.fullwidth {
	position: relative;
	width: 100%;
	background: url(images/seamless.jpg); 
	padding-top: 20px;
	padding-bottom: 25px;
	border: 1px solid #e4e4e4;
	display: inline-block; 
	margin-bottom: 0px;
}

.fullwidth h2 {
	padding: 10px 0px 10px 30px;
	font-size: 20pt;
	border-left: 3px solid #E44424;
	font-weight: 300;
}

#heading {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 0px;
}

.frontpage-post {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	overflow: hidden;
}

.frontpage-post-thumb {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
	overflow: hidden;
}

.frontpage-post-thumb img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 135px;
}

.frontpage-post-thumb img:hover {
	opacity: 0.8!important;
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.frontpage-post h3{
	padding: 0px 15px 10px 15px;
	font-weight: 400;
	margin-bottom: 6px;
	clear: both;
	height: 42px;
	overflow: hidden;
}

.frontpage-post h3 a{
	color: #555;
}

time{
	display: block;
	padding: 8px 15px 0px 15px;
	font-size: 11px;
	margin-bottom: 0px;
	color: #555;
	float: left;
}

.comment-count {	
	float: right;
	padding: 8px 15px 0px 15px;
	margin-bottom: 0px;
	color: #555;
	font-size: 11px;
}

.view-count {
	float: right;
	padding: 8px 5px 0px 15px;
	margin-bottom: 0px;
	color: #555;
	font-size: 11px;
}	

.frontpage-news {
	border-radius: 5px;
	border-top-right-radius: none;
	border-top-left-radius: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.frontpage-news-item {
	vertical-align: center;
	margin-bottom: 0px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	padding: 5px 10px;
	background: #fff;
	overflow: hidden;
}

.frontpage-news-item:nth-child(2) {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.frontpage-news-item:nth-last-child(3) {
	border-bottom: 1px solid #e4e4e4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.frontpage-news-item time{
	font-weight: 300;
}

.frontpage-news-item h2 {
	font-size: 10pt;
	font-weight: 400;
	margin-bottom: 0px;
	color: #555555!important;
	border: none;
	text-align: left;
	padding: 0px;
}

.frontpage-companies {
	border-radius: 5px;
	border-top-right-radius: none;
	border-top-left-radius: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.frontpage-companies img {
	border: 1px solid #e4e4e4;
	padding: 5px;
	float: left;
	margin-right: 10px;
}

.frontpage-company {
	border: 1px solid #e4e4e4;
	border-bottom: none;
	overflow: hidden;
	background: #fff;
	padding: 10px;
}

.frontpage-company:nth-child(2) {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.frontpage-company:nth-last-child(3) {
	border-bottom: 1px solid #e4e4e4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.company-logo {
	float: left;
	width: 35%;
}

.company-info {
	float: right;
	width: 65%;
	padding-left: 10px;
}

.frontpage-company h3 a{
	color: #555555!important;
	font-size: 11pt;
	font-weight: 300;
}

.frontpage-company h3 {
	float: left;
	margin-bottom: 5px;
}

.company-url ,.country ,.company-size {
	font-weight: 300;
}

.company-url span,.country span,.company-size span {
	font-weight: 400;
}

.verified {
	background: #e44424;
	display: inline-block;
	color: #fff;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 7pt;
	cursor: default;
	border-radius: 3px;
}

.frontpage-jobs {
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.frontpage-job {
	background: #fff url(images/blue-arrow.png) no-repeat 9px 9px;
	padding: 5px 10px 5px 30px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	-webkit-transition: height 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
	height: 50px;
	overflow: hidden;
	overflow: hidden;
}

.frontpage-job:nth-child(2) {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.frontpage-job:nth-last-child(3) {
	border-bottom: 1px solid #e4e4e4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.frontpage-job-meta {
	float: left;
	font-weight: 300;
}

.frontpage-job-meta-last {
	float: left;
	font-weight: 300;
}

.frontpage-job-meta:after {
	content: '-';
	margin-left: 2px;
	margin-right: 5px;
}

.frontpage-job-meta a{
	display: inline-block;
	font-weight: 300!important;
	color: #777!important;
}

.frontpage-job:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.frontpage-job:hover {
	height: 150px;
	cursor: pointer!important;
}

.frontpage-job a{
	color: #555555;
	font-weight: 400;
}

.frontpage-job span {
	color: #555555;
	font-weight: 300;
	font-size: 9pt;
}

.frontpage-games h2{
	padding: 10px 0px 10px 30px;
	font-size: 20pt;
	border-left: 3px solid #E44424;
	font-weight: 300;
}

.game-image img{
	min-width: 60px;
	min-height: 60px;
	max-height: 60px;
	max-width: auto;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.game-image img:hover{
	opacity: 0.8;
}

.frontpage-events {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	margin-top: 10px;
}

.frontpage-event {
	padding-left: 0px;
	height: 80px;
	margin-bottom: 10px!important;
	float: left;
}

div.two.columns.frontpage-event:nth-child(8){
	border-right: none;
}

.frontpage-event a{
	color: #555555;
	font-size: 11pt;
}

.frontpage-event .event-title a{
	color: #555;
	font-size: 8pt;
}

.event-timespot {
	margin-bottom: 0px!important;
}

.event-timeline {
	background: url(images/timeline.jpg) repeat-x 0px 25px;
	width: 100%;
	margin-bottom: 5px!important;
	position: relative;
	top: 50px;
	height: 100px;
}

.event-timeline h2 {
	position: absolute;
	top: -50px;
	font-weight: 300;
	font-size: 20pt;
}

.event-date {
	background: #fff;
	text-align: center;
	width: 49px;
	height: 49px;
	padding-top: 10px;
	color: #333;
	border-radius: 50%;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 2px solid #d73c1d;
}

.event-date:hover {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-webkit-transform:rotate(360deg); /* Opera, Chrome, and Safari */
	border: 2px dotted #333;
	color: #d73c1d;
}

.event-date .day{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 11px;
}

.event-date .month{
	font-size: 8pt;
	font-weight: 300;
}

.tooltip {
	text-align: center;
}

.tooltip p {
	font-size: 8pt;
	color: #555;
}

.show-tooltip {
    display: none;	
	border-radius: 5px;
	width: 300px;
	background: rgba(0, 0, 0, 0.9);
	overflow: visible;
	z-index: 9999;
	height: 0px;
}

.show-tooltip h3 {
	color: #fafafa!important;
	background: #E44424;
	margin: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 10px;
	font-size: 10pt;
	font-weight: 400;
}

.show-tooltip p {
	color: #fafafa!important;
	padding: 10px;
	font-weight: 300;
	font-size: 9pt;
}

.tooltip:hover {
	cursor: pointer;
}

.show-tooltip:after {
	content: "";
	position: absolute;
	bottom: -10px;
	margin-left: 50%;
	left: -10px;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.9) transparent;
	display: block;
	width: 0;
}

.tooltip:hover + .show-tooltip {
    display: block;
	position: absolute;
	bottom: 150px;
	z-index: 10;
	height: 150px;
	left: -90px;
}

/*########################################################################
	JOBS
########################################################################*/
.apply-button {
	background-color: #3a7218 !important;
	background-image: linear-gradient(to bottom, #779d47, #3a7218) !important;
	border-color: #3a7218 #3a7218 #779d47 !important;
	border: solid 1px;
	box-shadow: 0 1px 0 rgba(180, 230, 120, 0.5) inset !important;
	color: #FFFFFF !important;
	font-size: 12px;
	text-decoration: none !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
	padding: 8px 21px 12px;
	border-radius: 29px;
	font-size: 14pt!important;
	font-weight: 500!important;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
}

.apply-button:hover {
	background-color: #326713 !important;
	background-image: linear-gradient(to bottom, #6c913d, #326713) !important;
	text-decoration: none;
}
	
.single-job li{
	margin-bottom: 5px;
}

.single-job p{
	margin-bottom: 10px;
	margin-top: 20px;
}

.single-job h4,.single-job h3,.single-job h2,.single-job h1,.single-job h5,.single-job strong,.single-job b {
	color: #2C6A2B!important;
	font-weight: 600!important;
	font-size: 10pt!important;
	display: inline-block;
}

.single-job span {
	font-size: 10pt!important;
	font-family: 'Open Sans', sans-serif!important;
}

.job-listing-top-bar {
	height: auto;
}

.job-listing-top-bar-left {
}

.job-listing-logo {
	float: left;
	display: inline-block;
	width: 98px;
	height: 65px;
}

.job-listing-logo img {
	padding: 5px;
	border: 1px solid #e4e4e4;
}

.job-listing-description {
	margin-bottom: 10px;
}

.job-listing-date {
	color: #2C6A2B;
	float: left;
}

.job-listing-top-bar-right {
	padding: 10px;
}

.job-listing-title {
	font-size: 11pt;
	font-weight: bold;
}

.job-listing-company {
	font-size: 9pt;
	float: left;
}

.job-listing-bottom-bar {
	clear:both;
	padding: 10px;
	margin-bottom: 17px;
}

.job-listing-city {
	float: left;
	color: #2C6A2B;
	font-size: 9pt;
	margin-bottom: -17px!important;
}

.job-listing-competences{
	float:right;
	width:45%;
	text-align: right;
}

.single-job-title {
	color: #2C6A2B!important;
	font-weight: 600;
	font-size: 12pt;
}

.single-job-info {
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 15px;
	float: left;
	margin-bottom: 10px;
}	

.single-job-top-info {
	list-style: none!important;
	margin-left: 0px;
	font-weight: 300!important;
	float: left;
}

.single-job-company-contact {
	float: left;
	list-style: none!important;
	width: 275px;
	background: #f9f9f9;
	padding: 15px;
	font-weight: 300!important;
}

.single-job-company-logo {
	float: right;
	margin-right: 10px;
}

.single-job {
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	margin-bottom: 15px;
}

.single-company-logo {
	float: left;
	margin-right: 20px;
}

.single-company-logo img {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	background: #fff;
}

.single-company-details{
	list-style: none!important;
}

.single-company-job-tab {
	list-style: none!important;
}

.single-job-company-details{
	list-style: none!important;
}

.single-company-company-details {
	list-style: none!important;
}

.single-game-company-details {
	list-style: none!important;
}

.single-game-details {
	list-style: none!important;
}

/*########################################################################
	GFORM STYLES
########################################################################*/

html#tinymce {
	background-color: #fff;
}

.job-form #mce_38, .job-form #mce_41, .job-form #mce_42, .job-form #mce_43, .job-form #mce_44, .job-form #mce_45, .job-form #mce_46, .job-form #mce_47, .job-form #mce_48, .job-form #mce_49, .job-form #mce_50, .job-form #mce_86, .job-form #mce_87, .job-form #mce_88, .job-form #mce_89, .job-form #mce_90 { 
	display: none!important;
}


.input_4_2 {
	height: 700px;
}

div.mce-toolbar-grp {
	border: 1px solid #e4e4e4!important;
	border-bottom: none!important;
	margin-right: -2px;
}

#input_1_2_ifr {
	border: 1px solid #e4e4e4;
}

.field_admin_only {
	display: none;
}

.mceContentBody {
	background-color: #fff!important;
}

.wp-editor {
	background-color: #fff;
}

.gfield {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}

.gfield_price {
	padding: 10px;
	width: 175px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	margin-right: 10px;
	float: left;
	clear: none!important;
	text-align: center;
	margin-top: 20px;
}

.gfield_price .gfield_label {
	width: auto!important;
	margin-top: 4px!important;
}

.ginput_product_price_label {
	display: none!important;
}

.ginput_product_price {
	font-size: 14pt;
	font-weight: bold;
	color: #060!important;
}

.job-total-price {
	width: 100%;
	border: 1px solid #e4e4e4;
	font-weight: bold;
	color: #060!important;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 999;
	border-bottom: 5px solid #999;
}

.job-total-price .gfield_label {
	width: 100%!important;
	text-align: center;
	font-weight: normal!important;
	font-size: 10pt;
	display: inline-block;
}

.job-total-price .ginput_total {
	text-align: center;
	display: block;
}

.job-apply li  {
	border-bottom: 1px dotted #e4e4e4;
	border-left: 1px dotted #e4e4e4;
	border-right: 1px dotted #e4e4e4;
	margin-bottom: 0px;
}

.job-apply li:first-child {
	border-top: 1px dotted #e4e4e4;;
}

.job-apply li:last-child {
	border: none;
}

.job-apply input[type="text"] {
	border-radius: 5px;
	padding: 10px!important;
	border: 1px solid #e4e4e4;
	color: #777;
	font-size: 11pt!important;
}

.job-apply .textarea {
	border-radius: 5px;
	color: #777;
	padding: 10px;
	border: 1px solid #e4e4e4;
	height: 250px!important;
	font-size: 11pt;
}

#gforms_confirmation_message {
	background: lightgreen;
	border: 1px dotted green;
	padding: 10px;
	border-radius: 10px;
}

/*########################################################################
	JOB FORM STYLES
########################################################################*/

.job-form {
	font-weight: normal!important;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #e4e4e4;
}

.job-form input[type="text"] {
	display: block;
	width: 470px;
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	box-shadow: 0 1px 4px #ECECEC inset, -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
	color: #888888;
	height: 30px;
	line-height: 20px;
	margin: 10px 5px;
	max-width: 90%;
	padding: 0 0 0 7px;
}

.job-form textarea {
	display: block;
	width: 470px;
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	box-shadow: 0 1px 4px #ECECEC inset, -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
	color: #888888;
	height: 30px;
	line-height: 20px;
	margin: 10px 5px;
	max-width: 90%;
	padding: 0 0 0 7px;
}

.job-form select {
	display: block;
	width: 470px;
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	box-shadow: 0 1px 4px #ECECEC inset, -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
	color: #888888;
	height: 30px;
	line-height: 20px;
	margin: 10px 5px;
	max-width: 90%;
	padding: 0 0 0 7px;
}

.gform_body .wp-editor-tools a {
	display: none;
}

.gfield_label {
	font-weight: 700!important;
	width: 190px!important;
}

.gfield_checkbox li {
	width: 22%;
	float: left;
}

.gform_button {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	padding: 10px 20px!important;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt!important;
	max-width: 100%;
	box-sizing: border-box;
	display: block;
	margin: 5px;
	clear:both;
	background-color: #E44424!important;
	border: none;
	color: #fff!important;
	cursor: pointer;
	box-shadow: none!important;
}

.gform_button:hover {
	background-color: #d73c1d!important;
	color: #fff;
}

.job-apply .gform_button {
	float: right;
	margin-bottom: 20px;
}

.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
	padding: 0px!important;
}

/*########################################################################
	EVENTS
########################################################################*/

li.eventsListWidget .upcoming {
	margin-left:0 !important;
}


li.eventsListWidget {
	background:transparent !important;
	padding:0 !important;
}

li.eventsListWidget li {padding:10px !important;}

#xv_tabs li {
	background:#F2F2F2;
	display:block;
	float:left;
	m1argin-top:-30px;
	margin-right:5px;
	width:100px;height:30px;
}

.single-tribe_events .content-part-wrapper .container,
.events-archive .content-part-wrapper .container {
	/*background:white;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12) !important;
	padding:10px;*/	
}

.tribe-events-list-separator-month span {
	padding: 0 2.5%!important;
}

.single-tribe_events .gdl-page-item {
	background:white !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12) !important;
}

.single-tribe_events .gdl-page-item .sixteen.columns {
	max-width:640px !important;
}

body.page-id-10055 li.tribe_events {
	padding-left:15px !important;
}


/*########################################################################
	COMPANY
########################################################################*/

.company {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding:10px;
	margin-right: 12px!important;
	height: 250px;
	overflow: hidden;
}

.company ul{
	list-style-type: none;
}

.xv_left {
	background:white;
	float:left;
	width:30%;
}

.xv_right {
	b1ackground:#ededed;
	float:right;
	width:70%;
}

.tabs-content ul,
.xv_right ul {
	margin-left:15px;
	list-style: disc;
}


.tabs-content li strong,
.xv_right li strong {
	color:#2C6A2B;
}

.xv_right li a {
	color:#747474;
}

a.xv_view_all {
	background:url("images/icon/dark/arrow4-2.png") no-repeat left center transparent!important;
	padding-left:16px;
}

.tabs-content {
	position:relative;
}

.tabs-content .xv_view_all.lower_xv {
	margin-bottom:20px;
	position:relative !important;
	top:inherit !important;
	bottom:0 !important;
}

.tabs-content h2, 
.tabs-content h2 a {
	color:#2C6A2B !important;
	font-size: 22px;
    f1ont-weight: normal;
    margin-bottom: 0;
    padding-bottom: 10px;
}

h2.xv_no_padding_bottom,
h2.xv_no_padding_bottom a {
	padding-bottom:5px;
}

/* ADD THIS */

.addthis_toolbox {
	position:absolute;
	top:10px;right:10px;
}

.addthis_button_tweet iframe {
	max-width:80px !important;
}

.addthis_button_facebook_like iframe {
	max-width:50px !important;
}

.addthis_counter iframe {
	m1ax-width:50px !important;
}

.addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
	display:none !important;
}

/*########################################################################
	SIDEBAR
########################################################################*/

.single-companies .gdl-page-float-left .gdl-left-sidebar,
.single-jobs .gdl-page-float-left .gdl-left-sidebar,
.single-games .gdl-page-float-left .gdl-left-sidebar {
	display:none;
}

.single-companies .gdl-page-float-left,
.single-jobs .gdl-page-float-left,
.single-games .gdl-page-float-left {
	width:660px;
}

.single-companies .gdl-page-float-left .gdl-page-item,
.single-jobs .gdl-page-float-left .gdl-page-item,
.single-games .gdl-page-float-left .gdl-page-item {
	w1idth:640px;
	m1argin-right:10px;
}

.single-companies .gdl-page-float-left .gdl-page-item .sixteen,
.single-jobs .gdl-page-float-left .gdl-page-item .sixteen,
.single-games .gdl-page-float-left .gdl-page-item .sixteen {
	width:620px !important;
}

div.custom-sidebar ul li {
	background-position: 12px 7px!important;
	padding-left: 25px;
}


/*########################################################################
	LOGIN/SIGNUP/MYPROFILE
########################################################################*/

ul.xv_login li {
	display:inline-block;
}

ul.xv_login li a {
	display:inline-block;
	line-height:1em;
	padding-left:10px;
}
.navigation-wrapper {
	float:left;
    height: 39px;
    margin: 0;
    margin-left:-10px;
}

/*########################################################################
	STYLES
########################################################################*/

/* SIDEBAR */

ul.tm-latest-updates a {
	color:#747474;
	font-size:12px !important;
}

/*########################################################################
	SEARCHBAR
########################################################################*/


.xv_panel form {
	position:absolute;
	top:-50px;
	width:100%;
	z-index:9999;
}

span.xv_innerform input {
	-moz-box-sizing: border-box;
    background: transparent repeat scroll 0 0 #FDFDFD;
    border: 0 none;
    box-shadow:0;
    color: #BBB;
    padding:10px 5% 9px;
    margin-bottom:0 !important;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*XV ALL*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

span.xv_innerform {
	display:block;
	position:relative;
}

.searchform {
	m1argin-top:1px;
	margin-bottom:10px;
	position:relative;
	width:100%;
}

.post-type-archive-jobs .searchform {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}



.search_submit {
	background:transparent url(images/search_button.png) no-repeat center center !important;
	border:0 none !important;
	border-radius: inherit !important;
	box-shadow:inherit !important;
	cursor:pointer;
	display:block !important;
	text-indent:-9999em;
	position:absolute !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	width:35px !important;
}

span.xv_innerform #s {
	box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}

/*########################################################################
	LOGIN/SIGNUP/MYPROFILE
########################################################################*/


ul.xv_login {
	margin-top:4px;
	padding:5px 0;
	text-align:right;
}

ul.xv_login li a {
	background: #E44424;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 5px;
}

ul.xv_login li a:hover {
	background: #d73c1d;
	
}

/*########################################################################
	Full page banner
########################################################################*/
.body-wrapper {
	background-image: url('images/gearsback1.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 100px;
	background-attachment: fixed;
}

/*########################################################################
	NAVIGATION
########################################################################*/
.header {
	background: #fff;
	display: block;
	height: 80px;
	margin-bottom: 15px!important;
	width: 100%;
	margin: 0 auto;
}

.ticker { 
	background-image: url('images/page_title_bg.png');
	background-size: cover;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 25px 10px;
	color: #333;
	background-position: top;
}

.ticker h3 {
	float: left;
	margin-right: 10px;
}

.ticker a {
	color: #333;
}

.owl-example {
	width: 90%!important;
}

.social-buttons {
	float: right;
	margin-right: 15px;
	margin-left: 20px;
	margin-top: 7px;
}

.header.fixed .social-buttons {
	margin-top: 17px;
}

.social-buttons a{
	margin-right: 5px;
	color: #cccccc;
}

.fa-facebook:hover{
	color: #3b5998;
}

.fa-twitter:hover{
	color: #55acee;
}

.fa-google-plus:hover{
	color: #dd4b39;
}

.header.fixed{
    height: 60px;
	position: fixed;
	display: block;
	width: 100%;
	top: 0px;
	z-index:9999;
	-webkit-box-shadow: 0px -5px 10px 5px grey;
	   -moz-box-shadow: 0px -5px 10px 5px grey;
	        box-shadow: 0px -5px 10px 5px grey;
}

.header .logo {
	float: left;
}

.header .logo img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header.fixed .logo img{
	transform:scale(0.6,0.6);
	-ms-transform:scale(0.6,0.6); /* IE 9 */
	-webkit-transform:scale(0.6,0.6); /* Opera, Chrome, and Safari */
	position: relative;
	top: -17px;
	left: -30px;
	position: fixed;
}

.header.fixed .xv_login {
	float: right;
	margin-right: 0px;
	margin-top: 12px;
}

.header.fixed .navigation-wrapper {
	background: none;
	width: auto;
	margin-top: 10px;
}

.header-jobs {
	display: none;
}

.header.fixed .header-jobs {
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
	left: 25%;
	float: left;
	padding: 20px 0px;
}

.header.fixed .navigation-wrapper li{
		
}

.header.fixed .navigation-wrapper li a{
	color: #777!important;
	border-right: 1px solid #f5f5f5;
	border-left: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

.header-wrapper .navigation-wrapper {
	background: #fff;
	float:right;
	height:45px;
	overflow:hidden;
}

.header-wrapper ul.sf-menu li {
	padding:0 !important;
}

.header-wrapper ul.sf-menu li a {
	color: #777!important;
	border-right:solid 1px #f5f5f5;
	border-left: none;
	font-size:14px !important;
	font-weight:bold;
	height:40px;
	padding:8px 22px 7px;
}

.header-wrapper ul.sf-menu li a:hover {
	color: #333!important;
}

.header-wrapper div#main-superfish-wrapper {
	margin-left:0;
}

.header-wrapper .main-navigation-wrapper {
	margin-right:0 !important;
}

.header-wrapper li#menu-item-10395 a,
.header-wrapper li#menu-item-38 a
/*.header-wrapper li#menu-item-39 a */{
	border-left:0 none !important;
}

.header-wrapper li#menu-item-44 a {
	border-right:0 none !important;
}

/* LOGO */

.logo-wrapper {
	b1order:solid 1px white;
	margin:0 !important;
}

.logo-wrapper a {
	margin-left:-25px;
}

/* Upper Searchbalk */

.home .content-part-wrapper {
	display:none;
}

.content-part-wrapper {
	background-color: #fff!important;
	padding-bottom: 100px;
}

.blog-item-holder h2 {
	background:transparent;
	f1ont-weight:normal !important;
}

.xv_panel a,
.tabs-content a {
	color:#747474;
}

.xv_panel h3 a:hover {
	text-decoration:underline !important;
}

a.view_all_xv {
	display:block;
	position:absolute;
	bottom:10px;right:10px;
}

.data_holder_xv strong {
	color:#212121;
	f1ont-weight:normal;
}

.dig-in a {
	display:none;
}

.archive_item_holder {
	b1ackground:red;
	float:right;
	width:360px;
}

.archive_item_holder.xv_my_profile {
	float:left;
	margin-left:0;
	width:550px;
}

body.single-companies .archive_item_holder {
	b1ackground:red;
	f1loat:right;
	width:515px;
}

.xv_game_holder {
	margin-bottom:20px;
}

.archive_item_holder ul {
	margin-left:0;
	margin-top:-4px;
}

.archive_item_holder li {
	display:block;
}

.single-news .gdl-page-item,
.single-post .gdl-page-item {
	background:white !important;
	border: 1px solid #e4e4e4!important;
}

.single h1.gdl-page-title {
	float:none;
}

.hidden {
	visibility:hidden;
}

.total_posts {
	float: left;
}
.total_posts p{
	color: #333;
	font-weight: 600;
	font-size: 14pt;
	margin-bottom: 10px;
}

.left-sidebar-wrapper ul,
.right-sidebar-wrapper ul {
	margin-left:0;
}

.left-sidebar-wrapper,
.right-sidebar-wrapper {
	padding:10px;
}

.left-sidebar-wrapper {
	padding:0px;
}

/* NEWS */

.blog-item2 {
	background-color: #fff;
}

.tribe-events-list .vevent.hentry {
	background-color: #fff;
	border: 1px solid #e4e4e4!important;
	margin-bottom: 10px!important;
}

.vevent {

}

.vevent.hentry {
	padding: 20px!important;
}

.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
	padding: 0px!important;
	-moz-box-shadow: 0 0 0px #c1c1c1;
	-webkit-box-shadow: 0 0 0px#c1c1c1;
	box-shadow: 0 0 0px #c1c1c1;
}

.events-archive.events-gridview #tribe-events-content table .vevent {
	padding: 0px!important;
	-moz-box-shadow: 0 0 0px #c1c1c1;
	-webkit-box-shadow: 0 0 0px#c1c1c1;
	box-shadow: 0 0 0px #c1c1c1;
}

#tribe-events-content table.tribe-events-calendar {
	background-color: #fff;
	padding: 5px;
	-moz-box-shadow: 0 0 5px #c1c1c1;
	-webkit-box-shadow: 0 0 5px#c1c1c1;
	box-shadow: 0 0 5px #c1c1c1;
}

#tribe-events-bar {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
}

/*########################################################################
	FILTERSYSTEEM
########################################################################*/

.competence_li,.job_countries_li,.job-companies_li,.genre_li,.platform_li,.game-companies_li,.segment_company_li,.activity_li,.company_countries_li,.company_size_li,.doing_business_in_li{
	background: #fff!important;
}

.checkboxes_list ,.taxlabel{
	background: #fff;
}

.reset_button {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	padding: 8px 16px!important;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt!important;
	max-width: 100%;
	box-sizing: border-box;
	display: block;
	margin-bottom: 5px;
	width: 100%;
	background-color: #E44424!important;
	color: #fff!important;
	cursor: pointer;
}

.reset_button:hover {
	background-color: #d73c1d!important;
	color: #fff;
}

/*########################################################################
	FOOTER
########################################################################*/

.footer {
	background: #f7f7f7;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2)!important;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
	position: relative;
}

.footer .columns {
	border-right: 1px solid #eeeeee;
	padding-right: 20px;
	border-left: 1px solid #fff;
	padding-left: 20px;
	margin-left: 0px;
	margin-right: 0px;
	height: 175px;
}

.footer .columns:nth-child(1) {
	border-left: none;
}

.footer .columns:nth-child(4) {
	border-right: none;
}

.footer h3 {
	font-weight: 300;
	font-size: 16pt;
	color: #333333;
}

.footer p {
	font-weight: 300;
	color: #777;
	font-size: 10pt;
	text-shadow: -1px -1px 1px #fff;
}

.footer ul {
	margin: 0 auto;
	position: relative;
}

.footer li {
	list-style-type: none;
	float: left;
	margin-right: 30px;
	color: #333;
	font-weight: 300;
}

.footer li a{
	color: #333333;
	font-weight: 300;
}

.footer li a:hover{
	border-bottom: 1px dotted #E44424;
}

/*########################################################################
	GENERAL
########################################################################*/

.archive_item_holder a {
	color:#747474;
}

.xv_panel a:hover,
.content-wrapper a:hover {
	text-decoration:underline !important;
}

div.blog-item-holder .blog-item2 .blog-thumbnail-date {
	line-height:18px !important;
}

a.xv_read_full {
	display:block;
	text-align:right;
}

/* MY PROFILE FORM */

.xv_edit_buttons {
	float:right;
	margin-top:30px;
}

#loginform input[type="text"],
#loginform input[type="password"],
#adduser input[type="password"],
select.xv_tax_select_profile,
#editpost textarea,
#editpost input[type="text"], 
#adduser textarea,
#adduser input[type="text"] {
	b1ackground:lime;
	display:block;
	width:470px;
	font-size:13px;
	background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-shadow: 0 1px 4px #ECECEC inset, -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
    color: #888888;
    height: 30px;
    line-height: 20px;
    margin: 10px 5px;
    max-width: 90%;
    padding: 0 0 0 7px;
}

#editpost textarea,
#adduser textarea {
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	height:130px;	
}

.page-template-personal_details-php .tabs-content {
	padding-top:20px;
}

ul.xv_tax_list_profile li {
	display:block;
	float:left;
	width:50%;
}

ul.xv_tax_list_profile {
	b1ackground:red;
	b1order:solid 1px red;
	margin-top:-30px;
	margin-left:200px;
	margin-bottom:50px;
	width:520px;
}

.xv_tax_list_profile input[type="radio"],
.xv_tax_list_profile input[type="checkbox"] {
	float:left;
	margin-right:7px;
}

.xv_tax_list_profile label {
	float:none !important;
}

select.xv_tax_select_profile {
	b1ackground:red;
	d1isplay:block;
	m1argin-left:200px;
	m1argin-top:-30px;
}

span.xv_innerform input:focus {
	color:#747474;
}

.gdl-page-item {
	position:relative;
}

.regular-page-background {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding: 20px;
}

#wp_page_numbers {
	background:transparent !important;
	padding-top:7px;
	padding-right:10px;
	position:absolute;
	text-align:right;
	top:0;right:0;
}

#wp_page_numbers li {
	display:inline-block;
}

#wp_page_numbers li a {
	b1order:solid 1px #bbb;
	color:#ccc;
	p1adding:2px 7px;
}

li.active_page a,
#wp_page_numbers li a:hover {
	text-decoration:none !important;
	color:white !important;
	b1ackground:white;
}

li.space {
	color:white;
}

li.page_info {
	color:#bbb;
	margin-right:5px;
}

.latest-twitter-tweet-time,
.latest-twitter-tweet {
	font-size:11px !important;
	margin-bottom:0 !important;
}

.custom-sidebar {
	border-bottom:solid 1px #ECECEC !important;
	margin-bottom:20px;
	padding-bottom:20px;
}

#xv_footer .custom-sidebar {border-bottom:0 none transparent !important;}

.left-sidebar-wrapper .custom-sidebar {
	border-bottom:0 none transparent !important;
}

.pw-widget {
	margin-top: 10px;
}

#updateuser {
	display:inline-block !important;
	float:left;
	left:15px;
	text-align:left;
	text-decoration:none;
	width:inherit;
}

.tagcloud {margin-top:13px;}

.tagcloud a {
	color:#747474;
}

a.mf_black {
	color:#181818 !important;
}

.xv_contact_list {
	background:url(images/photo-small.gif) no-repeat left top;
	padding-left:102px;
	font-size:12px !important;
	list-style: none!important;
}

#fancybox-bg-e {
	background:  transparent none !important;
}

#fancybox-content {
	background:white !important;
	padding:30px !important;
}

#f1ancybox-content,
#fancybox-wrap,
#c11ontact_form_pop {
	max-width:500px !important;
	width:100% !important;
}

#fancybox-content {width:100% !important;}

.archive_xv_main {
	width:220px !important;
}

a.xv_arrow_right {
	background:url("images/icon/dark/arrow4.png") no-repeat right center transparent!important;
	border:0 none transparent !important;
	box-shadow:inherit !important;
	color:#2C6A2B !important;
	cursor:pointer;
	display:block !important;
	font-size:12px !important;
	padding-right:16px;
	text-align:right;
	width:100%;
}

.page-template-tpl_news-php .gdl-page-float-left .gdl-page-item,
.archive .gdl-page-float-left .gdl-page-item,
.post-type-archive-companies .gdl-page-float-left .gdl-page-item,
.post-type-archive-jobs .gdl-page-float-left .gdl-page-item,
.post-type-archive-games .gdl-page-float-left .gdl-page-item {
	padding-top:0px;
}

#xv_image_upload {
	position:absolute;
	bottom:120px;
}

.uploadernr2 {
	bottom:250px !important;	
}

#xv_image_upload .upload_container {
	position: absolute;
	left: 300px;
	top: 2px;
	width: 300px;
}

#xv_image_upload .upload_container a {
	background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3 !important;
    border: 1px solid #BBBBBB !important;
    border-radius: 3px 3px 3px 3px;
    box-shadow: inherit !important;
    color: #333333 !important;
    cursor: pointer !important;
    text-shadow: 0 1px 0 #FFFFFF !important;
	padding: 2px 8px;
	margin-bottom: 8px;
	display: inline-block;
}

#xv_image_upload .upload_container a:hover {
	text-decoration: none !important;
}

#xv_image_upload .upload_container a * {
	cursor: pointer !important;
}

#xv_image_upload .upload_container input {
	cursor: pointer !important;
}

.page-id-134 .gdl-page-content,
.page-id-114 ul.tabs-content {
	padding-bottom:75px;
}

.page-id-10428 .gdl-page-content,
.page-id-118 ul.tabs-content,
.page-id-120 ul.tabs-content {
	padding-bottom:150px;
}

.page-id-116 ul.tabs-content {
	padding-bottom:300px;
}

.page-template-page-signup-2-php #register-form {
	padding-bottom:160px;
}

#updateuser {
	position:absolute;
	bottom:20px;
}

#contact_thumbnail_upload,
#thumbnail_upload {
	b1ackground:red;
	position:absolute;
	top:80px;left:205px;
	width:360px;
}

#thumbnail_upload #thumbnail {
	f1loat:left;
}

.featured_image_preview_2,
.featured_image_preview {
	background:#CCC;
	border:solid 4px gray;
	position:absolute;
	top:0;left:205px;
	width:88px;height:60px;
	z-index:999;
}

.xv_preview_holder {
	z-index:0;
}

a.xv_my_profile {
	b1ackground:red;
	margin-right: 12px;
	width:88px;height:60px;
}

h2.xv_my_profile {
	margin-bottom:5px;
}

.field_error {
	background:#FA8072 !important;
	b1order:solid 1px lime !important;
}

#thumbnail {
	cursor:pointer;
}

#submit-ajax {
	background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3 !important;
    border: solid 1px #BBBBBB !important;
    color: #333333 !important;
    text-shadow: 0 1px 0 #FFFFFF !important;
    border-radius:3px;
    box-shadow: inherit !important;
    cursor:pointer;
}

#register-form h5,
.tabs-content h5 {
	font-size:13px;
	font-weight:normal;
	color:#777777;
}

.xv_temp_events {
	background:url(images/temp_events.png);
	border-bottom:solid 1px transparent !important;
}

.xv_temp_events li {
	display:none;
}

.form-submit {
	float:left !important;
}

.thumbnail_games_single img {
	display:block;
	margin:0 auto;
}

ul.errors li {
	color:red;
}

.xv_footer {
	margin-top:40px;
}

.recent-post-widget-thumbnail {
	background:transparent !important;
	padding-top:7px !important;
}

/*#################*/

/* Smaller screens */

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

	body {}
	
	.view_all_xv,
	.x11v_image_holder img {
		display:none !important;
	}
	
	.data_holder_xv {
		width:65%;
	}
	
	.xv_image_holder {
		width:30% !important;
	}
	
	.xv_panel h3 a {
		font-size:13px;
	}
	
	.block_info a {
		font-size:11px;
	}
	
	.xv_date_holder {
		width:25%;
	}
	
	.custom-sidebar img {
		max-width:100% !important;
	}
	
	.header-wrapper .navigation-wrapper {
		margin-top:-50px;
	}
	
	
	
}

/* Exactly iPad portrait */

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

	#menu-footer-menu {
		display:none !important;
	}
	
	.header-wrapper .navigation-wrapper {
		background:none transparent !important;
		box-shadow:0 0 0 transparent;
		width:100%;
	}
	
	.gdl-right-sidebar,
	.gdl-left-sidebar {
		display:none !important;
	}
	

}

/* Tablet */

@media handheld, only screen and (max-width: 767px) {/* Smaller then iPad */


	body {
		-webkit-text-size-adjust: none;
	}
	
	.blog-item2 .xv_date_holder {
		display:none !important;
	}

}

/* Smartphone */

@media handheld, only screen and (max-width: 480px) {

	.view_all_xv,
	.x11v_image_holder img {
		display:none !important;
	}
	
	.data_holder_xv {
		width:65%;
	}
	
	.xv_image_holder {
		width:30% !important;
	}
	
	.xv_panel h3 a {
		font-size:13px;
	}
	
	.block_info a {
		font-size:11px;
	}
	
	.gdl-page-item .xv_title,
	.page-template-tpl_news-php .xv_title, .tax-news_category .xv_title, .author .xv_title, .tag .xv_title, .category .xv_title, .blog .xv_title, .post-type-archive-news .xv_title {
		top:-90px !important;
	}
	

}