/*** DEFAULT STYLESHEET ***/

* {
	margin: 0;
	padding: 0;
}

/*_____________________________ GENERAL ELEMENTS ___*/

html {
	background: #f5f5f5 url("../img/bg_body.png") repeat-x left top;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* Results in 18px. */
	color: #666666;
}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	color: #444;
	margin: 0 0 5px;
}

h2,h3 {
	font-size: 14px;
	line-height: 18px;
	color: #444;
}

p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 100;
}

p a {
	color: #f29725;
}

a {
	color: #041f30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0 0 15px 13px;
}

div.col-content ul,
div.col-content ol {
	font-size: 14px;
	line-height: 20px;
	font-weight: 100;
}

div.col-content ul a,
div.col-content ol a {
	color: #F29725;	
}

div.col-content ul.formerrors {
	background: red;
	color: #fff;
	margin: 0;
	padding: 5px 25px; 
}

/*______________________________ BASIC CLASSES ___*/

a.readmore,
div.landings div.banner-container ul li a {
	background: url(../img/arrow_orange.png) no-repeat right center;
	color: #f29725;
	font-size: 14px;
	padding-right: 15px;
}

a.readmore:hover,
div.landings div.banner-container ul li a:hover {
	background: url(../img/arrow_orange_hover.png) no-repeat right center;
	color: #ffc000;
	text-decoration: none;	
}

a.back {
	background: url(../img/arrow_orange_back.png) no-repeat left center;
	color: #f29725;
	font-size: 14px;
	padding-left: 15px;
}

a.back:hover {
	background: url(../img/arrow_orange_back_hover.png) no-repeat left center;
	color: #ffc000;
	text-decoration: none;	
}

.button {
	background: #f29725;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 2px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-family: helvetica, arial, sans-serif;
	cursor: pointer;
}

.button span {
	display: none;
}

button.button {
	padding: 4px 6px 3px;
	margin-top: 10px;
}

.button:hover {
	background: #ffc000;
	text-decoration: none;
}

div.col-content .intro {
	font-weight: 400;
}

.date {
	font-size: 12px;
	margin: 0 0 15px;
	display: block;
}

/*_______________________________ GENERAL LAYOUT ___*/

div.pagewrapper,
div#footer {
	display: block;
	margin: 0 auto;
	width: 955px;	
	overflow: hidden;
}

div.pagewrapper {
	overflow: visible;
}

div.footerwrapper {
	background: #fff;
	overflow: hidden;
	width: 100%;
}

div#content {
	background: url(../img/bg_content.png) repeat-y right top;
	display: table;
	padding: 46px 0 0;
	width: 955px;
}

.section {
	display: block;
	width: 100%;
	clear: both;
}

/*______________________________ FORM ELEMENTS ___*/

fieldset legend {
	display: none;
}

form#form {
	width: 434px;
	background: #fff;
	padding: 20px;
}

form#form fieldset input {
	background: #fff;
	border: 1px solid #000;
	width: 272px;
	height: 17px;
	margin-bottom: 8px;
}

form#form fieldset textarea {
	background: #fff;
	border: 1px solid #000;
	width: 272px;
	padding: 6px 4px;
}

form {
	display: inline-block;
}

form fieldset {
	border: none;
}

form fieldset label {
	display: inline-block;
	width: 147px;
	font-size: 14px;
	line-height: 27px;
	font-weight: 100;
	color: #666666;
	vertical-align: top;
}

input, select, textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: 100;
	color: #7F7F7F;
}

input, 
textarea {
	background: #f2f2f2;
	border: none;
	margin: 0 0 5px;
}

input {
	width: 162px;
	height: 13px;
	padding: 6px 4px 4px;
}

input.button {
	border: none;
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 4px 8px 3px;
	margin: 10px 0;
}

form#form fieldset button {
	float: right;
	margin-right: 4px;
}

p.label {
	display: inline-block;
	float: left;
}

