/* Built with love by Sole Graphics - http://www.solegraphics.com */
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
  outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides {
  margin: 0;
  padding: 0;
  list-style: none
}
@font-face {
  font-family: flexslider-icon;
  src: url(../fonts/flexslider-icon.eot);
  src: url(../fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../fonts/flexslider-icon.woff) format('woff'), url(../fonts/flexslider-icon.ttf) format('truetype'), url(../fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: 400;
  font-style: normal
}
.flexslider {
  padding: 0
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden
}
.flexslider .slides img {
  width: 100%;
  display: block
}
.flex-pauseplay span {
  text-transform: capitalize
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
html[xmlns] .slides {
  display: block
}
* html .slides {
  height: 1%
}
.no-js .slides > li:first-child {
  display: block
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  zoom: 1
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}
.loading .flex-viewport {
  max-height: 300px
}
.flexslider .slides {
  zoom: 1
}
.carousel li {
  margin-right: 5px
}
.flex-direction-nav {
  *height: 0
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, .8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}
.flex-direction-nav .flex-prev {
  left: -50px
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right
}
.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px
}
.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001'
}
.flex-direction-nav a.flex-next:before {
  content: '\f002'
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004'
}
.flex-pauseplay a:hover {
  opacity: 1
}
.flex-pauseplay a.flex-play:before {
  content: '\f003'
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #000;
  border: 1px solid #929191;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, .7)
}
.flex-control-paging li a.flex-active {
  background: #929191;
  cursor: default
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer
}
.flex-control-thumbs img:hover {
  opacity: 1
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}
@media screen and (max-width:860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
a {
  background: 0 0
}
a:active, a:hover {
  outline: 0
}
dfn {
  font-style: italic
}
hr {
  box-sizing: content-box;
  height: 0
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-size: 1em
}
pre {
  white-space: pre-wrap
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
button, input, select, textarea {
  margin: 0
}
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
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " ("attr(href) ")"
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  @page {
    margin: 2cm .5cm
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  select {
    background: #fff !important
  }
  .navbar {
    display: none
  }
  .table td, .table th {
    background-color: #fff !important
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important
  }
  .label {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important
  }
}
*, :after, :before {
  box-sizing: border-box
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
  line-height: 1.42857143
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
a:focus, a:hover {
  text-decoration: underline
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
img {
  vertical-align: middle
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.img-rounded {
  border-radius: 6px
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}
.img-circle {
  border-radius: 50%
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.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, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%
}
.h1, h1 {
  font-size: 36px
}
.h2, h2 {
  font-size: 30px
}
.h3, h3 {
  font-size: 24px
}
.h4, h4 {
  font-size: 18px
}
.h5, h5 {
  font-size: 14px
}
.h6, h6 {
  font-size: 12px
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}
@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}
.small, small {
  font-size: 85%
}
cite {
  font-style: normal
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.text-justify {
  text-align: justify
}
.text-muted {
  color: #999
}
.text-primary {
  color: #428bca
}
.text-primary:hover {
  color: #3071a9
}
.text-warning {
  color: #8a6d3b
}
.text-warning:hover {
  color: #66512c
}
.text-danger {
  color: #a94442
}
.text-danger:hover {
  color: #843534
}
.text-success {
  color: #3c763d
}
.text-success:hover {
  color: #2b542c
}
.text-info {
  color: #31708f
}
.text-info:hover {
  color: #245269
}
.bg-primary {
  color: #fff;
  background-color: #428bca
}
a.bg-primary:hover {
  background-color: #3071a9
}
.bg-warning {
  background-color: #fcf8e3
}
a.bg-warning:hover {
  background-color: #f7ecb5
}
.bg-danger {
  background-color: #f2dede
}
a.bg-danger:hover {
  background-color: #e4b9b9
}
.bg-success {
  background-color: #dff0d8
}
a.bg-success:hover {
  background-color: #c1e2b3
}
.bg-info {
  background-color: #d9edf7
}
a.bg-info:hover {
  background-color: #afd9ee
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}
.list-inline > li:first-child {
  padding-left: 0
}
dl {
  margin-top: 0;
  margin-bottom: 20px
}
dd, dt {
  line-height: 1.42857143
}
dt {
  font-weight: 700
}
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[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0
}
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'
}
blockquote:after, blockquote:before {
  content: ""
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}
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, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px
}
@media (min-width:768px) {
  .container {
    width: 740px
  }
}
@media (min-width:992px) {
  .container {
    width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    width: 1044px
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  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: 0
}
.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: 0
}
.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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    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: 0
  }
  .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: 0
  }
  .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:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    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: 0
  }
  .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: 0
  }
  .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:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    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: 0
  }
  .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: 0
  }
  .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
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.btn:focus, .btn:hover {
  color: #333;
  text-decoration: none
}
.btn.active, .btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}
.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
  background-image: none
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}
.btn-default .badge {
  color: #fff;
  background-color: #333
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e
}
.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
  background-image: none
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439
}
.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
  background-image: none
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512
}
.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
  background-image: none
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  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.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925
}
.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
  background-image: none
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc
}
.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
  background-image: none
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}
.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent
}
.btn-link:focus, .btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
.btn-block + .btn-block {
  margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700
}
input[type=search] {
  box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}
