/* head */
/* navigation */
/* panel */
/* main-content */
/* submenu*/
/* Sidebare*/
/* use mixin from bootstrap
.opacity (@opacity) {
  opacity: @opacity;
  filter:Alpha(Opacity=@opacity);
}
*/
/* basis variablen */
/* # Typographie */
/* ## Fliestext */
/* layout */
/* ##menu */
/* images */
/*  */
/* mixins */
/* ### Fliestext mixin */
/*******************************************************************************
* Core
*******************************************************************************/


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li,
ol {
  list-style: none;
}
a {
  cursor: pointer;
}
a.plain {
  cursor: default;
}
a.udl,
a.udl:hover {
  text-decoration: underline;
}
pre {
  font-family: "Courier";
}

/*******************************************************************************
* Fonts
*******************************************************************************/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*******************************************************************************
* Reset
*******************************************************************************/
html,
body {
  background-color: #ffffff;
  background-image: url("images/background.png");
  padding-bottom: 20px;
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}
.clear {
  clear: both;
}
.bclear {
  clear: both;
  height: 1px;
  line-height: 1px;
}
a {
  text-decoration: none;
  color: #81a315;
  transition: color 0.5s;
  /*
  &:visited{
    color: @link-text-color-visited;
  }
  */
}

a.imp {
  font-weight: bold;
}
h1 a,
h2 a,
h3 a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
h1 a:link,
h2 a:link,
h3 a:link {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #ed8e0b;
}
#main-footer ul li a {
  color: inherit;
}
#main-footer ul li a:hover {
  color: #ed8e0b;
}
#topmenu-left {
  float: left;
}
div.clear {
  height: 1px;
  line-height: 1px;
  clear: both;
}
div.clear.small {
  height: 10px;
  line-height: 10px;
}
div.clear.medium {
  height: 20px;
  line-height: 20px;
}
div.right {
  float: right;
  clear: right;
}
div.left {
  float: left;
  clear: left;
}
div.inline {
  float: left;
}
#mabo-print-header,
.do-print {
  display: none;
}
/* layout content */
.pager {
  width: 550px;
  margin: 0px auto;
  text-align: right;
}
ul.yiiPager {
  font-size: 11px;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: inline;
}
ul.yiiPager li {
  display: inline;
}
ul.yiiPager a:link,
ul.yiiPager a:visited {
  font-weight: bold;
  color: #80a210 !important;
  padding: 1px 6px;
  text-decoration: none;
  border: 1px solid #bdcd01 !important;
}
ul.yiiPager a:hover {
  background: #eee !important;
  color: #ed8e0b !important;
}
ul.yiiPager .page a {
  font-weight: normal;
}
ul.yiiPager .selected a {
  background: #80a210 !important;
  color: #FFFFFF !important;
  font-weight: bold;
}
ul.yiiPager .hidden a {
  color: #888888;
}
/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last {
  display: none;
}
#wowslider-container1 .ws_images img {
  width: 615px !important;
  height: 360px  !important;
}
#wowslider-container1 .ws-title {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.directory_header {
	color: white;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-indent: 15px;
	padding-left: 15px;
}

.directory_header > a, .directory_header  a:link, .headline2 a:link {
	color: white;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-indent: 15px;
}

/* schneller fix für News-Box in rechter Spalte. Besser Template austauschen */
.headline2 {
	padding-left: 15px;
}

.block-s1 .right {
	margin-bottom: 40px;
}

#mabo-main-header #mabo-logo a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 120px;
}
#mabo-main-header #mabo-main-search {
  position: absolute;
  right: 6px;
  bottom: 22px;
  width: 260px;
}
#mabo-main-header #mabo-main-search input {
  height: 30px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 200px;
  text-indent: 5px;
}

#main-header-bob > a.bob1{
	color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 7px;
    height: 58px;
    padding: 10px 0 0;
    text-align: center;
    width: 275px;
    background-color: #c50e1f !important;
    border-radius: 16px;
}

#main-header-bob > a.bob1:hover {    
    background-color: #5b626b !important;
}

#mabo-main-header #mabo-main-search button {
  height: 30px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  font-weight: bold;
  border: 1px solid #a80000;
  background: #a80000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjYTgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTMlIiBzdG9wLWNvbG9yPSIjYTgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #590000 0%, #a80000 7%, #a80000 93%, #590000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #590000), color-stop(7%, #a80000), color-stop(93%, #a80000), color-stop(100%, #590000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #590000 0%, #a80000 7%, #a80000 93%, #590000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #590000 0%, #a80000 7%, #a80000 93%, #590000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #590000 0%, #a80000 7%, #a80000 93%, #590000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #590000 0%, #a80000 7%, #a80000 93%, #590000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#590000', endColorstr='#590000', GradientType=0);
  /* IE6-8 */
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#mabo-main-header #mabo-main-search button:hover {
  background: #590000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjYTMyNTI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTMlIiBzdG9wLWNvbG9yPSIjYTMyNTI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #590000 0%, #a32525 7%, #a32525 93%, #590000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #590000), color-stop(7%, #a32525), color-stop(93%, #a32525), color-stop(100%, #590000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #590000 0%, #a32525 7%, #a32525 93%, #590000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #590000 0%, #a32525 7%, #a32525 93%, #590000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #590000 0%, #a32525 7%, #a32525 93%, #590000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #590000 0%, #a32525 7%, #a32525 93%, #590000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#590000', endColorstr='#590000', GradientType=0);
  /* IE6-8 */
}
#mabo-main-header #mabo-main-social {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 120px;
}
#mabo-main-header #mabo-main-social ul {
  float: right;
}
#mabo-main-header #mabo-main-social ul li {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  text-align: center;
}
#mabo-main-header #mabo-main-social ul li a,
#mabo-main-header #mabo-main-social ul li i {
  line-height: 30px;
  color: #80a210;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
