@charset "UTF-8";
@font-face {
  font-family: Open Sans;
  src: local("Open Sans"), url("/static/fonts/opensans/opensans-regular-webfont.eot");
  src: local("Open Sans"), url("/static/fonts/opensans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("/static/fonts/opensans/opensans-regular-webfont.woff") format("woff"), url("/static/fonts/opensans/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: local("Open Sans Bold"), url("/static/fonts/opensans/opensans-bold-webfont.eot");
  src: local("Open Sans Bold"), url("/static/fonts/opensans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("/static/fonts/opensans/opensans-bold-webfont.woff") format("woff"), url("/static/fonts/opensans/opensans-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* reset-fonts */
html {
  color: #333;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #333;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

body {
  font: 13px/1.231 "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% 'Open Sans';
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

body {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  color: #2e2e2e;
  line-height: 123.1%;
  padding-top: 125px;
  -webkit-transition: padding-top 500ms;
  transition: padding-top 500ms;
}

.clearfix:after,
.clearfix-block:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix-block {
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

html[xmlns] .clearfix {
  display: block;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #006699;
}

a:hover {
  color: #006699;
  text-decoration: underline;
}

a.lightened-link {
  color: #666666;
}

a.underlined {
  text-decoration: underline;
  color: #999999;
}

a.underlined:hover {
  color: #006699;
}

p {
  margin: 10px 0;
  font-size: 100%;
  line-height: 138.5%;
}

h1 + p,
.h1 + p,
h2 + p,
.h2 + p,
h3 + p,
.h3 + p {
  margin-top: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, .h1, h2.h1 {
  color: #006699;
  font-size: 167%;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1em;
}

h1.black,
.h1.black {
  color: #000;
}

h2, .h2, h3.h2, .h3.h2 {
  color: #000;
  font-weight: bold;
  font-size: 123.1%;
  margin-bottom: 0.4em;
}

h3, .h3 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0.5em;
}

h4, .h4 {
  font-size: 93%;
  font-weight: bold;
  margin-bottom: 0.7em;
}

h5, .h5 {
  font-size: 93%;
  margin-bottom: 0.7em;
  font-weight: bold;
}

h6, .h6 {
  font-size: 93%;
  margin-bottom: 0.7em;
  font-weight: bold;
}

ul.medium-list,
ul.medium-list ul {
  margin: 10px 0;
}

ul.medium-list li {
  margin-bottom: 10px;
  padding-left: 22px;
  list-style-type: none !important;
  margin-left: 0 !important;
}

ul.medium-list li ul {
  margin: 10px 0 0;
}

label,
.smaller {
  font-size: 11px;
}

.tiny {
  font-size: 77%;
}

/* SOME COLORS */
.default-blue,
p.default-blue {
  color: #006699 !important;
}

.lightened-text,
.lightened-text a,
.lightened-text p,
p.lightened-text,
a.lightened-text {
  color: #666666;
}

.lightened-text-blue,
.lightened-text-blue a,
.lightened-text-blue p,
p.lightened-text-blue,
a.lightened-text-blue {
  color: #00689C;
}

.light-grey {
  color: #999;
}

.lightened-text a,
.lightened-text a:hover {
  color: #666666;
  text-decoration: underline;
}

/*special typo layouts*/
.centered {
  text-align: center;
}

html,
body {
  min-height: 100%;
}

body.webkitmac {
  padding-left: 12px;
  padding-right: 12px;
}

/* ie7 */
::-moz-focus-inner {
  border: 0;
}

/* firefox */
:focus {
  outline: none;
}

hr,
.hr,
hr.with-margins,
.hr.with-margins {
  background: #cccccc;
  height: 1px;
  border: none;
  margin: 20px 0;
  display: block;
  color: #fff;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clear {
  clear: both;
}

.centered-div-wrapper,
.centered-div {
  float: left;
  position: relative;
}

.centered-div-wrapper {
  left: 50%;
}

.centered-div {
  left: -50%;
}

.login-box-wrapper {
  width: 890px;
  margin: 10px auto 0;
}

.login-box-wrapper .login-box {
  float: left;
}

.login-box-wrapper .login-box.center {
  float: none;
  width: 450px;
  margin: 0 auto;
}

.login-box-wrapper .info-line {
  padding: 8px 3px;
  background-color: #e1f2ed;
  margin: 20px 0;
}

.login-box.centered > .h2 {
  max-width: none;
}

.box-with-shadow {
  background: #fff;
  padding: 10px 10px 20px;
  position: relative;
  overflow: hidden;
}

.overflow-v,
.main-box-with-faded-shadow.overflow-v,
.box-with-shadow.overflow-v {
  overflow: visible;
}

.box-with-shadow.last,
#login .box-with-shadow.last {
  margin-right: 0;
}

.main-box-with-shadow {
  background: #fff;
  padding: 20px;
  position: relative;
}

.main-box-with-shadow.no-padding {
  padding: 0;
  min-height: 500px;
}

.main-box-with-faded-shadow {
  overflow: hidden;
  min-height: 400px;
  z-index: 1;
  position: relative;
}

.box-with-grey-gradient {
  background: #fff;
}

.box-with-grey-gradient-top {
  background: #fff;
}

.grey-border {
  border: 1px solid #ccc;
}

.float-brother {
  overflow: hidden;
}

.float-parent {
  overflow: hidden;
}

#site {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 444px;
  /*the background image has a height of 524px. To prevent the collision of body and footer background, the sites height must be at least 444px(524-80px of the header)*/
}

.section {
  /*overflow: hidden*/
}

.section .aside {
  float: left;
  margin-top: 19px;
}

.section .aside {
  width: 212px;
  padding-right: 0;
  margin-right: 8px;
}

.section .aside + .section {
  overflow: hidden;
  padding-left: 20px;
}

#main {
  overflow: visible;
  /*for the drop-shadow*/
  position: relative;
  z-index: 1;
}

#login {
  position: relative;
  padding-bottom: 40px;
}

#login h1,
#login .h1 {
  margin: 40px 0;
}

#login .star-text {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 77%;
  right: 10px;
  color: #666666;
}

