html,body {
	font-family: Arial;
	/*letter-spacing: -0.01em;*/
	font-size: 14px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-width:1010px;
}

#layout
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

/***********************************************************/
/* HEADER */
/***********************************************************/
#header-wrapper {
	background: #5f6fb3;
}

header {
	width: 1010px;
	margin: 0 auto;
	background: url("../images/header/header-bg.png") no-repeat;
	overflow: hidden;
}

.header_custom_logo {
	background: url("../images/header/treatment_center.png") no-repeat;	
}
.header_custom_logo #header-menu {
	margin: 90px 0 0 0;	
}

#homepage { width: 550px; height: 80px; display: block; position: absolute; }

#header-treatment-center {
	width: 333px;
	height: 40px;
	background: url("../images/header/header-treatment-center.png") no-repeat;
	float: right;
}

#header-menu {
	margin: 140px 0 0 0;
	height: 50px;
}

.header-menu-item {
	width: 158px;
	height: 48px;
	float: left;
	margin-left: -10px;
}

.header-menu-item-button {
	width: 168px;
	height: 48px;
	background: url("../images/header/header-menu-button.png") no-repeat;
	position: absolute;
	margin-top: 9px;
	padding: 10px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #20358b;
}

.header-menu-item-button:hover
{
	color: #fff !important;
}