#mabo-main-header #mabo-main-social ul li a.twitter:hover,
#mabo-main-header #mabo-main-social ul li i.twitter:hover,
#mabo-main-header #mabo-main-social ul li a.twitter:focus,
#mabo-main-header #mabo-main-social ul li i.twitter:focus {
  color: #55ACEE;
}
#mabo-main-header #mabo-main-social ul li a.facebook:hover,
#mabo-main-header #mabo-main-social ul li i.facebook:hover {
  color: #3D5B99;
}
#mabo-main-header #mabo-main-social ul li a.google:hover,
#mabo-main-header #mabo-main-social ul li i.google:hover {
  color: #DD4B39;
}
nav#navigation {
  margin: 0px auto;
  width: 660px;
  background-color: #444444;
  height: 28px;
  padding-left: 15px;
  border-bottom: none;
  border-right: none;
}
nav#navigation ul li {
  line-height: 27px;
  display: inline-block;
  padding-top: 5px;
}
nav#navigation ul li a {
  color: #ffffff;
  height: auto;
  display: block;
  padding-left: 8px;
  padding-right: 12px;
  border-right: 1px solid #ffffff;
}
nav#navigation ul li:last-child a {
  border-right: none;
}
nav#navigation ul li a:hover {
  color: #4cbee2;
}
nav#navigation ul li:hover a {
  color: #4cbee2;
}
nav#navigation ul li.last a {
  border-right: none;
}
div.subportal-header {
	text-align:right; overflow: visible; margin:auto; clear:both; margin-top: 5px; margin-bottom: 5px;
}
div.subportal-header .banner {
	margin-left:240px; width:730px;
}
/* layout content */
.def-text {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
}
.small-text {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #5b626b;
}
.head {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  color: #80a210;
}
a.button {
  background: #ffc753;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc753), color-stop(32%, #ffc753), color-stop(67%, #ffb400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@button-bg-dark', endColorstr='@button-bg-light', GradientType=0);
  /* IE6-8 */
  color: white !important;
  border: 1px solid #ffc753;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  width: auto !important;
  font-size: 13px  !important;
  -webkit-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
a.button:hover {
  background: #ffb400;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* TODO SVG ...*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(32%, #ffb400), color-stop(67%, #ffc753));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@button-bg-light', endColorstr='@button-bg-dark', GradientType=0);
  /* IE6-8 */
}
#mabo-main-body {
  width: 1270px;
  margin: 0px auto;
  /*padding-top: 25px;*/
  margin-bottom: 25px;
}
#mabo-main-body.mobile {
  width: 100%;
  margin: 0px auto;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 25px;
  margin-bottom: 25px;
}
#mabo-content-wrapper {
  width: 660px;
  float: left;
}
#mabo-main-body.mobile #mabo-content-wrapper {
  width: 100%;
}
.block-s1 {
  width: 300px;
}
.block-s1 figure {
  width: 300px;
}
.block-s1 figure img {
  max-width: 300px;
}
main#mabo-main-content li.morelink b a {
	font-weight: 200;
}
main#mabo-main-content a.block {
    display: block;
    margin-bottom: 10px;
}
main#mabo-main-content p,
main#mabo-main-content span {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  /*line-height: 1.5;*/
}
main#mabo-main-content .def-text,
main#mabo-main-content .mabo-f-text {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
}
main#mabo-main-content .def-text p,
main#mabo-main-content .mabo-f-text p,
main#mabo-main-content .def-text span,
main#mabo-main-content .mabo-f-text span {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
}
form.inline {
  display: inline;
}
main#mabo-main-content .draftbox,
main#mabo-main-content .blockbox {
  font-weight: bold;
  font-size: inherit;
}
main#mabo-main-content .draftbox {
  color: #f0ad4e;
}
main#mabo-main-content .blockbox {
  color: #5cb85c;
}
main#mabo-main-content .rtebar {
  background-color: none;
  padding: 5px;
}
main#mabo-main-content .rtebar button {
  border: 1px solid #00416e;
  box-shadow: none;
  background: #bdcd01;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1YTdjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjg3YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bdcd01 0%, #2b87a5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdcd01), color-stop(100%, #2b87a5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdcd01 0%, #2b87a5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdcd01 0%, #2b87a5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdcd01 0%, #2b87a5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bdcd01 0%, #2b87a5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@a-panel-color-bright', endColorstr='#2b87a5', GradientType=0);
  /* IE6-8 */
}
main#mabo-main-content .mabo-widget header {
  margin-top: -5px;
  margin-bottom: 10px;
}
main#mabo-main-content .mabo-widget header h2 {
  font-family: Roboto;
  font-size: 18px;
}
h2.is-sub-header a {
	font-weight: bold;
}
main#mabo-main-content .mabo-widget div.img-text-block div.the-image {
  width: 100px;
  display: block;
  float: left;
}
main#mabo-main-content .mabo-widget div.img-text-block div.the-image figure {
  width: 100px;
}
main#mabo-main-content .mabo-widget div.img-text-block div.the-text {
  width: 190px;
  display: block;
  float: right;
}
main#mabo-main-content .mabo-widget div.img-text-block div.the-text h2 {
  color: #bdcd01;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 7px;
}
main#mabo-main-content .mabo-widget div.img-text-block div.the-text h2 a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
main#mabo-main-content .control-panel a,
main#mabo-main-content .control-panel i {
  font-size: 20px;
}
main#mabo-main-content .box-published {
  background-color: #FFF9E2;
  padding: 20px;
  border: 1px solid silver;
  margin-bottom: 20px;
}
main#mabo-main-content .box-published a {
  font-size: 20px;
}
main#mabo-main-content .box-published a i {
  font-size: 20px;
}
main#mabo-main-content .box-published.published {
  background-color: #F1FFEE;
}
main#mabo-main-content div.list-view {
  margin-bottom: 15px;
  padding-bottom: 10px;
  /*border-bottom: 1px dotted silver;*/
}

main#mabo-main-content div.list-view div.summary {
  padding-bottom: 7px;
}
main#mabo-main-content div.list-view div.items div {
  line-height: 18px;
}
main#mabo-main-content div.list-view div.items div div.i-label {
  font-weight: bold;
  width: 140px;
  float: left;
  clear: left;
}
main#mabo-main-content div.list-view div.items div div.i-value {
  float: left;
}
main#mabo-main-content div.list-view div.items div.cat2 {
  padding-left: 15px;
}
main#mabo-main-content div.list-view div.items div.cat2 div.i-label {
  width: 125px;
}
main#mabo-main-content div.list-view div.items div.cat3 {
  padding-left: 30px;
}
main#mabo-main-content div.list-view div.items div.cat3 div.i-label {
  width: 110px;
}
main#mabo-main-content .pad-bot {
  padding-bottom: 7px;
}
main#mabo-main-content .pad-2-bot {
  padding-bottom: 15px;
}
main#mabo-main-content .pad-top {
  padding-top: 7px;
}
main#mabo-main-content .pad-2-top {
  padding-top: 15px;
}
main#mabo-main-content .marg-bot {
  padding-bottom: 10px;
}
main#mabo-main-content .marg-2-bot {
  padding-bottom: 20px;
}
main#mabo-main-content .marg-top {
  padding-top: 10px;
}
main#mabo-main-content .marg-2-top {
  padding-top: 20px;
}
main#mabo-main-content h1 {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  color: #80a210;
}

main#mabo-main-content h1.full {
  padding-left: 20px;
}

main#mabo-main-content .width-full h1{
	width: 100% !important;
}

main#mabo-main-content h1.profile {
  margin-top: -10px;
}
main#mabo-main-content h2, main#mabo-main-content h2 a {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  color: #80a210;
}
main#mabo-main-content div.serpNavigation h2 a {
	font-size: 14px;
}
main#mabo-main-content h2.fc {
  color: #5b626b;
}
main#mabo-main-content h3 {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #5b626b;
  margin-bottom: 7px;
}
main#mabo-main-content h3.fc {
  color: #5b626b;
}
main#mabo-main-content strong,
main#mabo-main-content b {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
  font-weight: bold;
}
main#mabo-main-content strong p,
main#mabo-main-content b p,
main#mabo-main-content strong span,
main#mabo-main-content b span {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
}
main#mabo-main-content strong a,
main#mabo-main-content b a,
main#mabo-main-content strong span,
main#mabo-main-content b span {
  font-weight: bold;
}
main#mabo-main-content a.block {
  display: block;
}
main#mabo-main-content a.in-text {
  color: #5b626b;
}
main#mabo-main-content a.in-text:hover {
  color: #ed8e0b;
}
main#mabo-main-content a.act-edit {
  color: #00C000;
}
main#mabo-main-content a.act-delete {
  color: #C01D1D;
}
main#mabo-main-content div.space {
  margin-top: 10px;
  margin-bottom: 10px;
}
main#mabo-main-content .btop {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #5b626b;
}
main#mabo-main-content .bbot {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #5b626b;
}
main#mabo-main-content div.sorter {
  float: right;
}
main#mabo-main-content div.crumb,
main#mabo-main-content div.bbox {
  border-bottom: 1px dotted #5b626b;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
main#mabo-main-content div.block {
  /*border-top: 1px dotted #5b626b;*/
  margin-top: 20px;
  padding-top: 20px;
}
main#mabo-main-content div.block.info {
  border: 1px solid #5b626b;
  border-radius: 10px;
  padding: 10px;
  background-color: #D5FFD5;
  margin-top: 20px;
  padding-top: 20px;
}
main#mabo-main-content div.block.hint {
  border: 1px solid #5b626b;
  color: #5b626b;
  border-radius: 5px;
  padding: 10px;
  background-color: #F2F2F2;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