p.error {
	font-size: 12px;
	color: #cc0000;
	margin-left: 150px;
}

.mandatory:after {
	content: "*";
	color: #cc0000;
	margin-left: 0.3em;
	padding: .1em;
	font-size: 1.1em;
}

/*_______________________________ HEADER ___*/

div#header {
	height: 136px;
	padding: 20px 0 60px 0;
	position: relative;
	z-index: 40;
}

div#header div.block {
	overflow: hidden;
	float: left;
	width: 182px;
	color: #000;
}

div#header div.block h2 { 
	margin: 0 0 2px;
}

div#header div.block p,
div#header address,
div#header teaser {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
}

div#header div.social ul {
	list-style: none;
	margin: 26px 0 0;
}

div#header div.social ul li {
	float: left;
}

div#header div.social ul li a {
	background-image: url(../img/spr_icons_social.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 27px;
	height: 28px;
	margin-right: 6px;
}

div#header div.social ul li a span {
	display: none;
}

div#header div.social ul li.youtube a { background-position: 0 0; }
div#header div.social ul li.linkedin a { background-position: -27px 0; }
div#header div.social ul li.facebook a { background-position: -54px 0; }
div#header div.social ul li.twitter a { background-position: -81px 0; }
div#header div.social ul li.rss a { background-position: -108px 0; }

div#header div.teaser {
	background:  url(../img/bg_header.png) repeat-y left top;
	float: right;
	width: 174px;
	height: 141px;
	margin: -20px 0 0 -7px;
	padding: 14px 23px 0 30px;
}

a.logo {
	background: url(../img/logo_massageprofs_groot.png) no-repeat left top;
	display: block;
	width: 255px;
	height: 116px;
	margin: 0 75px 0 0;
	overflow: hidden;
	outline-color: #031e2f;
	text-indent: -99999px;
	text-transform: capitalize;
	float: left;
}

div.header_visual {
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 156px;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

div.header_visual img {
	display: block;
	margin: 0 auto;
	padding-right: 368px;
	width: 888px;
}

div.header_visual img.ep {
	display: none;
}

div.breadcrumb {
	width: 736px;
	display: inline-block;
	padding: 13px 0;
}

div.breadcrumb p {
	font-size: 11px;
	line-height: 18px;	
	color: #444;
}

div.breadcrumb a,
div.breadcrumb span {
	color: #999999 !important;	
}

div.breadcrumb span {
	margin: 0 5px;
	font-size: 14px;
	line-height: 14px;
	vertical-align: -1px;
}

/*_______________________________ NAVIGATION ___*/

div#nav {
	background: url(../img/bg_nav.png) repeat-y right top;
	height: 60px;
	width: 100%;
}

div#nav > ul {
	margin-left: -11px;
}

div#nav > ul > li {
	float: left;
	list-style: none;
	margin: 0;
	height: 60px;
	line-height: 60px;
	font-weight: 100;
	position: relative;
}

div#nav > ul > li.hassub {
	height: 45px;
	line-height: 30px;
	padding-top: 15px;
}

div#nav > ul > li.hassub > a {
	height: 45px;
}

div#nav ul li a {
	display: block;
	color: #9d9d9d;
	padding: 0 11px;
}

div#nav ul li.hassub:hover > a {
	background-color: #fff;
	color: #000;
}

div#nav ul li a:hover {
	color: #f29725;
	text-decoration: none;
}

div#nav ul li.active a {
	color: #fff;
}

/* uitklap menu */
div#nav ul div.submenu-container { 
	background: url(../img/bg_subnav_shadow.png) no-repeat 0 top;
	width: 175px;
	padding: 0 7px;
	margin: 0 -7px;
	position: absolute;
	left: 0;
	top: 60px;
}

div#nav ul ul.submenu {
	background: #fff url(../img/bg_subnav.png) repeat-x left top;
	list-style: none;
	width: 166px;
	padding: 5px;
	margin: 0;
	display: none;
}

