body {
	margin: 0;
	padding: 0;
	background-color: #f5f4f0;
}
h1, h2, h3 {
	font-family:	'Ronnia Light', Tahoma, 'Arial Narrow', sans-serif; 
	font-weight: 	normal;
}
h1 {
	/* font-size:		40px; */
	margin-bottom: 15px;
}
h1 em,
h2 em {
	font-style:		normal;
	color: 			#63bcbb;
}
/* h3 always on dark background */
h3 {
	font-size: 		20px;
	color: 			#63bcbb;
}
h3 a {
	color: 			#63bcbb;
}
p {
	font-size:		inherit;
}

.dark {
	color: 			white;
	background: 	#2F3744 !important;
}
.dark a {
	color: 			#63bcbb;
}
.link {
	cursor: 		pointer;
}
.lazy {
	display: 		none;
}

.header {
	color: 			#f1eee5;
}
.header.masthead {
	background: 	#2f3744;
}
.header.categories,
.footer {
	background: 	#232323 url(../img/categories-menu-bg.jpg) 0 0;
	color: 			#9d9d9d;
}
.nav.dark {
	background-color: transparent !important;
}
.container-wrapper.footer {
	padding: 40px 0 60px 0;
}
.footer.copyright {
	background: #0d0d0d;
	color: #636363;
	padding: 8px 0;
}
.footer.copyright em {
	font-style: normal;
	color: #989898;
}
.footer .nav li a {
	color: #9d9ea0;
}
#clublogo-wrapper {
	height: 120px; /* to keep header height */
}
#clublogo {
	width: 	120px;
	height: 120px;
	background: white;
	position: absolute;
	top: 0;
	z-index: 99;
}
#clublogo:after {
	content: 	'';
	position:	absolute;
	top:		120px;
	left: 		0;
	width:		120px;
	height:		15px;
	background: transparent url(../img/clublogo_shadow.png) no-repeat top center;
	z-index: 99;
}
.headermenu {
	margin-top: 40px;
	display: inline-block;
	max-width: 700px;
}

/* INDEX */
.masthead h2 {
	margin-top: 40px;
}

.masthead.howitworks {
	padding: 40px 0;
	text-align: center;
}
.masthead.howitworks .row {
	margin: 25px auto;
}

.steps {
	width: 798px;
	padding: 0;
	text-align: center;
}
.steps .inner {
	color:			white;
	text-align: 	center;
	margin: 		55px 12px 3px 12px;
}
.steps .inner strong {
	display:        block;
	font-family: 	'Ronnia Extrabold', Tahoma, 'Arial', sans-serif;
	font-weight: 	normal;
	font-size:		1.4em;
	text-align: 	center;

	margin-bottom: 	5px;
	
	border-bottom: 	1px solid #63BCBB;
}
.steps .inner p {
	font-size:		12px;
	line-height:	1.5em;
	font-style:		normal;
	font-weight:	normal;
}
.step1, .step2, .step3 {
	height: 		155px;
	width: 			170px;
	overflow:       hidden;
	margin: 0 auto;
}
.step1 {
	background: transparent url(../img/howitworks_s.png) no-repeat 0 0;
}
.step2 {
	background: transparent url(../img/howitworks_s.png) no-repeat -170px 0;
}
.step3 {
	background: transparent url(../img/howitworks_s.png) no-repeat -340px 0;
}
.modal .steps {
	/* width: auto;*/
	margin: 0 auto;
}

.jumbotron .clubsearch {
	font-size: 1.6em; 
	height: 1.4em; 
	padding: .3em;
}
body.home .typeahead.dropdown-menu li {
	font-size: 1.6em;
}

/* HEADER ALTERNATIVES */
@media (max-width: 480px) {
	#clublogo { position: relative; }

	body.home .typeahead.dropdown-menu li {
		font-size: 1.2em;
	}

}

.headermenu {
	color: white;
	
}
.headermenu btn:hover,
.headermenu btn.active {
	color: #63bcbb !important;
}

#webshop-categories .row {
	/*padding-top: 15px;*/
	margin-bottom: 42px;
}
.category-title {
	margin-bottom: 15px;
}
.pills {
	position: relative;
	top: -18px;
	z-index: 1;
}
.categories .pills .social {
	text-align: right;
}
.categories .pills .social a {
	position: relative;
	margin-left: 10px;
}
body.desktop #home_clubsearch {
	width: 195px !important;
	margin-right: 155px;
}

/* WEBSHOPS */
.thumbnails.webshops a.thumbnail {
	position:	relative;
	background:	white;
}
.thumbnails.webshops li:after {
	content: 	'';
	position:	absolute;
	width:		inherit;
	height:		10px;
	background: transparent url(../img/webshop_shadow.png) no-repeat top center;
}
.contentbox {
	padding-top: 35px;
}