main#mabo-main-content div.block.nob {
  border-top: none;
  padding-top: 0px;
}
main#mabo-main-content div.kv-list {
  padding-top: 10px;
  margin-bottom: 10px;
}
main#mabo-main-content div.kv-list.gaps ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
main#mabo-main-content div.kv-list.gaps ul li div {
  line-height: 1.5;
}
main#mabo-main-content div.kv-list.gaps ul li div.handletop1 {
  background-color: #f1ffee;
}
main#mabo-main-content div.kv-list.gaps ul li div.handletop2 {
  background-color: #fff9e2;
}
main#mabo-main-content div.kv-list.gaps ul li div.handletop2 h3 {
  color: grey;
}
main#mabo-main-content div.kv-list.gaps ul li div.controls {
  margin-top: -22px;
}
main#mabo-main-content div.kv-list ul li {
  line-height: 26px;
  border-bottom: 1px dotted silver;
}
main#mabo-main-content div.kv-list ul li div.handle {
  cursor: move;
}
main#mabo-main-content div.kv-list ul li div.controls {
  position: relative;
  float: right;
  margin: 0px;
  width: auto;
  height: auto;
}
main#mabo-main-content div.kv-list ul li div.controls a {
  line-height: 26px;
}
main#mabo-main-content ul.editable-list {
  margin-top: 20px;
}
main#mabo-main-content ul.editable-list li {
  line-height: 30px;
  padding-left: 0px;
  clear: both;
}
main#mabo-main-content ul.editable-list li div.val {
  width: 400px;
  float: left;
  line-height: 30px;
}
main#mabo-main-content ul.editable-list li div.val input {
  border: none;
  width: 370px;
  line-height: 30px;
  border-bottom: 1px solid white;
}
main#mabo-main-content ul.editable-list li div.val input:hover {
  border-bottom: 1px solid silver;
}
main#mabo-main-content ul.editable-list li div.controls {
  width: 200px;
  float: left;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 1px;
}
main#mabo-main-content ul.editable-list li div.controls a,
main#mabo-main-content ul.editable-list li div.controls span,
main#mabo-main-content ul.editable-list li div.controls i {
  line-height: 30px;
}
main#mabo-main-content table {
  border-top: 1px dotted #ccc;
  /*
      border-collapse: separate;
    border-spacing: 5px 5px;
    */
}
main#mabo-main-content table.white-bg {
  /*
      &:nth-of-type(even) {
        background-color:white;
      }

      &:nth-of-type(odd) {
        background-color:white;
      }
      */
}
main#mabo-main-content table.white-bg tr {
  border-bottom: none;
}
main#mabo-main-content table tr {
  /*
      &:nth-of-type(even) {
        background-color:#EEEEEE;
      }

      &:nth-of-type(odd) {
        background-color:white;
      }
      */
  border-bottom: 1px dotted #ccc;
  /*
        -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.75);
      */
}
main#mabo-main-content table tr:last-child {
  border-bottom: none;
}
main#mabo-main-content table tr td {
  padding: 3px;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
main#mabo-main-content table.items tr td {
  text-align: center;
}
main#mabo-main-content table.data-table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
textarea.height-3x {
  height: 450px;
}
form input,
form select,
form textarea {
  width: 450px;
  border: 1px solid #BDC7D8;
  text-indent: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 7px;
  font-size: 18px;
  color: #1F1C1B;
  background-color: white;
}
form input.text,
form select.text,
form textarea.text {
  width: 350px;
}
form textarea {
  text-indent: 0px;
  padding-left: 7px;
}
form input,
form select {
  height: 34px;
  line-height: 34px;
}
form select {
  text-indent: 0px;
  padding-left: 5px;
  padding-top: 3px;
}
form select option {
  text-indent: 7px;
  vertical-align: middle;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: auto !important;
}
form input[type="checkbox"] {
  margin-right: 6px;
}
div.form-box {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #BDC7D8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #fcfcfd;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2Q4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fcfcfd 0%, #d3d8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfd), color-stop(100%, #d3d8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfd 0%, #d3d8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfd 0%, #d3d8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfd 0%, #d3d8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfd 0%, #d3d8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfd', endColorstr='#d3d8e8', GradientType=0);
  /* IE6-8 */
}
div.form-box > header > h2 {
  font-size: 32px;
  color: #80a210;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
}
div.form-box div.row {
  padding-left: 20px;
}
div.form-box div.row div.f-label {
  font-weight: normal;
  float: left;
  width: 145px;
  line-height: 34px;
  font-size: 18px;
}
div.form-box div.row div.f-label label {
  font-size: 18px;
}
div.form-box div.row div.f-value {
  float: left;
  width: 250px;
}
div.form-box div.button-bar {
  width: 500px;
  text-align: right;
}
div.form-box div.button-bar a,
div.form-box div.button-bar button,
div.form-box div.button-bar input[type="submit"] {
  margin-left: 7px;
}
div.form-box div.two-inp input {
  width: 220px;
  margin-right: 5px;
}
div.form-box div.radio input,
div.form-box div.check input {
  font-size: 18px;
  height: auto;
}
div.form-box div.radio label,
div.form-box div.check label {
  font-size: 18px;
  line-height: 24px;
  padding-left: 6px;
}
div.form-box div.radio > div,
div.form-box div.check > div {
  width: 120px;
  float: left;
}
div.box-send-button {
  width: 447px;
  text-align: right;
}
input[type="submit"],
input[type="button"],
.mabo-button,
a.button {
  background: #ffc753;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc753), color-stop(32%, #ffc753), color-stop(67%, #ffb400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@button-bg-dark', endColorstr='@button-bg-light', GradientType=0);
  /* IE6-8 */
  color: white;
  border: 1px solid #ffc753;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  width: auto !important;
  font-size: 13px  !important;
  -webkit-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  transition: none;
}

button {
  background: #ffc753;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc753), color-stop(32%, #ffc753), color-stop(67%, #ffb400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@button-bg-dark', endColorstr='@button-bg-light', GradientType=0);
  /* IE6-8 */
  color: white;
  border: 1px solid #ffc753;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  width: auto;
  font-size: 13px;
  -webkit-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  transition: none;
}
button.big,
input[type="submit"].big,
a.button.big,
a.mabo-button.big {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 16px  !important;
  transition: none;
}
button.no-att,
button.no-att:hover,
a.mabo-button.no-att,
a.mabo-button.no-att:hover,
.button.no-att,
.button.no-att:hover {
  background-image: none !important;
  background-color: #EEEEEE !important;
  color: #323232 !important;
  border: 1px solid white  !important;
  font-weight: normal  !important;
  -webkit-box-shadow: none  !important;
  -moz-box-shadow: none  !important;
  box-shadow: none  !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
button.as-simple-text,
button.as-simple-text:hover {
  background-image: none;
  background-color: none;
  color: #5b626b;
  border: none;
  font-weight: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.as-simple-text:hover {
  text-decoration: underline;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover,
a.mabo-button:hover {
  background: #ffb400;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* TODO SVG ...*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(32%, #ffb400), color-stop(67%, #ffc753));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@button-bg-light', endColorstr='@button-bg-dark', GradientType=0);
  /* IE6-8 */
  color: white !important;
}
main#mabo-main-content .search {
  float: left;
  clear: left;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}
main#mabo-main-content .controls {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  width: 45%;
}
main#mabo-main-content .controls .pager {
  float: right;
  width: 200px;
  text-align: right;
}
main#mabo-main-content .pager {
  margin-bottom: 20px;
}
main#mabo-main-content .mabo-head-panel {
  width: 100%;
