/* ------------- CSS Reset -------------  */

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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:active,
a:focus {
	outline: none;
}





@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand_Light.eot');
	src: url('../fonts/Quicksand_Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Quicksand_Light.woff') format('woff'),
		url('../fonts/Quicksand_Light.ttf')  format('truetype'),
		url('../fonts/Quicksand_Light.svg#Quicksand') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand_Book.eot');
	src: url('../fonts/Quicksand_Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Quicksand_Book.woff') format('woff'),
		url('../fonts/Quicksand_Book.ttf')  format('truetype'),
		url('../fonts/Quicksand_Book.svg#Quicksand') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand_Bold.eot');
	src: url('../fonts/Quicksand_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Quicksand_Bold.woff') format('woff'),
		url('../fonts/Quicksand_Bold.ttf')  format('truetype'),
		url('../fonts/Quicksand_Bold.svg#Quicksand') format('svg');
	font-weight: 700;
	font-style: normal;
}

/*:::::::::::::::::::::  GENERAL  :::::::::::::::::::::*/

html, body { height: 100%; font-family: 'Quicksand', Arial; }
#page a, #page a:link, #page a:hover { text-decoration: none; }

img {
	max-width: 100%;
	height: auto;
}

/*:::::::::::::::::::::  HOME  ::::::::::::::::::::::::*/

::selection { background: #008976; color: #fff; }
::-moz-selection { background: #008976; color: #fff; }

#page .inner {
    width: 1141px;
    min-width: 920px;
    margin: 0 auto;
    position: relative;
}

#page {
    width 100%;
}

#page #header {
    width: 100%;
    height: 376px;
    clear: both;
    position: relative;
}

#page #header #logo {
	position: relative;
	width: 1141px;
	margin: 0 auto;
	z-index: 15;
	left: -6px;
}

#page #header #mobile_logo {
	display: none;
}

#page #header #logo img {
	height: 160px;
	width: auto;
	float: left;
	position: relative;
	left: -6px;
}

#page #header #logo .logo_wrapper,
#page #header #logo .logo_text_wrapper {
	clear: both;
	padding-top: 30px;
	width: 350px;
}

#page #header #logo .logo_text_wrapper {
	padding-top: 10px;
	padding-left: 5px;
}

#page #header #logo h2 a,
#page #header #logo h3 a {
	color: #fff;
	font-weight: 400;
	
}

#page #header #logo h2 a {
	font-size: 40px;
}

#page #header .mask {
    width: 100%;
    height: 376px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../img/bg/header_mask.png) top center no-repeat;
    pointer-events:none;
}

#page #header .bg {
    width: 100%;
    height: 376px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#page #header .bg img {
    width: 100%;
    position: relative;
}

#page #nav {
    width: 100%;
    height: 97px;
    clear: both;
    overflow: hidden;
}

#page #nav ul {
    float: left;
    margin-top: 58px;
}

#page #nav ul > li {
    float: left;
    margin-left: 32px;
}

#page #nav ul > li:first-child {
    margin-left: 0 !important;
}

#page #nav ul > li > a {
    display: block;
    padding-bottom: 8px;
    color: #345c80;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.06em;
    text-transform: lowercase;
}

#page #nav ul > li > a.active,
#page #nav ul > li > a.nav-selected {
    color: #10cde1;
    background: url(../img/bg/active.png) bottom center no-repeat;
}

#page #nav ul > li > a:hover {
    color: #10cde1;
}

#page #nav #mvd_language_chooser_wrapper {
    position: absolute;
    top: -50px;
    right: 0px;
}

#page #nav #mvd_language_chooser_wrapper ul > li {
    float: left;
    margin-left: 8px;
}

#page #nav #mvd_language_chooser_wrapper ul > li > a {
    display: block;
    height: 28px;
    width: 36px;
    opacity: 0.4;
}

#page #nav #mvd_language_chooser_wrapper ul > li > a span {
    display: none;
}

#page #nav #mvd_language_chooser_wrapper ul > li.mvd_active > a,
#page #nav #mvd_language_chooser_wrapper ul > li > a:hover {
    opacity: 1;
}

