/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/content/themes/adamaudio-website/assets/vendor/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/content/themes/adamaudio-website/assets/vendor/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/content/themes/adamaudio-website/assets/vendor/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/content/themes/adamaudio-website/assets/vendor/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/content/themes/adamaudio-website/assets/vendor/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/content/themes/adamaudio-website/assets/vendor/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
@font-face {
  font-family: 'flexslider-icon';
  src: url(/content/themes/adamaudio-website/assets/vendor/flexslider-icon.eot);
  src: url(/content/themes/adamaudio-website/assets/vendor/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/content/themes/adamaudio-website/assets/vendor/flexslider-icon.woff) format('woff'), url(/content/themes/adamaudio-website/assets/vendor/flexslider-icon.ttf) format('truetype');
  font-style: normal;
  font-weight: 'normal';
}
@font-face {
  font-family: 'DINPro';
  src: url(/content/themes/adamaudio-website/assets/fonts/DINPro/regular/DINPro-Regular.eot);
  src: url(/content/themes/adamaudio-website/assets/fonts/DINPro/regular/DINPro-Regular.eot?#iefix) format('embedded-opentype'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/regular/DINPro-Regular.woff) format('woff'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/regular/DINPro-Regular.woff2) format('woff2'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/regular/DINPro-Regular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'DINPro';
  src: url(/content/themes/adamaudio-website/assets/fonts/DINPro/light/DINPro-Light.eot);
  src: url(/content/themes/adamaudio-website/assets/fonts/DINPro/light/DINPro-Light.eot?#iefix) format('embedded-opentype'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/light/DINPro-Light.woff) format('woff'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/light/DINPro-Light.woff2) format('woff2'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/light/DINPro-Light.ttf) format('truetype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'DINPro';
  src: url(/content/themes/adamaudio-website/assets/fonts/DINPro/bold/DINPro-Bold.eot);
  src: url(/content/themes/adamaudio-website/assets/fonts/DINPro/bold/DINPro-Bold.eot?#iefix) format('embedded-opentype'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/bold/DINPro-Bold.woff) format('woff'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/bold/DINPro-Bold.woff2) format('woff2'), url(/content/themes/adamaudio-website/assets/fonts/DINPro/bold/DINPro-Bold.ttf) format('truetype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'DINEngschriftStd';
  src: url(/content/themes/adamaudio-website/assets/fonts/DINEngschriftStd/DINEngschriftStd.eot);
  src: url(/content/themes/adamaudio-website/assets/fonts/DINEngschriftStd/DINEngschriftStd.eot?#iefix) format('embedded-opentype'), url(/content/themes/adamaudio-website/assets/fonts/DINEngschriftStd/DINEngschriftStd.woff) format('woff'), url(/content/themes/adamaudio-website/assets/fonts/DINEngschriftStd/DINEngschriftStd.woff2) format('woff2'), url(/content/themes/adamaudio-website/assets/fonts/DINEngschriftStd/DINEngschriftStd.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'MinionPro';
  src: url(/content/themes/adamaudio-website/assets/fonts/MinionPro/MinionPro-Regular.eot);
  src: url(/content/themes/adamaudio-website/assets/fonts/MinionPro/MinionPro-Regular.eot?#iefix) format('embedded-opentype'), url(/content/themes/adamaudio-website/assets/fonts/MinionPro/MinionPro-Regular.woff) format('woff'), url(/content/themes/adamaudio-website/assets/fonts/MinionPro/MinionPro-Regular.woff2) format('woff2'), url(/content/themes/adamaudio-website/assets/fonts/MinionPro/MinionPro-Regular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  .pattern--panels .panel-content table {
    border-collapse: collapse !important;
  }
  .table td,
  .pattern--panels .panel-content table td,
  .table th,
  .pattern--panels .panel-content table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #22527b;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #285f8f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #285f8f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\A0   \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.pattern--panels .panel-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.pattern--panels .panel-content table > thead > tr > th,
.table > tbody > tr > th,
.pattern--panels .panel-content table > tbody > tr > th,
.table > tfoot > tr > th,
.pattern--panels .panel-content table > tfoot > tr > th,
.table > thead > tr > td,
.pattern--panels .panel-content table > thead > tr > td,
.table > tbody > tr > td,
.pattern--panels .panel-content table > tbody > tr > td,
.table > tfoot > tr > td,
.pattern--panels .panel-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.pattern--panels .panel-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.pattern--panels .panel-content table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.pattern--panels .panel-content table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.pattern--panels .panel-content table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.pattern--panels .panel-content table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.pattern--panels .panel-content table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.pattern--panels .panel-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.pattern--panels .panel-content table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
.pattern--panels .panel-content table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e9e9e9;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d1eac8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c6e4f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf3cd;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcdcd;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
@font-face {
  font-family: Post-Creator-Icons;
  src: url(/content/themes/adamaudio-website/assets/fonts/Post-Creator-Icons.eot);
  src: url(/content/themes/adamaudio-website/assets/fonts/Post-Creator-Icons.eot?#iefix) format('embedded-opentype'), url(/content/themes/adamaudio-website/assets/fonts/Post-Creator-Icons.woff) format('woff'), url(/content/themes/adamaudio-website/assets/fonts/Post-Creator-Icons.ttf) format('truetype'), url(/content/themes/adamaudio-website/assets/fonts/Post-Creator-Icons.svg#Post-Creator-Icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: '';
  font-family: 'Post-Creator-Icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.icon.icon-facebook:before {
  content: "\E001";
}
.icon.icon-linkedin:before {
  content: "\E002";
}
.icon.icon-pinterest:before {
  content: "\E003";
}
.icon.icon-twitter:before {
  content: "\E004";
}
.icon.icon-arr-right:before {
  content: "\E005";
}
.icon.icon-arr-left:before {
  content: "\E006";
}
.icon.icon-search:before {
  content: "\E007";
}
.icon.icon-close:before {
  content: "\E008";
}
.icon.icon-arrow-down:before {
  content: "\E009";
}
.icon.icon-file-download:before {
  content: "\E010";
}
.icon.icon-delete:before {
  content: "\E011";
}
.icon.icon-arrow-right-up:before {
  content: "\EA01";
}
.icon.icon-arrow-right:before {
  content: "\EA02";
}
.icon.icon-hero-story-teaser-icon-arrow-slider:before {
  content: "\EA03";
}
.icon.icon-icon-camera:before {
  content: "\EA04";
}
.icon.icon-icon-link:before {
  content: "\EA05";
}
.icon.icon-icon-magazine:before {
  content: "\EA06";
}
.icon.icon-icon-pin-authorized:before {
  content: "\EA07";
}
.icon.icon-icon-pin-distributor:before {
  content: "\EA08";
}
.icon.icon-icon-pin-home-audio:before {
  content: "\EA09";
}
.icon.icon-icon-pin-pro-audio:before {
  content: "\EA0A";
}
.icon.icon-icon-presskit:before {
  content: "\EA0B";
}
.icon.icon-image-slider-icon-arrow-left:before {
  content: "\EA0C";
}
.icon.icon-image-slider-icon-arrow-right:before {
  content: "\EA0D";
}
.icon.icon-search-icon:before {
  content: "\EA0E";
}
.component.award {
  color: #c89e0e;
  margin-bottom: 20px;
}
.component.award .award-title {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.component.award .award-subtitle {
  color: #9a9a9a;
  font-size: 12px;
  margin-top: -0.35em;
}
.component.award .award-icon img {
  height: 30px;
}
.panels .column-title {
  margin: 20px 0;
}
.pattern--panels a {
  color: #1d1d1d;
  display: block;
}
.pattern--panels a:hover {
  color: #1d1d1d;
  text-decoration: none;
}
.pattern--panels > li,
.pattern--panels > a > li {
  background-color: #fff;
  border: 1px solid #ededef;
  cursor: pointer;
  margin: 30px 0;
  padding: 15px 0;
  position: relative;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 16px;
  color: #1d1d1d;
}
.pattern--panels > li:hover,
.pattern--panels > a > li:hover,
.pattern--panels > li.opened,
.pattern--panels > a > li.opened {
  border-color: #1d1d1d;
}
.pattern--panels .panel-title {
  position: relative;
  padding: 0 80px 0 25px;
}
.pattern--panels .panel-content {
  display: none;
  padding: 0 25px;
}
.pattern--panels .panel-content table {
  table-layout: fixed;
}
.pattern--panels .panel-content table,
.pattern--panels .panel-content table > tbody > tr > td {
  border: 1px solid #9a9a9a;
}
.pattern--panels .panel-content a {
  display: inline;
}
.pattern--panels .panel-content ol,
.pattern--panels .panel-content ul {
  padding-left: 30px;
}
.pattern--panels .panel-content li {
  padding: 10px 0;
}
.pattern--panels .panel-content ul {
  list-style: none;
}
.pattern--panels .panel-content ul li {
  padding: 0;
  position: relative;
}
.pattern--panels .panel-content ul li:before {
  content: '';
  background-image: url(/content/themes/adamaudio-website/assets/icons/arrow-right.svg);
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 13px 11px;
  left: -20px;
  height: 100%;
  position: absolute;
  top: 10px;
  width: 13px;
}
.pattern--panels .arrow {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  height: 18px;
  width: 25px;
  right: 30px;
}
.pattern--panels .arrow polygon {
  fill: #5c5c5c;
}
.pattern--panels .accordion .arrow svg {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  transition: transform 0.1s linear;
}
.pattern--panels .accordion.opened .arrow svg {
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
}
.pattern--panels .external-link {
  padding-left: 25px;
  padding-right: 55px;
}
.pattern--panels svg {
  height: auto;
  max-height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pattern--panels > li,
  .pattern--panels > a > li {
    padding: 13px 0 14px;
    font-size: 14px;
  }
  .pattern--panels .panel-title {
    padding-right: 60px;
  }
}
.component.post-teaser {
  background-color: #fff;
  border-left: 15px solid;
  border-right: 15px solid;
  display: table-cell;
  position: relative;
  width: 33.33333%;
}
.component.post-teaser .wrapper {
  padding: 30px;
}
.component.post-teaser .wrapper:hover img {
  filter: none;
}
.component.post-teaser .featured-image img {
  filter: grayscale(100%);
}
.component.post-teaser .content {
  padding-top: 20px;
  margin-bottom: 20px;
}
.component.post-teaser .post-category {
  margin-bottom: 10px;
}
.component.post-teaser .post-title {
  line-height: 1.2;
}
.component.post-teaser .post-title-link:focus,
.component.post-teaser .post-title-link:hover {
  text-decoration: none;
}
.component.post-teaser .post-excerpt {
  margin-bottom: 30px;
}
.component.post-teaser .bottom {
  margin-top: 20px;
  position: relative;
}
.component.post-teaser .bottom .btn-primary {
  left: 0;
  position: absolute;
  top: 0;
}
.component.post-teaser .tags {
  padding-top: 50px;
}
.component.post-teaser .tags ul {
  margin: 0 -4px;
}
.component.post-teaser .tags .tag {
  margin: 4px;
}
.component.post-teaser.stick-btn {
  padding-bottom: 40px;
}
.component.post-teaser.stick-btn .bottom {
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
}
.component.post-teaser.stick-btn .bottom .tags {
  padding-top: 40px;
}
.component.posts-teasers.posts-count-3 .component.post-teaser {
  width: 33.33333%;
}
.component.posts-teasers.posts-count-2 {
  width: 66.66666%;
}
.component.posts-teasers.posts-count-2 .component.post-teaser {
  width: 50%;
}
.component.posts-teasers.posts-count-1 {
  width: 33.33333%;
}
.component.posts-teasers.posts-count-1 .component.post-teaser {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .component.post-teaser .wrapper {
    padding: 15px;
  }
  .component.post-teaser.stick-btn .bottom {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .component.post-teaser .content {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .component.post-teaser .bottom {
    margin-top: 10px;
  }
  .component.post-teaser .post-category {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .component.posts-teasers.posts-count-1 {
    width: 100%;
  }
  .component.posts-teasers.posts-count-3,
  .component.posts-teasers.posts-count-2,
  .component.posts-teasers.posts-count-1 {
    width: 100%;
  }
  .component.posts-teasers.posts-count-3 .component.post-teaser,
  .component.posts-teasers.posts-count-2 .component.post-teaser,
  .component.posts-teasers.posts-count-1 .component.post-teaser {
    float: left;
    margin: 10px 0;
    width: 100%;
  }
  .component.posts-teasers.posts-count-3 .component.post-teaser:first-child,
  .component.posts-teasers.posts-count-2 .component.post-teaser:first-child,
  .component.posts-teasers.posts-count-1 .component.post-teaser:first-child {
    margin-top: 0;
  }
  .component.posts-teasers.posts-count-3 .component.post-teaser:last-child,
  .component.posts-teasers.posts-count-2 .component.post-teaser:last-child,
  .component.posts-teasers.posts-count-1 .component.post-teaser:last-child {
    margin-bottom: 0;
  }
  .component.posts-teasers.posts-count-3 .component.post-teaser .post-title,
  .component.posts-teasers.posts-count-2 .component.post-teaser .post-title,
  .component.posts-teasers.posts-count-1 .component.post-teaser .post-title {
    font-size: 18px;
  }
}
.component.posts-teasers {
  margin: 30px 0;
  text-align: left;
}
.component.posts-teasers .table {
  display: table;
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
}
.component.posts-teasers .table-row {
  display: table-row;
}
.component.posts-teasers .featured-image img {
  transition: filter 0.5s;
  width: 100%;
}
.component.posts-teasers .featured-image:hover img {
  filter: none;
}
@media screen and (max-width: 767px) {
  .component.posts-teasers {
    margin: 0;
  }
  .component.posts-teasers + .component.posts-teasers {
    margin-top: 20px;
  }
}
.component.videoplayer {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
.component.videoplayer video {
  height: 100% !important;
  width: 100% !important;
}
.component.videoplayer .mejs-container-fullscreen video {
  height: 100% !important;
}
.component.videoplayer .mejs-video {
  height: 0 !important;
  padding-bottom: 56.25%;
  width: 100% !important;
}
.component.videoplayer .mejs-video.mejs-container-fullscreen {
  height: 100% !important;
  padding: 0;
  width: 100% !important;
}
.component.videoplayer .mejs-controls {
  background: #1e1e1e;
}
.component.videoplayer .mejs-controls .mejs-button button {
  background-image: url(/content/themes/adamaudio-website/assets/images/mediaelement/controls.svg);
  outline: 0;
}
.component.videoplayer .mejs-controls .mejs-time-rail {
  margin: 4px 5px;
  outline: 0;
}
.component.videoplayer .mejs-controls .mejs-time-rail:hover .mejs-time-current:before {
  -ms-transform: scale(2);
      transform: scale(2);
}
.component.videoplayer .mejs-controls .mejs-time-rail span {
  outline: 0;
}
.component.videoplayer .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #333;
}
.component.videoplayer .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  position: relative;
}
.component.videoplayer .mejs-controls .mejs-time-rail .mejs-time-current:before {
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 8px;
  margin: auto;
  position: absolute;
  right: -4px;
  top: 0;
  transition: transform 0.4s;
  width: 8px;
}
.component.videoplayer .mejs-controls .mejs-time-buffering,
.component.videoplayer .mejs-controls .mejs-time-loaded,
.component.videoplayer .mejs-controls .mejs-time-current,
.component.videoplayer .mejs-controls .mejs-time-total {
  height: 3px;
}
.component.videoplayer .mejs-overlay.mejs-layer {
  height: 100% !important;
  width: 100% !important;
}
.component.videoplayer .mejs-overlay-button {
  background-image: url(/content/themes/adamaudio-website/assets/images/mediaelement/bigplay.svg);
}
* {
  -webkit-font-smoothing: antialiased;
}
pre {
  font-size: 10px;
}
body {
  color: #1d1d1d;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #1d1d1d;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 72px;
  padding-top: 17px;
  letter-spacing: 5px;
  line-height: 1.1;
}
h1 .headline-arrow,
.h1 .headline-arrow {
  margin: 0 10px;
  width: 50px;
}
h1 .headline-arrow > svg,
.h1 .headline-arrow > svg {
  max-height: 43px;
}
h1.focus,
.h1.focus {
  color: #fff;
  font-size: 144px;
  line-height: 1;
  letter-spacing: 8px;
  padding-top: 35px;
}
h2,
.h2 {
  font-size: 48px;
  letter-spacing: 4px;
  padding-top: 9px;
}
h2 .headline-arrow,
.h2 .headline-arrow {
  width: 35px;
}
h2 .headline-arrow > svg,
.h2 .headline-arrow > svg {
  max-height: 30px;
}
h3,
.h3,
h2.whr-group {
  font-size: 36px;
  letter-spacing: 3px;
  padding-top: 8px;
}
h4,
.h4,
h3.whr-title {
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 1.3;
  padding-top: 4px;
}
h5,
.h5 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-top: 3px;
}
.no-wrap {
  white-space: nowrap;
}
.headline-arrow {
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
  vertical-align: 2px;
  width: 25px;
}
.headline-arrow > svg {
  height: auto;
  max-height: 22px;
  width: 100%;
}
.headline-arrow.white {
  fill: #fff;
}
a,
.link {
  color: #9a9a9a;
  transition: all 0.3s ease;
}
a:hover,
.link:hover {
  color: #9a9a9a;
  text-decoration: underline;
}
a *,
.link * {
  transition: inherit;
}
p,
.paragraph {
  margin: 15px 0;
}
p.small,
.paragraph.small {
  font-size: 14px;
  line-height: 1.6;
}
p > a,
.paragraph > a {
  text-decoration: underline;
}
strong {
  color: #9a9a9a;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.6;
}
ul.arrows,
.wysiwyg ul,
.flexible-wysiwyg ul {
  list-style: none;
  padding-left: 20px;
}
ul.arrows li,
.wysiwyg ul li,
.flexible-wysiwyg ul li {
  position: relative;
}
ul.arrows li:before,
.wysiwyg ul li:before,
.flexible-wysiwyg ul li:before {
  background-image: url(/content/themes/adamaudio-website/assets/icons/arrow-right.svg);
  background-position: left 9px;
  background-repeat: no-repeat;
  background-size: 13px 11px;
  content: '';
  left: -20px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 13px;
}
blockquote {
  padding: 10;
}
blockquote p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  h1,
  .h1 {
    font-size: 50px;
    padding-top: 12px;
  }
  h1.focus,
  .h1.focus {
    font-size: 100px;
    padding-top: 25px;
  }
  h1 .headline-arrow,
  .h1 .headline-arrow {
    width: 38px;
  }
  h1 .headline-arrow > svg,
  .h1 .headline-arrow > svg {
    max-height: 33px;
  }
  h2,
  .h2 {
    font-size: 33px;
    padding-top: 6px;
  }
  h2 .headline-arrow,
  .h2 .headline-arrow {
    width: 25px;
  }
  h2 .headline-arrow > svg,
  .h2 .headline-arrow > svg {
    max-height: 22px;
  }
  h3,
  .h3,
  h2.whr-group {
    font-size: 25px;
    padding-top: 5px;
  }
  h3 .headline-arrow,
  .h3 .headline-arrow,
  h2.whr-group .headline-arrow {
    width: 17px;
  }
  h3 .headline-arrow > svg,
  .h3 .headline-arrow > svg,
  h2.whr-group .headline-arrow > svg {
    max-height: 15px;
  }
  h4,
  .h4,
  h3.whr-title {
    font-size: 19px;
    padding-top: 4px;
  }
  h5,
  .h5 {
    font-size: 12px;
    padding-top: 2px;
  }
  ul.arrows,
  .wysiwyg ul {
    padding-left: 16px;
  }
  ul.arrows li:before,
  .wysiwyg ul li:before {
    background-position: left 6px;
    background-size: 10px 11px;
    left: -16px;
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    padding-top: 8px;
  }
  h1.focus,
  .h1.focus {
    font-size: 70px;
    padding-top: 18px;
  }
  h1 .headline-arrow,
  .h1 .headline-arrow {
    width: 27px;
  }
  h1 .headline-arrow > svg,
  .h1 .headline-arrow > svg {
    max-height: 24px;
  }
  h2,
  .h2 {
    font-size: 30px;
    padding-top: 4px;
  }
  h2 .headline-arrow,
  .h2 .headline-arrow {
    width: 21px;
  }
  h2 .headline-arrow > svg,
  .h2 .headline-arrow > svg {
    max-height: 18px;
  }
  h3,
  .h3 {
    font-size: 24px;
    padding-top: 3px;
  }
  h3 .headline-arrow,
  .h3 .headline-arrow {
    width: 15px;
  }
  h3 .headline-arrow > svg,
  .h3 .headline-arrow > svg {
    max-height: 13px;
  }
  h4,
  .h4 {
    font-size: 14px;
    padding-top: 3px;
  }
  strong {
    font-size: 18px;
    line-height: 1.4;
  }
}
html.toggled-mobile-navigation {
  overflow: hidden;
}
html.fancybox-lock {
  overflow: visible !important;
}
html,
body {
  background: #f8f8f8;
}
.modules {
  position: relative;
  z-index: 2;
}
.mejs-fullscreen .modules {
  position: static;
}
.components {
  display: none;
}
.main-template .modules {
  margin: 20px 0;
}
html,
body,
.page-wrapper {
  height: 100%;
}
.page-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.main-header,
.main-content,
div.main-footer {
  display: table-row;
  height: 1px;
}
.main-content {
  height: 100%;
}
hr {
  border-top: 1px dashed #7c7c7c;
}
.fancybox-overlay .fancybox-inner {
  z-index: 1;
}
.fancybox-overlay .fancybox-skin {
  padding: 40px !important;
  background: transparent !important;
}
.fancybox-overlay .fancybox-close {
  right: -12px;
  top: 0;
}
.fancybox-overlay .fancybox-prev span {
  left: -50px;
}
.fancybox-overlay .fancybox-next span {
  right: -50px;
}
.fancybox-overlay .fancybox-title {
  bottom: 0;
  margin-bottom: 0;
  right: 0;
  width: 100%;
}
form {
  width: 100%;
}
label,
input,
textarea,
select,
.formElement-fileValue,
.select2-container--default .select2-selection--single {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
label[disabled],
input[disabled],
textarea[disabled],
select[disabled],
.formElement-fileValue[disabled],
.select2-container--default .select2-selection--single[disabled] {
  background-color: #ece7e7;
  color: #737373;
}
select::-ms-expand {
  display: none;
}
input,
textarea,
select,
.formElement-fileValue,
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ededef;
  border-radius: 0;
  outline: 0;
}
.select2-container--default .select2-results__option {
  color: #9a9a9a;
  font-size: 12px;
  padding: inherit 9px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #e9bf88;
}
.select2-container--default .select2-selection--single {
  color: #9a9a9a;
  display: block;
  height: auto;
  margin: 0;
  padding: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #9a9a9a;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-color: #ededef;
}
input[type='submit'] {
  width: auto;
}
select,
.select2-container--default .select2-selection--single {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(/content/themes/adamaudio-website/assets/icons/select-arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  border-radius: 0;
  line-height: 1;
}
.checkbox {
  margin-bottom: 10px;
  margin-top: 0;
}
input[type='checkbox'] {
  border: 0;
  cursor: pointer;
  height: 14px;
  left: 20px;
  outline: 0;
  padding: 0;
  top: -3px;
  width: 14px;
}
.label {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
  padding: 0;
  white-space: normal;
}
.form-button {
  min-width: 160px;
}
.formElement {
  position: relative;
}
.formElement label {
  margin-bottom: 0;
  padding: 0;
}
.formElement select {
  line-height: inherit;
}
.formElement input[type='file'] {
  opacity: 0;
}
.formElement-fileValue {
  color: #9a9a9a;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.formElement-fileValue--hasContent {
  color: inherit;
}
.formElement .formElement-fileUploadButton {
  height: 50px;
  min-width: 166px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .formElement .formElement-fileUploadButton {
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .formElement .formElement-fileUploadButton {
    height: auto;
    margin-bottom: 10px;
    position: static;
  }
}
.formElement--checkbox input[type='checkbox'] {
  display: none;
}
.formElement--checkbox input[type='checkbox']:checked + label:before {
  border: 2px solid #1d1d1d;
}
.formElement--checkbox input[type='checkbox']:checked + label:after {
  border-bottom: 2px solid #1d1d1d;
  border-left: 2px solid #1d1d1d;
  content: '';
  display: block;
  height: 7px;
  left: 3px;
  position: absolute;
  top: 5px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  width: 10px;
}
.formElement--checkbox label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 25px;
  padding-right: 35px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .formElement--checkbox label {
    padding-right: 0;
  }
}
.formElement--checkbox label:before {
  background: #fff;
  border: 1px solid #ededef;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
.formElement--checkbox label p {
  margin: 0;
}
.formElement--hasError {
  color: #f00;
}
.formElement--hasError select,
.formElement--hasError input {
  border-color: rgba(255,0,0,0.65);
}
.formElement .error {
  font-size: 0.9em;
  margin-bottom: 10px;
  margin-top: 0;
}
.label-text {
  opacity: 0.45;
}
.formMessage {
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.03);
  margin-bottom: 30px;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .formMessage {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .formMessage {
    margin-top: 5px;
  }
}
.formMessage-hidden {
  display: none;
}
.formMessage--error {
  background: rgba(255,0,0,0.3);
}
.formMessage--success {
  background-color: #91f2b2;
}
.formHeading {
  color: #787878;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 0;
}
.gform_wrapper .gform_body .gfield_label {
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.gform_wrapper .gform_body input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  padding-left: 8px;
  padding-right: 8px;
}
.gform_wrapper .gform_body select {
  height: 40px;
  padding-left: 8px;
  padding-right: 30px;
}
.gform_wrapper .gform_body .gfield_checkbox li,
.gform_wrapper .gform_body .gfield_radio li {
  position: relative;
}
.gform_wrapper .gform_body .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gform_body .gfield_radio li input[type=checkbox],
.gform_wrapper .gform_body .gfield_checkbox li input[type=radio],
.gform_wrapper .gform_body .gfield_radio li input[type=radio] {
  display: none;
}
.gform_wrapper .gform_body .gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper .gform_body .gfield_radio li input[type=checkbox]:checked + label,
.gform_wrapper .gform_body .gfield_checkbox li input[type=radio]:checked + label,
.gform_wrapper .gform_body .gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}
.gform_wrapper .gform_body .gfield_checkbox li label,
.gform_wrapper .gform_body .gfield_radio li label {
  padding-left: 20px;
  vertical-align: top;
}
.gform_wrapper .gform_body .gfield_checkbox li label:before,
.gform_wrapper .gform_body .gfield_radio li label:before {
  background: #fff;
  border: 1px solid #ededef;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 14px;
}
.gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"]:checked + label:before {
  border: 2px solid #1d1d1d;
}
.gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"]:checked + label:after {
  border-bottom: 2px solid #1d1d1d;
  border-left: 2px solid #1d1d1d;
  content: '';
  display: block;
  height: 5px;
  left: 3px;
  position: absolute;
  top: 7px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  width: 8px;
}
.gform_wrapper .gform_body .gfield_radio li label:before {
  border-radius: 50%;
  top: 5px;
}
.gform_wrapper .gform_body .gfield_radio li input[type="radio"]:checked + label:before {
  border: 5px solid #1d1d1d;
}
.gform_button {
  background-color: #fff;
  border: 2px solid #1d1d1d;
  border-radius: 0;
  color: #1d1d1d;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 14px;
  min-width: 90px;
  padding: 14px 20px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}
.gform_button:hover {
  background: #1d1d1d;
  color: #fff;
}
.gform_wrapper.gravity-theme .gfield input.gfield-choice-input {
  width: 13px;
  margin: auto;
}
.gchoice_other_control {
  min-width: 100px;
  width: 50%;
  max-width: 100%;
}
.btn,
button {
  outline: none;
}
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-quartiary {
  background-color: transparent;
  border: 2px solid #1d1d1d;
  border-radius: 0;
  color: #1d1d1d;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 14px;
  min-width: 90px;
  padding: 13px 12px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover,
.btn-quartiary:hover,
.btn-primary:focus,
.btn-secondary:focus,
.btn-tertiary:focus,
.btn-quartiary:focus,
.btn-primary:active:focus,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn-quartiary:active:focus,
.btn-primary:hover:focus,
.btn-secondary:hover:focus,
.btn-tertiary:hover:focus,
.btn-quartiary:hover:focus {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
  text-decoration: none;
}
.btn-primary:not(.btn-naked),
.btn-secondary:not(.btn-naked),
.btn-tertiary:not(.btn-naked),
.btn-quartiary:not(.btn-naked) {
  transition: none;
}
.btn-secondary {
  background-color: #c89e0e;
  border-color: #c89e0e;
  color: #fff;
}
.btn-tertiary {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #1d1d1d;
}
.btn-quartiary {
  background: #9a9a9a;
  border-color: #9a9a9a;
  color: #fff;
}
.btn-quartiary.btn-disabled:hover,
.btn-quartiary.btn-disabled:active,
.btn-quartiary.btn-disabled:focus,
.btn-quartiary.btn-disabled:hover:active {
  background: #9a9a9a;
  border-color: #9a9a9a;
}
.btn-disabled {
  opacity: 0.33;
}
.btn-primary.btn-naked {
  border: 0;
  border-bottom: 2px solid #1d1d1d;
  min-width: 0;
  padding: 0;
}
.btn-primary.btn-naked:hover,
.btn-primary.btn-naked:focus,
.btn-primary.btn-naked:active:focus,
.btn-primary.btn-naked:hover:focus {
  background-color: transparent;
  border-color: #9a9a9a;
  color: #9a9a9a;
}
.btn-delete {
  background-color: #ba4f4f;
  border: 0;
  color: #fff;
  display: block;
  height: 48px;
  margin-top: 28px;
  min-width: 0;
  padding: 12px 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .btn-delete {
    height: 46px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-delete {
    margin: 0;
    max-width: 100px;
  }
}
.btn-delete:hover {
  background-color: #1d1d1d;
}
.btn-delete:before {
  color: #fff;
  content: '\E011';
  font-family: 'Post-Creator-Icons';
}
.list-unstyled {
  margin: 0;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.absolute-full,
.modules.page-header .image-container:after,
.modules.search-results .header.wrapper .image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hover.hover--zoom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.hover.hover--zoom .hover-clip {
  overflow: hidden;
}
.hover.hover--zoom .hover-element {
  transform: scale(1) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition: transform 3s;
}
.hover.hover--zoom:hover .hover-element {
  transform: scale(1.1) translate3d(0, 0, 0);
}
.pattern--decoration-vertical {
  position: absolute;
}
.pattern--decoration-vertical:before {
  background-image: url(/content/themes/adamaudio-website/assets/images/decoration.svg);
  background-repeat: repeat;
  background-size: 60px 328px;
  content: '';
  height: 80%;
  left: 0;
  max-height: 328px;
  position: absolute;
  width: 60px;
  z-index: 2;
}
.pattern--decoration-vertical.right:before {
  left: auto;
  right: 0;
}
.pattern--image-border {
  position: relative;
}
.pattern--image-border:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #c89e0e;
  bottom: 0;
  content: '';
  height: 8px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 2;
}
.pattern--tags-list {
  margin: 0 -8px;
}
.pattern--tags-list li {
  display: inline-block;
  line-height: 1;
  margin: 8px;
}
.pattern--tags-list a {
  background-color: #ededef;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 6px;
}
.pattern--tags-list a:hover,
.pattern--tags-list a.active {
  text-decoration: none;
}
.revealArrow {
  cursor: pointer;
  display: none;
  height: 150px;
  margin: 250px -1px 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.revealArrow.show svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.revealArrow svg {
  height: 28px;
  margin-top: 50px;
  transition: all 0.3s ease;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  width: 28px;
}
.absolute-full {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules.block-account-add-products .form-container {
  margin: 100px auto;
  max-width: 750px;
}
.modules.block-account-add-products .products-wrapper.no-added-products .product:only-child .toggle-delete {
  display: none;
}
.modules.block-account-add-products .product {
  margin-bottom: 15px;
  margin-top: 15px;
  transition: opacity 0.15s ease;
}
@media screen and (max-width: 767px) {
  .modules.block-account-add-products .product {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.modules.block-account-add-products .product-willBeDeleted {
  opacity: 0.45;
}
.modules.block-account-add-products .product-willBeDeleted:hover {
  opacity: 0.75;
}
.modules.block-account-add-products .product-willBeDeleted .toggle-delete {
  background-color: #1d1d1d;
}
.modules.block-account-add-products .serial-number.has-error {
  border-color: rgba(255,0,0,0.8);
}
.modules.block-account-add-products .add-product-button {
  margin-top: 30px;
}
.modules.block-account-add-products button[type="submit"].disabled,
.modules.block-account-add-products .add-product-button.disabled,
.modules.block-account-add-products button[type="submit"].disabled:hover,
.modules.block-account-add-products .add-product-button.disabled:hover {
  background-color: #9a9a9a;
  border-color: #9a9a9a;
}
.modules.block-account-add-products .form-footer {
  border-top: 1px solid #d8d8d8;
  margin: 30px 0;
  padding-top: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modules.block-account-add-products .form-footer {
    text-align: center;
  }
}
.modules.block-account-menu {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .modules.block-account-menu {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modules.block-account-menu {
    margin-top: 40px;
  }
}
.modules.block-account-menu .menu {
  background: #000;
}
@media screen and (max-width: 767px) {
  .modules.block-account-menu .menu {
    margin: 0 auto 10px;
  }
}
.modules.block-account-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modules.block-account-menu .menu-item {
  float: left;
}
.modules.block-account-menu .menu-link {
  color: #fff;
  display: block;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  opacity: 0.5;
  padding: 20px 24px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modules.block-account-menu .menu-link {
    font-size: 16px;
    padding: 15px 15px 10px;
  }
}
.modules.block-account-menu .menu-link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modules.block-account-menu .menu-link:hover {
    background: rgba(255,255,255,0.13);
  }
}
.modules.block-account-menu .menu-item.menu-item--isActive .menu-link {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modules.block-account-menu .menu-item.menu-item--isActive .menu-link {
    background: rgba(255,255,255,0.13);
  }
}
.modules.block-account-products {
  margin-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .modules.block-account-products {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .modules.block-account-products {
    margin-bottom: 50px;
  }
}
.modules.block-account-products .productList {
  background: #fff;
  padding: 40px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .modules.block-account-products .productList {
    background: none;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.modules.block-account-products .productList-header {
  border-bottom: 1px solid #ededef;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.modules.block-account-products .productList-heading {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1;
}
.modules.block-account-products .productList-group {
  border-bottom: 1px solid #ededef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .modules.block-account-products .productList-group {
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    margin-bottom: 25px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modules.block-account-products .productList-group {
    padding: 15px;
  }
}
.modules.block-account-products .productList-group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modules.block-account-products .productList-footer {
  margin-top: 30px;
  text-align: center;
}
.modules.block-account-products .product {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .modules.block-account-products .product {
    border-bottom: 1px solid #ededef;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .modules.block-account-products .product {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.modules.block-account-products .product:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modules.block-account-products .product-name {
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .modules.block-account-products .product-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .modules.block-account-products .product-infos {
    margin-bottom: 1em;
  }
}
.modules.block-account-products .product-files {
  font-size: 14px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}
.modules.block-account-products .product-file {
  line-height: 1.5;
  margin: 0;
}
.modules.block-account-products .product-fileLink {
  color: #c89e0e;
}
.modules.block-account-products .product-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modules.block-account-products .productItem {
  margin-bottom: 8px;
}
.modules.block-account-products .productItem:last-child {
  margin-bottom: 0;
}
.modules.block-account-products .productItem-serialNumber {
  font-size: 14px;
  letter-spacing: 0.76px;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .modules.block-account-products .productItem-buttons {
    max-width: 320px;
  }
}
.modules.block-account-products .productItem-buttonWarranty,
.modules.block-account-products .productItem-buttonFile,
.modules.block-account-products .productItem-buttonApply,
.modules.block-account-products .productItem-buttonDisabled {
  display: block;
  height: 40px;
  min-width: 0;
  width: 100%;
}
.modules.block-account-products .productItem-buttonWarranty:hover,
.modules.block-account-products .productItem-buttonFile:hover {
  background-color: #c89e0e;
  border-color: #c89e0e;
  color: #fff;
}
.modules.block-account-products .productItem-buttonFile {
  padding: 12px 0;
  position: relative;
}
.modules.block-account-products .productItem-buttonFile .icon {
  -ms-transform: translateX(1px);
      transform: translateX(1px);
  display: inline-block;
}
.modules.block-account-products .productItem-buttonFile .icon:before {
  content: '\E010';
}
.modules.block-account-products .productItem-buttonFile:before,
.modules.block-account-products .productItem-buttonFile:after {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: opacity 0.1s ease-out;
}
.modules.block-account-products .productItem-buttonFile:before {
  border-color: transparent transparent #1d1d1d transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  content: '';
  height: 0;
  letter-spacing: normal;
  margin-top: -7px;
  width: 0;
  z-index: 10;
}
.modules.block-account-products .productItem-buttonFile:after {
  background-color: #1d1d1d;
  content: attr(aria-label);
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.35;
  margin-top: -2px;
  min-width: 100px;
  padding: 5px 10px;
  text-transform: none;
  z-index: 9;
}
.modules.block-account-products .productItem-buttonFile:hover:before,
.modules.block-account-products .productItem-buttonFile:hover:after {
  opacity: 1;
}
.modules.block-account-products .productItem-buttonWarrantyWrapper {
  float: left;
  padding-right: 5px;
  width: 80%;
}
.modules.block-account-products .productItem-buttonFileWrapper {
  float: left;
  width: 20%;
}
.modules.block-account-vouchers {
  margin-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .modules.block-account-vouchers {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .modules.block-account-vouchers {
    margin-bottom: 50px;
  }
}
.modules.block-account-vouchers .vouchers {
  background: #fff;
  padding: 40px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .modules.block-account-vouchers .vouchers {
    background: none;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.modules.block-account-vouchers .voucher-logo {
  max-width: 200px;
}
.modules.block-account-vouchers .voucher-item {
  border-bottom: 1px solid #000;
  padding: 20px 0 25px;
}
.modules.block-account-vouchers .voucher-description {
  margin: 0;
}
.modules.block-account-vouchers .voucher-code-wrapper {
  margin: 10px 0;
}
.modules.block-account-vouchers .voucher-code {
  text-transform: none;
  padding-top: 0;
}
.modules.block-account-vouchers .voucher-details {
  display: none;
}
.modules.block-account-vouchers .voucher-redeem-btn {
  cursor: pointer;
}
.modules.block-countdown .content {
  text-align: center;
  padding: 20px 0;
}
.modules.block-countdown .heading {
  margin: 15px 0;
}
.modules.block-countdown .heading:first-child {
  margin-top: 0;
}
.modules.block-countdown .heading:last-child {
  margin-bottom: 0;
}
.modules.block-countdown .countdown {
  display: inline-block;
  margin: 0;
  width: auto;
}
.modules.block-countdown .flip-clock-wrapper li:before {
  display: none;
}
.modules.carousel {
  padding-bottom: 0 !important;
}
.modules.carousel .teasers {
  padding-bottom: 15px;
  position: relative;
}
.modules.carousel .teasers-list {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  position: relative;
}
.modules.carousel .teasers-list.slick-initialized {
  display: block;
}
.modules.carousel .teasers-item {
  outline: 0;
  padding: 15px;
  width: 350px;
}
.modules.carousel .teasers-wrapper {
  position: relative;
}
.modules.carousel .teasers-wrapper::before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 66.66666%;
}
.modules.carousel .teasers-imgEl {
  max-width: 100%;
  object-fit: cover;
}
.modules.carousel .teasers iframe,
.modules.carousel .teasers-video,
.modules.carousel .teasers-imgEl,
.modules.carousel .teasers-posterImage {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules.carousel .teasers-posterImage {
  transition: visibility 0.3s ease;
  visibility: visible;
  width: 100%;
  z-index: 1;
}
.modules.carousel .teasers-posterImage-hasVideo {
  cursor: pointer;
}
.modules.carousel .teasers-posterImage-hasVideo::before {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  background-color: rgba(51,51,51,0.5);
  border: 5px solid #fff;
  border-radius: 50px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .modules.carousel .teasers-posterImage-hasVideo::before {
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
  }
}
.modules.carousel .teasers-posterImage-hasVideo::after {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fff;
  border-top: 20px solid transparent;
  height: 0;
  margin-left: -18px;
  margin-top: -20px;
  width: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .modules.carousel .teasers-posterImage-hasVideo::after {
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    margin-left: -9px;
    margin-top: -10px;
  }
}
.modules.carousel .teasers-posterImage-hasVideo:hover::before,
.modules.carousel .teasers-posterImage-hasVideo:hover::after {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.modules.carousel .teasers-posterImage-isHidden {
  visibility: hidden;
}
.modules.carousel .teasers-video-isVisible {
  visibility: visible;
}
.modules.carousel .teasers-video iframe {
  visibility: visible;
}
.modules.carousel .slick-arrow {
  background: none;
  border: 0;
  bottom: 0;
  color: #9a9a9a;
  font-size: 18px;
  height: 22px;
  outline: 0;
  padding: 0;
  position: absolute;
  transition: color 0.4s, opacity 0.8s;
  width: 25px;
}
.modules.carousel .slick-arrow:hover {
  color: #1d1d1d;
}
.modules.carousel .slick-arrow:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Post-Creator-Icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.modules.carousel .slick-disabled {
  opacity: 0.15;
  pointer-events: none;
}
.modules.carousel .slick-prev {
  left: 12px;
}
.modules.carousel .slick-prev:before {
  content: '\E006';
}
.modules.carousel .slick-next {
  right: 12px;
}
.modules.carousel .slick-next:before {
  content: '\E005';
}
.modules.carousel .slick-dots {
  margin: -5px 0 0;
  padding: 0;
  text-align: center;
}
.modules.carousel .slick-dots li {
  background-color: #ededef;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  list-style: none;
  margin: 0 5px;
  width: 10px;
}
.modules.carousel .slick-dots li.slick-active {
  background-color: #9a9a9a;
}
.modules.carousel .slick-dots li button {
  display: none;
}
.modules.catalog-header {
  background: #f8f8f8;
}
.modules.catalog-header.catalog-header--new .header-wrapper {
  background-color: #000;
}
.modules.catalog-header.catalog-header--new .header-wrapper.horizontal,
.modules.catalog-header.catalog-header--new .header-wrapper.vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules.catalog-header.catalog-header--new .header-wrapper.vertical .headline-link-wrapper {
  margin-top: 45px;
}
.modules.catalog-header.catalog-header--new .header-wrapper.vertical .headline-link-item {
  margin-bottom: 20px;
}
.modules.catalog-header.catalog-header--new .header-wrapper.vertical .headline-link-item:nth-child(1) {
  margin-right: 45px;
}
.modules.catalog-header.catalog-header--new .content {
  padding: 30px 0 35px 0;
}
.modules.catalog-header.catalog-header--new .content.content--series {
  padding-top: 0;
}
.modules.catalog-header.catalog-header--new .headline-title {
  margin-top: 20px;
  font-size: 96px;
}
.modules.catalog-header.catalog-header--new .headline-title.headline-title-series {
  font-size: 288px;
  margin: 0 115px 0 100px;
}
.modules.catalog-header.catalog-header--new .background-image img {
  height: 100%;
}
.modules.catalog-header.catalog-header--new .content-series {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules.catalog-header.catalog-header--new .headline-subtitle {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  color: #8e8e8e;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.modules.catalog-header.catalog-header--new .headline-subtitle-series,
.modules.catalog-header.catalog-header--new .headline-series-label {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 90px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.modules.catalog-header.catalog-header--new .headline-description {
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-weight: 300;
  color: #c4c4c4;
  letter-spacing: 1px;
}
.modules.catalog-header.catalog-header--new .headline-link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modules.catalog-header.catalog-header--new .headline-link-wrapper.headline-link-wrapper--series {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
}
.modules.catalog-header.catalog-header--new .headline-link-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.modules.catalog-header.catalog-header--new .headline-link-item:hover {
  text-decoration: none;
}
.modules.catalog-header.catalog-header--new .headline-link-item:hover .headline-link-item-text {
  border-color: transparent;
}
.modules.catalog-header.catalog-header--new .headline-link-item.headline-link-item--arrow {
  padding-left: 37px;
}
.modules.catalog-header.catalog-header--new .headline-link-item.headline-link-item--arrow:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  border-color: transparent transparent transparent #fff;
}
.modules.catalog-header.catalog-header--new .headline-link-item-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  transition: border-color 0.3s ease-in-out;
}
.modules.catalog-header.catalog-header--new .background-image.background-image--series {
  padding: 0;
}
.modules.catalog-header.catalog-header--new .background-image.background-image--series picture {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.modules.catalog-header.catalog-header--new .background-image.background-image--series picture img {
  object-fit: contain;
  width: 100%;
}
.modules.catalog-header .header-wrapper {
  background: #000;
  color: #fff;
  position: relative;
}
.modules.catalog-header .header-wrapper:before {
  top: 30px;
}
.modules.catalog-header .header-wrapper.horizontal {
  min-height: 820px;
}
.modules.catalog-header .header-wrapper.vertical {
  min-height: 620px;
}
.modules.catalog-header .wrapper:not(.wrapper--new) {
  display: table;
}
.modules.catalog-header .wrapper.wrapper--new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules.catalog-header .product-image-wrapper:not(.product-image-wrapper--new),
.modules.catalog-header .product-info-wrapper:not(.product-info-wrapper--new) {
  display: table-cell;
  vertical-align: middle;
}
.modules.catalog-header .product-image-wrapper:not(.product-image-wrapper--new) {
  padding: 0 25px;
  width: 60%;
}
.modules.catalog-header .product-image-wrapper:not(.product-image-wrapper--new) img {
  width: 100%;
}
.modules.catalog-header .product-info-wrapper:not(.product-info-wrapper--new) {
  padding-top: 100px;
  vertical-align: top;
  width: 40%;
}
.modules.catalog-header .product-image-wrapper.product-image-wrapper--new .product-image {
  margin-right: 80px;
}
.modules.catalog-header .product-info-wrapper.product-info-wrapper--new {
  max-width: 560px;
  width: 100%;
}
.modules.catalog-header .headline-title,
.modules.catalog-header .headline-subtitle {
  margin: 0;
  padding: 0;
}
.modules.catalog-header .content {
  padding: 30px 5% 30px 10%;
  position: relative;
  z-index: 2;
}
.modules.catalog-header .headline-subtitle {
  margin-top: -0.5em;
}
.modules.catalog-header .background-image {
  z-index: 1;
}
.modules.catalog-header .background-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.modules.catalog-header .header-wrapper.vertical .awards {
  margin-top: 60px;
}
.modules.catalog-header .shop-link {
  display: none;
}
@media screen and (max-width: 1199px) {
  .modules.catalog-header .header-wrapper.horizontal {
    min-height: 720px;
  }
  .modules.catalog-header .header-wrapper.vertical {
    min-height: 520px;
  }
  .modules.catalog-header .background-image {
    bottom: 0;
    top: auto;
  }
  .modules.catalog-header .background-image img {
    max-height: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .modules.catalog-header.catalog-header--new .content-series {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modules.catalog-header.catalog-header--new .headline-title .headline-title-series {
    margin: 0;
  }
  .modules.catalog-header.catalog-header--new .headline-subtitle-series {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .modules.catalog-header.catalog-header--new .shop-link {
    display: none;
  }
  .modules.catalog-header .header-wrapper:before {
    content: none;
  }
  .modules.catalog-header .header-wrapper.horizontal {
    min-height: 620px;
  }
  .modules.catalog-header .headline-title {
    font-size: 80px;
  }
  .modules.catalog-header .headline-subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .modules.catalog-header.catalog-header--new .content {
    position: static;
  }
  .modules.catalog-header.catalog-header--new .content-series {
    position: absolute;
    top: 30px;
  }
  .modules.catalog-header.catalog-header--new .headline-title.headline-title-series {
    font-size: 200px;
    margin-top: 0;
  }
  .modules.catalog-header.catalog-header--new .headline-subtitle {
    font-size: 22px;
  }
  .modules.catalog-header.catalog-header--new .shop-link {
    position: static;
    display: block;
    font-size: 24px;
    margin-top: 40px;
  }
  .modules.catalog-header.catalog-header--new .headline-title {
    font-size: 64px;
    letter-spacing: 5px;
  }
  .modules.catalog-header.catalog-header--new .headline-title.headline-title-series {
    font-size: 44px;
    margin: 0;
  }
  .modules.catalog-header.catalog-header--new .headline-subtitle {
    display: block;
  }
  .modules.catalog-header.catalog-header--new .headline-subtitle,
  .modules.catalog-header.catalog-header--new .headline-subtitle-series,
  .modules.catalog-header.catalog-header--new .headline-series-label,
  .modules.catalog-header.catalog-header--new .headline-description {
    font-size: 18px;
  }
  .modules.catalog-header.catalog-header--new .headline-subtitle-series,
  .modules.catalog-header.catalog-header--new .headline-series-label {
    text-align: left;
    color: #8e8e8e;
  }
  .modules.catalog-header.catalog-header--new .headline-series-label {
    font-size: 44px;
    margin: 0;
    color: #fff;
  }
  .modules.catalog-header.catalog-header--new .headline-link-wrapper.headline-link-wrapper--series {
    display: none;
  }
  .modules.catalog-header.catalog-header--new .headline-link-wrapper {
    display: none;
  }
  .modules.catalog-header.catalog-header--new .content-series {
    -ms-flex-pack: start;
        justify-content: start;
  }
  .modules.catalog-header.catalog-header--new .wrapper.wrapper--new {
    display: block;
  }
  .modules.catalog-header.catalog-header--new .product-image-wrapper.product-image-wrapper--new .product-image {
    margin-right: 0;
  }
  .modules.catalog-header.catalog-header--new .product-info-wrapper.product-info-wrapper--new {
    max-width: 100%;
  }
  .modules.catalog-header .row {
    position: relative;
  }
  .modules.catalog-header .header-wrapper.horizontal,
  .modules.catalog-header .header-wrapper.vertical {
    min-height: 0;
  }
  .modules.catalog-header .product-image-wrapper:not(.product-image-wrapper--new),
  .modules.catalog-header .product-info-wrapper:not(.product-info-wrapper--new),
  .modules.catalog-header .product-image-wrapper,
  .modules.catalog-header .product-info-wrapper {
    display: block;
    width: 100%;
  }
  .modules.catalog-header .product-image-wrapper.product-image-wrapper--new {
    margin-bottom: -85px;
  }
  .modules.catalog-header .product-info-wrapper:not(.product-info-wrapper--new) {
    padding: 0 25px;
  }
  .modules.catalog-header .product-info-wrapper {
    padding-top: 30px;
  }
  .modules.catalog-header .product-info {
    position: relative;
  }
  .modules.catalog-header .shop-link {
    display: block;
    position: absolute;
    right: 5px;
    top: 30px;
  }
  .modules.catalog-header .headline-title {
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: 0.5em;
  }
  .modules.catalog-header .headline-subtitle {
    display: block;
    font-size: 16px;
  }
  .modules.catalog-header .header-wrapper.vertical .awards,
  .modules.catalog-header .awards {
    margin-top: 30px;
  }
  .modules.catalog-header .background-image {
    padding: 0 0 30px;
    position: static;
  }
  .modules.catalog-header .background-image img {
    position: static;
  }
}
.modules.catalog-teaser .content-subtitle {
  display: block;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #a9a9a9;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.modules.catalog-teaser .content {
  margin-bottom: 35px;
  max-width: 800px;
}
.modules.catalog-teaser .content h2 {
  color: #000;
  line-height: 1.2;
  font-size: 64px;
  letter-spacing: 2px;
}
.modules.catalog-teaser .teaser {
  margin-bottom: 30px;
}
.modules.catalog-teaser .teaser.col-sm-4 .teaser-inner {
  height: 1px;
  padding-top: 100%;
  margin-bottom: 0;
}
.modules.catalog-teaser .teasers .teaser.col-sm-6:nth-last-child(-n+2),
.modules.catalog-teaser .teasers .teaser.col-sm-12:nth-last-child(1) {
  margin-bottom: 0;
}
.modules.catalog-teaser .awards {
  max-width: 240px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
.modules.catalog-teaser .awards .media-body {
  width: auto;
}
.modules.catalog-teaser .award-title {
  text-shadow: 1px 1px 1px #000;
}
.modules.catalog-teaser .award-subtitle {
  text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
}
.modules.catalog-teaser .teaser-inner {
  background: #000;
  display: block;
  height: 580px;
  position: relative;
}
.modules.catalog-teaser .teaser-inner,
.modules.catalog-teaser .teaser-inner h3 {
  color: #fff;
}
.modules.catalog-teaser .teaser-foreground {
  bottom: 40px;
  left: 0;
  max-width: 700px;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.modules.catalog-teaser .teaser-foreground .title {
  font-size: 64px;
  line-height: 1.2;
  padding-top: 0;
}
.modules.catalog-teaser .teaser-foreground .subtitle {
  display: block;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 18px;
}
.modules.catalog-teaser .teaser-foreground .link {
  display: inline-block;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #c89e0e;
  margin-top: 5px;
  text-decoration: underline;
}
.modules.catalog-teaser .teaser-foreground .link:hover {
  text-decoration: none;
}
.modules.catalog-teaser .teaser-background {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modules.catalog-teaser .teaser-background img {
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules.catalog-teaser .cta {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .modules.catalog-teaser .media-body {
    display: none;
  }
  .modules.catalog-teaser .teaser-foreground .title {
    font-size: 36px;
  }
  .modules.catalog-teaser .content-subtitle {
    margin-bottom: 10px;
  }
  .modules.catalog-teaser .content {
    margin-bottom: 25px;
  }
  .modules.catalog-teaser .content h2 {
    font-size: 36px;
  }
  .modules.catalog-teaser .award-icon {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .modules.catalog-teaser .teaser-inner {
    height: 370px;
  }
  .modules.catalog-teaser .awards {
    display: none;
  }
  .modules.catalog-teaser .teaser {
    margin-bottom: 20px;
  }
  .modules.catalog-teaser .teaser-foreground {
    bottom: 25px;
    padding: 0 25px;
  }
  .modules.catalog-teaser .cta {
    margin-top: 30px;
  }
  .modules.catalog-teaser .teasers .teaser.col-sm-6:nth-last-child(-n+2),
  .modules.catalog-teaser .teasers .teaser.col-sm-12:nth-last-child(1) {
    margin-bottom: 20px;
  }
  .modules.catalog-teaser .teasers .teaser:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
}
.modules.dealer-list .box .content {
  min-height: 315px;
  background-color: #282828;
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
  padding: 15px 15px 40px;
  position: relative;
  width: 100%;
  word-wrap: break-word;
}
.modules.dealer-list .box .content a {
  border-color: #fff;
  color: #fff;
  margin-right: 15px;
}
.modules.dealer-list .box .content .links {
  bottom: 18px;
  left: 15px;
  margin: 0;
  position: absolute;
}
.modules.dealer-list .box .content .address {
  margin: 15px 0;
}
.modules.dealer-list .box .content .address .postcode {
  display: inline-block;
  margin-right: 5px;
}
.modules.dealer-list .box .content h5 {
  color: #fff;
  padding-right: 20px;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .content {
    padding: 15px 15px 60px;
  }
}
.modules.dealer-map .map {
  height: 1px;
  padding-bottom: 47.9%;
  width: 100%;
}
.modules.dealer-map .input {
  margin-top: 60px;
  margin-bottom: 60px;
}
.modules.dealer-map .legend {
  margin: 30px auto 45px;
  text-align: center;
}
.modules.dealer-map .legend > span {
  padding: 0 10px;
}
.modules.dealer-map .legend .authorized svg path {
  fill: #c89e0e;
}
.modules.dealer-map .legend .dealer svg path {
  fill: #5c5c5c;
}
.modules.dealer-map .legend .distributor svg path {
  fill: #282828;
}
.modules.dealer-map svg {
  margin: 0 8px -7px 12px;
}
.modules.dealer-map .filters {
  text-align: center;
}
.modules.dealer-map .filters li {
  color: #9a9a9a;
  cursor: pointer;
  padding: 0 30px;
}
.modules.dealer-map .filters .activ {
  color: #1d1d1d;
}
.modules.dealer-map .authorized svg path {
  fill: #c89e0e;
}
.modules.dealer-map input {
  background-image: url(/content/themes/adamaudio-website/assets/icons/search-icon.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 18px;
  height: 54px;
  padding-left: 50px;
}
.modules.dealer-map .dealer.content {
  background-color: #5c5c5c;
}
.modules.dealer-map .dealer.content .small {
  color: #9a9a9a;
}
.modules.dealer-map .authorized.content {
  background-color: #c89e0e;
}
.modules.dealer-map .authorized.content .small {
  color: #fff;
}
.modules.dealer-map .distributor.content {
  background-color: #282828 !important;
}
.modules.dealer-map .distributor.content .small {
  color: #9a9a9a;
}
.modules.dealer-map .box .authorized-icon {
  display: none;
}
.modules.dealer-map .box.distributor .content {
  background-color: #282828;
}
.modules.dealer-map .box.authorized .authorized-icon {
  display: block;
  position: absolute;
  right: 25px;
  top: 28px;
  z-index: 1;
}
.modules.dealer-map .box.authorized .authorized-icon svg {
  margin: 0;
  height: 16px;
  width: 20px;
}
.modules.dealer-map .box.authorized .authorized-icon path {
  fill: #fff;
}
.modules.dealer-map .box.authorized .content a:hover {
  border-color: #282828;
  color: #282828;
}
.modules.dealer-map .box.pro-audio .content {
  background-color: #c89e0e;
}
.modules.dealer-map .box.home-audio .content {
  background-color: #5c5c5c;
}
.modules.dealer-map .content {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin: 15px 0;
  padding: 15px 15px 40px;
  position: relative;
  width: 100%;
  word-wrap: break-word;
}
.modules.dealer-map .content a {
  border-color: #fff;
  color: #fff;
  margin-right: 15px;
}
.modules.dealer-map .content a:hover {
  border-color: #9a9a9a;
  color: #9a9a9a;
}
.modules.dealer-map .content .links {
  bottom: 18px;
  left: 15px;
  margin: 0;
  position: absolute;
}
.modules.dealer-map .content .address {
  margin: 15px 0;
}
.modules.dealer-map .content h5 {
  color: #fff;
  padding-right: 20px;
  word-break: break-word;
}
.modules.dealer-map .closeButton {
  display: none;
}
@media screen and (max-width: 991px) {
  .modules.dealer-map .filters ul li {
    margin: 15px 0;
  }
  .modules.dealer-map .content {
    padding: 15px 15px 60px;
  }
}
@media screen and (max-width: 767px) {
  .modules.dealer-map .map {
    padding-bottom: 100%;
  }
  .modules.dealer-map .legend {
    text-align: left;
  }
  .modules.dealer-map .legend span {
    display: block;
    margin: 20px auto;
    padding: 0;
  }
  .modules.dealer-map .filters ul {
    margin-left: 0;
  }
  .modules.dealer-map .filters ul li {
    display: block;
    padding: 0;
  }
  .modules.dealer-map input {
    font-size: 14px;
  }
}
.modules.dealer-map .infoBox .content {
  color: #fff;
  cursor: auto;
  margin: 0;
  padding: 15px;
  position: relative;
}
.modules.dealer-map .infoBox .content::after {
  border-color: transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: '';
  height: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 0;
}
.modules.dealer-map .infoBox .content.authorized,
.modules.dealer-map .infoBox .content.pro-audio {
  background-color: #c89e0e;
  color: #fff;
}
.modules.dealer-map .infoBox .content.authorized::after,
.modules.dealer-map .infoBox .content.pro-audio::after {
  border-top-color: #c89e0e;
}
.modules.dealer-map .infoBox .content.distributor {
  background-color: #282828;
  color: #fff;
}
.modules.dealer-map .infoBox .content.distributor::after {
  border-top-color: #282828;
}
.modules.dealer-map .infoBox .content.home-audio {
  background-color: #5c5c5c;
}
.modules.dealer-map .infoBox .content.home-audio::after {
  border-top-color: #5c5c5c;
}
.modules.dealer-map .infoBox .content h5 {
  color: #fff;
}
.modules.dealer-map .infoBox .content .links {
  position: static;
}
.modules.dealer-map .infoBox .closeButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/close-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 0;
  display: block;
  height: 30px;
  margin: 0;
  opacity: 0.75;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 10px;
  transition: opacity 0.25s ease-out;
  width: 30px;
}
.modules.dealer-map .infoBox .closeButton:hover,
.modules.dealer-map .infoBox .closeButton:focus {
  opacity: 1;
}
.modules.dealer-search-block .content {
  margin: auto;
  margin-bottom: 120px;
  max-width: 570px;
}
.modules.dealer-search-block h2 {
  margin: 60px 0 30px;
}
.modules.dealer-search-block input {
  background-image: url(/content/themes/adamaudio-website/assets/icons/search-icon.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 18px;
  height: 54px;
  padding-left: 50px;
  margin: 30px 0;
}
.modules.dealer-search-block .btn-primary {
  margin-top: 30px;
}
.modules.dealer-search-block a:not(.btn-primary) {
  color: #1d1d1d;
  margin-top: 15px;
  display: inline-block;
}
.modules.dealer-search-block a:not(.btn-primary):hover {
  color: #9a9a9a;
  text-decoration: none;
}
.modules.dealer-search-block a:not(.btn-primary):hover svg path {
  fill: #9a9a9a;
}
.modules.dealer-search-block a:not(.btn-primary) svg {
  height: 14px;
  margin-left: 6px;
  width: 14px;
}
.modules.dealer-search-block a:not(.btn-primary) svg path {
  fill: #1d1d1d;
}
@media screen and (max-width: 991px) {
  .modules.dealer-search-block .content {
    margin-bottom: 60px;
    max-width: 500px;
  }
  .modules.dealer-search-block h2 {
    margin: 30px 0;
  }
  .modules.dealer-search-block input {
    height: 49px;
  }
}
@media screen and (max-width: 767px) {
  .modules.dealer-search-block .content {
    max-width: 290px;
  }
}
.modules.dealer-serial-check .btn {
  float: right;
  margin-bottom: 18px;
  margin-top: 18px;
}
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) .pattern--panels > li,
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) .pattern--panels > a > li {
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4;
}
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) .pattern--panels > li:hover,
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) .pattern--panels > a > li:hover,
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) .pattern--panels > li.opened,
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) .pattern--panels > a > li.opened {
  border-color: #1d1d1d;
}
.modules.faq-accordion .panels:nth-child(odd) {
  clear: both;
}
.modules.faq-accordion .title {
  letter-spacing: 2px;
  color: #000;
  font-size: 64px;
  line-height: 1.2;
}
.modules.faq-accordion .subtitle {
  display: block;
  color: #8e8e8e;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.modules.faq-accordion .content-text p {
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 1.875;
}
.modules.faq-accordion .accordions {
  margin-top: 20px;
}
.modules.faq-accordion .no-title {
  margin-top: 75px;
}
.modules.faq-accordion .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.modules.faq-accordion .video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .modules.faq-accordion .accordions {
    margin-top: 0;
  }
  .modules.faq-accordion .title {
    font-size: 36px;
  }
  .modules.faq-accordion .no-title {
    margin-top: 60px;
  }
  .modules.faq-accordion .subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modules.faq-accordion .content-text p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .modules.faq-accordion .panels:nth-child(odd) {
    clear: none;
  }
  .modules.faq-accordion .no-title {
    margin-top: 0;
  }
}
.modules.flexible-wysiwyg img {
  height: auto;
  width: 100%;
}
.modules.flexible-wysiwyg .gform_wrapper img {
  height: auto;
  width: auto;
}
.modules.flexible-wysiwyg .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.modules.flexible-wysiwyg iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules.flexible-wysiwyg a {
  color: #1d1d1d;
  text-decoration: underline;
}
.modules.footer-navigation {
  background-color: #1d1d1d;
  color: #fff;
  padding: 30px 0 55px;
}
.modules.footer-navigation .container {
  position: relative;
}
.modules.footer-navigation .footer-row {
  padding-top: 30px;
}
.modules.footer-navigation .level-0 {
  padding-top: 30px;
}
.modules.footer-navigation .level-0 a {
  font-weight: 200;
}
.modules.footer-navigation .series > .col-md-col-5 {
  width: 20%;
}
.modules.footer-navigation .category-title {
  color: inherit;
}
.modules.footer-navigation li {
  margin-bottom: 4px;
}
.modules.footer-navigation .series a {
  color: #fff;
  font-weight: 200;
}
.modules.footer-navigation .products a {
  color: #9a9a9a;
}
.modules.footer-navigation .serie-title {
  display: block;
  padding-bottom: 6px;
}
.modules.footer-navigation .product-title a {
  color: #9a9a9a;
}
.modules.footer-navigation .scrolltop {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/icon-up.svg);
  background-repeat: no-repeat;
  height: 34px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-indent: 100%;
  top: 30px;
  white-space: nowrap;
  width: 30px;
  z-index: 3;
}
.modules.footer-navigation .primary-navigation a {
  color: #fff;
}
.modules.footer-navigation .secondary-navigation {
  padding-top: 40px;
}
.modules.footer-navigation .secondary-navigation li {
  display: inline-block;
  font-size: 12px;
  padding-right: 30px;
}
.modules.footer-navigation .secondary-navigation a {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
}
.modules.footer-navigation a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.modules.footer-navigation a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .modules.footer-navigation a,
  .modules.footer-navigation .secondary-navigation a {
    font-size: 16px;
  }
  .modules.footer-navigation .footer-column {
    padding-top: 50px;
  }
  .modules.footer-navigation .primary-navigation > .row > .footer-column:first-child {
    padding-top: 0;
  }
  .modules.footer-navigation .level-0 {
    padding-top: 15px;
  }
  .modules.footer-navigation .category-title {
    text-align: center;
  }
  .modules.footer-navigation li {
    text-align: center;
  }
  .modules.footer-navigation .secondary-navigation li {
    display: block;
    padding-right: 0;
  }
  .modules.footer-navigation .secondary-navigation {
    padding-top: 60px;
  }
}
.modules.form-account-edit {
  margin-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .modules.form-account-edit {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .modules.form-account-edit {
    margin-bottom: 50px;
  }
}
.modules.form-account-edit .editForm {
  background: #fff;
  padding: 40px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .modules.form-account-edit .editForm {
    background: none;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.modules.form-account-edit .editForm-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .modules.form-account-edit .editForm-group {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    margin-bottom: 25px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modules.form-account-edit .editForm-group {
    padding: 15px;
  }
}
.modules.form-account-edit .editForm-group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .modules.form-account-edit .editForm-group:last-child {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modules.form-account-edit .editForm-group:last-child {
    padding-bottom: 15px;
  }
}
.modules.form-account-edit .editForm-deleteButton {
  border: 2px solid #ba4f4f;
  float: left;
  height: auto;
  margin-top: 0;
  max-width: none;
  padding: 13px 12px 9px;
  width: auto;
}
@media screen and (max-width: 400px) {
  .modules.form-account-edit .editForm-deleteButton {
    float: none;
    width: 100%;
  }
}
.modules.form-account-edit .editForm-deleteButton:hover,
.modules.form-account-edit .editForm-deleteButton:active,
.modules.form-account-edit .editForm-deleteButton:focus {
  border-color: #1d1d1d;
}
.modules.form-account-edit .editForm-deleteButton:before {
  margin-right: 12px;
  vertical-align: middle;
}
.modules.form-account-edit .editForm-submitButton {
  float: right;
}
@media screen and (max-width: 400px) {
  .modules.form-account-edit .editForm-submitButton {
    float: none;
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .modules.form-account-edit .h3 {
    margin-bottom: 15px;
  }
}
.modules.form-account-extend-warranty {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .modules.form-account-extend-warranty {
    margin: 30px 0;
  }
}
.modules.form-account-extend-warranty .form-container {
  margin: 0 auto;
  max-width: 750px;
}
.modules.form-account-extend-warranty .form-submitButton {
  float: right;
  height: 50px;
  margin-top: 30px;
  width: 166px;
}
@media screen and (max-width: 991px) {
  .modules.form-account-extend-warranty .form-submitButton {
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .modules.form-account-extend-warranty .form-submitButton {
    float: none;
    height: auto;
    margin-top: 0;
  }
}
.modules.form-account-extend-warranty .formElement--acceptance {
  float: left;
  margin-top: 42px;
  max-width: 584px;
}
@media screen and (max-width: 1199px) {
  .modules.form-account-extend-warranty .formElement--acceptance {
    max-width: 554px;
  }
}
@media screen and (max-width: 767px) {
  .modules.form-account-extend-warranty .formElement--acceptance {
    float: none;
    margin-bottom: 30px;
    max-width: none;
  }
}
.modules.form-password-forgot .form {
  margin: 70px auto;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .modules.form-password-forgot .form {
    margin: 30px auto;
  }
}
.modules.form-password-forgot .form-message {
  border: 1px solid #dedede;
  display: none;
  font-size: 12px;
  margin-bottom: 32px;
  padding: 8px;
}
.modules.form-password-forgot .form-message-isVisible {
  display: block;
}
.modules.form-password-forgot .form-submit {
  display: block;
  text-align: center;
  width: 100%;
}
.modules.form-password-forgot .form-links {
  margin-top: 32px;
  text-align: center;
}
.modules.form-password-forgot .form-links a {
  font-size: 12px;
}
.modules.form-password-reset .form {
  margin: 70px auto;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .modules.form-password-reset .form {
    margin: 30px auto;
  }
}
.modules.form-password-reset .form-message {
  border: 1px solid #dedede;
  display: none;
  font-size: 12px;
  margin-bottom: 32px;
  padding: 8px;
}
.modules.form-password-reset .form-message-isVisible {
  display: block;
}
.modules.form-password-reset .form-submit {
  display: block;
  text-align: center;
  width: 100%;
}
.modules.form-password-reset .form-label {
  padding: 0;
}
.modules.form-password-reset .form-passwordHint {
  font-size: 14px;
}
.modules.form-password-reset .form-links {
  margin-top: 32px;
  text-align: center;
}
.modules.form-password-reset .form-links a {
  font-size: 12px;
}
.modules.form-register .form-container {
  margin: 100px auto;
  max-width: 750px;
}
.modules.form-register .form-footer {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .modules.form-register .form-footer {
    margin-top: 30px;
  }
}
.modules.form-register .form-footer p {
  margin: 0;
}
.modules.form-register .form-submit {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modules.form-register .form-submit {
    margin-top: 30px;
    text-align: center;
  }
}
.modules.form-register .product {
  margin-bottom: 15px;
  margin-top: 15px;
  transition: opacity 0.15s ease;
}
@media screen and (max-width: 767px) {
  .modules.form-register .product {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.modules.form-register .add-product:only-child .add-product-delete {
  display: none;
}
.modules.form-register .add-product-button {
  margin-top: 30px;
}
.modules.form-register button[type="submit"].disabled,
.modules.form-register .add-product-button.disabled,
.modules.form-register button[type="submit"].disabled:hover,
.modules.form-register .add-product-button.disabled:hover {
  background-color: #9a9a9a;
  border-color: #9a9a9a;
}
.modules.form-register .add-products-wrapper ~ .error {
  background: rgba(255,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.03);
  margin-bottom: 30px;
  padding: 15px;
}
.modules.form-register .serial-number.has-error {
  border-color: rgba(255,0,0,0.8);
}
.modules.form-register .checkbox-wrapper label {
  cursor: pointer;
  display: inline;
  margin-bottom: 0;
  padding: 5px;
  width: auto;
}
.modules.form-register .g-recaptcha {
  padding: 0 15px 15px 15px;
}
.modules.form-sign-in .contentAbove {
  max-width: 640px;
}
@media screen and (max-width: 991px) {
  .modules.form-sign-in .contentAbove {
    max-width: 480px;
  }
}
.modules.form-sign-in .contentAbove p:first-child {
  margin-top: 0;
}
.modules.form-sign-in .message {
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.03);
  display: none;
  margin-bottom: 15px;
  padding: 15px;
}
.modules.form-sign-in .message-isVisible {
  display: block;
}
.modules.form-sign-in .signup {
  margin: 70px auto;
  max-width: 480px;
}
.modules.form-sign-in .signup-formContainer {
  margin-bottom: 12px;
}
.modules.form-sign-in .signup-buttonContainer {
  margin-bottom: 28px;
  text-align: right;
}
.modules.form-sign-in .signup-linkContainer {
  font-size: 14px;
  text-align: center;
}
.modules.form-sign-in .signup-link {
  display: block;
}
.modules.form-sign-in .signup-link:not(:last-child) {
  margin-bottom: 5px;
}
.modules.template > .modules.form-sign-in {
  padding: 100px 0;
}
.modules.template > .modules.form-sign-in:first-child {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .modules.template > .modules.form-sign-in {
    padding: 30px 0;
  }
  .modules.template > .modules.form-sign-in:first-child {
    padding-top: 30px;
  }
}
.modules.template-product > .modules.full-width-image {
  padding: 0;
}
.modules.full-width-image {
  padding: 0;
  min-height: 740px;
}
.modules.full-width-image .full-width-image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modules.full-width-image .full-width-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.modules.full-width-image .full-width-image-wrapper .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.modules.full-width-image .full-width-image-title {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 55px 65px;
  letter-spacing: 1px;
}
.modules.full-width-image .full-width-image-title.full-width-image-title--white {
  color: #fff;
  background-color: #000;
}
.modules.full-width-image .full-width-image-title.full-width-image-title--black {
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .modules.full-width-image {
    min-height: 400px;
  }
  .modules.full-width-image .full-width-image-wrapper .container {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .modules.full-width-image .full-width-image-wrapper .full-width-image-title {
    padding: 30px;
  }
}
.modules.full-width-teaser.full-width-teaser--left {
  background-color: #f6f6f6 !important;
}
.modules.full-width-teaser.full-width-teaser--right {
  background-color: #fff !important;
  padding: 0 0 100px !important;
}
.modules.full-width-teaser .full-width-teaser-wrapper {
  position: relative;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left {
  background-color: #f6f6f6;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__image {
  position: relative;
  max-width: 615px;
  width: 100%;
  height: 795px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content {
  position: relative;
  padding-left: 110px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-subtitle,
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-title {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-subtitle {
  color: #8e8e8e;
  font-size: 24px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-title,
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-description {
  color: #fff;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-title {
  margin-top: 20px;
  padding-top: 0;
  font-size: 72px;
  color: #000;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-description {
  font-size: 24px;
  font-weight: 300;
  max-width: 500px;
  letter-spacing: 1px;
  color: #4d4d4d;
  margin-top: 15px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content-link {
  display: inline-block;
  margin-top: 80px;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  color: #fff;
  background-color: #c89e0e;
  padding: 12px 35px 6px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right {
  background-color: #080808;
  min-height: 820px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 845px;
  height: calc(100% + 100px);
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__image::after {
  content: '';
  height: 8px;
  width: 375px;
  background-color: #c89e0e;
  position: absolute;
  right: 100%;
  bottom: 100px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__image .full-width-teaser__image-title {
  position: absolute;
  top: 110px;
  right: 80px;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content {
  position: relative;
  max-width: 610px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-subtitle,
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-title {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-subtitle {
  color: #8e8e8e;
  font-size: 24px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-title,
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-description {
  color: #fff;
  font-size: 18px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-title {
  margin-top: 10px;
  padding-top: 0;
  font-size: 64px;
  line-height: 1.1;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-description {
  font-weight: 300;
  max-width: 360px;
  letter-spacing: 1px;
}
.modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content-link {
  display: inline-block;
  margin-top: 60px;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  color: #191919;
  background-color: #fff;
  padding: 12px 42px 6px;
}
@media (max-width: 1200px) {
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .container {
    display: block;
    padding: 0 35px;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__image img {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content {
    padding: 40px 0;
    max-width: 100%;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content .full-width-teaser__content-title {
    font-size: 48px;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content .full-width-teaser__content-subtitle,
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content .full-width-teaser__content-description {
    font-size: 18px;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content .full-width-teaser__content-description {
    margin-top: 20px;
    max-width: 100%;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-left .full-width-teaser__content .full-width-teaser__content-link {
    background-color: #c89e0e;
    color: #fff;
    margin-top: 45px;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right {
    min-height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__image {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__image .full-width-teaser__image-title {
    font-size: 18px;
    top: 60px;
    right: 0;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content {
    padding: 55px 20px 40px;
    max-width: 100%;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content .full-width-teaser__content-title {
    font-size: 36px;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content .full-width-teaser__content-subtitle {
    font-size: 18px;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content .full-width-teaser__content-description {
    margin-top: 10px;
    max-width: 100%;
  }
  .modules.full-width-teaser .full-width-teaser-wrapper.full-width-teaser-wrapper--image-right .full-width-teaser__content .full-width-teaser__content-link {
    background-color: #c89e0e;
    color: #fff;
    margin-top: 50px;
  }
}
@media (max-width: 420px) {
  .full-width-teaser__content-link {
    width: 100%;
    text-align: center;
  }
}
.modules.hero-story-teaser {
  background-color: #fff;
}
.modules.hero-story-teaser .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 0 20px 120px;
  padding-right: 0;
  overflow: hidden;
}
.modules.hero-story-teaser .subtitle,
.modules.hero-story-teaser .title {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  letter-spacing: 1px;
}
.modules.hero-story-teaser .subtitle {
  display: block;
  font-size: 24px;
  color: #a9a9a9;
  margin-bottom: 21px;
}
.modules.hero-story-teaser .title {
  font-size: 64px;
  line-height: 1.2;
  padding-top: 0;
  color: #000;
}
.modules.hero-story-teaser .posts__wrapper {
  margin: 0 -11px;
}
.modules.hero-story-teaser .posts__wrapper.slick-slider {
  padding-bottom: 110px;
  margin-top: 45px;
}
.modules.hero-story-teaser .posts__wrapper .post__item,
.modules.hero-story-teaser .posts__wrapper .post__item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modules.hero-story-teaser .posts__wrapper .post__item {
  margin: 0 11px;
}
.modules.hero-story-teaser .posts__wrapper .post__item-image-wrapper {
  position: relative;
  height: 672px;
}
.modules.hero-story-teaser .posts__wrapper .post__item-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}
.modules.hero-story-teaser .posts__wrapper .post__item-title {
  padding-top: 0;
  margin-top: 50px;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
}
.modules.hero-story-teaser .posts__wrapper .post__item-desc {
  margin-top: 17px;
  font-size: 18px;
  line-height: 1.6;
  color: #5e5e5e;
}
.modules.hero-story-teaser .posts__wrapper .post__item-link {
  display: inline-block;
  margin-top: 38px;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background-color: #c89e0e;
  padding: 11px 35px 8px;
  max-width: 167px;
}
.modules.hero-story-teaser .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.modules.hero-story-teaser .slick-prev {
  left: 10px;
  -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
}
.modules.hero-story-teaser .slick-next {
  left: 120px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.modules.hero-story-teaser .slick-slide {
  outline: 0;
  height: auto;
}
.modules.hero-story-teaser .slick-arrow {
  background: none;
  background-image: url(/content/themes/adamaudio-website/assets/icons/hero-story-teaser-icon-arrow-slider.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  top: calc(100% - 15px);
  width: 36px;
  z-index: 10;
  text-indent: -999em;
}
.modules.hero-story-teaser .slick-arrow:focus {
  outline: 0;
}
.modules.hero-story-teaser ul {
  margin: 50px 0 5px;
  padding: 0;
  text-align: center;
}
.modules.hero-story-teaser ul li {
  background-color: #ededef;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  list-style: none;
  margin: 0 5px;
  width: 10px;
}
.modules.hero-story-teaser ul li.slick-active {
  background-color: #9a9a9a;
}
@media screen and (max-width: 991px) {
  .modules.hero-story-teaser .container {
    max-width: 970px;
    padding: 0 15px;
  }
  .modules.hero-story-teaser .subtitle {
    font-size: 16px;
  }
  .modules.hero-story-teaser .title {
    font-size: 30px;
  }
  .modules.hero-story-teaser .posts__wrapper .post__item-title {
    font-size: 30px;
    margin-top: 30px;
  }
  .modules.hero-story-teaser .posts__wrapper .post__item-desc {
    margin-top: 10px;
  }
  .modules.hero-story-teaser .posts__wrapper .post__item-image-wrapper {
    height: 390px;
  }
}
@media (max-width: 576px) {
  .modules.hero-story-teaser .posts__wrapper .post__item,
  .modules.hero-story-teaser .posts__wrapper .post__item-wrapper {
    display: block;
  }
}
.modules.image-gallery .image-container {
  background-color: #181818;
  display: table;
  height: 380px;
  margin-top: 25px;
  max-height: 380px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.modules.image-gallery.theme-white .image-container {
  background-color: #fff;
}
.modules.image-gallery .module-title {
  padding-bottom: 33px;
}
.modules.image-gallery .center-vertically {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.modules.image-gallery .zoom-icon {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/zoom.svg);
  background-position: center center;
  height: 19px;
  margin: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
.modules.image-gallery .image-link {
  display: table-cell;
  height: 100%;
  padding: 20px 75px;
  vertical-align: middle;
  width: 100%;
}
.modules.image-gallery .preview-image {
  max-width: 100% !important;
}
.fancybox-skin {
  background: #1d1d1d !important;
}
.fancybox-opened {
  height: auto !important;
  width: auto !important;
}
.fancybox-opened .fancybox-skin {
  box-shadow: none;
}
.fancybox-title-float-wrap .child {
  background: none;
  margin-right: 0;
  text-shadow: none;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-next {
  right: -40px;
}
.fancybox-next span {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/next.svg) !important;
  background-position: center center;
  background-size: 34px;
  height: 30px;
  width: 34px;
}
.fancybox-prev {
  left: -40px;
}
.fancybox-prev span {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/prev.svg) !important;
  background-position: center center;
  background-size: 34px;
  height: 30px;
  width: 34px;
}
.fancybox-overlay .fancybox-close {
  right: -50px;
}
.fancybox-close {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/close.svg) !important;
  background-size: 22px;
  height: 22px;
  right: 15px;
  top: 14px;
  width: 22px;
}
.fancybox-title.fancybox-title-inside-wrap {
  color: #fff;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 1445px) {
  .fancybox-overlay .fancybox-close {
    right: 0;
    top: 10px;
  }
  .fancybox-prev {
    left: 0;
  }
  .fancybox-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .fancybox-overlay .fancybox-close {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modules.image-gallery .image-container {
    height: 240px;
    min-height: 240px;
  }
  .modules.image-gallery .image-link {
    cursor: default;
    padding: 6px 14px;
  }
}
.modules.image-slider {
  background-color: #f6f6f6 !important;
}
.modules.image-slider .subtitle {
  display: block;
  color: #8e8e8e;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  text-align: center;
}
.modules.image-slider .title {
  text-align: center;
  margin-top: 30px;
  padding-top: 0;
  font-size: 64px;
  letter-spacing: 2px;
}
.modules.image-slider .slick-slider.image-slider {
  margin-top: 65px;
}
.modules.image-slider .slick-slider__content {
  max-width: 360px;
  margin: 30px auto 0;
  text-align: center;
}
.modules.image-slider .slick-slider__content .slide-title {
  font-size: 24px;
  letter-spacing: 2px;
}
.modules.image-slider .slick-slider__content .slide-description {
  margin-top: 5px;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.8;
}
.modules.image-slider .slick-prev {
  left: 0;
  -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
}
.modules.image-slider .slick-next {
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.modules.image-slider .slick-slide {
  outline: 0;
}
.modules.image-slider .slick-arrow {
  background: none;
  background-image: url(/content/themes/adamaudio-website/assets/icons/image-slider-icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 35%;
  width: 36px;
  z-index: 10;
}
.modules.image-slider .slick-arrow:focus {
  outline: 0;
}
.modules.image-slider ul {
  margin: 50px 0 5px;
  padding: 0;
  text-align: center;
}
.modules.image-slider ul li {
  background-color: #ededef;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  list-style: none;
  margin: 0 5px;
  width: 10px;
}
.modules.image-slider ul li.slick-active {
  background-color: #9a9a9a;
}
.modules.image-slider ul li button {
  display: none;
}
.fancybox-skin {
  background: #1d1d1d !important;
}
.fancybox-opened {
  height: auto !important;
  width: auto !important;
}
.fancybox-opened .fancybox-skin {
  box-shadow: none;
}
.fancybox-title-float-wrap .child {
  background: none;
  margin-right: 0;
  text-shadow: none;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-next {
  right: -40px;
}
.fancybox-next span {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/next.svg) !important;
  background-position: center center;
  background-size: 34px;
  height: 30px;
  width: 34px;
}
.fancybox-prev {
  left: -40px;
}
.fancybox-prev span {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/prev.svg) !important;
  background-position: center center;
  background-size: 34px;
  height: 30px;
  width: 34px;
}
.fancybox-overlay .fancybox-close {
  right: -50px;
}
.fancybox-close {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/close.svg) !important;
  background-size: 22px;
  height: 22px;
  right: 15px;
  top: 14px;
  width: 22px;
}
.fancybox-title.fancybox-title-inside-wrap {
  color: #fff;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 1445px) {
  .fancybox-overlay .fancybox-close {
    right: 0;
    top: 10px;
  }
  .fancybox-prev {
    left: 0;
  }
  .fancybox-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .modules.image-slider .fancybox-overlay .fancybox-close {
    top: 10px;
  }
  .modules.image-slider .slick-slider__content .slide-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .modules.image-slider .subtitle {
    font-size: 16px;
  }
  .modules.image-slider .title {
    font-size: 48px;
    margin-top: 10px;
  }
  .modules.image-slider .slick-slider.image-slider {
    margin-top: 30px;
  }
  .modules.image-slider .slick-slider img {
    padding: 0 40px;
  }
  .modules.image-slider .slick-arrow {
    background-size: 25px;
  }
}
.modules.image-textbox-block {
  padding: 0 !important;
  position: relative;
}
.modules.image-textbox-block .headline {
  margin: 0 0 30px;
  padding-top: 0;
}
.modules.image-textbox-block .content,
.modules.image-textbox-block .excerpt {
  float: left;
}
.modules.image-textbox-block.mirror-layout .content,
.modules.image-textbox-block.mirror-layout .excerpt {
  float: right;
}
.modules.image-textbox-block .content {
  width: 55%;
}
.modules.image-textbox-block .content *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.modules.image-textbox-block .excerpt {
  padding-right: 5%;
  width: 40%;
  margin-bottom: 1em;
}
.modules.image-textbox-block.mirror-layout .excerpt {
  padding-right: 0;
  padding-left: 5%;
  margin-right: 5%;
}
.modules.image-textbox-block .excerpt-inner > p {
  margin: 0;
}
.modules.image-textbox-block .foreground {
  height: 100%;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.modules.image-textbox-block .background {
  z-index: 1;
}
.modules.image-textbox-block .background img {
  object-fit: cover;
}
.modules.image-textbox-block.use-image-in-box .absolute-full {
  position: initial;
}
.modules.image-textbox-block.lighter .foreground {
  background: rgba(248,248,248,0.95);
}
.modules.image-textbox-block.light .foreground {
  background: rgba(248,248,248,0.9);
}
.modules.image-textbox-block.lighter .foreground a,
.modules.image-textbox-block.light .foreground a {
  color: #1d1d1d;
}
.modules.image-textbox-block.lighter .foreground a:hover,
.modules.image-textbox-block.light .foreground a:hover {
  color: #9a9a9a;
}
.modules.image-textbox-block.lighter.gradient .foreground {
  background: rgba(248,248,248,0.95);
  background: linear-gradient(to left, #f8f8f8 50%, rgba(248,248,248,0) 90%);
}
.modules.image-textbox-block.light.gradient .foreground {
  background: rgba(248,248,248,0.9);
  background: linear-gradient(to left, #f8f8f8 50%, rgba(248,248,248,0) 100%);
}
.modules.image-textbox-block.darker .foreground {
  background: rgba(29,29,29,0.95);
}
.modules.image-textbox-block.dark .foreground {
  background: rgba(29,29,29,0.9);
}
.modules.image-textbox-block.darker,
.modules.image-textbox-block.dark {
  background: #1d1d1d !important;
  color: #fff;
}
.modules.image-textbox-block.darker .foreground a,
.modules.image-textbox-block.dark .foreground a {
  border-bottom-color: #fff;
  color: #fff;
}
.modules.image-textbox-block.darker .foreground a:hover,
.modules.image-textbox-block.dark .foreground a:hover {
  border-bottom-color: #9a9a9a;
  color: #9a9a9a;
}
.modules.image-textbox-block.darker .h2,
.modules.image-textbox-block.dark .h2 {
  color: #fff;
}
.modules.image-textbox-block.darker.gradient .foreground {
  background: rgba(29,29,29,0.95);
  background: linear-gradient(to left, rgba(29,29,29,0.95) 0, rgba(248,248,248,0) 100%);
}
.modules.image-textbox-block.dark.gradient .foreground {
  background: rgba(29,29,29,0.9);
  background: linear-gradient(to left, rgba(29,29,29,0.95) 50%, rgba(248,248,248,0) 50%);
}
@media screen and (max-width: 991px) {
  .modules.image-textbox-block strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .modules.image-textbox-block .foreground {
    padding: 60px 0;
  }
  .modules.image-textbox-block .excerpt,
  .modules.image-textbox-block .content {
    float: none;
    width: 100%;
  }
  .modules.image-textbox-block.lighter.gradient .foreground {
    background: rgba(248,248,248,0.95);
    background: linear-gradient(to left, #f8f8f8 0, rgba(248,248,248,0.6) 100%);
  }
  .modules.image-textbox-block.light.gradient .foreground {
    background: rgba(248,248,248,0.9);
    background: linear-gradient(to left, #f8f8f8 0, rgba(248,248,248,0.3) 100%);
  }
  .modules.image-textbox-block.darker.gradient .foreground {
    background: rgba(255,255,255,0.95);
    background: linear-gradient(to left, rgba(29,29,29,0.95) 0, rgba(248,248,248,0.3) 100%);
  }
  .modules.image-textbox-block.dark.gradient .foreground {
    background: rgba(255,255,255,0.9);
    background: linear-gradient(to left, rgba(255,255,255,0.9) 0, rgba(248,248,248,0.5) 100%);
  }
}
.modules.image-textbox-block.no_overlay_only_image .absolute-full {
  position: relative;
}
.modules.image-textbox-block.no_overlay_only_image .foreground {
  display: none;
}
.modules.jobs-list .whr_embed_hook {
  margin-top: 45px;
}
.modules.jobs-list .whr-items {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 15px 0 45px;
}
@media (max-width: 768px) {
  .modules.jobs-list .whr-items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
.modules.jobs-list .whr-item {
  border: 1px solid #ededef;
  padding: 15px 25px;
}
.modules.jobs-list .whr-item:hover {
  border-color: #1d1d1d;
}
.modules.jobs-list .whr-info {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
}
.modules.layout .login-area {
  background: #fff;
  padding: 60px 0 120px;
}
.modules.layout .password-field {
  padding: 15px;
  font-size: 18px;
}
.modules.layout .submit-button {
  margin-top: 20px;
}
.modules.layout .login-form {
  margin-top: 60px;
}
.modules.layout .login-form.has-error .password-field {
  border-color: #f00;
}
.modules.layout .error-message {
  color: #f00;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .modules.layout .login-area {
    padding: 30px 0;
  }
  .modules.layout .login-form {
    margin-top: 30px;
  }
}
.main-header {
  height: 266px;
}
.modules.main-navigation {
  background: rgba(248,248,248,0.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #1d1d1d;
  height: 266px;
  padding: 60px 0 32px;
  position: fixed;
  transition: transform 0.35s, background 0.35s;
  -ms-transform: translateY(0);
      transform: translateY(0);
  width: 100%;
  z-index: 999;
}
.modules.main-navigation a:focus {
  text-decoration: none;
}
.modules.main-navigation .sub-navigations {
  opacity: 0;
  visibility: hidden;
}
.modules.main-navigation .sub-navigations.active {
  opacity: 1;
  visibility: visible;
}
.modules.main-navigation.collapsed {
  background: rgba(255,255,255,0.98);
  -ms-transform: translateY(-178px);
      transform: translateY(-178px);
}
.modules.main-navigation .navigation-header {
  position: relative;
  z-index: 3;
}
.modules.main-navigation .navigation-menus {
  margin-top: 58px;
  padding-top: 32px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modules.main-navigation .navigation-menus .shop-link {
  display: none;
  position: relative;
  bottom: 16px;
  font-size: 18px;
  min-width: 120px;
}
.modules.main-navigation .navigation-wrapper-desktop {
  padding-right: 15px;
  position: relative;
}
.modules.single-product .navigation-menus .shop-link {
  display: block;
}
@media screen and (max-width: 991px) {
  .modules.main-navigation .navigation-wrapper-desktop {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .main-header {
    height: 80px;
  }
  .modules.main-navigation {
    height: 80px;
    padding: 20px 0;
  }
  .modules.main-navigation.collapsed {
    -ms-transform: none;
        transform: none;
  }
  .modules.main-navigation .branding-bar .partial.branding img {
    height: 40px;
    width: auto;
  }
  .modules.main-navigation .sub-navigations {
    display: none;
  }
}
.modules.main-navigation .partial.additions {
  color: #9a9a9a;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.modules.main-navigation .partial.additions .item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.modules.main-navigation .partial.additions .language-picker {
  font-size: 12px;
  margin: 0;
  padding-right: 26px;
  text-transform: uppercase;
}
.modules.main-navigation .partial.additions .select2-selection--single {
  font-size: 12px;
  text-transform: uppercase;
}
.modules.main-navigation .partial.additions .search {
  background: transparent;
  border: 0;
  height: 22px;
  outline: 0;
  padding: 0;
  position: relative;
  top: -1px;
  transition: color 0.3s ease;
}
.modules.main-navigation .partial.additions .search .icon {
  height: 22px;
}
.modules.main-navigation .partial.additions .search:hover {
  color: #1d1d1d;
}
.modules.main-navigation .partial.additions .item.menu ul {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -1px;
}
.modules.main-navigation .partial.additions .item.menu li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
.modules.main-navigation .partial.additions .item.menu li.bold a {
  font-weight: 700;
}
.modules.main-navigation .partial.additions .item.menu li.is-current-page a {
  color: #1d1d1d;
}
.modules.main-navigation .partial.additions .item.menu li.is-highlighted a {
  color: #c89e0e;
}
.modules.main-navigation .partial.additions .item.menu li.has-divider a {
  border-left: 1px solid #9a9a9a;
  padding-left: 10px;
}
.modules.main-navigation .partial.additions .item.menu a {
  color: #9a9a9a;
  text-decoration: none;
}
.modules.main-navigation .partial.additions .item.menu li:hover a {
  color: #1d1d1d;
}
.modules.main-navigation .partial.additions .item.dropdown-nav {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .modules.main-navigation .partial.additions {
    padding-right: 60px;
    text-align: right;
  }
  .modules.main-navigation .partial.additions .item.dropdown-nav {
    position: absolute;
    right: 0;
    top: 0;
  }
  .modules.main-navigation .partial.additions .item.languages {
    text-align: left;
  }
  .modules.main-navigation .partial.additions .item.menu {
    display: block;
    padding: 8px 0 10px;
  }
  .modules.main-navigation .partial.additions .item.menu ul {
    top: 0;
  }
  .modules.main-navigation .partial.additions .search {
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .modules.main-navigation .partial.additions {
    position: static;
    padding-right: 0;
    text-align: inherit;
  }
  .modules.main-navigation .partial.additions .item.menu {
    padding: 8px 0;
  }
  .modules.main-navigation .partial.additions .item.menu li {
    margin: 0 15px 0 0;
  }
  .modules.main-navigation .partial.additions .item:first-child {
    margin-left: 0;
  }
  .modules.main-navigation .partial.additions .dropdown-nav {
    display: none;
  }
  .modules.main-navigation .partial.additions .aligned-left {
    float: left;
  }
  .modules.main-navigation .partial.additions .aligned-right {
    float: right;
  }
  .modules.main-navigation .partial.additions .menu {
    padding-top: 4px;
  }
}
@media screen and (max-width: 500px) {
  .modules.main-navigation .partial.additions {
    text-align: center;
  }
  .modules.main-navigation .partial.additions .aligned-right,
  .modules.main-navigation .partial.additions .aligned-left {
    float: none;
  }
  .modules.main-navigation .partial.additions .item.menu {
    padding: 0 0 20px;
  }
}
.language-picker .select2-results__options {
  text-transform: uppercase;
}
.modules.main-navigation .partial.branding {
  display: block;
  max-width: 345px;
}
.modules.main-navigation .partial.branding img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modules.main-navigation .partial.branding .partial.branding {
    max-width: 184px;
  }
}
.modules.main-navigation .partial.burger-icon {
  background: transparent;
  border: 0;
  display: block;
  font-size: 0;
  height: 29px;
  left: auto;
  position: absolute;
  right: 0;
  width: 30px;
}
.modules.main-navigation .partial.burger-icon.toggled .bars:before {
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
}
.modules.main-navigation .partial.burger-icon.toggled .bars:after {
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
}
.modules.main-navigation .partial.burger-icon.toggled .bars .bar {
  -ms-transform: scale(0);
      transform: scale(0);
}
.modules.main-navigation .partial.burger-icon.toggle-mobile {
  display: none;
}
.modules.main-navigation .partial.burger-icon:focus {
  outline: 0;
}
.modules.main-navigation .partial.burger-icon .bars .bar,
.modules.main-navigation .partial.burger-icon .bars:before,
.modules.main-navigation .partial.burger-icon .bars:after {
  background: #9a9a9a;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -ms-transform-origin: center;
      transform-origin: center;
  transition-delay: 0s, 0.3s;
  transition: all 0.2s;
  width: 100%;
}
.modules.main-navigation .partial.burger-icon .bars:before,
.modules.main-navigation .partial.burger-icon .bars:after {
  content: '';
}
.modules.main-navigation .partial.burger-icon .bars:before {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}
.modules.main-navigation .partial.burger-icon .bars:after {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  .modules.main-navigation .partial.burger-icon {
    top: 8px;
  }
  .modules.main-navigation .partial.burger-icon.toggle-mobile {
    display: block;
  }
  .modules.main-navigation .partial.burger-icon.toggle-dropdown {
    display: none;
  }
}
.partial.dropdown-nav {
  position: absolute;
  right: 15px;
  top: 148px;
  z-index: 3;
}
.partial.dropdown-nav .partial.burger-icon {
  z-index: 4;
}
.partial.dropdown-nav .dropdown-navigation {
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ededef;
  min-height: 100px;
  padding: 55px 30px 20px 20px;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform-origin: top right;
      transform-origin: top right;
  -ms-transform: scale(0) translateX(0) translateY(0);
      transform: scale(0) translateX(0) translateY(0);
  transition: transform 0.4s;
  width: 230px;
  z-index: 3;
}
.partial.dropdown-nav .dropdown-navigation.toggled {
  -ms-transform: scale(1) translateX(16px) translateY(-16px);
      transform: scale(1) translateX(16px) translateY(-16px);
}
.partial.dropdown-nav .dropdown-navigation.toggled ul {
  opacity: 1;
}
.partial.dropdown-nav .dropdown-navigation ul {
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.1s;
  max-height: 190px;
  overflow: auto;
}
.partial.dropdown-nav .dropdown-navigation li {
  margin: 2px 0 10px;
}
.partial.dropdown-nav .dropdown-navigation a {
  color: #9a9a9a;
  display: block;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 20px;
  letter-spacing: 2.5px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.partial.dropdown-nav .dropdown-navigation li:hover > a,
.partial.dropdown-nav .dropdown-navigation li:focus > a,
.partial.dropdown-nav .dropdown-navigation li:active > a,
.partial.dropdown-nav .dropdown-navigation li.active > a {
  color: #1d1d1d;
}
@media screen and (max-width: 991px) {
  .modules.main-navigation .partial.dropdown-nav {
    position: static;
  }
  .modules.main-navigation .partial.dropdown-nav .partial.burger-icon {
    position: relative;
  }
}
.modules.main-navigation.collapsed .partial.links-main .top-navigation > li > a,
.modules.main-navigation.collapsed .partial.links-main .brand-small {
  -ms-transform: translateX(75px);
      transform: translateX(75px);
}
.modules.main-navigation.collapsed .partial.links-main .brand-small {
  opacity: 1;
  pointer-events: auto;
}
.modules.main-navigation .partial.links-main ul,
.modules.main-navigation .partial.links-main li {
  padding: 0;
  list-style: none;
}
.modules.main-navigation .partial.links-main .top-navigation,
.modules.main-navigation .partial.links-main .brand-small {
  float: left;
}
.modules.main-navigation .partial.links-main .brand-small {
  margin-left: -75px;
  margin-top: -6px;
  opacity: 0;
  padding: 0 30px 0 15px;
  pointer-events: none;
  transition: all 0.35s;
  transition-delay: 0.35s;
}
.modules.main-navigation .partial.links-main .top-navigation {
  margin: 6px 0 0;
}
.modules.main-navigation .partial.links-main .top-navigation > li > a {
  display: block;
  transition: transform 0.35s 0.35s, color 0.3s ease;
  z-index: 2;
}
.modules.main-navigation .partial.links-main > .nav-group > li.has-dropdown:hover > a {
  z-index: 3;
}
.modules.main-navigation .partial.links-main > .nav-group > li.has-dropdown:hover > a:before,
.modules.main-navigation .partial.links-main > .nav-group > li.has-dropdown:hover > a:after {
  border-style: solid;
  border-width: 0 9px 12px;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.modules.main-navigation .partial.links-main > .nav-group > li.has-dropdown:hover > a:before {
  border-color: transparent transparent #fff transparent;
  margin: 0 auto;
  z-index: 3;
}
.modules.main-navigation .partial.links-main > .nav-group > li.has-dropdown:hover > a:after {
  border-color: transparent transparent #ededef transparent;
  margin: 0 auto 1px;
  z-index: 2;
}
.modules.main-navigation .partial.links-main .nav-group > li {
  float: left;
}
.modules.main-navigation .partial.links-main .nav-group > li:first-child > a {
  padding-left: 0;
}
.modules.main-navigation .partial.links-main .nav-group > li > a {
  color: #9a9a9a;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 15px 32px;
  position: relative;
  text-transform: uppercase;
}
.modules.main-navigation .partial.links-main .nav-group > li.active > a,
.modules.main-navigation .partial.links-main .nav-group > li:hover > a,
.modules.main-navigation .partial.links-main .nav-group > li:focus > a,
.modules.main-navigation .partial.links-main .nav-group > li:active > a {
  color: #1d1d1d;
  text-decoration: none;
}
.modules.main-navigation .partial.links-main .dropdown-menu {
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 99%;
  width: 100%;
  z-index: 2;
}
.modules.main-navigation .partial.links-main .dropdown-inner {
  background: #fff;
  border: 1px solid #ededef;
}
.modules.main-navigation .partial.links-main li:hover .dropdown-menu {
  display: block;
}
.modules.main-navigation .partial.links-main .dropdown-navigation-wrapper {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow: auto;
  padding: 30px 15px 40px;
}
.modules.main-navigation .partial.links-main .dropdown-navigation-footer {
  border-top: 1px solid #ededef;
  font-size: 14px;
  padding: 30px;
}
.modules.main-navigation .partial.links-main .level2 {
  float: left;
  padding: 0 10px;
  width: 14%;
}
.modules.main-navigation .partial.links-main .level2-imageEl {
  border-bottom: 10px solid #c89e0e;
  width: 100%;
}
.modules.main-navigation .partial.links-main .level2-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  line-height: 1.2;
}
.modules.main-navigation .partial.links-main .level2-link {
  color: #1d1d1d;
  padding-top: 0;
}
.modules.main-navigation .partial.links-main .level3 {
  line-height: 1.1;
}
.modules.main-navigation .partial.links-main .level3-link {
  color: #1d1d1d;
  display: block;
  margin: 2px 0;
  padding: 3px 0;
}
.modules.main-navigation .partial.links-main .series-dropdown-cta-title {
  display: inline-block;
  margin-right: 15px;
}
.modules.main-navigation .partial.links-main .series-description {
  padding: 6px 0;
}
.modules.main-navigation .partial.links-main .products {
  margin: 0 30px;
}
.modules.main-navigation .partial.links-main .slick-slide {
  outline: 0;
}
.modules.main-navigation .partial.links-main .product {
  display: block;
  height: auto;
  margin: 0 8px;
  text-decoration: none;
  max-width: 182px;
}
.modules.main-navigation .partial.links-main .product img {
  width: 100%;
  max-height: 182px;
}
.modules.main-navigation .partial.links-main .product:first-child {
  margin-left: 0;
}
.modules.main-navigation .partial.links-main .product:last-child {
  margin-right: 0;
}
.modules.main-navigation .partial.links-main .product .product-image img {
  height: auto;
  width: 100%;
}
.modules.main-navigation .partial.links-main .product .product-title {
  color: #1d1d1d;
  font-size: 16px;
  margin-top: 8px;
}
.modules.main-navigation .partial.links-main .slick-arrow {
  background: none;
  border: 0;
  bottom: -25px;
  color: #9a9a9a;
  font-size: 18px;
  height: 22px;
  outline: 0;
  padding: 0;
  position: absolute;
  transition: color 0.4s, opacity 0.8s;
  width: 25px;
}
.modules.main-navigation .partial.links-main .slick-arrow:hover {
  color: #1d1d1d;
}
.modules.main-navigation .partial.links-main .slick-arrow:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Post-Creator-Icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.modules.main-navigation .partial.links-main .slick-disabled {
  opacity: 0.15;
  pointer-events: none;
}
.modules.main-navigation .partial.links-main .slick-prev {
  left: 0;
}
.modules.main-navigation .partial.links-main .slick-prev:before {
  content: '\E006';
}
.modules.main-navigation .partial.links-main .slick-next {
  right: 0;
}
.modules.main-navigation .partial.links-main .slick-next:before {
  content: '\E005';
}
@media screen and (max-width: 991px) {
  .modules.main-navigation .partial.links-main .nav-group > li > a {
    font-size: 18px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .modules.main-navigation .partial.links-main .dropdown-menu {
    padding: 0 15px;
  }
  .modules.main-navigation .partial.links-main .level2 {
    padding: 0 5px;
  }
}
.modules.main-navigation .partial.links-mobile {
  background: #fff;
  border: 1px solid #ededef;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50px;
  visibility: hidden;
}
.modules.main-navigation .partial.links-mobile.toggled {
  opacity: 1;
  visibility: visible;
}
.modules.main-navigation .partial.links-mobile .mobile-navigation-footer {
  padding: 25px 35px;
  border-top: 2px solid #ededef;
}
.modules.main-navigation .partial.links-mobile .mobile-navigation-inner {
  max-height: 360px;
  max-height: 60vh;
  overflow: auto;
  padding: 32px 35px;
}
.modules.main-navigation .partial.links-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modules.main-navigation .partial.links-mobile .parent-top-navigation > li {
  margin: 0;
  padding: 0;
}
.modules.main-navigation .partial.links-mobile .parent-top-navigation > li > a,
.modules.main-navigation .partial.links-mobile .more-links > a {
  color: #1d1d1d;
  display: block;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  letter-spacing: 2.5px;
  line-height: 1;
  padding: 18px 0 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.modules.main-navigation .partial.links-mobile .parent-top-navigation > li.toggled > .dropdown-menu,
.modules.main-navigation .partial.links-mobile .more-links.toggled > .dropdown-menu {
  display: block;
}
.modules.main-navigation .partial.links-mobile .dropdown-menu {
  display: none;
}
.modules.main-navigation .partial.links-mobile .dropdown-menu.toggled {
  display: block;
}
.modules.main-navigation .partial.links-mobile .product-image img {
  width: 100%;
}
.modules.main-navigation .partial.links-mobile .level1 {
  padding-bottom: 15px;
}
.modules.main-navigation .partial.links-mobile .level2 {
  padding-left: 10px;
}
.modules.main-navigation .partial.links-mobile .level2-title {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0;
}
.modules.main-navigation .partial.links-mobile .level2-link,
.modules.main-navigation .partial.links-mobile .level2 a {
  color: inherit;
  text-decoration: underline;
}
.modules.main-navigation .partial.links-mobile .level3 {
  margin: 5px 0;
}
.modules.main-navigation .partial.links-mobile .level3-link {
  color: #1d1d1d;
  font-size: 16px;
  padding: 2px 0 2px 20px;
}
.partial.searchform {
  background: rgba(0,0,0,0.9);
  color: #fff;
  display: table;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 80px 0;
  position: fixed;
  top: 0;
  -ms-transform: scale(1.45);
      transform: scale(1.45);
  transition: all 0.45s cubic-bezier(0.655, 0.19, 0.325, 0.925);
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.partial.searchform.active {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
  visibility: visible;
}
.partial.searchform .close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 22px;
  height: 1em;
  outline: 0;
  position: absolute;
  right: 30px;
  top: 30px;
}
.partial.searchform .searchform-inner {
  display: table-cell;
  vertical-align: middle;
}
.partial.searchform form {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 15px;
  width: 100%;
}
.partial.searchform form input {
  background: transparent;
  border-color: #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  height: 53px;
  margin: 0;
  overflow: hidden;
  padding: 0 15px 0 52px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partial.searchform .input-group {
  position: relative;
}
.partial.searchform .input-group:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Post-Creator-Icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  bottom: 0;
  color: #9a9a9a;
  content: '\E007';
  font-size: 22px;
  height: 1em;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 0;
}
#storePopUp {
  background-color: rgba(0,0,0,0.4);
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 1001;
}
#storePopUp.isHidden {
  pointer-events: none;
  opacity: 0;
}
#storePopUp .modal {
  background: #fff;
  box-shadow: 0px 0px 2px 1px rgba(40,40,40,0.3);
  opacity: 1;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 480px;
}
@media screen and (max-width: 767px) {
  #storePopUp .modal {
    max-width: 90%;
  }
}
#storePopUp .claim {
  color: #9a9a9a;
  margin: 0;
}
#storePopUp .ctas {
  margin-top: 15px;
}
#storePopUp .cta {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #storePopUp .cta {
    display: block;
    margin-bottom: 5px;
  }
}
#storePopUp .cta-link {
  background-color: #1d1d1d;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 5px;
  padding: 13px 12px 9px;
  text-transform: none;
}
#storePopUp .cta-link:hover {
  background-color: #c89e0e;
  border-color: #c89e0e;
  color: #1d1d1d;
}
#storePopUp .resellers {
  display: none;
}
#storePopUp .resellers-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}
#storePopUp .resellers-item {
  -ms-flex-align: center;
      align-items: center;
  background-color: #1d1d1d;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 5px;
  width: 120px;
}
#storePopUp .resellers-item:hover {
  background-color: #c89e0e;
}
#storePopUp .resellers-innerWrapper {
  padding: 10px;
}
#storePopUp .resellers-image {
  max-height: 100%;
  max-width: 100%;
}
#storePopUp .close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  line-height: 1;
  padding: 8px 8px 6px 16px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #storePopUp .close {
    padding: 6px 6px 5px 12px;
  }
}
#storePopUp .close:before {
  color: #333;
  content: '\E008';
  font-family: 'Post-Creator-Icons';
}
.modules.modal-ad-banner {
  bottom: 15px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.modules.modal-ad-banner .modal {
  background: #fff;
  box-shadow: 0px 0px 2px 1px rgba(40,40,40,0.3);
  opacity: 1;
  padding: 30px;
  position: relative;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .modules.modal-ad-banner .modal {
    padding: 25px 15px 15px;
  }
}
.modules.modal-ad-banner .modal-isHidden {
  display: none;
}
.modules.modal-ad-banner .modal-isLoading {
  opacity: 0;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
}
.modules.modal-ad-banner .modal img {
  height: auto;
  max-width: 100%;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .modules.modal-ad-banner .modal img {
    width: 340px;
  }
}
.modules.modal-ad-banner .modal .close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  line-height: 1;
  padding: 8px 8px 6px 16px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .modules.modal-ad-banner .modal .close {
    padding: 6px 6px 5px 12px;
  }
}
.modules.modal-ad-banner .modal .close:before {
  color: #333;
  content: '\E008';
  font-family: 'Post-Creator-Icons';
}
.modules.news-categories-navigation {
  padding: 70px 0 20px !important;
}
.modules.news-categories-navigation ul {
  text-align: center;
}
.modules.news-categories-navigation li {
  display: inline-block;
  margin: 0 15px;
}
.modules.news-categories-navigation a {
  color: #9a9a9a;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
}
.modules.news-categories-navigation a.is-active {
  color: #1d1d1d;
}
.modules.news-categories-navigation li:hover a,
.modules.news-categories-navigation li.active a {
  color: #1d1d1d;
}
.modules.newsletter {
  background-color: #fff;
  padding: 75px 0 60px;
}
.modules.newsletter.dark {
  background-color: #f8f8f8;
}
.modules.newsletter .category-title {
  font-size: 30px;
  padding: 0;
}
.modules.newsletter p {
  margin: 0;
}
.modules.newsletter .md-right {
  float: right;
}
.modules.newsletter .push-top {
  padding-top: 3px;
}
.modules.newsletter .newsletterForm {
  text-align: right;
}
.modules.newsletter .newsletterForm-form-control-wrap {
  display: inline-block;
  vertical-align: top;
}
.modules.newsletter img.ajax-loader {
  left: auto;
  position: absolute;
  right: -10px;
  top: 20px;
}
.modules.newsletter .newsletterForm-response-output {
  border: 0;
  margin: 0;
  padding: 0 0 5px;
}
.modules.newsletter .newsletterForm-not-valid {
  border: 1px solid #f00;
}
.modules.newsletter .newsletterForm-not-valid-tip {
  display: none;
}
.modules.newsletter .newsletterForm-email,
.modules.newsletter .newsletterForm-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  line-height: 1;
  margin-right: 10px;
  width: 230px;
}
.modules.newsletter .btn.btn-secondary {
  height: 44px;
  margin-bottom: 0;
  min-width: 77px;
}
.modules.newsletter .mcSelect {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  width: 110px;
}
.modules.newsletter .newsletterForm-ajax-loader {
  background-image: url(/content/themes/adamaudio-website/assets/images/ajax-loader.gif);
  border: 0;
  display: inline-block;
  height: 16px;
  margin: 0 0 0 4px;
  padding: 0;
  vertical-align: middle;
  visibility: hidden;
  width: 16px;
}
.modules.newsletter .newsletterForm-ajax-loader.is-active {
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .modules.newsletter {
    padding: 35px 0 32px;
  }
  .modules.newsletter .category-title {
    font-size: 30px;
    padding-bottom: 6px;
  }
  .modules.newsletter p {
    font-size: 16px;
  }
  .modules.newsletter .push-top {
    padding-top: 20px;
  }
  .modules.newsletter img.ajax-loader {
    right: -10px;
    top: 90px;
  }
  .modules.newsletter .newsletterForm-response-output {
    border: 0;
    margin: 0;
    padding: 0 0 5px;
  }
  .modules.newsletter .mc4wp-EMAIL {
    display: block;
  }
  .modules.newsletter .newsletterForm-email {
    margin-right: 0;
    width: 100%;
  }
  .modules.newsletter .mcSelect {
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .modules.newsletter {
    padding: 34px 0 30px;
  }
  .modules.newsletter .category-title {
    font-size: 30px;
  }
  .modules.newsletter p {
    font-size: 14px;
  }
  .modules.newsletter p:last-of-type {
    margin-bottom: 20px;
  }
  .modules.newsletter .md-right {
    float: none;
  }
  .modules.newsletter .mcSelect {
    width: 100%;
  }
  .modules.newsletter .push-top {
    padding-top: 0;
  }
  .modules.newsletter img.ajax-loader {
    top: 135px;
    right: 0;
    left: 100px;
  }
  .modules.newsletter .newsletterForm-response-output {
    border: 0;
    margin: 4px 0;
    padding: 0 0 5px;
  }
  .modules.newsletter .newsletterForm-form-control-wrap {
    margin-right: 0;
    display: block;
  }
  .modules.newsletter .newsletterForm-email,
  .modules.newsletter .newsletterForm-select {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.modules.notfound {
  text-align: center;
}
.modules.page-header {
  border: 0;
  margin: 0;
  text-align: center;
}
.modules.page-header .content {
  padding: 0 30px;
  position: relative;
  word-wrap: break-word;
  z-index: 2;
}
.modules.page-header h1 {
  line-height: 0.9;
}
.modules.page-header p {
  color: #9a9a9a;
  line-height: 1;
  margin: 0;
}
.modules.page-header .wrapper {
  padding: 115px 0;
  position: relative;
}
.modules.page-header .image-container {
  z-index: 1;
}
.modules.page-header .image-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
.modules.page-header .image-container:after {
  background: rgba(0,0,0,0.7);
  content: '';
}
.modules.page-header.not-found h1 {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .modules.page-header .wrapper {
    padding: 75px 0;
  }
  .modules.page-header .content {
    padding: 0 15px;
  }
  .modules.page-header h1 {
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.modules.post-inline-image {
  padding: 40px 0;
}
.modules.post-list .posts-container {
  padding-top: 20px;
}
.modules.post-list .load-more-button {
  margin-top: 60px;
  height: 30px;
  position: relative;
  text-align: center;
}
.modules.post-list .load-more-button .btn.btn-primary {
  outline: 0;
  display: none;
}
.modules.post-list .load-more-button .btn.btn-primary.\--visible {
  display: inline-block;
}
.modules.post-list .loader {
  animation: loading 2s infinite;
  background: rgba(154,154,154,0.35);
  border-radius: 50%;
  bottom: 0;
  height: 30px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s;
  visibility: hidden;
  width: 30px;
}
.modules.post-list .loader.\--visible {
  opacity: 1;
  visibility: visible;
}
.modules.post-list .loader:after {
  animation: loading 1s infinite;
  animation-delay: 1s;
  background: rgba(154,154,154,0.35);
  border-radius: 50%;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.modules.post-list .tag-navigation .tag a:hover,
.modules.post-list .tag-navigation .tag a.active {
  background-color: #1d1d1d;
  color: #fff;
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.modules.post-page-header .feature-image {
  margin-top: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .modules.post-page-header .feature-image {
    margin-top: 25px;
  }
}
.modules.posts-teasers-hero .featured-post {
  position: relative;
}
.modules.posts-teasers-hero .featured-post-content-wrapper {
  bottom: 0;
  left: 0;
  padding: 0 150px 40px 30px;
  position: absolute;
}
.modules.posts-teasers-hero .featured-post-content-wrapper:after {
  display: none;
}
.modules.posts-teasers-hero .featured-post-title {
  color: #fff;
}
.modules.posts-teasers-hero .component.posts-teasers {
  margin-bottom: 0;
  width: 100%;
}
.modules.posts-teasers-hero .slick-dots {
  margin: 5px 0;
  padding: 0;
  text-align: center;
}
.modules.posts-teasers-hero .slick-dots li {
  background-color: #ededef;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  list-style: none;
  margin: 0 5px;
  width: 15px;
}
.modules.posts-teasers-hero .slick-dots li.slick-active {
  background-color: #9a9a9a;
}
.modules.posts-teasers-hero .slick-dots li button {
  display: none;
}
@media screen and (max-width: 767px) {
  .modules.posts-teasers-hero .featured-post {
    margin-bottom: 20px;
  }
  .modules.posts-teasers-hero .featured-post-image-wrapper:after {
    display: none;
  }
  .modules.posts-teasers-hero .featured-post-image-wrapper:before {
    background: linear-gradient(to bottom, transparent 0, #000 100%);
    bottom: 0;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .modules.posts-teasers-hero .featured-post-content-wrapper {
    background-color: #000;
    padding: 0 15px 25px;
    position: relative;
  }
  .modules.posts-teasers-hero .featured-post-content-wrapper:after {
    display: block;
  }
}
.modules.posts-teasers .slick-dots {
  margin: 5px 0;
  padding: 0;
  text-align: center;
}
.modules.posts-teasers .slick-dots li {
  background-color: #ededef;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  list-style: none;
  margin: 0 5px;
  width: 10px;
}
.modules.posts-teasers .slick-dots li.slick-active {
  background-color: #9a9a9a;
}
.modules.posts-teasers .slick-dots li button {
  display: none;
}
@media screen and (max-width: 767px) {
  .modules.posts-teasers .headline {
    margin-bottom: 20px;
  }
  .modules.posts-teasers .cta {
    margin-top: 15px;
  }
}
.modules.product-360-slider {
  background-color: #fff !important;
  text-align: center;
}
.Magic360-fullscreen .info-text {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.Magic360-container {
  border: 0;
}
.modules.product-comparison .headline {
  margin-bottom: 30px;
}
.modules.product-comparison .group {
  background-color: #ededef;
  margin: 20px 0;
}
.modules.product-comparison .group-label {
  padding: 5px 8px;
}
.modules.product-comparison .specs {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.modules.product-comparison .spec {
  display: table-row;
}
.modules.product-comparison .spec-label,
.modules.product-comparison .spec-value {
  border-bottom: 1px solid #1d1d1d;
  padding: 8px;
  display: table-cell;
  line-height: 1.1;
}
.modules.product-comparison .spec:last-child .spec-label,
.modules.product-comparison .spec:last-child .spec-value {
  border-bottom: none;
}
.modules.product-comparison .spec-value {
  border-left: 1px solid #1d1d1d;
}
.modules.product-comparison .cta {
  margin: 15px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules.product-comparison .product:last-child {
    display: none;
  }
}
.modules.product-data-grid .col {
  margin-top: 60px;
}
.modules.product-data-grid .col:nth-child(3n+1) {
  clear: both;
}
.modules.product-data-grid table {
  border-collapse: separate;
  border: 1px solid #000;
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
}
.modules.product-data-grid td {
  border: 1px #000 solid;
  padding: 15px;
  vertical-align: top;
  width: 50%;
}
.modules.product-data-grid .arrow {
  display: none;
}
@media screen and (max-width: 991px) {
  .modules.product-data-grid .col:nth-child(2n+1) {
    clear: both;
  }
  .modules.product-data-grid .col:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  .modules.product-data-grid .col {
    clear: both;
  }
  .modules.product-data-grid .row {
    overflow: hidden;
    position: relative;
  }
  .modules.product-data-grid .arrow {
    display: block;
  }
  .modules.product-data-grid .wrapper {
    left: 0;
    position: absolute;
    top: 0;
  }
}
.modules.product-feat-grid {
  padding-bottom: 0 !important;
}
.modules.product-feat-grid .relative {
  position: relative;
}
.modules.product-feat-grid .table-wrapper {
  position: relative;
}
.modules.product-feat-grid table {
  margin-top: 40px;
  position: absolute;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}
.modules.product-feat-grid th {
  padding: 5px 15px 5px 30px;
  text-align: left;
}
.modules.product-feat-grid td {
  border: 2px solid #000;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  padding: 30px;
  width: 50%;
}
.modules.product-feat-grid td ul {
  list-style: none;
  padding-left: 20px;
}
.modules.product-feat-grid td ul li {
  position: relative;
}
.modules.product-feat-grid td ul li:before {
  background-image: url(/content/themes/adamaudio-website/assets/images/svg/arrow-right-gold.svg);
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: '';
  left: -20px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 16px;
}
.modules.product-feat-grid .right-col {
  color: #c89e0e;
}
.modules.product-feat-grid .arrow {
  cursor: pointer;
  height: 150px;
  margin: 250px -1px 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.modules.product-feat-grid .arrow.show svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.modules.product-feat-grid svg {
  height: 28px;
  margin-top: 50px;
  transition: all 0.3s ease;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  width: 28px;
}
@media screen and (max-width: 991px) {
  .modules.product-feat-grid td {
    padding: 15px;
  }
  .modules.product-feat-grid th {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .modules.product-feat-grid td {
    font-size: 14px;
  }
  .modules.product-feat-grid td ul {
    padding-left: 16px;
  }
  .modules.product-feat-grid td ul li:before {
    background-position: left 4px;
    background-size: 12px 12px;
    left: -16px;
    width: 12px;
  }
}
.main-header .modules.product-navigation {
  padding: 0;
  position: relative;
  z-index: 1;
}
.modules.product-navigation {
  padding: 0 !important;
}
.modules.product-navigation .product-navigation-wrapper {
  background: rgba(248,248,248,0.95);
  padding: 10px;
  width: 100%;
}
.modules.product-navigation .product-navigation-wrapper.affix {
  top: 88px;
}
.modules.product-navigation ul {
  text-align: center;
}
.modules.product-navigation li {
  display: inline-block;
  margin: 0 15px;
}
.modules.product-navigation li.active a {
  color: #1d1d1d;
}
.modules.product-navigation a {
  color: #9a9a9a;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
}
.modules.product-navigation li:hover a,
.modules.product-navigation li.active a {
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .modules.product-navigation {
    display: none;
  }
}
.modules.product-overview {
  background-color: #f8f8f8;
}
.modules.product-overview .box {
  background-color: #fff;
  float: right;
  padding: 60px;
  width: 80%;
}
.modules.product-overview .spec {
  margin: 15px 0;
  padding-left: 27px;
  position: relative;
}
.modules.product-overview .spec p {
  margin: 0;
}
.modules.product-overview .spec svg {
  height: 12px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 12px;
}
.modules.product-overview .arrow {
  cursor: pointer;
  display: none;
  height: 150px;
  margin: 250px -1px 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.modules.product-overview .arrow.show svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.modules.product-overview .arrow svg {
  height: 28px;
  margin-top: 50px;
  transition: all 0.3s ease;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  width: 28px;
}
@media screen and (max-width: 1199px) {
  .modules.product-overview .box {
    padding: 20px;
  }
  .modules.product-overview .spec svg {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .modules.product-overview .box {
    float: none;
    margin: auto;
    width: 100%;
  }
  .modules.product-overview .wysiwyg {
    margin-bottom: 30px;
  }
  .modules.product-overview svg {
    height: 10px;
    margin-right: 5px;
    width: 10px;
  }
  .modules.product-overview .row {
    overflow: hidden;
    position: relative;
  }
  .modules.product-overview .arrow {
    display: block;
  }
  .modules.product-overview .wrapper {
    left: 0;
    position: absolute;
    top: 0;
  }
}
.modules.product-review-grid .reviews-row + .reviews-row {
  margin-top: 30px;
}
.modules.product-review-grid .title {
  margin-bottom: 10px;
}
.modules.product-review-grid .boxes {
  overflow: auto;
  width: 100%;
}
.modules.product-review-grid .arrow-desktop.apply .boxes {
  position: absolute;
}
.modules.product-review-grid .arrow-desktop.apply .boxes .box:nth-child(n+13) {
  display: none;
}
.modules.product-review-grid .arrow-desktop.apply .arrow {
  display: block;
}
.modules.product-review-grid .box {
  margin: 15px 0;
}
.modules.product-review-grid .box:nth-child(4n+1) {
  clear: left;
}
.modules.product-review-grid .relative {
  position: relative;
}
.modules.product-review-grid .content {
  border: 2px solid #1d1d1d;
  height: 100%;
  padding: 28px 31px 19px;
  position: relative;
  display: table;
  width: 100%;
}
.modules.product-review-grid .h5 {
  margin: 17px 0 3px;
}
.modules.product-review-grid .size {
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 10px;
}
.modules.product-review-grid .arrow {
  cursor: pointer;
  display: none;
  height: 150px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.modules.product-review-grid .arrow.arrow-show svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.modules.product-review-grid .arrow svg {
  height: 28px;
  margin-top: 100px;
  transition: all 0.3s ease;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  width: 28px;
}
.modules.product-review-grid .slick-dots {
  margin: 5px 0;
  padding: 0;
  text-align: center;
}
.modules.product-review-grid .slick-dots li {
  background-color: #ededef;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  list-style: none;
  margin: 0 5px;
  width: 10px;
}
.modules.product-review-grid .slick-dots li:nth-child(n+10) {
  display: none;
}
.modules.product-review-grid .slick-dots li.slick-active {
  background-color: #9a9a9a;
}
.modules.product-review-grid .slick-dots li button {
  display: none;
}
@media screen and (max-width: 1199px) {
  .modules.product-review-grid .content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .modules.product-review-grid .box:nth-child(3n+1) {
    clear: left;
  }
  .modules.product-review-grid .box:nth-child(4n+1) {
    clear: none;
  }
  .modules.product-review-grid .box:nth-child(n+10) {
    display: none;
  }
  .modules.product-review-grid .arrow-tablet .boxes {
    position: absolute;
  }
  .modules.product-review-grid .arrow-tablet .arrow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modules.product-review-grid .box {
    clear: none;
  }
  .modules.product-review-grid .box:nth-child(3n+1) {
    clear: none;
  }
  .modules.product-review-grid .arrow {
    display: none !important;
    height: 190px;
  }
  .modules.product-review-grid .h5 {
    margin: 17px 0 20px;
  }
  .modules.product-review-grid .content {
    padding: 20px;
  }
  .modules.product-review-grid .arrow {
    margin: 508px 0 0;
  }
  .modules.product-review-grid .boxes {
    position: relative !important;
  }
}
.modules.product-selector-form {
  background-color: #fff !important;
  padding-top: 60px !important;
}
.modules.product-selector-form.hide {
  display: none;
}
.modules.product-selector-form .stage,
.modules.product-selector-form .stage-1-creation,
.modules.product-selector-form .stage-1-enjoyment {
  display: none;
}
.modules.product-selector-form .stage.active,
.modules.product-selector-form .stage-1-creation.active,
.modules.product-selector-form .stage-1-enjoyment.active {
  display: block;
}
.modules.product-selector-form .headline {
  margin-bottom: 60px;
}
.modules.product-selector-form .step-indicator {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  letter-spacing: 2.5px;
}
.modules.product-selector-form .form-label {
  margin-bottom: 20px;
}
.modules.product-selector-form select {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 15px;
}
.modules.product-selector-form .progress {
  background-color: #f8f8f8;
  padding: 30px 30px 20px;
}
.modules.product-selector-form .progress li {
  font-size: 14px;
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
.modules.product-selector-form .progress li.active {
  color: #c89e0e;
}
.modules.product-selector-form .progress li.unactive {
  color: #9a9a9a;
}
.modules.product-selector-form .progress .index {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  left: 0;
  position: absolute;
  top: 3px;
}
.modules.product-selector-form .progress .answer {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  margin-left: 5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.modules.product-selector-form .btn + .btn {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .modules.product-selector-form .progress {
    margin-top: 20px;
  }
  .modules.product-selector-form select {
    padding: 20px 15px;
  }
  .modules.product-selector-form .prev-stage,
  .modules.product-selector-form .next-stage {
    padding: 18px 12px 14px;
  }
}
.modules.template > .modules.product-selector-results {
  padding-bottom: 0;
}
.modules.product-selector-results.hide {
  display: none;
}
.modules.product-selector-results .row > .teaser:nth-child(n+4) {
  margin-top: 30px;
}
.modules.product-selector-results .row > .teaser:nth-child(3n+1) {
  clear: left;
}
.modules.product-selector-results h1 {
  padding-top: 2px;
}
.modules.product-selector-results h2 {
  margin-bottom: 33px;
}
.modules.product-selector-results .section {
  padding: 135px 0 90px;
  position: relative;
}
.modules.product-selector-results .section:before {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 75px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  top: 0;
  width: 300px;
}
.modules.product-selector-results .section:first-child,
.modules.product-selector-results .section:last-child {
  padding: 60px 0;
}
.modules.product-selector-results .section:first-child:before,
.modules.product-selector-results .section:last-child:before {
  content: none;
}
.modules.product-selector-results .section:nth-child(even) {
  background-color: #f8f8f8;
}
.modules.product-selector-results .section:nth-child(even):before {
  background-image: url(/content/themes/adamaudio-website/assets/images/background-triangle.svg);
}
.modules.product-selector-results .section:nth-child(odd) {
  background-color: #fff;
}
.modules.product-selector-results .section:nth-child(odd):before {
  background-image: url(/content/themes/adamaudio-website/assets/images/background-triangle-secondary.svg);
}
.modules.product-selector-results table {
  border: 1px solid #000;
  border-collapse: separate;
  font-size: 12px;
  margin-top: 15px;
  table-layout: fixed;
  width: 100%;
}
.modules.product-selector-results td {
  border: 1px solid #000;
  padding: 15px;
  vertical-align: top;
  width: 50%;
}
.modules.product-selector-results .img-responsive {
  width: 100%;
}
.modules.product-selector-results .teaser-foreground {
  bottom: 27px;
  left: 0;
  max-width: 700px;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.modules.product-selector-results .title {
  color: #fff;
  font-size: 24px;
}
.modules.product-selector-results .headline-arrow {
  vertical-align: 0;
  width: 20px;
}
.modules.product-selector-results .awards {
  max-width: 240px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
.modules.product-selector-results .awards .media-body {
  width: auto;
}
@media screen and (max-width: 991px) {
  .modules.product-selector-results .teaser {
    margin-top: 20px;
  }
  .modules.product-selector-results .teaser:nth-child(2n+1) {
    clear: both;
  }
  .modules.product-selector-results .row > .teaser:nth-child(n+4) {
    margin-top: 0;
  }
  .modules.product-selector-results .row > .teaser:nth-child(n+3) {
    margin-top: 30px;
  }
  .modules.product-selector-results .row > .teaser:nth-child(3n+1) {
    clear: none;
  }
  .modules.product-selector-results .row > .teaser:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .modules.product-selector-results h2 {
    margin-bottom: 10px;
  }
  .modules.product-selector-results .awards {
    display: none;
  }
  .modules.product-selector-results .teaser-foreground {
    bottom: 15px;
    padding: 0 15px;
  }
  .modules.product-selector-results .row > .teaser:nth-child(n+3) {
    margin-top: 0;
  }
  .modules.product-selector-results .row > .teaser:nth-child(n+2) {
    margin-top: 20px;
  }
}
.modules.product-selector-teaser select {
  font-size: 16px;
  margin: 20px 0;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .modules.product-selector-teaser form {
    margin-top: 20px;
  }
  .modules.product-selector-teaser select {
    padding: 20px 15px;
  }
  .modules.product-selector-teaser button {
    padding: 18px 12px 14px;
  }
}
.modules.reviews-slider {
  text-align: center;
}
.modules.reviews-slider .review {
  padding: 0 100px;
}
.modules.reviews-slider .review-title {
  padding-top: 0;
  line-height: 1.2;
  margin-bottom: 35px;
  color: #000;
}
.modules.reviews-slider .review__content {
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 1.875;
}
.modules.reviews-slider .review__content strong {
  font-weight: 700;
  color: #4d4d4d;
}
.modules.reviews-slider .review__content-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
}
.modules.reviews-slider .review__content-image img {
  margin: 0 auto;
}
.modules.reviews-slider .review-anchor {
  display: inline-block;
  margin-top: 15px;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-weight: 700;
  color: #9a9a9a;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease-out;
  cursor: pointer;
}
.modules.reviews-slider .review-anchor:hover {
  text-decoration: none;
  border-color: #9a9a9a;
}
.modules.reviews-slider .small {
  color: #9a9a9a;
}
.modules.reviews-slider .slick-prev {
  left: 0;
  -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
}
.modules.reviews-slider .slick-next {
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.modules.reviews-slider .slick-slide {
  outline: 0;
}
.modules.reviews-slider .slick-arrow {
  background: none;
  background-image: url(/content/themes/adamaudio-website/assets/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 35%;
  width: 36px;
  z-index: 10;
}
.modules.reviews-slider .slick-arrow:focus {
  outline: 0;
}
.modules.reviews-slider ul {
  margin: 50px 0 5px;
  padding: 0;
  text-align: center;
}
.modules.reviews-slider ul li {
  background-color: #ededef;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  list-style: none;
  margin: 0 5px;
  width: 10px;
}
.modules.reviews-slider ul li.slick-active {
  background-color: #9a9a9a;
}
.modules.reviews-slider ul li button {
  display: none;
}
@media screen and (max-width: 767px) {
  .modules.reviews-slider .slick-arrow {
    background-size: 14px 14px;
    display: none !important;
  }
  .modules.reviews-slider .review {
    padding: 0;
  }
  .modules.reviews-slider .review-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .modules.reviews-slider .review__content-image {
    margin-top: 20px;
  }
  .modules.reviews-slider .review__content {
    font-size: 14px;
  }
  .modules.reviews-slider .review__content strong {
    font-size: 14px;
  }
}
.modules.search-results {
  background-color: #f8f8f8;
  border: 0;
  margin: 0;
}
.modules.search-results.not-found h1 {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.modules.search-results .header.wrapper {
  padding: 115px 0;
  position: relative;
  text-align: center;
}
.modules.search-results .header.wrapper .content {
  padding: 0 30px;
  position: relative;
  word-wrap: break-word;
  z-index: 2;
}
.modules.search-results .header.wrapper h1 {
  line-height: 0.9;
}
.modules.search-results .header.wrapper p {
  color: #9a9a9a;
  line-height: 1;
  margin: 0;
}
.modules.search-results .header.wrapper .image-container {
  z-index: 1;
}
.modules.search-results .header.wrapper .image-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
.modules.search-results .header.wrapper .image-container:after {
  background: rgba(0,0,0,0.7);
  content: '';
}
.modules.search-results p.no-result {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .modules.search-results p.no-result {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .modules.search-results .header {
    padding: 75px 0;
  }
  .modules.search-results .header .content {
    padding: 0 15px;
  }
  .modules.search-results .header h1 {
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.modules.shows-board {
  padding-top: 50px !important;
}
.modules.shows-board + .modules.news-categories-navigation {
  padding: 0;
}
.modules.shows-board .table-wrapper {
  padding: 30px 30px 7px 33px;
}
.modules.shows-board td {
  border-top: 1px solid #9a9a9a;
  font-size: 12px;
  padding: 25px 0;
}
.modules.shows-board th {
  border-bottom: 0;
  padding-bottom: 23px;
  padding-left: 0;
}
.modules.shows-board th td {
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .modules.shows-board td {
    padding: 25px 40px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .modules.shows-board td {
    padding: 25px 25px 25px 0;
  }
}
.modules.style-guide header {
  margin-bottom: 35px;
}
.modules.style-guide section {
  border-top: 2px solid #1d1d1d;
  margin: 20px 0;
  padding: 15px 0;
}
.modules.style-guide section > h2 {
  text-align: center;
}
.modules.style-guide .section-forms {
  text-align: center;
}
.modules.style-guide .section-forms > .wrapper {
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
}
.modules.style-guide .background-colors {
  background: #b0c4de;
  padding: 15px;
  text-align: center;
}
.modules.style-guide .single-background-color {
  display: inline-block;
  margin: 0 5px;
}
.modules.style-guide .single-background-color-label,
.modules.style-guide .single-background-color-hex {
  display: block;
  text-align: center;
}
.modules.style-guide .single-background-color-witness {
  height: 125px;
  width: 125px;
}
.modules.style-guide .section-patterns {
  background-color: #f8f8f8;
}
.modules.support-form {
  padding: 120px 0;
}
.modules.support-form .preform-content {
  margin-bottom: 90px;
}
.modules.support-form .wpcf7-form-control-wrap {
  position: static;
}
.modules.support-form .wpcf7-response-output {
  display: none !important;
}
.modules.support-form .small-label,
.modules.support-form .wpcf7-list-item-label {
  font-size: 16px;
  padding-bottom: 25px;
}
.modules.support-form .serial-number-single-wrapper {
  border-top: 1px solid #9a9a9a;
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.modules.support-form .serial-number-single-wrapper .remove-field {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 10px;
  height: 20px;
  line-height: 20px;
  top: 48px;
  margin-top: -10px;
}
.modules.support-form .serial-number-single-wrapper .purchase-date {
  display: none;
}
.modules.support-form .serial-number-single-wrapper .purchase-date > label {
  font-size: 18px;
  margin-bottom: 0;
}
.modules.support-form .serial-number-single-wrapper .purchase-date > span {
  display: inline-block;
  position: relative;
  width: 29.5%;
}
.modules.support-form .serial-number-single-wrapper .purchase-date > span:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Post-Creator-Icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #9a9a9a;
  content: '\E009';
  display: block;
  font-size: 8px;
  position: absolute;
  right: 15px;
  top: 33px;
  z-index: 0;
}
.modules.support-form .serial-number-single-wrapper .purchase-date > span:nth-child(3) {
  margin: 0 5%;
}
.modules.support-form .serial-number-warranty-checkbox {
  margin: 0;
  left: 0;
  position: absolute;
  top: 6px;
}
.modules.support-form .serial-number-warranty-label {
  display: inline;
  font-size: 14px;
  margin: 0 0 0 15px;
  line-height: 1.8;
  padding: 0;
  vertical-align: top;
}
.modules.support-form input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top;
}
.modules.support-form .extra-file-uploads {
  display: none;
  margin-top: -20px;
}
.modules.support-form .extra-file-uploads .form-control {
  display: none;
}
.modules.support-form .form-wrapper {
  background: #1d1d1d;
  color: #9a9a9a;
  padding: 90px 45px;
  position: relative;
}
.modules.support-form form {
  margin: 0 auto;
  max-width: 570px;
}
.modules.support-form .gform_wrapper.gravity-theme .gf_progressbar {
  border: 1px solid #9a9a9a;
  color: #1d1d1d;
  font-size: 12px;
}
.modules.support-form .gform_wrapper.gravity-theme .gf_progressbar_percentage {
  background: #c89e0e;
  height: 1em;
  padding-left: 8px;
}
.modules.support-form .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  display: none;
}
.modules.support-form .gfield {
  margin-top: 30px;
}
.modules.support-form label {
  display: block;
  font-size: 24px;
  letter-spacing: 0.2px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.modules.support-form label input,
.modules.support-form label textarea,
.modules.support-form select {
  margin-top: 7px;
}
.modules.support-form input[type="text"],
.modules.support-form input[type="email"],
.modules.support-form input[type="tel"],
.modules.support-form input[type="date"],
.modules.support-form textarea,
.modules.support-form select {
  background: transparent;
  border: 1px solid #9a9a9a;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 56px;
  padding: 13px 10px;
  resize: none;
}
.modules.support-form input[type="text"]::-ms-expand,
.modules.support-form input[type="email"]::-ms-expand,
.modules.support-form input[type="tel"]::-ms-expand,
.modules.support-form input[type="date"]::-ms-expand,
.modules.support-form textarea::-ms-expand,
.modules.support-form select::-ms-expand {
  display: none;
}
.modules.support-form input[type="text"] option,
.modules.support-form input[type="email"] option,
.modules.support-form input[type="tel"] option,
.modules.support-form input[type="date"] option,
.modules.support-form textarea option,
.modules.support-form select option {
  background-color: #000;
  color: #fff;
}
.modules.support-form .error,
.modules.support-form .wpcf7-not-valid,
.modules.support-form .gfield_error input,
.modules.support-form .gfield_error select {
  border-color: #f00 !important;
}
.modules.support-form .gform_validation_errors {
  display: none;
}
.modules.support-form .gform_anchor:focus,
.modules.support-form #gf_form_focus:focus {
  outline: none;
}
.modules.support-form select {
  line-height: 24px;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
}
.modules.support-form .select-label,
.modules.support-form .select-box {
  position: relative;
}
.modules.support-form .select-label:after,
.modules.support-form .select-box:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Post-Creator-Icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #9a9a9a;
  content: '\E009';
  display: block;
  font-size: 8px;
  position: absolute;
  right: 15px;
  z-index: 0;
}
.modules.support-form .select-label:after {
  bottom: 44px;
}
.modules.support-form .select-box:after {
  margin-top: -10px;
  right: 30px;
  top: 50%;
}
.modules.support-form .radio-wrapper,
.modules.support-form .checkbox-wrapper {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: top;
}
.modules.support-form .radio-wrapper .custom-radio {
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  bottom: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  transition: border 0.2s;
  width: 12px;
}
.modules.support-form .radio-wrapper input[type="radio"] {
  visibility: hidden;
}
.modules.support-form .radio-wrapper input[type="radio"]:checked + .custom-radio {
  border: 4px solid #fff;
}
.modules.support-form .checkbox-wrapper .custom-checkbox {
  border: 1px solid #9a9a9a;
  height: 14px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 6px;
  width: 14px;
}
.modules.support-form .checkbox-wrapper input[type="checkbox"] {
  margin-bottom: 5px;
  opacity: 0;
}
.modules.support-form .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox {
  border: 2px solid #fff;
}
.modules.support-form .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox:before,
.modules.support-form .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox:after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
}
.modules.support-form .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox:before {
  left: 1px;
  top: 5px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 4px;
}
.modules.support-form .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox:after {
  left: 2px;
  top: 4px;
  -ms-transform: rotate(-55deg);
      transform: rotate(-55deg);
  width: 7px;
}
.modules.support-form .product-single {
  border-bottom: 2px solid #9a9a9a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.modules.support-form .products-list {
  padding-bottom: 40px;
}
.modules.support-form .serial-number-list > .serial-number-single-wrapper:first-child {
  border-top: 0;
  padding-top: 0;
}
.modules.support-form .serial-number-list > .serial-number-single-wrapper:first-child .remove-field {
  top: 28px;
}
.modules.support-form .serial-number-list-footer {
  text-align: right;
}
.modules.support-form .upload-file {
  float: right;
}
.modules.support-form .form-footer,
.modules.support-form .form-submit-footer {
  margin-top: 45px;
  text-align: center;
}
.modules.support-form .gform_page_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 45px;
}
.modules.support-form .ajax-loader {
  display: none;
}
.modules.support-form .extra {
  font-size: 12px;
  margin-top: 1em;
}
.modules.support-form .gfield_validation_message {
  color: #f00;
}
.modules.support-form label.error,
.modules.support-form .wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px;
  left: 0;
  margin-top: -30px;
  position: absolute;
  top: 100%;
}
.modules.support-form .wpcf7-not-valid-tip {
  bottom: -6px;
  margin-top: -14px;
}
.modules.support-form .form-arrow {
  cursor: pointer;
  height: 30px;
  position: absolute;
  top: 200px;
  width: 34px;
}
.modules.support-form .form-arrow:hover:after {
  color: #fff;
}
.modules.support-form .form-arrow:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Post-Creator-Icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #9a9a9a;
  font-size: 30px;
}
.modules.support-form .form-prev {
  left: 30px;
}
.modules.support-form .form-prev:after {
  content: '\E006';
}
.modules.support-form .form-next {
  right: 30px;
}
.modules.support-form .form-next:after {
  content: '\E005';
}
.modules.support-form .gform_page_footer .button,
.modules.support-form .btn-primary {
  background: #fff;
  color: #1d1d1d;
}
.modules.support-form .gform_page_footer .button:hover,
.modules.support-form .btn-primary:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.modules.support-form .gform_page_footer .button {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 14px;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: 8px;
  padding: 13px 12px 9px;
  text-transform: uppercase;
  width: 120px;
}
.modules.support-form .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 30px;
  vertical-align: top;
}
.modules.support-form .wpcf7-list-item label {
  padding-bottom: 0;
  padding-top: 0;
}
.modules.support-form .wpcf7-list-item input[type="radio"] {
  margin-left: 8px;
  position: relative;
  margin-top: 10px;
  width: auto;
}
.modules.support-form input[type="file"] {
  background: none;
}
.modules.support-form input[type="file"]::-ms-value {
  background: none;
  border: 0;
  color: #9a9a9a;
}
.modules.support-form .wpcf7-list-item-label {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}
.modules.support-form .slick-slide {
  padding: 0 1px;
}
.modules.support-form .remove-button-wrapper {
  text-align: right;
}
.modules.support-form .gform_button {
  border: 1px solid #ededef;
}
.modules.support-form .gform_confirmation_message h3 {
  color: #f8f8f8;
}
.modules.support-form .gform_confirmation_message strong {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.gfield_visibility_hidden {
  display: none;
}
.ui-datepicker,
.gform-theme-datepicker {
  background: #f8f8f8;
  padding: 11px;
}
@media screen and (max-width: 991px) {
  .modules.support-form .form-arrow {
    width: 20px;
  }
  .modules.support-form .form-arrow:after {
    font-size: 20px;
  }
  .modules.support-form .form-next {
    right: 15px;
  }
  .modules.support-form .wpcf7-list-item input[type="radio"] {
    margin-top: 7px;
  }
  .modules.support-form .form-prev {
    left: 15px;
  }
  .modules.support-form .wpcf7-list-item {
    display: block;
  }
  .modules.support-form .wpcf7-list-item-label {
    max-width: 85%;
  }
  .modules.support-form .radio-wrapper .custom-radio {
    bottom: 11px;
  }
  .modules.support-form .checkbox-wrapper .custom-checkbox {
    top: 5px;
  }
}
.modules.techno-grid {
  margin-top: 20px;
}
.modules.techno-grid .same-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.modules.techno-grid .same-height:before,
.modules.techno-grid .same-height:after {
  content: none;
}
.modules.techno-grid .technology {
  float: left;
  margin: 15px;
  width: 262.5px;
}
.modules.techno-grid .card {
  margin: 15px 0;
}
.modules.techno-grid .card:nth-child(4n+1) {
  clear: both;
}
.modules.techno-grid h2 {
  margin-bottom: 30px;
}
.modules.techno-grid h4 {
  color: #c89e0e;
  transition: all 0.3s ease;
}
.modules.techno-grid p {
  color: #9a9a9a;
  display: table-cell;
  font-size: 14px;
  line-height: 1.3;
  padding: 20px 0;
  transition: color 0.3s ease;
  vertical-align: middle;
}
.modules.techno-grid a {
  border-color: #9a9a9a;
  color: #9a9a9a;
  transition: all 0.3s ease;
}
.modules.techno-grid .inner-content-wrapper {
  display: table;
  height: 100%;
  padding-bottom: 45px;
  position: relative;
}
.modules.techno-grid .inner-content {
  display: table-cell;
  vertical-align: middle;
}
.modules.techno-grid .content {
  text-align: center;
  background-color: #1d1d1d;
  display: block;
  padding: 60px 30px;
  transition: all 0.3s ease;
}
.modules.techno-grid .content:hover {
  background-color: #c89e0e;
}
.modules.techno-grid .content:hover a {
  border-color: #1d1d1d;
}
.modules.techno-grid .content:hover p,
.modules.techno-grid .content:hover a,
.modules.techno-grid .content:hover h4 {
  color: #1d1d1d;
}
.modules.techno-grid .link {
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .modules.techno-grid .same-height {
    margin: 0 -15px;
  }
  .modules.techno-grid .technology {
    margin: 15px;
    width: 212.5px;
  }
  .modules.techno-grid .card:nth-child(4n+1) {
    clear: none;
  }
  .modules.techno-grid .card:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .modules.techno-grid .technology {
    margin: 15px;
    width: 345px;
  }
  .modules.techno-grid .card:nth-child(3n+1) {
    clear: none;
  }
  .modules.techno-grid .card:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .modules.techno-grid .technology {
    margin: 15px;
    width: 100%;
  }
  .modules.techno-grid h2 {
    margin-bottom: 10px;
  }
  .modules.techno-grid .content {
    padding: 30px;
  }
  .modules.techno-grid .card:nth-child(2n+1) {
    clear: none;
  }
}
.modules.template-product.archive-false > .modules.techno-teaser:nth-child(even):nth-child(n+5) {
  background-color: #fff;
}
.modules.techno-teaser {
  background-color: #fff;
}
.modules.techno-teaser .subtitle {
  display: block;
  color: #8e8e8e;
  font-size: 24px;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  letter-spacing: 2px;
  text-align: center;
}
.modules.techno-teaser .title {
  font-size: 72px;
  text-align: center;
  padding-top: 0;
  margin-top: 16px;
  color: #000;
}
.modules.techno-teaser .content-text {
  color: #4d4d4d;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.875;
  max-width: 870px;
  margin: 20px auto 0;
  text-align: center;
}
.modules.techno-teaser .technology-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: items;
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
}
.modules.techno-teaser .technology-list-item {
  display: none;
  opacity: 0;
  width: 50%;
  padding: 0 8px;
  transition: all 0.25s ease-out;
}
.modules.techno-teaser .technology-list-item:nth-child(1),
.modules.techno-teaser .technology-list-item:nth-child(2),
.modules.techno-teaser .technology-list-item:nth-child(3),
.modules.techno-teaser .technology-list-item:nth-child(4),
.modules.techno-teaser .technology-list-item.technology-list-item--visible {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.modules.techno-teaser .technology {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 90px 55px 0;
  margin-bottom: 35px;
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 18px;
  min-height: 620px;
  width: 100%;
}
.modules.techno-teaser .technology::before {
  position: absolute;
  top: 40px;
  left: 55px;
  counter-increment: items;
  content: counters(items, ".", decimal-leading-zero);
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  color: #8d8d8d;
  letter-spacing: 2px;
  z-index: 2;
}
.modules.techno-teaser .technology img {
  display: block;
  max-width: 100%;
}
.modules.techno-teaser .technology--image-top {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modules.techno-teaser .technology--image-top .technology-content {
  padding: 0 55px;
}
.modules.techno-teaser .technology--image-bottom {
  padding-left: 0;
  padding-right: 0;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.modules.techno-teaser .technology--image-bottom img {
  margin: 0 auto;
}
.modules.techno-teaser .technology--image-bottom .technology-content {
  padding: 0 55px;
}
.modules.techno-teaser .technology--full-background {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.modules.techno-teaser .technology--full-background img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modules.techno-teaser .technology--full-background .technology-title,
.modules.techno-teaser .technology--full-background .technology-text {
  color: #fff;
}
.modules.techno-teaser .technology-content {
  position: relative;
  z-index: 2;
}
.modules.techno-teaser .technology-title {
  color: #000;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 36px;
}
.modules.techno-teaser .technology-text {
  color: #2c2c2c;
  line-height: 1.94;
  margin-top: 30px;
}
.modules.techno-teaser .technologies {
  margin-top: 95px;
}
.modules.techno-teaser .technology-link {
  display: inline-block;
  color: #c89e0e;
  font-weight: 700;
  margin: 30px 0 50px;
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease-out;
}
.modules.techno-teaser .technology-link:hover {
  border-color: #c89e0e;
  text-decoration: none;
}
.modules.techno-teaser .technology-list-see-more,
.modules.techno-teaser .technology-list-hide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
  cursor: pointer;
}
.modules.techno-teaser .technology-list-see-more.is-hidden,
.modules.techno-teaser .technology-list-hide.is-hidden {
  display: none;
}
.modules.techno-teaser .technology-list-see-more .technology-list-see-more-label,
.modules.techno-teaser .technology-list-hide .technology-list-see-more-label,
.modules.techno-teaser .technology-list-see-more .technology-list-hide-label,
.modules.techno-teaser .technology-list-hide .technology-list-hide-label {
  display: block;
  color: #a9a9a9;
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}
.modules.techno-teaser .technology-list-see-more svg,
.modules.techno-teaser .technology-list-hide svg {
  transition: all 0.25s ease-out;
}
.modules.techno-teaser .technology-list-see-more:hover svg {
  -ms-transform: translateY(5px);
      transform: translateY(5px);
}
.modules.techno-teaser .technology-list-hide:hover svg {
  -ms-transform: rotate(-180deg) translateY(5px);
      transform: rotate(-180deg) translateY(5px);
}
.modules.techno-teaser .technology-list-hide svg {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.modules.techno-teaser .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.modules.techno-teaser .slick-prev {
  left: calc(50% - 50px);
  -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
}
.modules.techno-teaser .slick-next {
  right: calc(50% - 50px);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.modules.techno-teaser .slick-slide {
  outline: 0;
  height: auto;
}
.modules.techno-teaser .slick-arrow {
  background: none;
  background-image: url(/content/themes/adamaudio-website/assets/icons/image-slider-icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  top: calc(100% - 16px);
  width: 36px;
  z-index: 10;
  text-indent: -999em;
}
.modules.techno-teaser .slick-arrow:focus {
  outline: 0;
}
.modules.techno-teaser ul {
  margin: 50px 0 5px;
  padding: 0;
  text-align: center;
}
.modules.techno-teaser ul li {
  background-color: #ededef;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  list-style: none;
  margin: 0 5px;
  width: 10px;
}
.modules.techno-teaser ul li.slick-active {
  background-color: #9a9a9a;
}
.modules.techno-teaser ul li button {
  display: none;
}
@media screen and (max-width: 991px) {
  .modules.techno-teaser {
    padding: 75px 0 170px !important;
  }
  .modules.techno-teaser .title,
  .modules.techno-teaser .subtitle,
  .modules.techno-teaser .content-text {
    text-align: left;
  }
  .modules.techno-teaser .title {
    font-size: 30px;
  }
  .modules.techno-teaser .subtitle {
    font-size: 16px;
  }
  .modules.techno-teaser .content-text {
    max-width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.96;
  }
  .modules.techno-teaser .technologies {
    width: auto;
    margin-top: 60px;
  }
  .modules.techno-teaser .technology-list {
    margin: 0 -15px;
    padding-bottom: 95px;
  }
  .modules.techno-teaser .technology-list-item {
    width: 100%;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 8px;
  }
  .modules.techno-teaser .technology {
    width: 100%;
    padding: 20px 0 0;
    font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-size: 16px;
    min-height: 610px;
    margin-bottom: 0;
  }
  .modules.techno-teaser .technology::before {
    position: absolute;
    top: 20px;
    left: 25px;
  }
  .modules.techno-teaser .technology--image-top {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .modules.techno-teaser .technology--image-top img {
    position: static;
    margin: -20px auto;
    right: 0;
  }
  .modules.techno-teaser .technology .technology-content {
    padding: 0 25px;
  }
  .modules.techno-teaser .technology-link {
    margin: 30px 0;
  }
  .modules.techno-teaser .technology-list-see-more {
    display: none;
  }
}
.modules.template > .modules.technology-page-header {
  padding-bottom: 0;
}
.modules.technology-page-header {
  background: #f8f8f8;
}
.modules.technology-page-header .header-wrapper {
  background: #000;
  color: #fff;
  position: relative;
  min-height: 745px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules.technology-page-header .header-wrapper:before {
  top: 30px;
}
.modules.technology-page-header .product-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 75%;
}
.modules.technology-page-header .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modules.technology-page-header .product-info-wrapper {
  max-width: 675px;
  width: 100%;
}
.modules.technology-page-header .headline-title,
.modules.technology-page-header .headline-subtitle {
  margin: 0;
  padding: 0;
}
.modules.technology-page-header .headline-title {
  margin-top: 20px;
  font-size: 90px;
  margin-bottom: 20px;
}
.modules.technology-page-header .content {
  padding: 30px 0 35px 0;
  position: relative;
  z-index: 2;
}
.modules.technology-page-header .headline-subtitle {
  font-family: 'DINEngschriftStd', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  color: #8e8e8e;
  margin-top: -0.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.modules.technology-page-header .headline-description {
  font-family: 'DINPro', Helvetica, Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #c4c4c4;
  letter-spacing: 1px;
  line-height: 1.7;
}
.modules.technology-page-header .headline-link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.modules.technology-page-header .headline-link-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.modules.technology-page-header .headline-link-item:nth-child(1) {
  margin-right: 45px;
}
.modules.technology-page-header .headline-link-item:hover {
  text-decoration: none;
}
.modules.technology-page-header .headline-link-item:hover .headline-link-item-text {
  border-color: transparent;
}
.modules.technology-page-header .headline-link-item.headline-link-item--arrow {
  padding-left: 37px;
}
.modules.technology-page-header .headline-link-item.headline-link-item--arrow:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  border-color: transparent transparent transparent #fff;
}
.modules.technology-page-header .headline-link-item-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  transition: border-color 0.3s ease-in-out;
}
.modules.technology-page-header .background-image {
  z-index: 1;
}
.modules.technology-page-header .background-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  height: 100%;
}
.modules.technology-page-header .header-wrapper .headline-link-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .modules.technology-page-header .header-wrapper {
    min-height: 720px;
  }
  .modules.technology-page-header .background-image {
    bottom: 0;
    top: auto;
  }
  .modules.technology-page-header .background-image img {
    max-height: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .modules.technology-page-header .header-wrapper {
    min-height: 620px;
  }
  .modules.technology-page-header .header-wrapper .headline-link-wrapper {
    margin-top: 40px;
  }
  .modules.technology-page-header .header-wrapper:before {
    content: none;
  }
  .modules.technology-page-header .headline-title {
    font-size: 80px;
  }
  .modules.technology-page-header .headline-subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .modules.technology-page-header .header-wrapper {
    min-height: 0;
  }
  .modules.technology-page-header .product-image-wrapper,
  .modules.technology-page-header .product-info-wrapper {
    display: block;
    width: 100%;
  }
  .modules.technology-page-header .product-info-wrapper {
    padding: 0 25px;
  }
  .modules.technology-page-header .product-info-wrapper {
    padding-top: 30px;
  }
  .modules.technology-page-header .product-info {
    position: relative;
  }
  .modules.technology-page-header .headline-title {
    font-size: 64px;
    letter-spacing: 5px;
  }
  .modules.technology-page-header .headline-subtitle {
    display: block;
  }
  .modules.technology-page-header .headline-subtitle,
  .modules.technology-page-header .headline-description {
    font-size: 18px;
  }
  .modules.technology-page-header .background-image {
    padding: 0 0 30px;
    position: static;
  }
  .modules.technology-page-header .background-image img {
    position: static;
  }
  .modules.technology-page-header .headline-link-item:hover .headline-link-item-text {
    border-color: #fff;
  }
  .modules.technology-page-header .headline-link-item .headline-link-item-text {
    border-color: transparent;
  }
}
.modules.template-post {
  padding-bottom: 100px;
}
.modules.template-post > .modules.posts-teasers {
  background: #f8f8f8;
  padding: 70px 0;
}
.modules.template-post .pattern--tags-list {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .modules.template-post {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .modules.template-post {
    padding-bottom: 30px;
  }
  .modules.template-post .pattern--tags-list {
    margin-top: 20px;
  }
}
.modules.template-product > .modules {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .modules.template-product > .modules {
    padding: 30px 0;
  }
}
.modules.template-product > .modules.module-no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
.modules.template-product > .modules.module-no-padding-top {
  padding-top: 0;
}
.modules.template-product > .modules.module-no-padding-bottom {
  padding-bottom: 0;
}
.modules.template-product > .modules:first-of-type {
  padding-top: 0;
}
.modules.template-product.archive-true > .modules.post-page-header {
  padding-bottom: 0;
}
.modules.template-product.archive-true > .modules:nth-child(odd):nth-child(n+3) {
  background-color: #f8f8f8;
}
.modules.template-product.archive-true > .modules:nth-child(odd):nth-child(n+3) .component.posts-teasers .post-teaser {
  border-color: #f8f8f8;
}
.modules.template-product.archive-true > .modules:nth-child(even):nth-child(n+3) {
  background-color: #fff;
}
.modules.template-product.archive-true > .modules:nth-child(even):nth-child(n+3) .component.posts-teasers .post-teaser {
  background-color: #f8f8f8;
  border-color: #fff;
}
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) {
  background-color: #fff;
}
.modules.template-product.archive-false > .modules:nth-child(odd):nth-child(n+5) .component.posts-teasers .post-teaser {
  border-color: #fff;
}
.modules.template-product.archive-false > .modules:nth-child(even):nth-child(n+5) {
  background-color: #f8f8f8;
}
.modules.template-product.archive-false > .modules:nth-child(even):nth-child(n+5) .component.posts-teasers .post-teaser {
  background-color: #fff;
  border-color: #f8f8f8;
}
.modules.template-serie > .modules {
  padding: 70px 0;
}
.modules.template-serie > .modules:first-child {
  padding-top: 0;
}
.modules.template-serie > .modules:nth-child(odd) {
  background-color: #f8f8f8;
}
.modules.template-serie > .modules:nth-child(odd) .component.posts-teasers .post-teaser {
  border-color: #f8f8f8;
}
.modules.template-serie > .modules:nth-child(even) {
  background-color: #fff;
}
.modules.template-serie > .modules:nth-child(even) .component.posts-teasers .post-teaser {
  background-color: #f8f8f8;
  border-color: #fff;
}
.modules.template-with-title .pageTitle {
  padding: 50px 0;
}
.modules.template-with-title .pageModules > .modules {
  padding: 70px 0;
}
.modules.template-with-title .pageModules > .modules:first-child {
  padding: 0;
}
.modules.template-with-title .pageModules > .modules.module-no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
.modules.template-with-title .pageModules > .modules.module-no-padding-top {
  padding-top: 0;
}
.modules.template-with-title .pageModules > .modules.module-no-background:nth-child(odd),
.modules.template-with-title .pageModules > .modules.module-no-background:nth-child(even) {
  background-color: transparent;
}
.modules.template-with-title .pageModules > .modules:nth-child(odd) {
  background-color: #f8f8f8;
}
.modules.template-with-title .pageModules > .modules:nth-child(odd) .component.posts-teasers .post-teaser {
  border-color: #f8f8f8;
}
.modules.template-with-title .pageModules > .modules:nth-child(odd).shows-board .table-wrapper {
  background-color: #fff;
}
.modules.template-with-title .pageModules > .modules:nth-child(even) {
  background-color: #fff;
}
.modules.template-with-title .pageModules > .modules:nth-child(even) .component.posts-teasers .post-teaser {
  background-color: #f8f8f8;
  border-color: #fff;
}
.modules.template-with-title .pageModules > .modules:nth-child(even).shows-board .table-wrapper {
  background-color: #f8f8f8;
}
.modules.template > .modules {
  padding: 70px 0;
}
.modules.template > .modules:first-child {
  padding-top: 0;
}
.modules.template > .modules.module-no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
.modules.template > .modules.module-no-padding-top {
  padding-top: 0;
}
.modules.template > .modules:nth-child(odd) {
  background-color: #f8f8f8;
}
.modules.template > .modules:nth-child(odd) .component.posts-teasers .post-teaser {
  border-color: #f8f8f8;
}
.modules.template > .modules:nth-child(odd).shows-board .table-wrapper {
  background-color: #fff;
}
.modules.template > .modules:nth-child(even) {
  background-color: #fff;
}
.modules.template > .modules:nth-child(even) .component.posts-teasers .post-teaser {
  background-color: #f8f8f8;
  border-color: #fff;
}
.modules.template > .modules:nth-child(even).shows-board .table-wrapper {
  background-color: #f8f8f8;
}
.page-template-news-page .modules.template > .modules {
  background-color: #f8f8f8 !important;
}
.page-template-news-page .modules.template .component.posts-teasers .post-teaser {
  background-color: #fff !important;
  border-color: #f8f8f8 !important;
}
.modules.three-d-viewer .viewer-title {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .modules.three-d-viewer .viewer-title {
    font-size: 4rem;
  }
}
.modules.three-d-viewer .unity-canvas {
  margin-top: 2.1875rem;
  display: block;
  width: 100% !important;
  height: auto !important;
}
.modules.three-d-viewer .wysiwyg {
  margin-top: 2.9375rem;
}
.modules.video-library {
  padding-bottom: 0 !important;
}
.modules.video-library .container {
  overflow: hidden;
}
.modules.video-library .teasers {
  position: relative;
}
.modules.video-library .teasers-list {
  display: -ms-flexbox;
  display: flex;
  position: static;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .modules.video-library .teasers-list {
    padding: 0 15px;
  }
}
.modules.video-library .teasers-list--absolute {
  position: absolute;
}
.modules.video-library .teasers-item {
  background-color: #fff;
  border: 1px solid #ededef;
  margin: 0 1% 30px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .modules.video-library .teasers-item {
    margin: 0 0 30px;
    width: 100%;
  }
}
.modules.video-library .teasers-wrapper {
  padding: 30px;
}
.modules.video-library .teasers-imgEl {
  max-width: 100%;
}
.modules.video-library .teasers-content {
  margin-bottom: 20px;
  padding-top: 20px;
}
.modules.video-library .teasers-category {
  margin-bottom: 10px;
}
.modules.video-library .teasers-oembed {
  position: relative;
}
.modules.video-library .teasers-posterImage {
  cursor: pointer;
  position: absolute;
  transition: visibility 0.3s ease;
  visibility: visible;
  width: 100%;
  z-index: 1;
}
.modules.video-library .teasers-posterImage::before {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  background-color: rgba(51,51,51,0.5);
  border: 5px solid #fff;
  border-radius: 50px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .modules.video-library .teasers-posterImage::before {
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
  }
}
.modules.video-library .teasers-posterImage::after {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fff;
  border-top: 20px solid transparent;
  height: 0;
  margin-left: -18px;
  margin-top: -20px;
  width: 0;
}
@media screen and (max-width: 991px) {
  .modules.video-library .teasers-posterImage::after {
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    margin-left: -9px;
    margin-top: -10px;
  }
}
.modules.video-library .teasers-posterImage:hover::before,
.modules.video-library .teasers-posterImage:hover::after {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.modules.video-library .teasers-posterImage-isHidden {
  visibility: hidden;
}
.modules.video-library .teasers-imageElement {
  display: block;
  height: auto;
  width: 100%;
}
.modules.video-library .teasers-video {
  height: 0;
  padding-bottom: 66.66666%;
  visibility: hidden;
}
.modules.video-library .teasers-video-isVisible {
  visibility: visible;
}
.modules.video-library .teasers-video iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules.video-library .arrow {
  cursor: pointer;
  height: 150px;
  display: none;
  margin: 1000px -5px 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.modules.video-library .arrow--visible {
  display: block;
}
.modules.video-library .arrow.show svg {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.modules.video-library svg {
  height: 28px;
  margin-top: 50px;
  transition: all 0.3s ease;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  width: 28px;
}
.modules.wysiwyg img {
  height: auto;
  width: 100%;
}
.modules.wysiwyg .gform_wrapper img {
  height: auto;
  width: auto;
}
.modules.wysiwyg .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.modules.wysiwyg iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules.wysiwyg a {
  color: #1d1d1d;
  text-decoration: underline;
}
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);-webkit-clip-path:polygon(0px 0,0 0,0 0,0 0);clip-path:polygon(0px 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-container:focus{outline:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(/content/themes/adamaudio-website/assets/vendor/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(/content/themes/adamaudio-website/assets/vendor/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(0,0,0,.9);background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(/content/themes/adamaudio-website/assets/vendor/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(0,0,0,.7);background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(/content/themes/adamaudio-website/assets/vendor/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(/content/themes/adamaudio-website/assets/vendor/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0;overflow:hidden;text-align:center;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:15px 15px;animation:buffering-stripes 2s linear infinite}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-volume-button{}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(50,50,50,.7);border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0;overflow:hidden;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay{}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(/content/themes/adamaudio-website/assets/vendor/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:transparent url(/content/themes/adamaudio-website/assets/vendor/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url(/content/themes/adamaudio-website/assets/vendor/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both; }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.5s linear both; }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: hide 0.5s 0.2s linear both; }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