/*   height: 40px; */
  background-color: #80a210;
  border-bottom: 2px solid black;
}
main#mabo-main-content .mabo-head-panel h1 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  color: #ffffff;
  width: 205px;
  float: left;
}
main#mabo-main-content .mabo-head-panel h1.full {
  width: 400px;
}
main#mabo-main-content .mabo-head-panel ul {
  width: 440px;
  float: right;
  overflow: hidden;
  height: 50px;
  padding: 2px;
}
main#mabo-main-content .mabo-head-panel ul li {
  display: block;
  float: left;
  padding-right: 7px;
}
main#mabo-main-content .mabo-head-panel ul li a {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
  color: white;
  line-height: 0.9;
}
main#mabo-main-content .mabo-head-panel ul li a p,
main#mabo-main-content .mabo-head-panel ul li a span {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
}
main#mabo-main-content .mabo-head-panel ul li a.active,
main#mabo-main-content .mabo-head-panel ul li a:hover {
  color: #000;
}
main#mabo-main-content .content {
  padding: 20px;
  padding-bottom: 40px;
}
main#mabo-main-content .content b {
  font-weight: bold;
}
main#mabo-main-content .content > header {
  height: 30px;
  margin-bottom: 15px;
}
main#mabo-main-content header > h1,
main#mabo-main-content h1.header {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #80a210;
  margin-bottom: 25px;
  float: left;
  /*margin-left: 20px;*/
}
main#mabo-main-content header > h1 a,
main#mabo-main-content h1.header a {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #80a210;
}
main#mabo-main-content .catalog_link_container{  
	padding-right: 20px;
    margin-top: 10px; /* siehe: https://erfx.marketing-boerse.info/Buch/list */
    margin-bottom: 0px;
    float: right;
	height: 40px;
}
main#mabo-main-content .catalog_link_container > div > a {
	border: 2px solid; 
	padding: 5px 20px; 
	border-radius: 3px;
	text-decoration: none;
	
}
main#mabo-main-content .catalog-category-description {
	margin-bottom: 65px;
}
main#mabo-main-content .catalog-list-switch {
	padding-bottom:10px;
}
main#mabo-main-content .catalog-breadcrumb {
  margin-bottom: 8px;
  margin-left: 38px;
  margin-top: 8px;
}
main#mabo-main-content .list-description
{
margin-bottom: 10px; margin-top: 20px; padding-left: 22px; width:600px; padding-right: 136px;
}
main#mabo-main-content .catalog-title {
  font-weight: 300;
  font-size: 25px;
  padding-left: 17px;
  padding-right: 40px;
  margin-top: 15px;
}
main#mabo-main-content .catalog-description {
  padding-left: 40px;
}
main#mabo-main-content .catalog-content {
padding-left: 40px; padding-right: 40px;	
}
main#mabo-main-content .catalog-content li.entry {
	margin-bottom: 25px;
}
main#mabo-main-content .catalog-content li.entry h2 a{
font-weight: 300;
font-size: 21px;
}
main#mabo-main-content .mabo-c-blocks {
  padding: 20px;
}
main#mabo-main-content .mabo-c-blocks header {
  margin-top: 10px;
  margin-bottom: 10px;
}
main#mabo-main-content .mabo-c-blocks li {
  margin-bottom: 25px;
  /*
      &:nth-of-type(even) {
        background-color:#EEEEEE;
      }

      &:nth-of-type(odd) {
        background-color:white;
      }*/
}
main#mabo-main-content .mabo-c-blocks li:hover div.controls {
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  transition: opacity 0.9s;
}
main#mabo-main-content .mabo-c-blocks li div.controls {
  clear: both;
  float: left;
  margin-bottom: 0px;
  width: 550px;
}
main#mabo-main-content .mabo-c-blocks li div.controls div.type {
  width: 140px;
  float: left;
  line-height: 24px;
  height: 24px;
}
main#mabo-main-content .mabo-c-blocks li div.controls div.type select {
  line-height: 24px;
  height: 24px;
  width: 120px;
}
main#mabo-main-content .mabo-c-blocks li div.controls div.flags {
  width: 300px;
  float: left;
  line-height: 24px;
  height: 24px;
  padding-top: 2px;
  padding-left: 50px;
}
main#mabo-main-content .mabo-c-blocks li div.controls div.flags i,
main#mabo-main-content .mabo-c-blocks li div.controls div.flags a {
  font-size: 16px;
}
main#mabo-main-content .mabo-c-blocks li figure {
  text-align: right;
}
main#mabo-main-content .mabo-c-blocks li figure img {
  display: block;
}
main#mabo-main-content .mabo-c-blocks li figure button {
  margin-top: 5px;
  display: block;
  float: right;
}
main#mabo-main-content .mabo-c-blocks li h2 {
  margin-bottom: 7px;
}
main#mabo-main-content .mabo-c-blocks li h2 a {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  color: #81a315;
}
main#mabo-main-content .mabo-c-blocks li h2 a:hover {
  color: #ed8e0b;
}
main#mabo-main-content .mabo-c-blocks li p.mabo-f-text {
  margin-bottom: 7px;
}
main#mabo-main-content .mabo-c-blocks li p.author {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #727b87;
  float: left;
  width: 425px;
}
main#mabo-main-content .mabo-c-blocks li p.author a {
  font-size: 11px;
}

/** new version - please dont use p.author **/
main#mabo-main-content .mabo-c-blocks li span.author {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #727b87;
  float: left;
  /*width: 414px;*/
}
main#mabo-main-content .mabo-c-blocks li span.author a {
  font-size: 11px;
}

main#mabo-main-content .mabo-c-blocks li div.controls {
  float: right;
  padding: 0px;
  margin: 0px;
  width: 240px;
  text-align: right;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  clear: none !important;
  transition: opacity 0.9s;
}
.mabo-cat-block {
  padding-left: 20px;
}
.mabo-cat-block:before,
.mabo-cat-block:after {
  content: " ";
  display: table;
}
.mabo-cat-block:after {
  clear: both;
}
.mabo-cat-block:before,
.mabo-cat-block:after {
  content: " ";
  display: table;
}
.mabo-cat-block:after {
  clear: both;
}
.mabo-cat-block .entry {
  width: 299px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.mabo-cat-block .entry li {
  line-height: 15px;
}
.mabo-cat-block-entry {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
  min-height: 50px;
}
.mabo-cat-block-entry li {
  line-height: 15px;
}
.mabo-cat-block-entry-header {
  margin-bottom: 5px;
  font-size: 16px !important;
}
.mabo-cat-seperator {
  line-height: 1px;
  height: 1px;
  clear: both;
  border-bottom: 1px dotted #5b626b;
  margin-left: 20px;
  margin-right: 20px;
}
.mabo-cat-block.norm_space {
  position: relative;
  padding-top: 10px;
  max-width: 620px;
  width: 620px;
  margin-left: 20px;
  margin-right: 20px;
}
.mabo-cat-block.norm_space div.entry {
  display: block;
  position: absolute;
  float: none;
}
main#mabo-main-content section.mabo-cat-block {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
main#mabo-main-content section.mabo-cat-block h1 {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  color: #80a210;
}
main#mabo-main-content section.mabo-cat-block h1.header {
  font-size: 30px;
}
main#mabo-main-content section.mabo-cat-block div.entry {
  width: 299px;
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
}
main#mabo-main-content section.mabo-cat-block div.entry h2 {
  margin-bottom: 5px;
}
main#mabo-main-content section.mabo-cat-block div.entry h2 a {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #80a210;
}
main#mabo-main-content section.mabo-cat-block div.entry ul li {
  line-height: 1.3;
}
main#mabo-main-content section.mabo-cat-block div.entry ul li a {
  color: #444444;
  line-height: 1.3;
}
main#mabo-main-content div.mabo-matrix table tr th {
  width: 136px;
}
main#mabo-main-content div.mabo-matrix table tr td {
  width: 130px;
  padding: 3px;
}
main#mabo-main-content div.mabo-matrix table tr td input {
  width: 124px;
}
main#mabo-main-content table.mabo-data-table tbody tr td {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
  padding: 3px;
}
main#mabo-main-content table.mabo-data-table tbody tr td p,
main#mabo-main-content table.mabo-data-table tbody tr td span {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #5b626b;
  line-height: 1.5;
}
main#mabo-main-content table.mabo-data-table tbody tr td.img {
  width: 80px;
}
main#mabo-main-content table.mabo-data-table tbody tr td.name {
  width: 340px;
}
main#mabo-main-content table.mabo-data-table tbody tr td.text {
  width: 200px;
}
main#mabo-main-content article {
  padding: 20px;
  padding-bottom: 40px;
}
main#mabo-main-content article.download {
  color: #040001;
}
main#mabo-main-content article.download p,
main#mabo-main-content article.download span,
main#mabo-main-content article.download section > div {
  color: #040001;
  line-height: 1.5;
}
main#mabo-main-content article.download header {
  border-bottom: 1px solid #213f7f;
  padding-bottom: 0px;
}
main#mabo-main-content article.download header h2 {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #80a210;
  margin-bottom: 25px;
}
main#mabo-main-content article.download header summary.strong {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  border-bottom: none;
  font-size: 16px;
}
main#mabo-main-content article.download div.block {
  border-top: 1px solid #213f7f;
  padding-top: 15px;
}
main#mabo-main-content article.download span.emp {
  font-weight: bold;
  color: #80a210;
  line-height: 1.5;
}
main#mabo-main-content article.download a.download {
  color: #80a210;
  border-bottom: 1px solid #86c6ec;
  line-height: 1.5;
}
/*
main#mabo-main-content article.download a {
  //color: @panel-color;
}
*/
main#mabo-main-content article.download div.social {
  margin-top: 60px;
}
main#mabo-main-content article.download div.download-box {
  position: relative;
  clear: both;
  height: 270px;
}
main#mabo-main-content article.download div.download-box figure {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
main#mabo-main-content article.download div.download-box div.download {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
main#mabo-main-content article.download div.download-box div.download a {
  display: block;
  width: 200px;
  height: 90px;
  margin: 0px auto;
  padding-left: 20px;
  border: none;
  background: #00a3e2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMwMGEzZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiMGUyZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMGEzZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00a3e2 10%, #b0e2f9 50%, #00a3e2 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00a3e2), color-stop(50%, #b0e2f9), color-stop(90%, #00a3e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00a3e2 10%, #b0e2f9 50%, #00a3e2 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00a3e2 10%, #b0e2f9 50%, #00a3e2 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00a3e2 10%, #b0e2f9 50%, #00a3e2 90%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00a3e2 10%, #b0e2f9 50%, #00a3e2 90%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3e2', endColorstr='#00a3e2', GradientType=0);
  /* IE6-8 */
  color: white;
  -webkit-box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main#mabo-main-content article.download div.download-box div.download a div {
	margin-top: 23px;
  float: left;
  padding-left: 0;
}
main#mabo-main-content article.download div.download-box div.download a div span {
  clear: left;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100px;
}