input[type=file] {
  display: block
}
select[multiple], select[size] {
  height: auto
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.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, .6)
}
.form-control:-moz-placeholder {
  color: #999
}
.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 {
  cursor: not-allowed;
  background-color: #eee
}
textarea.form-control {
  height: auto
}
input[type=date] {
  line-height: 34px
}
.form-group {
  margin-bottom: 15px
}
.checkbox, .radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px
}
.checkbox label, .radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  float: left;
  margin-left: -20px
}
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px
}
.checkbox-inline, .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px
}
.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
  cursor: not-allowed
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
select.input-sm {
  height: 30px;
  line-height: 30px
}
textarea.input-sm {
  height: auto
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
select.input-lg {
  height: 46px;
  line-height: 46px
}
textarea.input-lg {
  height: auto
}
.has-feedback {
  position: relative
}
.has-feedback .form-control {
  padding-right: 42.5px
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
  color: #8a6d3b
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(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 .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
  color: #a94442
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(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-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
  color: #3c763d
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(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
}
.form-control-static {
  margin-bottom: 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 .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px
}
.form-horizontal .form-control-static {
  padding-top: 7px
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px
}
.fade {
  opacity: 0;
  transition: opacity .15s linear
}
.fade.in {
  opacity: 1
}
.collapse {
  display: none
}
.collapse.in {
  display: block
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.dropdown {
  position: relative
}
.dropdown-toggle:focus {
  outline: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #999
}
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}
.open > .dropdown-menu {
  display: block
}
.open > a {
  outline: 0
}
.dropdown-menu-right {
  left: auto;
  right: 0
}
.dropdown-menu-left {
  left: 0;
  right: auto
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}
.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:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee
}
.nav > li.disabled > a {
  color: #999
}
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #428bca
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  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: 4px
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff
  }
}
.nav-pills > li {
  float: left
}
.nav-pills > li > a {
  border-radius: 4px
}
.nav-pills > li + li {
  margin-left: 2px
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #428bca
}
.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: 4px
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd
}
@media (min-width:768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff
  }
}
.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
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}
.alert h4 {
  margin-top: 0;
  color: inherit
}
.alert .alert-link {
  font-weight: 700
}
.alert > p, .alert > ul {
  margin-bottom: 0
}
.alert > p + p {
  margin-top: 5px
}
.alert-dismissable {
  padding-right: 35px
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}
.alert-success hr {
  border-top-color: #c9e2b3
}
.alert-success .alert-link {
  color: #2b542c
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}
.alert-info hr {
  border-top-color: #a6e1ec
}
.alert-info .alert-link {
  color: #245269
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}
.alert-warning hr {
  border-top-color: #f7e1b5
}
.alert-warning .alert-link {
  color: #66512c
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}
.alert-danger hr {
  border-top-color: #e4b9c0
}
.alert-danger .alert-link {
  color: #843534
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .nav:after, .nav:before, .row:after, .row:before {
  content: " ";
  display: table
}
.clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .nav:after, .row: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;
  visibility: hidden !important
}
.affix {
  position: fixed
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box
}
html {
  font-size: 62.5%
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #929191;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  margin: auto 0;
  padding: 0;
  background-color: #232325
}
b, strong {
  font-weight: 700
}
em, i {
  font-style: italic
}
h1, h2, h3, h4, h5 {
  line-height: 1em
}
p {
  margin: 0 0 20px
}
a {
  color: #929191;
  text-decoration: none
}
a:focus, a:hover {
  color: #ff7b18
}
nav li, nav ol, nav ul {
  margin: 0;
  padding: 0
}
.citation, cite {
  display: inline-block;
  text-transform: italic;
  text-align: left
}
blockquote {
  border: none;
  text-align: left
}
.blockquote-large {
  font-weight: 300;
  padding-top: 0;
  padding-left: 0
}
img {
  max-width: 100%;
  height: auto;
  width: auto
}
.dsi-list li {
  list-style-type: none
}
.list--divided {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0
}
.list--divided li {
  display: inline-block
}
.list--divided li + li::before {
  content: "\00a0|\00a0";
  display: inline-block
}
.dark-hr {
  border-color: #a0a0a0;
  margin: 0;
  padding-bottom: 20px
}
img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 18px
}
img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 18px
}
img.alignleft, img.alignright {
  border: 1px solid #eee;
  max-width: 35%;
  padding: 6px
}
img.alignnone {
  border: 1px solid #eee;
  margin-bottom: 18px;
  padding: 6px
}
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 300
}
h1 {
  font-size: 4rem
}
h2 {
  font-size: 24px;
  font-size: 2.4rem
}
h3 {
  font-size: 20px;
  font-size: 2rem
}
h4 {
  font-size: 18px;
  font-size: 1.8rem
}
h5 {
  font-size: 14px;
  font-size: 1.4rem
}
.blockquote-large {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 46px
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}
.screen-reader-text :focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000
}
.clear {
  clear: both;
  display: block;
  width: 100%
}
.accent-text {
  color: #ff7b18
}
.muted-text {
  color: #828283
}
.global .header-wrapper {
  padding-top: 9px;
  padding-bottom: 9px
}
.global .site-home-link {
  margin-right: 54px;
  text-align: center;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.global .dsi-logo {
  width: 250px;
  max-width: 100%;
  margin: 5px auto
}
.global .site-nav {
  float: right
}
.global .site-nav ul {
  margin-top: 15px
}
.global .site-nav ul ul {
  text-align: left
}
.global .site-nav ul li {
  display: inline-block;
  text-transform: uppercase
}
.global .site-nav ul li:last-child a {
  padding-right: 0
}
.global .site-nav ul li a {
  padding: 0 12px
}
.global .site-nav ul li a:active {
  color: #ff7b18
}
.global .site-nav .search-item {
  clear: both;
  display: none
}
.global .site-nav .search-item .site-search {
  padding: 10px
}
.global .site-nav .search-item .search-field {
  box-sizing: border-box
}
@media screen and (max-width:768px) {
  .global .site-nav .search-item {
    display: block
  }
}
.global {
  background-color: #232325;
  padding: 20px 0
}
.global .footer-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column
}
.global ol {
  padding: 0;
  margin-top: 0
}
.global ol li {
  display: inline-block
}
.global ol li a {
  font-size: 40px
}
.global ol li + li {
  padding-left: 30px
}
.global .footer-legal {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 15px;
  text-align: center
}
@media screen and (min-width:992px) {
  .global .footer-wrapper {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .global .footer-legal {
    margin-top: 0;
    text-align: right
  }
}
.woocommerce-breadcrumb {
  text-transform: uppercase;
  color: #fff
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb i {
  color: #929191
}
.woocommerce-breadcrumb a:hover {
  color: #ff7b18
}
.slab-white {
  background-color: #fff
}
.detail-main-image {
  margin-bottom: 10px;
  width: 100%;
  position: relative
}
.fb-like {
  position: absolute !important;
  z-index: 101;
  left: 10px;
  top: 10px
}
.name-bar {
  float: left;
  text-align: left
}
.name-bar h1 {
  color: #fff;
  margin-bottom: 5px;
  text-align: left
}
.name-bar p {
  margin-bottom: 10px
}
.single-product .name-bar {
  float: none;
  display: block;
  position: relative
}
.single-product .name-bar .btn {
  margin-top: -10px
}
@media (max-width:520px) {
  .single-product .name-bar {
    padding-bottom: 60px
  }
  .single-product .name-bar .btn {
    display: block;
    bottom: 20px;
    width: 100%;
    position: absolute
  }
}
.name-bar .more-emphasis-h1 {
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 36px;
  margin: 20px 0
}
.site-main {
  background-color: #000;
  color: #828283
}
.float-left {
  float: left
}
.float-right {
  float: right
}
.fr-uppercase {
  text-transform: uppercase
}
.interior-grey {
  background-color: #929191
}
.content-wrapper {
  text-align: left;
  margin-bottom: 50px;
  clear: both
}
.wrapper-light {
  background-color: #fff
}
.wrapper-dark {
  background-color: #000
}
.content-main {
  border-right: 1px solid #000
}
.content-sidebar {
  border-left: 1px solid #000;
  margin-left: -1px
}
.background-contrast, .interior-content {
  padding: 40px 50px;
  color: #000
}
.background-contrast h3, .interior-content h3 {
  padding: 10px 0 15px
}
.background-contrast p, .interior-content p {
  font-size: 14px
}
.background-contrast .more-emphasis-h3, .interior-content .more-emphasis-h3 {
  text-transform: uppercase;
  padding: 30px 0 15px
}
.background-contrast h5, .interior-content h5 {
  text-transform: uppercase;
  padding: 30px 0 10px
}
.background-contrast {
  background-color: #fff;
  text-align: left;
  margin-bottom: 20px
}
.homepage-features {
  text-align: left
}
.homepage-features .feature-box {
  margin-bottom: 30px
}
.homepage-features .feature-box a {
  display: block
}
.homepage-features .feature-box a .feature-text {
  padding: 8px
}
.homepage-features .feature-box a .feature-text h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 0
}
.homepage-features .feature-box a .feature-text p {
  margin-bottom: 0
}
.homepage-features .feature-box a .feature-image-wrapper .feature-image {
  position: relative;
  z-index: 0;
  opacity: 1
}
.homepage-features .feature-box a .feature-image-wrapper .feature-image:hover {
  opacity: .8
}
.homepage-features .feature-box a .feature-image-wrapper .feature-arrow {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1
}
.home-content {
  text-align: left;
  padding: 10px 0
}
.last-row {
  margin-bottom: 30px
}
.news-box {
  background-color: #232325;
  min-height: 298px;
  overflow: hidden
}
.news-box .landing-image {
  top: 70px
}
.support-box {
  border: 1px solid #232325;
  height: 290px
}
.support-box .landing-image {
  top: 60px
}
.news-box, .support-box {
  margin-bottom: 20px;
  text-align: left;
  padding: 0
}
.news-box .box-header, .support-box .box-header {
  padding: 10px
}
.news-box .box-header .bh-news, .support-box .box-header .bh-news {
  color: #e47853;
  text-transform: uppercase;
  margin-bottom: 10px
}
.news-box .box-header p, .support-box .box-header p {
  margin-bottom: 0
}
.news-box .box-header .bh-support, .support-box .box-header .bh-support {
  text-transform: uppercase;
  margin: 10px 0;
  color: #c3c3c3;
  font-size: 20px
}
.news-box .landing-image, .support-box .landing-image {
  float: left;
  opacity: 1;
  border: none
}
.news-box .landing-image:hover, .support-box .landing-image:hover {
  opacity: .8
}
.news-box .news-text, .news-box .support-text, .support-box .news-text, .support-box .support-text {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden
}
.news-box .news-text a, .news-box .support-text a, .support-box .news-text a, .support-box .support-text a {
  display: block
}
.news-box .news-text .align-arrow, .news-box .support-text .align-arrow, .support-box .news-text .align-arrow, .support-box .support-text .align-arrow {
  vertical-align: middle
}
.news-box .news-text p, .support-box .news-text p {
  color: #fff
}
.news-box .news-text .align-arrow, .support-box .news-text .align-arrow {
  padding-left: 10px
}
.news-box .support-text p, .support-box .support-text p {
  color: #828283
}
.news-box .support-text .align-arrow, .support-box .support-text .align-arrow {
  padding-right: 10px
}
.news-box .support-text .dsi-list li, .support-box .support-text .dsi-list li {
  padding-bottom: 10px
}
.ninja-forms-required-items {
  margin-top: 40px;
  padding-bottom: 10px
}
.slider {
  padding-bottom: 60px
}
.dsi-flexslider {
  border: none;
  background-color: #000;
  margin: 0
}
.dsi-flexslider .slides li {
  position: relative
}
.dsi-flexslider .slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  font-weight: 300;
  text-shadow: 0 0 1px #000, 0 0 3px #000
}
.dsi-flexslider .slider-text h2 {
  color: #e47853;
  text-transform: uppercase
}
.dsi-flexslider .slider-text h2:hover {
  color: #dd5527
}
.dsi-flexslider .slider-text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px
}
.dsi-flexslider .slider-text span {
  text-transform: uppercase;
  color: #fff
}
.dsi-flexslider .slider-text span:hover {
  color: #ff7b18
}
.dsi-flexslider .slider-text span img {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top
}
.dsi-flexslider .flex-control-nav {
  bottom: auto;
  top: 20px;
  right: 0;
  text-align: right;
  z-index: 100
}
.dsi-flexslider .flex-control-nav a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap
}
.dsi-flexslider .flex-direction-nav a {
  top: 32%
}
@media screen and (min-width:769px) {
  .dsi-flexslider .flex-direction-nav a {
    top: 48%
  }
}
.dsi-flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  width: 20px;
  left: 5px
}
.dsi-flexslider .flex-direction-nav .flex-next {
  opacity: 1;
  right: 5px;
  width: 20px;
  text-align: right
}
.dsi-flexslider .flex-direction-nav .flex-next:before, .dsi-flexslider .flex-direction-nav .flex-prev:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 16px solid transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  margin: 10px 0;
  opacity: 1
}
.dsi-flexslider .flex-direction-nav .flex-prev:before {
  float: left;
  border-left: none;
  border-right-color: #fff
}
.dsi-flexslider .flex-direction-nav .flex-next:before {
  float: right;
  border-right: none;
  border-left-color: #fff
}
div.slide-img {
  height: 490px;
  background-size: cover;
  background-position: center center
}
.carousel-slider {
  background: 0 0;
  border: none;
  margin-left: 25px;
  margin-right: 25px
}
.carousel-slider .description {
  text-align: left;
  margin: 10px 0 0
}
.carousel-slider h2 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left
}
.carousel-slider li {
  margin-right: 50px
}
.carousel-slider p {
  margin-bottom: 0;
  font-size: 12px;
  color: #929191
}
.carousel-slider .flex-direction-nav a {
  top: 40%
}
.carousel-slider .flex-direction-nav .flex-prev {
  opacity: 1;
  width: 20px;
  left: -25px
}
.carousel-slider .flex-direction-nav .flex-next {
  opacity: 1;
  right: -25px;
  width: 20px;
  text-align: right
}
.carousel-slider .flex-direction-nav .flex-next:before, .carousel-slider .flex-direction-nav .flex-prev:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 16px solid transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  margin: 10px 0;
  opacity: 1
}
.carousel-slider .flex-direction-nav .flex-prev:before {
  float: left;
  border-left: none;
  border-right-color: #fff
}
.carousel-slider .flex-direction-nav .flex-next:before {
  float: right;
  border-right: none;
  border-left-color: #fff
}
.product-carousel-slider .carousel-img {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden
}
.product-carousel-slider .carousel-img img {
  position: absolute;
  top: -40%;
  bottom: -60%;
  margin: auto
}
.news-carousel-slider .carousel-img {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden
}
.news-carousel-slider .carousel-img img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  margin: auto
}
section.spotlight-artists {
  margin: 20px 0
}
section.spotlight-artists .spotlight-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px
}
.spotlight-artists-carousel-slider .carousel-img {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden
}
.spotlight-artists-carousel-slider .carousel-img img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  margin: auto
}
.spotlight-artists-carousel-slider .artist-name {
  padding-top: 3px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left
}
.spotlight-artists-carousel-slider li {
  margin-right: 10px
}
.single-product .spotlight-artists-carousel-slider {
  margin-bottom: 10px
}
.tab-left {
  margin: 40px 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0
}
.tab-left li.active > a, .tab-left li.active > a:focus, .tab-left li.active > a:hover {
  color: #ff7b18
}
.tab-right {
  float: right;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 0 !important
}
.dsi-tab li {
  display: inline-block
}
.dsi-tab li:first-child a {
  padding-left: 0
}
.dsi-tab li:last-child a {
  border-right: none
}
.dsi-tab li a {
  border-right: 1px solid #828283;
  text-transform: uppercase;
  color: #828283;
  font-size: 16px;
  padding: 10px 15px
}
.dsi-tab .current-menu-item a, .dsi-tab .current-product-parent a, .dsi-tab li a.active, .dsi-tab li a:active, .dsi-tab li a:focus, .dsi-tab li a:hover {
  color: #ff7b18
}
.tab-interior {
  background-color: #484849;
  padding: 10px;
  margin-bottom: 0
}
.tab-interior li a {
  text-transform: uppercase;
  color: #a0a0a0;
  border: none
}
.tab-interior li:first-child a {
  padding-left: 15px
}
.tab-interior li:hover > a {
  background-color: #484849;
  color: #ab6733
}
.tab-interior li.active > a, .tab-interior li.active > a:focus, .tab-interior li.active > a:hover {
  color: #ff7b18
}
.accordion-content-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed
}
.accordion-content-wrapper .accordion-group, .accordion-content-wrapper .content-wrapper {
  display: table-cell
}
.accordion-content-wrapper .accordion-group {
  width: 25%
}
.accordion-details {
  padding-left: 0
}
.accordion-group {
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #000
}
.accordion-item.active .accordion-toggle {
  background-color: #fff
}
.accordion-toggle {
  font-size: 14px;
  text-transform: uppercase;
  color: #484849;
  background-color: #dedede;
  padding: 15px;
  display: block;
  cursor: pointer
}
.accordion-toggle:hover {
  background-color: #f2f2f2
}
.accordion-content {
  padding: 10px 15px 50px
}
#accordion-sounds a {
  display: block
}
#accordion-sounds a + a {
  margin-top: 10px
}
.woocommerce-tabs {
  clear: both;
  margin-bottom: 50px
}
.woocommerce-tabs .tab-interior {
  margin-top: 0
}
.woocommerce-tabs .accordion-group, .woocommerce-tabs .content-wrapper {
  display: table-cell
}
.woocommerce-tabs .content-wrapper.accordion-group {
  width: auto
}
.blog-name-bar {
  text-align: left;
  margin: 0 0 20px
}
.blog-name-bar .more-emphasis-h1 {
  color: #000
}
.blog-name-bar .blog-date {
  display: inline-block;
  margin-top: 10px;
  color: #ff7b18;
  font-weight: 700
}
.blog-name-bar span {
  font-weight: 700
}
.blog-content {
  text-align: left;
  background-color: #fff;
  color: #000;
  padding: 50px;
  margin-bottom: 50px
}
.blog-post-nav {
  padding: 40px 0 20px
}
.blog-post-nav a {
  color: #232325;
  text-transform: uppercase;
  font-weight: 700
}
.blog-post-nav a:hover {
  color: #ff7b18
}
a.bold-link {
  font-weight: 700;
  color: #232325
}
a.bold-link:hover {
  color: #ff7b18
}
.dsi-pagination, .woocommerce-pagination {
  text-align: left;
  margin-bottom: 40px;
  clear: both
}
.dsi-pagination .page-numbers, .woocommerce-pagination .page-numbers {
  font-weight: 700;
  padding: 5px
}
.dsi-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers:hover {
  color: #fff
}
.dsi-pagination .current, .woocommerce-pagination .current {
  color: #ff7b18;
  font-weight: 700
}
.woocommerce-pagination {
  margin-top: 40px
}
.woocommerce-pagination .page-numbers li {
  display: inline;
  list-style-type: none
}
.post-type-archive-artist .interior-content {
  background-color: transparent;
  color: #fff;
  padding: 25px
}
.post-type-archive-artist .slider-text {
  text-transform: uppercase;
  top: 20px;
  left: 20px
}
.post-type-archive-artist .slider-text h2 {
  color: #fff
}
.post-type-archive-artist .slider-text p {
  color: #e47853
}
.post-type-archive-artist .alpha-group {
  margin-bottom: 40px
}
.post-type-archive-artist .section-artists {
  columns: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 10px;
  column-fill: balance
}
@media screen and (min-width:400px) {
  .post-type-archive-artist .section-artists {
    columns: 2
  }
}
@media screen and (min-width:600px) {
  .post-type-archive-artist .section-artists {
    columns: 3
  }
}
@media screen and (min-width:760px) {
  .post-type-archive-artist .section-artists {
    columns: 4
  }
}
@media screen and (min-width:960px) {
  .post-type-archive-artist .section-artists {
    columns: 5
  }
}
.post-type-archive-artist .artist-link {
  display: inline-block;
  width: 100%
}
.post-type-archive-artist .artist-link a {
  display: inline-block;
  padding: 3px 0;
  color: #fff
}
.post-type-archive-artist .artist-alpha-filters {
  border-bottom: 1px solid #828283;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: -10px
}
.post-type-archive-artist .artist-alpha-filters ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.post-type-archive-artist .artist-alpha-filters ul li {
  display: inline-block
}
@media screen and (min-width:760px) {
  .post-type-archive-artist .artist-alpha-filters ul li + li {
    margin-left: 8%
  }
}
.post-type-archive-artist .alpha-filter-trigger {
  font-size: 24px;
  color: #fff;
  letter-spacing: 3px;
  padding: 10px;
  font-weight: 600
}
.post-type-archive-artist .alpha-filter-trigger.is-active {
  color: #ff7b18
}
.post-type-archive-artist .alpha-filter {
  display: none
}
.post-type-archive-artist .slider, .post-type-archive-artist .spotlight-artists-carousel-slider {
  padding-bottom: 0;
  margin-bottom: 20px
}
.featured-artist-hero {
  position: relative;
  margin-bottom: 60px;
  min-height: 91px;
  text-transform: uppercase
}
.featured-artist-hero .artist-title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-shadow: 0 0 3px #000
}
.featured-artist-hero .featured-title {
  display: block;
  margin-bottom: 0;
  font-size: 26px;
  color: #FFF
}
.featured-artist-hero .featured-name {
  display: block;
  margin-bottom: 30px;
  color: #e47853;
  font-size: 22px
}
.gear h3 {
  margin-bottom: .25em;
  color: #FFF;
  text-align: left;
  text-transform: uppercase
}
.gear .product-text p {
  font-size: 14px;
  color: #929191;
  font-weight: 300
}
.artists-list-title {
  margin-bottom: 20px
}
.artist-list h3 {
  margin-bottom: 0;
  color: #5A5A5F;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24
}
.artist-list ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.artist-list section {
  margin-bottom: 20px
}
.artist-list .column {
  margin-right: 25%
}
.artist-list .column:last-child {
  margin-right: 0
}
.artist-id-card .headshot img {
  float: left;
  border: 1px solid #B6B6B6;
  margin-right: 30px;
  max-width: 60px;
  height: auto
}
.artist-id-card .details {
  overflow: hidden
}
.artist-id-card .details .name {
  color: #000;
  font-weight: 700
}
.artist-id-card .details .name a {
  color: #000
}
.artist-id-card .details .skills {
  margin-bottom: 0
}
.artist-id-card .details .website {
  color: #ff7b18
}
.artist-id-card .details .read-more {
  display: block
}
.artist-id-card hr {
  border-top-color: #B6B6B6
}
.alternate-h1 {
  color: #000;
  font-size: 30px;
  padding-bottom: 30px;
  text-transform: uppercase
}
.alternate-h4, .more-emphasis-p {
  font-size: 16px
}
#dealer-locator {
  position: relative;
  clear: both;
  margin: 30px 0;
  height: 60px
}
#dealer-locator label {
  font-size: 12px
}
#dealer-locator .dealer-form, #dealer-locator .dealer-select {
  margin: 5px 10px 0 0;
  border: 1px solid #333
}
#dealer-locator .dealer-form {
  padding: 6px
}
#dealer-locator input {
  max-width: 100%
}
#dealer-locator input[type=submit] {
  margin-top: 25px
}
#dealer-locator select {
  padding: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 0
}
#dealer-locator #search-error-msg {
  color: red
}
#map-canvas {
  width: 100%;
  height: 350px;
  clear: both;
  margin-bottom: 40px
}
#map-canvas img {
  max-width: none
}
.form-longer {
  width: 300px
}
.dealer_container {
  margin: 30px 0
}
.dealer_container h4 {
  margin-bottom: 5px
}
.dealer_container p, .map-popup p {
  margin-bottom: 0
}
.model-details-grey {
  background-color: #484849
}
.model-details-grey .interior-content {
  background-color: #fff
}
.model-details-grey .dealer-content-right {
  text-align: center
}
.model-details-grey .dealer-content-right h4 {
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 16px;
  padding: 40px 0 40px 5px
}
.dsi-table {
  display: table;
  width: 100%
}
.dsi-table .dsi-content-tc, .dsi-table .dsi-tc {
  display: table-cell
}
.dsi-table .dsi-content-tc {
  width: 70%;
  background: #fff
}
.dsi-table .dsi-tc {
  width: 30%
}
.msg-none {
  text-align: center
}
.msg-none .msg-none-content {
  padding: 0 60px
}
.msg-none .msg-none-content h4 {
  margin: 50px 0 30px;
  font-weight: 700
}
.msg-none .msg-none-content p a {
  color: #ff7b18;
  font-weight: 700
}
.btn-small {
  padding: 5px 24px;
  font-size: 16px
}
.btn-orange {
  text-transform: uppercase;
  color: #fff;
  background-color: #b35f32;
  border-color: #232325
}
.btn-orange.active, .btn-orange:active, .btn-orange:focus, .btn-orange:hover, .open .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #934e29;
  border-color: #050506
}
.btn-orange.active, .btn-orange:active, .open .dropdown-toggle.btn-orange {
  background-image: none
}
.btn-orange.disabled, .btn-orange.disabled.active, .btn-orange.disabled:active, .btn-orange.disabled:focus, .btn-orange.disabled:hover, .btn-orange[disabled], .btn-orange[disabled].active, .btn-orange[disabled]:active, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange, fieldset[disabled] .btn-orange.active, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:hover {
  background-color: #b35f32;
  border-color: #232325
}
.btn-orange .badge {
  color: #b35f32;
  background-color: #fff
}
input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}
input[type=submit]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
input[type=submit]:focus, input[type=submit]:hover {
  color: #333;
  text-decoration: none
}
input[type=submit].active, input[type=submit]:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
fieldset[disabled] input[type=submit], input[type=submit].disabled, input[type=submit][disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none
}
#review_form #submit, .add_to_cart_button, .checkout-button, .single_add_to_cart_button, a.button, button.button, input.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  border-color: #b35f32;
  border-radius: 0;
  text-shadow: 0 -1px #b35f32;
  background: linear-gradient(to bottom, #ff7b18 0, #b35f32 100%)
}
#review_form #submit:focus, .add_to_cart_button:focus, .checkout-button:focus, .single_add_to_cart_button:focus, a.button:focus, button.button:focus, input.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
#review_form #submit:focus, #review_form #submit:hover, .add_to_cart_button:focus, .add_to_cart_button:hover, .checkout-button:focus, .checkout-button:hover, .single_add_to_cart_button:focus, .single_add_to_cart_button:hover, a.button:focus, a.button:hover, button.button:focus, button.button:hover, input.button:focus, input.button:hover {
  text-decoration: none
}
#review_form #submit.active, #review_form #submit:active, .add_to_cart_button.active, .add_to_cart_button:active, .checkout-button.active, .checkout-button:active, .single_add_to_cart_button.active, .single_add_to_cart_button:active, a.button.active, a.button:active, button.button.active, button.button:active, input.button.active, input.button:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
#review_form #submit.disabled, #review_form #submit[disabled], .add_to_cart_button.disabled, .add_to_cart_button[disabled], .checkout-button.disabled, .checkout-button[disabled], .single_add_to_cart_button.disabled, .single_add_to_cart_button[disabled], a.button.disabled, a.button[disabled], button.button.disabled, button.button[disabled], fieldset[disabled] #review_form #submit, fieldset[disabled] .add_to_cart_button, fieldset[disabled] .checkout-button, fieldset[disabled] .single_add_to_cart_button, fieldset[disabled] a.button, fieldset[disabled] button.button, fieldset[disabled] input.button, input.button.disabled, input.button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none
}
#review_form #submit.active, #review_form #submit:active, #review_form #submit:focus, #review_form #submit:hover, .add_to_cart_button.active, .add_to_cart_button:active, .add_to_cart_button:focus, .add_to_cart_button:hover, .checkout-button.active, .checkout-button:active, .checkout-button:focus, .checkout-button:hover, .open .dropdown-toggle#review_form #submit, .open .dropdown-toggle.add_to_cart_button, .open .dropdown-toggle.checkout-button, .open .dropdown-toggle.single_add_to_cart_button, .open .dropdown-togglea.button, .open .dropdown-togglebutton.button, .open .dropdown-toggleinput.button, .single_add_to_cart_button.active, .single_add_to_cart_button:active, .single_add_to_cart_button:focus, .single_add_to_cart_button:hover, a.button.active, a.button:active, a.button:focus, a.button:hover, button.button.active, button.button:active, button.button:focus, button.button:hover, input.button.active, input.button:active, input.button:focus, input.button:hover {
  color: #fff;
  background-color: #e60;
  border-color: #834625
}
#review_form #submit.active, #review_form #submit:active, .add_to_cart_button.active, .add_to_cart_button:active, .checkout-button.active, .checkout-button:active, .open .dropdown-toggle#review_form #submit, .open .dropdown-toggle.add_to_cart_button, .open .dropdown-toggle.checkout-button, .open .dropdown-toggle.single_add_to_cart_button, .open .dropdown-togglea.button, .open .dropdown-togglebutton.button, .open .dropdown-toggleinput.button, .single_add_to_cart_button.active, .single_add_to_cart_button:active, a.button.active, a.button:active, button.button.active, button.button:active, input.button.active, input.button:active {
  background-image: none
}
#review_form #submit.disabled, #review_form #submit.disabled.active, #review_form #submit.disabled:active, #review_form #submit.disabled:focus, #review_form #submit.disabled:hover, #review_form #submit[disabled], #review_form #submit[disabled].active, #review_form #submit[disabled]:active, #review_form #submit[disabled]:focus, #review_form #submit[disabled]:hover, .add_to_cart_button.disabled, .add_to_cart_button.disabled.active, .add_to_cart_button.disabled:active, .add_to_cart_button.disabled:focus, .add_to_cart_button.disabled:hover, .add_to_cart_button[disabled], .add_to_cart_button[disabled].active, .add_to_cart_button[disabled]:active, .add_to_cart_button[disabled]:focus, .add_to_cart_button[disabled]:hover, .checkout-button.disabled, .checkout-button.disabled.active, .checkout-button.disabled:active, .checkout-button.disabled:focus, .checkout-button.disabled:hover, .checkout-button[disabled], .checkout-button[disabled].active, .checkout-button[disabled]:active, .checkout-button[disabled]:focus, .checkout-button[disabled]:hover, .single_add_to_cart_button.disabled, .single_add_to_cart_button.disabled.active, .single_add_to_cart_button.disabled:active, .single_add_to_cart_button.disabled:focus, .single_add_to_cart_button.disabled:hover, .single_add_to_cart_button[disabled], .single_add_to_cart_button[disabled].active, .single_add_to_cart_button[disabled]:active, .single_add_to_cart_button[disabled]:focus, .single_add_to_cart_button[disabled]:hover, a.button.disabled, a.button.disabled.active, a.button.disabled:active, a.button.disabled:focus, a.button.disabled:hover, a.button[disabled], a.button[disabled].active, a.button[disabled]:active, a.button[disabled]:focus, a.button[disabled]:hover, button.button.disabled, button.button.disabled.active, button.button.disabled:active, button.button.disabled:focus, button.button.disabled:hover, button.button[disabled], button.button[disabled].active, button.button[disabled]:active, button.button[disabled]:focus, button.button[disabled]:hover, fieldset[disabled] #review_form #submit, fieldset[disabled] #review_form #submit.active, fieldset[disabled] #review_form #submit:active, fieldset[disabled] #review_form #submit:focus, fieldset[disabled] #review_form #submit:hover, fieldset[disabled] .add_to_cart_button, fieldset[disabled] .add_to_cart_button.active, fieldset[disabled] .add_to_cart_button:active, fieldset[disabled] .add_to_cart_button:focus, fieldset[disabled] .add_to_cart_button:hover, fieldset[disabled] .checkout-button, fieldset[disabled] .checkout-button.active, fieldset[disabled] .checkout-button:active, fieldset[disabled] .checkout-button:focus, fieldset[disabled] .checkout-button:hover, fieldset[disabled] .single_add_to_cart_button, fieldset[disabled] .single_add_to_cart_button.active, fieldset[disabled] .single_add_to_cart_button:active, fieldset[disabled] .single_add_to_cart_button:focus, fieldset[disabled] .single_add_to_cart_button:hover, fieldset[disabled] a.button, fieldset[disabled] a.button.active, fieldset[disabled] a.button:active, fieldset[disabled] a.button:focus, fieldset[disabled] a.button:hover, fieldset[disabled] button.button, fieldset[disabled] button.button.active, fieldset[disabled] button.button:active, fieldset[disabled] button.button:focus, fieldset[disabled] button.button:hover, fieldset[disabled] input.button, fieldset[disabled] input.button.active, fieldset[disabled] input.button:active, fieldset[disabled] input.button:focus, fieldset[disabled] input.button:hover, input.button.disabled, input.button.disabled.active, input.button.disabled:active, input.button.disabled:focus, input.button.disabled:hover, input.button[disabled], input.button[disabled].active, input.button[disabled]:active, input.button[disabled]:focus, input.button[disabled]:hover {
  background-color: #ff7b18;
  border-color: #b35f32
}
#review_form #submit .badge, .add_to_cart_button .badge, .checkout-button .badge, .single_add_to_cart_button .badge, a.button .badge, button.button .badge, input.button .badge {
  color: #ff7b18;
  background-color: #fff
}
a.checkout-button {
  display: block;
  text-align: center
}
.dealer-ads li {
  list-style-type: none;
  margin-bottom: 20px
}
.dealer-ads li:last-child {
  margin-bottom: 50px
}
.content-sidebar .interior-content {
  padding: 30px 20px
}
.pp_dsi .pp_close {
  background-color: #444;
  border-radius: 100%;
  color: #fff !important;
  font-size: 1.618em !important;
  height: 1em;
  line-height: 1em;
  right: -1.2em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  top: -.4em;
  transition: all .2s ease-in-out 0s;
  width: 1em
}
.pp_dsi .pp_close:before {
  bottom: 0;
  content: "\e013";
  display: block;
  font-family: WooCommerce;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0
}
.pp_dsi_artist .pp_close {
  border-radius: 100%;
  border: none;
  font-size: 1.618em !important;
  height: 1em;
  line-height: 1em;
  top: 10px;
  right: 28px;
  transition: all .2s ease-in-out 0s;
  width: 1em
}
.pp_dsi_artist .pp_close:before {
  bottom: 0;
  content: "\e013";
  display: block;
  font-family: WooCommerce;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0
}
.pp_dsi_artist .pp_inline {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .8);
  padding: 30px 30px 15px
}
.pp_dsi_artist .pp_loaderIcon {
  box-shadow: 0 0 30px rgba(0, 0, 0, .8);
  background-color: #fff;
  padding: 20px;
  width: auto;
  height: auto;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
.pp_dsi_artist .pp_loaderIcon:before {
  content: "Loading..."
}
.pp_dsi_artist .pp_bottom {
  display: none !important
}
.brand-change-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  overflow: auto;
  padding: 10px
}
.brand-change-moda__overlay {
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.brand-change-modal__content {
  background-color: #000;
  position: relative;
  margin: auto;
  z-index: 2
}
.brand-change-modal__close-button {
  -webkit-appearance: none;
  background-color: transparent;
  color: #404040;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  font-size: 20px
}
.faq-item + .faq-item {
  padding-top: 20px
}
.faq-item .faq-question {
  padding-bottom: 10px
}
.faq-item .faq-answer, .faq-item .faq-answer p {
  font-size: 13px
}
.alert-plain {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: #e3e3e3;
  text-align: left
}
.alert-plain hr {
  border-top-color: #3e3e3e
}
.alert-plain .alert-link {
  color: #cacaca
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  list-style: none;
  background-color: #f7f6f7;
  padding: 20px;
  margin-bottom: 40px
}
.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
  content: " ";
  display: table
}
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
  clear: both
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: right
}
.woocommerce-message {
  border-top: 5px solid #ff7b18
}
.woocommerce-info {
  border-top: 5px solid #189cff
}
.woocommerce-error {
  border-top: 5px solid #e02b2b
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog .col2-set, .woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog .col2-set:after, .page-template-woocommerce-page .page-template-woocommerce-page-catalog .col2-set:before, .woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
  content: " ";
  display: table
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog .col2-set:after, .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
  clear: both
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog .col2-set .col-1, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog .col2-set .col-2, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog .input-text, .woocommerce .input-text, .woocommerce-page .input-text {
  box-sizing: border-box;
  box-shadow: none;
  outline: 0;
  width: 100%;
  height: 34px;
  padding: 5px 10px;
  vertical-align: middle
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog .input-text.qty, .woocommerce .input-text.qty, .woocommerce-page .input-text.qty {
  width: 65px
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog textarea.input-text, .woocommerce textarea.input-text, .woocommerce-page textarea.input-text {
  height: auto
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form:after, .page-template-woocommerce-page .page-template-woocommerce-page-catalog form:before, .woocommerce form:after, .woocommerce form:before, .woocommerce-page form:after, .woocommerce-page form:before {
  content: " ";
  display: table
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form:after, .woocommerce form:after, .woocommerce-page form:after {
  clear: both
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form .form-row label, .woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form .form-row label.checkbox, .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form .form-row select, .woocommerce form .form-row select, .woocommerce-page form .form-row select {
  width: 100px
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form .form-row.form-row-first, .page-template-woocommerce-page .page-template-woocommerce-page-catalog form .form-row.form-row-last, .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last, .woocommerce-page form .form-row.form-row-first, .woocommerce-page form .form-row.form-row-last {
  float: left;
  width: 47%;
  overflow: visible
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form .form-row.form-row-last, .woocommerce form .form-row.form-row-last, .woocommerce-page form .form-row.form-row-last {
  float: right
}
.page-template-woocommerce-page .page-template-woocommerce-page-catalog form .required, .woocommerce form .required, .woocommerce-page form .required {
  color: #e02b2b
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 32px
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #69bf29
}
.columns-2 .products > div, .columns-3 .products > div, .columns-4 .products > div {
  width: 100%
}
@media screen and (min-width:768px) {
  .columns-2 .products > div {
    width: 50%;
    float: left
  }
  .columns-2 .products > div:nth-child(2n+1) {
    clear: left
  }
}
@media screen and (min-width:768px) {
  .columns-3 .products > div {
    width: 50%;
    float: left
  }
  .columns-3 .products > div:nth-child(2n+1) {
    clear: left
  }
}
@media screen and (min-width:992px) {
  .columns-3 .products > div {
    width: 33.333%;
    float: left
  }
  .columns-3 .products > div:nth-child(3n+1) {
    clear: left
  }
}
@media screen and (min-width:768px) {
  .columns-4 .products > div {
    width: 50%;
    float: left
  }
  .columns-4 .products > div:nth-child(2n+1) {
    clear: left
  }
}
@media screen and (min-width:992px) {
  .columns-4 .products > div {
    width: 25%;
    float: left
  }
  .columns-4 .products > div:nth-child(4n+1) {
    clear: left
  }
}
.price {
  color: #ff7b18
}
.price del {
  font-size: .7em;
  display: block;
  color: #828283
}
.price ins {
  text-decoration: none
}
.products {
  margin-bottom: 40px;
  background-color: #fff
}
.products:after, .products:before {
  content: " ";
  display: table
}
.products:after {
  clear: both
}
.catalog-archive .products, .page-template-woocommerce-page-catalog .products {
  background-color: transparent
}
.product-category h3 + p {
  display: none
}
@media screen and (min-width:768px) {
  .products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .products [class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .products .product-box, .products .product-category > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%
  }
  .products .product-box a.button, .products .product-box button, .products .product-category > a a.button, .products .product-category > a button {
    margin-top: auto
  }
}
@media screen and (max-width:992px) {
  .products .col-sm-6:nth-child(2n+1) {
    clear: left
  }
}
@media screen and (min-width:992px) {
  .products .col-md-4:nth-child(3n+1) {
    clear: left
  }
}
.woocommerce-product-search {
  position: relative
}
.woocommerce-product-search .search-field {
  width: 100%;
  background-color: #555;
  border: 0;
  outline: 0;
  padding: 0 10px 0 30px;
  height: 30px;
  color: #a0a0a0
}
.woocommerce-product-search .search-submit {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 25px;
  width: 30px;
  text-align: center;
  color: #828283;
  background-color: transparent;
  border: 0;
  outline: 0
}
.store-bar {
  border-bottom: 1px solid #333
}
.store-bar:after, .store-bar:before {
  content: " ";
  display: table
}
.store-bar:after {
  clear: both
}
.store-bar .account-tools, .store-bar .basic-cart, .store-bar .search {
  padding: 10px 20px;
  height: 50px;
  vertical-align: middle;
  font-size: 12px
}
.store-bar .search {
  float: left;
  padding-left: 0;
  width: 20%
}
.store-bar .account-tools a {
  line-height: 30px
}
.store-bar .basic-cart {
  position: relative;
  padding-right: 0
}
.store-bar .basic-cart .add_to_cart_button {
  font-size: 12px
}
.store-bar .basic-cart .simple-cart {
  margin-right: 10px
}
.store-bar .shop-actions {
  float: right
}
.store-bar .shop-actions > div {
  float: left
}
.store-bar .shop-actions .amount {
  margin-right: 10px
}
.store-bar .basic-cart:before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  display: block;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  width: 3px;
  height: 100%;
  background: #000
}
@media screen and (max-width:580px) {
  .store-bar .search {
    display: none
  }
  .store-bar .shop-actions {
    width: 100%;
    display: table
  }
  .store-bar .account-tools, .store-bar .basic-cart {
    display: table-cell;
    float: none !important
  }
  .store-bar .account-tools {
    padding-left: 0
  }
  .store-bar .basic-cart {
    line-height: 30px;
    text-align: right
  }
  .store-bar .basic-cart .add_to_cart_button {
    display: none
  }
}
.standard-product-template {
  margin-bottom: 40px
}
.standard-product-template .images {
  text-align: center;
  position: relative
}
.standard-product-template .images:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  height: 100%;
  width: 0;
  border-right: 1px solid #000
}
@media screen and (min-width:768px) {
  .standard-product-template .images {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px
  }
}
.standard-product-template .product-summary-description, .standard-product-template .product-summary-details {
  border-left: 1px solid #000;
  padding: 40px
}
.standard-product-template .product-summary-description strong, .standard-product-template .product-summary-details strong {
  color: #000
}
.standard-product-template .product-summary-description {
  border-top: 1px solid #000;
  color: #232325
}
.standard-product-template .product_title {
  color: #000;
  margin-bottom: 20px
}
.standard-product-template .price {
  font-size: 42px
}
.standard-product-template .qty {
  float: left;
  margin-right: 10px
}
.standard-product-template .woocommerce-tabs {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0
}
@media (min-width:992px) {
  .standard-product-template .woocommerce-tabs {
    float: left;
    width: 100%
  }
}
.qty {
  padding: 5px 0 5px 10px;
  width: 54px;
  height: 34px
}
.related-products, .upsells.products {
  margin-bottom: 40px
}
.related-products .products, .upsells.products .products {
  padding: 20px
}
.related-products .tab-interior, .upsells.products .tab-interior {
  text-transform: uppercase;
  font-size: 16px
}
.product-box {
  text-align: center;
  background-color: #fff;
  padding: 30px 10px;
  margin-bottom: 20px
}
.product-box .landing-product-image {
  position: relative;
  z-index: 0;
  opacity: 1
}
.product-box .landing-product-image:hover {
  opacity: .8
}
.product-box .cat-image-wrapper, .product-box .product-image-link {
  max-height: 200px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center
}
.product-box .cat-image-wrapper img, .product-box .product-image-link img {
  max-height: 200px;
  width: auto
}
.product-box h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px
}
.product-box .product-text {
  max-width: 100%
}
.product-box .product-text p {
  margin-bottom: 15px
}
.product-box .price {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700
}
.product-box a:hover {
  text-decoration: none
}
.product-box.product-category h3 {
  font-size: 24px
}
.catalog-box {
  text-align: center;
  position: relative
}
.catalog-box .landing-product-image {
  position: relative;
  z-index: 0;
  opacity: 1
}
.catalog-box .landing-product-image:hover {
  opacity: .8
}
.catalog-box .product-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  text-align: center
}
.catalog-box .product-text h3 {
  color: #fff
}
.product-archive-header {
  padding: 40px 40px 0
}
.product-archive-header h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
  margin-bottom: 25px
}
.product-archive-header .lead {
  font-size: 16px;
  color: #000
}
@media screen and (max-width:768px) {
  .product-archive-header {
    padding: 20px
  }
}
.cart_totals table, .shop_table {
  width: 100%;
  margin-bottom: 40px
}
.cart_totals table td, .cart_totals table th, .shop_table td, .shop_table th {
  padding: 10px;
  border: 1px solid #eee
}
.cart_totals table th, .shop_table th {
  background-color: #FAFAFA;
  vertical-align: top
}
.cart_totals table td.actions, .shop_table td.actions {
  text-align: right
}
.cart_totals table td.actions .coupon, .shop_table td.actions .coupon {
  float: left
}
.cart_totals table td.actions .coupon label, .shop_table td.actions .coupon label {
  display: none
}
.cart_totals table td.actions .input-text, .shop_table td.actions .input-text {
  float: left;
  width: 180px;
  margin-right: 10px
}
.cart_totals table #shipping_method, .shop_table #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0
}
.cart_totals table #shipping_method li, .shop_table #shipping_method li {
  padding: 5px 0
}
.cart_totals table .cart-subtotal td, .cart_totals table .order-total td, .cart_totals table .product-price, .cart_totals table .product-quantity, .cart_totals table .product-subtotal, .cart_totals table .product-total, .shop_table .cart-subtotal td, .shop_table .order-total td, .shop_table .product-price, .shop_table .product-quantity, .shop_table .product-subtotal, .shop_table .product-total {
  text-align: right
}
.cart_totals table .shipping .amount, .cart_totals table .tax-rate .amount, .shop_table .shipping .amount, .shop_table .tax-rate .amount {
  float: right
}
.cart_totals table #shipping_method input ~ label .amount, .shop_table #shipping_method input ~ label .amount {
  float: none
}
.cart_totals table #shipping_method input:checked ~ label .amount, .shop_table #shipping_method input:checked ~ label .amount {
  float: right
}
.cart_totals table .product-quantity .quantity, .shop_table .product-quantity .quantity {
  float: none
}
.cart_totals table .product-thumbnail, .shop_table .product-thumbnail {
  width: 65px
}
.cart_totals table .product-thumbnail img, .shop_table .product-thumbnail img {
  width: 45px
}
.cart_totals table .product-remove, .shop_table .product-remove {
  width: 15px;
  text-align: center
}
.cart_totals table .product-remove a, .shop_table .product-remove a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: #c00;
  width: 1em;
  line-height: 1em
}
.cart_totals table .product-remove a:hover, .shop_table .product-remove a:hover {
  text-decoration: none
}
.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
  content: " ";
  display: table
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
  clear: both
}
@media screen and (min-width:768px) {
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells {
    width: 50%
  }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    float: left
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right
  }
}
.woocommerce .order_details, .woocommerce-page .order_details {
  margin: 0 0 1.5em;
  list-style: none
}
.woocommerce .order_details:after, .woocommerce .order_details:before, .woocommerce-page .order_details:after, .woocommerce-page .order_details:before {
  content: " ";
  display: table
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
  clear: both
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.1em;
  text-transform: none;
  line-height: 1.5
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
  border: none
}
#payment .about_paypal, .woocommerce .order_details .amount, .woocommerce-page .order_details .amount {
  float: right
}
#payment .payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #828283
}
#payment .payment_methods > li {
  background-color: #FAFAFA;
  padding: 20px;
  position: relative;
  margin-bottom: 10px
}
#payment .payment_methods .input-radio:checked ~ label:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 100%;
  background: #ff7b18;
  top: 0;
  left: 0
}
#payment .payment_methods img {
  max-width: 200px;
  margin-left: 20px
}
#payment .payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin-top: 10px;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #eee;
  color: #515151
}
#payment .payment_box p {
  margin: 0
}
#payment .payment_box input.input-text, #payment .payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
#payment .place-order {
  padding: 20px;
  text-align: right
}
.mobile-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 61px;
  color: #828283;
  font-size: 2em;
  background: 0 0
}
.mobile-button:active, .mobile-button:hover {
  color: #ff7b18
}
.mobile-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  display: block;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  width: 3px;
  height: 100%;
  background: #000
}
.subnav-toggle {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  line-height: 40px;
  cursor: pointer;
  text-align: center
}
.chev-toggle {
  display: none
}
.interpage-nav-toggle {
  display: none;
  border: 0;
  color: #828283;
  font-size: 1.25em;
  line-height: 40px;
  text-transform: uppercase;
  background: 0 0;
  box-shadow: none;
  width: 100%;
  text-align: left
}
.interior-content iframe[src*=soundcloud] {
  width: 100% !important;
  height: auto
}
@media screen and (max-width:768px) {
  .mobile-button {
    display: block
  }
  .header-wrapper {
    position: relative
  }
  .site-nav {
    display: block;
    float: none !important;
    margin-top: 0;
    margin-right: -10px;
    margin-left: -10px;
    width: auto
  }
  .site-nav ul.menu {
    display: none;
    float: right;
    clear: both;
    margin-top: 0;
    width: 100%
  }
  .site-nav ul.menu > li:first-child {
    border-top: 1px solid #000;
    margin-top: 9px
  }
  .site-nav ul.menu li {
    display: block;
    width: 100%;
    text-align: left;
    transition: background-color .2s linear
  }
  .site-nav ul.menu li a {
    display: block;
    width: 100%;
    line-height: 40px
  }
  .site-nav ul.menu li > .sub-menu {
    display: none;
    padding-left: 10px
  }
  .site-nav ul.menu .is-open {
    color: #ff7b18;
    background-color: #000
  }
  .site-nav ul.menu .is-open > a {
    color: #ff7b18
  }
  .site-nav ul.menu .is-open > .sub-menu, .site-nav.is-open .menu {
    display: block
  }
  .site-nav ul.sub-menu {
    margin-top: 0
  }
  div.slide-img {
    height: 256px
  }
  .dsi-flexslider .slider-text {
    position: static;
    margin-top: 16px
  }
  .dsi-tab li a {
    padding: 10px
  }
  .dsi-tab.tab-interior {
    display: none
  }
  .accordion-group .accordion-item {
    display: block !important;
    border-bottom: 1px solid #000;
    margin-bottom: 0
  }
  .accordion-group .accordion-item .accordion-toggle {
    background-color: #484849;
    color: #a0a0a0
  }
  .accordion-group .accordion-item.active .accordion-toggle {
    color: #ff7b18
  }
  .slider {
    padding-bottom: 30px
  }
  .accordion-item {
    margin-bottom: 1px
  }
  .accordion-content-wrapper, .accordion-content-wrapper .accordion-group, .accordion-content-wrapper .content-wrapper {
    display: block;
    width: 100%
  }
  .accordion-content-wrapper .content-wrapper {
    margin-bottom: 0
  }
  .accordion-content-wrapper .accordion-group {
    border: none;
    margin-left: 0
  }
  #dealer-locator {
    height: auto
  }
  #dealer-locator input[type=submit] {
    float: none;
    margin: 15px 10px
  }
}
@media screen and (max-width:479px) {
  .blog-content, .interior-content {
    padding: 16px
  }
  .dsi-table, .dsi-table .dsi-content-tc {
    display: block;
    width: 100%
  }
  div.slide-img {
    height: 200px
  }
  .news-box, .support-box {
    height: auto;
    min-height: 290px
  }
  .news-box .landing-image, .support-box .landing-image {
    display: block;
    float: none;
    overflow: hidden;
    margin: 10px;
    text-align: center
  }
  .news-box .landing-image img, .support-box .landing-image img {
    width: 100%
  }
  .news-box .news-text, .news-box .support-text, .support-box .news-text, .support-box .support-text {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px
  }
  .support-box {
    max-width: 280px;
    margin: 15px auto;
    min-height: 0
  }
  .support-box .landing-image {
    margin: 0
  }
  .support-box .landing-image img {
    margin: -30px 0 -50px
  }
  .support-box .support-text {
    display: none
  }
  .support-box .chev-toggle {
    display: block;
    font-size: 1.5em;
    float: right;
    padding: 9px 10px;
    cursor: pointer
  }
  .support-box .box-header .bh-support {
    margin: 0
  }
  .support-box.is-open .bh-support, .support-box.is-open .chev-toggle {
    color: #ff7b18
  }
  .feature-box {
    display: block;
    float: none;
    width: 100%
  }
  .feature-box .feature-image {
    overflow: hidden;
    border: 1px solid #ff7b18;
    height: auto;
    max-height: 216px
  }
  .feature-box img {
    width: 100%
  }
  .interpage-navigation .interpage-nav-toggle {
    display: block;
    padding-left: 0;
    padding-right: 0
  }
  .interpage-navigation .dsi-tab {
    margin: 0;
    display: none
  }
  .interpage-navigation .dsi-tab li {
    display: block;
    width: 100%
  }
  .interpage-navigation .dsi-tab li a {
    display: block;
    border: 0;
    padding: 0 12px;
    line-height: 40px
  }
  .gform_body input, .gform_body textarea {
    width: 100% !important
  }
  .footer-wrapper #copyright, .footer-wrapper ol {
    float: none
  }
}
@media screen and (max-width:991px) {
  .global .site-nav ul li a {
    padding: 0 10px
  }
}
@media screen and (min-width:480px) {
  .interpage-navigation .dsi-tab {
    display: block !important
  }
}
@media screen and (min-width:769px) {
  div.slide-img {
    height: 320px
  }
  ul.sub-menu {
    display: none;
    background-color: #484849;
    position: absolute;
    top: 100%;
    padding: 18px 25px;
    margin: 0;
    margin-top: 0 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .6);
    z-index: 1090
  }
  ul.sub-menu li {
    white-space: nowrap;
    display: block !important
  }
  ul.sub-menu li.menu-item a {
    color: #d1d1d1;
    display: block;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    text-transform: none;
    position: relative;
    padding-right: 30px !important
  }
  .site-nav li {
    position: relative
  }
  .site-nav .menu, .site-nav li:hover > .sub-menu {
    display: block !important
  }
  .site-nav .menu .subnav-toggle {
    display: none !important
  }
  .site-nav .menu > li {
    height: 37px;
    display: block;
    margin-bottom: -9px
  }
  .site-nav .menu > li > a {
    height: 37px;
    display: block
  }
  .content-wrapper.accordion-group .accordion-item .accordion-toggle {
    display: none !important
  }
  .content-wrapper.accordion-group .accordion-item .accordion-content {
    display: block !important
  }
  .content-wrapper.accordion-group {
    padding: 40px 50px
  }
  .global .site-home-link {
    margin: auto
  }
  .global .site-nav {
    float: none;
    text-align: center
  }
}
@media screen and (min-width:992px) {
  div.slide-img {
    height: 400px
  }
}
@media screen and (min-width:1200px) {
  div.slide-img {
    height: 480px
  }
  .global .site-home-link {
    float: left;
    display: block;
    text-align: left
  }
  .global .site-nav {
    float: right;
    text-align: right
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* OneTrust */
#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #000000 !important;
    bottom: 50% !important;
    left: 50% !important;
    right: unset !important;
    top: unset !important;
    -webkit-transform: translate(-50%, 50%);
    transform:translate(-50%, 50%)
}

#onetrust-consent-sdk #onetrust-group-container {
    width:71vw !important
}