#page #nav #mvd_language_chooser_wrapper .mvd_language_nl a {
    background: url(../img/bg/nl.png);
}

#page #nav #mvd_language_chooser_wrapper .mvd_language_en a {
    background: url(../img/bg/en.png);
}

#page #content {
    width: 100%;
    padding: 78px 0 78px 0;
    clear: both;
    background: #fff;
    overflow: hidden;
}

#page #content .left {
    float: left;
    width: 66%;
    box-sizing: border-box;
    padding-right: 50px;
}

#page #content .right {
    float: right;
    width: 29%;
    box-sizing: border-box;
    /*padding-left: 50px;*/
}

#page #content h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 52px;
    color: #3b220e;
}

#page #content h1 span {
    color: #008976;
}

#page #content h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    color: #008976;
}

#page #content h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    color: #008976;
    padding-top: 50px;
}

#page #content h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #345c80;
    text-align: center;
}

#page #content p strong {
    font-size: 17px;
    line-height: 35px;
    color: #345c80;
    font-weight: 600;
}

#page #content p,
#page #content table {
    font-size: 17px;
    line-height: 35px;
    margin-top: 20px;
    color: #008976;
}

#page #content .left p {
    padding-left: 40px;
}

#page #content p a {
    color: #3b220e;
}

#page #content p a:hover {
    border-bottom: 1px solid #3b220e;
}

#page #content p img {
    float: left;
    margin: 10px 10px 10px 0;
}

#page #content table {
    margin-left: 40px;
}

#page #content table td {
    padding-right: 50px;
}

#page .triggers_mobile {
	display: none;
}

#page .triggers_desktop {
	display: block;
}

#page #content .triggers {
    clear: both;
    width: 450px;
    margin: 88px auto 0;
}

#page .triggers ul > li {
    float: left;
    margin-left: 72px;
}

#tarieven #page .triggers ul > li:first-child,
#rates #page .triggers ul > li:first-child {
	margin-left: 0;
}

.triggers ul > li > a {
    font-size: 15px !important;
    line-height: 21px !important;
    color: #008976 !important;
    display: block !important;
    padding-top: 75px !important;
    text-align: center !important;
    min-width: 60px !important;
}

.triggers ul > li > a:hover {
    color: #3b220e !important;
}

.triggers ul > li:first-child {
    margin-left: 0 !important;
}

#page .triggers ul > li.trigger_1 a {
    background: url(../img/bg/trigger_1.png) top center no-repeat !important;
}

#page .triggers ul > li.trigger_2 a {
    background: url(../img/bg/trigger_2.png) top center no-repeat !important;
}

#page .triggers ul > li.trigger_3 a {
    background: url(../img/bg/trigger_3.png) top center no-repeat !important;
}

#page #content .right ul {
    margin: 15px 0 0 2px;
}

#page .treatments #content .left ul,
#behandelingen #page #content .left ul,
#treatments #page #content .left ul {
	margin: 15px 0 0 40px;
}

#page #content .right ul li,
#page .treatments #content .left ul li,
#behandelingen #page #content .left ul li,
#treatments #page #content .left ul li {
    padding-left: 23px;
    background: url(../img/bg/bullet.png) 0px 9px no-repeat;
}

.triggers ul li {
    background: none !important;
    padding-left: 0 !important;
}

.triggers ul li a:hover {
    border: 0 !important;
}

#page #content .right ul li,
#page #content .right ul li a,
#page .treatments #content .left ul li,
#behandelingen #page #content .left ul li,
#treatments #page #content .left ul li,
#page .treatments #content .left ul li a,
#behandelingen #page #content .left ul li a,
#treatments #page #content .left ul li a {
    font-size: 18px;
    line-height: 35px;
    color: #008976;
}

#page #content .right ul li a:hover,
#page .treatments #content .left ul li a:hover,
#behandelingen #page #content .left ul li a:hover,
#treatments #page #content .left ul li a:hover {
    border-bottom: 1px solid #81c1b5;
}

#page #content .form_wrapper {
    clear: both;
    margin-top: 25px;
    position: relative;
}