#login h3.form-header,
#login .h3.form-header {
  font-size: 123.1%;
  color: #000;
  padding-left: 10px;
}

#login h3.form-header .secure-icon,
#login .h3.form-header .secure-icon {
  color: #509E2F;
  position: relative;
  top: -2px;
}

#login .box-with-shadow {
  width: 415px;
  margin: 10px 20px 10px 0;
}

#login form div.errors {
  margin: 0 -10px -20px;
  padding: 10px 10px 10px;
}

#stage {
  background: #fff;
  overflow: hidden;
  min-height: 500px;
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 500px;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#page-footer-wrapper {
  background: #e6eaeb url(/static/images/mpo/site/footer_background.gif) repeat-x 0 0;
  position: relative;
}

#page-footer {
  width: 1200px;
  margin: 40px auto 0 auto;
  padding: 10px 0 5px 0;
}

#site.home + #page-footer-wrapper > #page-footer {
  margin-top: 0;
  padding-top: 3px;
}

#page-footer .section {
  margin-top: 20px;
  color: #666;
}

#page-footer .section:first-child {
  margin-top: 0;
}

.footer {
  overflow: hidden;
}

.footer ul li > div {
  padding: 20px 0 0 10px;
}

/* footer shoppingCart */
ul.footer-link-list {
  margin: 0 0 -16px 0;
}

ul.footer-link-list li {
  display: inline;
}

ul.footer-link-list a, ul.footer-link-list {
  color: #999;
  font-size: 11px;
}

/* =========== SIZES; MARGINS; ETC =========== */
.width-1 {
  width: 10px;
}

.width-2 {
  width: 20px;
}

.width-3 {
  width: 40px;
}

.width-4 {
  width: 220px;
}

.width-5 {
  width: 230px;
}

.width-6 {
  width: 240px;
}

.width-8 {
  width: 570px;
}

#page-navigation + .spacing-div {
  height: 50px;
  clear: both;
}