main#mabo-main-content article.download div.download-box div.download a:hover {
  background: #ff8c00;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZjhjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmVhZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZjhjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ff8c00), color-stop(50%, #ffead3), color-stop(90%, #ff8c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#ff8c00', GradientType=0);
  /* IE6-8 */
}

.rsp {
  width: 500px;
  float: left;
  clear: left;
}
.rsp-2 {
  width: 400px;
  float: left;
  clear: left;
}
main#mabo-main-content article header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #5b626b;
}
main#mabo-main-content article header a {
  font-weight: bold;
}
main#mabo-main-content article header.no_b {
  border-bottom: none;
  margin-bottom: 10px;
}
main#mabo-main-content article header h2 {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #80a210;
  margin-bottom: 25px;
}
main#mabo-main-content article header summary.strong {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  border-bottom: none;
}
main#mabo-main-content article footer div.author {
  margin-top: 20px;
}
main#mabo-main-content article footer div.author figure {
  float: left;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  padding-right: 20px;
}
main#mabo-main-content article footer div.author figure img {
  max-width: 80px;
  max-height: 100px;
}
main#mabo-main-content article footer div.author div.sub-details {
  float: left;
  width: 470px;
}
main#mabo-main-content article footer div.author div.sub-details p {
  padding-top: 7px;
  font-style: italic;
}
main#mabo-main-content article div.author-panel {
  clear: both;
}
main#mabo-main-content article summary {
  font-weight: normal;
  padding-bottom: 20px;
}
main#mabo-main-content article summary.strong {
  font-weight: bold;
  padding-bottom: 20px;
  /*
  border-bottom: 1px dotted #5b626b;
  margin-bottom: 20px;
  */
}
main#mabo-main-content article p {
  line-height: 1.5;
  padding-bottom: 7px;
}
main#mabo-main-content article div.social {
  margin-top: 20px;
  margin-bottom: 20px;
}
main#mabo-main-content article div.social ul {
  width: 580px;
  float: left;
}
main#mabo-main-content article div.social ul li {
  display: block;
  float: left;
  min-width: 100px;
}
main#mabo-main-content article div.social ul li.right {
  float: right;
}
main#mabo-main-content article div.social ul.small {
  width: 180px;
}
main#mabo-main-content article div.social.user ul li {
  min-width: 35px;
  clear: none !important;
}
main#mabo-main-content article div.social.vert {
  width: 88px;
}
main#mabo-main-content article div.social.right {
  float: right !important;
}
main#mabo-main-content article div.social.right ul li {
  clear: both;
  float: none;
  height: 35px;
  padding-top: 10px;
}
main#mabo-main-content article div.social.user.right ul li {
  clear: none;
  float: right;
  height: 35px;
  padding-top: 10px;
}
main#mabo-main-content article div.social div.download,
main#mabo-main-content article div.social div.vert {
  float: right;
  width: 88px;
}
main#mabo-main-content article img {
	max-width: 620px;
}
main#mabo-main-content div.link-list {
  margin-top: 20px;
  /*margin-left: 15px;*/
}
main#mabo-main-content div.link-list.no-marg {
  margin-top: 0px;
  padding-top: 0px;
  /*border-top: 1px dotted #5b626b;*/
}
main#mabo-main-content div.link-list.nob {
  border-top: none;
  margin-top: 10px;
}
/*
main#mabo-main-content div.link-list h3 {
  color: #5B626B;
  font-size: 14px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
}
main#mabo-main-content div.link-list h3 a {
  font-weight: bold;
}*/
main#mabo-main-content div.link-list dl dt {
  font-size: 12px;
  display: block;
  clear: both;
  float: left;
  width: 90px;
  line-height: 1.5;
}
main#mabo-main-content div.link-list dl dd {
  font-size: 12px;
  display: block;
  float: left;
  width: 480px;
  line-height: 1.5;
}
main#mabo-main-content div.link-list.img dl dt {
  width: 120px;
  margin-bottom: 15px;
}
main#mabo-main-content div.link-list.img dl dd {
  width: 450px;
  margin-bottom: 15px;
}
main#mabo-main-content div.link-list.bl dl dt {
  width: 200px;
  margin-bottom: 15px;
}
main#mabo-main-content div.link-list.bl dl dd {
  width: 370px;
  margin-bottom: 15px;
}
section.company-details {
  margin: -10px;
  padding: 10px;
  border: 1px solid #cccccc;
}
section.company-details p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
section.company-details figure {
  float: right;
}
section.company-details address {
  display: block;
  float: left;
  min-width: 400px;
}
section.company-details address h3 {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #80a210;
  margin-bottom: 10px;
}
section.company-details address p {
  padding: 0px;
  margin: 0px;
}
section.company-details address div.social ul {
  width: auto;
}
section.company-details div.manager {
  margin-top: 20px;
  float: left;
}
section.company-details div.manager p {
  padding: 0px;
  margin: 0px;
}
section.company-details summary
 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px dotted #5b626b;
}
main#mabo-main-content article header h2.summary,
main#mabo-main-content section.company-details h2.summary {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold !important;
	border-top: 1px dotted #5b626b;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