#page #content .form_wrapper .form_row {
    clear: both;
    margin-bottom: 9px;
}

#page #content .form_wrapper input[type=text],
#page #content .form_wrapper input[type=email],
#page #content .formBlockSurveyTable input[type=text],
#page #content .formBlockSurveyTable input[type=email] {
    background: #f8f4e9;
    border: 0;
    height: 25px;
    width: 184px;
    font-size: 16px;
    color: #008976;
    line-height: 28px;
    font-family: 'Quicksand';
    padding-left: 8px;
    outline: none;
}

#page #content .form_wrapper textarea,
#page #content .formBlockSurveyTable textarea {
    background: #f8f4e9;
    border: 0;
    height: 89px;
    width: 184px;
    font-size: 16px;
    color: #008976;
    line-height: 28px;
    font-family: 'Quicksand';
    padding-left: 8px;
    outline: none;
    resize: none;
}

#page #content .form_wrapper input[type=submit],
#page #content .formBlockSurveyTable input[type=submit] {
    background: #10cde1;
    border: 0;
    height: 25px;
    width: 81px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    font-family: 'Quicksand';
    letter-spacing: -0.1em;
    outline: none;
    display: block;
}

#page #content .form_wrapper input[type=submit]:hover,
#page #content .formBlockSurveyTable input[type=submit]:hover {
    background: #09b2c4;
}

#page #content .form_wrapper .form_submit {
    position: absolute;
    bottom: 1px;
    left: 200px;
}

#page #footer {
    width: 100%;
    height: 187px;
    clear: both;
    background: url(../img/bg/footer_mask.png) top center no-repeat;
    padding: 115px 0 0 0;
}

#page #footer p {
    text-align: right;
    padding-bottom: 25px;
    font-size: 14px;
    color: #345c80;
}

#page #footer a {
    color: #345c80;
}

#page #footer p a:hover {
    border-bottom: 1px solid #345c80;
}

#page #footer .links {
    clear: both;
    float: right;
}

#page #footer .links li {
    float: left;
    margin-left: 17px;
}

#page #footer #social {
    position: absolute;
    top: -120px;
    right: 0;
}

#page #footer #social li {
    float: left;
    margin-left: 6px;
}

#page #footer #social li:nth-child(1) {
    position: relative;
    top: -7px;
}

#page #footer #social li:nth-child(2) {
    position: relative;
    top: -3px;
}

/*** ABOUT PAGE ***/

#page .about #content .triggers ul > li.trigger_1 a,
#de-praktijk #page #content .triggers ul > li.trigger_1 a,
#page #content .triggers ul > li.trigger_1 a,
#practice #page #content .triggers ul > li.trigger_1 a {
    background: url(../img/bg/trigger_4.png) top center no-repeat;
}

#page .about #content .triggers,
#de-praktijk #page #content .triggers,
#page #content .triggers,
#practice #page #content .triggers {
    width: 480px;
}

/*** PRICES PAGE ***/

#page .prices #content .triggers,
#tarieven #page #content .triggers,
#rates #page #content .triggers {
    width: 560px;
}

#page .prices #content h4,
#tarieven #page #content h4,
#rates #page #content h4 {
    text-align: right;
    padding-top: 50px;
}

/*** NEWS PAGE ***/

#page .news #content .news_item,
#nieuws #page #content .news_item,
#news #page #content .news_item {
    clear: both;
    padding-bottom: 50px;
}

#page .news #content .news_item .intro,
#nieuws #page #content .news_item .intro,
#news #page #content .news_item .intro {
    padding: 0 0 20px 40px;
}

#page .news #content .news_item .intro .date,
#nieuws #page #content .news_item .intro .date,
#news #page #content .news_item .intro .date {
    color: #dec793;
    font-size: 14px;
    float: left;
}

#page .news #content .news_item .intro .share,
#nieuws #page #content .news_item .intro .share,
#news #page #content .news_item .intro .share {
    float: left;
    position: relative;
    top: -5px;
}   