#onetrust-consent-sdk .ot-sdk-row {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction:column !important
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-policy {
    margin:24px !important
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-policy-title, #onetrust-consent-sdk .ot-sdk-row #onetrust-policy-text {
    color:#fff !important
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-policy-title {
    font-size: 18px !important;
    font-weight:700 !important
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-policy-text {
    font-size: 14px !important;
    font-weight:500 !important
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group-parent {
    position: relative !important;
    left: unset !important;
    padding: 0 !important;
    width: calc(100% - 48px) !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin:24px !important
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-button-group {
    display: block !important;
    text-align:left !important
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-pc-btn-handler, #onetrust-consent-sdk .ot-sdk-row #onetrust-accept-btn-handler {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
    padding: 8px 8px 7px !important;
 
    font-weight: 700 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: .3s ease-out !important;
    transition: .3s ease-out !important;
    -webkit-transition-property: background-color, color !important;
    transition-property: background-color, color !important;
    letter-spacing: 1px !important;
    opacity:1 !important;
    font-size:14px !important;
}

#onetrust-consent-sdk .ot-sdk-row #onetrust-pc-btn-handler:hover, #onetrust-consent-sdk .ot-sdk-row #onetrust-accept-btn-handler:hover {
    background-color: #fff !important;
    color:#141424 !important
}

button#ot-sdk-btn.ot-sdk-show-settings {
    display: inline-block;
    border: 0;
    padding: 0;
    color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: inherit;
    font-size:14px
}
@media only screen and (max-width: 767.98px) {
    #onetrust-consent-sdk .ot-sdk-container {
        margin: 0 !important;
        width: 100% !important;
        padding:0 !important
    }

    #onetrust-consent-sdk #onetrust-group-container {
        width:90vw !important
    }

    #onetrust-consent-sdk .ot-sdk-row #onetrust-policy-title {
        display: block !important;
        margin-bottom: 20px !important;
 
    }

    #onetrust-consent-sdk .ot-sdk-row #onetrust-policy-text {
    
    }

    #onetrust-consent-sdk .ot-sdk-row #onetrust-button-group-parent {
        margin-top:0 !important
    }

    #onetrust-consent-sdk .ot-sdk-row #onetrust-pc-btn-handler {
        margin-bottom:10px !important
    }

    button#ot-sdk-btn.ot-sdk-show-settings {
        letter-spacing:.7px
    }