.mr-1 {
  margin-right: 10px;
}

.mr-4 {
  margin-right: 50px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.mr-1 {
  margin-right: 10px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 15px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-3-1 {
  margin-top: 25px;
}

.mt-3-2 {
  margin-top: 30px;
}

.mt-3-3 {
  margin-top: 45px;
}

.mt-4 {
  margin-top: 50px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 15px;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-3-1 {
  margin-bottom: 27px;
}

.mb-3-2 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 50px;
}

.mb-5,
.cms .mb-5 {
  margin-bottom: 60px;
}

.mr-7 {
  margin-right: 70px;
}

.ml-7 {
  margin-left: 70px;
}

.nml-1 {
  margin-left: -12px;
}

.padding-0 {
  padding: 0;
}

.padding-1 {
  padding: 7px;
}

.padding-2 {
  padding: 15px;
}

.pl-7 {
  padding-left: 70px;
}

#site.home {
  width: 100%;
}

#site.home #stage {
  background: none;
}

.dialog .dl-widget {
  position: absolute;
  left: 10px;
  z-index: 1020;
}

/** IE FIX **/
.dialog .dl-head {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.dialog .dl-head img {
  position: absolute;
  top: 0;
  left: 0;
}

.dialog .dl-head .align {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  min-height: 50px;
}

.dialog .dl-head p {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 123.1%;
  line-height: 22px;
  font-weight: bold;
  margin: 0 50px;
  max-width: 530px;
}

.dialog .dl-footer {
  margin: 20px 0 0 0;
}

/* close button */
.dialog .dl-close span {
  display: none;
}

.dialog-show-close .dl-titlebar .dl-close {
  display: block;
}

/* tip corners */
.dialog-tip-top-left .dl-tip {
  top: -19px;
  left: 18px;
  display: block;
}

.dialog-tip-top-right .dl-tip {
  top: -19px;
  right: 24px;
  display: block;
}

.dialog-tip-top-middle .dl-tip {
  top: -19px;
  left: 50%;
  margin-left: -20px;
  display: block;
}

.dialog-tip-bottom-left .dl-tip {
  bottom: -19px;
  left: 18px;
  background-position: 0 -19px;
  display: block;
}

.dialog-tip-bottom-right .dl-tip {
  bottom: -19px;
  right: 24px;
  background-position: 0 -19px;
  display: block;
}

/* footer */
a.underline {
  text-decoration: underline;
}

/* =========== BUTTONS =========== */
.glossy-button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 93%;
  background: none;
  background-position: 0 0;
  border-width: 1px;
  border-style: solid;
  padding: 2px 10px 0;
  height: 17px;
  line-height: 16px;
  position: relative;
  min-width: 160px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

p .glossy-button {
  line-height: 16px;
}

.glossy-button.inactive-clone.active,
.glossy-button.inactive-clone:hover,
.glossy-button.large-button.inactive-clone.active,
.glossy-button.large-button.inactive-clone:hover,
.glossy-button.disabled.active,
.glossy-button.disabled:hover,
.glossy-button.large-button.disabled.active,
.glossy-button.large-button.disabled:hover {
  cursor: default;
  background-position: 0 0;
}

.glossy-button.inactive-clone,
.glossy-button.disabled {
  opacity: .6;
}

button.glossy-button,
input.glossy-button {
  height: 21px;
  line-height: 15px;
  vertical-align: middle;
  padding: 0;
}

.glossy-button.large-button {
  padding: 6px 10px 2px;
  height: 20px;
}

button.glossy-button.large-button,
input.glossy-button.large-button {
  height: 30px;
  padding: 0 10px 2px;
}

.glossy-button:hover {
  cursor: pointer;
  background-position: 0 -30px;
  *background-position: 0 -35px;
}

a.glossy-button:hover {
  text-decoration: none;
}

.glossy-button.large-button:hover {
  background-position: 0 -40px;
  *background-position: 0 -47px;
}

.glossy-button.active {
  background-position: 0 -60px;
}

.glossy-button.large-button.active {
  background-position: 0 -80px;
}

.glossy-button.link-button,
.glossy-button.link-button:hover,
.glossy-button.link-button.blue-button,
.glossy-button.link-button.blue-button:hover {
  background: none;
  filter: none;
  border: none;
}

.glossy-button.link-button.blue-button,
.glossy-button.link-button.blue-button:hover {
  color: #08adfa !important;
}

/*blue button*/
.glossy-button.blue-button {
  background-image: url(/static/images/mpo/site/button_blue.png);
  background-color: #77b1c1;
  border-color: #60889c;
  color: #fff;
}

.glossy-button.blue-button:hover:not(.disabled) {
  border-color: #60889c;
}

.glossy-button.blue-button.active {
  border-color: #315e7b #316e7b #88adbe;
}

/*green button*/
.glossy-button.green-button {
  background-image: url(/static/images/mpo/site/button_green.png);
  background-color: #669933;
  border-color: #769d39 #769d39 #81bb0d;
  color: #fff;
}

.glossy-button.green-button:hover {
  border-color: #769d39 #769d39 #84be0d;
}

.glossy-button.green-button.active {
  border-color: #769d39 #769d39 #84be0d;
}

/*green large button */
.glossy-button.large-button.green-button {
  background-image: url(/static/images/mpo/site/button_green_large.png);
  border-color: #769d39 #769d39 #81bb0d;
  color: #fff;
}

.glossy-button.large-button.green-button:hover {
  border-color: #769d39 #769d39 #84be0d;
}

.glossy-button.large-button.green-button.active {
  border-color: #769d39 #769d39 #84be0d;
}

.button-disabled {
  cursor: default;
  opacity: .4;
}

/* =========== ICONS =========== */
.icon {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 20px;
  cursor: pointer;
  zoom: 1;
}

.icon.right-icon {
  padding-left: 0;
  padding-right: 20px;
  background-position: right 0;
}

.icon:hover,
.active .icon,
.active-icon.icon {
  background-position: 0 -118px;
}

.icon.right-icon:hover,
.active .icon.right-icon {
  background-position: right -118px;
}

a.icon:hover {
  text-decoration: none;
}

.icon.lightened-text,
a.icon.lightened-text,
a.icon.more-icon.lightened-text {
  background-position: 0 0;
}

/* === some site specific changes */
.icon.lightened-text:hover,
a.icon.lightened-text:hover,
a.icon.more-icon.lightened-text:hover {
  background-position: 0 -118px;
}

.icon.smaller {
  background-position: 0 -2px !important;
}

.icon.smaller:hover {
  background-position: 0 -120px !important;
}

.icon.smaller.right-icon {
  background-position: right -2px !important;
}

.icon.smaller.right-icon:hover {
  background-position: right -120px !important;
}

/** THE ICONS **/
.icon.error-icon {
  background-image: url(/static/images/mpo/site/icons/error_icon.png);
}

.icon.error-icon {
  color: #d20000;
}

i {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}

a:hover i.edit:after {
  background-position: -600px -100px;
}

.icon.back-icon {
  background-image: url(/static/images/mpo/site/icons/back_icon.png);
}

.icon.back-icon:hover {
  color: #006699;
}

.icon.plus-icon {
  background-image: url(/static/images/mpo/site/icons/plus_icon.png);
}

.icon.plus-icon:hover {
  color: #006699;
}

.close-text {
  position: relative;
  top: 2px;
}

.icon.more-icon {
  margin-left: -10px;
  background-image: url(/static/images/mpo/site/icons/more_icon_vert.png);
}

a.icon.more-icon {
  background-position: 0 center;
}

a.icon.more-icon.smaller,
a.icon.more-icon {
  background-position: -975px center !important;
}

.icon.more-icon,
a.icon.more-icon.lightened-text {
  background-position: 0 center !important;
}

a.icon.more-icon.smaller.lightened-text {
  background-position: 0 center !important;
}

a.icon.more-icon:hover {
  text-decoration: underline;
}

a.icon.more-icon.smaller.lightened-text:hover,
.icon.more-icon:hover {
  background-position: -975px center !important;
}

.icon.up-icon {
  background-image: url(/static/images/mpo/site/icons/up_icon.png);
}

.icon.up-icon:hover {
  color: #006699;
}

.icon.add-icon {
  background-image: url(/static/images/mpo/site/icons/add_icon.png);
}

.icon.add-icon:hover {
  color: #006699;
}

.icon.pdf-icon,
.icon.pdf-icon:hover {
  background-image: url(/static/images/mpo/site/icons/pdf-icon.png);
  background-position: left center;
}

.icon.pdf-icon.right-icon {
  background-position: right center;
  padding-right: 30px;
}

span.vdiv {
  height: 20px;
  width: 1px;
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  background: #ccc;
}

div.gallery {
  overflow: visible;
}

div.gallery div.item {
  width: 160px;
  height: 225px;
  float: left;
  margin: 6px 30px 16px 0;
  z-index: 1;
  position: relative;
}

input[type="file"] {
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  opacity: 0.5;
  z-index: 2;
}

input[type="text"],
input[type="password"] {
  font-weight: normal;
  -webkit-appearance: none;
  font-size: 11px;
  /*using px to have it vertically aligned for sure!*/
  color: #2e2e2e;
  height: 23px;
  padding: 0 7px 0 8px;
  border: 1px solid #ccc;
}

input.input-readonly[type="text"] {
  border-color: transparent;
}

select {
  border: 1px solid #ccc;
  padding: 0 0 0 1px;
}

form {
  position: relative;
}

form div.line {
  margin-bottom: 10px;
  margin-right: 15px;
  padding-right: 15px;
}

form div.line.centered {
  padding-right: 0;
}

form div.line.submit-line {
  margin: 10px 0;
}

form div.line.error input[type="text"],
form div.line.error input[type="password"],
form div.line.error select,
form div.line.error textarea,
form div.errors {
  border-color: #d20000;
  color: #d20000;
}

form div.fieldError input[type="text"],
form div.fieldError input[type="password"],
form div.fieldError select {
  border-color: #d20000;
  color: #d20000;
}

form div.error .innerErrors,
form div.agb_errors a.underlined {
  color: #d20000;
}

div.errors li.hint {
  color: #2E2E2E;
}

form div.line.error {
  background: transparent url(/static/images/mpo/site/icons/error_icon_single.png) no-repeat right 4px !important;
}

form div.line label {
  clear: both;
  float: left;
  width: 90px;
  margin-right: 20px;
}

form div.line .float-brother label,
#login form .line .float-brother label {
  width: auto;
}

