/*------ Misc ------*/
/* Don't allow text selection */
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Allow text selection to make inputs work on iOS */
select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/* Remove tap-highlighting on webkit browsers (iOS) */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Limit text size adjustment */
*:not(input) {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
/* Increase legibility */
html {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate3d(0, 0, 0);
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.iconfont {
  font-family: DS-Icons;
}
.v-center-outer {
  height: 100%;
  display: table;
  overflow: hidden;
}
.v-center-middle {
  display: table-cell;
  vertical-align: middle;
}
.hv-center-outer {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
}
.hv-center-middle {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hv-center-inner {
  margin-left: auto;
  margin-right: auto;
}
.fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.panel {
  padding: 15px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(232, 230, 227, 0.05);
  border: 1px solid rgba(232, 230, 227, 0.15);
}
.flicker-fix {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.check-row {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: left;
}
.check-row .check-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 15px;
  font-family: DS-Icons;
  background-color: #ffffff;
  border: 1px solid #d0d0d1;
  border-radius: 3px;
}
.check-row .check-box.mark {
  border: 1px solid #ff0000;
}
.check-row.required .check-text::before {
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  position: absolute;
  left: -8px;
  content: '*';
}
.check-row .check-text {
  position: relative;
  margin-left: 30px;
  line-height: 16px;
  padding: 2px 0;
  display: inline-block;
}
/** General **/
#summary {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
  z-index: 3;
  color: #616365;
}
#summary-image-view {
  background-color: #ffffff;
  position: absolute;
  left: 380px;
  right: 0px;
  height: 100%;
}
#summary-image-view-outer-wrapper {
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
#summary-image-view-inner-wrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#summary-image-view-content-positioner {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: -4%;
}
#summary-image-view-content-sizer {
  display: inline-block;
  width: auto;
  max-width: inherit;
}
#summary-content-holder {
  position: relative;
  max-width: 100%;
}
#summary-content-holder .summary-image {
  width: 100%;
  max-height: 800px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 15px #fafafa;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#summary-content-holder .placeholder-image {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
* {
  filter: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .summary-image {
    width: auto !important;
  }
}
#summary-description-holder {
  position: relative;
  width: 100%;
  overflow: visible;
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  margin-top: 5px;
}
#summary-description-title {
  position: absolute;
  left: 0;
  width: 50%;
  text-align: left;
  font-size: 28px;
}
#summary-description-price {
  position: absolute;
  right: 0;
  width: 50%;
  text-align: right;
}
#summary-description-price-main {
  position: relative;
  width: 100%;
  font-size: 28px;
}
#summary-description-price-sub {
  position: relative;
  width: 100%;
  font-size: 18px;
}
#summary-spec-view {
  background-color: #fafafa;
  position: absolute;
  height: 100%;
  left: 0px;
  width: 380px;
  font-size: 12px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}
#summary-spec-view #spec-view-content-container {
  position: absolute;
  top: 5%;
  left: 40px;
  right: 40px;
  bottom: 30px;
}
#summary-spec-view #spec-view-link-cell {
  height: 5%;
}
#summary-spec-view #summary-links {
  position: relative;
}
#summary-spec-view #summary-links li {
  display: block;
}
#summary-spec-view #summary-links li:not(:first-child) {
  margin: 12px 0 0 0;
}
#summary-spec-view #spec-view-page-container {
  position: absolute;
  left: 5px;
  right: 0px;
  bottom: 0px;
  top: 40px;
}
#summary-spec-view .tab-container {
  border-bottom: solid 1px #d0d0d1;
  height: auto;
}
#summary-spec-view .tab-element {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  bottom: -1px;
  padding: 8px 10px 5px 10px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  background-color: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #d0d0d1;
  border-width: 0px;
  border-bottom-width: 1px;
  color: #c0c1c1;
  cursor: pointer;
}
#summary-spec-view .tab-element:hover {
  color: #9a9b9c;
}
#summary-spec-view .tab-element.active {
  color: inherit;
  border-width: 1px;
  border-bottom-width: 0px;
  padding-bottom: 6px;
  cursor: default;
}
#summary-spec-view .tab-element.active .border-remover {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -2px;
  right: 0px;
  background-color: #fafafa;
}
#summary-spec-view select,
#summary-spec-view input:not([type="radio"]),
#summary-spec-view textarea {
  color: #616365;
  filter: inherit;
  font-size: 11px;
  position: relative;
  width: 100%;
  height: 32px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 5px;
  padding: 7px !important;
  border-color: #d0d0d1;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff no-repeat right center;
}
#summary-spec-view .select-wrapper {
  filter: inherit;
  background: #ffffff no-repeat right center;
  width: 100%;
  height: 35px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-color: #d0d0d1;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#summary-spec-view .select-wrapper.hide-me {
  display: none;
}
.select-wrapper #summary-spec-view.hide-me {
  display: none;
}
#summary-spec-view .select-button {
  filter: inherit;
  font-family: DS-Icons;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 35px;
  box-sizing: border-box;
  pointer-events: none;
  pointer: inherit;
}
#summary-spec-view select {
  cursor: pointer;
  width: 110%;
  height: 100%;
  margin-top: 0px;
  position: absolute;
  background-color: transparent;
  border-width: 0px;
}
#summary-spec-view select.ipad-specific {
  padding: 0px !important;
  padding-left: 7px !important;
  -webkit-appearance: none;
}
#summary-spec-view select.no-value {
  color: #c0c1c1 !important;
}
#summary-spec-view option {
  color: #616365;
  -webkit-appearance: none;
  cursor: pointer;
}
#summary-spec-view option.no-value {
  color: #c0c1c1 !important;
}
#summary-spec-view input.separator {
  margin-top: 15px;
}
#summary-spec-view input.hide-me {
  display: none;
}
#summary-spec-view input.placeholder {
  color: #c0c1c1 !important;
}
#summary-spec-view label.radio {
  filter: inherit;
  line-height: 20px;
  margin-bottom: 5px;
}
#summary-spec-view label.radio:last-child {
  margin-bottom: 0;
}
#summary-spec-view textarea {
  height: 86px;
}
#summary-spec-view textarea.separator {
  margin-top: 15px;
}
#summary-spec-view textarea.hide-me {
  display: none;
  height: 0px;
}
#summary-spec-view textarea.placeholder {
  color: #c0c1c1 !important;
}
#summary-spec-view .button-container-container {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 29px;
}
#summary-spec-view .button-container-container .tooltip-container {
  position: absolute;
  top: 0;
  right: 0;
}
#summary-spec-view .button-container {
  text-align: right;
  position: relative;
  height: 100%;
}
#summary-spec-view .tooltip-container {
  position: relative;
  width: 100%;
  height: 27px;
}
#summary-spec-view #share-button-container {
  position: absolute;
  top: 3px;
  height: 25px;
  width: 100%;
  text-align: right;
}
#summary-spec-view #share-button-container #print-button {
  position: relative;
  display: inline-block;
  font-family: DS-Icons;
  padding: 6px;
  font-size: 15px;
  cursor: pointer;
  vertical-align: top;
}
#summary-spec-view #share-button-container #print-button:hover {
  color: #7a7d7f;
}
#summary-spec-view #share-button-container #facebook-icon {
  position: relative;
  cursor: pointer;
  padding: 5px;
}
#summary-spec-view #share-button-container #facebook-icon:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#summary-spec-view #share-button-container .tooltip-container {
  height: auto;
  right: 35px;
  top: 1px;
  position: absolute;
}
#summary-spec-view #share-button-container.with-facebook .tooltip-container {
  right: 52px;
}
#summary-spec-view .button {
  filter: inherit;
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  font-size: 13px !important;
  padding: 5px 12px;
  border-radius: 4px;
  margin-left: 10px;
}
#summary-spec-view .loading-image {
  position: absolute;
  right: 0px;
  top: 0px;
  transition: opacity 400ms ease-out;
  -moz-transition: opacity 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  -ms-transition: opacity 400ms ease-out;
}
#summary-spec-view .loading-image.hide-me {
  opacity: 0;
  filter: alpha(opacity=0);
}
#summary-spec-view .surface-image {
  margin-top: 25px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: 165px;
}
#summary-spec-view .surface-image.hidden {
  visibility: hidden;
}
#summary-spec-view .spinner-tooltip {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ff0000;
  padding-top: 6px;
  right: 0px;
  white-space: nowrap;
}
#summary-spec-view .spinner-tooltip.success {
  color: #c0c1c1;
}
#summary-spec-view ::-webkit-input-placeholder {
  color: #c0c1c1 !important;
}
#summary-spec-view input:-moz-placeholder {
  color: #c0c1c1 !important;
}
#summary-spec-view textarea:-moz-placeholder {
  color: #c0c1c1 !important;
}
#summary-spec-view ::-ms-input-placeholder {
  color: #c0c1c1 !important;
}
#summary-spec-view .consents {
  margin: 20px 0;
  text-align: left;
}
#summary-spec-view .consents .check-row:last-child {
  margin-bottom: 0;
}
#summary-spec-view .consents .appendix {
  margin-left: 30px;
  line-height: 16px;
}
.external-link {
  display: table;
  height: 38px;
  background: #616365;
  border-radius: 3px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  width: 100%;
}
.external-link:hover {
  text-decoration: none;
  color: white;
  text-shadow: 0 -1px 20px #ffffff;
}
.external-link:focus,
.external-link:active,
.external-link:visited {
  text-decoration: none;
  color: white;
}
.external-link div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.summary-page {
  position: absolute;
  display: block;
  left: 0;
  right: -25px;
  height: 100%;
}
.summary-page-layout-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-right: 25px;
}
.summary-page-layout-wrapper > * {
  flex: 0 0 auto;
}
#summary-sum-page .custom-scroller,
#summary-sum-page .summary-iscroller,
#summary-spec-page {
  /*
	To make sure the focus selection for controls are not clipped at the left side
	#spec-view-page-container is positioned 5px too much to the left, and then
	we compensate for that here.
	*/
  padding-left: 5px;
}
#summary-page-content-container {
  padding-top: 5px;
}
#summary-links-container {
  margin-top: 15px;
}
.summary-scroll-container {
  margin-top: 10px;
  position: relative;
  touch-action: none;
}
.summary-scroll-container .custom-scroller {
  padding-right: 25px;
}
#summary-sum-page .summary-scroll-container {
  height: 100%;
}
#summary-spec-page .summary-scroll-container {
  max-height: 400px;
}
.summary-page .custom-scroll-wrapper {
  position: relative;
  height: 100%;
}
#summary-line {
  height: 0;
  border: 0;
  border-top: 1px solid #e8e6e3;
  border-bottom: 2px solid #e8e6e3;
  margin: 20px 0 8px;
}
/** List Stuff **/
#summary-item-list {
  list-style: none;
  width: 100%;
  max-width: none;
  font-size: 11px;
  position: relative;
  top: -10px;
}
#summary-item-list .header {
  padding-top: 15px;
  padding-bottom: 2px;
  font-weight: bold;
}
#summary-item-list .item {
  padding: 2px 0px;
}
#summary-item-list .price {
  text-align: right;
  padding-right: 25px;
  white-space: nowrap;
}
/* Misc */
#summary-line {
  position: relative;
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #e8e6e3;
  margin-top: 20px;
  margin-bottom: 20px;
}
.summary-link {
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  text-align: right;
  font-size: 14px;
  cursor: pointer;
  line-height: 130%;
}
.summary-link span {
  font-size: 12px;
  font-family: DS-Icons;
}
#summary-sdsu-footer {
  color: #000000;
  font-size: 12px;
  margin-top: 5px;
  line-height: 16px;
}
#summary-sdsu-footer .description {
  font-weight: bold;
}
#summary .sdsu-selected-product {
  font-weight: bold;
  color: #000000;
}
#intro-page {
  z-index: 2;
  background-color: #ffffff;
  text-align: center;
}
#intro-page .logo .logo-holder {
  width: 100%;
  position: absolute;
  text-align: center;
}
#intro-page .logo .logo-holder img {
  margin: 30px auto 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