#page .news #content .news_item .intro .share li,
#nieuws #page #content .news_item .intro .share li,
#news #page #content .news_item .intro .share li {
    float: left;
    margin-right: 1px;
}

#page .news #content .news_item .intro h5,
#nieuws #page #content .news_item .intro h5,
#news #page #content .news_item .intro h5 {
    font-size: 17px;
    line-height: 35px;
    color: #10cde1;
    font-weight: 400;
}

#page .news #content .news_item .news_content,
#nieuws #page #content .news_item .news_content,
#news #page #content .news_item .news_content {
    clear: both;
}

#page .news #content .news_item .news_content strong,
#nieuws #page #content .news_item .news_content strong,
#news #page #content .news_item .news_content strong {
    color: #008976;
    font-weight: 700;
}

#page .news #content h4,
#nieuws #page #content h4,
#news #page #content h4,
#workshops #page #content h4,
#cursussen #page #content h4,
#lezingen #page #content h4,
#feestjes #page #content h4 {
    padding-top: 50px;
}

#page .news #content .left,
#nieuws #page #content .left,
#news #page #content .left,
#workshops #page #content .left,
#cursussen #page #content .left,
#lezingen #page #content .left,
#feestjes #page #content .left {
	width: 57%;
}

#page .news #content .right,
#nieuws #page #content .right,
#news #page #content .right,
#workshops #page #content .right,
#cursussen #page #content .right,
#lezingen #page #content .right,
#feestjes #page #content .right {
	width: 38%;
}


/*** BLOG PAGE ***/

#page .blog #content .blog_item,
#blog #page #content .blog_item {
    clear: both;
    padding-bottom: 50px;
}

#page .blog #content .blog_item .intro,
#blog #page #content .blog_item .intro {
    padding: 0 0 20px 40px;
}

#page .blog #content .blog_item .intro .date,
#blog #page #content .blog_item .intro .date {
    color: #dec793;
    font-size: 14px;
    float: left;
}

#page .blog #content .blog_item .intro .share,
#blog #page #content .blog_item .intro .share {
    float: left;
    margin-left: 9px;
    position: relative;
    top: -5px;
}   

#page .blog #content .blog_item .intro .share li,
#blog #page #content .blog_item .intro .share li {
    float: left;
    margin-right: 1px;
}

#page .blog #content .blog_item .intro h5,
#blog #page #content .blog_item .intro h5 {
    font-size: 17px;
    line-height: 35px;
    color: #10cde1;
    font-weight: 400;
}

#page .blog #content .blog_item .blog_content,
#blog #page #content .blog_item .blog_content {
    clear: both;
}

#page .blog #content .blog_item .blog_content strong,
#blog #page #content .blog_item .blog_content strong {
    color: #008976;
    font-weight: 700;
}

#page .blog #content .blog_item .blog_content .readmore,
#blog #page #content .blog_item .blog_content .readmore {
    clear: both;
    float: right;
    color: #dec793;
    font-size: 18px;
    margin-top: 35px;
    display: block;
    padding-bottom: 1px;
}

#page .blog #content .blog_item .blog_content .readmore:hover,
#blog #page #content .blog_item .blog_content .readmore:hover {
    border-bottom: 1px solid #dec793;
    padding-bottom: 0;
}

#page .blog #content h4,
#blog #page #content h4 {
    padding-top: 25px;
    text-align: left;
}

/*** CONTACT PAGE ***/

#page .contact #content .left,
#contact #page #content .left {
    width: 43%;
}

#page .contact #content .right,
#contact #page #content .right {
    width: 52%;
}

#page .contact #content #mvd_google_maps,
#contact #page #content #mvd_google_maps {
    width: 396px;
    height: 290px;
    clear: both;
    margin-top: 15px;
}

#page .contact #content h3,
#contact #page #content h3 {
    padding-top: 20px;
}

#page .contact #content .left .form_wrapper,
#contact #page #content .left .form_wrapper {
    margin-left: 40px;
}

#page .contact #content .left .form_submit,
#contact #page #content .left .form_submit {
    clear: both;
    position: relative;
    top: auto;
    left: auto;
}