section.company-details div.social {
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
}
section.company-details div.social.right {
  float: right;
}
section.company-details div.social li {
  float: left;
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
section.company-details div.social li.right {
  float: right;
}
section.company-details div.social li a i {
  line-height: 30px;
  color: #7099B4;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
section.company-details div.social li a:hover i.twitter,
section.company-details div.social li a.active i.twitter {
  color: #55ACEE;
}
section.company-details div.social li a:hover i.facebook,
section.company-details div.social li a.active i.facebook {
  color: #3D5B99;
}
section.company-details div.social li a:hover i.googleplus,
section.company-details div.social li a.active i.googleplus {
  color: #DD4B39;
}
section.company-details div.social li a:hover i.xing,
section.company-details div.social li a.active i.xing {
  color: #009090;
}
main#mabo-main-content div.admin-menu-panel ul li {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 30px;
  height: 30px;
  min-width: 68px;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid silver;
  border-bottom: none;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
main#mabo-main-content div.admin-menu-panel ul li a {
  color: black;
}
main#mabo-main-content div.admin-menu-panel ul li.active {
  background-color: #bdcd01;
}
main#mabo-main-content div.admin-menu-panel ul li.active a {
  color: white;
}
main#mabo-main-content div.admin-menu-panel div.clear {
  margin-top: -3px;
  border-top: 1px solid silver;
}
main#mabo-main-content div.admin-menu-panel div.clear.small {
  height: 10px;
}
main#mabo-main-content div.admin-menu-panel div.clear.medium {
  height: 20px;
}
div.admin-form-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.admin-form-box div.spacer {
  height: 20px;
  clear: both;
}
div.admin-form-box div.row {
  padding-left: 15px;
  padding-top: 7px;
}
div.admin-form-box div.row div.f-label {
  font-weight: bold;
}
div.admin-form-box div.row div.f-label label {
  font-weight: bold;
}
div.admin-form-box div.row.button-bar {
  padding-top: 7px;
  padding-bottom: 30px;
  padding-right: 25px;
  text-align: right;
}
div.admin-form-box div.row.button-bar.al {
  text-align: left;
}
div.admin-form-box div.row.button-bar a,
div.admin-form-box div.row.button-bar button,
div.admin-form-box div.row.button-bar input[type="submit"] {
  /*margin-left: 7px;*/
}
div.admin-form-box div.row.button-bar button,
div.admin-form-box div.row.button-bar input[type="submit"] {
  height: 30px;
  min-width: 70px;
  width: auto !important;
  font-size: 13px  !important;
  font-weight: bold  !important;
}
div.admin-form-box div.row div.f-input,
div.admin-form-box div.row div.f-else {
  line-height: 32px;
}
div.admin-form-box div.row div.f-input.text,
div.admin-form-box div.row div.f-else.text {
  line-height: 1.5;
}
div.admin-form-box div.row.l1 div label,
div.admin-form-box div.row.l2 div label,
div.admin-form-box div.row.l3 div label,
div.admin-form-box div.row.l1 div span,
div.admin-form-box div.row.l2 div span,
div.admin-form-box div.row.l3 div span {
  line-height: 32px;
}
div.admin-form-box div.row.l1 div label.btn,
div.admin-form-box div.row.l2 div label.btn,
div.admin-form-box div.row.l3 div label.btn,
div.admin-form-box div.row.l1 div span.btn,
div.admin-form-box div.row.l2 div span.btn,
div.admin-form-box div.row.l3 div span.btn {
  line-height: 22px;
}
div.admin-form-box div.row.l1 div label,
div.admin-form-box div.row.l2 div label,
div.admin-form-box div.row.l3 div label {
  font-weight: bold;
}
div.admin-form-box div.row.l2 div.f-label,
div.admin-form-box div.row.l3 div.f-label {
  width: 140px;
  clear: both;
  float: left;
}
div.admin-form-box div.row.l3 div.f-input,
div.admin-form-box div.row.l3 div.f-else {
  width: 240px;
  float: left;
}
div.admin-form-box div.row.l3 div.f-input.small,
div.admin-form-box div.row.l3 div.f-else.small {
  width: 120px;
  float: left;
}
div.admin-form-box div.row.l3 div.f-input.large,
div.admin-form-box div.row.l3 div.f-else.large {
  width: 360px;
  float: left;
}
div.admin-form-box div.row.l3 div.f-input input,
div.admin-form-box div.row.l3 div.f-else input,
div.admin-form-box div.row.l3 div.f-input select,
div.admin-form-box div.row.l3 div.f-else select,
div.admin-form-box div.row.l3 div.f-input textarea,
div.admin-form-box div.row.l3 div.f-else textarea {
  width: 230px;
}
div.admin-form-box div.row.l3 div.f-input.pad-r,
div.admin-form-box div.row.l3 div.f-else.pad-r {
  padding-right: 10px;
}
div.admin-form-box div.row.l2 div.f-input {
  width: 480px;
  float: left;
}
div.admin-form-box div.row.l2 div.f-input input,
div.admin-form-box div.row.l2 div.f-input select,
div.admin-form-box div.row.l2 div.f-input textarea {
  width: 470px;
}
div.admin-form-box div.row.l1 input,
div.admin-form-box div.row.l1 select,
div.admin-form-box div.row.l1 textarea {
  width: 610px;
}
header#mabo-main-header.full,
nav#navigation.full,
main#mabo-main-content.full,
section.content.full {
  width: 1260px;
}
section.content.full {
  width: 1240px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}
div.box-message {
  padding: 15px;
  margin-top: 15px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5;
}
div.box-message.info {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
  min-height: 50px;
}
div.box-message.error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  min-height: 50px;
}
div.box-message div.errorSummary {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  min-height: 50px;
}
header#mabo-main-header.full {
  /*background-size: 1240px 145px;*/
  background-color: white;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/* head */

#mabo-sidebar div.mabo-menu.small {
  padding: 5px;
  height: 30px;
  padding-left: 15px;
}
#mabo-sidebar div.mabo-menu.small a {
  display: block;
  float: left;
  padding-right: 10px;
  color: #000000;
  font-size: 10px;
  line-height: 20px;
}
#mabo-sidebar div.mabo-menu.small a:hover {
  color: #ed8e0b;
}
#mabo-sidebar div.mabo-panel {
  background-color: #bdcd01;
  clear: both;
  height: 30px;
}
#mabo-sidebar div.mabo-panel h2 {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: white;
  line-height: 30px;
  text-indent: 15px;
}
#mabo-sidebar ul.submenu {
  padding-top: 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
#mabo-sidebar ul.submenu li {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  padding-bottom: 10px;
}
#mabo-sidebar div.submenu {
  background-color: #eeeeee;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#mabo-sidebar div.submenu table {
  width: 100%;
}
#mabo-sidebar div.submenu table td {
  padding-top: 2px;
}
#mabo-sidebar div.submenu table td,
#mabo-sidebar div.submenu table a {
  font-size: 14px;
  color: #000000;
}
#mabo-sidebar div.submenu table a:hover {
  font-size: 14px;
  color: #ff0000;
}
#mabo-sidebar div.img-text-block {
  padding: 15px;
}
#mabo-sidebar div.img-text-block figure {
  display: block;
  float: left;
  width: 70px;
  height: 100px;
}
#mabo-sidebar div.img-text-block figure img {
  max-width: 60px;
  max-height: 100px;
}
#mabo-sidebar div.img-text-block div.content {
  width: 200px;
  margin-top: -4px;
}
#mabo-sidebar div.img-text-block div.content h2 {
  color: #81a315;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 5px;
}
#mabo-sidebar div.img-text-block div.content p {
  font-size: 13px;
}
#mabo-sidebar div.list-view {
  background-color: #ffffff;
}
#mabo-sidebar div.list-view li h3 {
  color: #81a315;
}
#mabo-sidebar div.list-view li h3 a {
  font-weight: bold;
  font-size: 13px;
}
#mabo-sidebar div.list-view li p {
  font-size: 11px;
  color: #5b626b;
}
#mabo-sidebar ul.info-block {
  padding-top: 15px;
}
div.list-view .items .row {
	padding: 0 15px;
}
#mabo-sidebar ul.info-block li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ADB1B5;
}
#mabo-sidebar ul.info-block li:last-child {
  border-bottom: none;
}
#mabo-sidebar ul.info-block li a {
  font-weight: bold;
  font-size: 13px;
}
#mabo-sidebar ul.info-block.ir figure {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}
#mabo-sidebar ul.info-block.ir p {
  width: 150px;
  float: right;
}
#mabo-sidebar ul.info-block.ir p a {
  font-weight: bold;
}
#mabo-sidebar ul.info-block.ir p a.sub {
  font-weight: normal;
}
#mabo-sidebar button {
  background: #ffc753;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc753), color-stop(32%, #ffc753), color-stop(67%, #ffb400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffc753 0%, #ffc753 32%, #ffb400 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@button-bg-dark', endColorstr='@button-bg-light', GradientType=0);
  /* IE6-8 */
  color: white;
  border: 1px solid #ffc753;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
  line-height: 1;
  font-weight: bold;
  -webkit-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