#intro-page .loading-holder {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
#intro-page .loading-holder .loading-icon {
  position: relative;
  display: block;
  margin: 0 auto;
}
#intro-page #exit-button {
  position: absolute;
  top: 0;
  right: 0;
  font-family: DS-Icons;
  font-size: 2em;
  padding: 16px;
  color: #616365;
}
#intro-page #exit-button:hover {
  text-decoration: none;
}
#intro-page #hidden-exit-button {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 50px;
  height: 50px;
}
#intro-page #version-text {
  position: absolute;
  width: 100%;
  bottom: 4px;
  font-size: 11px;
  text-align: center;
  color: #616365;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.intro-page-grid-layout {
  position: absolute;
  width: 100%;
}
.intro-page-grid-layout .arrow {
  position: absolute;
  font-family: DS-Icons;
  font-size: 50px;
  color: #616365;
  padding: 20px;
  cursor: pointer;
}
.intro-page-grid-layout .arrow.left {
  left: 0;
}
.intro-page-grid-layout .arrow.right {
  right: 0;
}
.intro-page-grid-layout .page {
  position: absolute;
  top: -15px;
  width: 100%;
}
.intro-page-grid-layout .page .grid-row {
  text-align: center;
  white-space: nowrap;
}
.intro-page-grid-layout .page .grid-row .item {
  display: inline-block;
  position: relative;
  line-height: 0;
  cursor: pointer;
  border: 10px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition-duration: 0.3s;
  transition-property: border-color, box-shadow;
  touch-action: none;
}
.intro-page-grid-layout .page .grid-row .item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-color: #3f5180;
}
.intro-page-grid-layout .page .grid-row .item .select-button {
  display: none;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner {
  position: absolute;
  bottom: 0;
  line-height: 100%;
  color: #ffffff;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .background {
  background: #000000;
  filter: alpha(opacity=25);
  opacity: 0.25;
  border-top: 1px solid #ffffff;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .title {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 20px;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .text {
  position: relative;
  text-align: left;
  padding: 0 20px 20px;
  white-space: normal;
  font-size: 80%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .expand-arrow {
  font-family: DS-Icons;
  margin-left: 15px;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .title {
  text-align: right !important;
  width: auto !important;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .background {
  opacity: 0.12 !important;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .title {
  padding: 8px !important;
}
.intro-page-slideshow-layout {
  position: absolute;
  width: 100%;
}
.intro-page-slideshow-layout .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.intro-page-slideshow-layout .content .slide-container {
  position: relative;
  top: -20px;
}
.intro-page-slideshow-layout .content .slide-container > div {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.intro-page-slideshow-layout .content .slide-container > div .item {
  display: inline-block;
  position: relative;
  line-height: 0;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  border: 10px solid #ffffff;
  transition-duration: 0.3s;
  transition-property: border-color, box-shadow;
  touch-action: none;
}
.intro-page-slideshow-layout .content .slide-container > div .item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-color: #3f5180;
}
.intro-page-slideshow-layout .content .slide-container > div .item .select-button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 26px;
  line-height: 100%;
  white-space: nowrap;
  color: #ffffff;
  z-index: 2;
}
.intro-page-slideshow-layout .content .slide-container > div .item .select-button .symbol {
  font-family: DS-Icons;
  margin-right: 5px;
  font-size: 110%;
}
.intro-page-slideshow-layout .content .slide-container > div .item > img {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner {
  z-index: 1;
  position: absolute;
  bottom: 0;
  line-height: 100%;
  color: #ffffff;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .background {
  background: #000000;
  filter: alpha(opacity=25);
  opacity: 0.25;
  border-top: 1px solid #ffffff;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .title {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 20px;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .text {
  position: relative;
  text-align: left;
  padding: 0 20px 20px;
  white-space: normal;
  font-size: 80%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .expand-arrow {
  font-family: DS-Icons;
  margin-left: 15px;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .title {
  text-align: right !important;
  width: auto !important;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .background {
  opacity: 0.12 !important;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .title {
  padding: 8px !important;
}
.intro-page-slideshow-layout .content .thumbnail-container {
  position: relative;
  margin-top: 20px;
  height: 60px;
  line-height: 0;
}
.intro-page-slideshow-layout .content .thumbnail-container .item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
  line-height: 100%;
  transition-duration: 0.3s;
  transition-property: border-color, box-shadow;
  border: 2px solid #ffffff;
  touch-action: none;
}
.intro-page-slideshow-layout .content .thumbnail-container .item:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-color: #3f5180;
}
.intro-page-slideshow-layout .content .thumbnail-container .item > img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.intro-page-slideshow-layout .content .thumbnail-container .item .placeholder {
  position: absolute;
  top: 0;
  left: 0;
}
.intro-page-slideshow-layout .content .thumbnail-container .item .placeholder .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #616365;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.intro-page-slideshow-layout .content .thumbnail-container .item .image-caption {
  font-size: 10px;
}
#mini-summary {
  position: absolute;
  top: 30px;
  left: 30px;
  right: auto;
  bottom: auto;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 5px;
  display: none;
  visibility: hidden;
}
#mini-summary.show {
  display: block;
  visibility: visible;
}
#mini-title {
  color: #e8e6e3;
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.2;
}
#mini-price-wrapper {
  left: 0px;
  width: 100%;
  height: 50px;
  position: relative;
  cursor: pointer;
}
#mini-main-price {
  position: absolute;
  right: 20px;
  font-size: 27px;
}
#mini-sub-price {
  position: absolute;
  right: 20px;
  font-size: 14px;
  top: 30px;
  color: #edebe9;
}
#mini-price-icon {
  position: absolute;
  right: 0px;
  font-size: 24px;
  top: 18px;
  color: #e8e6e3;
  font-family: DS-Icons;
}
.mini-price-span {
  float: none !important;
  font-size: 13px;
  margin: 0px !important;
}
#mini-items-wrapper {
  overflow: hidden;
  height: 0px;
}
#mini-items {
  overflow: hidden;
  height: auto;
}
.mini-summary-item {
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  position: relative;
  min-width: 200px;
}
.mini-summary-item.button {
  cursor: pointer;
}
.mini-button {
  font-family: DS-Icons;
  font-size: 28px;
  color: #e8e6e3;
  text-align: center;
  padding: 10px 0;
  margin-top: 5px;
  cursor: pointer;
}
.mini-summary-item-button {
  position: absolute;
  right: 0px;
  margin-right: 5px;
}
.mini-summary-item-button-icon {
  font-family: DS-Icons;
  color: #e8e6e3;
}
.display-dialog.readmore-dialog {
  left: 0;
  right: 0;
}
.display-dialog.readmore-dialog.modal.fade {
  left: 0;
  right: 0;
}
.display-dialog.readmore-dialog.modal.fade.in {
  left: 0;
  right: 0;
}
.display-dialog.readmore-dialog .display-dialog-content-container {
  bottom: 100px;
  top: 80px;
}
#readmore-dialog {
  height: 400px;
  margin: 0 auto;
  width: 620px;
  margin-top: -225px;
  top: 50%;
}
.readmore-with-image-text {
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.readmore-with-image-text .readmore-image {
  float: right;
  margin-left: 5px;
}
.readmore-with-image {
  height: 100%;
}
.readmore-with-image .readmore-image {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.readmore-image {
  border: 1px solid rgba(232, 230, 227, 0.1);
}
.readmore-content-height {
  height: 300px;
}
.readmore-text {
  font-size: 12px;
  text-align: left;
}
/* MENU ITEM */
.menu-item {
  position: absolute;
  width: 108px;
  height: 100%;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #2f3031;
  clear: both;
  white-space: normal;
  cursor: default;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(97, 99, 101, 0.2);
}
.menu-item.selected {
  background: #3f5180;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url("data:image/svg+xml,%3C?xml%20version=%221.0%22%20?%3E%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%201%201%22%20preserveAspectRatio=%22none%22%3E%3ClinearGradient%20id=%22grad-ucgg-generated%22%20gradientUnits=%22userSpaceOnUse%22%20x1=%220%25%22%20y1=%220%25%22%20x2=%220%25%22%20y2=%22100%25%22%3E%3Cstop%20offset=%220%25%22%20stop-color=%22rgba(63,%2081,%20128,%200.6)%22%20stop-opacity=%221%22/%3E%3Cstop%20offset=%22100%25%22%20stop-color=%22rgba(63,%2081,%20128,%200)%22%20stop-opacity=%221%22/%3E%3C/linearGradient%3E%3Crect%20x=%220%22%20y=%220%22%20width=%221%22%20height=%221%22%20fill=%22url(%23grad-ucgg-generated)%22%20/%3E%3C/svg%3E");
  background: -moz-linear-gradient(top, rgba(63, 81, 128, 0.6) 0%, rgba(63, 81, 128, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(63, 81, 128, 0.6)), color-stop(100%, rgba(63, 81, 128, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(63, 81, 128, 0.6) 0%, rgba(63, 81, 128, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(63, 81, 128, 0.6) 0%, rgba(63, 81, 128, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(63, 81, 128, 0.6) 0%, rgba(63, 81, 128, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(63, 81, 128, 0.6) 0%, rgba(63, 81, 128, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(63, 81, 128, 0.6)', endColorstr='rgba(63, 81, 128, 0)', GradientType=0 );
  /* IE6-8 */
  box-shadow: none;
  color: black;
}
.menu-item > .content-wrapper {
  position: relative;
  overflow: hidden;
}
.icon-holder {
  position: relative;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: none;
}
/* ICON FRAME */
.icon-frame {
  display: block;
  width: 76px;
  height: 76px;
  top: 0px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: none;
  margin-top: 41px;
  font-size: 10px;
  color: #616365;
  text-shadow: 0 0 #ffffff;
}
.icon-frame .loading-icon-holder {
  top: 22px;
}
.icon-frame .loading-icon-holder {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-frame .loading-icon-png {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../../img/loading-spinner.gif');
}
/* ITEM ICON */
.item-icon {
  position: relative;
  display: block;
  border: 0;
  margin: 4px;
  width: 68px;
  height: 68px;
  background-size: 68px auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}
/* READMORE ICON */
.readmore-icon-holder {
  position: absolute;
  right: 3px;
  padding: 5px;
  cursor: pointer;
  top: 20px;
}
.readmore-icon-background {
  background: #ffffff;
  color: #3f5180;
  font-family: DS-Icons;
  font-size: 23px;
  padding: 0 3px;
  border: 1px solid #e0f5fb;
  border-radius: 30px;
  box-shadow: 0 2px 2px rgba(63, 81, 128, 0.4);
}
/* PNG LOADING ICON KEYFRAMES */
@-webkit-keyframes iconAnimation {
  0% {
    background-position: 0px 0px;
  }
  12.5% {
    background-position: 48px 0px;
  }
  25% {
    background-position: 96px 0px;
  }
  37.5% {
    background-position: 144px 0px;
  }
  50% {
    background-position: 192px 0px;
  }
  62.5% {
    background-position: 240px 0px;
  }
  75% {
    background-position: 288px 0px;
  }
  87.5% {
    background-position: 336px 0px;
  }
}
/*
@-webkit-keyframes iconFirst{
	from {background-position: 336px 0px;}
	to{background-position: 0px 0px;}
}

@-webkit-keyframes iconSecond{
	from {background-position: 336px 0px;}
	to{background-position: 0px 0px;}
}

@-webkit-keyframes iconThird{
	from {background-position: 336px 0px;}
	to{background-position: 0px 0px;}
}

@-webkit-keyframes iconFirst{
	from {background-position: 336px 0px;}
	to{background-position: 0px 0px;}
}

@-webkit-keyframes iconFirst{
	from {background-position: 336px 0px;}
	to{background-position: 0px 0px;}
}
*/
/*------ Top menu ------*/
#top-menu {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 40px;
  background-color: #e8e6e3;
  z-index: 5;
  font-size: 12px;
  overflow: visible;
  border-bottom: 1px solid #dcdad5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  touch-action: none;
}
#top-menu .back-button {
  position: absolute;
  display: block;
  text-decoration: none;
  color: #ffffff;
  top: 0;
  left: 2px;
  padding: 7px 7px;
  filter: alpha(opacity=10);
  opacity: 0.1;
  cursor: default;
}
#top-menu .back-button .arrow {
  display: block;
  float: left;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-right-color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  transition: border-right-color 0.2s ease;
  -moz-transition: border-right-color 0.2s ease;
  -webkit-transition: border-right-color 0.2s ease;
  -o-transition: border-right-color 0.2s ease;
  -ms-transition: border-right-color 0.2s ease;
}
#top-menu .back-button .button {
  display: block;
  float: left;
  line-height: 20px;
  background-color: #333333;
  border-left: 0;
  padding: 3px 9px 3px 3px;
  text-align: center;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: 0 1px #ffffff;
  transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}
#top-menu .back-button.enabled {
  cursor: pointer;
}
#top-menu .back-button.enabled:active .arrow {
  border-right-color: #404040;
}
#top-menu .back-button.enabled:active .button {
  background-color: #404040;
}
#top-menu-wrapper {
  width: 100%;
  height: 100%;
  margin: 0px 110px;
}
#top-menu-container {
  width: 100%;
  height: 100%;
}
.top-menu-button {
  position: relative;
  height: 100%;
  padding-bottom: 1px;
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 15px;
  cursor: pointer;
  text-shadow: 0 1px #ffffff;
}
.top-menu-text {
  font-size: 12px;
  top: 0;
  white-space: nowrap;
  display: inline;
  color: #333333;
  letter-spacing: -0.02em;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.top-menu-text-rightmost {
  margin-right: 130px;
}
.top-menu-image {
  top: 0;
  padding-right: 5px;
  display: inline;
}
#top-menu-separator {
  width: 100%;
}
#top-menu-save-image {
  width: 20px;
  height: 20px;
}
.top-menu-sub {
  background-color: #e8e6e3;
  top: 30px;
  position: absolute;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.top-menu-sub-button {
  padding: 5px;
  position: relative;
  color: #333333;
}
.top-menu-sub-visible {
  cursor: pointer;
}
.top-menu-sub-hidden {
  cursor: default;
}
.top-menu-span {
  font-family: DS-Icons;
  margin: 0;
  margin-right: 4px;
}
.top-menu-spacer {
  padding-left: 40px;
}
/*------ Main menu ------*/
#main-menu-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 54px;
  overflow: hidden;
  z-index: 5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dcdad5;
  touch-action: none;
  background: #e8e6e3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url("data:image/svg+xml,%3C?xml%20version=%221.0%22%20?%3E%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%201%201%22%20preserveAspectRatio=%22none%22%3E%3ClinearGradient%20id=%22grad-ucgg-generated%22%20gradientUnits=%22userSpaceOnUse%22%20x1=%220%25%22%20y1=%220%25%22%20x2=%220%25%22%20y2=%22100%25%22%3E%3Cstop%20offset=%220%25%22%20stop-color=%22%23e8e6e3%22%20stop-opacity=%221%22/%3E%3Cstop%20offset=%22100%25%22%20stop-color=%22%23dcdad5%22%20stop-opacity=%221%22/%3E%3C/linearGradient%3E%3Crect%20x=%220%22%20y=%220%22%20width=%221%22%20height=%221%22%20fill=%22url(%23grad-ucgg-generated)%22%20/%3E%3C/svg%3E");
  background: -moz-linear-gradient(top, #e8e6e3 0%, #dcdad5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e6e3), color-stop(100%, #dcdad5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8e6e3 0%, #dcdad5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8e6e3 0%, #dcdad5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8e6e3 0%, #dcdad5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e8e6e3 0%, #dcdad5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e6e3', endColorstr='#dcdad5', GradientType=0 );
  /* IE6-8 */
}
#main-menu-padder {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 115px;
  height: 100%;
}
#main-menu-padder.few-buttons {
  margin: 0 19%;
}
#main-menu {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-shadow: 0 1px #ffffff;
}
#main-menu tr .button {
  position: relative;
  cursor: pointer;
  height: 100%;
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
}
#main-menu tr .button .text {
  font-size: 21px;
  top: 0;
  white-space: nowrap;
  padding: 3px 10px;
  display: inline;
  color: #333333;
  letter-spacing: -0.02em;
  border-radius: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
}
#main-menu tr .button .selected {
  background: #333333;
  color: #e8e6e3;
  box-shadow: 0 2px 1px #ffffff, 0 -1px 1px #1a1a1a, 0 0 20px rgba(0, 0, 0, 0.15) inset;
  text-shadow: 0 1px 3px #000000;
}
#main-menu tr .button.disabled .text {
  color: #c4c2c0 !important;
  background: none;
  cursor: default;
  text-shadow: none;
}
#main-menu tr .button:hover .text.selected {
  color: #e8e6e3;
  text-shadow: none;
}
#main-menu tr .button:hover .text {
  color: #616365;
  text-shadow: 0 -1px 20px #ffffff;
}
#main-menu tr .button.home .text:before {
  content: "h";
  font-family: DS-Icons;
  position: relative;
  left: -3px;
  top: 1px;
  font-size: 24px;
}
#main-menu tr .button.design .text:before {
  content: "e";
  font-family: DS-Icons;
  position: relative;
  left: -3px;
  top: 0;
  font-size: 24px;
}
#main-menu tr .button.summary .text:before {
  content: "=";
  font-family: DS-Icons;
  position: relative;
  left: -3px;
  top: 0;
  font-size: 24px;
}
#main-menu tr .spacer {
  font-family: DS-Icons;
  color: #eae9e6;
  color: #dcdad5;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5em;
  text-shadow: 1px 1px #eae9e6, -1px 0 #a2a19f;
  cursor: default;
}
/*------ Menu container (holding submenus and the item menu, not the main menu) ------*/
#menu-container-first {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #333333;
  z-index: 2;
  overflow: visible;
}
#menu-container-outer {
  position: relative;
  bottom: 0;
  width: 100%;
  color: #333333;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#menu-container-inner {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
}
#menu-container-submenus {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 2;
}
/*------ Submenus ------*/
#submenu-manager {
  position: absolute;
  width: 100%;
  z-index: 3;
  border-top: 1px solid #f1f0ee;
}
.submenu {
  position: relative;
  width: 100%;
  height: 38px;
  background: #edebe9;
  white-space: nowrap;
}
.submenu .button {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
}
.submenu .button.first {
  margin-left: 115px;
}
.submenu .button.hidden {
  display: none;
}
.submenu .button .text {
  font-size: 14px;
  margin-top: 6px;
  padding: 6px 10px;
  letter-spacing: 0.02em;
  border-radius: 6px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.submenu .button .selected {
  background: #ffffff;
  color: #edebe9;
  border-radius: 6px;
  box-shadow: 0 2px rgba(232, 230, 227, 0.5);
}
.submenu .button:hover .text {
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff;
}
.submenu .button:hover .text.selected {
  color: #edebe9;
}
/*------ Item menu ------*/
#item-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #626365;
  white-space: nowrap;
}
#item-menu .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fefefe;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#item-menu-mask {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: 0 100px;
  height: 100%;
  display: inline-block;
  touch-action: none;
}
.item-container {
  position: relative;
  white-space: nowrap;
  height: 100%;
  display: inline-block;
}
#item-menu-static-holder {
  position: absolute;
  height: 100%;
}
#item-menu-scroll-holder {
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.item-menu-arrow {
  font-family: DS-Icons;
  font-size: 36px;
  position: absolute;
  cursor: pointer;
  top: 0;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 130px;
  padding-top: 70px;
  color: #616365;
}
.item-menu-arrow > div {
  position: relative;
}
.item-menu-arrow.left {
  left: 0;
}
.item-menu-arrow.right {
  right: 0;
}
.item-group {
  position: absolute;
  height: 199px;
  white-space: nowrap;
  vertical-align: top;
}
.item-group-title {
  position: absolute;
  top: 8px;
}
.collapsable-item-container {
  position: relative;
  white-space: nowrap;
  height: 100%;
  display: inline-block;
  opacity: 0.8;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.collapsable-item-container .mask {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.collapsable-item-container .button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 100%;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}
.collapsable-item-container .button span {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  font-family: DS-Icons;
}
.collapsable-item-container .button .text {
  position: relative;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  margin-top: 25px;
}
/*------ Scrollbar ------*/
.item-menu-scrollbarH {
  position: absolute;
  background: #ffffff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 10px;
}
.item-menu-scrollbarH > div {
  position: relative;
  height: 2px;
  background: #616365;
  border-radius: 2px;
  left: 0;
}
/* Dialogs */
.modal {
  font-size: 12px;
  color: #616365;
  line-height: 1.5;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  padding: 25px;
  /* 
		Fix left and top properties to be exactly
		half of window size, including paddings
	*/
}
.modal.fade {
  -webkit-transition: opacity .2s linear, none;
  -moz-transition: opacity .2s linear, none;
  -ms-transition: opacity .2s linear, none;
  -o-transition: opacity .2s linear, none;
  transition: opacity .2s linear, none;
}
.modal-header {
  width: auto;
  font-size: 24px;
  color: #616365;
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  margin-left: 10px;
  line-height: 1;
  border-bottom: none !important;
  padding: 0px !important;
}
.modal-body {
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 0;
  margin-bottom: 10px;
}
.modal-body p + p {
  margin-bottom: 1em;
}
.modal-body ul {
  margin-bottom: 1em;
}
.modal-body ul li {
  padding-left: 15px;
}
.modal-footer {
  border: 0;
  background: none;
  padding: 10px;
  padding: 0;
  text-align: center;
}
.textdialog-tooltip {
  position: absolute;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding: 5px;
  border: 0;
  opacity: 1;
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
/* Backdrop */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
}
.button-dialog {
  text-align: center;
}
.button-dialog .modal-body {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
.button-dialog .modal-header {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.button-dialog .consents {
  width: 440px;
  margin: auto;
  margin-top: 8px;
  text-align: left;
}
.button-dialog .consents.hidden {
  display: none;
}
.button-dialog .consents .appendix {
  margin-left: 30px;
  line-height: 16px;
}
.btn {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #f2f2f2;
  background-image: none;
  border-radius: 8px;
  box-shadow: none;
  color: #616365;
  font-size: 14px;
  padding: 12px 24px;
  margin: 0 6px;
  text-shadow: none;
  border: none;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
}
.btn:hover:not(.disabled) {
  background-color: #e6e6e6;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 3px 1px rgba(82, 168, 236, 0.7);
}
.btn .disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.btn-primary {
  background-color: #e8e6e3;
  color: #ffffff;
}
.btn-primary:hover:not(.disabled) {
  background-color: #edebe9;
}
.btn-primary:active:not(.disabled) {
  background-color: #eae9e6;
}
/*------ View controller ------*/
#view-controller {
  position: absolute;
  top: 30px;
  right: 30px;
  white-space: nowrap;
  min-height: 77px;
  display: none;
  visibility: hidden;
}
.serie-button {
  position: relative;
  color: #e8e6e3;
  cursor: pointer;
  display: inline-block;
  padding: 12px 7px;
  margin-left: 10px;
  border-radius: 8px;
}
.serie-button.first {
  margin-left: 0;
}
.serie-button.selected {
  background: #e8e6e3;
  border-radius: 8px;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.serie-button.selected:hover {
  color: #ffffff;
}
.serie-button:hover {
  color: rgba(232, 230, 227, 0.5);
}
#frame-button-container {
  position: relative;
  margin-top: 17px;
  text-align: center;
}
#frame-buttons {
  display: block;
  margin: 0 auto;
}
.frame-arrow {
  font-family: DS-Icons;
  position: absolute;
  padding: 12px;
  top: -12px;
  cursor: pointer;
  width: 10px;
  height: 18px;
  color: #e8e6e3;
}
.frame-arrow.left {
  left: -12px;
}
.frame-arrow.right {
  right: -12px;
}
.frame-button {
  width: 11px;
  height: 7px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
  background: #f8f8f7;
  cursor: pointer;
}
.frame-button:hover,
.frame-button.selected {
  background: #e8e6e3;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
/******** Display Dialog *********/
.display-dialog {
  overflow: visible;
  width: auto;
  margin: 0;
  position: absolute;
  left: 15%;
  right: 15%;
  top: 5%;
  bottom: 5%;
  z-index: 1040;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.display-dialog.modal.fade {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 5%;
  bottom: 5%;
}
.display-dialog.modal.fade.in {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 5%;
  bottom: 5%;
}
.display-dialog .bottom-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.display-dialog .toggle-button {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  font-family: DS-Icons;
  font-size: 50px;
  color: #616365;
  cursor: pointer;
  top: 40%;
}
.display-dialog .toggle-button.left {
  left: 25px;
}
.display-dialog .toggle-button.right {
  right: 25px;
}
.display-dialog-button-container {
  border: 0;
  width: 100%;
  background: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 35px;
}
.display-dialog-button-container a:focus {
  text-decoration: none;
}
.display-dialog-content-container {
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 80px;
  right: 80px;
  top: 70px;
  bottom: 25px;
  touch-action: none;
}
.display-dialog-content-container > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.display-dialog-close-button {
  position: absolute;
  right: -0.7em;
  top: -0.7em;
  background-color: #616365;
  font-family: "DS-Icons";
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
/******** Display Dialog *********/
.favorites-dialog .display-dialog-content-container {
  bottom: 205px;
}
.favorites-content-image {
  max-height: 90%;
  -webkit-user-drag: none;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.favorites-content-title {
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.favorites-button {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #f2f2f2;
  background-image: none;
  border-radius: 8px;
  box-shadow: none;
  color: #616365;
  font-size: 14px;
  padding: 12px 24px;
  margin: 0 6px;
  text-shadow: none;
  border: none;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  background-color: #616365 !important;
  color: #ffffff !important;
}
.favorites-button:hover:not(.disabled) {
  background-color: #e6e6e6;
}
.favorites-button:focus {
  outline: 0;
  box-shadow: 0 0 3px 1px rgba(82, 168, 236, 0.7);
}
.favorites-button .disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.favorites-button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #7a7d7f !important;
}
.favorites-button.logout {
  position: absolute;
  top: 26px;
  right: 31px;
  padding: 7px 10px;
  background-color: #ce3827 !important;
}
.favorites-button.logout:hover {
  background-color: #dd5a4b !important;
}
.icon-font-class {
  font-size: 17px;
  font-family: DS-Icons;
}
#favorites-scroll-outer-wrapper {
  position: relative;
  width: 100%;
  height: 140px;
}
#favorites-scroll-middle-wrapper {
  position: absolute;
  left: 30px;
  right: 30px;
  height: 100%;
}
#favorites-scroll-wrapper {
  position: absolute;
  left: 30px;
  right: 30px;
  height: 100%;
  text-align: center;
  padding-top: 5px;
  touch-action: none;
}
#favorites-scroll-content {
  position: relative;
  white-space: nowrap;
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.favorites-scroll-item {
  display: inline-block;
  white-space: normal;
  padding: 25px 10px 10px 10px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.favorites-icon-container {
  position: relative;
  height: 65px;
}
.favorites-icon-container .favorites-thumb-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
}
.favorites-icon-container .favorites-thumb-placeholder .loading-icon-wrapper {
  width: 100%;
  height: 100%;
}
.favorites-icon-container .favorites-thumb-placeholder .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #616365;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.favorites-scroll-item img {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  vertical-align: top;
}
.favorites-scroll-item p {
  font-size: 12px;
  position: relative;
  text-align: center;
  word-wrap: break-word;
}
.favorites-scroll-item-option {
  position: absolute;
  font-size: 24px;
  font-family: DS-Icons;
  cursor: pointer;
  top: -10px;
  padding: 2px 8px;
}
.favorites-scroll-item-option.remove {
  left: 0;
}
.favorites-scroll-item-option.rename {
  left: 30px;
}
.favorites-scroll-button {
  width: 30px;
  min-width: 30px;
  margin: auto;
  font-size: 14px;
  font-family: DS-Icons;
  text-align: center;
  color: #e8e6e3;
  vertical-align: middle;
}
.favorites-scroll-column {
  height: 130px;
  width: 100%;
}
.favorites-content-height {
  height: 400px;
}
#scroll-indicator {
  position: absolute;
  border: 2px solid black;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.favorites-scroll-image {
  height: 65px;
  max-height: none;
  width: none;
  max-width: none;
}
.favorites-scrollbarH {
  position: absolute;
  background: #ffffff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 10px;
}
.favorites-scrollbarH > div {
  position: relative;
  height: 2px;
  background: #616365;
  border-radius: 2px;
  left: 0;
}
.favorites-scroll-item-title-container {
  height: 30px;
  overflow: visible;
  position: relative;
  margin-top: 4px;
}
.favorites-scroll-item-title-inner-container {
  position: absolute;
  width: 100%;
  height: 38px;
  overflow: hidden;
}
#weight-dialog {
  top: 10%;
  bottom: 10%;
  left: 15%;
  right: 15%;
  margin: 0;
  width: auto;
  height: auto;
  padding: 0px;
  font-size: 25px;
  color: #e8e6e3;
  overflow: visible;
}
#weight-dialog-title-container {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0%;
  height: 65px;
}
.weight-dialog-title {
  position: absolute;
  left: 40px;
  bottom: 0px;
  margin: 0px;
  font-size: 28px;
  color: #e8e6e3;
}
#weight-dialog-left-column {
  position: absolute;
  display: block;
  left: 40px;
  right: 52%;
  top: 65px;
  bottom: 30px;
  overflow: hidden;
}
#weight-dialog-right-column {
  position: absolute;
  display: block;
  left: 52%;
  right: 40px;
  top: 65px;
  bottom: 30px;
  overflow: hidden;
}
.weight-dialog-scroll-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.weight-dialog-item {
  font-size: 12px;
  color: #616365;
  padding-right: 40px;
}
.weight-dialog-item.heading {
  color: #e8e6e3;
  font-weight: bold;
}
.weight-dialog-item.small {
  font-size: 10px;
}
.weight-dialog-item.disabled {
  opacity: 0.4;
}
.weight-dialog-item.top-dist {
  padding-top: 40px;
}
.weight-dialog-item.short-top-dist {
  padding-top: 15px;
}
#weight-dialog-text-field {
  margin-left: 40px;
  margin-top: 10px;
  font-size: 18px;
  line-height: normal;
  vertical-align: middle;
  height: auto;
  display: inline-block;
  padding: 8px 20px;
  width: 70px;
}
.weight-dialog-search-button {
  vertical-align: middle;
  display: inline-block;
}
.gallery-dialog {
  left: 10%;
  right: 10%;
}
.gallery-dialog.modal.fade {
  left: 10%;
  right: 10%;
}
.gallery-dialog.modal.fade.in {
  left: 10%;
  right: 10%;
}
.gallery-dialog #display-dialog-title {
  padding: 0 0 20px 0;
}
.gallery-dialog .display-dialog-content-container {
  bottom: 95px;
}
.gallery-dialog .image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.gallery-dialog .image-wrapper video {
  width: 100%;
  max-height: 100%;
}
.gallery-dialog .component-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px 30px;
}
.gallery-dialog .component-wrapper .scroll-wrapper {
  position: relative;
  height: 60px;
  text-align: center;
}
.gallery-dialog .component-wrapper .scroll-wrapper .gallery-thumbs {
  height: 50px;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 auto;
}
.gallery-dialog .component-wrapper .scroll-wrapper .gallery-thumbs img {
  transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -webkit-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  height: 100%;
  padding: 0 5px;
}
.gallery-dialog .component-wrapper .scroll-wrapper .scrollbarH {
  height: 2px;
  margin-top: 8px;
}
.gallery-dialog .component-wrapper .scroll-wrapper .scrollbarH > div {
  position: relative;
  background: #616365;
  height: 100%;
  border-radius: 2px;
}
.filter-button-mask {
  position: absolute;
  display: inline-block;
  height: 35px;
  font: inherit;
  background-color: #fff;
  filter: alpha(opacity=91);
  opacity: 0.91;
}
.filter-button-mask.top {
  bottom: -35px;
  border-radius: 0 0 10px 2px;
  transition: bottom 400ms ease-out;
  -moz-transition: bottom 400ms ease-out;
  -webkit-transition: bottom 400ms ease-out;
  -o-transition: bottom 400ms ease-out;
  -ms-transition: bottom 400ms ease-out;
}
.filter-button-mask.top.top.docked {
  bottom: 0px;
}
.filter-button-mask.bottom {
  top: -35px;
  border-radius: 2px 10px 0 0;
  transition: top 400ms ease-out;
  -moz-transition: top 400ms ease-out;
  -webkit-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  -ms-transition: top 400ms ease-out;
}
.filter-button-mask.bottom.bottom.docked {
  top: 0px;
}
.filter-button-mask .filter-button {
  position: relative;
  display: inline-block;
  padding: 3px 14px 0 9px;
  cursor: pointer;
  border-right-width: 1px;
  border-right-color: #dfe0e0;
  border-right-style: solid;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.filter-button-mask .filter-button .iconfont {
  position: relative;
  top: -1;
  display: inline-block;
  font-size: 21px;
  color: #a0a1a3;
  vertical-align: middle;
}
.filter-button-mask .filter-button .text {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}
.filter-button-mask .filter-button.top {
  top: 0;
}
.filter-button-mask .filter-button.top.docked {
  visibility: hidden;
}
.filter-button-mask .filter-button.bottom {
  bottom: 0;
}
.filter-button-mask .filter-button.bottom.docked {
  visibility: hidden;
}
.filter-button-mask .filter-search-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.filter-button-mask .filter-search-button .search-input {
  box-shadow: none;
  visibility: hidden;
  height: 16px;
  width: 0;
  padding: 0;
  margin-bottom: 0px;
  margin-right: 0px;
  border-width: 0px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
  background: #e8e8e8;
  opacity: 0;
  transition: width 400ms ease-out;
  -moz-transition: width 400ms ease-out;
  -webkit-transition: width 400ms ease-out;
  -o-transition: width 400ms ease-out;
  -ms-transition: width 400ms ease-out;
}
.filter-button-mask .filter-search-button .search-input.open {
  margin-left: 14px;
  padding: 3px 14px 3px 14px;
  border: 1px 1px 1px 1px;
  visibility: visible;
  opacity: 1;
  width: 115px;
}
.filter-button-mask .filter-search-button .search-input:focus {
  border-width: 1px;
  padding: 2px 13px 2px 13px;
  border-color: #dfe0e0;
}
.filter-button-mask .filter-search-button .search-button {
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
}
.filter-button-mask .filter-search-button .search-button .iconfont {
  position: relative;
  top: -1;
  display: inline-block;
  font-size: 21px;
  color: #a0a1a3;
  vertical-align: middle;
}
.filter-button-mask .filter-search-button .search-button .text {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}
.filter-button-mask .filter-search-button.top {
  top: 0;
  border-radius: 0 0 10px 2px;
}
.filter-button-mask .filter-search-button.top.docked {
  visibility: hidden;
}
.filter-button-mask .filter-search-button.bottom {
  bottom: 0;
  border-radius: 2px 10px 0 0;
}
.filter-button-mask .filter-search-button.bottom.docked {
  visibility: hidden;
}
#filter-dialog {
  overflow: visible;
  height: 460px;
}
#filter-dialog .modal-header {
  color: #616365;
}
#filter-dialog .modal-body {
  position: relative;
  max-height: none;
  overflow-y: hidden;
}
#filter-dialog .modal-body .nav-tabs {
  margin-top: 16px;
  padding-bottom: 5px;
}
#filter-dialog .modal-body .nav-tabs > li {
  margin-bottom: -2px;
}
#filter-dialog .modal-body .nav-tabs > li.hidden {
  display: none;
}
#filter-dialog .modal-body .nav-tabs a {
  color: #616365;
  padding-bottom: 6px;
  outline: 0;
}
#filter-dialog .modal-body .nav-tabs a .icon {
  width: 11px;
  height: 11px;
  border: 1px solid #c0c1c1;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 6px;
}
#filter-dialog .modal-body .nav-tabs a .icon.checked {
  background: #616365;
}
#filter-dialog .modal-body .nav-tabs a:hover {
  text-decoration: none;
}
#filter-dialog .modal-body .page-container {
  width: 100%;
  position: relative;
}
#filter-dialog .modal-body .page-container .empty-text {
  height: 330px;
  width: 100%;
  padding-top: 150px;
  text-align: center;
  box-sizing: border-box;
}
#filter-dialog .modal-body .page-container .page {
  position: relative;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper {
  height: 330px;
  overflow: auto;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper table {
  width: 100%;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper table .filter-option {
  margin-top: 13px;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper table .filter-option .box {
  width: 24px;
  height: 24px;
  border: 1px solid #c0c1c1;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper table .filter-option .box.checked {
  background: #616365;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper table .filter-option .text {
  margin-left: 12px;
  cursor: pointer;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper table .filter-option.disabled .text {
  color: #b0b1b2;
}
#filter-dialog .modal-body .page-container .page .scroll-wrapper table .filter-option.disabled .box {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
#filter-dialog .modal-body .clear-button {
  position: absolute;
  top: 1px;
  right: 3px;
  cursor: pointer;
}
#filter-dialog .modal-body .clear-button .iconfont {
  display: inline-block;
  font-size: 20px;
}
#filter-dialog .modal-footer {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
}
#price-dialog {
  width: 610px;
  height: 420px;
  padding: 0px;
  left: 50%;
  top: 50%;
  margin-left: -305px;
  margin-top: -210px;
  overflow: visible;
}
#price-dialog-title-container {
  position: absolute;
  top: 0px;
  height: 75px;
  width: 100%;
}
.price-dialog-title {
  margin-top: 25px;
  margin-left: 25px;
}
.price-dialog-price-text {
  margin-top: -3px;
  font-size: 18px;
  color: #e8e6e3;
}
#price-dialog-content-wrapper {
  position: absolute;
  width: 100%;
  top: 70px;
  bottom: 90px;
}
#price-dialog-button-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 70px;
  text-align: center;
}
.price-dialog-row {
  position: relative;
  overflow: hidden;
  height: 30px;
  width: 100%;
  padding-top: 5px;
}
.price-dialog-row.first-separator {
  height: 27px;
  padding: 0px;
}
.price-dialog-row.second-separator {
  height: 20px;
  padding: 0px;
}
.price-dialog-elem {
  position: absolute;
  overflow: hidden;
  height: 100%;
}
.price-dialog-elem.left {
  left: 25px;
  width: 165px;
}
.price-dialog-elem.middle {
  left: 160px;
  width: 240px;
  overflow: visible;
}
.price-dialog-elem.right {
  left: 452px;
  right: 0px;
}
.price-dialog-middle-wrapper {
  left: 165px;
  width: 240px;
  overflow: visible;
  height: 100%;
}
.price-dialog-right-wrapper {
  left: 450px;
  right: 0px;
  height: 100%;
}
.price-dialog-slider {
  margin-left: 5px;
}
#price-state-monthly {
  margin-left: 45px;
}
/*
#price-dialog-content-wrapper-left{
	position: absolute;
	left: 0px;
	width: 165px;
	height: 35px;
	overflow: hidden;
}

#price-dialog-content-wrapper-middle{
	position: absolute;
	left: 165px;
	width: 240px;
	height: 100%;
	overflow: visible;
}

#price-dialog-content-wrapper-right{
	position: absolute;
	left: 450px;
	right: 0px;
	height: 100%;
	overflow: hidden;
}
*/
.custom-scroll-wrapper {
  position: inherit;
  top: 0px;
  left: 0px;
  width: inherit;
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
}
.custom-scroller {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  width: auto;
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  margin-left: -17px;
  left: 17px;
}
.custom-scroll-button {
  cursor: pointer;
  position: absolute;
  color: #616365;
  font-family: DS-Icons;
  font-size: 10px;
  text-align: center;
  padding: 5px;
  right: -5px;
}
.custom-scroll-button.up {
  top: -5px;
}
.custom-scroll-button.down {
  bottom: -5px;
}
.custom-scroll-bar-wrapper {
  cursor: pointer;
  position: absolute;
  right: 0px;
  width: 10px;
}
.custom-scroll-bar {
  position: absolute;
  height: 100%;
  width: 2px;
  right: 4px;
  background-color: #616365;
}
.progress-dialog {
  margin-top: -80px;
}
.progress-dialog .modal-header {
  font-size: 24px;
}
.progress-dialog .progress-bar-background {
  position: relative;
  width: 450px;
  height: 8px;
  background: #ccc;
  margin: 8px auto 0;
  border: 2px solid #ccc;
  border-radius: 3px;
}
.progress-dialog .progress-bar {
  width: 0;
  height: 100%;
  background: #616365;
  border-radius: 3px;
}
.image-generator-dialog {
  width: 320px;
  margin-left: -160px;
}
.image-generator-dialog .modal-body {
  text-align: center;
  padding: 20px 10px;
}
#tutorial {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  pointer-events: none;
}
#tutorial img {
  position: absolute;
}
@font-face {
  font-family: DS-Icons;
  src: url("../../fonts/DS-Icons.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/DS-Icons.eot?iefix") format("eot"), /* IE6-IE8 */ url("../../fonts/DS-Icons.woff") format("woff"), /* Modern Browsers */ url("../../fonts/DS-Icons.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../fonts/DS-Icons.svg#fonts/DS-Icons-family") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: MuseoSans-500;
  src: url("../../fonts/MuseoSans-500.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/MuseoSans-500.eot?iefix") format("eot"), /* IE6-IE8 */ url("../../fonts/MuseoSans-500.woff") format("woff"), /* Modern Browsers */ url("../../fonts/MuseoSans-500.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../fonts/MuseoSans-500.svg#MuseoSans-500") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
/*------ Common ------*/
body {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #616365;
  width: 100%;
  height: 100%;
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
}
html {
  height: 100%;
}
h1 {
  font-size: 4.8em;
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  margin: 0;
}
b {
  font-weight: bold;
}
/*------ Layout ------*/
#spark-ds {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
#configurator-frame {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#content-padding-wrapper {
  margin: 40px 0 54px 0;
  z-index: 2;
}
#content-container {
  width: 100%;
  height: 100%;
}
#image-click-catcher {
  background: url('../../img/transparent-image.gif');
}
#transition-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#transition-layer img {
  z-index: 3;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