#page .contact #content .left .form_wrapper input[type=text],
#contact #page #content .left .form_wrapper input[type=text],
#contact #page #content .left #Question3,
#contact #page #content .left #Question4,
#contact #page #content .left #Question5,
#page .contact #content .left .form_wrapper input[type=email],
#contact #page #content .left .form_wrapper input[type=email],
#page .contact #content .left .form_wrapper textarea,
#contact #page #content .left .form_wrapper textarea {
    width: 278px;
}

#page .readmore_trigger.expanded .more,
#page .readmore_trigger .less {
	display: none;
}

#page .readmore_trigger .more,
#page .readmore_trigger.expanded .less {
	display: block;
}

#page .readmore {
	height: 0;
	overflow: hidden;
}

#page .readmore.expanded {
	height: auto;
}

#page .to_top {
	display: none;
}

#contact #msg {
	background: none !important;
	margin-left: 40px !important;
	margin-right: 20px !important;
}

#home #msg {
	background: none !important;
	width: 184px !important;
}

#miniSurveyView180,
#miniSurveyView182 {
	position: relative;
}

#miniSurveyView180 table,
#miniSurveyView182 table {
	margin-left: 0 !important;
}

#miniSurveyView180 table .question,
#miniSurveyView182 table .question {
	display: none;
}

#miniSurveyView180 .formBlockSubmitButton,
#miniSurveyView182 .formBlockSubmitButton {
	position: absolute;
	bottom: 10px;
	left: 0;
}

.ccm-page-list h3 {
	padding-top: 0 !important;
	padding-left: 40px;
}

.ccm-page-list h3 a {
	font-size: 18px;
	line-height: 35px;
	color: #008976;
}


div#ccm-highlighter {z-index:100!important;}















/* RESPONSIVE STYLESHEET */

.trigger_3 {
	display: none;
}

#tarieven .trigger_3,
#rates .trigger_3 {
	display: none !important;
}

html {
	-webkit-text-size-adjust: none;
}

@media screen and (max-width: 320px)
{
	.triggers ul {
		padding-left: 50px !important;
	}
	
	.triggers ul > li {
		margin-left: 30px !important;
	}
	
	.trigger_3 {
		display: none !important;
	}
	
	.about .triggers ul,
	#de-praktijk .triggers ul,
	#practice .triggers ul,
	#tarieven .triggers ul,
	#rates .triggers ul,
	.prices .triggers ul {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 440px)
{
	.prices #header .bg img,
	#tarieven #header .bg img,
	#rates #header .bg img {
		min-height: 100% !important;
	}
}

@media screen and (min-width: 321px) and (max-width: 380px)
{
	.triggers ul {
		padding-left: 20px !important;
	}
}

@media screen and (min-width: 440px)
{
	#home .trigger_3 {
		display: block !important;
	}
}


@media screen and (min-width: 480px)
{
	.trigger_3 {
		display: block !important;
	}
}

@media screen and (min-width: 321px) and (max-width: 600px)
{
	#content .left p {
		font-size: 16px !important;
		line-height: 25px !important;
	}
}

@media screen and (min-width: 510px)
{
	#tarieven .trigger_3,
	#rates .trigger_3 {
		display: block !important;
	}
}