/*login form */
#login form .line label {
  clear: both;
  float: left;
  width: 100px;
  margin-right: 20px;
}

#login form .line input[type="text"],
#login form .line input[type="password"] {
  color: #2e2e2e;
  display: inline-block;
  zoom: 1;
  width: 245px;
}

#login form .line select {
  display: inline-block;
  zoom: 1;
  width: 260px;
}

/* --------------------- ROOMS --------------------- */
div#stage div.room {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 1200px;
  height: 500px;
}

/* --------------------- SCENERY-ITEMS --------------------- */
ul#page-navigation {
  list-style: none;
}

.aside ul#page-navigation {
  float: none;
}

ul#page-navigation li {
  padding: 0;
}

ul#page-navigation li.first {
  border-top: 1px solid #ccc;
}

ul#page-navigation > li:last-child {
  border-bottom: 1px solid #ccc;
}

ul#page-navigation li a {
  color: #666;
  font-weight: bold;
  display: block;
  padding: 5px 10px 5px 20px;
  margin: 0;
}

ul#page-navigation li a:hover {
  text-decoration: none;
}

ul#page-navigation li.selected a {
  color: #fff;
}

/* ------------------------- PAGE SUBNAVIGATION -------------------------- */
ul#page-navigation li ul {
  display: none;
  border-top: 1px solid #ccc;
}