/* SIDEBAR */
.sidebar-right .well {
	font-size: 	12px;
	line-height: 12px;
	border: 1px inset #dcdad4;
	
   -moz-box-shadow:    inset 0 0 10px #CCCCCC;
   -webkit-box-shadow: inset 0 0 10px #CCCCCC;
   box-shadow:         inset 0 0 10px #CCCCCC;
}
.sidebar-right .well.dark {
	border: none;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.sidebar-right .well .input-medium {
	width: 170px;
}
.sidebar-right .well label {
	color: inherit;
}
.sidebar-right .well .alert {
	padding: 8px;
}

/* FOOTER */
.footer .container div {
}
.footer .ft-block {
}
.footer .ft-block:last-child {
	border: none;
}
.footer .address {
	background: transparent url(../img/sklogo-footer-matte.png) no-repeat 0 0;
	padding-top: 150px;
}
.twtr-hd,
.twtr-ft {
	display:none;
}
.twtr-tweet {
}


/* MODAL WINDOW */

.modal .close {
    color: #fff !important;
    opacity: 1;
}
.modal {
	/* background: #272f3c; */
	background-color: #f5f4f0;
	/*
	border: 9px solid black;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
.modal .modal-close {
	position: absolute;
	top: -28px;
	left: -28px;
	display: block;
	width: 61px;
	height: 64px;
	background: transparent url(../img/modal-close.png) no-repeat 0 0;
}

#modal-hoewerkthet {
    width: 830px;
    margin-left: -400px;
	/* background: #2F3744; */
	border: 5px solid white;
}
#modal-hoewerkthet h1 {
	color: #f1eee5;
}
/* NAVIGATION */
.nav .active a,
.nav .active a:hover {
	color: #62bdbc;
	background: #2c3442;
}
.nav.dark li a {
	text-shadow: none;
	color: #e0e0e0;
	padding: 2px;
}
.nav.dark a:hover {

	color: #232323;
}
.nav.dark .active a:hover {
	text-shadow: 	none;
	color: 			#232323;
	background: 	white;
}
.header.languagemenu {
	height: 15px;
}
#languagemenu {
	border: 1px solid lime;
	z-index: 1000;
}
.lm_toggle_wrap {
	text-align: center;
}
#lm_toggle {
	margin: 0 auto;
}

.icon {
	padding-left: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.icon.be {
	background-image: url('/gfx/icons/16/flags/be.png');
}
.icon.de {
	background-image: url('/gfx/icons/16/flags/de.png');
}
.icon.nl {
	background-image: url('/gfx/icons/16/flags/nl.png');
}
.icon.us {
	background-image: url('/gfx/icons/16/flags/us.png');
}

.header.languagemenu {
	margin: 0;
	padding: 0;
	background: #343c47;
}
.languagemenu_wrap {
	width: 320px;
	margin: 0 auto;
}
#languagemenu {
	padding: 0;
	margin: 0;
	
	background: #F5F4F0;
	display: none;
	position: absolute;
	
	border: 1px solid #59A9AA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	
	-webkit-box-shadow: 0 10px 6px -6px #666;
	-moz-box-shadow: 	0 10px 6px -6px #666;
	box-shadow: 		0 10px 6px -6px #666;
}
.lm_languages {
	display: none;
}



/* SOCIALBUTTONS EXTREA */
#cboxPrevious, #cboxNext, #cboxCurrent{ display:none !important;}
div.socialbuttons {
	width:700px;
	height:120px;
	text-align:center;
	margin:0 auto;
	position:relative;
}
div.like {
	width:50%;
	height:26px;
	padding-top:94px;
	position:relative;
	float:left;
	background:url(../img/vind_leuk.jpg) no-repeat;
	background-position:50px 10px;
}
div.share {
	width:50%;
	height:31px;
	padding-top:89px;
	position:relative;
	float:right;
	background:url(../img/delen.jpg) no-repeat;
	background-position:20px 30px;
}
div#inline_content .addthis_toolbox a{
	float:left;
}
div#inline_content .bigbuttons {
	float:right;
}
div#inline_content .bigbuttons a {
	float:left;
	margin-left:20px;
}
div#inline_content h1 {
	font-size:30px;
	line-height:34px;
	padding-bottom:10px;
	padding-right:20px;
}
div#inline_content p {
	font-size:18px;
	line-height:34px;
	padding-bottom:10px;
}

#cboxClose {
	border: none !important;
	outline: none !important;
}