@media screen and (max-width: 600px)
{
	.to_top {
		display: block !important;
	}
	
	.to_top a {
		font-size: 15px !important;
		line-height: 21px !important;
		color: #008976 !important;
		display: block !important;
		padding-top: 20px !important;
		text-align: center !important;
		padding-bottom: 10px !important;
	}
	
	#content p a {
		color: #3b220e !important;
	}
	
	#header {
		height: 196px !important;
	}
	
	#header .mask,
	#header .bg {
		height: 196px !important;
	}
	
	#header .mask {
		background-position: bottom center !important;
	}
	
	#header #logo {
		display: none !important;
	}
	
	#header #mobile_logo {
		display: block !important;
		position: relative !important;
		z-index: 99 !important;
		width: 100% !important;
	}
	
	#header #mobile_logo img {
		width: 60% !important;
		float: left !important;
		margin: 20px 0 0 20px !important;
		clear: both !important;
		max-width: 220px !important;
	}
	
	#header #mobile_logo h3 {
		float: left !important;
		clear: both !important;
		margin-left: 30px !important;
		margin-top: 10px !important;
		font-size: 20px !important;
	}

	#header #mobile_logo h4 {
		clear: both;
		margin-left: 30px;
	}

	#header #mobile_logo h4 a {
		color: #fff;
		font-size: 14px;
	}
	
	#header #mobile_logo h3 a {
		font-weight: 600 !important;
		color: #fff !important;
	}
	
	#content {
		width: 100% !important;
		padding: 0 20px !important;
		box-sizing: border-box !important;
	}
	
	.inner {
		width: 100% !important;
		min-width: 100% !important;
	}
	
	#content {
		padding-top: 130px !important;
		padding-bottom: 20px !important;
		background: url(../img/bg/content_responsive.png) top center no-repeat #10cde1 !important;
	}
	
	#content .left {
		width: 100% !important;
		padding-right: 0px !important;
	}
	
	#content .right {
		display: none !important;
	}
	
	#content h1 {
		font-size: 27px !important;
	}
	
	#content .left p {
		padding-left: 0 !important;
		color: #fff !important;
	}
	
	.triggers {
		width: 100% !important;
	}
	
	.triggers ul {
		padding-left: 30px !important;
	}

	#behandelingen .triggers ul {
		padding-left: 75px !important;
	}
	
	.about #content .triggers ul,
	#de-praktijk #content .triggers ul,
	#practice #content .triggers ul,
	#tarieven #content .triggers ul,
	#rates #content .triggers ul,
	.prices #content .triggers ul {
		padding-left: 5px !important;
	}
	
	.triggers ul > li {
		margin-left: 30px !important;
	}
	
	.triggers ul > li > a {
		padding-top: 60px !important;
	}
	
	.triggers_mobile {
		display: block !important;
		background: url(../img/bg/content_responsive_bottom.png) top center no-repeat !important;
		overflow: hidden !important;
		padding-top: 130px !important;
		padding-bottom: 20px !important;
	}
	
	.triggers_desktop {
		display: none !important;
	}
	
	#nav {
		height: auto !important;
	}
	
	#nav ol,
	#nav ul.nav {
		padding-left: 60px !important;
	}
	
	#nav ol > li,
	#nav ul.nav > li {
		float: none !important;
		margin-left: 0 !important;
	}
	
	#nav ol > li > a,
	#nav ul.nav > li > a {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	
	#nav ol > li > a.active,
	#nav ul > li > a.active,
	#nav ul > li > a.nav-selected {
		background: none !important;
	}
	
	#nav #mvd_language_chooser_wrapper {
		top: -40px !important !important;
		position: absolute !important;
		right: 20px !important;
	}

	#content p strong {
		color: #345c80 !important;
	}
	
	#content h4,
	.news #content .news_item .intro h5,
	.blog #content .blog_item .intro h5 {
		color: #345c80 !important;
	}
	
	.treatments #content .left ul li {
		color: #fff !important;
	}
	
	#content table {
		color: #fff !important;
		margin-left: 0 !important;
		font-size: 16px !important;
	}
	
	#content table td {
		padding-right: 0 !important;
		text-align: right !important;
	}
	#content table td:first-child {
		text-align: left !important;
	}

    #tarieven #content table,
    #rates #content table {
        width: 100% !important;
	}
	
	#tarieven #content table tr,
	#rates #content table tr {
		border-top: 1px solid #fff !important;
	}
	
	.news #content .left {
		width: 100% !important;
	}
	
	.news #content .news_item .intro,
	.blog #content .blog_item .intro {
		padding-left: 0 !important;
	}
	
	.news #content .news_item .intro .date,
	.blog #content .blog_item .intro .date {
		color: #fff !important;
		margin-top: 10px !important;
	}
	
	.news #content .news_item .intro .share,
	#nieuws #content .news_item .intro .share,
	#news #content .news_item .intro .share,
	.blog #content .blog_item .intro .share,
	#blog #content .blog_item .intro .share {
		display: none !important;
	}
	
	.contact #content .left,
	#contact #content .left {
		width: 100% !important;
	}
	
	.contact #content .left .form_wrapper,
	#contact #content .left .form_wrapper {
		margin-left: 0 !important;
	}
	
	#content .form_wrapper input[type=submit],
	#contact #content input[type=submit] {
		background: #345c80 !important;
		color: #fff !important;
		-webkit-appearance: none !important;
  		-webkit-border-radius: 0 !important;
  		width: 100px !important;
		
	}
	
	.contact #content .left .form_wrapper input[type=text],
	#contact #content .left input[type=text],
	.contact #content .left .form_wrapper input[type=email],
	#contact #content .left input[type=email],
	.contact #content .left .form_wrapper textarea,
	#contact #content .left textarea {
		width: 100% !important;
		display: block !important;
		-webkit-appearance: none !important;
  		-webkit-border-radius: 0 !important;
  		box-sizing: border-box !important;
  		line-height: 26px !important;
	}

	/* Fixes for footer on mobile */
	#footer #social {
		display: none !important;
	}

	#footer .links {
		padding-right: 10px;
	}

	#footer p {
		padding: 0 10px;
		line-height: 1.8;
	}
	
}