/*------ Loading screen ------*/
#loading-screen {
  background-color: #e8e6e3;
  color: #333333;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
#loading-screen {
  /* fallback */
  background-color: #e8e6e3;
  background-position: center center;
  background-repeat: no-repeat;
  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#f3f3f1), to(#e8e6e3));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #f3f3f1, #e8e6e3);
  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #f3f3f1, #e8e6e3);
  /* IE 10 */
  background: -ms-radial-gradient(circle, #f3f3f1, #e8e6e3);
  /* Opera cannot do radial gradients yet */
}
#loading-container {
  position: relative;
  top: -25px;
}
#loading-title {
  font-size: 32px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px #ffffff;
}
#loading-progress {
  width: 0px;
  height: 2px;
  background-color: #ffffff;
}
#loading-text {
  height: 1em;
  margin-top: 1em;
  font-size: 0.9em;
  color: #c5c5c5;
  color: #c0c0c0;
}
#loading-progress-background {
  position: relative;
  width: 416px;
  height: 2px;
  margin: 1em auto 0;
  background-color: #e3e1dd;
  text-align: left;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  border: 1px solid #dcdad5;
}
/*------ Image view ------*/
#image-view {
  overflow: hidden;
}
#image-view > img {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}
#mask-selection {
  z-index: 1;
  position: absolute;
}
/*------ Error screen ------*/
#error-screen {
  background: #ffffff;
  color: #616365;
}
/*------ Console ------*/
#console-button {
  margin-left: 2px;
}
#console-clear-button {
  margin-left: 104px;
}
.console-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 1001;
  display: inline-block;
}
.console-button.closed {
  margin-top: 32px;
}
#console {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
#console-user-agent {
  color: #fff;
  margin-left: 210px;
}
#console-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  overflow: auto;
  white-space: nowrap;
  margin-top: 40px;
  margin-bottom: 54px;
}
/*------ Toggle Button ------*/
#build-view {
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.menu-container-button {
  position: absolute;
  width: 60px;
  height: 30px;
  right: 20px;
  z-index: 30;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url("data:image/svg+xml,%3C?xml%20version=%221.0%22%20?%3E%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%201%201%22%20preserveAspectRatio=%22none%22%3E%3ClinearGradient%20id=%22grad-ucgg-generated%22%20gradientUnits=%22userSpaceOnUse%22%20x1=%220%25%22%20y1=%220%25%22%20x2=%220%25%22%20y2=%22100%25%22%3E%3Cstop%20offset=%220%25%22%20stop-color=%22%23ffffff%22%20stop-opacity=%221%22/%3E%3Cstop%20offset=%22100%25%22%20stop-color=%22%23e6e6e6%22%20stop-opacity=%221%22/%3E%3C/linearGradient%3E%3Crect%20x=%220%22%20y=%220%22%20width=%221%22%20height=%221%22%20fill=%22url(%23grad-ucgg-generated)%22%20/%3E%3C/svg%3E");
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
  /* IE6-8 */
  touch-action: none;
}
.menu-container-button.top {
  bottom: -3px;
  top: auto;
}
.menu-container-button.bottom {
  top: -3px;
  bottom: auto;
}
.menu-container-button.top.docked {
  bottom: 0px;
}
.menu-container-button.bottom.docked {
  top: 0px;
}
.menu-container-button span {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 1px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 1px #ffffff;
  margin: 5px 0 3px 0;
  display: block;
  position: relative;
  left: 13px;
  top: 4px;
  width: 35px;
  height: 1px;
}
.build-view-toggle-button-image {
  cursor: pointer;
  background: #ffffff;
  border-radius: 30px;
}
#spark-ds {
  background-color: #afa393 !important;
}
.btn {
  background-color: #616365 !important;
  color: #ffffff !important;
}
.btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #7a7d7f !important;
}
#intro-page .logo {
  margin-top: 45px !important;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .background {
  opacity: 0.12 !important;
}
.intro-page-grid-layout .page .grid-row .item .bottom-positioner .title {
  padding: 8px !important;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .background {
  opacity: 0.12 !important;
}
.intro-page-slideshow-layout .content .slide-container > div .item .bottom-positioner .title {
  padding: 8px !important;
}
.intro-page-slideshow-layout .content .slide-container > div .item .select-button {
  display: none;
}
.menu-container-button:before {
  content: "x";
  font-family: DS-Icons;
  position: relative;
  left: 18px;
  font-size: 24px;
  top: 3px;
}
.menu-container-button span {
  display: none !important;
}
#filter-dialog {
  width: 650px;
}
#summary-spec-view {
  width: 400px;
}
#summary-spec-view #spec-view-content-container {
  left: 20px;
  right: 20px;
}
#readmore-dialog {
  width: 660px;
  height: 440px;
}
#readmore-dialog .display-dialog-content-container {
  top: 50px;
}
#readmore-dialog .modal-header {
  display: none;
}
#readmore-dialog .readmore-with-text {
  text-align: left;
}
.external-link:focus {
  color: #fff;
}
.submenu .button .selected {
  color: #616365 !important;
}
.submenu .button .text {
  color: #616365 !important;
}