ul#page-navigation li.selected ul {
  display: block;
}

ul#page-navigation li ul li {
  width: 240px;
  border: none;
}

ul#page-navigation li ul li a {
  display: block;
  color: #666 !important;
  padding: 5px 10px 5px 35px;
  background: none !important;
}

/* --------------------------- PAGE MAIN BODY ---------------------------- */
div#main-body {
  float: left;
  margin-top: 20px;
  margin-left: 12px;
  width: 873px;
  position: relative;
}

span.star-text {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 10px;
  color: #666;
}

.cms h2,
.cms .h2 {
  line-height: 1.3em;
  color: #333;
  margin-bottom: 1.3em;
}

.cms p {
  margin: 0 0 1.5em 0;
}

.cms small {
  font-size: 85%;
  color: #666;
}

/* lists */
.cms :not([class*=mpo-single-select-menu]) > ol, .cms :not([class*=mpo-single-select-menu]) > ul {
  margin-bottom: 20px;
}

.cms :not([class*=mpo-single-select-menu]) > ol li {
  list-style-type: decimal;
  margin-left: 25px;
}

.cms :not([class*=mpo-single-select-menu]) > ul li {
  list-style-type: disc;
  margin-left: 25px;
}

/* separators */
.cms hr {
  width: 100%;
  height: 1px;
}