@media screen and (min-width:600px) and (max-width: 860px)
{
	#page #nav ul > li {
		margin-left: 6px !important;
	}
	
	#page #nav ul > li a {
		font-size: 17px !important;
	}
}

@media screen and (min-width:640px)
{
	#page #nav ul > li {
		margin-left: 10px !important;
	}
}

@media screen and (min-width:680px)
{
	#page #nav ul > li {
		margin-left: 12px !important;
	}
	
	#page #nav ul > li a {
		font-size: 18px !important;
	}
}

@media screen and (min-width:730px)
{
	#page #nav ul > li a {
		font-size: 20px !important;
	}
}

@media screen and (min-width:730px) and (max-width: 1190px)
{
	#page #nav ul > li {
		margin-left: 10px !important;
	}
}

@media screen and (min-width:780px)
{
	#page #nav ul > li {
		margin-left: 15px !important;
	}
}

@media screen and (min-width:601px) and (max-width:880px)
{
	#page .left {
		width: 100% !important;
	}
	
	#tarieven #page .left,
	#rates #page .left {
		width: 70% !important;
	}
	
	#page .right {
		display: none !important;
	}
	
	#tarieven .right,
	#rates .right {
	    display: block !important;
	}
	
	#page #footer #social {
		top: -140px !important;
	}
	
	#tarieven #page .left table,
	#rates #page .left table {
		width: 100%;
	}
}

@media screen and (min-width:600px) and (max-width:700px)
{
    #tarieven #page .right p,
    #rates #page .right p {
		font-size: 16px !important;
	}
	
	#tarieven #page #content table td,
	#rates #page #content table td {
	    padding-right: 20px !important;
	}
    
    #tarieven .right h2,
    #rates .right h2 {
	    font-size: 20px !important;
	}
}

@media screen and (min-width:700px) and (max-width:880px)
{
    #tarieven .right h2,
    #rates .right h2 {
	    font-size: 25px !important;
	}
}

@media screen and (min-width:600px) and (max-width: 1190px)
{
	#page {
		width: 100% !important;
		overflow: hidden !important;
	}
	
	.inner {
		width: 100% !important;
		min-width: 100% !important;
	}
	
	#header #logo {
		left: 20px !important;
	}
	
	#page #nav ul {
		margin-left: 20px !important;
	}
	
	#content h1 {
		padding-left: 20px !important;
	}
	
	#content .right {
		padding-left: 0 !important;
		padding-right: 10px !important;
	}
	
	#footer {
		padding-right: 10px !important;
	}
	
	#footer #social {
		right: 10px !important;
	}
	
	#nav #mvd_language_chooser_wrapper {
		margin-right: 20px !important;
	}
	
	#nav ol > li:first-child {
		margin-left: 20px !important;
	}
	
	#nav ol > li {
		margin-left: 20px !important;
	}
}