div#nav ul ul.submenu li a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	width: 145px;
	padding: 6px 10px;
	color: #666666;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e2e2e2;	
}

div#nav ul li:hover ul.submenu {
	display: block;
}

div#nav ul ul.submenu li a:hover,
div#nav ul ul.submenu li.act a {
	background: #f2b025 url(../img/bg_subnav_active.png) repeat-x left top;
	color: #fff;
	border-top: 1px solid #f29725;
	border-bottom: 1px solid #f2b025;
}


/*
 * SUBNAV
 */
div.subnav {
	background: url(../img/bg_subnav_shadow.png) no-repeat 0 top;
	float: left;
	width: 170px;
	margin-right: 28px;
	font-family: Arial;
	margin: 15px -7px 0 -12px;
	padding: 0 7px 0 12px;
}

div.subnav div.innerblock {
	background: #fff url(../img/bg_subnav.png) repeat-x left top;
	width: 165px;
	min-height: 194px;
	padding: 5px;
	margin: 0 0 0 -5px;
}

div.subnav h3 {
	background: #4b4b4b url(../img/bg_subnav_title.png) repeat-x left top;
	font-size: 12px;
	padding: 6px 10px;
	margin-bottom: 1px;
	color: #fff;
	font-weight: normal;
}

div.subnav ul {
	list-style: none;
	margin: 0;
}

div.subnav ul li a {
	display: block;
	font-size: 12px;
	width: 145px;
	padding: 6px 10px;
	color: #666666;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e2e2e2;
}

div.subnav ul li a:hover {
	text-decoration: none;
}

div.subnav ul li a:hover,
div.subnav ul li.act a {
	background: #f2b025 url(../img/bg_subnav_active.png) repeat-x left top;
	color: #fff;
	border-top: 1px solid #f29725;
	border-bottom: 1px solid #f2b025;
}


/*_______________________________ MAINCONTENT ___*/

div#content div.col-content {
	float: left;
	padding: 0 0 40px 0;
	margin: 0 63px 0 30px;
}

div.col-content img {
	display: block;
	float: left;
	margin: 4px 10px 10px 0;
}

div#content div.col-content div.block {
	overflow: hidden;
	background: #fff;
	padding: 20px;
	margin: 0 0 20px;
}

div#content div.col-content div.block h2 {
	margin-bottom: 5px;
}

div#content div.col-content div.block div.imgcontainer,
div#content div.col-content div.block div.p.intro {
	width: 434px;
	overflow: hidden;
}

div#content div.col-content div.block img
div#content div.col-content img {
	margin: 5px 10px 10px 0;
	float: left;	
}

div#content div.col-content.home {
	width: 672px;
	margin-left: 0;		
}

div#content div.col-content {
	width: 474px;
}

div#content div.col-aside {
	float: left;
	width: 172px;
	padding: 0 23px 0;
}

div.col-content div.block div.video {
	overflow: hidden;
	display: block;
	position: relative;
	width: 434px;
}

div.col-content div.block div.video img {
	margin: 0;
	border: none;
}

div.col-content div.block div.video span {
	display: inline-block;
	background: url(../img/icon_play.png) no-repeat left top;
	height: 58px;
	width: 94px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -29px 0 0 -47px;
}

/*_______________________________ LANDINGS ___*/

div.landings div.banner-container {
	margin: 0 0 20px;	
}

div.landings div.banner-container ul {
	overflow: hidden;
	margin: 0 -3px;
	list-style: none;
}

div.landings div.banner-container ul li {
	overflow: hidden;
	background: #fff;
	float: left;
	width: 333px;
	height: 106px;
	margin: 0 3px 4px 3px;
}

div.landings div.banner-container ul li:hover {
	background: #fafafa;
} 

div#content div.landings div.banner-container ul li img {
	display: block;
	float: left;
	margin: 0;
}

div.landings div.banner-container ul li div.text-container {
	height: 76px;
	overflow: hidden;
	padding: 20px;
	padding-bottom: 10px;
}

