body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	background-color: white;	
}

.container {
	width: 1200px;
	margin: auto;
}

main {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 30px;
	color: white;
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 30px;
}

h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
}

main h1 {
	margin-bottom: 50px;
}

header {
	float: left;
	width: 100%;
}

.logo_header {
	float: left;
	width: 100%;
	background-color: #145789;
	background-image: url('/images/website/header_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo_header .container {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 150px;
}

.logo_header .language_menu {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
	color: white;
}

.logo_header .language_menu a {
	color: white;
}

.logo_header .language_menu .active_language {
	text-decoration: underline;
}

.logo_header .container .logo img {
	margin: auto;
	width: 600px;
}

.content_left {
	float: left;
	width: 100%;
	text-align: left;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.content_right {
	float: left;
	width: 100%;
	text-align: right;
}

.content_div {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_top {
	margin-top: 20px;
}

.content_background {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content_background .content_foreground {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.8);
	padding-top: 90px;
	padding-bottom: 50px;
}

.content_background .white_fg {
	background-color: rgba(255, 255, 255, 0.90);
}

.content_background .white_fg h1 {
	color: #4a4a4a;
}

.content_foreground h1 {
	text-align: center;
}

.content_background h2 {
	color: white;
}

.content_background .small_line {
	margin-bottom: 35px;
}

.service_div {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.service_div:nth-child(3n){
	margin-right: 0;
}

.service_div_image {
	float: left;
	width: 100%;
	height: 150px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
}

.service_div_title {
	float: left;
	width: 100%;
	text-align: left;
	background-color: rgb(15, 15, 15);
	/*background: rgb(74,74,74);
	background: linear-gradient(45deg, rgba(15, 15, 15, 1) 0%, rgba(15, 15, 15, 1) 50%, rgba(74,74,74,1) 100%);*/
	background-image: url('/images/website/Webshops2go_icon_white_trans.png');
	background-position: right center;
	background-position-x: -10px;
	-webkit-background-size: 140px;
	-moz-background-size: 140px;
	-o-background-size: 140px;
	background-size: 140px;
	background-repeat: no-repeat;
	color: white;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.service_div_title i {
	float: left;
	font-size: 12px;
	margin-top: 7px;
	margin-right: 12px;
}

.service_div_title .plus_icon {
	float: left;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 7px;
	font-weight: bold;
}

.partner_div {
	float: left;
	width: 16.66%;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.partner_div img {
	max-width: 60%;
	left: 50%;
	position: absolute; /* Don't forget to add position: relative; to your container. */
	top: 50%;
	transform: translate(-50%, -50%);
}

input, textarea {
	width: 320px;
	padding: 8px;
	padding-left: 11px;
	border-radius: 30px;
	border: 1px solid #231f20;
	font-size: 15px;
	color: #231f20;
	background-color: white;
	font-weight: 300;
	text-align: center;
	-webkit-appearance: none;
	text-align: left;
}

input[type="checkbox"], input[type="radio"], .fancy_form input[type="checkbox"] {
	width: auto;
	height: auto;
	padding: 11px;
	border-radius: 3px;
	margin-left: 0;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
	background-size: 14px !important;
	background: url('/images/website/check_radio_website.png') no-repeat center white;
}

select {
	width: 320px;
	padding: 8px;
	padding-left: 11px;
	border-radius: 30px;
	border: 1px solid #231f20;
	border-radius: 3px;
	font-size: 15px;
	color: #231f20;
	background-color: white !important;
	background-size: 30px !important;
	background: url(/images/website/arrow_icon_website.png) no-repeat right #ffffff;
	-webkit-appearance: none;
}

textarea {
	height: 80px;
}

.small_line, .small_line_left {
	width: 20px;
	margin: auto;
	border-bottom: 4px solid #007BC1;
	margin-bottom: 20px;
}
.small_line_left {
	float: left;
}

.small_text {
	font-size: 13px;
}

.footer_buttons {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f7f7f7;
}

footer {
	float: left;
	width: 100%;
	background-color: #e9e9e9;
	padding-top: 50px;
}

footer .content_center {
	padding-bottom: 50px;
}

footer strong {
	font-weight: bold;
}

.footer_div {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

footer a {
	color: #4a4a4a;
	text-decoration: none; 
}

footer a:hover {
	text-decoration: underline; 
}

/* Copyright */
.copyright {
	float: left;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #d7d7d7;
	text-align: left;
	font-size: 11px;
}

.copyright a {
	text-decoration: underline; 
}

#cookie_disclaimer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	background-color: #231f20;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 999;
	font-size: 18px;
}

.cookie_content {
	float: left;
	width: 70%;
	text-align: left;
}

.cookie_button {
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 5px;
}

.cookie_url {
	font-size: 12px;
	color: white;
}

/* Extra */
.button {
	font-family: 'Roboto Condensed', sans-serif;
	color: #f7f7f7;
	border-radius: 25px;
	padding: 10px 24px;
	background: rgb(74,74,74);
	background-image: url('/images/website/Webshops2go_icon_white_trans.png');
	background-position: right center;
	background-position-x: -10px;
	-webkit-background-size: 140px;
	-moz-background-size: 140px;
	-o-background-size: 140px;
	background-size: 140px;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: 300;
	border: none;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 0 #f0324b;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    outline: none;
	-webkit-appearance: none;
}

.button:hover {
	cursor: pointer;
	text-decoration: none;
	background-position-x: -20px;
}

.home_content {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 20px;
}

.plain_page i, .plain_page em {
	font-style: italic;
}

.plain_page ul {
	padding-left: 40px;
	list-style-type: disc;
	line-height: 12px;
}

.plain_page li {
	line-height: 22px;
}

.plain_page a {
	color: #FFAA4D;
}

.cookie_page h3 {
	margin-top: 35px;
	margin-bottom: 15px;
}

a {
	color: #4a4a4a;
	text-decoration: none; 
}

a:hover {
	text-decoration: none;
}

hr {
	border-top: #929292 solid 1px;
	border-bottom: none;
	margin: 0px;
}
@-moz-document url-prefix() {
    hr {
	    float: left;
	    width: 100%;
	}
}

.last_menu {
	border-bottom: none;
}

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

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
    bottom: 0;
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: #17991c;
    clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
}

.bottom_message_error {
	background-color: #e2382c;
}

.mobile {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1210px) {	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 1050px) {
	.big_tablet {
		display: none;
	}	
	
	.img_fix img {
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {		
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.partner_div {
		width: 25%;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	h1 {
		font-size: 25px;
		line-height: 32px;
	}
	
	h2 {
		font-size: 22px;
		line-height: 27px;
	}
	
	.logo_header .container .logo img {
		width: 80%;
	}
	
	.logo_header .container {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.logo_header .language_menu {
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	.home_content {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.service_div {
		width: 48%;
		margin-right: 4%;
	}
	
	.service_div:nth-child(3n){
		margin-right: 4%;
	}
	
	.service_div:nth-child(2n){
		margin-right: 0;
	}
	
	.partner_div {
		width: 33.33%;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 86%;
		padding-left: 7%;
		padding-right: 7%;
	}
	
	.logo_header .container .logo img {
		width: 100%;
	}
	
	.logo_header .container {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	
	.logo_header .language_menu {
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	.home_content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.partner_div {
		width: 50%;
	}
	
	.cookie_content {
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 26px;
	}
	
	.service_div {
		width: 100%;
		margin-right: 0;
	}
	
	.service_div:nth-child(3n){
		margin-right: 0;
	}
	
	.cookie_button {
		width: 100%;
		text-align: center;
	}
}

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