@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: 1px 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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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 {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: GillSans-Light, 'GillSans-Bold', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 18px;
  line-height: 1.55555556;
  color: #333333;
  background-color: #F7F7F7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CEDC00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #869000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55555556;
  background-color: #F7F7F7;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
abstract {
  font-size: 26px;
  color: #333333;
  line-height: 1.31em;
}
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: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
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: 14px;
  margin-bottom: 14px;
}
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: 45px;
  line-height: 1;
}
h2,
.h2 {
  font-size: 45px;
  line-height: 1;
}
h3,
.h3 {
  font-size: 25px;
  line-height: 1.25;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 1.55555556;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 1.625;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 1.625;
}
p {
  margin: 0 0 14px;
}
.lead {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
/*small,
.small {
  font-size: floor((100% * @font-size-small / @font-size-base));
}*/
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #777777;
}
.text-primary {
  color: #CEDC00;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9ea900;
}
.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: #CEDC00;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #9ea900;
}
.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: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.55555556;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
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.55555556;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: 28px;
  font-style: normal;
  line-height: 1.55555556;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.55555556;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #F0F0F0;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55555556;
  vertical-align: top;
  border-top: 1px solid #D9D9D9;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #D9D9D9;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #D9D9D9;
}
.table .table {
  background-color: #F7F7F7;
}
.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 #D9D9D9;
}
.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 #D9D9D9;
}
.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: #F7F7F7;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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: #F7F7F7;
}
.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: #eaeaea;
}
.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: #d0e9c6;
}
.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: #c4e3f3;
}
.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: #faf2cc;
}
.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: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #D9D9D9;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.55555556;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.55555556;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 28px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 46px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 51px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 33px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.55555556;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #FFFFFF;
  border-color: #D9D9D9;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #999999;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #bababa;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #bababa;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #999999;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #FFFFFF;
  border-color: #D9D9D9;
}
.btn-default .badge {
  color: #FFFFFF;
  background-color: #333;
}
.btn-primary {
  color: #333333;
  background-color: #CEDC00;
  border-color: #b6c300;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #333333;
  background-color: #9ea900;
  border-color: #3f4300;
}
.btn-primary:hover {
  color: #333333;
  background-color: #9ea900;
  border-color: #7d8500;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #333333;
  background-color: #9ea900;
  border-color: #7d8500;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #333333;
  background-color: #7d8500;
  border-color: #3f4300;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CEDC00;
  border-color: #b6c300;
}
.btn-primary .badge {
  color: #CEDC00;
  background-color: #333333;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #CEDC00;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #869000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #CEDC00;
}
.nav .nav-divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.55555556;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #F7F7F7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #F7F7F7;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #CEDC00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F7F7F7;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 28px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 28px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.55555556;
  text-decoration: none;
  color: #CEDC00;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #869000;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #CEDC00;
  border-color: #CEDC00;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.55555556px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55555556;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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: 1023px) {
  .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: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .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: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .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;
  }
}
/* Base */
@font-face {
  font-family: GillSans;
  src: url(../fonts/GillSans.eot);
  src: url(../fonts/GillSans.eot?#iefix) format('embedded-opentype'), url(../fonts/GillSans.woff) format('woff'), url(../fonts/GillSans.ttf) format('truetype'), url(../images/GillSans.svg#dpa-microphonesregular) format('svg');
}
@font-face {
  font-family: GillSans-Light;
  src: url(../fonts/GillSans-Light.eot);
  src: url(../fonts/GillSans-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/GillSans-Light.woff) format('woff'), url(../fonts/GillSans-Light.ttf) format('truetype'), url(../images/GillSans-Light.svg#dpa-microphonesregular) format('svg');
}
@font-face {
  font-family: GillSans-SemiBold;
  src: url(../fonts/GillSans-SemiBold.eot);
  src: url(../fonts/GillSans-SemiBold.eot?#iefix) format('embedded-opentype'), url(../fonts/GillSans-SemiBold.woff) format('woff'), url(../fonts/GillSans-SemiBold.ttf) format('truetype'), url(../images/GillSans-SemiBold.svg#dpa-microphonesregular) format('svg');
}
@font-face {
  font-family: 'dpa-microphones';
  src: url(../fonts/dpa-microphones-webfont.eot);
  src: url(../fonts/dpa-microphones-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/dpa-microphones-webfont.woff2) format('woff2'), url(../fonts/dpa-microphones-webfont.woff) format('woff'), url(../fonts/dpa-microphones-webfont.ttf) format('truetype'), url(../images/dpa-microphones-webfont.svg#dpa-microphonesregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dpa-temp';
  src: url(../fonts/dpa-temp.eot);
  src: url(../fonts/dpa-temp.eot?#iefix) format('embedded-opentype'), url(../fonts/dpa-temp.woff2) format('woff2'), url(../fonts/dpa-temp.woff) format('woff'), url(../fonts/dpa-temp.ttf) format('truetype'), url(../images/dpa-temp.svg#dpa-temp) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'dpa-icons';
  src: url(../fonts/dpa-icons.eot);
  src: url(../fonts/dpa-icons.eot#iefix) format('embedded-opentype'), url(../fonts/dpa-icons.woff2) format('woff2'), url(../fonts/dpa-icons.woff) format('woff'), url(../fonts/dpa-icons.ttf) format('truetype'), url(../images/dpa-icons.svg#dpa-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'dpa-icons';
  src: url(../fonts/dpa-icons-2.eot);
  src: url(../fonts/dpa-icons-2.eot#iefix) format('embedded-opentype'), url(../fonts/dpa-icons-2.woff2) format('woff2'), url(../fonts/dpa-icons-2.woff) format('woff'), url(../fonts/dpa-icons-2.ttf) format('truetype'), url(../images/dpa-icons-2.svg#dpa-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h1 {
    font-size: 40.5px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h2 {
    font-size: 40.5px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h3 {
    font-size: 22.5px;
  }
}
.abstract {
  font-size: 26px;
  line-height: 1.30769231;
}
@media (max-width: 767px) {
  .abstract {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .abstract {
    font-size: 20.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .abstract {
    font-size: 23.4px;
  }
}
small {
  font-size: 16px;
  line-height: 26px;
}
a {
  color: #6c6c6c;
  font-family: GillSans-SemiBold;
}
a:hover,
a:focus {
  color: #333;
}
input:hover,
button:hover,
input:focus,
button:focus,
input:active,
button:active,
input.active,
button.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 960px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 960px) {
  [class^="col-xs-"],
  [class^="col-sm-"],
  [class^="col-md-"],
  [class^="col-lg-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  [class^="col-xs-"],
  [class^="col-sm-"],
  [class^="col-md-"],
  [class^="col-lg-"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.section-title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .dpa-space {
    height: 193px;
  }
}
@media only screen and (min-width: 768px) {
  .dpa-space--small {
    height: 170px;
  }
}
.dpa-space--100 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .dpa-space--100 {
    margin-bottom: 100px;
  }
}
.dpa-space--90 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .dpa-space--90 {
    margin-bottom: 90px;
  }
}
.dpa-space--80 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .dpa-space--80 {
    margin-bottom: 80px;
  }
}
.dpa-space--70 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .dpa-space--70 {
    margin-bottom: 70px;
  }
}
.dpa-space--60 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .dpa-space--60 {
    margin-bottom: 60px;
  }
}
.dpa-space--50 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .dpa-space--50 {
    margin-bottom: 50px;
  }
}
.dpa-space--40 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .dpa-space--40 {
    margin-bottom: 40px;
  }
}
.dpa-space--30 {
  margin-bottom: 30px;
}
.dpa-space--20 {
  margin-bottom: 20px;
}
.dpa-space--10 {
  margin-bottom: 10px;
}
.date {
  margin-bottom: 10px;
  font-size: 18px;
}
.article-title {
  text-transform: none;
}
.dpa-lime {
  color: #CEDC00;
}
p {
  margin-bottom: 15px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
}
h1,
.h1 {
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    margin-bottom: 20px;
  }
}
h2,
.h2 {
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
}
h3,
.h3 {
  font-family: GillSans-SemiBold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    margin-bottom: 10px;
  }
}
h4,
.h4 {
  font-family: GillSans-SemiBold;
  margin-bottom: 10px;
}
h5,
.h5 {
  font-family: GillSans-SemiBold;
  margin-bottom: 10px;
}
h6,
.h6 {
  font-family: GillSans-SemiBold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .title-character {
    font-size: 56px;
    color: #c9db57;
    letter-spacing: 0;
    position: relative;
    right: -3px;
  }
}
.title-colon {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title-colon {
    font-size: 28px;
    font-family: monospace;
    letter-spacing: 0;
    position: relative;
    top: -5px;
  }
}
.title-text {
  position: relative;
  left: -3px;
}
.title-symbol {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title-symbol {
    font-size: 28px;
    top: -18px;
    letter-spacing: 0;
    position: relative;
    left: -7px;
  }
}
.abstract {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .abstract {
    margin-bottom: 20px;
  }
}
img,
iframe {
  max-width: 100%;
}
b,
strong {
  font-weight: normal;
  font-family: GillSans-SemiBold;
}
hr {
  border-color: #d8d8d8;
  margin-top: 20px;
  margin-bottom: 20px;
}
address {
  line-height: 156%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  address {
    margin-bottom: 60px;
  }
}
address a {
  display: block;
  margin-top: 10px;
}
address a:after {
  content: " \203A";
}
.awards {
  margin-bottom: 20px;
}
.underline {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
}
/**********************************Added by Karan*********************************************/
@media (max-width: 800px) {
  .social-share .btn-share.accordion__toggler--active::before {
    bottom: -7px !important;
  }
}
@media only screen and (max-width: 767px) {
  .form-contact .select {
    width: 100% !important;
  }
  #porductContainerDiv .pagination-summary {
    margin-top: 22px !important;
  }
  .social-share .btn-share.accordion__toggler--active::before {
    bottom: 42px !important;
  }
}
@media only screen and (max-width: 767px) {
  .social-share .btn-share.accordion__toggler--active::before {
    bottom: -57px !important;
  }
  .signoutLink {
    color: #d9d9d9;
    display: block;
    padding: 17px 50px 17px 18px;
    position: relative;
    font-size: 18px;
  }
  .panel__options .select,
  .form-contact .select {
    width: 100% !important;
  }
  .mic-finder .panel__toggler {
    top: 130px !important;
  }
  .newsletter__box .Subscription .form-group {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .newsletter .btn.SubscriptionButton {
    margin-top: 25px !important;
  }
}
@media (max-width: 638px) {
  .bottom-pagination .total-page-no {
    float: none;
  }
  .bottom-pagination nav {
    float: none;
    margin: 10px 0 !important;
    width: auto;
    padding-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .pagination__result {
    float: left;
    font-size: 16px;
  }
  .bottom-pagination .pagination li a {
    height: 32px !important;
    line-height: 32px !important;
    width: 32px !important;
  }
  .bottom-pagination {
    overflow: hidden;
  }
  .pagination {
    font-size: 13px !important;
  }
  .bottom-pagination nav ul li {
    margin-left: 5px !important;
  }
}
@media (max-width: 512px) {
  .pagination__items {
    float: none !important;
    margin: 0 !important;
  }
  .bottom-pagination .total-page-no {
    float: none !important;
    text-align: center;
    width: 100%;
  }
  .bottom-pagination nav {
    float: none !important;
    margin: 10px 0 0 !important;
    width: 100%;
  }
  .pagination__result {
    float: none !important;
  }
  h2.subtitle {
    font-size: 17px;
  }
  .search-paging li a,
  .search-paging li strong {
    font-size: 16px !important;
  }
}
@media (max-width: 401px) {
  .newsletter .btn.SubscriptionButton {
    margin-top: 0px !important;
  }
  .PagerControl {
    text-align: center;
  }
  .PagerControl .PagerResults {
    float: left;
  }
  .PagerControl .PagerNumberArea {
    float: none !important;
    margin: 10px 0;
  }
  .newsletter__box .Subscription .form-group {
    text-align: center;
  }
  #p_lt_ctl01_pageplaceholder_p_lt_ctl00_pageplaceholder_p_lt_ctl00_DPANEWS_sys_pnlUpdate .PagerControl {
    text-align: center !important;
  }
  .PagerControl .PagerResults {
    float: none !important;
  }
}
@media (max-width: 329px) {
  .social-share .addthis_toolbox a {
    width: 48px !important;
  }
}
.product-finder .checkbox label::before {
  border: none !important;
}
.product-finder .color-controls li.color-option {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
}
.product-finder .color-controls li.color-option:first-child {
  border-left: 1px solid #d9d9d9;
}
a:focus {
  outine: none;
}
.product-results .productlist-box {
  vertical-align: top;
}
/*******************************************************************************/
@media only screen and (max-width: 767px) {
  .pull-left--mobile {
    float: left;
  }
  .pull-right--mobile {
    float: right;
  }
  /**********************************Added by Karan*********************************************/
  #porductContainerDiv .panel-sorting {
    float: none;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .panel-sorting .panel-sorting__title {
    text-align: left;
    float: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #porductContainerDiv .panel-sorting {
    margin-bottom: 10px;
  }
}
/*******************************************************************************/
.notFound {
  border-top: 1px solid #D9D9D9;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .notFound {
    margin-bottom: 90px;
    padding-top: 40px;
  }
}
.notFound .search-box {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .notFound .search-box {
    margin-top: 60px;
  }
}
.counter {
  display: none;
  width: 25px;
  height: 25px;
  background: #333333;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  top: -39px;
  right: 30px;
}
.ajax__scroll_auto {
  overflow: inherit !important;
}
/* =============================================================================
   Screen size variables
   ========================================================================== */
/* =============================================================================
   Media queries for different screen sizes
   ========================================================================== */
@-webkit-keyframes open-before {
  50% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(-45deg);
    transform: translateX(-50%) translateY(0) rotate(-45deg);
  }
}
@keyframes open-before {
  50% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(-45deg);
    transform: translateX(-50%) translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes close-before {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(-45deg);
    transform: translateX(-50%) translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-9px);
    transform: translateX(-50%) translateY(-9px);
  }
}
@keyframes close-before {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(-45deg);
    transform: translateX(-50%) translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-9px);
    transform: translateX(-50%) translateY(-9px);
  }
}
@-webkit-keyframes open-after {
  50% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }
}
@keyframes open-after {
  50% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes close-after {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(7px);
    transform: translateX(-50%) translateY(7px);
  }
}
@keyframes close-after {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(7px);
    transform: translateX(-50%) translateY(7px);
  }
}
/* Use the following CSS code if you want to have a class per icon */
[class^="dpa-"]:before,
[class*=" dpa-"]:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.dpa-icon-font,
.breadcrumb a:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.dpa-sound:before {
  content: "\EA27";
}
.dpa-manual:before {
  content: "\E670";
}
.dpa-brochure:before {
  content: "\E6EC";
}
.dpa-heart:before {
  content: "\E6B5";
}
.dpa-play:before {
  content: "\E636";
}
.dpa-close:before {
  content: "\E68D";
  line-height: 50px;
}
.dpa-close-dark:before {
  content: "\E719";
}
.dpa-close-round:before {
  content: "\E67E";
}
.dpa-video:before {
  content: "\E780";
}
.dpa-image:before {
  content: "\E67A";
}
.dpa-checked:before {
  content: "\E67D";
}
.dpa-arrow-down:before {
  content: "\E621";
}
.dpa-arrow-up:before {
  content: "\E62C";
}
.dpa-arrow-left:before {
  content: "\E622";
}
.dpa-arrow-right:before {
  content: "\E623";
}
.dpa-person:before {
  content: "\E971";
}
.dpa-comparison:before {
  content: "\E647";
}
.dpa-downloads:before {
  content: "\E63F";
}
.dpa-microphone:before {
  content: "\E6E5";
}
.dpa-search:before {
  content: "\E6D9";
}
.dpa-zoom:before {
  content: "\E987";
}
.dpa-facebook:before {
  content: "\E767";
}
.dpa-twitter:before {
  content: "\E77C";
}
.dpa-linkedin:before {
  content: "\E773";
}
.dpa-youtube:before {
  content: "\E780";
}
.dpa-toque:before {
  content: "\E6B0";
}
.dpa-book:before {
  content: "\E648";
}
.dpa-globe:before {
  content: "\E6AF";
}
.dpa-googleplus:before {
  content: "\E76D";
}
.dpa-pen:before {
  content: "\E699";
}
.dpa-print:before {
  content: "\E6FC";
}
.dpa-request:before {
  content: "\E6AB";
}
.dpa-download-list:before {
  content: "\E61B";
}
.dpa-email:before {
  content: "\E6DA";
}
.dpa-share:before {
  content: "\E70D";
}
.dpa-bars:before {
  content: "\E6E0";
}
.dpa-spinner:before {
  content: "\E690";
}
.dpa-lines:before {
  content: "\E727";
}
.dpa-wishlist:before {
  content: "\E6EC";
}
.dpa-minus:before {
  content: "\E6E3";
}
.dpa-plus:before {
  content: "\E6F7";
}
[class^="icone-"]:before,
[class*=" icone-"]:before {
  display: inline-block;
  font: normal 20px/1 'dpa-temp';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icone-arrow-left:before {
  content: '\E801';
}
.icone-arrow-right:before {
  content: '\E802';
}
.icone-arrow-down:before {
  content: '\E802';
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.icone-checked:before {
  content: '\E804';
}
.icone-close:before {
  content: '\E805';
}
.icone-delete-selection:before {
  content: '\E806';
}
.icone-done1:before {
  content: '\E807';
}
.icone-done2:before {
  content: '\E808';
}
.icone-edit:before {
  content: '\E809';
}
.icone-list:before {
  content: '\E80B';
}
.icone-minus-circle:before {
  content: '\E80D';
}
.icone-plus:before {
  content: '\E80F';
}
.icone-plus-circle:before {
  content: '\E810';
}
[class^="icon-menu-"]:before,
[class*=" icon-menu-"]:before {
  display: inline-block;
  font: normal 20px/1 'dpa-icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu-gooseneck:before {
  content: '\E800';
}
.icon-menu-handheld:before {
  content: '\E801';
}
.icon-menu-headset:before {
  content: '\E802';
}
.icon-menu-instrument:before {
  content: '\E803';
}
.icon-menu-lavalier:before {
  content: '\E804';
}
.icon-menu-pencil:before {
  content: '\E805';
}
.btn {
  background-color: transparent;
  border: none;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0;
  height: 50px;
  text-transform: uppercase;
  font-family: GillSans-SemiBold;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
  letter-spacing: 1px;
  line-height: 15px;
  transition: ease color 150ms, ease border-color 150ms;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}
.btn [class^="dpa-"]:before,
.btn [class*=" dpa-"]:before {
  line-height: 50px;
  vertical-align: middle;
}
.btn span {
  line-height: 50px;
  vertical-align: middle;
  padding-left: 16px;
}
a:focus,
button:focus,
.btn:focus {
  outline: none;
}
.btn-close {
  width: 50px;
  padding: 0;
}
.btn-close:before {
  line-height: 50px;
}
.btn-play {
  width: 50px;
  padding: 0;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.btn-play:before {
  line-height: 50px;
  position: relative;
  top: -1px;
  left: 2px;
}
.btn-green {
  background: #cedc00;
  padding: 0 20px;
  color: #333;
}
.btn-green:hover {
  background: #d7e333;
  color: #333;
}
.btn-green:focus {
  background: #b8c500;
  color: #333;
}
.btn-green span {
  padding-top: 17px;
  padding-bottom: 17px;
}
.btn-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 0 20px;
  letter-spacing: 1px;
  text-align: left;
}
.btn-border:hover {
  border-color: #808080;
  color: #333;
}
.btn-border:focus {
  border-color: #d9d9d9;
  background: #f0f0f0;
  color: #808080;
}
.btn-border:disabled {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.btn-default {
  border: 1px solid #bbb;
  padding: 0 20px;
  letter-spacing: 1px;
}
.btn-default:hover {
  border-color: #808080;
  color: #333;
}
.btn-default:focus {
  border-color: #d9d9d9;
  color: #808080;
}
.btn-default:disabled {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.btn-simple span {
  padding-left: 0;
}
.btn-top {
  background-color: rgba(51, 51, 51, 0.5);
  color: #fff;
  position: fixed;
  bottom: 70px;
  right: 70px;
  width: 50px;
  border-radius: 100%;
  text-align: center;
  z-index: 5000;
  display: none;
}
@media only screen and (max-width: 767px) {
  .btn-top {
    visibility: hidden;
  }
}
.btn-top:hover {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}
.btn-top:focus {
  background-color: #333333;
  color: #fff;
}
.btn-top.higher {
  bottom: 60px;
}
.tooltip-dpa:hover .btn {
  color: #333;
}
.tooltip-dpa:hover .tooltip__text {
  display: block;
}
.tooltip__text {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #333;
  color: #fafafa;
  font-size: 16px;
  line-height: 163%;
  text-transform: none;
  padding: 12px 20px;
  width: 100%;
  height: 50px;
  text-align: left;
  font-family: GillSans-Light;
}
.tooltip__text:before {
  background-color: #333;
  top: -7px;
  content: "";
  display: block;
  height: 14px;
  margin-left: -7px;
  position: absolute;
  left: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  z-index: 10;
}
.tooltip__text a {
  text-decoration: none;
}
.tooltip__text a:after {
  content: " \203A";
}
.btn-auto {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.btn-center {
  text-align: center;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .checkbox {
  margin: 0;
}
label {
  font-weight: normal;
}
.form-control {
  box-shadow: none;
  -webkit-appearance: none;
  background: #ebebeb;
  border: 1px solid #d8d8d8;
  color: #808080;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 150%;
}
.form-control:focus {
  box-shadow: none;
  background: #ebebeb;
  border-color: #808080;
  color: #333;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #f7f7f7;
  border-color: #d8d8d8;
  color: #333;
}
.checkbox {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 70px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-family: GillSans;
  font-size: 16px;
  line-height: 125%;
}
.checkbox label:before {
  background: #ebebeb;
  border: 1px solid #d8d8d8;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:hover + label:before {
  border-color: #808080;
}
.checkbox input[type="checkbox"]:focus + label:before {
  border-color: #808080;
}
.checkbox input[type="checkbox"]:checked + label:before {
  border-color: #d8d8d8;
}
.checkbox input[type="checkbox"]:checked + label:after {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  content: "\E67D";
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.2;
  cursor: not-allowed !important;
  z-index: 1;
}
.checkbox-small {
  margin-bottom: 10px;
  margin-top: 0;
}
.checkbox-small:hover {
  color: #808080;
}
.checkbox-small label {
  padding-left: 32px;
  height: 16px;
  font-family: GillSans;
  font-size: 16px;
  line-height: 163%;
}
.checkbox-small label:before {
  background: #fff;
  border: 1px solid #333;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 16px;
  border-radius: 2px;
}
.checkbox-small input[type="checkbox"] {
  height: 16px;
  top: 5px;
}
.checkbox-small input[type="checkbox"]:checked + label:before {
  background: #333;
  border-color: #333;
}
.checkbox-small input[type="checkbox"]:checked + label:after {
  font-size: 10px;
  width: 16px;
  height: 15px;
  line-height: 16px;
  top: 5px;
  color: #fff;
}
.checkbox-small:hover input[type="checkbox"]:checked + label:before {
  border-color: #808080;
  background: #808080;
}
.checkbox-small:hover input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.form-error .form-control {
  border-color: #ff6666;
  color: #333;
}
.form-error input[type="checkbox"] + label:before {
  border-color: #ff6666;
}
.error {
  font-family: GillSans-SemiBold;
  display: block;
  color: #ff6666;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 163%;
}
.error[style*="inline"] {
  display: block !important;
}
.error[style*="inline"] ~ .form-control {
  border-color: #ff6666;
}
.error[style*="inline"] ~ .form-control::-webkit-input-placeholder {
  color: #333;
}
.error[style*="inline"] ~ .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.error[style*="inline"] ~ .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.error[style*="inline"] ~ .form-control:-ms-input-placeholder {
  color: #333;
}
.error[style*="inline"] + .checkbox label:before,
.error[style*="inline"] + .select-wrap select {
  border-color: #ff6666;
  color: #333;
}
.form-horizontal {
  border-top: 1px solid #d9d9d9;
  position: relative;
}
.form-horizontal:before {
  content: " ";
  display: table;
}
.form-horizontal:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-horizontal {
    padding-bottom: 87px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .form-horizontal {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
.form-horizontal .form-group {
  margin-bottom: 30px;
}
.form-horizontal a {
  color: #333;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .form-horizontal .control-label {
    margin-bottom: 10px;
  }
}
.form-horizontal .checkbox {
  padding: 0;
}
.form-horizontal .btn {
  width: auto;
  background: #cedc00;
  padding: 0 20px;
  color: #333;
}
.form-horizontal .btn:hover {
  background: #d7e333;
  color: #333;
}
.form-horizontal .btn:focus {
  background: #b8c500;
  color: #333;
}
.form-horizontal .btn span {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .form-horizontal .btn-form {
    text-align: center;
    margin-top: 60px;
    width: auto;
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form-horizontal .btn-form {
    margin-bottom: 10px;
  }
}
.form-horizontal .btn-small {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .form-horizontal .btn-small {
    width: auto;
  }
}
.control-label {
  text-align: left;
  font-family: GillSans-SemiBold;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .form-title {
    margin-bottom: 15px !important;
  }
}
.abstract-form {
  font-size: 26px;
  line-height: 131%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .abstract-form {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 35px;
  }
}
.register {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 156%;
}
.register__btns {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .register__btns .col-btn {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .register__btns {
    margin: 40px -5px 90px;
  }
  .register__btns .col-btn {
    padding: 0 5px;
    width: 25%;
    float: left;
  }
}
.telephone {
  position: relative;
}
.telephone span {
  position: absolute;
  top: 0;
  left: -50px;
  font-family: GillSans-SemiBold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.telephone .form-control {
  float: left;
}
.telephone .form-control.prefix {
  width: 70px;
  margin-right: 20px;
}
.telephone .form-control.phone {
  max-width: calc(100% - 90px);
}
.group-title {
  font-family: GillSans-SemiBold;
}
.group-section {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .group-section {
    margin-bottom: 90px;
  }
}
.group-section:last-child {
  margin-bottom: 0;
}
.btn-edit {
  width: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn-edit {
    position: absolute;
    right: 0;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-edit {
    float: right;
  }
}
.help-text {
  display: block;
  /*margin-top: 10px;*/
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 5px;
}
select {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  color: #808080;
  font-size: 16px;
  padding: 0 20px;
  cursor: pointer;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
textarea.form-control {
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  textarea.form-control {
    min-height: 200px;
  }
}
.select .DropDownField {
  width: 100%;
}
.modal-delete .btn-form {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-delete .btn-border {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .uneditable-label {
    display: block;
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 48px;
    cursor: not-allowed;
    min-height: 50px;
  }
}
.delete-account {
  font-family: GillSans-Light;
}
.delete-account:hover,
.delete-account:focus {
  text-decoration: underline;
}
.prefix-symbol {
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.Error select,
.Error .form-control {
  border-color: #ff6666;
  color: #333;
}
.select2-container--classic {
  float: none !important;
  font-size: 16px;
  line-height: 50px;
}
.select2-container--classic .select2-dropdown {
  background: #fff;
  color: #808080;
  border: none;
}
.select2-container--classic .select2-selection--single {
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  color: #808080 !important;
  box-shadow: none !important;
}
.select2-container--classic .select2-results__options {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d8d8d8;
  font-family: GillSans-Light;
  color: #808080;
  max-height: 300px;
  overflow-y: scroll;
}
.select2-container--classic .select2-results__option:hover {
  color: #808080;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow:before {
  color: #808080 !important;
}
.select2-container--disabled .select2-selection__arrow,
.select2-container--disabled .select2-selection__rendered {
  cursor: not-allowed;
}
.uploader-upload {
  background: #ebebeb;
  border: 1px solid #d8d8d8;
  padding: 0 20px;
  height: 50px;
}
.uploader-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.uploader-input-file + label {
  display: block !important;
  /* 20px */
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  color: grey;
  font-size: 16px;
  line-height: 50px;
}
.uploader-input-file + label:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  content: "\E656";
  margin-right: 7px;
}
@media only screen and (min-width: 768px) {
  .MultiStepFormButtonPanel {
    float: left;
    padding: 0 15px;
    margin-left: 41.66666667%;
    width: 58.33333333%;
    overflow: hidden;
  }
}
.checkbox-custom .EditingFormControlNestedControl {
  float: left;
  width: 40px;
}
.checkbox-custom .EditingFormLabel {
  width: calc(100% - 40px);
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  font-family: GillSans;
  font-size: 16px;
  line-height: 125%;
}
.CaptchaTable {
  width: 100%;
  text-align: center;
}
.form-request {
  margin-bottom: 10px;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  border-left: 0;
  overflow: hidden;
  margin: 25px 45px 0;
  padding: 0;
  position: relative;
}
blockquote:before {
  content: "";
  background: url(/images/quote.svg) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 0 20px;
  width: 93px;
  height: 72px;
}
.blockquote__author {
  display: block;
  margin: 10px 45px 25px;
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  font-family: GillSans-SemiBold;
  text-align: right;
}
.blockquote__author:before {
  content: "-";
  display: inline-block;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  blockquote {
    margin: 45px 45px 0;
  }
  blockquote:before {
    float: left;
    margin: 15px 50px 0 0;
    width: 189px;
    height: 146px;
  }
  blockquote p {
    display: inline;
    vertical-align: 2px;
  }
  .blockquote__author {
    margin: 10px 50px 45px;
  }
}
@media only screen and (min-width: 768px) {
  .EditMode .page-head {
    top: 95px;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
  }
}
.DesignMode .page-head {
  position: static;
  width: 1170px;
}
.DesignMode .page-head .LayoutTable {
  width: 1346px;
}
.DesignMode .page-head .container {
  margin: 0;
}
.DesignMode .modal-specs {
  display: block;
  position: static;
  opacity: 1;
}
.DesignMode .modal-specs__body {
  position: static;
  opacity: 1;
}
/* Layout */
@media only screen and (min-width: 768px) {
  .page-head {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 100;
  }
}
@media only screen and (max-width: 767px) {
  .page-head {
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  }
}
.page-head a {
 text-decoration: none;
}
.page-head .btn {
  border: 1px solid #666;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: left;
  color: #b3b3b3;
}
.page-head .btn:hover {
  color: #cedc00;
  border: 1px solid rgba(206, 220, 0, 0.5);
  background-clip: padding-box;
}
.page-head .btn:focus {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .page-head .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-nav__logo {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-left: -15px;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .site-nav__logo {
    width: 120px;
    height: 120px;
    position: absolute;
    margin-left: 0;
  }
}
.site-nav__logo--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CEDC00;
}
@media only screen and (min-width: 768px) {
  .site-nav__logo--mobile {
    display: none;
  }
}
.site-nav__toggler {
  float: left;
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 25;
  border-right: 1px solid #D9D9D9;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-nav__toggler {
    display: none;
  }
}
.site-nav__toggler:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
  content: "\E6E0";
  color: #333;
}
.site-nav__toggler[class*='--active']:before {
  content: "\E68D";
}
.mobile-nav-primary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 20;
  height: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 116%;
  font-family: GillSans-SemiBold;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .mobile-nav-primary {
    display: none !important;
  }
}
.mobile-nav-primary:before {
  content: "";
  background-color: #e5e5e5;
  height: 1px;
  display: block;
}
.mobile-nav-primary__item--hasChildren {
  position: relative;
}
.mobile-nav-primary__item--hasChildren .accordion__toggler {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.mobile-nav-primary__item--hasChildren .accordion__toggler--active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mobile-nav-primary__item--hasChildren .accordion__toggler:after {
  float: none;
}
.mobile-nav-primary__link {
  padding: 17px 50px 17px 18px;
  display: block;
  color: #333333;
  border-bottom: 1px solid #D9D9D9;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
}
.mobile-nav-primary__link:hover,
.mobile-nav-primary__link:focus {
  color: #333333;
}
.mobile-nav-primary__link[class*='--active']:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-nav-primary__link--service {
  background: #f5f5f5;
  color: #808080;
}
.mobile-nav-primary__link--service:hover,
.mobile-nav-primary__link--service:focus {
  color: #808080;
}
.mobile-nav-primary__link--service + .mobile-nav-secondary a {
  color: #b3b3b3;
  font-size: 16px;
}
.mobile-nav-secondary__item--hasChildren > a:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  vertical-align: middle;
  content: "\E621";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.mobile-nav-secondary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #333333;
  z-index: 18;
}
@media only screen and (min-width: 768px) {
  .mobile-nav-secondary {
    top: 100px;
    display: none;
  }
}
.mobile-nav-secondary:before {
  content: " ";
  display: table;
}
.mobile-nav-secondary:after {
  content: " ";
  display: table;
  clear: both;
}
.mobile-nav-secondary__item {
  position: relative;
  z-index: 18;
  border-bottom: 1px solid #666;
  font-size: 15px;
}
.mobile-nav-secondary__item:last-child {
  border-bottom: none;
}
.mobile-nav-secondary__link {
  padding: 17px 50px 17px 18px;
  color: #D9D9D9;
  display: block;
  position: relative;
  font-size: 18px;
}
.mobile-nav-secondary__link:hover,
.mobile-nav-secondary__link:focus {
  color: #D9D9D9;
}
.mobile-nav-secondary__link[class*='--active'] {
  color: #D9D9D9;
}
.mobile-nav-secondary__link[class*='--active']:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-nav-tertiary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #262626;
  height: 0;
  overflow: hidden;
}
.mobile-nav-tertiary:before {
  content: " ";
  display: table;
}
.mobile-nav-tertiary:after {
  content: " ";
  display: table;
  clear: both;
}
.mobile-nav-tertiary__link {
  padding: 17px 50px 16px 18px;
  color: #b3b3b3;
  display: block;
  position: relative;
  border-top: 1px solid #404040;
  font-size: 16px;
  line-height: 16px;
}
.mobile-nav-tertiary__link:hover,
.mobile-nav-tertiary__link:focus {
  color: #b3b3b3;
  outline: 0;
}
.mobile-nav-tertiary__link[class*='--active'] {
  color: #b3b3b3;
}
.mobile-nav-tertiary__link[class*='--active']:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-nav-service {
  margin: 0;
  padding: 0;
  margin-right: -15px;
  position: relative;
  list-style-type: none;
  text-transform: uppercase;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .site-nav-service {
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
    margin-right: 0;
  }
}
.site-nav-service:before {
  content: "";
  display: table;
}
.site-nav-service:after {
  content: "";
  display: table;
  clear: both;
}
.site-nav-service__item {
  float: right;
}
@media only screen and (min-width: 768px) {
  .site-nav-service__item {
    display: block;
    position: relative;
  }
}
.site-nav-service__item ul {
  list-style-type: none;
  top: 100%;
  text-transform: none;
  font-size: 16px;
  line-height: 163%;
}
.site-nav-service__item ul li {
  margin-top: 10px;
}
.site-nav-service__item ul li:first-child {
  margin-top: 0;
}
.site-nav-service__item ul li a {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 163%;
  cursor: pointer;
  font-family: GillSans;
}
.site-nav-service__item ul li a:hover {
  color: #cedc00;
}
.site-nav-service__item:hover > a {
  color: #333333;
}
.site-nav-service__item:hover .nav-caret:before {
  background-color: #333333;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  margin-left: -7px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  z-index: 10;
}
.site-nav-service--profile ul {
  position: absolute;
  right: 0;
  display: none;
  padding: 30px;
  width: 170px;
  z-index: 50;
  background: #333333;
}
.site-nav-service--profile .nav-caret {
  position: absolute;
  right: 3px;
  top: 100%;
}
.site-nav-service--profile:hover ul {
  display: block;
}
.site-nav-service--profile:hover .nav-caret {
  display: block;
}
.site-language {
  position: absolute;
  right: 0;
  z-index: 30;
}
.site-language ul {
  min-width: 120px;
  padding: 0;
}
.site-language ul li {
  padding: 0 30px;
  opacity: 0;
}
.site-language ul li:first-child {
  padding-top: 30px;
}
.site-language ul li:last-child {
  padding-bottom: 30px;
}
.site-language.accordion__element ul {
  background: #333333;
}
.site-language.accordion__element ul li {
  opacity: 1;
}
.site-nav-service__link {
  color: #808080;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  line-height: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 116%;
  padding-top: 2px;
  transition: ease color 150ms;
  padding: 0 10px;
  font-family: GillSans-SemiBold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .site-nav-service__link {
    display: none;
  }
}
.site-nav-service__link:hover {
  color: #333333;
}
.site-nav-service__link:focus {
  color: #333333;
}
.site-nav-service__link[class*="--active"] {
  color: #333333;
}
.site-nav-service__link > span {
  text-indent: -9000px;
  overflow: hidden;
  display: block;
}
.site-nav-service__option {
  color: #808080;
  border-left: 1px solid #D9D9D9;
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 116%;
  transition: ease color 150ms, ease background-color 150ms;
  font-family: GillSans-SemiBold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .site-nav-service__option {
    color: #333333 !important;
  }
}
.site-nav-service__option[class*='--active'] {
  color: #333333;
}
.site-nav-service__option:hover {
  color: #333333;
}
.site-nav-service__option:focus {
  color: #333333;
}
.site-nav-service__option .nav-caret {
  display: none;
}
.site-nav-service__option.accordion__toggler--active .nav-caret {
  display: block;
}
.site-nav-service__option.accordion__toggler--active .nav-caret:before {
  background-color: #333333;
  content: "";
  display: block;
  height: 14px;
  margin-left: -7px;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  z-index: 10;
}
.site-nav-primary {
  min-height: 50px;
  display: none;
}
.site-nav-primary > .container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .site-nav-primary {
    display: block;
    background: #FFFFFF;
  }
}
.site-nav-primary__list {
  list-style-type: none;
  margin: 0 0 0 -15px;
  padding: 0 0 0 150px;
}
.site-nav-primary__item {
  float: left;
}
.site-nav-primary__item:hover .site-nav-primary__link {
  color: #808080;
}
.site-nav-primary__item:hover .site-nav-secondary {
  display: block;
}
.site-nav-primary__item:hover > a:after {
  display: block;
}
.site-nav-primary__item--active > a {
  color: #808080;
}
.site-nav-primary__link {
  text-transform: uppercase;
  display: block;
  color: #333333;
  font-size: 13px;
  line-height: 116%;
  padding: 27px 15px 28px;
  letter-spacing: 1px;
  position: relative;
  font-family: GillSans-SemiBold;
  transition: ease color 150ms;
}
.site-nav-primary__link:hover,
.site-nav-primary__link:focus {
  color: #808080;
}
.site-nav-primary__item--hasChildren > a:after {
  display: none;
  z-index: 10;
  content: "";
  margin-left: -7px;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #333333;
}
.site-nav-primary__item--hasChildren > a:before {
  display: none;
  z-index: 11;
  content: "";
  margin-left: -15px;
  background-color: #333333;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.site-nav-secondary {
  display: none;
  padding: 60px 50px 45px;
  background: #333333;
  z-index: 500;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.site-nav-secondary__list {
  margin: 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  text-align: center;
}
.site-nav-secondary__link {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 163%;
  font-family: GillSans-Light;
}
.site-nav-secondary__link i {
  display: block;
}
.site-nav-secondary__link span {
  display: block;
}
.site-nav-secondary__link em {
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #808080;
}
.site-nav-secondary__link .icon-menu {
  font-size: 35px;
  margin-bottom: 25px;
}
.site-nav-secondary__link:hover,
.site-nav-secondary__link:focus {
  color: #cedc00;
}
.site-nav-secondary__link--grey {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 90%;
  letter-spacing: 0.9px;
  color: #808080;
  font-family: GillSans;
  text-transform: uppercase;
  border-bottom: 1px solid #808080;
}
.site-nav-secondary__link--grey:hover,
.site-nav-secondary__link--grey:focus {
  color: #808080;
}
.site-nav-secondary__list--small {
  margin: 0;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  text-align: left;
}
.site-nav-secondary__list--small li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  min-height: 80px;
}
.site-nav-secondary__list--small .site-nav-secondary__link {
  font-size: 18px;
  line-height: 128%;
}
.site-nav-secondary__title {
  color: #D9D9D9;
  display: block;
  font-size: 18px;
  line-height: 156%;
  padding-bottom: 20px;
  font-family: GillSans-SemiBold;
}
.mobile-nav-btn {
  padding: 30px 18px;
}
@media only screen and (min-width: 768px) {
  .dpa-search.site-nav-service__option {
    position: absolute;
    top: 50px;
    right: 0;
    border: none;
    color: #333333;
    height: 70px;
    text-align: left;
    z-index: 10;
  }
  .dpa-search.site-nav-service__option:before {
    line-height: 70px;
    text-align: left;
    vertical-align: middle;
  }
  .dpa-search.site-nav-service__option.site-nav-service__option--faded {
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .dpa-search.accordion__toggler--active span:before {
    display: block;
    z-index: 10;
    content: "";
    margin-left: -7px;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -7px;
    right: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333333;
  }
}
@media only screen and (max-width: 767px) {
  .dpa-search.accordion__toggler--active:before {
    content: "\E68D";
  }
}
.search-txt input[type="submit"] {
  width: 50px;
  height: 50px;
  float: right;
  background-color: transparent;
  padding: 0;
}
.site-search {
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 25;
  margin: 0;
  height: 0;
  overflow: hidden;
  font-family: GillSans-Light;
}
@media only screen and (max-width: 767px) {
  .site-search > .container {
    padding: 0;
  }
}
.site-search .search-txt {
  background-color: #333333;
  padding: 30px;
  overflow: hidden;
}
.site-search label {
  display: block;
  max-width: calc(100% - 100px);
  margin: 0;
}
.site-search ::-webkit-input-placeholder {
  font-family: GillSans-Light;
  color: rgba(255, 255, 255, 0.5);
}
.site-search :-moz-placeholder {
  /* Firefox 18- */
  font-family: GillSans-Light;
  color: rgba(255, 255, 255, 0.5);
}
.site-search ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: GillSans-Light;
  color: rgba(255, 255, 255, 0.5);
}
.site-search :-ms-input-placeholder {
  font-family: GillSans-Light;
  color: rgba(255, 255, 255, 0.5);
}
.site-search input {
  font-size: 26px;
  line-height: 139%;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-family: GillSans-Light;
}
@media only screen and (max-width: 767px) {
  .site-search input {
    font-size: 18px;
  }
}
.site-search button {
  width: 50px;
  height: 50px;
  color: #b3b3b3;
  float: right;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.site-search button:hover {
  color: #cedc00;
}
.site-search button:focus {
  color: #fff;
}
.site-search .btn-send {
  border: 1px solid #666666;
  font-size: 13px;
  font-family: GillSans-SemiBold;
  text-transform: uppercase;
  color: #b3b3b3;
}
.site-search .btn-send:hover {
  color: #cedc00;
  border: 1px solid rgba(206, 220, 0, 0.5);
  background-clip: padding-box;
  text-decoration: none;
}
.site-search .btn-send:focus {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  text-decoration: none;
}
.site-search .dpa-close span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .site-search {
    background: #333333;
    top: 50px;
  }
  .site-search .search-txt {
    padding: 10px 15px;
  }
}
.search-results {
  padding: 30px 30px 20px;
  background: #262626;
  color: #d9d9d9;
}
.search-results .search-results {
  padding: 0;
}
.search-results .nav-tabs {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .search-results .nav-tabs {
    font-size: 18px;
  }
}
.search-results .nav-tabs li a {
  padding: 0 20px 20px 0;
  margin: 0;
  border: none;
  font-size: 18px;
  font-family: GillSans-SemiBold;
  color: #d9d9d9;
  opacity: .5;
}
@media only screen and (max-width: 767px) {
  .search-results .nav-tabs li a {
    padding-bottom: 30px;
  }
}
.search-results .nav-tabs li a:hover,
.search-results .nav-tabs li a:focus {
  margin: 0;
  background: none;
  border: none;
  color: #fff;
}
.search-results .nav-tabs > li.active > a,
.search-results .nav-tabs > li.active > a:hover,
.search-results .nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  opacity: 1;
}
.search-results .tab-content .col-sm-6 {
  padding: 0;
}
.search-results .tab-content li {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .search-results .tab-content li {
    margin-top: 20px;
  }
}
.search-results .tab-content li:first-child {
  margin-top: 0;
}
.search-results .tab-content li a {
  color: #b3b3b3;
}
.search-results .search-filter {
  font-family: GillSans-SemiBold;
  color: #d9d9d9;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .search-results {
    padding: 15px;
  }
  .search-results .col-search {
    width: auto;
  }
}
.search-results .predictiveSearchCategory {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 156%;
  color: #d9d9d9;
  text-decoration: none;
}
.search-results ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.search-results ul li a {
  display: block;
  color: #d9d9d9;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-family: GillSans;
}
@media only screen and (max-width: 767px) {
  .search-results ul li a {
    line-height: 20px;
  }
}
.search-results > a {
  color: #d9d9d9;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
.search-results > a:hover,
.search-results > a:focus {
  color: #d9d9d9;
}
.search-results > a:after {
  content: " \203A";
}
.wishlist-counter {
  display: block;
  border-radius: 100%;
  position: absolute;
  bottom: 27px;
  right: 57px;
  background-color: #CEDC00;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-family: GillSans-Light;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wishlist-counter {
    bottom: inherit;
    top: 5px;
    right: 5px;
  }
}
.footer {
  position: relative;
  width: 100%;
  color: #999;
  font-size: 16px;
  line-height: 163%;
  background: #262626;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer a {
  color: #999;
  transition: ease color 150ms, ease background-color 150ms;
  font-family: GillSans-Light;
}
.footer a:hover {
  color: #CEDC00;
  text-decoration: none;
}
.footer a:focus {
  color: #fff;
  text-decoration: none;
}
.footer img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer address {
    margin-bottom: 65px;
  }
}
.footer__links {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .footer__links {
    clear: both;
  }
}
.footer__heading {
  position: relative;
  font-family: GillSans-SemiBold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer__heading {
    margin-bottom: 2px;
  }
}
.footer__top {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 60px;
  margin-bottom: 10px;
}
.footer__top .footer__links a {
  text-transform: uppercase;
  font-family: GillSans-SemiBold;
  font-size: 13px;
  line-height: 116%;
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
}
.footer__top .footer__links a:hover {
  color: #cedc00;
}
.footer__top .footer__links a:focus {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer__top .footer__links a {
    padding-left: 30px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top .footer__links a {
    border: 1px solid #4d4d4d;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    padding: 0 20px;
    text-decoration: none;
  }
  .footer__top .footer__links a:first-child {
    margin-top: 0;
  }
}
.footer__bottom {
  padding-top: 20px;
}
.footer__bottom a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__bottom a {
    float: right;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom a {
    line-height: 112%;
    margin-top: 20px;
  }
  .footer__bottom a:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom span {
    margin-bottom: 10px;
  }
}
/* Vendors */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*! jQuery UI - v1.11.4 - 2015-12-08
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Components */
.accordion__element {
  height: 0;
  overflow: hidden;
}
.accordion__element--is-open {
  opacity: 1;
}
.accordion__element--animating {
  transition: height ease-in-out 320ms, opacity ease-in-out 320ms;
}
.accordions__toggler {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 1px;
  background-color: #fff;
  color: #666;
  padding: 16px 50px 13px 20px;
  cursor: pointer;
  position: relative;
  transition: ease color 250ms, ease background-color 250ms;
}
.accordions__toggler:before {
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: ease transform 250ms;
}
.accordions__toggler[class*='--active'] {
  background-color: #404040;
  color: #fff;
}
.accordions__toggler[class*='--active']:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordions__element > *:first-child {
  padding: 20px;
}
.dpa-accordion > div {
  overflow: inherit!important;
}
.cookie {
  display: none;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.cookie a {
  color: #cedc00;
}
.cookie a:hover,
.cookie a:focus {
  color: #cedc00;
}
.cookie .btn {
  background: #cedc00;
  width: 80px;
  text-align: center;
  color: #333;
  float: right;
}
.cookie__text {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-family: GillSans-SemiBold;
  float: left;
  margin: 0;
  padding: 13px 0;
}
.cookie--active {
  display: block;
}
.downloads {
  font-family: GillSans-SemiBold;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .downloads {
    height: 220px;
    background: #333333;
    border-radius: 110px;
    padding: 40px 0;
    margin-bottom: 90px;
    font-size: 0;
    text-align: center;
  }
  .downloads [class^="dpa-"]:before,
  .downloads [class*=" dpa-"]:before {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .downloads [class^="dpa-"]:before,
  .downloads [class*=" dpa-"]:before {
    line-height: 50px;
    vertical-align: middle;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .downloads {
    padding: 50px 0;
  }
}
.download__item {
  margin-top: 10px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333;
  border: 1px solid #333;
  color: #b3b3b3;
  text-align: left;
  transition: ease color 150ms, ease border-color 150ms;
  font-size: 15px;
  line-height: 112%;
}
.download__item:first-child {
  margin-top: 0;
}
.download__item:hover,
.download__item:focus {
  color: #cedc00;
}
@media only screen and (min-width: 768px) {
  .download__item {
    margin-left: 80px;
    height: 140px;
    width: 140px;
    border-color: #666666;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-align: center;
    border-radius: 100%;
  }
  .download__item:first-child {
    margin-left: 0;
  }
  .download__item:hover {
    color: #cedc00;
    border: 1px solid rgba(206, 220, 0, 0.5);
    background-clip: padding-box;
    text-decoration: none;
  }
  .download__item:focus {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .download__item span {
    vertical-align: middle;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .download__item {
    margin-left: 30px;
    height: 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .download__item {
    margin-left: 20px;
  }
}
.share {
  font-family: GillSans-SemiBold;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  background-color: #333;
}
@media only screen and (min-width: 768px) {
  .share {
    background: #333333;
    padding: 60px 0;
    font-size: 0;
    text-align: center;
  }
  .share [class^="dpa-"]:before,
  .share [class*=" dpa-"]:before {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .share {
    padding: 40px 0;
  }
  .share [class^="dpa-"]:before,
  .share [class*=" dpa-"]:before {
    line-height: 50px;
    vertical-align: middle;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .share {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .share--small {
    margin-bottom: 90px;
    border-radius: 110px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .share--small {
    margin-bottom: 40px;
    background: none;
    padding: 0;
  }
  .share--small .share__link {
    background-color: #333;
    border: 1px solid #333;
    color: #b3b3b3;
  }
  .share--small .share__link:hover {
    color: #cedc00;
    border-color: #333;
  }
  .share--small .share__link:focus {
    color: #fff;
    border-color: #333;
  }
}
.share__title {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.25;
  font-family: GillSans-Light;
}
@media (min-width: 768px) {
  .share__title {
    margin-bottom: 40px;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  .share__title {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
.share__items {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.share__item:first-child {
  margin-left: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .share__item {
    margin-left: 90px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .share__item {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .share__item {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .share__item {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .share__item {
    margin-left: 20px;
  }
}
.share__link {
  margin-top: 10px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  color: #b3b3b3;
  text-transform: uppercase;
  text-align: left;
  transition: ease color 150ms, ease border-color 150ms;
}
.share__link:hover {
  color: #cedc00;
  border: 1px solid rgba(206, 220, 0, 0.5);
  background-clip: padding-box;
  text-decoration: none;
}
.share__link:focus {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .share__link {
    height: 140px;
    width: 140px;
    border: 1px solid #666666;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    margin-top: 0;
    text-align: center;
    border-radius: 100%;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .share__link {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .share__link {
    display: block;
    border: 1px solid #4d4d4d;
  }
  .share__link span {
    vertical-align: middle;
    line-height: 50px;
  }
}
.video-component {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .video-component {
    margin-bottom: 90px;
  }
}
.video-component img {
  width: 100%;
}
.video-title {
  font-family: GillSans-SemiBold;
}
@media only screen and (min-width: 768px) {
  .video-title {
    text-align: center;
    color: #fff;
    z-index: 2;
    margin-bottom: 0;
  }
}
.video-inner {
  position: relative;
  color: #fff;
}
.video-inner:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#play-button {
  margin-top: 40px;
  display: block;
  color: #fff;
  position: relative;
  z-index: 100;
}
#play-button:after {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  vertical-align: middle;
  content: "\E636";
  display: block;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 80px;
}
@media only screen and (max-width: 767px) {
  #play-button:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
#play-button:hover:after {
  color: #cedc00;
  border-color: #cedc00;
}
.product-finder {
  font-family: GillSans-SemiBold;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  line-height: 163%;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .product-finder {
    margin-bottom: 40px;
  }
}
.product-finder .row {
  position: relative;
}
.product-finder .title {
  font-family: GillSans-Light;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.product-finder .subtitle {
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: 0;
}
.product-finder label {
  font-weight: normal;
  margin-bottom: 10px;
}
.product-finder .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}
.product-finder__inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .product-finder__inner {
    padding-right: 30px;
    height: 780px;
  }
}
@media only screen and (min-width: 768px) {
  .product-finder__btns {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.product-finder__options {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-finder__options {
    height: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .product-finder__options {
    padding: 20px;
  }
}
.product-type {
  margin-bottom: 0;
  font-family: GillSans-Light;
}
.product-link {
  text-transform: uppercase;
  color: #8a919a;
  position: absolute;
  bottom: 40px;
  right: 0;
}
.product-info {
  font-family: GillSans-Light;
}
@media only screen and (max-width: 767px) {
  .product-info {
    margin-bottom: 30px;
  }
}
.product-info span,
.product-info a {
  font-family: GillSans-SemiBold;
  color: #333;
}
.product-info a:after {
  content: " \203A";
}
.color-picker {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}
.color-option {
  float: left;
}
.color-option a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.color-option a:before {
  line-height: 50px;
  vertical-align: middle;
}
.color-option a.white-option {
  border: 1px solid #d9d9d9;
}
.color-option a.white-option:before {
  color: #d9d9d9;
}
.select {
  cursor: pointer;
  position: relative;
  color: #808080;
  width: 100%;
  height: 50px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 0 20px;
  line-height: 50px;
  /*-webkit-transition: ease color 150ms, ease border-color 150ms;
    transition: ease color 150ms, ease border-color 150ms;*/
  font-size: 16px;
}
.select-styled:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 20px;
  content: "\E621";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.select-styled.active {
  background-color: #ffffff;
  border-color: #808080;
  color: #333;
}
.select-styled.active:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #808080;
  font-size: 16px;
  line-height: 163%;
}
.select-options li {
  margin: 0;
  padding: 12px 20px;
}
.select-options li:hover {
  color: #333;
}
.dark-select {
  font-family: GillSans-SemiBold;
}
@media only screen and (min-width: 768px) {
  .dark-select {
    background: #333;
  }
  .dark-select + .active.select-styled {
    border-color: #333;
    background: #333;
    color: #b3b3b3;
  }
  .dark-select + .active.select-styled + .select-options {
    background: #333;
    border-color: #333;
    color: #b3b3b3;
  }
  .dark-select + .active.select-styled + .select-options li:hover {
    color: #fff;
  }
}
.select-wrap {
  position: relative;
}
.select-wrap .select-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  pointer-events: none;
}
.select-wrap .select-btn:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  vertical-align: middle;
  content: "\E621";
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 20px;
  text-align: center;
  color: gray;
}
.select-wrap.active .select-btn:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.carousel-indicators {
  margin-bottom: 0;
  bottom: 30px;
}
.carousel-indicators li {
  border: none;
  background-color: rgba(20, 51, 51, 0.2);
  margin: 0;
}
.carousel-indicators .active {
  height: 10px;
  width: 10px;
  background-color: #143333;
}
@media only screen and (min-width: 768px) {
  .carousel-home {
    height: 680px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-home {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-home .owl-item .carousel-home__caption {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-home .owl-item.active .carousel-home__caption {
    display: block;
  }
}
.carousel-home .owl-stage-outer {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .carousel-home .owl-dots {
    top: 140px;
    bottom: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-home .item {
    height: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-home .item {
    height: auto !important;
  }
}
.carousel-home .item .carousel-home__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .carousel-home .item .carousel-home__image {
    height: 190px;
  }
}
.carousel-home .item .carousel-home__image:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-home .item h2 {
  font-family: GillSans-Light;
  text-transform: none;
  margin-bottom: 10px;
  position: relative;
  font-size: 56px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .carousel-home .item h2 {
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .carousel-home .item h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .carousel-home .item h2 {
    font-size: 44.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .carousel-home .item h2 {
    font-size: 50.4px;
  }
}
.carousel-home .item p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .carousel-home .item p {
    line-height: 26px;
  }
}
.carousel-home__caption {
  z-index: 1;
  line-height: 131%;
}
@media only screen and (min-width: 768px) {
  .carousel-home__caption {
    font-size: 26px;
    max-width: 570px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-home__caption {
    font-size: 18px;
    color: #333;
    position: relative;
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #cedc00;
    margin: 0 !important;
    top: -10px;
  }
}
.carousel-home__link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-family: GillSans-Light;
  color: #cedc00;
}
@media only screen and (min-width: 768px) {
  .carousel-home__link:hover {
    color: #fff;
  }
  .carousel-home__link:focus {
    color: #d9d9d9;
  }
  .carousel-home__link:after {
    content: " \203A";
  }
}
@media only screen and (max-width: 767px) {
  .carousel-home__link {
    background-color: #cedc00;
    color: #333;
    font-family: GillSans-SemiBold;
    font-size: 13px;
    font-weight: normal;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    transition: color 150ms ease 0s, border-color 150ms ease 0s;
    padding: 0 20px;
  }
  .carousel-home__link:hover {
    text-decoration: none;
    background: #d7e333;
    color: #333;
  }
  .carousel-home__link:focus {
    text-decoration: none;
    background: #b8c500;
    color: #333;
  }
  .carousel-home__link:before {
    font-family: 'dpa-microphones';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    content: "\E648";
    padding-right: 16px;
  }
}
.carousel-home__link--overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .carousel-home__link--overlay {
    display: none;
  }
}
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .owl-dots {
    bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-dots {
    bottom: 30px;
  }
}
.owl-dot {
  display: block;
}
.owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 0 5px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.owl-dot:hover span,
.owl-dot.active span {
  background-color: #ffffff;
}
.carousel-products {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .carousel-products {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-products .owl-stage-outer {
    height: 377px;
  }
}
.carousel-products img {
  width: 100%;
}
.carousel-products .product {
  margin: 0;
  width: auto;
  display: block;
  position: relative;
  border-bottom-width: 2px;
}
@media only screen and (min-width: 768px) {
  .carousel-products .product {
    height: 375px;
  }
  .carousel-products .product:hover {
    height: 377px;
    z-index: 1;
  }
}
.carousel-products .product .product__inner {
  border: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .carousel-products .product .product__inner {
    height: 375px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-products .product--detailed {
    height: 460px;
  }
  .carousel-products .product--detailed:hover {
    height: 462px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-products .product--detailed .product__inner {
    height: 460px;
  }
}
.carousel-products .product__details {
  padding-bottom: 45px;
}
.carousel-products .owl-dots {
  position: static;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .carousel-products .owl-dots {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-products .owl-dot {
    margin-bottom: 5px;
  }
}
.carousel-products .owl-dot span {
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 0 5px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.carousel-products .owl-dot:hover span,
.carousel-products .owl-dot.active span {
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .carousel-products--detailed .owl-stage-outer {
    height: 462px;
  }
}
.carousel-basic .owl-dots {
  bottom: 30px;
}
.carousel-basic .owl-dot span {
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 0 5px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.carousel-basic .owl-dot:hover span,
.carousel-basic .owl-dot.active span {
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .carousel-home__caption--inner {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-home__caption--inner {
    display: block !important;
  }
}
.product {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  overflow: hidden;
}
.product:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #CEDC00;
}
@media only screen and (min-width: 768px) {
  .product .product__inner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .product {
    margin-top: 0;
    margin-bottom: 90px;
    height: 600px;
  }
  .product:hover {
    border: solid 2px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    height: 602px;
    margin-bottom: 88px;
  }
  .product:hover .product__inner {
    margin: -2px !important;
  }
  .product:hover .product__price {
    left: -2px;
  }
  .product:hover .btn {
    opacity: 1;
  }
}
.product .btn {
  width: 50px;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product .btn {
    opacity: 0;
    transition: ease opacity 150ms;
  }
}
.product .btn span {
  line-height: 163%;
}
.product .btn:hover,
.product .btn:focus {
  color: #333;
}
.product .zoomalign {
  display: none;
}
.product__options {
  position: relative;
  margin-bottom: 20px;
}
.product__options:before {
  content: " ";
  display: table;
}
.product__options:after {
  content: " ";
  display: table;
  clear: both;
}
.product__options .btn:hover,
.product__options .btn:focus {
  background: none;
}
.product__details {
  padding: 20px 20px 0 20px;
}
.product__details .type {
  display: block;
  margin-bottom: 10px;
  font-family: GillSans-Light;
}
.product__details .name {
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.product__details a {
  color: #333;
  text-decoration: none;
}
.product__configuration {
  padding: 0 20px;
  font-size: 15px;
}
.product__price {
  width: 100%;
  padding: 20px;
  line-height: 22px;
}
.product__price > div {
  font-size: 12px;
  line-height: 100%;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .product__price {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.product__price .price {
  font-family: GillSans-SemiBold;
}
.product-pagination {
  margin-bottom: 90px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
}
.product__data {
  position: relative;
}
.newsletter {
  background: #f0f0f0;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .newsletter {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter {
    font-size: 16px;
    line-height: 26px;
  }
}
.newsletter label {
  padding-right: 20px;
  font-weight: normal;
  font-family: GillSans-SemiBold;
}
@media only screen and (max-width: 767px) {
  .newsletter label {
    line-height: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter .form-control {
    min-width: 370px;
  }
}
.newsletter .btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .newsletter .btn {
    width: 95px;
    display: inline-block;
    margin-left: 5px;
  }
}
.newsletter p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .newsletter p {
    margin-bottom: 20px;
  }
}
.newsletter__box {
  background: #fff;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .newsletter__box {
    padding: 20px;
  }
}
.newsletter__title {
  letter-spacing: 4px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .newsletter__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter__title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
  }
}
.modal-dialog {
  font-size: 16px;
  line-height: 163%;
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin-left: 18px;
    margin-right: 18px;
    width: 320px;
  }
}
.modal-dialog .dpa-close {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal-body {
  padding: 30px;
}
.modal-body p {
  margin-bottom: 20px;
}
.modal-title {
  font-family: GillSans-SemiBold;
  margin-bottom: 20px;
  padding-right: 70px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .modal-title {
    font-size: 36px;
    line-height: 112%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .modal-title {
    font-size: 28.8px;
    line-height: 112%;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .modal-title {
    font-size: 32.4px;
    line-height: 112%;
  }
}
.modal-description {
  display: block;
  font-size: 18px;
  line-height: 156%;
  padding-right: 70px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .modal-large .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .modal-large .modal-dialog {
    width: 1050px;
  }
}
.modal-deleteAccount .modal-description {
  padding: 0;
  margin-bottom: 20px;
}
.modal-deleteAccount .btn {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-open {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-open .page-head {
    left: -8px;
  }
}
.modal-open.Gecko11 .page-head {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding-right: 0 !important;
  }
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-alignment-helper .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
.vertical-alignment-helper .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}
a[data-toggle="modal"] {
  cursor: pointer;
}
#modal-signIn .form-group {
  margin-bottom: 10px;
}
.signIn .checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}
.signIn a {
  display: block;
  color: #333;
  text-decoration: underline;
  margin-top: 30px;
  font-family: GillSans-Light;
}
.noAccount {
  padding-top: 10px;
  font-family: GillSans-SemiBold;
}
.noAccount .btn-border {
  padding: 0;
}
.favourite-products {
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .favourite-products {
    padding: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .favourite-products .btn {
    max-width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .favourite-products .btn + .btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .favourite-products .btn-border {
    margin-right: 10px;
  }
}
.favourite-products .btn-green {
  margin-left: auto;
}
.accordion__panel,
.accordion__panel--selected {
  font-size: 18px;
  line-height: 156%;
  font-family: GillSans-SemiBold;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-bottom: 1px solid #d9d9d9;
  padding: 11px 0;
  position: relative;
  cursor: pointer;
}
.accordion__panel:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 70px;
  content: "\E621";
  display: block;
  position: absolute;
  right: 0;
  top: -11px;
}
.accordion__panel--selected {
  filter: alpha(opacity=100);
  opacity: 1;
  border-bottom: 1px solid #cedc00;
}
.accordion__panel--selected:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 70px;
  content: "\E621";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__body {
  padding: 30px 0;
  position: relative;
}
.specification {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .specification {
    margin-bottom: 80px;
  }
}
.specification__title {
  font-size: 36px;
  font-family: GillSans-SemiBold;
  line-height: 131%;
  margin-bottom: 10px;
}
.specification__abstract {
  font-size: 32px;
  font-family: GillSans-Light;
  line-height: 112%;
  margin-bottom: 40px;
}
.specification__row {
  font-size: 16px;
  line-height: 163%;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.specification__row:first-child {
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .specification__row {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
.specifcation__name {
  font-family: GillSans-SemiBold;
}
@media only screen and (min-width: 768px) {
  .modal-tabs__nav {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-tabs__nav {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #FFFFFF;
  }
}
.modal-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-tabs ul li a {
  display: block;
  padding: 15px 50px 15px 20px;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  font-family: GillSans-Light;
  transition: ease all 150ms;
}
@media only screen and (min-width: 768px) {
  .modal-tabs ul li a {
    border-bottom: 2px solid #000;
    padding: 20px;
    color: #000000;
  }
}
.modal-tabs__nav-primary {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-tabs__nav-primary {
    background-color: #333333;
    color: #FFFFFF;
  }
}
.modal-tabs__nav-primary li a {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .modal-tabs__nav-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal-tabs__nav-secondary li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal-tabs__nav-secondary li a.active,
  .modal-tabs__nav-secondary li a:hover,
  .modal-tabs__nav-secondary li a:focus {
    border-bottom-color: #CEDC00;
    background-color: #333;
    color: #FFFFFF;
  }
  .modal-tabs__nav-secondary li a.active span,
  .modal-tabs__nav-secondary li a:hover span,
  .modal-tabs__nav-secondary li a:focus span,
  .modal-tabs__nav-secondary li a.active sub,
  .modal-tabs__nav-secondary li a:hover sub,
  .modal-tabs__nav-secondary li a:focus sub {
    opacity: 1;
  }
}
.modal-tabs .accordion__toggler:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.modal-tabs span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .modal-tabs span {
    font-family: GillSans;
    opacity: .5;
  }
}
.modal-tabs sub {
  bottom: 0;
  font-size: 100%;
}
@media only screen and (min-width: 768px) {
  .modal-tabs sub {
    opacity: .5;
  }
}
.modal-tabs h3 sub {
  font-size: 75%;
}
.modal-tabs__pane {
  display: none;
}
.modal-tabs__pane--active {
  display: block;
}
.modal-specs.fade.in {
  overflow-y: scroll;
  padding-left: 0 !important;
}
.modal-specs.fade.in .modal-specs__body {
  bottom: 0;
  opacity: 1;
}
.modal-specs__body {
  position: relative;
  bottom: -50vh;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  padding-bottom: 130px;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .modal-specs__body {
    padding-bottom: 170px;
  }
}
.modal-specs__button {
  height: 50px;
  width: 50px;
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 40px;
  transition: all 1s ease;
  opacity: .825;
  background: #000000;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 50px;
  font-family: GillSans;
}
.modal-specs__button--animate {
  width: 210px;
  opacity: 1;
}
.modal-specs__button--animate span:before {
  margin-left: 20px;
}
.modal-specs__button button {
  border: none;
  padding: 0;
  background: none;
}
.modal-specs__button span {
  display: block;
  padding-left: 35px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  width: 210px;
}
.modal-specs__button span:before {
  display: block;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font: 25px/50px 'dpa-temp';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E80D';
  transition: all 1s ease;
}
.modal-specs__content {
  min-height: 100vh;
  background-color: #F0F0F0;
  padding-top: 27px;
}
@media only screen and (min-width: 768px) {
  .modal-specs__content {
    padding-top: 87px;
    padding-bottom: 47px;
  }
}
.modal-specs__row {
  margin-bottom: 40px;
}
.modal-specs__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 60px;
  left: 0;
}
.modal-specs h1 {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .modal-specs h1 {
    margin-bottom: 60px;
  }
}
.modal-specs h2 {
  font-family: GillSans-Light;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal-specs h2 {
    margin-bottom: 50px;
    font-size: 45px;
    line-height: .71;
    letter-spacing: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-specs p {
    margin-bottom: 27px;
  }
}
.modal-specs img {
  margin-bottom: 20px;
}
.modal-specs .specification img {
  margin-bottom: 45px;
}
.social-share {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .social-share {
    width: 300px;
    float: right;
    margin: 0;
  }
}
.social-share li:hover > a {
  color: #333;
}
.social-share a {
  display: block;
  cursor: pointer;
  width: 50px !important;
  float: right;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  color: #808080;
}
@media (max-width: 768px) {
  .social-share a {
    margin: 0;
    text-align: left;
  }
}
.social-share a:hover {
  color: #333;
}
.social-share a:focus {
  color: #000;
}
.social-share .btn-share.accordion__toggler--active {
  color: #333;
}
@media (min-width: 768px) {
  .social-share .btn-share.accordion__toggler--active:before {
    background-color: #333;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 14px;
    z-index: 10;
    right: 17px;
  }
}
.addthis_toolbox.addthis_toolbox--desktop {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 10;
}
.addthis_toolbox a {
  float: left;
  background: #333;
  color: #b3b3b3;
  padding: 0 10px;
}
.addthis_toolbox a:hover {
  color: #cedc00;
  text-decoration: none;
}
.addthis_toolbox a:focus {
  color: #fff;
  text-decoration: none;
}
.addthis_toolbox--mobile a {
  display: block;
  width: auto;
  margin-top: 10px;
  border: 1px solid #4d4d4d;
  line-height: 50px;
  float: none;
}
.addthis_toolbox--mobile a:first-child {
  margin-top: 0;
}
.addthis_toolbox--mobile a:hover {
  border-color: #cedc00;
  text-decoration: none;
}
.addthis_toolbox--mobile a:focus {
  border-color: #fff;
  text-decoration: none;
}
.addthis_toolbox--mobile a span {
  font-family: GillSans-SemiBold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 50px;
  padding-left: 10px;
}
.addthis_toolbox--mobile h2 {
  color: #fff;
  font-size: 24px;
  display: inline;
}
.atm {
  display: none;
}
.modal-share .modal-body {
  padding: 20px;
}
.modal-share .modal-content {
  background: #333;
}
.modal-share .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #b3b3b3;
  border: 1px solid #666666;
}
.modal-share .btn-close:hover {
  color: #cedc00;
  border: 1px solid rgba(206, 220, 0, 0.5);
  background-clip: padding-box;
  text-decoration: none;
}
.modal-share .btn-close:focus {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  text-decoration: none;
}
.modal-share .dpa-close {
  top: 0;
  right: 0;
}
.addthis_toolbox__title {
  color: #b3b3b3;
  font-size: 24px;
  font-family: GillSans-SemiBold;
  line-height: 112%;
  padding-right: 60px;
  margin-bottom: 20px;
  min-height: 50px;
}
.btn-social-share {
  background: #fff;
  border: 1px solid #d9d9d9;
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .btn-social-share {
    margin-bottom: 20px;
  }
}
.btn-social-share span {
  font-style: normal;
  padding-left: 10px;
}
.addthis_button_compact span {
  line-height: 47px;
}
a.FeedLink {
  display: block;
  font-size: 16px;
}
a.FeedLink:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  content: "\E709";
}
a.FeedLink:hover,
a.FeedLink:focus {
  text-decoration: none;
}
a.FeedLink img {
  display: none;
}
a.FeedLink span {
  padding-left: 7px;
}
.breadcrumb {
  border-bottom: 1px solid #D9D9D9;
  text-transform: uppercase;
  font-family: GillSans-SemiBold;
  font-size: 13px;
  line-height: 15px;
  padding: 15px 0;
  margin: 0 0 20px;
  color: #333333;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
.breadcrumb--news {
  border-bottom: 0;
  margin-bottom: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb a {
  color: #333333;
  opacity: 0.5;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  line-height: 20px;
  padding-left: 20px;
}
.breadcrumb a:before {
  content: "\E622";
  position: absolute;
  top: -1px;
  left: 0;
}
.breadcrumb a:hover {
  color: #333;
  opacity: 1;
}
.breadcrumb a:focus {
  color: #333;
  opacity: 1;
}
.page-top {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
.request__box {
  border: 1px solid #d9d9d9;
  padding: 20px;
  margin-top: 10px;
}
.request__box h3 {
  font-size: 16px;
  line-height: 125%;
  font-family: GillSans-SemiBold;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0;
}
.request__box address {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}
.request__search {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .request__search {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 310px;
  }
}
.request__search .form-control {
  padding-right: 50px;
}
.request__search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
}
.request__message {
  border: 1px solid #d9d9d9;
  display: table;
  width: 100%;
  font-size: 18px;
  line-height: 156%;
}
.request__message span {
  font-family: GillSans-SemiBold;
}
.message__content {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
}
.message__txt {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}
.image-component {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.image-component:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .image-component {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .image-component {
    height: 180px;
  }
}
.image-component__background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .image-component__background {
    height: 190px !important;
  }
}
.image-component--large {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .image-component--large:before {
    height: 190px;
  }
}
.image-component--large .image-component__description {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .image-component--large .image-component__description {
    left: 50%;
    margin-left: -25%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .image-component--large .image-component__description {
    margin-left: -20.25%;
    max-width: 40.5%;
  }
}
@media only screen and (max-width: 767px) {
  .image-component--large .image-component__description .abstract {
    display: none;
  }
}
.image-component__description {
  max-width: 770px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .image-component__description {
    padding-top: 140px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .image-component__description {
    padding: 18px;
  }
}
.image-component__description h1 {
  margin-bottom: 10px;
}
.image-component__description .abstract {
  margin-bottom: 0;
}
.wide-teaser {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wide-teaser {
    margin: 0 -18px 30px -18px;
  }
}
.wide-teaser__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wide-teaser__image {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .wide-teaser__image {
    height: 180px;
  }
}
.wide-teaser__image:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wide-teaser__caption {
    margin-top: 90px;
    margin-left: 90px;
    position: absolute;
    z-index: 1;
    top: 0;
    color: #fff;
    max-width: 470px;
    font-size: 26px;
    line-height: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .wide-teaser__caption {
    background: #fff;
    border-bottom: 1px solid #cedc00;
    padding: 20px;
    position: relative;
    top: -12px;
    font-size: 18px;
  }
}
.wide-teaser__caption h2 {
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 112%;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .wide-teaser__caption h2 {
    font-size: 26px;
    font-family: GillSans-Light;
    margin-bottom: 10px;
  }
}
.wide-teaser__caption p {
  margin-bottom: 20px;
  line-height: 131%;
}
.wide-teaser__type {
  font-family: GillSans-SemiBold;
  font-size: 13px;
  line-height: 116%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.wide-teaser__link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-family: GillSans-Light;
  color: #cedc00;
}
@media only screen and (min-width: 768px) {
  .wide-teaser__link:hover {
    color: #fff;
  }
  .wide-teaser__link:focus {
    color: #d9d9d9;
  }
  .wide-teaser__link:after {
    content: " \203A";
  }
}
@media only screen and (max-width: 767px) {
  .wide-teaser__link {
    background-color: #cedc00;
    color: #333;
    font-family: GillSans-SemiBold;
    font-size: 13px;
    font-weight: normal;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    transition: color 150ms ease 0s, border-color 150ms ease 0s;
    padding: 0 20px;
  }
  .wide-teaser__link:hover {
    background: #d7e333;
    color: #333;
  }
  .wide-teaser__link:focus {
    background: #b8c500;
    color: #333;
  }
  .wide-teaser__link:before {
    font-family: 'dpa-microphones';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    content: "\E648";
    padding-right: 16px;
  }
}
.panel {
  background: #fff;
  position: relative;
  top: -10px;
  margin-bottom: 30px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .mic-finder .panel {
    margin-bottom: 5px;
  }
}
.panel__options {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .panel__options {
    padding: 20px;
  }
  .mic-finder .panel__options {
    padding: 20px 20px 10px 20px;
  }
}
.panel__options:before {
  content: " ";
  display: table;
}
.panel__options:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .panel__options select,
  .panel__options .select {
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__options .select-wrap {
    margin-top: 10px;
  }
}
.panel__toggler {
  display: block;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .panel__toggler {
    width: 270px;
    position: absolute;
    left: 30px;
    top: 30px;
  }
}
.panel__toggler--dark {
  background: #333;
  color: #d9d9d9;
}
.panel__toggler--dark:hover,
.panel__toggler--dark:focus {
  color: #d9d9d9;
  text-decoration: none;
}
.accordion__toggler:after {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
  content: "\E621";
  float: right;
}
.accordion__toggler--active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.panel__filters {
  background: #f0f0f0;
  padding: 30px 30px 90px;
}
.mic-finder .panel__filters {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .panel__filters {
    padding: 18px;
  }
}
.panel__filters strong {
  display: block;
  margin-bottom: 20px;
}
.panel__moreFilters {
  background: #ebebeb;
  padding: 25px 0;
}
.advanced-filters {
  display: block;
  color: #4d4d4d;
  text-align: center;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 119%;
  opacity: 0.5;
}
.advanced-filters:hover,
.advanced-filters:focus {
  color: #333;
  text-decoration: none;
  opacity: 1;
}
.advanced-filters:focus {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.advanced-filters.accordion__toggler--active {
  color: #4d4d4d;
  opacity: 1;
}
.advanced-filters.accordion__toggler--active span:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 2px;
}
.advanced-filters span {
  position: relative;
  padding-right: 20px;
}
.advanced-filters span:before {
  content: "\E621";
  font-family: "dpa-microphones";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: -10px;
  text-align: center;
  text-rendering: optimizelegibility;
  top: 0;
  vertical-align: middle;
  width: 20px;
}
.panel-sorting {
  color: #808080;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 163%;
}
.panel-sorting:before {
  content: " ";
  display: table;
}
.panel-sorting:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .panel-sorting {
    float: right;
  }
}
.panel-sorting .panel-sorting__title {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .panel-sorting .panel-sorting__title {
    float: left;
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-sorting .select {
    float: left;
    width: 270px;
  }
}
.panel-noResults {
  border: 1px solid #d9d9d9;
  padding: 90px 20px;
  font-size: 26px;
  line-height: 131%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .panel-noResults {
    padding: 90px 20px;
    margin-bottom: 60px;
    margin-top: 90px;
  }
}
.panel-noResults__body {
  max-width: 770px;
  margin: 0 auto;
}
.panel__toggler--filter {
  height: 50px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #808080;
}
.panel__toggler--filter:hover {
  border-color: #808080;
  color: #333;
  text-decoration: none;
}
.panel__toggler--filter:focus {
  text-decoration: none;
  color: #808080;
}
.panel__toggler--filter.accordion__toggler--active {
  background: #333;
  border-color: #333;
  color: #d9d9d9;
}
.panel__toggler--filter.accordion__toggler--active:hover {
  color: #fff;
}
.panel__toggler--filter.accordion__toggler--active:hover i {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .panel__toggler--filter {
    margin: 0 20px 20px 20px;
  }
}
.reset-filters {
  z-index: 10;
  width: 30px;
  display: none;
  top: 0;
  position: relative;
  color: #d9d9d9;
  text-align: center;
}
.reset-filters:before {
  position: relative;
  top: -2px;
}
.accordion__toggler--active .reset-filters {
  display: inline-block;
}
.advanced-filters__list {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .accordion__element--filters {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .accordion__element--filters {
    padding-top: 20px;
  }
}
.accordion__toggler--filters {
  font-size: 16px;
  font-family: GillSans-SemiBold;
  color: #808080;
  padding: 11px 0;
}
@media only screen and (max-width: 767px) {
  .accordion__toggler--filters {
    border-bottom: 1px solid #D9D9D9;
  }
}
.accordion__toggler--filters:after {
  line-height: inherit;
}
.accordion__toggler--filters:focus {
  text-decoration: none;
  color: #808080;
}
.accordion__toggler--filters:hover {
  text-decoration: none;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .mic-finder .panel-filters {
    position: relative;
    top: -10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .pagination-wrap {
    float: right;
  }
}
.pagination {
  display: block;
  margin: 0;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 163%;
}
.pagination li.previous-butn a,
.pagination li.next-butn a {
  border: none;
  background: none;
}
.pagination li.previous-butn a:hover,
.pagination li.next-butn a:hover,
.pagination li.previous-butn a:focus,
.pagination li.next-butn a:focus {
  background: none;
  color: #000;
}
.pagination li.previous-butn span:before,
.pagination li.next-butn span:before {
  line-height: 50px;
}
.pagination li a {
  background: none;
  border-color: #D9D9D9;
  color: rgba(51, 51, 51, 0.3);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
}
.pagination li a:hover {
  background: #f0f0f0;
  border-color: #D9D9D9;
  color: #333333;
}
.pagination li a:focus {
  background: #f2f2f2;
  border-color: #D9D9D9;
  color: #808080;
}
.pagination li > span {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  background: none;
  padding: 0;
  color: rgba(51, 51, 51, 0.3);
}
.pagination li > span:hover,
.pagination li > span:focus {
  border: none;
  background: none;
}
.pagination li.active a {
  background: #f0f0f0;
  border-color: #D9D9D9;
  color: #333333;
}
.pagination li.active a:hover {
  background: #f0f0f0;
  color: #333333;
  border-color: #D9D9D9;
}
.pagination li.active a:focus {
  background: #f2f2f2;
  color: #808080;
  border-color: #D9D9D9;
}
.pagination-summary {
  font-size: 16px;
  line-height: 163%;
  overflow: hidden;
  margin-bottom: 90px;
}
.pagination__result {
  float: left;
}
.pagination__items {
  font-family: GillSans-SemiBold;
  color: #808080;
  margin-left: 40px;
  float: left;
}
.pagination__items a {
  color: #333;
  opacity: 0.3;
  text-decoration: none;
  padding-left: 20px;
}
.pagination__items a:hover,
.pagination__items a.active {
  opacity: 1;
}
.dpa-pager {
  width: auto;
  font-family: GillSans-SemiBold;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  list-style-type: none;
  padding: 15px 0;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dpa-pager {
    width: auto;
    float: right;
  }
}
.dpa-pager li {
  /* float: left; */
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .dpa-pager li:first-child a {
    padding-left: 20px;
    padding-right: 15px;
  }
}
.dpa-pager li a {
  color: #333;
  opacity: 0.5;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .dpa-pager li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.dpa-pager li a:hover {
  color: #333;
  opacity: 1;
}
.dpa-pager li a:focus {
  color: #333;
  opacity: 1;
}
.dpa-pager li a span {
  position: relative;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .dpa-pager li a span {
    display: none;
  }
}
.dpa-pager li a i {
  opacity: 0.5;
  position: absolute;
  top: -1px;
}
.dpa-pager li a i.dpa-arrow-left {
  left: 0;
}
.dpa-pager li a i.dpa-arrow-right {
  right: 0;
}
.search-paging {
  display: block;
  margin: 0;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 163%;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
}
.search-paging:before {
  content: "";
  display: table;
}
.search-paging:after {
  content: "";
  display: table;
  clear: both;
}
.search-paging li {
  display: inline;
}
.search-paging li.first-list a,
.search-paging li.prev-list a,
.search-paging li.last-list a,
.search-paging li.next-list a,
.search-paging li.first-list strong,
.search-paging li.prev-list strong,
.search-paging li.last-list strong,
.search-paging li.next-list strong {
  border: none;
  background: none;
}
.search-paging li.first-list a:hover,
.search-paging li.prev-list a:hover,
.search-paging li.last-list a:hover,
.search-paging li.next-list a:hover,
.search-paging li.first-list strong:hover,
.search-paging li.prev-list strong:hover,
.search-paging li.last-list strong:hover,
.search-paging li.next-list strong:hover,
.search-paging li.first-list a:focus,
.search-paging li.prev-list a:focus,
.search-paging li.last-list a:focus,
.search-paging li.next-list a:focus,
.search-paging li.first-list strong:focus,
.search-paging li.prev-list strong:focus,
.search-paging li.last-list strong:focus,
.search-paging li.next-list strong:focus {
  background: none;
  color: #000;
}
.search-paging li a {
  display: block;
  border: 1px solid #D9D9D9;
  color: rgba(51, 51, 51, 0.3);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0 !important;
  float: left;
  background: #fff;
  margin: 0 0 0 -1px;
  position: relative;
}
.search-paging li a:hover {
  background: #fff;
  border-color: #808080;
  color: #333333;
  z-index: 5;
}
.search-paging li a:focus {
  background: #f2f2f2;
  border-color: #D9D9D9;
  color: #808080;
  z-index: 5;
}
.search-paging li strong {
  display: block;
  border: 1px solid #D9D9D9;
  color: #333333;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  float: left;
  background: #fff;
  margin-left: -1px;
  position: relative;
  z-index: 3;
}
.search-paging li strong:hover {
  background: #fff;
  border-color: #808080;
  color: #333333;
}
.search-paging li strong:focus {
  background: #f2f2f2;
  border-color: #D9D9D9;
  color: #808080;
}
.download-list {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .download-list {
    margin-bottom: 60px;
  }
}
.download-box {
  background: #fff;
  margin-top: 20px;
  color: #808080;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  transition: border-color 400ms ease 0s;
  -webkit-transition: border-color 400ms ease 0s;
  -moz-transition: border-color 400ms ease 0s;
  cursor: pointer;
}
.download-box:hover {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  color: #333;
}
.download-box:hover a {
  color: #333;
}
.download-box:first-child {
  margin-top: 0;
}
.download-box__body {
  border-left: 1px solid #cedc00;
  padding: 20px;
  margin: -2px 0 -2px -2px;
}
@media only screen and (min-width: 768px) {
  .download-box__body {
    padding: 18px 30px 20px 30px;
  }
}
.download-box__name {
  font-size: 16px;
  line-height: 113%;
  margin-bottom: 5px;
}
.download-box__description {
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 119%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .download-box__description {
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .download-box__options {
    float: right;
  }
}
.download-box__option {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .download-box__option {
    float: left;
    margin: 0;
    position: relative;
    top: 17px;
  }
}
.download-box__option a {
  font-size: 13px;
  line-height: 100%;
  font-family: GillSans-SemiBold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808080;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .download-box__option a {
    display: block;
    margin-left: 60px;
    margin-right: 0;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .download-box__option .downloads-btn {
    float: right;
  }
}
.search-box.search-box--small {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .search-box.search-box--small {
    width: 270px;
    float: right;
    margin: 0;
  }
}
.search-box.search-box--small .panel__toggler {
  position: relative;
}
.search-box .btn {
  text-align: center;
}
.search-box__body {
  position: relative;
}
.search-box__body .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-align: center;
}
.search-box__title {
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 163%;
  display: block;
  margin-bottom: 10px;
}
.search-result {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .search-result {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.search-result__body {
  font-family: GillSans-SemiBold;
  list-style-type: none;
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .search-result__body {
    margin-bottom: 90px;
  }
}
.search-result__body li a {
  display: block;
  padding: 12px 0;
  color: rgba(51, 51, 51, 0.3);
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .search-result__body li a {
    padding: 15px 0 10px;
  }
}
.search-result__body li a:hover,
.search-result__body li a:focus {
  color: #333333;
}
.search-result__body .search-result__item {
  padding: 42px 0 10px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .search-result__body .search-result__item {
    padding: 20px 0 10px 0;
  }
}
.search-result__body .search-result__item:first-child {
  padding-top: 0;
}
.search-result__body .search-result__item a {
  display: block;
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .search-result__body .search-result__item a {
    line-height: 20px;
  }
}
.search-result__body .search-result__item a:hover,
.search-result__body .search-result__item a:focus {
  color: #333333;
}
.search-result__body .search-result__item .search-result__title {
  font-family: GillSans-Light;
  font-size: 26px;
  line-height: 1.30769231;
  color: #333333;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .search-result__body .search-result__item .search-result__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search-result__body .search-result__item .search-result__title {
    font-size: 20.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .search-result__body .search-result__item .search-result__title {
    font-size: 23.4px;
  }
}
.search-result__body .search-result__item .search-result__title:hover {
  color: #000000;
}
.search-bottom {
  font-family: GillSans-Light;
  line-height: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .search-box--results {
    background: #fff;
    padding: 20px 20px 0 20px;
  }
}
.search-box--results .search-box__body {
  overflow: hidden;
}
.search-result--gse {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .search-result--gse {
    margin-top: 20px;
  }
}
.search-result--gse .search-result__body {
  font-family: GillSans-Light;
}
.search-result--gse b {
  font-weight: normal;
  font-family: GillSans-SemiBold;
  color: #333;
}
.search-result--gse .search-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-result--gse .search-paging .active {
  color: #333333;
}
.search-box--gse input[type=text] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-box--gse {
    padding: 20px;
    border-bottom: 1px solid #cedc00;
  }
}
.contact-us {
  padding-bottom: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .contact-us {
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
}
.contact-us address {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .contact-us address {
    margin-bottom: 30px;
  }
}
.contact-us strong {
  display: block;
  margin-bottom: 10px;
}
.contact-us a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 163%;
  font-family: GillSans-Light;
}
.contact-us__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-us__title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us__box {
    margin-bottom: 30px;
  }
}
.form-contact {
  border: none;
  padding-top: 0;
}
.form-contact .form-conatct__abstract {
  margin-bottom: 30px;
}
/* Product features */
.features {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .features {
    margin: 0 0 50px;
  }
}
.features li {
  border-bottom: 1px solid #D9D9D9;
  font-size: 16px;
  line-height: 163%;
  position: relative;
  padding: 12px 0 12px 50px;
}
.features li:before {
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
  content: "\E67D";
}
/* Product components */
.product-components {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) {
  .product-components {
    margin-bottom: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .product-components img {
    margin-bottom: 40px;
  }
}
.product-components .row .col-sm-3:nth-child(4n+1) {
  clear: left;
}
.product-components__item {
  padding: 18px;
  margin-top: 20px;
  background: #fff;
  min-height: 128px;
  position: relative;
  border: 2px solid #fff;
}
.product-components__item:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: 1px;
  left: -2px;
  bottom: -2px;
  background: #CEDC00;
}
.product-components__item:hover {
  border: solid 2px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.product-components__item:hover:after {
  bottom: 0;
}
.product-components__title {
  font-size: 16px;
  line-height: 113%;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-components__description {
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 125%;
}
.abstract--features {
  margin-bottom: 30px;
}
.product-components__link {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9000px;
  text-transform: capitalize;
  width: 100%;
  z-index: 10;
}
.panel-white {
  background: #fff;
  border-bottom: 1px solid #cedc00;
  margin-bottom: 40px;
  padding: 18px 20px;
}
@media only screen and (min-width: 768px) {
  .panel-white {
    margin-bottom: 90px;
    padding: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .panel-white {
    font-size: 18px;
  }
}
.panel-white .btn {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .panel-white .btn {
    min-width: 186px;
    width: auto;
    display: inline-block;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-white.panel-up {
    margin-top: -40px;
  }
}
.dpa-menu {
  margin-bottom: 40px;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 125%;
}
@media only screen and (max-width: 767px) {
  .dpa-menu {
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 20px;
    border-bottom: 1px solid #CEDC00;
  }
}
.dpa-menu .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-align: center;
  z-index: 10;
}
.dpa-menu .btn:hover,
.dpa-menu .btn:focus {
  color: #333333;
}
.dpa-menu .btn.active {
  color: #333333;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 768px) {
  .dpa-menu .btn {
    display: none;
  }
}
.dpa-menu strong {
  display: block;
  margin-bottom: 10px;
}
.dpa-menu__inner {
  position: relative;
}
.dpa-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .dpa-menu__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .dpa-menu__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dpa-menu__item {
    display: none;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #D9D9D9;
  }
}
@media only screen and (min-width: 768px) {
  .dpa-menu__item--active {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dpa-menu__item--active {
    display: block;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #D9D9D9;
  }
}
@media only screen and (min-width: 768px) {
  .dpa-menu__item--active .dpa-menu__link {
    color: #333333;
    border-bottom: 2px solid #CEDC00;
  }
}
@media only screen and (max-width: 767px) {
  .dpa-menu__item--active .dpa-menu__link {
    padding-right: 50px;
  }
}
.dpa-menu__link {
  display: block;
  color: #808080;
  background: #FFFFFF;
  cursor: pointer;
  padding: 14px 20px;
}
@media only screen and (min-width: 768px) {
  .dpa-menu__link {
    border-bottom: 2px solid #000000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    transition: ease color 150ms, ease border-color 150ms;
  }
  .dpa-menu__link:hover,
  .dpa-menu__link:focus {
    border-color: #CEDC00;
  }
}
.dpa-menu__link:hover,
.dpa-menu__link:focus {
  color: #333333;
  text-decoration: none;
}
.anchors {
  margin-bottom: 40px;
  position: relative;
  font-size: 16px;
  line-height: 125%;
  font-family: GillSans-SemiBold;
  color: #808080;
}
@media only screen and (max-width: 767px) {
  .anchors {
    border: 1px solid #D9D9D9;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .anchors__menu {
    height: auto;
  }
}
.anchors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .anchors ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .anchors li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.anchors__button {
  width: 100%;
  border: none;
  padding: 15px 50px 15px 20px;
  position: relative;
  background: none;
  text-align: left;
  color: #333333;
  opacity: .5;
}
.anchors__button:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.anchors__link {
  display: block;
  padding: 20px;
  color: #333333;
  opacity: .5;
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .anchors__link {
    height: 100%;
    border-bottom: 2px solid #000000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    transition: ease color 150ms, ease border-color 150ms;
  }
  .anchors__link:hover,
  .anchors__link--active {
    border-color: #CEDC00;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .anchors__link {
    padding: 11px 20px;
  }
}
.anchors__link:hover,
.anchors__link:focus {
  opacity: 1;
  text-decoration: none;
}
.dpa-menu--wide {
  position: relative;
  top: -10px;
}
@media only screen and (min-width: 768px) {
  .dpa-menu--wide .dpa-menu__link {
    min-height: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .dpa-menu--wide .dpa-menu__nav {
    border-top: 1px solid #D9D9D9;
  }
}
.dpa-menu--wide .dpa-bars.opened:before {
  content: "\E68D";
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .anchors-wrap {
    margin: 20px 0;
    padding: 20px;
    border-bottom: 1px solid #CEDC00;
    background-color: #FFFFFF;
  }
}
.anchors .btn.active:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (max-width: 767px) {
  .anchors .btn.active + ul li a {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .dpa-menu--contact .dpa-menu__link {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dpa-menu--contact .show {
    border-color: #333333;
  }
  .dpa-menu--contact .show .dpa-menu__link {
    background: #333333;
    color: #b3b3b3;
  }
}
@media only screen and (max-width: 767px) {
  .dpa-menu--contact .dpa-menu__inner {
    border-top: 1px solid #D9D9D9;
  }
}
.dpa-menu--contact .dpa-bars.opened:before {
  content: "\E68D";
  color: #b3b3b3;
}
.tab-menu {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tab-menu {
    top: -10px;
  }
}
.tab-menu .ajax__tab_header {
  padding: 0;
  list-style-type: none;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .tab-menu .ajax__tab_header {
    padding: 20px;
    background: #FFFFFF;
    border-bottom: 1px solid #cedc00;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .tab-menu .ajax__tab_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .tab-menu .ajax__tab_header > span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu .ajax__tab_header > span {
    display: none;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #D9D9D9;
  }
}
.tab-menu .ajax__tab_header > span a {
  display: block;
  color: #808080;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 125%;
  padding: 14px 20px;
  background: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .tab-menu .ajax__tab_header > span a {
    border-bottom: 2px solid #000000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    transition: ease color 150ms, ease border-color 150ms;
    padding: 20px 40px 0 20px;
    min-height: 82px;
  }
  .tab-menu .ajax__tab_header > span a:hover {
    color: #333;
    border-bottom: 2px solid #cedc00;
  }
}
.tab-menu .ajax__tab_header .ajax__tab_active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tab-menu .ajax__tab_header .ajax__tab_active a {
    color: #333;
    border-bottom: 2px solid #cedc00;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu .ajax__tab_header .ajax__tab_active a {
    border: none;
    padding-right: 50px;
  }
}
.tab-menu .ajax__tab_header .ajax__tab_outer {
  display: block;
}
.tab-menu .ajax__tab_header .ajax__tab_inner {
  display: block;
}
.tab-menu .ajax__tab_header .ajax__tab_tab {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .tab-menu .ajax__tab_header .ajax__tab_tab > span {
    display: block;
    word-wrap: break-word;
  }
}
.tab-menu .dpa-bars {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  text-align: center;
  z-index: 1;
}
.tab-menu .dpa-bars.active:before {
  content: "\E68D";
}
@media only screen and (min-width: 768px) {
  .tab-menu .dpa-bars {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tab-menu .ajax__tab_panel {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu .ajax__tab_panel {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tab-menu--simple {
    top: 0;
  }
}
.tab-menu--simple .ajax__tab_header > span a {
  min-height: inherit;
}
@media only screen and (min-width: 768px) {
  .tab-menu--simple .ajax__tab_header > span a {
    padding: 20px;
  }
}
.tab-menu--simple .ajax__tab_panel {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .tab-menu__top {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu__top {
    border-top: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu .ajax__tab_header .show {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu .ajax__tab_header .show a {
    background: #333;
    color: #b3b3b3;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu .btn-tab.active {
    color: #b3b3b3;
  }
}
@media only screen and (max-width: 767px) {
  .stores {
    margin-bottom: 20px;
  }
}
.stores .dpa-menu {
  margin: 0;
}
.stores a {
  color: #808080;
}
.stores a:hover,
.stores a:focus {
  color: #333;
}
.stores .more-details {
  display: block;
  padding: 10px 0 0 0;
  font-family: GillSans-SemiBold;
  text-decoration: none;
  position: relative;
}
.stores .more-details i {
  padding-left: 5px;
  position: static;
}
.stores .more-details i:before {
  position: relative;
  top: -1px;
}
.stores .more-details.accordion__toggler--active i:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
}
.store {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 30px;
  padding: 30px 0;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .store {
    background: #fff;
    padding: 20px;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .store__content {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
  }
}
.store__name {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
}
.store__address {
  margin-bottom: 10px;
}
.store__pagination {
  margin: 0 30px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 125%;
  overflow: hidden;
}
.store__pagination a {
  font-family: GillSans-SemiBold;
  color: #808080;
  text-decoration: none;
}
.store__pagination a:hover,
.store__pagination a:focus {
  color: #333;
}
@media only screen and (min-width: 768px) {
  .stores-finder {
    margin-bottom: 90px;
  }
}
.stores-finder strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 125%;
}
.stores-finder .panel-white {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .stores-finder .panel-white {
    margin-bottom: 40px;
  }
}
.stores-finder .search-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .stores-finder .search-box {
    margin-bottom: 20px;
  }
}
.btn-load-stores {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .store-locator {
    padding-bottom: 90px;
  }
}
.carousel-explore {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .carousel-explore {
    margin-bottom: 90px;
  }
  .carousel-explore .owl-stage-outer {
    padding-top: 20px;
  }
  .carousel-explore .owl-item:nth-child(1) {
    top: -20px;
  }
  .carousel-explore .owl-item:nth-child(3) {
    top: -20px;
  }
  .carousel-explore .owl-controls {
    display: none;
  }
}
.carousel-explore .owl-dots {
  position: static;
  margin-top: 30px;
}
.carousel-explore .owl-dot span {
  background: rgba(51, 51, 51, 0.5);
}
.carousel-explore .owl-dot span:hover {
  background: #333;
}
.carousel-explore .owl-dot.active span {
  background: #333;
}
.explore-box {
  background: #fff;
  border-bottom: 1px solid #cedc00;
  font-size: 16px;
  line-height: 163%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .explore-box .btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.explore-box a {
  display: block;
  text-decoration: none;
}
.explore-box a:hover,
.explore-box a:focus {
  text-decoration: none;
}
.explore-box__subject {
  font-size: 18px;
  line-height: 156%;
  font-family: GillSans-SemiBold;
  padding: 24px 20px 18px 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .explore-box__subject {
    padding: 24px 30px 18px 30px;
  }
}
.explore-box__subject a {
  color: #333;
  text-decoration: none;
}
.explore-box__subject a:hover,
.explore-box__subject a:focus {
  color: #333;
  text-decoration: none;
}
.explore-box__title {
  font-size: 16px;
  line-height: 163%;
  font-family: GillSans-SemiBold;
  margin-bottom: 10px;
}
.explore-box__title a {
  color: #333;
  text-decoration: none;
}
.explore-box__title a:hover,
.explore-box__title a:focus {
  color: #333;
  text-decoration: none;
}
.explore-box__body {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .explore-box__body {
    margin: 30px;
    min-height: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .explore-box__body {
    margin: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .explore-box__body p {
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .explore-box__body p {
    margin-bottom: 30px;
  }
}
.productCustomSearch {
  position: relative;
}
.productCustomSearch .form-control {
  padding-right: 80px;
}
.productCustomSearch .productSearchCustomBtn {
  border: 1px solid transparent;
  border-left: 1px solid #d8d8d8;
  font-family: dpa-microphones;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 48px;
  line-height: 20px;
  position: absolute;
  right: 1px;
  text-rendering: optimizelegibility;
  top: 1px;
  vertical-align: middle;
  width: 48px;
}
.tableSpecificationAdminEdit {
  padding: 40px 0;
}
.tableSpecificationAdminEdit .select2-container,
.tableSpecificationAdminEdit .form-control--value {
  width: 355px!important;
}
.tableSpecificationAdminEdit .checkbox-small {
  width: 16px;
  margin: 0 auto;
}
.tableSpecificationAdminEdit table {
  width: 100%;
  margin-bottom: 40px;
}
.tableSpecificationAdminEdit h2 {
  font-family: GillSans-SemiBold;
}
.tableSpecificationAdminEdit th,
.tableSpecificationAdminEdit td {
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 163%;
  padding: 10px 5px;
}
.tableSpecificationAdminEdit th {
  font-family: GillSans-SemiBold;
}
@media (max-width: 640px) {
  .tableSpecificationAdminEdit th {
    display: block;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .tableSpecificationAdminEdit td {
    display: block;
    width: 100%;
  }
}
.tableSpecificationAdminEdit td .btn {
  margin: 0;
  padding: 0 10px;
}
.tableSpecificationAdminEdit .btn-green {
  text-align: center;
}
.tableSpecificationAdminEdit .panel-noResults {
  margin: 0;
}
.tableSpecificationAdminEdit .btn {
  margin-top: 40px;
}
.select--wide ~ .select-btn {
  display: none;
}
.select--wide[size] {
  height: 312px;
  padding: 0;
}
.select--wide option {
  padding: 3px 5px;
}
.availableAccssesories {
  margin-bottom: 40px;
}
.editDataBtn {
  background: url(/images/checkbox.png) no-repeat transparent;
  border: none;
  display: block;
  height: 16px;
  font-family: GillSans-SemiBold;
  padding-left: 32px;
  line-height: 16px;
}
.editDataBtn:hover,
.editDataBtn:focus {
  background-image: url(/images/checkbox--hover.png);
  color: gray;
}
.deleteDataBtn {
  background: url(/images/checkbox-checked.png) no-repeat transparent;
  border: none;
  display: block;
  height: 16px;
  font-family: GillSans-SemiBold;
  padding-left: 32px;
  line-height: 16px;
}
.deleteDataBtn:hover,
.deleteDataBtn:focus {
  background-image: url(/images/checkbox-checked--hover.png);
  color: gray;
}
.checkbox--config {
  margin-bottom: 5px !important;
}
.btn-update,
.btn-margin {
  margin-top: 10px;
}
#productsTable {
  width: 100%;
}
#productsTable th {
  font-family: GillSans-SemiBold;
}
@media (max-width: 640px) {
  #productsTable th {
    display: block;
    padding: 5px 15px 15px 0;
  }
}
@media (min-width: 641px) {
  #productsTable th {
    padding: 15px;
  }
}
#productsTable td {
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 640px) {
  #productsTable td {
    display: block;
    padding: 5px 15px 15px 0;
  }
}
@media (min-width: 641px) {
  #productsTable td {
    padding: 15px;
  }
}
#optionsTable {
  width: 100%;
}
#optionsTable th {
  font-family: GillSans-SemiBold;
  padding: 15px;
}
#optionsTable td {
  border-top: 1px solid #d9d9d9;
  padding: 15px;
}
#optionsTable .btn-green {
  text-align: center;
}
.editTable {
  width: 100%;
}
.editTable th {
  font-family: GillSans-SemiBold;
  padding: 15px;
}
.editTable td {
  padding: 7px 15px;
}
.color-controls table {
  width: 100%;
}
.color-controls .btn-center {
  display: inline-block;
  text-align: center;
  width: auto;
}
.close-table {
  min-width: 104px;
  cursor: pointer;
}
.checkbox-disabled input[type="checkbox"] {
  cursor: not-allowed;
}
select:disabled {
  cursor: not-allowed;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 25px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 20px;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px!important;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 5px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #262626;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #b3b3b3;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
  .panel-events {
    height: 330px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-events {
    margin: 0 -18px 30px -18px;
  }
}
.panel-events .btn {
  line-height: 50px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .panel-events .btn {
    display: inline-block;
    width: auto;
    border: solid 1px #d9d9d9;
  }
}
@media only screen and (max-width: 767px) {
  .panel-events .btn {
    background-color: #cedc00;
    color: #333;
  }
}
.panel-events .btn:before {
  margin-right: 15px;
}
.panel-events .btn:hover {
  text-decoration: none;
  background: #d7e333;
  border-color: #d7e333;
  color: #333;
}
.panel-events .btn:focus {
  text-decoration: none;
  background: #b8c500;
  border-color: #d7e333;
  color: #333;
}
.panel-events__image {
  position: relative;
}
.panel-events__type {
  position: absolute;
  background: #fff;
  padding: 8px 10px 9px 10px;
  text-transform: uppercase;
  font-family: GillSans-SemiBold;
  font-size: 13px;
  line-height: 1;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .panel-events__type {
    left: 18px;
  }
}
.panel-events__body {
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .panel-events__body {
    height: 330px;
    padding: 30px;
    box-shadow: inset 1px 0 0 0 #d9d9d9;
  }
}
@media only screen and (max-width: 767px) {
  .panel-events__body {
    padding: 20px;
    top: -10px;
    margin: 0 18px;
    border-bottom: 1px solid #cedc00;
  }
}
.panel-events__body p {
  margin-bottom: 20px;
}
.panel-events__description {
  font-family: GillSans-SemiBold;
  font-size: 13px;
  line-height: 116%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .panel-events__description {
    line-height: 1.3;
  }
}
.panel-events__category {
  font-family: GillSans-Light;
}
.section--text {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .section--text {
    margin-bottom: 40px;
  }
}
.product-page {
  position: relative;
  transition: all ease-in-out 320ms;
}
@media only screen and (min-width: 768px) {
  .product-page {
    padding-top: 170px;
  }
}
.product-page--active {
  margin-top: -100vh;
}
.read-more__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 0;
  background: none;
  border: none;
  color: #000000;
  font-family: GillSans-SemiBold;
  letter-spacing: 1px;
}
.read-more__btn:hover {
  color: #000000;
  text-decoration: none;
}
.read-more__btn:hover i {
  background-color: #000000;
  color: #FFFFFF;
}
.read-more__btn i {
  display: block;
  width: 26.5px;
  height: 26px;
  border: 3px solid #000000;
  border-radius: 100%;
  transition: ease all 150ms;
}
.read-more__btn i:before {
  position: relative;
  top: -5.5px;
}
.read-more__btn span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 9px;
}
.notification-basket {
  height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: 185px;
  opacity: 0;
  transition: all ease-in-out 320ms;
  display: block;
  background: #CEDC00;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 50px;
  font-family: GillSans-SemiBold;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .notification-basket {
    top: 120px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .notification-basket {
    left: 50%;
    margin-left: -115px;
  }
}
.notification-basket:before {
  display: block;
  z-index: 10;
  content: "";
  margin-left: -7px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #CEDC00;
}
.notification-basket--shown {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .notification-basket--shown {
    top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .notification-basket--shown {
    top: 160px;
  }
}
.notification-basket i {
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .notification-basket i {
    float: right;
  }
}
.product-carousel {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .product-carousel {
    margin-bottom: 40px;
  }
}
.product-carousel .owl-controls {
  position: relative;
  background: #fff;
  padding-top: 34px;
  padding-bottom: 37px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .product-carousel .owl-controls {
    padding: 20px;
  }
}
.product-carousel .owl-dots {
  position: static;
}
.product-panels {
  margin-bottom: 90px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .product-panels {
    background-color: #FFFFFF;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.product-panel {
  background-color: #FFFFFF;
  padding: 35px;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .product-panel {
    margin-top: 10px;
  }
  .product-panel:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel {
    padding: 20px 20px 0;
  }
  .product-panel:nth-child(2) {
    padding-top: 0;
  }
}
.product-panel em {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}
.product-panel em[style="background-color: #FFFFFF"] {
  border: 1px solid #000;
}
.product-panel--noMargin {
  margin-top: 0;
}
.product-panel--withOptions {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .product-panel--withOptions {
    padding-bottom: 40px;
  }
}
.product-panel--wishlist {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-panel--wishlist {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel--wishlist {
    padding-top: 30px;
  }
}
.product-panel--wishlist .product-panel__cols {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-panel--wishlist .product-panel__col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-panel--wishlist .product-panel__col--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}
.product-panel--wishlist .product-panel__col--description {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .product-panel--wishlist .product-panel__col--description {
    margin-bottom: 20px;
  }
}
.product-panel--wishlist .product-panel__col--quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
@media only screen and (min-width: 768px) {
  .product-panel--wishlist .product-panel__col--price {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel--wishlist .product-panel__col--price {
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
.product-panel--wishlist img {
  max-width: 100px;
  margin: 0 auto;
}
.product-panel--wishlist .product-quantity__btn {
  display: block;
  line-height: 50px;
}
.product-panel--wishlist .product-quantity__btn--minus {
  border-right: none;
}
.product-panel--wishlist .product-quantity__btn--plus {
  border-left: none;
}
.product-panel__toggler {
  font-family: GillSans-Light;
  color: #808080;
}
.product-panel__toggler.accordion__toggler--active i:before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.product-panel__toggler:hover,
.product-panel__toggler:focus {
  text-decoration: none;
  color: #808080;
}
.product-panel__toggler i {
  padding-left: 5px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .product-panel__cost {
    margin-top: 12px;
  }
}
.product-panel--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-panel--price .product-panel__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel--price .product-panel__col {
    margin-left: auto;
  }
}
.product-panel__title {
  font-size: 20px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .product-panel h2 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 4px;
  }
}
.product-panel__remove {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: -16px;
  margin-top: -16px;
  background-color: #CEDC00;
  border-radius: 100%;
  transition: ease all 150ms;
  text-align: center;
  line-height: 32px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .product-panel__remove {
    top: 50%;
    right: 30px;
    opacity: 0;
  }
}
.product-panel:hover .product-panel__remove {
  opacity: 1;
}
.product-panel .form-control {
  background-color: transparent;
  border-color: #D9D9D9;
  font-family: GillSans-SemiBold;
  color: #333333;
}
.product-panel__kicker {
  font-family: GillSans-SemiBold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 143%;
  margin-bottom: 7px;
}
.product-panel__kicker .icone {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
  top: -4px;
  border: 2px solid transparent;
  border-radius: 100%;
  text-align: center;
}
.product-panel__kicker .icone:before {
  position: relative;
  top: 4px;
}
.product-panel__btn {
  display: block;
  min-width: 170px;
  padding: 17px 20px 18px;
  background-color: #d9d9d9;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 110px;
  cursor: pointer;
}
.product-panel__btn:hover,
.product-panel__btn:focus {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .product-panel__btn {
    margin-right: 30px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-panel__btn {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel__btn {
    width: 100%;
    margin-top: 20px;
  }
}
.product-panel__btn--edit {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .product-panel__btn--edit {
    display: inline-block;
  }
}
.product-panel__btn--lime {
  background-color: #CEDC00;
}
@media only screen and (min-width: 768px) {
  .product-panel__btn--lime {
    margin-top: 15px;
  }
}
.product-panel__price {
  font: 28px/26px GillSans-SemiBold;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .product-panel__vat {
    display: block;
  }
}
.product-panel__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-panel__item {
  cursor: pointer;
}
.product-panel__item span::before {
  content: "\B7";
  display: inline-block;
  margin: 0 10px;
  position: relative;
  left: -2px;
}
.product-panel__list--basic {
  margin-top: 10px;
}
.product-panel__list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .product-panel__list--flex {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel__list--flex .product-panel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel__list--flex .product-panel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .product-panel__list--flex .product-panel__item:nth-child(even) {
    padding-left: 20px;
  }
}
.product-panel__list--flex .product-panel__item:hover .icone {
  border: 2px solid #D9D9D9;
}
.product-panel__list--flex .product-panel__kicker {
  position: relative;
  margin-bottom: 0;
}
.product-quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  text-align: center;
}
.product-quantity__btn {
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  background-color: transparent;
}
.product-quantity__btn[disabled] * {
  opacity: .7;
}
.product-quantity__input {
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-family: GillSans-SemiBold;
  text-align: center;
  border-radius: 0;
}
.product-quantity__wrap {
  position: relative;
  display: table-cell;
}
.product-panel__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .product-panel__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-panel__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .product-panel__col:nth-child(1),
  .product-panel__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel__col:nth-child(2) {
    padding-left: 20px;
  }
}
.product-panel__col:nth-child(3) {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-panel__col:nth-child(3) {
    width: 100%;
  }
}
.product-panel__col .product-panel__kicker {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.product-alternative {
  margin-bottom: 40px;
}
.product-alternative .owl-dots {
  position: static;
  margin-top: 30px;
}
.product-alternative .owl-dot span {
  background-color: rgba(51, 51, 51, 0.2);
}
.product-alternative .owl-dot:hover span,
.product-alternative .owl-dot.active span {
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .product-alternative {
    margin-bottom: 90px;
  }
  .product-alternative .owl-item.cloned {
    display: none !important;
  }
  .product-alternative .owl-stage {
    -webkit-transform: none !important;
            transform: none !important;
    transition: none !important;
    width: auto !important;
  }
  .product-alternative .owl-item {
    width: 100% !important;
  }
  .product-alternative .owl-controls {
    display: none;
  }
  .product-alternative .owl-stage-outer {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-alternative .owl-item + .owl-item {
    margin-top: 20px;
  }
}
.product-alternative__info {
  padding: 30px;
}
.product-alternative__text {
  display: block;
  font-family: GillSans;
}
.product-alternative__type {
  line-height: 222%;
}
.product-alternative__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .product-alternative__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 570px;
  }
}
.product-alternative__item {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .product-alternative__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .product-alternative__item {
    border-bottom: 1px solid #CEDC00;
  }
  .product-alternative__item h2 {
    font-size: 16px;
    line-height: 1.625;
  }
}
.product-alternative__item ul {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .options-wrap {
    height: calc(100vh - 197px);
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) {
  .options {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    border-top: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 767px) {
  .options {
    margin: 0 18px;
  }
  .options--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
}
.option {
  padding: 10px 50px 10px 0;
  color: #000;
  font-family: GillSans-Light;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) {
  .option {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 25px 7% 60px;
    min-height: 175px;
    overflow: hidden;
  }
  .option:nth-child(odd) {
    border-right: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 767px) {
  .option {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 18px;
  }
  .option:nth-child(1) {
    border-top: 1px solid #D9D9D9;
  }
}
@media only screen and (min-width: 768px) {
  .option:nth-child(2) {
    border-top: none;
  }
}
.option .icone {
  position: absolute;
  fill: gray;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .option .icone {
    left: 30px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .option .icone {
    right: -8px;
    top: 50%;
    margin-top: -20px;
  }
}
.option p {
  margin-top: 8px;
}
.option span {
  display: block;
  margin-bottom: 7px;
}
.option em {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 7px;
}
.option em[style="background-color: #ffffff"],
.option em[style="background-color: #FFFFFF"] {
  border: 1px solid #000;
}
.option i {
  display: block;
  margin-bottom: 7px;
  opacity: .4;
  clear: both;
}
.option--disabled {
  pointer-events: none;
}
.option--disabled span,
.option--disabled em,
.option--disabled i {
  opacity: .4;
}
.option--disabled:before {
  display: none;
}
.option__kicker {
  font-size: 14px;
  line-height: 143%;
  font-family: GillSans-SemiBold;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .option__kicker {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .option__kicker {
    margin-top: 7px;
  }
}
.no-touchevents .option:hover .icone {
  opacity: 1;
  background-color: #fff;
  border: 2px solid #D9D9D9;
}
.option-value {
  color: #000000;
  font-family: GillSans-Light;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}
.option-value:hover,
.option-value:focus {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .option-value {
    min-height: 200px;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 50px 10px 0;
    overflow: hidden;
    position: relative;
  }
  .option-value img {
    margin-left: 10px;
  }
}
.option-value__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .option-value__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.option-value__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .option-value__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.option-value__quantity {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .option-value .value-wrap {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    padding: 13px;
    border: 2px solid transparent;
    border-radius: 100%;
    position: relative;
  }
  .option-value .value-wrap i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: -13px;
    background-color: #CEDC00;
    font-size: 9px;
    line-height: 18px;
    opacity: 0;
    border-radius: 100%;
  }
}
.option-value--checked.accessory .option-value__icon:hover:before {
  content: '\E805';
}
.option-value--checked.accessory .value-wrap i {
  opacity: 1;
}
.option-value--checked:hover:before,
.option-value--checked:hover:after {
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .option-value--checked .value-wrap {
    border: 2px solid #CEDC00;
  }
}
.option-value--permanent-checked {
  position: relative;
  cursor: default;
}
.option-value--permanent-checked:hover:before,
.option-value--permanent-checked:hover:after {
  display: none!important;
}
.option-value--permanent-checked .option-value__icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  .option-value--permanent-checked .value-wrap {
    border-color: #CEDC00;
  }
}
@media only screen and (min-width: 768px) {
  .option-value--permanent-checked .option-value__body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
  }
}
.option-value--not-available {
  cursor: default;
}
.option-value--not-available span,
.option-value--not-available em,
.option-value--not-available i {
  opacity: .4;
}
.option-value--not-available:hover:before,
.option-value--not-available:hover:after {
  display: none!important;
}
.option-value__icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -16px;
  background-color: #CEDC00;
  border-radius: 100%;
  transition: ease all 150ms;
}
@media only screen and (max-width: 767px) {
  .option-value__icon {
    display: none !important;
  }
}
.option-value__icon:before {
  display: block;
  content: '\E807';
  font-family: 'dpa-temp';
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .option-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 25px 7% 60px;
  }
}
@media only screen and (max-width: 767px) {
  .option-value {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .option-value:nth-child(odd) {
    border-right: 1px solid #D9D9D9;
  }
}
.option-value p {
  margin-top: 8px;
}
.option-value span {
  display: block;
  margin-bottom: 7px;
}
.option-value em {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .option-value em {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 7px;
    float: left;
  }
}
.option-value em[style="background-color: #FFFFFF"] {
  border: 1px solid #000;
}
.option-value i {
  display: block;
  margin-bottom: 7px;
  opacity: .4;
  clear: both;
}
.option-value__kicker {
  font-size: 14px;
  line-height: 143%;
  font-family: GillSans-SemiBold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .no-touchevents .option-value:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(247, 247, 247, 0.6);
  }
  .no-touchevents .option-value:hover:before {
    content: '\E804';
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 1;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    font-family: 'dpa-temp';
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    text-rendering: auto;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.icon--checked {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -119px;
}
.modal-edit {
  width: 100%;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .modal-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding-bottom: 99px;
  }
}
.modal-edit__header {
  overflow: hidden;
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-edit__title {
  font-size: 24px;
  line-height: 117%;
  letter-spacing: 0.9px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 7%;
}
.modal-edit__abstract,
.modal-edit__description {
  text-align: center;
  max-width: 65%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .modal-edit__abstract,
  .modal-edit__description {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-edit .modal-edit__description--mobile {
    padding: 20px 20px 0;
    text-align: left;
  }
}
.modal-edit .modal-edit__description--mobile .modal-toggler {
  font-size: 13px;
  line-height: 26px;
  font-family: GillSans;
  letter-spacing: 1px;
  color: #808080;
}
.modal-edit__col {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal-edit__col h2 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-edit__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.modal-edit__col:nth-child(1) {
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .modal-edit__col:nth-child(1) {
    padding-top: 40px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-edit__col:nth-child(2) {
    max-width: 40%;
    border-left: 1px solid #D9D9D9;
  }
}
.modal-edit__close {
  display: block;
  color: #808080;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 7%;
}
.modal-edit__close i:before {
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 768px) {
  .modal-edit__close {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-edit__close {
    margin-bottom: 15px;
  }
}
.modal-edit__close:hover,
.modal-edit__close:focus {
  text-decoration: none;
}
.modal__footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #F0F0F0;
  font-size: 16px;
  z-index: 1;
}
.modal__footer--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) {
  .modal__footer--container {
    height: 100px;
  }
}
.modal__footer-col {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal__footer-col:nth-child(1) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.modal__footer-col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .modal__footer-col:nth-child(2) {
    max-width: 40%;
  }
}
.modal__footer-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  border-left: 1px solid #D9D9D9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__footer-col a:hover,
.modal__footer-col a:focus {
  text-decoration: none;
}
.modal__footer-col a span {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal__footer-col a span {
    margin-top: 16px;
  }
}
.modal__footer-col a.options-previous--disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.modal__footer-col .icone {
  font-size: 16px;
}
.modal__kicker {
  font-size: 14px;
  line-height: 163%;
  font-family: GillSans-SemiBold;
  text-transform: uppercase;
  padding-right: 40px;
}
.modal__price {
  font-size: 28px;
  line-height: 93%;
  font-family: GillSans-SemiBold;
  padding-right: 20px;
  padding-left: 5px;
}
span.info {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ebebeb;
  color: #000;
  position: absolute;
  right: 20px;
  z-index: 2;
  border-radius: 100%;
  font: 12px/20px sans-serif;
  font-weight: 600;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  span.info {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  span.info {
    top: 0;
    right: 0;
  }
}
.modal-basic {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: ease all 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2000;
  height: 100%;
}
.modal-basic__content {
  margin: 0 auto;
  padding: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal-basic__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 5s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .modal-basic__content {
    width: 100%;
    position: absolute;
    bottom: -25%;
    transition: all 1s ease-in-out;
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
  }
}
.modal-basic--visible {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .modal-basic--visible .modal-basic__content {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.modal-basic__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.modal-basic .btn {
  text-align: center;
}
.modal-basic .btn-default {
  margin-right: 20px;
}
.modal-basic--grey .modal-basic__content {
  position: relative;
  max-width: 90%;
  background: #F0F0F0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  bottom: inherit;
}
@media only screen and (min-width: 768px) {
  .modal-basic--grey .modal-basic__content {
    max-width: 450px;
  }
}
.modal-basic--grey .modal-basic__content h3 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .modal-basic--white {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .modal-basic--white {
    background: rgba(255, 255, 255, 0.6);
  }
}
.modal-basic--white .modal-basic__content {
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .modal-basic--white .modal-basic__content {
    max-width: 370px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-basic--white .modal-basic__content {
    box-shadow: -2px -10px 44px 0px rgba(128, 128, 128, 0.4);
    padding-right: 70px;
  }
}
.modal-basic--white .modal-basic__btn {
  width: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #000000;
  line-height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-basic--white .modal-basic__btn i {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .modal-basic--white .modal-basic__btn {
    background-color: transparent;
    border: none;
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-product.fade.in {
    overflow: hidden;
  }
}
.modal-product.fade.in .modal-product__body {
  bottom: 0;
  opacity: 1;
}
.modal-product__body {
  position: relative;
  bottom: -50vh;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  background-color: #F0F0F0;
}
@media only screen and (max-width: 767px) {
  .modal-product__body {
    padding-bottom: 70px;
    background-color: #FFFFFF;
  }
}
.modal-product {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .modal-product {
    background-color: #F0F0F0;
  }
  .modal-product .owl-item.cloned {
    display: none !important;
  }
  .modal-product .owl-stage {
    -webkit-transform: none !important;
            transform: none !important;
    transition: none !important;
    width: auto !important;
  }
  .modal-product .owl-item {
    width: 100% !important;
  }
  .modal-product .owl-stage-outer {
    height: auto !important;
  }
}
.hide {
  display: none !important;
}
.modal-toggler {
  cursor: pointer;
}
.variant-image {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  .option-value {
    position: relative;
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .option-value:first-child {
    padding-left: 0;
  }
  .option-value:last-child {
    padding-right: 0;
  }
}
.panel-image {
  position: relative;
  margin-bottom: 90px;
  padding: 20px;
  text-align: center;
  min-height: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .panel-image {
    margin-bottom: 40px;
  }
}
.panel-image .btn {
  margin-top: 20px;
  width: auto;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  .panel-image .btn {
    min-width: 186px;
    width: auto;
    display: inline-block;
    margin-top: 40px;
  }
}
.panel-image--wide {
  border: 20px solid #FFFFFF;
  min-height: 320px;
}
@media (min-width: 1024px) {
  .panel-image--wide {
    margin: 0 -20px 90px;
  }
}
.panel-image--light {
  color: #FFFFFF;
}
.panel-image--light .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100px;
  border-color: #FFFFFF;
  color: #333333;
}
.panel-image--light .btn i {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .panel-image--noBg {
    background-image: none;
  }
}
.panel-image__body {
  max-width: 770px;
}
.map-pin {
  position: absolute;
  z-index: 200;
  top: -45px;
  left: 50%;
  margin-left: -21px;
}
.map-pin-shadow {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -2px;
}
.landing-page {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .landing-page {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .module-text {
    position: relative;
    top: -40px;
  }
  .landing-page .module-text h1 {
    margin: 20px;
  }
}
.module {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .module {
    margin-bottom: 90px;
  }
}
.module--white {
  position: relative;
  background-color: #fff;
  padding: 0 20px 30px;
  color: #000;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .module--white {
    text-align: center;
    padding: 0 30px 30px;
  }
}
.module--white a {
  display: block;
  color: #000;
  text-decoration: none;
}
.module--white a:after {
  content: "\203A";
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .module--white a {
    margin-top: 30px;
  }
}
.module--white .module__img {
  position: relative;
  top: -30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .module--out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .module--out .module__img {
    position: relative;
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .module--out .module__img:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .module--out .module__img img {
    margin: 50px 0;
    position: relative;
    z-index: 1;
  }
}
.module--out .module__body {
  background-color: #fff;
  padding: 30px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .module--out .module__body {
    max-width: 52%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    padding: 42px 45px;
  }
  .module--out .module__body h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.module-text {
  margin-bottom: 40px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) {
  .module-text {
    margin-bottom: 90px;
  }
}
.module-text img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .module-text img {
    margin-bottom: 60px;
  }
}
.module-text--narrow {
  position: static;
}
@media only screen and (min-width: 768px) {
  .module-text--narrow .module-text__body {
    padding: 0 35px;
  }
}
.carousel-links {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .carousel-links {
    margin-bottom: 90px;
  }
}
.carousel-links a:hover,
.carousel-links a:focus {
  text-decoration: none;
}
.carousel-links img {
  position: relative;
  z-index: 1;
}
.carousel-links__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 20px 0;
  padding: 14px 20px 17px;
  position: relative;
  z-index: 1;
  color: #808080;
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  line-height: 1.2;
  text-align: center;
  transition: ease color 150ms, ease border-color 150ms;
}
@media only screen and (min-width: 768px) {
  .carousel-links__url {
    min-height: 75px;
    padding: 15px 20px;
  }
}
.carousel-links__title {
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .carousel-links__title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
.carousel-links .owl-item:hover .carousel-links__url {
  border-color: #CEDC00;
}
.carousel-links .owl-dots {
  position: static;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .carousel-links .owl-dots {
    margin-top: 40px;
  }
}
.carousel-links .owl-dot span {
  background-color: #4d4d4d;
  opacity: .2;
}
.carousel-links .owl-dot:hover span,
.carousel-links .owl-dot.active span {
  opacity: 1;
}
/* Teasers */
.teaser {
  background: #fff;
  border-bottom: 1px solid #cedc00;
  font-size: 16px;
  line-height: 163%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .teaser {
    min-height: 600px;
    width: 100%;
    max-width: 25%;
    float: left;
  }
  .teaser:nth-child(1) {
    top: -20px;
  }
  .teaser:nth-child(2) {
    top: -40px;
  }
  .teaser:nth-child(3) {
    top: -20px;
  }
  .teaser:nth-child(4) {
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser {
    margin-top: 30px;
  }
  .teaser:nth-child(1) {
    margin-top: 0;
  }
}
.teaser .btn {
  border: 1px solid #d9d9d9;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .teaser .btn span {
    display: none;
  }
  .teaser .btn:before {
    line-height: 50px;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .teaser .btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .teaser .btn {
    margin-top: 30px;
  }
}
.teaser .btn:hover {
  border-color: #808080;
  color: #333;
}
.teaser .btn:focus {
  border-color: #d9d9d9;
  background: #f0f0f0;
  color: #808080;
}
.teaser .btn:disabled {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.teaser__subject {
  font-size: 18px;
  line-height: 156%;
  font-family: GillSans-SemiBold;
  padding: 21px 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .teaser__subject {
    padding: 21px 20px;
  }
}
@media (min-width: 1280px) {
  .teaser__subject {
    padding: 21px 30px;
  }
}
.teaser__subject a {
  display: block;
  color: #333;
  text-decoration: none;
}
.teaser__subject a:hover,
.teaser__subject a:focus {
  color: #333;
  text-decoration: none;
}
.teaser__image {
  height: 165px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.teaser__title {
  font-size: 16px;
  line-height: 163%;
  font-family: GillSans-SemiBold;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.teaser__title a {
  display: block;
  color: #333;
  text-decoration: none;
}
.teaser__title a:hover,
.teaser__title a:focus {
  color: #333;
  text-decoration: none;
}
.teaser__body {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .teaser__body {
    min-height: 305px;
    margin: 20px;
  }
}
@media (min-width: 1280px) {
  .teaser__body {
    margin: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser__body {
    margin: 25px 20px 20px;
  }
}
.teaser__link--overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser-list:before {
  content: " ";
  display: table;
}
.teaser-list:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .teaser-list {
    margin-bottom: 90px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-list {
    margin: 0 0 40px;
  }
}
.teaser-list--wide {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .teaser-list--wide .teaser {
    width: 33.33333333%;
    max-width: inherit;
    top: 0;
  }
  .teaser-list--wide .teaser:nth-child(2) {
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-list--wide .teaser {
    margin-top: 30px;
  }
  .teaser-list--wide .teaser:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-list--frontpage {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.teaserTxt {
  background: #fff;
}
.teaserTxt__box {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0;
}
.teaserTxt--first .teaserTxt__box {
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .teaserTxt__box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.teaserTxt__content {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .teaserTxt__content {
    padding: 30px 0 30px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .teaserTxt__box--right .teaserTxt__content {
    padding: 30px 30px 30px 0;
  }
}
.teaserTxt__title {
  font-family: GillSans-SemiBold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .teaserTxt__title {
    font-size: 26px;
    line-height: 113%;
  }
}
.teaserTxt__abstract {
  font-size: 26px;
  line-height: 131%;
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .teaserTxt__abstract {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.teaserTxt__body {
  font-size: 18px;
  line-height: 156%;
}
.teaser-person {
  font-size: 16px;
  line-height: 163%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .teaser-person {
    margin-bottom: 90px;
  }
}
.teaser-person img {
  margin-bottom: 20px;
}
.teaser-person strong {
  display: block;
}
.teaser-person a {
  color: #333;
  font-family: GillSans-Light;
}
.teaser-person__function {
  margin-bottom: 10px;
}
.teaser-person__contact {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .masters-list {
    margin-top: 20px;
  }
}
.teaser-article {
  height: 340px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .teaser-article {
    height: 320px;
    margin-bottom: 60px;
  }
}
.teaser-article__category {
  font-family: GillSans-SemiBold;
  font-size: 13px;
  line-height: 116%;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.teaser-article__headline {
  font-family: GillSans-Light;
  font-size: 18px;
  line-height: 123%;
  margin: 0;
}
.teaser-article__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.teaser-article__body {
  padding: 20px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .teaser-article__body {
    padding: 30px;
  }
}
.teaser-article--noImage {
  background: #fff;
}
.teaser-article--noImage:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.teaser-article--noImage .teaser-article__body {
  border-bottom: 1px solid #cedC00;
  margin: 0 -2px;
}
.teaser-article--noImageBlack {
  background: #000;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #fff;
  transition: border-color 400ms ease 0s;
  -webkit-transition: border-color 400ms ease 0s;
  -moz-transition: border-color 400ms ease 0s;
}
.teaser-article--noImageBlack:hover {
  border: 2px solid #000000;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
}
.teaser-article--noImageBlack .teaser-article__text {
  color: #fff;
}
.teaser-article--noImageBlack .teaser-article__headline {
  color: #fff;
}
.teaser-article--noImageBlack .teaser-article__category {
  color: #cedC00;
}
.teaser-article--noImageBlack .teaser-article__body {
  border-bottom: 1px solid #cedC00;
  margin: 0 -2px;
}
.teaser-article--image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.teaser-article--image:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 400ms ease 0s;
  -webkit-transition: opacity 400ms ease 0s;
  -moz-transition: opacity 400ms ease 0s;
  width: 100%;
}
.teaser-article--image:hover:before {
  opacity: 0.5;
}
.teaser-article--image .teaser-article__text {
  padding: 30px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.teaser-events {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
.teaser-events p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .teaser-events {
    height: 220px;
  }
}
.teaser-events__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
}
@media only screen and (max-width: 767px) {
  .teaser-events__image {
    height: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .teaser-events__image img {
    height: 220px;
    width: 100%;
  }
}
.teaser-events__description {
  font-size: 13px;
  line-height: 116%;
  font-family: GillSans-SemiBold;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .teaser-events__description {
    line-height: 1.3;
  }
}
.teaser-events__category {
  font-family: GillSans-Light;
}
.teaser-events__txt {
  height: 72px;
  overflow: hidden;
}
.teaser-events__headline {
  margin-bottom: 10px;
  font-size: 22px;
}
.teaser-events__link {
  color: #333;
}
.teaser-events__link:hover,
.teaser-events__link:focus {
  color: #808080;
}
.teaser-events__link:after {
  content: " \203A";
}
@media only screen and (min-width: 768px) {
  .teaser-events__body {
    padding: 30px;
    box-shadow: inset -1px 0 0 0 #cedc00, inset 1px 0 0 0 #d9d9d9;
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-events__body {
    padding: 20px;
    box-shadow: none inset 0 -1px 0 0 #cedc00, inset 0 1px 0 0 #d9d9d9;
  }
}
.panel-events__image {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
}
@media only screen and (max-width: 767px) {
  .panel-events__image {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .events-results .bottom-pagination {
    margin-top: 30px;
  }
}
/* Others */
.master-spec-categories {
  background: #a8a7a7;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.total-page-no {
  display: inline-block;
  vertical-align: middle;
}
.master-spec-category::after {
  content: "\E621";
  display: block;
  font-family: "dpa-microphones";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 70px;
  position: absolute;
  right: 12px;
  text-rendering: optimizelegibility;
  top: -14px;
}
.category-value-Container {
  background: #7f8080;
  padding: 0 15px;
  color: #fff;
}
.category-value-Container .categories-values .checkbox-small {
  margin-bottom: 0;
}
.category-value-Container .checkbox-small {
  margin-bottom: 2px;
}
.category-value-Container.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0;
}
.master-spec-category {
  padding: 5px 15px;
}
.all-products .product {
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .all-products .product {
    height: 460px;
  }
  .all-products .product:hover {
    height: 462px;
  }
}
@media only screen and (min-width: 768px) {
  .all-products .product__inner {
    height: 460px;
  }
}
@media only screen and (min-width: 768px) {
  .all-products .product__options {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.product-results .product__inner:first-child {
  margin-left: 0;
}
.product-results .product__options {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product__inner img {
  min-height: 180px;
}
.bottom-pagination {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .bottom-pagination {
    margin-bottom: 90px;
  }
}
.bottom-pagination nav {
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
}
/**NOTE:ICH**/
.news-pagination .PagerResults {
  float: left;
}
.news-pagination .PagerNumberArea {
  float: right;
}
.news-pagination .PagerNumberArea .UnselectedPage {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  padding: 3px 12px;
  text-decoration: none;
}
.news-pagination .PagerNumberArea .SelectedPage {
  background-color: #cedc00 !important;
  padding: 4px 12px;
}
.PagerControl {
  clear: both;
}
.PagerNumberArea span:first-child a:first-child {
  display: none;
}
.bottom-pagination .pagination > li.next-butn > a,
.bottom-pagination .pagination > li.next-butn > span {
  background-color: none !important;
  border: none !important;
}
.btn-default:hover {
  background-color: none !important;
}
.btn.dpa-search.search-news.btn-default {
  opacity: 0;
}
/**NOTE:ICH**/
.product-finder .checkbox {
  padding-left: 20px;
}
.product-finder .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.product-finder .checkbox label::before {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  margin-left: -29px;
  border: 0px none;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.product-finder .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  margin-left: -29px;
  padding-left: 3px;
  padding-top: 1px;
  color: #d9d9d9;
}
.dpa-heart-added {
  border-color: #f66;
  color: #f66 !important;
}
.btn.dpa-heart-red {
  border-color: #f66;
  color: #f66;
}
.btn.dpa-heart-red:hover {
  border-color: #f66;
  color: #f66;
}
.btn.dpa-heart.heartalignmentd {
  height: 50px;
}
.btn.dpa-heart.heartalignmentd:before {
  line-height: 50px;
}
/**NOTE:ICH**/
.bottom-pagination .total-page-no {
  float: left;
  font-size: 16px;
}
.bottom-pagination nav {
  float: right;
  width: auto;
}
.product-results .quick-view {
  width: 100%;
  margin-top: 0;
}
.productlist-box .current-product-view {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  float: left;
  left: 50%;
  margin: 0 0 0 -26px;
  position: absolute;
  bottom: -7px;
  display: none;
}
.active-quick-view {
  display: block;
}
.inactive-quick-view {
  display: none;
}
.productlist-box {
  position: relative;
}
.product-results .productlist-box .product {
  margin-left: 0px;
}
/**NOTE:ICH**/
.search-txt label .form-control:focus {
  background: none !important;
  color: #f2f2f2 !important;
}
.predictiveSearchCategory {
  background: none !important;
}
/**NOTE:ICH**/
.form-control1 {
  background: #ebebeb;
  border: 1px solid #d8d8d8;
  box-shadow: none;
  color: gray;
  float: left;
  font-size: 16px;
  height: 50px;
  line-height: 150%;
  padding: 0 20px;
}
.dpa-search1 {
  margin-left: -46px;
  margin-top: 1px;
  position: absolute;
}

/**NOTE:ICH**/
@media only screen and (min-width: 768px) {
  .enter_email {
    float: right;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter .btn {
    width: auto;
    display: inline-block;
  }
}
.red-heart {
  color: #f66 !important;
}
/**NOTE:ICH**/
/**NOTE:ICH**/
.zoomalign {
  height: 50px;
  display: none !important;
}
.zoomalign:before {
  line-height: 50px;
}
iframe .Debug {
  display: none;
}
.quick-view.active-quick-view iframe {
  border: none;
}
.quick-view .current-product-view {
  margin: -24px 0 0 -26px;
}
.quick-view {
  margin-bottom: 15px;
  margin-top: 20px;
  position: relative;
}
.quick-view .dpa-close {
  width: 50px;
  position: absolute;
  top: 20px;
  right: 35px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .quick-view .dpa-close {
    top: 20px;
  }
}
.quick-view__title {
  padding-left: 20px;
  padding-right: 100px;
  margin-bottom: 40px;
  line-height: 100%;
  font-family: GillSans-Light;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .quick-view__title {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 56px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view__title {
    font-size: 20px;
  }
}
.quick-view-product {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .newsletter .Subscription > div {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter .EditingFormControlNestedControl {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .EditingFormControlNestedControl {
    margin-bottom: 10px;
  }
}
.newsletter .EditingFormControlNestedControl.Error .form-control {
  border-color: #ff6666;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .newsletter .EditingFormLabel {
    margin-right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .EditingFormLabel {
    display: block;
  }
}
.newsletter .EditingFormErrorLabel,
.newsletter .ErrorLabel {
  display: block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .newsletter .EditingFormErrorLabel,
  .newsletter .ErrorLabel {
    text-align: left;
    margin: 0 auto;
    padding-left: 122px;
  }
}
.newsletter .EditingFormInfoLabel {
  font-family: GillSans;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter .SubscriptionButton {
    text-align: left;
  }
}
.EditingFormErrorLabel,
.ErrorLabel {
  color: #ff6666 !important;
  font-size: 16px;
  line-height: 125%;
  font-family: GillSans;
  padding-bottom: 10px;
}
.convert-default-paging-to-custom-paging .PagerNumberArea .UnselectedPage {
  background: #ddd !important;
  color: rgba(51, 51, 51, 0.3);
  padding: 5px 14px;
  border: 1px #d9d9d9 solid;
  margin: 0 0px 0 0px;
}
.convert-default-paging-to-custom-paging .PagerNumberArea .SelectedPage {
  background: #bbb !important;
  color: #000 !important;
  padding: 5px 14px !important;
  border: 1px gray solid;
}
.PagerNumberArea span:first-child {
  background: #ddd !important;
  margin-right: 3px;
  color: rgba(51, 51, 51, 0.3) !important;
  padding: 6px 0px !important;
  border: 1px #d9d9d9 solid;
}
.PagerNumberArea span:last-child {
  background: #ddd !important;
  color: rgba(51, 51, 51, 0.3) !important;
  padding: 5px;
  border: 1px #d9d9d9 solid;
}
.convert-default-paging-to-custom-paging {
  margin-bottom: 20px;
}
.PagerNumberArea span a {
  color: rgba(51, 51, 51, 0.3) !important;
}
.convert-default-paging-to-custom-paging .PagerResults {
  float: left;
  font-weight: normal !important;
}
.PagerNumberArea a {
  margin: -5px;
}
.SelectedPrev {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
  margin: 0 0 0 -9px;
  position: relative;
}
.PagerNumberArea span:first-child a:first-child {
  display: inline-block !important;
}
.PagerNumberArea span:first-child a {
  padding: 0 2px;
}
.PagerNumberArea span:last-child .SelectedNext {
  padding: 5px 0 5px 3px !important;
  margin: 0 -10px;
}
.PagerNumberArea span:empty {
  display: none;
}
.social-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.social-share a {
  height: 50px;
}
.PagerControl .PagerResults {
  float: left;
  font-weight: normal !important;
}
.PagerControl .PagerNumberArea {
  float: right;
}
.PagerControl .PagerNumberArea .SelectedPage {
  background: #bbb none repeat scroll 0 0 !important;
  border: 1px solid gray;
  color: #000 !important;
  padding: 5px 14px !important;
  margin-right: 4px;
}
.PagerControl .PagerNumberArea .UnselectedPage {
  background: #ddd none repeat scroll 0 0 !important;
  border: 1px solid #d9d9d9;
  color: rgba(51, 51, 51, 0.3);
  margin: 0 3px 0 0;
  padding: 5px 14px;
}
a:active,
a:hover {
  text-decoration: none;
}
.convert-default-paging-to-custom-paging .newsletter,
.convert-default-paging-to-custom-paging .share,
.convert-default-paging-to-custom-paging .footer {
  position: relative;
  width: auto;
}
.form-contact .checkbox label::before {
  width: 22px;
  height: 22px;
}
.form-contact .checkbox label {
  height: auto;
  padding-left: 35px;
}
.form-contact .checkbox input[type="checkbox"]:checked + label::after {
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 23px;
}
.PagerControl {
  clear: both;
  padding: 0 20px;
}
.form-horizontal .required {
  color: red;
}
.teaser .btn {
  border: 1px solid #d9d9d9;
}
.form-horizontal.form-contact .btn-form {
  margin-top: 0;
}
#porductContainerDiv .pagination-summary {
  margin-top: 12px;
}
.page-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-title {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.carousel-indicators li {
  margin: 0 0px 0 5px !important;
}
.search-result .search-result__body li a {
  padding: 15px 0 10px;
}
.total-page-no {
  /*margin-top: 12px;*/
}
#p_lt_ctl01_pageplaceholder_p_lt_ctl00_pageplaceholder_p_lt_ctl00_DPANEWS_sys_pnlUpdate .teaser-article {
  margin-bottom: 40px;
}
.pagination-wrap .pagination li a span {
  line-height: 50px;
  padding: 5px 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.checkbox input[type="checkbox"],
.product-finder .checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
/**NOTE:ICH**/
.news-page .teaser-list {
  text-align: center;
}
.news-page .teaser-list .teaser h2,
.teaser-list .teaser h3,
.teaser-list .teaser p {
  text-align: left;
}
.product-page__type {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-page__type {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.brand-mark {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .brand-mark {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .brand-mark {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .brand-mark {
    text-align: center;
  }
}
.brand-mark img {
  margin-bottom: 20px;
  max-width: 80px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .brand-mark img {
    max-width: 30px;
    margin-bottom: 0;
  }
}
.series-title {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .series-title {
    text-align: center;
  }
}
.spinning {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.loader-text {
  vertical-align: middle;
  padding-left: 8px;
}
.loader {
  color: #333;
  background-color: #cedc00;
  padding: 11px 40px;
  z-index: 42100;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -100px;
}
.loader-general {
  display: block;
}
.overlayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 42000;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  font-size: 13px;
  font-family: GillSans-SemiBold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.frozen-page {
  overflow: hidden;
  padding-right: 17px;
}
.predictiveSearchResults {
  position: absolute;
  z-index: 999999;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #9a9898;
}
.predictiveSearchHolder {
  position: relative;
}
.predictiveSearchResults .selectedResult {
  text-decoration: underline;
}
.predictiveSearchResults a {
  text-decoration: none;
}
.predictiveSearchResults > * {
  color: black;
  padding: 3px 4px;
}
img[src=""] {
  display: none;
}
@media only screen and (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .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 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .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 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#cmsUpdWishList .productlist-box:nth-child(4n+1) {
  clear: both;
}
.truncate {
  height: 78px;
  overflow: hidden;
  position: relative;
}
.ellipses {
  display: block;
  position: absolute;
  bottom: 0;
  right: 4px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 75%);
}
/* BEGIN STORE LOCATOR*/
.tags {
  background-color: #f0f0f0;
  padding: 15px 20px;
  font-family: GillSans-SemiBold;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tags {
    cursor: pointer;
  }
}
.tag {
  background: #333;
  color: #fff;
  padding: 7px 10px;
  margin: 5px 10px 5px 0;
  position: relative;
  display: block;
  float: left;
}
.tag .tag-inner {
  height: 14px;
  float: right;
  margin-left: 8px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .tag .tag-inner {
    position: relative;
  }
}
.tag .tag-inner:hover i:before {
  color: rgba(255, 255, 255, 0.6);
}
.tag .tag-inner i:before {
  font-size: 14px;
  line-height: 14px;
}
.tag .tag-inner input {
  background: none;
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.remove-tags {
  border: solid 1px #d9d9d9;
  padding: 7px 10px;
  color: #808080;
  cursor: pointer;
}
.remove-tags:hover {
  color: #333;
}
.remove-tags input {
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  .remove-tags {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .remove-tags {
    float: left;
    margin-top: 5px;
    clear: both;
  }
}
.panel-filters {
  background: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .panel-filters {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-filters .search-box--filter {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-filters .search-box--filter {
    margin-top: 10px;
  }
}
.panel-filters .search-box--filter input {
  padding-right: 50px;
  text-overflow: ellipsis;
}
.panel-sorting--stores .select-btn {
  display: none;
}
.filter-options {
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .filter-options {
    padding: 20px;
  }
}
.filter {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .filter {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .filter {
    margin-top: 10px;
  }
}
.filter .accordion__toggler--active {
  border-bottom: 1px solid #262626 !important;
}
.filter .accordion__element {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.accordion__inner {
  height: 500px;
}
.filter .accordion__toggler {
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #808080;
  display: block;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px 0 20px;
}
.filter .btn:hover {
  color: #808080;
}
.filter .accordion__toggler:hover,
.filter .accordion__toggler:focus {
  text-decoration: none;
}
.filter .accordion__toggler:after {
  content: "\E62D";
}
.filter .accordion__toggler--active {
  background: #333;
  border-color: #333;
  color: #b3b3b3;
}
.filter .accordion__toggler--active:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "\E630";
}
.filter .accordion__element {
  background: #333;
}
.filter .form-control {
  background-color: #262626;
  border-color: #262626;
  color: #b3b3b3;
}
.checkbox--filter {
  position: relative;
  margin: 10px 10px 20px 10px;
  color: #b3b3b3;
}
.checkbox--filter:last-child {
  margin-bottom: 10px;
}
.checkbox--filter label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  font-family: GillSans;
  font-size: 16px;
  line-height: 125%;
}
.checkbox--filter label:before {
  background: #262626;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.checkbox--filter input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
.checkbox--filter input[type="checkbox"]:hover + label {
  color: #fff;
}
.checkbox--filter input[type="checkbox"]:focus + label {
  color: #fff;
}
.checkbox--filter input[type="checkbox"]:checked + label {
  color: #fff;
}
.checkbox--filter input[type="checkbox"]:checked + label:after {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  content: "\E67D";
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox--filter input[type="checkbox"]:disabled + label {
  opacity: 0.2;
  cursor: not-allowed !important;
  z-index: 1;
}
.radio--filter {
  position: relative;
  margin: 10px 10px 20px 10px;
  color: #b3b3b3;
}
.radio--filter:last-child {
  margin-bottom: 10px;
}
.radio--filter label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  font-family: GillSans;
  font-size: 16px;
  line-height: 125%;
}
.radio--filter label:before {
  background: #262626;
  border-radius: 100%;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.radio--filter input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
.radio--filter input[type="radio"]:hover + label {
  color: #fff;
}
.radio--filter input[type="radio"]:checked + label:after {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  vertical-align: middle;
  content: "\E637";
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.radio--filter input[type="radio"]:disabled + label {
  opacity: 0.2;
  cursor: not-allowed !important;
  z-index: 1;
}
.radio--filter--active input[type="radio"] + label::after {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  vertical-align: middle;
  content: "\E637";
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-location {
  display: block;
  font-family: GillSans-SemiBold;
  font-size: 16px;
  line-height: 1.3;
  color: #b3b3b3;
  padding: 15px 14px 14px 14px;
}
.btn-location:hover,
.btn-location:focus {
  color: #fff;
  text-decoration: none;
}
.btn-location:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  content: "\E6B2";
  padding-right: 16px;
}
.filter-list {
  max-height: 400px;
}
.filter-list--states {
  max-height: 400px;
}
.dealers {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .dealers {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .dealers .btn {
    margin-top: 30px;
  }
}
input[type="hidden"] {
  display: none;
}
input[style="visibility: hidden"] {
  display: none;
}
input::-ms-clear {
  display: none;
}
.dealer {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.dealer:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .dealer {
    border-left: 1px solid #cedc00;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .dealer {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dealer {
    border-bottom: 1px solid #cedc00;
  }
}
.dealer address {
  margin-bottom: 10px;
}
.dealer a {
  font-family: GillSans-Light;
  color: #333333;
}
.dealer a:before {
  content: " ";
  display: table;
}
.dealer a:after {
  content: " ";
  display: table;
  clear: both;
}
.dealer a:hover,
.dealer a:focus {
  color: #808080;
  text-decoration: none;
}
.dealer .link--underlined {
  text-decoration: underline;
}
.dealer .link--underlined:hover,
.dealer .link--underlined:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .dealer-info {
    margin: 30px 0;
  }
}
.dealer__distance {
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .dealer__distance {
    float: right;
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .dealer-info--separator {
    min-height: 166px;
    border-right: 1px solid #d9d9d9;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .dealer-info--separator {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .dealer__contact {
    border-left: 1px solid #d9d9d9;
    padding-left: 30px;
    min-height: 107px;
  }
}
@media only screen and (max-width: 767px) {
  .dealer__name {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dealer__directions {
    margin-bottom: 20px;
  }
}
.dealer__type {
  font-family: GillSans-SemiBold;
}
@media only screen and (min-width: 768px) {
  .dealer__type {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dealer__type {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }
}
.panel-dealers {
  border: 1px solid #d9d9d9;
  padding: 90px 20px;
  font-size: 26px;
  line-height: 131%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .panel-dealers {
    padding: 90px 20px;
    margin-bottom: 90px;
    margin-top: 60px;
  }
}
.panel-dealers__body {
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .panel-sorting .select2-container {
    width: 270px !important;
    float: left;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-sorting .select2-container {
    width: 100% !important;
  }
}
.panel-sorting__title {
  color: rgba(51, 51, 51, 0.3);
}
.pagination-filters .pagination-summary {
  margin-bottom: 60px;
}
.pagination-filters .pagination__result {
  font-family: GillSans-SemiBold;
  color: rgba(51, 51, 51, 0.3);
}
.pagination-filters .pagination__items {
  color: rgba(51, 51, 51, 0.3);
}
.pagination-filters .pagination__items a {
  width: 50px;
  height: 50px;
  border-color: #d9d9d9;
  border: solid 1px #d9d9d9;
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  line-height: 50px;
  margin-left: -1px;
  opacity: 1;
  color: rgba(51, 51, 51, 0.3);
}
.pagination-filters .pagination__items a:hover,
.pagination-filters .pagination__items a.active {
  color: #333333;
  background-color: #f0f0f0;
}
.pagination-filters .pagination__items span {
  float: left;
  line-height: 50px;
  padding-right: 20px;
}
.pagination-filters .pagination__result {
  line-height: 50px;
}
.pagination-filters .pagination__items {
  margin-left: 30px;
}
.select2-container {
  box-sizing: border-box;
  width: auto !important;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  float: left;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  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;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #333;
  border: 1px solid #333;
  color: #b3b3b3;
  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 20px;
  font-size: 16px;
  font-family: GillSans-SemiBold;
}
.select2-results__option {
  line-height: 50px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option:hover {
  color: #fff;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-search--dropdown {
  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: transparent;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-selection--single {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  color: rgba(51, 51, 51, 0.3);
}
.select2-selection--single:focus {
  outline: none;
}
.select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
}
.select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
}
.select2-selection--single .select2-selection__arrow:before {
  font-family: 'dpa-microphones';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  vertical-align: middle;
  content: "\E621";
  text-align: center;
  color: rgba(51, 51, 51, 0.3);
}
.select2-container--open .select2-container--default,
.select2-container--open .select2-selection--single {
  background: #333;
  border-color: #333;
  color: #b3b3b3;
  box-shadow: inset 0 -1px 0 0 #262626;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\E62C";
  color: #b3b3b3;
}
.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.filter-row {
  margin-right: -5px;
  margin-left: -5px;
}
.filter-col {
  padding-left: 5px;
  padding-right: 5px;
}
.search-box--icon {
  position: relative;
}
.search-box--icon input {
  padding-right: 50px;
}
.search-box--icon i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  color: #808080;
  text-align: center;
}
.search-box--icon i:before {
  line-height: 50px;
}
.news-text {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .news-text {
    margin: 90px 0;
  }
}
/* DAPArticleOptionsAndResultCombined.ascx & DAPSearchOptionsAndResultCombined.ascx */
.lowerfilterHandler {
  display: none;
}
.loader-wrapper {
  background: #fff;
  height: 100%;
}
.quick-view-loader {
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
}
/* DPA_Product_Detail.ascx */
.Debug {
  display: none;
}
.update-option-btn {
  margin-bottom: 10px;
}
/* DPA_RegistrationForm.ascx */
.select-options {
  overflow: auto;
  height: 200px;
}
/* DPA_StoreLocator.ascx */
#DivMap {
  width: 100%;
  height: 500px;
}
/* DPAAdvanceSearchOptions.ascx */
.openbydefault {
  overflow: visible;
}
@media print {
  * {
    font-family: Arial !important;
  }
  body {
    background-color: #f7f7f7 !important;
    font-family: arial !important;
    font-size: 14px !important;
    line-height: 1.42857;
  }
  a[href]::after {
    content: "";
  }
  .dpa-space--small,
  .product-finder,
  .anchors,
  .product-pagination,
  .carousel-home,
  .image-component,
  .bottom-pagination,
  .mic-finder,
  .pagination-summary,
  .panel-sorting,
  .btn-top,
  .panel,
  .tab-menu,
  .btn-social-share,
  .downloads,
  .breadcrumb,
  .panel-white,
  .owl-controls,
  .btn,
  .dpa-space,
  .wide-teaser,
  .dpa-pager {
    display: none !important;
  }
  address {
    margin-bottom: 0 !important;
  }
  .container {
    width: auto !important;
    padding: 0 !important;
  }
  .row {
    margin: 0 !important;
  }
  .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 {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }
  .teaser-article {
    height: auto;
    margin: 0;
    border-bottom: 1px solid #cedc00;
    border-top: none;
  }
  .teaser-article .teaser-article__text {
    position: static;
    padding: 0;
  }
  .teaser-article .teaser-article__body {
    padding-right: 0;
    padding-left: 0;
    border: none;
  }
  .teaser-article .teaser-article__link {
    display: none !important;
  }
  .owl-stage {
    width: auto !important;
    height: auto !important;
  }
  .owl-carousel .owl-item {
    width: auto !important;
    margin: 3px 0 0 0 !important;
    float: none !important;
  }
  .owl-carousel .owl-item:first-child {
    margin-top: 0 !important;
  }
  .carousel-products .product {
    height: auto !important;
  }
  .carousel-products .product__inner {
    height: auto !important;
  }
  .carousel-products .owl-item {
    float: left!important;
    width: 45% !important;
    margin-left: 10% !important;
    margin-right: 0!important;
    margin-bottom: 30px;
  }
  .carousel-products .owl-item:nth-child(2n+1) {
    clear: left;
    margin-left: 0 !important;
  }
  .page-head {
    position: static;
    margin-bottom: 30px;
  }
  .product {
    height: auto;
    margin-bottom: 30px;
  }
  .product .product__inner {
    height: auto;
  }
  .product .product__details {
    padding-left: 0;
    padding-right: 0;
  }
  .product .product__price {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .product .product__options {
    display: none;
  }
  .teaser-list {
    padding: 0;
    margin-bottom: 0;
  }
  .teaser {
    position: static !important;
    width: auto !important;
    min-height: inherit;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    float: none;
  }
  .teaser:first-child {
    margin-top: 0;
  }
  .teaser .btn {
    display: none;
  }
  .teaser__subject {
    padding: 0;
  }
  .teaser__image {
    display: none;
  }
  .teaser__body {
    min-height: inherit;
    margin: 0;
  }
  .footer__links {
    display: none;
  }
  .subtitle:empty {
    display: none !important;
  }
  .mobile-nav-primary.accordion__element {
    display: none !important;
  }
  .site-nav__toggler {
    display: none !important;
  }
  .site-nav__logo {
    position: static;
    display: block;
    height: auto;
    text-align: center;
    width: auto;
    float: none;
  }
  .site-nav__logo img {
    width: 120px;
    height: 120px;
  }
  .site-nav-service__item {
    display: none;
  }
  .site-nav-service__item {
    display: none;
  }
  .btn-share,
  .addthis_toolbox {
    display: none;
  }
  .site-nav-service {
    dispaly: none;
  }
  .product-finder {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .footer__top {
    padding-bottom: 20px !important;
  }
  .newsletter {
    display: none !important;
  }
  .share {
    display: none !important;
  }
  .form-group.optionformgroup_2 label {
    display: none !important;
  }
  .site-nav-primary {
    display: none !important;
  }
  .social-share {
    display: none !important;
  }
  .form-group {
    margin-bottom: 10px !important;
  }
  .video-component {
    display: none !important;
  }
  .downloads {
    background: #333 !important;
    border-radius: 110px !important;
    height: 220px !important;
    margin-bottom: 0 !important;
  }
  .footer__bottom span {
    float: left !important;
    width: 40%;
    font-size: 12px !impotant;
  }
  .inner .col-sm-8 {
    width: 40% !important;
  }
  .inner .col-sm-4 {
    width: 60% !important;
  }
  .row .col-md-8 {
    margin-bottom: 20px !important;
    width: 100% !important;
  }
  .features {
    width: 100% !important;
    display: block !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .panel-white .btn {
    display: inline-block;
    max-width: 100% !important;
    text-align: center !important;
  }
  .section-title {
    display: none !important;
  }
  .product-components {
    display: none !important;
  }
  h1 {
    height: auto !important;
    font-size: 20px !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
  }
  h2,
  .h2 {
    font-size: 20px !important;
  }
  .features__item {
    display: block;
  }
  .row .col-md-9 h2 {
    display: block !important;
  }
  .product-finder .inner {
    margin-bottom: 10px !important;
  }
  .footer__bottom a {
    float: left !important;
    padding-left: 0 !important;
  }
  .tab-menu .ajax__tab_header {
    margin-bottom: 0 !important;
  }
  .panel-white h2 {
    display: block !important;
  }
  .container {
    width: 96%;
  }
  .cookie {
    display: none !important;
  }
  .product-page-title h1 {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
  }
  .product-finder .subtitle {
    font-size: 20px !important;
    margin-bottom: 5px !important;
    margin-top: 0;
  }
  .color-controls label:first-child {
    display: none !important;
  }
  .product-finder .product-info {
    margin-bottom: 10px !important;
  }
  .carousel-indicators {
    display: none !important;
  }
  .color-picker li:first-child a {
    background-color: black !important;
    background: black !important;
  }
  .color-picker li:nth-child(2) a {
    background-color: brown !important;
    background: brown !important;
  }
  .color-picker li:last-child a {
    background-color: Beige !important;
    background: Beige !important;
  }
  .accordion__panel,
  .accordion__panel--selected,
  .accordion__panel--selected {
    font-size: 14px;
  }
  .color-picker li a {
    background-color: transparent;
  }
  .panel-white .col-md-offset-2 {
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .footer {
    padding: 30px 0;
    font-size: 14px !important;
    color: #000;
    background: none !important;
  }
  .footer a {
    display: none;
  }
  div.row {
    height: auto !important;
  }
  select {
    padding: 10px !important;
  }
  .product__details .name {
    font-size: 13px !important;
  }
  .product-finder .checkbox-success input[type="checkbox"]:checked + label::before {
    background: rgba(0, 0, 0, 0) url("http://dpamicrophones.azurewebsites.net/DPAImages/tick.png") no-repeat scroll center center !important;
  }
  .checkbox label::before {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
  }
  .productlist-box {
    float: left !important;
    width: 45% !important;
    margin-left: 10% !important;
  }
  .productlist-box:nth-child(2n+1) {
    clear: left;
    margin-left: 0 !important;
  }
}
/* fix if thete is only one item in carousels */
.owl-carousel.off .owl-stage-outer{
	height: auto !important;
}
.owl-carousel .off,
.owl-carousel .owl-stage.off{
	transform: translate3d(0px, 0px, 0px) !important;
    transition: all 0.0s ease 0s !important;
}
/* fix the menu on mobile display */
.mobile-nav-secondary__item {
	position: initial !important;
}
.mobile-nav-secondary__item a,
.mobile-nav-secondary__link{
	position: initial !important;
	color: #D9D9D9 !important;
}

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