.header-menu-item-button.teaser:hover, .header-menu-item-button.teaser.selected { color: #20358B !important; }
.header-menu-item-button.green:hover, .header-menu-item-button.green.selected { background: url("../images/header/header-menu-button-hover-green.png") no-repeat; color: #fff; }
.header-menu-item-button.blue:hover, .header-menu-item-button.blue.selected { background: url("../images/header/header-menu-button-hover-blue.png") no-repeat; color: #fff; }
.header-menu-item-button.purple:hover, .header-menu-item-button.purple.selected { background: url("../images/header/header-menu-button-hover-purple.png") no-repeat; color: #fff; }
.header-menu-item-button.orange:hover, .header-menu-item-button.orange.selected { background: url("../images/header/header-menu-button-hover-orange.png") no-repeat; color: #fff; }

.header-menu-item-button.violet { color: #8793C6 }
.header-menu-item-button.green { color: #69ac5f }
.header-menu-item-button.blue { color: #349dc9; }
.header-menu-item-button.purple { color: #7554cb; }
.header-menu-item-button.orange { color: #f17c28; }

.home
{
	width: 50px;
	height: 48px;
	position: absolute;
	margin-top: 9px;
	padding: 10px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #20358b;
}

/***********************************************************/
/* CONTENT */
/***********************************************************/
#content-main-wrapper{
	
	background-color: #5F6FB3;
}
#content-wrapper {
	width: 1010px;
	margin: 0 auto 0px auto;
	min-height: 300px;
	overflow: hidden;
	background-color: white;
}

#content-wide {
	margin: 50px 0 0 0;
	width: 825px;
}

#content-middle {
	margin: 50px 0 0 100px;
	width: 725px;
}

#content-narrow {
	margin: 50px 0 0 10px;
	width: 560px;
	float: left;	
}

.content-pane { 
/*overflow-y: scroll; height: 500px;*/ 
} 

.frontpage-column { width: 270px; float: left; }
aside { background: url("../images/teaser-column-bg.png") repeat-y; width: 167px; float: right; }
.teaser-column-content { padding: 20px 10px 20px 20px; }
.teaser-column-bottom { background: url("../images/teaser-column-bottom.png"); width: inherit; height: 6px; }

/***********************************************************/
/* MENU */
/***********************************************************/
#sub-menu { margin-top: 50px; width: 250px; float: left; }

#sub-menu a { color: #000; }
#sub-menu .selected { color: #64965c; }

#sub-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-menu ul li a
{
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: block;	
	min-height: 20px;
	line-height: 20px;
}

#sub-menu ul li ul
{
}

#sub-menu ul li li
{
	border: none;
}

#sub-menu ul li a { padding-left: 15px; }

#sub-menu ul li li a { margin-left: 25px; display: block; }

#sub-menu ul li li li a { margin-left: 45px; display: block; }

#sub-menu ul li li li
{
	border: none;
}

#sub-menu a
{
	text-decoration: none;
}

.trail { background: url("../images/arrows/arrow_big_d.png") no-repeat left 10px; }

.menu-splitter { 
	width: 230px; 
	height: 2px; 
	background-image: url("../images/menu-splitter-blue.png");
	background-repeat: no-repeat;
}

#ico_home
{
	width: 60px;
	height: 48px;
	float: left;
	margin-left: -10px;
}

#ico_search
{
	float: left;
	margin: 17px 0 0 30px;
}

#follow_us
{
	padding-top: 13px;
	float: left;
	margin-left: 45px;
}

/***********************************************************/
/* FOOTER */
/***********************************************************/
#footer-push
{	
	height: 0px;
	clear: both;	
}

#footer-wrapper {
	background: #5f6fb3;
}

footer {
	height: 80px;
	width: 1010px;
	margin: 0 auto;
}

#footer-menu {
	margin: 0 0 0 10px;
	height: 35px;
}

.footer-menu-item {
	width: 170px;
	height: 35px;
	float: left;
	margin-left: -10px;
}

.footer-menu-item-button {
	width: 170px;
	height: 35px;
	background: url("../images/footer/footer-menu-button.png") no-repeat;
	position: absolute;
	padding: 5px 0 0 20px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #283c90;
}

/***********************************************************/
/* PORTLETS */
/***********************************************************/
.portlet
{	
	width: 272px;
	margin-bottom: 5px;
}

.portlet h1 {font-size: 18px;}

.portlet a { color: #fff; }

.portlet-top { height: 14px; font-size: 0; margin: 0; }
.portlet-bottom { height: 6px; font-size: 0; margin: 0; }
.portlet-content { background-repeat: repeat-y; color: #000; padding: 0 10px 10px 25px; margin: 0; }

.portlet-top.blue { background-image: url("../images/portlet/portlet-top-blue.png"); }
.portlet-content.blue { background-image: url("../images/portlet/portlet-bg-blue.png"); }
.portlet-bottom.blue { background-image: url("../images/portlet/portlet-bottom-blue.png"); }

.portlet-top.purple { background-image: url("../images/portlet/portlet-top-purple.png"); }
.portlet-content.purple { background-image: url("../images/portlet/portlet-bg-purple.png"); }
.portlet-bottom.purple { background-image: url("../images/portlet/portlet-bottom-purple.png"); }

.portlet-top.green { background-image: url("../images/portlet/portlet-top-green.png"); }
.portlet-content.green { background-image: url("../images/portlet/portlet-bg-green.png"); }
.portlet-bottom.green { background-image: url("../images/portlet/portlet-bottom-green.png"); }

.portlet-top.orange { background-image: url("../images/portlet/portlet-top-orange.png"); }
.portlet-content.orange { background-image: url("../images/portlet/portlet-bg-orange.png"); }
.portlet-bottom.orange { background-image: url("../images/portlet/portlet-bottom-orange.png"); }

.portlet-top.cyan { background-image: url("../images/portlet/portlet-top-cyan.png"); }
.portlet-content.cyan { background-image: url("../images/portlet/portlet-bg-cyan.png"); }
.portlet-bottom.cyan { background-image: url("../images/portlet/portlet-bottom-cyan.png"); }

.rotating-item-title { font-weight: bold; padding-bottom: 0px; }

/***********************************************************/
/* TABLES */
/***********************************************************/
.datatable td, .datatable th {
    padding: 0 5px 5px 0 !important;
}

.terms-and-conditions {
	height: 200px;
	font-size: 10px;
	overflow-y: scroll;
	background: #d9d9d9;
	padding: 10px;
}

.terms-and-conditions p { font-size: 12px; }

.book-item { 
	overflow: hidden; 
}

.book_img { float: right; margin: 0px 10px 20px 0px; }

.box {
	background: #eaeaea;
	padding: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px; 
}

.box h2 { color: #fff; margin:0; padding: 0; }

/* route */
.route_field, .route_field_small { width: 150px !important; padding-right: 10px; }
.route_field_small { width: 50px !important; }
#select_route { width: 500px !important; }

.book-item-full { width:255px; float:left; padding-right:20px; }
.main_toolbox_container { width:480px; clear: both; }
.main_toolbox { float:right;width:480px; }
footer .addthis_toolbox { margin-top: -30px; }

.video_thumb { cursor: pointer !important; }

/* MailChimp embedded */
.mailchimp_subscribe { background: none !important; }
.mailchimp_subscribe #mc-embedded-subscribe { border: none !important; margin: 0px !important; font-size: 12px !important; }
.mailchimp_subscribe .required { color: #000 !important; }
.mailchimp_subscribe div.mce_inline_error { color: red !important; background: none !important; font-weight: normal !important; margin: 0px !important; padding: 0px !important; }
.mailchimp_subscribe div#mce-responses { padding: 0px !important; margin: 0px !important; }
.mailchimp_subscribe div.response { padding: 0px !important; margin-top: 0px !important; width: 100% !important; }

/* mobile version items */
.mob_menu, .mob_menu_more, .mob_menu_less, .page_up, .page_back, #mob_header_soc_btn { display: none; }

/* ####################################### MOBILE VERSION ####################################### */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
@media screen and (max-width: 641px)
{
	html,body
	{
		font-size: 1.2em;
		min-width: 100px;
	}

    h1 { font-size: 22px; }
    h3 { font-size: 20px; line-height: 1.2em;}
    p { line-height: 1.2em; }
    h4, p, li, button { font-size: 18px !important; }
    ol li, ul li, input[type=button], input[type=submit], input[type=search], input[type=email] { font-size: 18px; }
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 18px !important; }
	input { min-height: 30px; font-size: 18px; }
	object { width: 100% !important; min-height: 250px !important; height: 100% !important; }

	/* header */
	header
	{
		content: '';
		width: 100%;
		padding-top: 0px;
		display: inline-block;
		background: url("../images/header/header-bg_mob.png") no-repeat;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#header-menu { min-height: 20px; margin: 0px; }
	#header-menu nav { display: none; }
	.mob_hdr_spacer { background-color: #fff; height: 10px; }
	.header_custom_logo { background: url("../images/header/treatment_center_mob.png") no-repeat; background-repeat: no-repeat;	background-size: 100% auto; }
	.header_custom_logo #header-menu { margin: 0px; }

	/* header menu (website menu)*/
	.mob_menu { display: block; margin: auto 10px; padding-top: 5px; }
	.mob_menu_item { color: #fff; font-size: 18px; padding-right: 15px; padding-top: 2px; display: inline-block; vertical-align: middle; }
	#menu_container { display: none; margin: auto 10px; padding-top: 10px; height: auto; width: auto; }
	#mob_header_soc_btn { display: inline-table; float: right; }

	/* header menu (content menu)*/
	#sub-menu { margin: 0px; float: none; width: 100%; }
	#sub-menu a { color: #fff; }
	#sub-menu .menu-splitter { display: none; }
	#sub-menu ul li li li a { margin-left: 25px; }
	#sub-menu ul li li li { margin-left: 20px; }
	.mob_root_menu { font-weight: bold !important; margin-top: 15px; }
	.mob_root_menu:hover { cursor: pointer; }
	.mob_content_menu { margin-bottom: 20px !important; }
	.mob_content_menu *, .mob_content_menu li { color: #fff; list-style-type: none; }
	.mob_content_menu li * { font-weight: normal; line-height: 1.4em; }
	#sub-menu ul li li a { display: inline-block !important; }
	.mob_menu_more, .mob_menu_less { display: block; position: absolute; margin-top: 5px; }
	.mob_menu_more { z-index: 1; }
	.mob_menu_more:hover, .mob_menu_less:hover { cursor: pointer; }
	.record.container { line-height: 1.8em !important; padding: 5px 0ps;}
	.mob_hidden { display: none; }
	.mob_active_menu { text-decoration: underline !important; }

	/* body */
	#layout { min-height: 1px; }
	.portlet { float: left; }
	aside { display: none; }
	#content-wrapper { width: auto; }
	#content-narrow, #content-middle { margin: 20px auto 0px auto; width: 90%; float: none; }
	#content-wide { width: auto !important; }
	#content .empty_div { display: none; }

	/*footer */
	.frontpage-column { float: none; margin: auto; }
	.footer-menu-item { display: block !important; padding-left: 10px; float: none; }
	.footer-menu-item a { font-size: 18px; display: block; color: #fff; }
	.footer-menu-item-button { background: url(""); width: auto; padding-left: 0px; }
	footer
    {
		margin: 50px 0px 0px 0px;
		text-align: left;
		padding-bottom: 5px;
		padding-top: 5px;
		border: none;
		font-size: 1.2em;
		width: 100%;
		line-height: 1.4em;
		height: 3.7em;
    }
	footer .addthis_toolbox { margin-left: 10px; font-size: 0.7em; line-height: 0.4em; width: 96%; }
	.main_toolbox_container { width:100%; clear: both; }
	.main_toolbox { float:none; width:100%; }
	.page_up, .page_back { display: block; float: right; padding: 10px 4px 0px 0px; cursor: pointer; }
	.page_back { padding-top: 8px; padding-right: 8px; }

	/* HOMEPAGE */
	#header-menu { display: none; }
	#homepage { position: relative; height: auto; width: auto; }
	#content-wide { margin-top: 20px; }
	.mob_portlet {  padding: 0px 25px 20px 25px; }
	.mob_portlet_header
	{
		font-size: 18px;
		color: #fff;
		padding: 9px 12px;
		display: block;
		font-weight: bold;
		background-color: #5f6fb3;
		margin-bottom: 10px;
	}
	.mob_portlet_link { font-size: 18px; cursor: pointer; background-color: transparent !important; color: #3d9fbf !important; font-weight: bold !important; }
	.mob_portlet_link_v2 { display: block; margin: 10px 0px; text-decoration: underline; }
	.no_btm_space { padding-bottom: 0px !important; margin-bottom: 0px !important; }
	.mob_portlet ul { padding: 0px; }
	.mob_portlet ul li { list-style-type: none; background-color: transparent; }
	.mob_portlet ul li a { line-height: 1.9em; font-weight: bold; }

	/* portlet nr 3 */
	.hidden_menu { display: none; }
	.menu_content { height: 0px; overflow: hidden; }
	.menu_content ul li { font-size: 0.8em; }
	.menu_content table tr td { display: block; width: 100%;  }
	.menu_content h1 { font-size: 18px; text-decoration: underline; }
	.menu_content h2 { padding-left: 0px; }
	.menu_content h3, .menu_content h4 { text-decoration: underline; }

	/* portlet nr 5*/
	#gettra_content { display: none; }

	/*CMS PAGE*/
	.cms-page-item .clearfix { overflow: auto; }
	.cms-page-content *, .link { font-size: 18px; }
	.cms-page-content table { width: 100% !important; }
	.datatable { width: 100% !important; }
	/*.datatable tr td * { font-size: 0.8em; }*/
	.datatable tr td { display: block; font-size: 0.8em; }
	.datatable tr td * { width: 99%; font-size: 1.0em; height: auto; }
	.datatable tr td input[type=checkbox] { width: auto; min-height: 5px; }
	.datatable tr td select { min-height: 30px; }
	/*.datatable tr td label { font-size: 0.8em; }*/
	.mob_email { width: 100% }
	.mob_email { font-size: 0.8em; }
	.mob_email input[type=email]{ width: 99%; font-size: 1.0em; margin-bottom: 5px;}
	.mob_email tr th, .mob_email tr td { display: block; width: 100% }
	.mob_email_btn { width: 100%; }
	.thought-item, .box { font-size: 0.8em; }

	/* SIGN UP PAGE */
	#NewsletterSubscription label { font-size: 0.8em; }
	#NewsletterSubscription input { font-size: 0.8em !important; display: block; width: 98% !important; }

	/* NEWLETTER PAGE */
	.newsletter-date { font-size: 0.6em !important; }
	#newsletter a { font-size: 0.8em; }

	/* ROUTE */
	#map_canvas { max-width: 100% !important; }
	.route_field, .route_field_small { width: 100% !important; padding-right: 10px; margin: 5px 0px !important; display: block; height: 30px !important; }
	#select_route { width: 100% !important; font-size: 0.8em; min-height: 30px; }

	/* VIDEOS (portlet nr 4) */
	.rotating_item_title a { padding: 9px 0px; font-weight: bold; background-color: transparent; color: #3d9fbf; }
	.rotator-item .spacer.vspacer { display: none; }
	.rotating_item object { display: none; }
	.rotating_item:first-child object { display: block; }
	.rotate_item_content { display: none !important; }

	/* SHOP */
	.book_img { float: left; }
	.book-item a { font-size: 0.8em; }
	.book-item { font-size: 1.0em; width: 100% !important; }
	.book-item-full { width: 100%; padding-right: 0px; display: block; }
	.book_more_link * { font-size: 0.8em; color: #3d9fbf !important; }

	/* SEARCH */
	input[type="search"] { font-size: 0.8em !important; height: 35px !important; }
	.menu-splitter { background-color: #98CDE3; }
	#search_option_container { margin-bottom: 20px; }
	#search_option_container table  * { width: 100%; }
	#search_option_container table  input[type=checkbox] { width: auto; }
	.pagination { font-size: 0.9em; }
	.mob_result { font-size: 0.8em; }

	/* OTHER */
	.ui-tabs .ui-tabs-nav { border: none !important; font-size: inherit !important; margin-bottom: 20px !important; height: auto !important; display: block !important; }
	.ui-tabs .ui-tabs-nav li { width: 100% !important; margin-bottom: 10px !important; }
	.mob_hidden { display: none; }
	.seminar-date { font-size: 0.7em !important; }
	.content-pane input[type=submit] { width: 100%; }
	#email_attachments_captcha { width: 98%; }
}