div.landings div.banner-container ul li h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 100;
	color: #b2b2b2;
	margin: 0 0 5px;
}


/*_______________________________ CTA ___*/


/*_______________________________ TEASERS ___*/

div.teaser {
	width: 170px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

div.teaser img {
	display: block;
	width: 170px;
	margin: 0 0 10px;
}

div.teaser h2 {
	font-size: 14px;
	line-height: 28px;
}

div.teaser p {
	color: #999999;
	margin: 0 0 10px;
}

/*_______________________________ NEWS ___*/

div.news.overview {
	
}

div.news.overview ul {
	list-style: none;
	margin: 0;
}

div.news.overview li.newsitem {
	background: #fff;
	padding: 20px;
	margin: 0 0 10px;
}

div.news.overview li.newsitem h2 a {
	color: #000;
}

/*_______________________________ FOOTER ___*/

div#footer {
	padding: 40px 0;
}

div#footer div.block {
	float: left;
	margin: 0 60px 0 0;
}

div#footer div.block a {
	margin: 0 18px 0 0;
}

div#footer div.block a,
div#footer div.block ul {
	float: left;
}

div#footer div.block ul li {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
}

div#footer div.block ul li a {
	font-size: 11px;
	line-height: 18px;
	color: #9f9f9f;
}

div#footer img {
	border: 0;
}

/*_______________________________ PLUGINS ___*/

/*
 * pagebrowser
 */
div.tx-pagebrowse-pi1 {
	display: block;
	text-align: center;
	
}

div.tx-pagebrowse-pi1 ul {
	margin: 0;
}

div.tx-pagebrowse-pi1 ul li {
	display: inline;
}

div.tx-pagebrowse-pi1 ul li span {
	display: inline-block;	
}

div.tx-pagebrowse-pi1 ul li a,
div.tx-pagebrowse-pi1 ul li span {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 2px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-prev span,
div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-next span {
	background: #dbdbdb;
}

div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-prev a,
div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-next a {
	background: #f29725;
}

div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-prev a:hover,
div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-next a:hover {
	background: #ffc000;
}

div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-pages {
	background: none;
	border: none;	
}

div.tx-pagebrowse-pi1 ul li a {
	background: #7a7a7a;
	display: inline-block;
}

div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-first,
div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-last {
	display: none;
}

div.tx-pagebrowse-pi1 ul li a:hover {
	text-decoration: none;
	background: #000;
}

div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-prev a
div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-next a {
	background: #f29725;	
}

div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-prev a:hover,
div.tx-pagebrowse-pi1 ul li.tx-pagebrowse-next a:hover {
	background: #ffc000;	
}

div.tx-pagebrowse-pi1 ol {
	display: inline-block;
	margin: 0 5px;
}

div.tx-pagebrowse-pi1 ol li a,
div.tx-pagebrowse-pi1 ol li span {
	margin: 0 0 0 5px;
	padding: 2px 6px;
}

div.tx-pagebrowse-pi1 ol li:first-child span {
	margin-left: 0;
}

div.tx-pagebrowse-pi1 ol li.tx-pagebrowse-current span {
	background: #000;
	color: #fff;
}

div.tx-pagebrowse-pi1 ol li:first-child a {
	margin-left: 0
}

div.tx-pagebrowse-pi1 ol li a {
	color: #fff;
}

/* CAROUSEL */

/* preloader */
.svwp {
	width: 50px; 
	height: 20px; 
	background: #fff;
}

.svwp ul { position: relative; left: -999em;} 

.slideViewer { 
	position: relative;
	overflow: hidden; 
	margin: 0;
	padding: 0;
	background: #fff;
}

.slideViewer ul { 
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

.slideViewer ul li {
	float:left;
}

.slideViewer ul li img {
	margin: 0;
}


/*typographic info*/
.slideViewer span.typo { 
	padding: 6px; /* do not modify padding */
	background: #fff;
	color: #000;
}

.thumbSlider { 
	overflow: hidden;
	width: 1%;
	background: #fff;
}
.thumbSlider ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
.thumbSlider ul li{ 
	float:left;
	margin: -1px 0 0 0;
	position: relative;
	border-top: 1px solid #fff;
}

.thumbSlider ul li.active {
	border-top: 1px solid #000;
}

.thumbSlider a{
	color: #fff;
	text-decoration: none;
}

#content div.col-content .thumbSlider a img{
	border: 0;
	display: block;
	padding: 0;
	margin: 0;
}

.thumbSlider p.tmbrdr { 
	position:relative; 
	left: 0;
	font-size: 0.01em;
	left: 0;
	margin: 0;
	padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
	background: #000;
	color: #ff0000;
	font: bold 16px Arial;
	overflow: hidden;
	display: inline-block;
}

a.left {
	background: #000 url(../img/slidethumb_prev.png) no-repeat center center;
}

a.right {
	background: #000 url(../img/slidethumb_next.png) no-repeat center center;
}

a.l_dis, a.r_dis {
	background-color: #b2b2b2; 
	cursor: default;
}

a.l_dis span, a.r_dis span {
	visibility: hidden;
}

a:focus {outline:none;}

/*
 * ERGOPROFS EXCEPTIONS
 */
body.ergoprofs div.header_visual {
	background: #ffffff;
}

body.ergoprofs div.landings div.banner-container ul li {
	width: 632px;
	height: auto;
	margin-bottom: 10px;
	padding: 20px;
}

body.ergoprofs div.landings div.banner-container ul li div.text-container {
	height: auto;
	padding: 0;
}

body.ergoprofs div.landings div.banner-container ul li h3 {
	color: #444;
}

body.ergoprofs div#nav ul li a:hover {
	color: #33a0de;
}