.cms .separator {
  display: inline-block;
  zoom: 1;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 10px;
  width: 10px;
  height: 20px;
  text-indent: -40px;
  border-left: 1px solid #ccc;
  color: transparent;
}

/* skip up link */
.cms a.top {
  font-size: 85%;
  color: #666;
  background-position: right 3px !important;
}

.cms a.top:hover,
.cms a.top:focus {
  color: #006699;
  background-position: right 3px !important;
}

/* add and remove space */
.cms .add-space {
  height: 1.5em;
}

/* align */
.cms .h-right {
  text-align: right;
}

/* columns */
.cms .col-50 {
  width: 400px;
  float: left;
  padding: 0 30px 0 0;
  border-right: 1px solid #ccc;
}

.cms .col-50 + .col-50 {
  margin-left: -1px;
  padding: 0 0 0 40px;
  border-left: 1px solid #ccc;
  border-right: 0;
}

.cms .col-66 {
  width: 580px;
}

.cms .col-100 {
  width: 870px;
}

.cms .col-status {
  width: 500px;
  margin: 30px auto 0 auto;
  text-align: center;
}

/* table */
.cms table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-bottom: 1px solid #c9c9c9;
}

.cms table th,
.cms table td {
  text-align: left;
  vertical-align: top;
  padding: 0.6em 1em;
  border-top: 1px solid #e0e0e0;
}

.cms table th:first-child,
.cms table td:first-child {
  padding-left: 0;
}

.cms table th {
  color: #999;
  border-top: 0;
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}

.cms table th:first-child {
  border-left: 0;
}

.cms table .h-right {
  text-align: right;
  padding-right: 0;
}

.cms table .v-middle {
  vertical-align: middle;
}

.cms table .v-bottom {
  vertical-align: bottom;
}

/* widths */
.cms .w-25 {
  width: 25%;
}

.cms .w-33 {
  width: 33.33%;
}

.cms .w-40 {
  width: 40%;
}

.cms .w-50 {
  width: 50%;
}

.cms .w-60 {
  width: 60%;
}

.cms .w-66 {
  width: 66.66%;
}

.cms .w-75 {
  width: 75%;
}

/* images */
.cms .image-left,
.cms .image-right {
  margin-bottom: 20px;
  margin-left: 30px;
}

.cms .image-left > .image-text,
.cms .image-right > .image-text {
  overflow: hidden;
}

.cms .image-left p,
.cms .image-right p {
  margin-bottom: 1em;
}

.password-info {
  color: #666666;
}

/***************************
 *   SCENES STAGE
 ***************************/
.home #stage {
  border: none;
}

/***************************
 *   HIDDEN ELEMENTS
 ***************************/
/* VOUCHER */
.submit-line .glossy-button + .glossy-button {
  margin-left: 10px;
}

a[name],
a[name^="anchor-"] {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.haken:before {
  content: '✓';
}

.dollar:before {
  content: '$';
}