#mabo-sidebar button:hover {
  background: #ffb400;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* TODO SVG ...*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmYzc1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(32%, #ffb400), color-stop(67%, #ffc753));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb400 0%, #ffb400 32%, #ffc753 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@button-bg-light', endColorstr='@button-bg-dark', GradientType=0);
  /* IE6-8 */
}
#mabo-sidebar div.bob {
  padding-top: 5px;
  padding-bottom: 20px;
}
#mabo-sidebar a.bob {
  height: 80px;
  width: 280px;
  margin: 0px auto;
  display: block;
  padding-left: 40px;
  border: none;
  background: #80a210;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMwMGEzZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiMGUyZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMGEzZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #80a210 10%, #bdcd01 50%, #80a210 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #80a210), color-stop(50%, #bdcd01), color-stop(90%, #80a210));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #80a210 10%, #bdcd01 50%, #80a210 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #80a210 10%, #bdcd01 50%, #80a210 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #80a210 10%, #bdcd01 50%, #80a210 90%);
  /* IE10+ */
  background: linear-gradient(to bottom, #80a210 10%, #bdcd01 50%, #80a210 90%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@head-panel-bg-color', endColorstr='@head-panel-bg-color', GradientType=0);
  /* IE6-8 */
  color: white;
  -webkit-box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 5px 3px 6px 0px rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#mabo-sidebar a.bob:hover {
  background: #ff8c00;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZjhjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmVhZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZjhjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ff8c00), color-stop(50%, #ffead3), color-stop(90%, #ff8c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8c00 10%, #ffead3 50%, #ff8c00 90%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#ff8c00', GradientType=0);
  /* IE6-8 */
}
#mabo-sidebar a.bob div {
  margin-top: 20px;
  float: left;
  padding-left: 10px;
}
#mabo-sidebar a.bob div h2 {
  text-align: left;
  text-indent: 0px;
  font-size: 22px;
  width: 100px;
  padding: 0px;
  margin: 0px;
  clear: left;
  display: block;
  line-height: 1;
  font-weight: bold;
}
#mabo-sidebar a.bob div span {
  text-align: left;
  clear: left;
  width: 100px;
  font-size: 14px;
  line-height: 1;
  padding: 0px;
  margin: 0p;
  font-weight: bold;
}
#mabo-sidebar a.bob i {
  margin-top: 22px;
  display: block;
  float: left;
  font-size: 40px;
}
#mabo-sidebar .mabo-user-box {
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
#mabo-sidebar .mabo-user-box header {
  border-bottom: 0px solid silver;
  min-height: 100px;
  padding-bottom: 15px;
}
#mabo-sidebar .mabo-user-box header figure {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  padding: 12px;
  min-height: 120px;
}
#mabo-sidebar .mabo-user-box header figure img {
  max-width: 75px;
  max-height: 75px;
}
#mabo-sidebar .mabo-user-box header h3 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
#mabo-sidebar .mabo-user-box header h3 a {
  color: inherit;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
#mabo-sidebar .mabo-user-box header a {
  padding-top: 5px;
  padding-bottom: 11px;
  display: block;
  overflow: hidden;
}
#mabo-sidebar .mabo-user-box header form {
  width: 120px;
  float: left;
}
#mabo-sidebar .mabo-user-box header div.controls {
  float: right;
  width: 30px;
  height: 30px;
}
#mabo-sidebar .mabo-user-box header div.controls i {
  line-height: 30px;
  color: black;
  font-size: 20px;
  cursor: pointer;
}
#mabo-sidebar .mabo-user-box dl {
  display: none;
  clear: both;
  margin: 0px auto;
  width: 300px;
}
#mabo-sidebar .mabo-user-box dl.open {
  display: block;
}
#mabo-sidebar .mabo-user-box dl dd,
#mabo-sidebar .mabo-user-box dl dt {
  border-bottom: 1px solid silver;
}
#mabo-sidebar .mabo-user-box dl dd {
  width: 75px;
  height: 75px;
  clear: left;
  float: left;
  font-size: 15px;
}
#mabo-sidebar .mabo-user-box dl dd figure {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  padding: 12px;
}
#mabo-sidebar .mabo-user-box dl dd figure img {
  max-width: 50px;
  max-height: 50px;
}
#mabo-sidebar .mabo-user-box dl dt {
  width: 225px;
  height: 75px;
  float: right;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 16px;
  overflow: hidden;
}
#mabo-sidebar .mabo-user-box dl dt i {
  font-size: 16px;
}
#mabo-sidebar .mabo-user-box dl dt strong a {
  font-weight: bold;
  color: black;
}
#mabo-sidebar .mabo-controls-box {
  width: 100%;
  margin-bottom: 15px;
}
#mabo-sidebar .mabo-controls-box header {
  background-color: #bdcd01;
  clear: both;
  height: 30px;
}
#mabo-sidebar .mabo-controls-box header h2 {
  color: white;
  font-size: 21px;
  line-height: 30px;
  text-indent: 15px;
  width: 240px;
  float: left;
}
#mabo-sidebar .mabo-controls-box header div.controls {
  float: right;
  width: 30px;
  height: 30px;
}
#mabo-sidebar .mabo-controls-box header div.controls i {
  line-height: 30px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