body.ergoprofs div#nav ul li.hassub a:hover {
	color: #000;
}

body.ergoprofs div.subnav ul li a:hover,
body.ergoprofs div.subnav ul li.act a,
body.ergoprofs div#nav ul ul.submenu li a:hover,
body.ergoprofs div#nav ul ul.submenu li.act a {
	background: #3abee7 url(../img/ep/bg_subnav_active.png) repeat-x left top;	
	border-top: 1px solid #33a0de;
	border-bottom: 1px solid #3abee7;
	color: #fff;
}

body.ergoprofs a.logo {
	background: url(../img/ep/logo_ergoprofs_groot.png) no-repeat left top;
	width: 191px;
	height: 116px;
}

body.ergoprofs a.readmore,
body.ergoprofs div.landings div.banner-container ul li a {
	background: url(../img/ep/arrow_blue.png) no-repeat right 2px;
	color: #33a0de;
}

body.ergoprofs div.landings div.banner-container ul li a {
	/*font-weight: bold;*/
}

body.ergoprofs div#content div.landings div.banner-container ul li img {
	margin-right: 10px;
}

body.ergoprofs a.readmore:hover,
body.ergoprofs div.landings div.banner-container ul li a:hover {
	background: url(../img/ep/arrow_blue_hover.png) no-repeat right 2px;
	color: #3abee7;
}

body.ergoprofs a.back {
	background: url(../img/ep/arrow_blue_back.png) no-repeat left 2px;
	color: #33a0de;
}

body.ergoprofs a.back:hover {
	background: url(../img/ep/arrow_blue_back_hover.png) no-repeat left 2px;
	color: #3abee7;
}

body.ergoprofs .button {
	background: #33a0de;
	color: #fff;
}

body.ergoprofs .button:hover {
	background: #3abee7;
}

body.ergoprofs div.header_visual img.ep {
	display: block;
}
body.ergoprofs div.header_visual img.mp {
	display: none;
}

body.ergoprofs p a,
body.ergoprofs div.col-content ul a,
body.ergoprofs div.col-content ol a {
	color: #33a0de;	
}