#mabo-sidebar .mabo-controls-box > div {
  background-color: #ffffff;
}
#mabo-sidebar .mabo-controls-box dl {
  display: none;
  margin: 0px auto;
  padding-top: 10px;
  width: 270px;
}
#mabo-sidebar .mabo-controls-box dl.open {
  display: block;
}
#mabo-sidebar .mabo-controls-box dl dd,
#mabo-sidebar .mabo-controls-box dl dt {
  height: 26px;
  line-height: 26px;
}
#mabo-sidebar .mabo-controls-box dl dd i,
#mabo-sidebar .mabo-controls-box dl dt i {
  line-height: 26px;
}
#mabo-sidebar .mabo-controls-box dl dd {
  width: 210px;
  clear: left;
  float: left;
  font-size: 15px;
  text-indent: 5px;
}
#mabo-sidebar .mabo-controls-box dl dt {
  width: 60px;
  float: right;
  font-size: 16px;
}
#mabo-sidebar .mabo-controls-box dl dt i {
  font-size: 16px;
}
#mabo-partner-list {
    padding-left: 5px;
    width: 300px;
    float: right;
    margin-top: 0px;
}
/* footer */
div.bcp-dropdownbox {
  width: 300px;
  height: auto;
  display: none;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-top-left-radius: 0;
  border: 1px solid #c3c3be;
}
div.bcp-dropdownbox.al_right ul li > span {
  margin-left: -301px;
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
}
div.bcp-dropdownbox label {
  color: #5b626b;
  font-weight: bold;
  cursor: default;
  display: inline;
}
div.bcp-dropdownbox ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  padding-left: 4px;
  padding-top: 4px;
}
div.bcp-dropdownbox ul li:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.2);
}
div.bcp-dropdownbox ul li:nth-of-type(1) {
  border-top: none;
}
div.bcp-dropdownbox ul li:hover {
  background: rgba(255, 255, 255, 0.5);
}
div.bcp-dropdownbox ul li a,
div.bcp-dropdownbox ul li div.input {
  display: block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  color: #222;
  cursor: pointer;
  text-indent: 4px;
}
div.bcp-dropdownbox ul li div.input {
  display: none;
  height: 36px;
  padding-bottom: 5px;
}
div.bcp-dropdownbox ul li div.input input.text {
  margin-left: 0px;
  width: 250px;
  height: 24px;
}
div.bcp-dropdownbox ul li > span {
  position: absolute;
  width: 300px;
  margin-left: 295px;
  margin-top: -26px;
  display: none;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-top-right-radius: 0;
  border: 1px solid #c3c3be;
}
div.bcp-dropdownbox ul li > span ul {
  width: 300px;
}
div.bcp-dropdownbox ul li > span ul li span {
  margin-left: 232px;
}
div.bcp-dropdownbox ul li > span ul li.hover {
  cursor: pointer;
}
div.bcp-dropdownbox ul li > span ul li.hover > a {
  background: #f5f5f5;
}
div.bcp-dropdownbox ul li.hover > a {
  background: #f5f5f5;
}
div.bcp-dropdownbox.al_right ul li > span {
  margin-left: -301px;
}
/* print */
@media print {
  a[href]:after {
    content: none !important;
  }
  #mabo-print-header,
  .do-print {
    display: block;
  }
  body,
  #mabo-main-body,
  #mabo-content-wrapper {
    height: 227mm;
    width: 170mm;
    background-color: #000000;
    border: none;
  }
  main#mabo-main-content {
    height: 227mm;
    width: 170mm;
    background-color: #000000;
    margin: 15mm;
    border: none;
    box-shadow: none !important;
    border-right: none;
  }
  .mabo-head-panel ul {
    display: none;
  }
  #mabo-main-header,
  #navigation,
  #main-footer,
  #mabo-sidebar,
  #mabo-partner-list,
  .sorter,
  .social,
  .pager,
  .search,
  .no-print,
  .control-panel {
    display: none;
  }
}
.is-strong {
  font-weight: bold !important;
}
div.errorSummary {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  padding-top: 10px;
}
div.errorSummary p {
  font-weight: bold !important;
  margin-bottom: 10px;
}
div.errorSummary li {
  color: red;
  line-height: 1.5;
}
#want-to-add-company {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkbox-block,
.checkbox-block label,
.checkbox-block h2 {
  height: 40px;
  line-height: 40px;
}
.checkbox-block input[type="checkbox"] {
  margin: 0px !important;
  vertical-align: baseline;
  line-height: 30px !important;
  height: auto !important;
  display: inline-block;
}
.controls--crumbs {
  text-align: center;
  background-color: #E8E8E8;
  margin-bottom: 20px;
  height: 65px;
}
.controls--crumbs-body {
  list-style: none;
  display: block;
  height: 65px;
  background-color: white;
}
.controls--crumbs-node {
  display: inline;
}
.controls--crumbs-node a {
  display: block;
  float: left;
  height: 64px;
  font-weight: bold;
  background: #E8E8E8;
  text-align: center;
  padding: 10px 20px 0 10px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 16px;
  text-decoration: none;
  color: #585858;
  transition: none;
}
.controls--crumbs-node strong {
  padding-left: 30px;
  font-size: 16px !important;
}
.controls--crumbs-node sub {
  padding-left: 28px;
  font-weight: normal;
  color: #585858;
}
.controls--crumbs-node a:after {
  content: "";
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid #E8E8E8;
  position: absolute;
  right: -32px;
  top: 0;
  z-index: 1;
}
.controls--crumbs-node a:before {
  content: "";
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid white;
  position: absolute;
  left: 0;
  top: 0;
}
.controls--crumbs-node:first-child a:before {
  display: none;
}
.controls--crumbs-node:last-child a {
  padding-right: 40px;
}
.controls--crumbs-node.is-active a {
  background: #3E5C9A;
  color: white;
}
.controls--crumbs-node.is-active sub,
.controls--crumbs-node.is-active strong {
  color: white !important;
}
.controls--crumbs-node.is-active a:after {
  border-left-color: #3E5C9A;
}
.controls--crumbs-node a:hover {
  background: #567FD5;
  color: white;
  transition: none;
}
.controls--crumbs-node a:hover sub,
.controls--crumbs-node a:hover strong {
  color: white !important;
}
.controls--crumbs-node a:hover:after {
  border-left-color: #567FD5;
}
label.strong {
  font-weight: bold;
}
.block-profile {
  border-top: 1px dotted silver;
  margin-top: 20px;
  padding-top: 20px;
}
.block-profile.no-border {
  border-top: none;
  padding-top: 0px;
}
.block-profile.no-pad {
  padding-top: 0px;
}
.block-profile-label {
  width: 175px;
  float: left;
}
.block-profile-content {
  width: 444px;
  float: left;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.list-entry {
  margin-bottom: 10px;
}
.text-large {
  font-size: 14px;
}
.text-block {
  margin-bottom: 10px;
}
.rsp-max {
  max-width: 500px;
}
.rsp-2-max {
  max-width: 400px;
}
.menu-box {
  padding-right: 10px;
}
.hide-last:last-child {
  display: none;
}
.ui-autocomplete {
  z-index: 1000 !important;
}

.pager .previous > a, .pager .previous > span {
    float: none;
}

.rating_message_header{
	margin-bottom: 10px;
}

#ContentRating_crSubject,
#ContentRating_crRating{
	width: 75%;
	margin-bottom: 20px;
}

.main-data-table-controls {
	height: 38px;
}

.main-data-table-controls .summary {
	width: 300px;
	height: 30px;
	float: left;
}

main#mabo-main-content .mabo-c-blocks .main-data-table-controls .sorter ul li {
	margin-bottom: 0px;
}


/**********************************************************************/
/************************* Shariff Buttons  **************************/

.shariff .facebook a span.share_text:before{
	font-family: FontAwesome;
    content: "\f09a";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
.shariff .googleplus a span.share_text:before{
	font-family: FontAwesome;
    content: "\f0d5";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
.shariff .twitter a span.share_text:before{
	font-family: FontAwesome;
    content: "\f099";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
.shariff .linkedin a span.share_text:before{
	font-family: FontAwesome;
    content: "\f0e1";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
.shariff .xing a span.share_text:before{
	font-family: FontAwesome;
    content: "\f168";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

span.fab.fa-twitter:before, span.fab.fa-xing:before, span.fab.fa-facebook-f:before{
	display: none;
}

.share_text{
	color:white !important;
}

.shariff li a{
	text-align: center;
/*     padding-top: 0px; */
}

@media only screen and (max-width: 768px){
	.shariff .facebook a span.share_text:before,
	.shariff .googleplus a span.share_text:before,
	.shariff .twitter a span.share_text:before,
	.shariff .linkedin a span.share_text:before,
	.shariff .xing a span.share_text:before {
	    text-indent: 0;
    	float: left;
	}
	
	.shariff li a{
		width: 35px;
	}
	
	.shariff .orientation-horizontal li .share_text{
		padding-left: 12px !important;
    	padding-top: 2px;
	}
	
	article div.social ul li{
		min-width: auto !important;
	}
	
}

/************************* End Shariff Buttons  **************************/
/*************************************************************************/

.header-webinar-box, div.list-view .items .webinar-box-teaser, .webinar-box-author  {
    
    padding-bottom: 5px;
    padding-right: 20px;
/*     padding-left: 20px; */
}

div.list-view .items .webinar-box-teaser, div.list-view .items .webinar-box-title {
	padding-top: 10px;
}
.webinar-box-author {
    text-align: right;
    padding-right: 20px;
}
.webinar-box-author figure {
	text-align: left;
}

.webinar-box-author a {
/* 	color: #fff; */
}

.header-webinar-box span.directory_header a {
/* 	color: #fff; */
}
.webinar-box-title {
/* 	background-color: #c31426; */
    padding: 6px 18px;
}
.webinar-box-title a {
/* 	color: #fff; */
    font-weight: bold;
}

/**********************************************************************/



