/*.opacity(@opacity) {
  opacity: @opacity;
  // IE8 filter
  @opacity-ie: (@opacity * 100);
  filter: ~"alpha(opacity=@{opacity-ie})";
}*/
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 20.7px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #fd8204;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h1,
.h1 {
  font-size: 72px;
}
h2,
.h2 {
  font-size: 42px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h1.small {
  font-size: 48px;
}
h2.large {
  font-size: 72px;
}
h1 small,
.h1 small {
  font-size: 31px;
}
h2 small,
.h2 small {
  font-size: 23px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 18px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  body {
    font-size: 18px;
  }
}
@media print {
  body {
    font-size: 12px;
  }
  header nav.top-menu {
    display: none;
  }
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  h6,
  .h6 {
    font-size: 11px;
  }
  h1.small {
    font-size: 32px;
  }
  h2.large {
    font-size: 48px;
  }
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.2;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.2;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.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],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #fd8204;
  border-color: #e67502;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d66d02;
  border-color: #a95601;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fd8204;
  border-color: #e67502;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.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],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.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],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.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],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.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],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #fd8204;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b35b01;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/*.btn-block + .btn-block {
  margin-top: 5px;
}*/
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
span.twitter-typeahead {
  display: block !important;
}
span.twitter-typeahead .tt-query {
  background-color: #516573 !important;
}
span.twitter-typeahead .tt-dropdown-menu {
  background-color: #fff;
  color: #516573;
  width: 100%;
  padding: 0;
}
span.twitter-typeahead .tt-dropdown-menu .tt-suggestion {
  border-bottom: 1px solid #DDD;
}
span.twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
  margin: 0;
  padding: 5px 10px;
}
span.twitter-typeahead .tt-dropdown-menu .tt-is-under-cursor {
  background-color: #f2f2f2;
}
html,
body,
article {
  height: 100%;
}
h1 {
  margin-top: 0;
}
section {
  padding-top: 40px;
}
@media (max-width: 768px) {
  section {
    padding-top: 20px;
  }
}
article.active,
section.active {
  overflow: hidden;
}
iframe {
  border: 0;
}
body {
  background-color: #edeff1;
  font-family: "foundation_sans_cdregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303e48;
  line-height: 1.25;
}
b,
strong {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
table.specs {
  width: 100%;
}
table.specs col:first-of-type {
  width: 35%;
}
table.specs th {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.specs tr {
  background-color: #d5dbdf;
}
table.specs tr:nth-of-type(2n) {
  background-color: #e4e8ea;
}
table.specs td,
table.specs th {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
}
@media print {
  table.specs td,
  table.specs th {
    font-size: 12px;
  }
}
header .social-share .share-button i,
footer .social-share .share-button i {
  background-color: #303e48;
}
header a,
footer a,
header .social-share .share-button,
footer .social-share .share-button {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303e48;
  text-decoration: none;
}
header a:focus,
footer a:focus,
header .social-share .share-button:focus,
footer .social-share .share-button:focus,
header a:hover,
footer a:hover,
header .social-share .share-button:hover,
footer .social-share .share-button:hover {
  text-decoration: none;
}
.discounted {
  position: relative;
  display: inline-block;
}
.discounted:before {
  content: '';
  position: absolute;
  margin-top: 0.5em;
  height: 3px;
  background-color: #d9534f;
  opacity: 0.8;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 100%;
  display: block;
}
@media print {
  .discounted:before {
    opacity: 1;
  }
}
button {
  border: 0;
}
.btn,
.btn-primary {
  border: 0;
  text-transform: uppercase;
}
.btn:hover,
.btn-primary:hover {
  border: 0;
}
.btn-lg,
.btn-info {
  text-align: center;
  color: #fff;
  background-color: #fd8204;
  text-decoration: none;
}
.btn-lg:hover,
.btn-info:hover {
  background-color: #f1b788;
  color: #303e48;
}
a {
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  word-wrap: break-word;
}
a:hover {
  color: #fd9b37;
}
noscript img {
  display: none;
}
.load-more {
  text-align: center;
}
.load-more a.btn-lg {
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
}
.form-control {
  background-color: #516573;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.filter-results {
  color: #303e48;
}
.filter-results:hover {
  color: #fd8204;
}
.btn-lg {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #fff;
  background-color: #fd8204;
  text-transform: uppercase;
}
.btn-lg:hover {
  background-color: #f1b788;
  color: #303e48;
}
.btn-lg.alt {
  background-color: #303e48;
}
.btn-lg.alt:hover {
  background-color: #fd8204;
  color: #fff;
}
.alert-success {
  background-color: #303e48;
  color: #fff;
  border: 0;
  font-size: 30px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alert-success h4,
.alert-success .h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.alert-danger {
  background-color: #d9534f;
  border: 0;
  color: #fff;
  font-size: 30px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alert-danger h4,
.alert-danger .h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.filters {
  box-shadow: none;
  border: 0;
  background-color: #fff;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
}
.filters:after {
  clear: both;
  content: '';
  display: block;
}
.filters .left {
  margin-right: 30px;
}
.filters .left:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .filters .right {
    float: left;
  }
}
.filters a {
  color: #303e48;
  margin-top: 4px;
  display: inline-block;
}
.filters a:hover {
  color: #fd8204;
  text-decoration: none;
}
section header {
  margin-bottom: 30px;
}
section header:after {
  content: '';
  clear: both;
  display: block;
}
section header h1 {
  float: left;
  margin-bottom: 0;
  line-height: 1;
}
section header .header-links {
  float: right;
}
section header .header-links a {
  display: inline-block;
  text-align: right;
  margin-left: 5px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
section header .header-links a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  section header .header-links {
    float: none;
  }
  section header .header-links a {
    text-align: left;
    margin-left: 0;
    margin-right: 5px;
  }
  section header .header-links:before {
    content: '';
    display: block;
    clear: both;
  }
}
.product-sort-form {
  float: left;
  margin-right: 30px;
  margin-top: -5px;
  width: 210px;
  font-size: 18px;
  display: block;
}
.product-sort-form .select {
  border: 2px #dadde0 solid;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.has-show-more-btn.active .more {
  display: none !important;
}
.has-show-more-btn .more {
  display: none;
  margin-bottom: 10px;
}
.has-show-more-btn > div {
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin-bottom: 10px;
  position: relative;
}
.has-show-more-btn > div .row > div {
  margin-bottom: 20px;
}
.has-show-more-btn > div .overflow-gradient {
  height: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  background: none;
  background-image: linear-gradient(to bottom, rgba(237, 239, 241, 0), rgba(237, 239, 241, 1));
  background: -webkit-linear-gradient(top, rgba(237, 239, 241, 0) 0%, #edeff1 100%);
  background: -o-linear-gradient(top, rgba(237, 239, 241, 0) 0%, #edeff1 100%);
  background: -ms-linear-gradient(top, rgba(237, 239, 241, 0) 0%, #edeff1 100%);
  background: linear-gradient(top, rgba(237, 239, 241, 0) 0%, #edeff1 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#ffedeff1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#ffedeff1);
}
@media screen and (-moz-images-in-menus: 0) {
  .has-show-more-btn > div .overflow-gradient {
    background-image: linear-gradient(to bottom, rgba(237, 239, 241, 0), #edeff1);
  }
}
.template-redefining-technology .social-share .addthis_toolbox1 {
  right: 200%;
}
.template-redefining-technology .social-share .addthis_toolbox1:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-redefining-technology .social-share .addthis_toolbox1 {
    right: -90%;
  }
  .template-redefining-technology .social-share .addthis_toolbox1:before {
    right: 90%;
  }
}
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #E7EAEB;
  padding: 10px;
  display: none;
}
.ui-datepicker a[data-handler="next"] {
  float: right;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 5px;
}
.select,
.dropdownlist > div {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.select:before,
.dropdownlist > div:before {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0px;
  content: '\f0d7';
  font-family: "FONTAWESOME";
  padding: 5px 15px;
  pointer-events: none;
  border-left: 2px solid #E7EAEB;
  color: #303e48;
  background-color: white;}@media screen and (min-width: 0\0) {.select:before, .dropdownlist > div:before {background-color: transparent !important;};
}
.select select,
.dropdownlist > div select {
  padding: 5px 10px;
  width: 114%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: 0;
  color: #303e48;
  cursor: pointer;
}
.select select option,
.dropdownlist > div select option {
  color: #303e48;
}
.show-more {
  width: 290px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
  text-transform: uppercase;
  border: 0;
}
.youtube-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.youtube-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
label {
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus,
.btn:focus {
  outline: none;
}
a:focus {
  outline: 0;
}
.checkbox {
  cursor: pointer;
}
.wp16 {
  width: 16.6%;
}
.wp25 {
  width: 25%;
}
.wp33 {
  width: 33%;
}
.wp50 {
  width: 50%;
}
.wp66 {
  width: 66%;
}
.wp75 {
  width: 75%;
}
.wp100 {
  width: 100%;
}
.contain {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.container {
  position: relative;
  max-width: 1200px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.constraint {
  padding: 0 10px;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
}
.color-primary {
  color: #fd8204;
}
.color-light-gray {
  color: #868c91;
}
.color-black {
  color: #000;
}
@media (max-width: 767px) {
  .hide-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .show-xs {
    display: none;
  }
  .constraint {
    padding: 0 80px;
  }
}
@media print {
  .shop-menu {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  footer {
    display: none;
  }
}
.clearfix2:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
body.template-home .shop-menu-item {
  text-decoration: none;
}
body.template-home section {
  padding-top: 0;
}
body.template-home h1,
body.template-home h2,
body.template-home h3,
body.template-home h4,
body.template-home h5,
body.template-home h6 {
  text-transform: uppercase;
}
@media (min-width: 480px) {
  body.template-home article > .shop-submenu .in {
    margin-bottom: 20px;
  }
}
body.template-home .product-section .row > div:hover .inner-section,
body.template-home .product-section .row > div:hover .inner-section a {
  color: #fff;
}
body.template-home .product-section .row > div:hover .white-box {
  background-color: #fd8204;
}
body.template-home .product-section .product-item {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.template-home .product-section .product-item:nth-of-type(2) {
    min-height: 342px;
  }
}
body.template-home .product-section .product-item a {
  color: #303e48;
}
body.template-home .product-section .product-item a h3 {
  color: #303e48;
}
body.template-home .product-section .product-item a:hover {
  color: #fff;
  text-decoration: none;
}
body.template-home .product-section .product-item .white-box {
  margin-bottom: -230px;
  padding-bottom: 230px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1125px) and (min-width: 992px) {
  body.template-home .product-section .product-item .white-box {
    margin-bottom: -280px;
    padding-bottom: 280px;
  }
}
@media (max-width: 767px) {
  body.template-home .product-section .product-item .white-box {
    padding-bottom: 300px;
    margin-bottom: -300px;
  }
}
@media (max-width: 515px) and (min-width: 337px) {
  body.template-home .product-section .product-item .white-box {
    padding-bottom: 250px;
    margin-bottom: -250px;
  }
}
@media (max-width: 767px) and (min-width: 516px) {
  body.template-home .product-section .product-item .white-box {
    padding-bottom: 210px;
    margin-bottom: -210px;
  }
}
body.template-home .product-section .product-item .inner-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 30px;
}
body.template-home .product-section .product-item .inner-section .bottom-img img {
  height: 100px;
  width: auto;
}
body.template-home .product-section .product-item .inner-section .sudo-link {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #303e48;
}
body.template-home .product-section .product-item:hover .sudo-link {
  color: #fff;
}
body.template-home .product-section .product-item .right-img {
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 56%;
  width: 40%;
  overflow-x: hidden;
}
body.template-home .product-section .product-item .right-img img {
  width: 100%;
}
@media (max-width: 767px) {
  body.template-home .product-section .product-item .right-img img {
    max-width: 160px;
  }
}
body.template-home .product-section .product-item a[data-region-item="#region-product-search"] {
  display: block;
}
body.template-home .product-section .product-item a[data-region-item="#region-product-search"]:hover .search-box {
  background-color: #fd8204;
}
body.template-home .product-section .product-item .search-box {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  -moz-transition: all background-color 0.25s ease ease;
  -ms-transition: all background-color 0.25s ease ease;
  -o-transition: all background-color 0.25s ease ease;
  -webkit-transition: all background-color 0.25s ease ease;
  transition: all background-color 0.25s ease ease;
  background-color: #fff;
  text-align: center;
}
body.template-home .product-section .product-item .search-box .fa-search {
  color: #303e48;
  font-size: 120px;
  line-height: 230px;
}
body.template-home .product-section .search-button {
  margin: 10px 0 30px;
  text-align: center;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 30px;
  background-color: #fff;
}
body.template-home .product-section .search-button small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
body.template-home .product-section .search-button a {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  -moz-transition: all background-color 0.25s ease ease;
  -ms-transition: all background-color 0.25s ease ease;
  -o-transition: all background-color 0.25s ease ease;
  -webkit-transition: all background-color 0.25s ease ease;
  transition: all background-color 0.25s ease ease;
  display: block;
  color: #303e48;
  padding: 10px;
}
body.template-home .product-section .search-button a:hover {
  background-color: #fd8204;
}
body.template-home .promotions {
  margin: 20px 0;
}
.template-locations div.gm-style-iw > div,
.template-locations div.gm-style-iw > div > div {
  overflow: hidden !important;
}
.template-locations #locations-map {
  height: 480px;
}
@media (max-width: 991px) {
  .template-locations #locations-map {
    display: none !important;
  }
}
.template-locations .vertical-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.template-locations .find-dealers-btn {
  margin: 0 auto;
  display: block;
  width: 290px;
}
.template-locations .find-dealers-btn.long-text-button {
  font-size: 28px;
}
.template-locations .fnd-btn-header.long-text-button {
  width: 365px;
  margin-top: 10px;
  float: right;
  font-size: 26px;
  background-color: transparent;
  color: #303e48;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .template-locations .fnd-btn-header.long-text-button {
    width: 280px;
    font-size: 22px;
  }
}
@media (max-width: 820px) {
  .template-locations .fnd-btn-header.long-text-button {
    width: 240px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .template-locations .fnd-btn-header.long-text-button {
    margin-top: 0;
  }
}
@media (max-width: 530px) {
  .template-locations .fnd-btn-header.long-text-button {
    margin-top: 10px;
    float: left;
  }
}
.template-locations a.btn.btn-lg.find-dealers-btn.shop-menu-item.long-text-button.fnd-btn-header:hover {
  color: #fd9b37;
}
.template-locations h1 .underline {
  position: relative;
}
.template-locations h1 .underline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 2px;
  border-bottom: 5px solid #303e48;
}
.template-locations .dealer-selection-banner ul {
  display: table;
  width: 100%;
  padding: 20px 30px;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
}
.template-locations .dealer-selection-banner ul li {
  display: table-cell;
  text-align: center;
}
.template-locations .dealer-selection-banner ul li .fa {
  font-size: 32px;
  padding: 5px;
}
@media (min-width: 992px) {
  .template-locations .dealer-selection-banner ul li {
    width: 33.33333%;
  }
  .template-locations .dealer-selection-banner ul li:first-child {
    text-align: left;
  }
  .template-locations .dealer-selection-banner ul li:last-child {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .template-locations .dealer-selection-banner ul {
    display: block;
  }
  .template-locations .dealer-selection-banner ul li {
    display: block;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .template-locations .dealer-selection-banner.foreign ul li {
    width: 50%;
  }
  .template-locations .dealer-selection-banner.foreign ul li:first-child {
    text-align: center;
  }
  .template-locations .dealer-selection-banner.foreign ul li:last-child {
    text-align: center;
  }
}
.template-locations .map-bubble .name,
.template-locations .map-bubble .address-label,
.template-locations .map-bubble .website-label {
  font-weight: bold;
}
.template-locations .map-bubble .name,
.template-locations .map-bubble .address,
.template-locations .map-bubble .website {
  white-space: nowrap;
}
.template-locations .dealer-location #dealer-locations-section > .row {
  overflow-y: hidden;
}
.template-locations .dealer-location .bttns {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.template-locations .dealer-location .bttns .btn-lg {
  width: 290px;
  margin-top: 0;
}
.template-locations .dealer-location button[data-btn-show] {
  display: none;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .template-locations .dealer-location button[data-btn-show] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.template-locations .dealer-location .dealer-location-box {
  background-color: #fff;
  margin: 30px 0 -400px;
  padding: 15px 15px 420px;
}
@media (max-width: 767px) {
  .template-locations .dealer-location .dealer-location-box {
    margin: 15px 0 0;
    padding: 15px;
  }
}
.template-locations .dealer-location .dealer-location-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  font-size: 38px;
}
@media (max-width: 767px) {
  .template-locations .dealer-location .dealer-location-box h2 {
    font-size: 30px;
  }
}
.template-locations .dealer-location .dealer-location-box .distance {
  text-align: right;
  font-size: 20px;
}
.template-locations .dealer-location .dealer-location-box .distance .fa {
  font-size: 28px;
}
.template-locations .dealer-location .dealer-location-box .img-container {
  width: 270px;
  float: left;
}
.template-locations .dealer-location .dealer-location-box .address > .row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.template-locations .dealer-location .dealer-location-box .address .address-info {
  display: block;
  font-size: 22px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.template-locations .dealer-location .dealer-location-box.logo .address {
  margin-left: 290px;
}
@media (max-width: 550px) {
  .template-locations .dealer-location .dealer-location-box.logo .address {
    margin-left: 0px;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .template-locations .dealer-location .dealer-location-box.logo .address {
    margin-left: 0px;
    float: left;
  }
}
.template-locations #dealer-retailers {
  border-bottom: 3px solid #fff;
}
.template-locations #dealer-retailers .drop-down {
  margin-top: 20px;
}
.template-locations #dealer-retailers .drop-down a {
  color: #303e48;
  -webkit-transition: 0s;
  transition: 0s;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.template-locations #dealer-retailers .drop-down a:hover {
  color: #fd8204;
}
.template-locations #dealer-retailers .drop-down:after {
  content: '';
  display: block;
  clear: both;
}
.template-locations #dealer-retailers .drop-down .section-body {
  overflow: hidden;
  max-height: 0px;
  margin: 0 0 0 0;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-locations #dealer-retailers .drop-down.active .section-heading a span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .template-locations #dealer-retailers .drop-down.active .section-heading p {
    padding-top: 20px;
    display: block;
    margin-bottom: 0;
  }
}
.template-locations #dealer-retailers .drop-down.active .section-body {
  max-height: 5000px;
  margin: 0px;
}
@media (max-width: 767px) {
  .template-locations #dealer-retailers .drop-down.active .section-body {
    margin-top: 0px;
  }
}
.template-locations #dealer-retailers .section-heading {
  border-top: 3px solid #fff;
  padding: 15px 0;
}
.template-locations #dealer-retailers .section-heading .clearfix {
  display: none;
}
@media (max-width: 767px) {
  .template-locations #dealer-retailers .section-heading a[data-toggle-accordion] {
    padding-left: 0px;
    padding-top: 16px;
  }
  .template-locations #dealer-retailers .section-heading .clearfix {
    display: block;
  }
  .template-locations #dealer-retailers .section-heading img {
    max-width: 260px;
    padding-right: 0px;
  }
  .template-locations #dealer-retailers .section-heading p {
    display: none;
  }
}
.template-locations #dealer-retailers .section-heading h3 {
  margin: 0 0 0 0;
}
.template-locations #dealer-retailers .section-heading a {
  color: #516573;
  float: right;
  font-size: 28px;
  padding-left: 30px;
}
.template-locations #dealer-retailers .section-heading a > span.icon-icon-plus {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.template-locations #dealer-retailers .section-heading img {
  padding-top: 4px;
  padding-right: 15px;
  float: left;
}
.template-locations #dealer-retailers .section-body .retailer_logo {
  text-align: center;
  margin: 15px 0;
  padding: 5px 0;
  min-height: 70px;
}
.template-locations #dealer-retailers .section-body .retailer_logo img {
  width: auto;
  max-height: 60px;
  /*.filter-grayscale(100%);
                    filter: gray;*/
}
.template-locations #dealer-retailers .section-body .retailer_nologo {
  background-color: white;
  font-size: 24px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 60px;
  width: 202px;
  text-align: center;
  display: table;
  margin: 20px auto;
}
.template-locations #dealer-retailers .section-body .retailer_nologo > div {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .template-product-category .shop-submenu .in {
    margin-bottom: 20px;
  }
}
.template-product-category section {
  padding-top: 0;
}
.template-product-category .category-btns {
  margin-bottom: 30px;
}
.template-product-category .category-btns > div {
  margin-bottom: 2px;
}
.template-innovation .more-about-us {
  background: #edeff1;
  color: #303e48;
  margin-bottom: 80px;
}
.template-innovation .more-about-us h3 {
  text-transform: uppercase;
  color: #303e48;
}
.template-innovation .more-about-us .item {
  text-align: center;
  background: #fff;
  height: 240px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-innovation .more-about-us .item a {
  margin-top: 10px;
  color: #333333;
  height: 100%;
}
.template-innovation .more-about-us .item a .hover-link {
  display: none;
}
.template-innovation .more-about-us .item:hover {
  color: #fff;
  background: #fd8204;
}
.template-innovation .more-about-us .item:hover a {
  display: block;
  color: white;
  text-transform: uppercase;
}
.template-innovation .more-about-us .item:hover .hover-link {
  display: block;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  font-size: 22px;
}
.template-innovation .more-about-us .item i {
  font-size: 120px;
  margin-top: 60px;
}
.template-innovation .social-share .addthis_toolbox1 {
  right: 200%;
}
.template-innovation .social-share .addthis_toolbox1:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-innovation .social-share .addthis_toolbox1 {
    right: -90%;
  }
  .template-innovation .social-share .addthis_toolbox1:before {
    right: 90%;
  }
}
@media (max-width: 517px) {
  .template-innovation .news-block .news-entry h4 i {
    margin-left: 0;
  }
}
.template-support {
  background: #edeff1;
  color: #303e48;
  margin-bottom: 55px;
}
.template-support h3 {
  text-transform: uppercase;
  color: #303e48;
}
.template-support .item {
  text-align: center;
  background: #fff;
  height: 240px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-support .item a {
  margin-top: 10px;
  color: #333333;
  height: 100%;
}
.template-support .item a .hover-link {
  display: none;
}
.template-support .item:hover {
  color: #fff;
  background: #fd8204;
}
.template-support .item:hover a {
  display: block;
  color: white;
  text-transform: uppercase;
}
.template-support .item:hover .hover-link {
  display: block;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  font-size: 22px;
}
.template-support .item i {
  font-size: 120px;
  margin-top: 60px;
}
.template-support .item {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-support .row.support-categories > div {
  margin-bottom: 1.75em;
}
.template-customer-service-faq .select.faq-select {
  background-color: #fff;
  border: #dadde0 solid 1px;
  margin-bottom: 30px;
}
.template-customer-service-faq .select.faq-select select {
  color: #dadde0;
}
.template-customer-service-faq .select.faq-select:before {
  border-left: 2px solid #dadde0;
  color: #dadde0;
}
.template-customer-service-faq section > .container > .container {
  margin-bottom: 40px;
}
.template-customer-service-faq .cart {
  border-top: 2px solid #fff;
  margin-bottom: 60px;
}
.template-customer-service-faq .cart .drop-down {
  border-bottom: 2px solid #fff;
  padding: 15px 0 15px 15px;
}
.template-customer-service-faq .cart .drop-down a {
  text-decoration: none;
}
.template-customer-service-faq .cart .drop-down a:hover i {
  color: #fd8204;
}
.template-customer-service-faq .cart .drop-down h3 {
  color: #303e48;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 70px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-customer-service-faq .cart .drop-down h3:hover {
  color: #fd8204;
}
.template-customer-service-faq .cart .drop-down h3:hover span {
  color: #303e48;
  background-color: #f1b788;
}
.template-customer-service-faq .cart .drop-down h3 span {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  color: #fff;
  display: inline-block;
  margin-left: -50px;
  margin-right: 13px;
  min-width: 30px;
  font-size: 30px;
  background-color: #fd8204;
  text-align: center;
}
@media (max-width: 767px) {
  .template-customer-service-faq .cart .drop-down h3 {
    margin-left: 40px;
  }
  .template-customer-service-faq .cart .drop-down h3 span {
    font-size: 22px;
    min-width: 22px;
    margin-left: -40px;
  }
}
.template-customer-service-faq .cart .drop-down i {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  float: right;
  font-size: 26px;
  font-weight: 400;
  color: #303e48;
  margin-top: 12px;
}
.template-customer-service-faq .cart .drop-down > div {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin-bottom: 0px;
  margin-left: -15px;
}
.template-customer-service-faq .cart .drop-down > div a {
  text-decoration: underline;
}
.template-customer-service-faq .cart .drop-down.active > a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.template-customer-service-faq .cart .drop-down.active > div {
  max-height: 500px;
  opacity: 1;
  margin-bottom: 10px;
  margin-left: 0px;
}
.template-shopping-cart input.update-cart {
  color: #fff;
  background: #fd8204;
  width: 100%;
  border: 0;
  height: 50px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-size: 30px;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
.template-shopping-cart input.update-cart:hover {
  color: #303e48;
  background-color: #f1b788;
}
.template-shopping-cart table {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .template-shopping-cart table tr td:nth-of-type(3n),
  .template-shopping-cart table th:nth-of-type(3n) {
    display: none;
  }
}
.template-shopping-cart table th {
  border-bottom: 10px solid #303e48;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 30px;
}
.template-shopping-cart table th small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
.template-shopping-cart table tr td {
  padding: 30px 0;
  border-bottom: 2px #fff solid;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 767px) {
  .template-shopping-cart table tr td {
    padding: 10px 0;
  }
}
.template-shopping-cart table tr td p:not(.discount) {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #516573;
}
.template-shopping-cart table tr td h5 {
  color: #516573;
}
.template-shopping-cart table tr td p.discount {
  color: #d9534f;
}
.template-shopping-cart table tr td p:first-of-type {
  display: inline-block;
  position: relative;
}
.template-shopping-cart table tr td p:first-of-type:after {
  display: block;
  content: '';
}
.template-shopping-cart table tr td p.discounted:before {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  margin-top: 0.5em;
  width: 100%;
  background-color: #d9534f;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  opacity: 0.7;
}
.template-shopping-cart table tr td .product > a {
  width: 210px;
  height: 210px;
  display: inline-block;
  background: white;
  padding: 20px;
  margin-right: 20px;
  text-align: center;
  float: left;
}
@media (max-width: 767px) {
  .template-shopping-cart table tr td .product > a {
    padding: 10px;
    margin-right: 10px;
    width: 120px;
    height: 120px;
    float: left;
  }
}
.template-shopping-cart table tr td .product img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .template-shopping-cart table tr td .product img {
    width: 100px;
    height: auto;
  }
}
.template-shopping-cart table tr td .product .product-description {
  display: table-cell;
  vertical-align: middle;
}
.template-shopping-cart table tr td .product .product-description a {
  color: #303e48;
}
.template-shopping-cart table tr td .product .product-description a:hover {
  color: #fd8204;
}
@media (max-width: 767px) {
  .template-shopping-cart table tr td .product .product-description {
    display: block;
  }
  .template-shopping-cart table tr td .product .product-description h3 {
    font-size: 20px;
  }
}
.template-shopping-cart table tr td .product .product-description h3 {
  font-family: "foundation_sans_cdregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.template-shopping-cart table tr td input.right {
  border: 0;
  background-color: transparent;
  background-image: none;
  color: #516573;
  font-size: 30px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .template-shopping-cart table tr td input.right {
    position: absolute;
    top: 10px;
    right: 0px;
  }
}
.template-shopping-cart table tr td input.right:hover {
  color: #fd8204;
}
@media (max-width: 845px) {
  .template-shopping-cart table tr td .shop-spinner {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .template-shopping-cart table tr td .shop-spinner .shop-spinner-buttons {
    width: 55px;
  }
  .template-shopping-cart table tr td .shop-spinner .shop-spinner-buttons button {
    width: 100%;
  }
}
.template-shopping-cart table tr td .shop-spinner .shop-spinner-buttons:hover button {
  color: #fd8204;
}
.template-shopping-cart table tr td .shop-spinner .shop-spinner-buttons input.spinner-up,
.template-shopping-cart table tr td .shop-spinner .shop-spinner-buttons input.spinner-down {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  float: left;
  display: block;
  background-color: transparent;
  font-size: 32px;
  padding: 0 10px;
}
@media (max-width: 845px) {
  .template-shopping-cart table tr td .shop-spinner .shop-spinner-buttons input.spinner-up,
  .template-shopping-cart table tr td .shop-spinner .shop-spinner-buttons input.spinner-down {
    padding-left: 25px;
  }
}
.template-shopping-cart table tr td .shop-spinner input.spinner-input {
  margin: 5px 10px 0;
  text-align: right;
  float: left;
  width: 43px;
}
.template-shopping-cart table tr:last-of-type td {
  border-bottom: 6px solid #303e48;
}
.template-shopping-cart .order-totals {
  font-size: 30px;
  margin-bottom: 40px;
}
.template-shopping-cart .order-totals .merchandise-total {
  margin-bottom: 26px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.template-shopping-cart .order-totals .shipping-total {
  margin-bottom: 46px;
}
.template-shopping-cart .order-totals .grand-total {
  margin-bottom: 41px;
  font-family: foundation_sans_cdbold;
  font-size: 32px;
}
.template-shopping-cart .order-totals input.checkout {
  color: #fff;
  background: #fd8204;
  width: 100%;
  border: 0;
  height: 50px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-shopping-cart .order-totals input.checkout:hover {
  color: #303e48;
  background-color: #f1b788;
}
.template-shopping-cart .order-totals .secure-checkout {
  font-size: 20px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
}
.template-shopping-cart .order-totals .secure-checkout i {
  margin-right: 5px;
}
.template-shopping-cart .order-totals .disclaimers {
  font-size: 18px;
  display: block;
}
.template-shopping-cart .related-items {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .template-shopping-cart .related-items > a h3 {
    float: none;
    margin-bottom: 0;
  }
}
.template-shopping-cart .related-items h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media print {
  .template-product-detail section > .container > .row > .col-sm-6 {
    width: 50%;
    float: left;
  }
  .template-product-detail section > .container > .row > .col-sm-1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .template-product-detail .right-gradient {
    position: absolute;
    z-index: -1;
    display: block;
    width: 25px;
    top: 0;
    right: 100%;
    bottom: 0;
    background: none;
    background: -webkit-linear-gradient(left, #edeff1 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #edeff1 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #edeff1 0%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(237,239,241,1), rgba(255,255,255,1));
    background: linear-gradient(left, #edeff1 0%, #ffffff 100%);
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#fff2f2f2,endColorstr=#ffffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#fff2f2f2,endColorstr=#ffffffff);
  }
}
.template-product-detail section .breadcrumbs {
  position: absolute;
  bottom: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .template-product-detail section .breadcrumbs {
    display: none;
  }
}
.template-product-detail section .breadcrumbs i {
  font-size: 38px;
  line-height: 18px;
  float: left;
  display: block;
  margin-right: 5px;
}
.template-product-detail section .breadcrumbs a {
  font-style: italic;
  display: inline-block;
  padding-right: 5px;
  color: #999999;
}
.template-product-detail section .breadcrumbs a:hover {
  color: #fd8204;
}
@media (min-width: 992px) {
  .template-product-detail .news-entry {
    width: 80%;
  }
}
.template-product-detail ul.knowledge-base-articles {
  list-style-type: none;
  padding-left: 20px;
}
.template-product-detail ul.knowledge-base-articles i {
  display: inline-block;
  margin-right: 10px;
}
.template-product-detail .social1 {
  float: right;
  position: relative;
}
.template-product-detail .social1.hide-xs {
  position: absolute;
  left: 100%;
  margin-left: 10px;
}
.template-product-detail .social1.show-xs {
  margin-top: -2em;
  position: absolute;
  right: 0;
}
.template-product-detail .social1 > a {
  display: none;
}
.template-product-detail .social1 .social-share {
  float: right;
}
.template-product-detail .social1 .social-share .addthis_toolbox:before {
  margin-right: -12px;
}
@media (max-width: 767px) {
  .template-product-detail .social1 .social-share {
    z-index: 2;
  }
  .template-product-detail .social1 .social-share .addthis_toolbox {
    right: 200%;
  }
  .template-product-detail .social1 .social-share .addthis_toolbox:before {
    right: 10%;
  }
}
@media (min-width: 768px) {
  .template-product-detail .social1 {
    margin-top: 20px;
    background-color: #fff;
    text-align: center;
    padding: 20px 5px;
  }
  .template-product-detail .social1 > a {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-product-detail .social1 {
    margin-right: -20px;
  }
}
@media print {
  .template-product-detail .overview.has-show-more-btn {
    max-height: 10000px !important;
  }
}
@media print {
  .template-product-detail .overview.has-show-more-btn a.more {
    display: none !important;
  }
}
.template-product-detail .overview > div ul {
  list-style-type: none;
  padding-left: 0px;
  line-height: 1;
}
.template-product-detail .overview > div ul li {
  margin-bottom: 8px;
}
.template-product-detail h4 {
  margin-top: 0;
  display: block;
}
.template-product-detail .alert-success h4 {
  margin-top: 10px;
}
.template-product-detail .alert-success h4::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fd8204;
  margin-right: 1%;
}
.template-product-detail .cart {
  padding-top: 20px;
  margin-bottom: 20px;
}
.template-product-detail .cart .cart-wrapper {
  padding-bottom: 30px;
}
@media print {
  .template-product-detail .cart .cart-wrapper form {
    display: none;
  }
}
.template-product-detail .cart .cart-wrapper input.h3.btn-lg {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-product-detail .cart .cart-wrapper a.btn-lg,
.template-product-detail .cart .cart-wrapper input.h3.btn-lg {
  display: block;
  padding: 9px 0 8px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
}
.template-product-detail .cart .cart-wrapper a.btn-lg h3,
.template-product-detail .cart .cart-wrapper input.h3.btn-lg h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.template-product-detail .cart .cart-wrapper > .clearfix {
  margin-bottom: 20px;
}
.template-product-detail .cart .cart-wrapper > .clearfix h3 {
  color: #fd8204;
  margin-top: 0;
  margin-bottom: 0;
  width: 33.3%;
  text-align: left;
}
.template-product-detail .cart .cart-wrapper > .clearfix h4 {
  width: 50%;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: left;
}
.template-product-detail .cart .cart-wrapper > .clearfix h4:last-of-type {
  text-align: right;
}
.template-product-detail .cart .cart-wrapper > .clearfix h3 + h4 {
  width: 33.3%;
  text-align: center;
}
.template-product-detail .cart .cart-wrapper > .clearfix h3 + h4 + h4 {
  width: 33.3%;
}
.template-product-detail .cart .drop-down {
  border-bottom: 2px solid #fff;
}
.template-product-detail .cart .drop-down .dealer-logo img {
  max-width: 220px;
}
@media (max-width: 992px) {
  .template-product-detail .cart .drop-down .dealer-logo img {
    max-width: 270px;
  }
}
.template-product-detail .cart .drop-down ul {
  list-style-type: none;
  padding-left: 0px;
}
.template-product-detail .cart .drop-down a {
  text-decoration: none;
}
.template-product-detail .cart .drop-down .dealer-logo {
  margin-bottom: 10px;
}
.template-product-detail .cart .drop-down .dealer-logo img {
  /*.filter-grayscale(100%);
					filter: gray;*/
}
.template-product-detail .cart .drop-down h3 {
  color: #303e48;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
@media (max-width: 767px) {
  .template-product-detail .cart .drop-down h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.template-product-detail .cart .drop-down h3:hover {
  color: #fd8204;
}
.template-product-detail .cart .drop-down h3 span {
  color: #fd8204;
}
.template-product-detail .cart .drop-down h3 i {
  display: block;
  float: right;
  font-size: 22px;
  font-weight: 400;
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
@media (max-width: 767px) {
  .template-product-detail .cart .drop-down h3 i {
    margin-top: 0;
  }
}
@media print {
  .template-product-detail .cart .drop-down h3 i {
    display: none;
  }
}
.template-product-detail .cart .drop-down > div {
  overflow: hidden;
  max-height: 10000px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
@media print {
  .template-product-detail .cart .drop-down.has-show-more-btn a.more {
    display: none !important;
  }
}
.template-product-detail .cart .drop-down.has-show-more-btn > div {
  max-height: 400px;
}
@media print {
  .template-product-detail .cart .drop-down.has-show-more-btn > div {
    max-height: 10000px !important;
  }
}
.template-product-detail .cart .drop-down.active i.icon-icon-plus {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.template-product-detail .cart .drop-down.active > div {
  max-height: 0px;
  opacity: 0;
  margin-bottom: 0px;
}
.template-product-detail .cart .file-container {
  margin-left: 2%;
}
.template-product-detail .cart .file-container .section-title {
  margin-top: 1%;
  margin-bottom: 0;
  padding: 0;
}
.template-product-detail .categories {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.template-product-detail .categories > a {
  float: right;
  margin-top: 5px;
}
.template-product-detail .categories > a h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.template-product-detail .categories > h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .template-product-detail .categories > h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .template-product-detail .categories {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.template-product-detail .categories .well {
  padding: 15px;
  display: block;
  position: relative;
}
.template-product-detail .categories .well p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.template-product-detail .categories .well p:not(:first-of-type) {
  margin-top: 0;
}
.template-product-detail .awardsContainer {
  font-size: 0;
}
.template-product-detail .awardsContainer .awardRow {
  margin: 10px 0;
}
.template-product-detail .awardsContainer .awardRow .award {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
}
.template-product-detail .awardsContainer .awardRow .awardDesc {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 20px;
  width: 75%;
}
.template-product-detail .awardsContainer .awardRow img {
  width: 75%;
}
.template-product-detail .stock-list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .template-product-detail .stock-list li {
    max-width: 49%;
    padding: 10px 20px;
    text-align: left;
  }
}
.template-product-detail .stock-list li .logo img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .template-product-detail .categories .well {
    padding: 10px;
  }
  .template-product-detail .categories .well .category-wrapper-wrapper {
    height: 160px;
  }
  .template-product-detail .categories .well .category-wrapper-wrapper .category-img-wrapper {
    height: 160px;
  }
  .template-product-detail .categories .well .category-wrapper-wrapper .category-img-wrapper img {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .template-product-detail .categories .well {
    padding: 10px;
  }
}
@media print {
  .template-product-detail .social-share {
    display: none;
  }
  .template-product-detail .categories {
    width: 50%;
    float: left;
  }
  .template-product-detail .cart .drop-down {
    width: 48%;
    padding: 0 1% 0 1%;
    float: left;
  }
  .template-product-detail .social1.hide-xs {
    display: none;
  }
  .template-product-detail .overview .inner-description {
    max-height: none !important;
    overflow: visible;
  }
  .template-product-detail .cart .drop-down.active > div {
    max-height: none !important;
    opacity: 1;
  }
  .template-product-detail .cart .drop-down > div {
    max-height: none !important;
    overflow: visible;
  }
}
.template-lifestyle header h1,
.template-lifestyle header h2 {
  display: inline;
  float: none;
}
@media (max-width: 991px) {
  .template-lifestyle header h1,
  .template-lifestyle header h2 {
    display: block;
  }
}
.template-lifestyle header h1 {
  font-size: 41px;
}
@media (max-width: 767px) {
  .template-lifestyle header h1 {
    font-size: 36px;
  }
}
.template-lifestyle header h2 {
  font-size: 22px;
  text-transform: none;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .template-lifestyle header h2 {
    font-size: 18px;
    margin: 5px 0;
  }
}
.template-lifestyle .event-map {
  width: 66.67%;
  padding-bottom: 41.66%;
  background-size: cover;
  display: block;
  float: left;
  position: relative;
}
@media (max-width: 991px) {
  .template-lifestyle .event-map {
    width: 100%;
    padding-bottom: 62.49%;
    float: none;
  }
}
.template-lifestyle .event-map > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2%;
  line-height: 100%;
  margin: 0;
  color: white;
  font-size: 1.5em;
}
.template-lifestyle .event-map > h3::before {
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 10px;
  border-top: 4px solid white;
}
.template-lifestyle .tintup {
  width: 33.33%;
  float: right;
  height: 925px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .template-lifestyle .tintup {
    float: none;
    width: 100%;
    padding-bottom: 0;
    height: 500px;
  }
}
.template-lifestyle .latest-posts {
  width: 66.67%;
  float: left;
  padding-bottom: 53.2%;
  height: 0;
  position: relative;
}
@media (max-width: 991px) {
  .template-lifestyle .latest-posts {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}
.template-lifestyle .latest-posts .latest-posts-outer-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .template-lifestyle .latest-posts .latest-posts-outer-container {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container > h3 {
  color: #2F3E49;
  padding-left: 2%;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container > h3::before {
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 10px;
  border-top: 4px solid #2F3E49;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager {
  width: 18%;
  margin: 0 1%;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager img {
  width: 100%;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager .overlay {
  background: rgba(48, 62, 72, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager:hover .overlay {
  background: rgba(253, 130, 4, 0.5);
  opacity: 1;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager.cycle-pager-active .overlay,
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager.cycle-pager-active:hover .overlay {
  background: rgba(48, 62, 72, 0.75);
  opacity: 1;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div img {
  float: left;
  width: 36%;
  margin: 0 2%;
}
@media (max-width: 991px) {
  .template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div img {
    float: none;
    width: 96%;
    height: auto;
    position: relative;
  }
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div {
  float: right;
  width: 56%;
  margin: 0 2%;
}
@media (max-width: 991px) {
  .template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div {
    float: none;
    width: 96%;
    height: auto;
    position: relative;
  }
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > h3 {
  margin: 0;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > h3 a {
  text-decoration: none;
  color: #303e48;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > h3 a:hover {
  text-decoration: none;
  color: #303e48;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > time {
  font-weight: bold;
  margin-bottom: 5px;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > p {
  margin: 10px 0;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > a:hover {
  text-decoration: none;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container > a {
  width: 25%;
  border: 0;
  margin: 20px auto;
  padding: 0;
  display: block;
  line-height: 50px;
  height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fd8204;
  font-size: 24px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: none;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container > a {
    width: 55%;
  }
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container > a:hover {
  background-color: #f1b788;
  color: #303e48;
  text-decoration: none;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .prev-next-container {
  position: absolute;
  right: 0;
  top: 0;
}
.template-lifestyle .latest-posts .latest-posts-outer-container .latest-posts-inner-container .prev-next-container > span {
  color: #fd8204;
  text-decoration: none;
  cursor: pointer;
  margin-left: 30px;
  font-size: 23px;
}
.template-lifestyle .social-links {
  width: 33.33%;
  float: right;
  background-color: #FD8204;
  font-size: 0;
}
@media (max-width: 991px) {
  .template-lifestyle .social-links {
    width: 100%;
    float: none;
  }
}
.template-lifestyle .social-links a img {
  /*width: 12%;*/
  /*margin: 16.2% 4%;*/
  margin-top: 16.2%;
  margin-bottom: 16.2%;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.template-lifestyle .social-links a img.Facebook:hover {
  background-color: #3b5998;
}
.template-lifestyle .social-links a img.Twitter:hover {
  background-color: #4099FF;
}
.template-lifestyle .social-links a img.YouTube:hover {
  background-color: #dd4b39;
}
.template-lifestyle .social-links a img.Flickr:hover {
  background-color: #ff0084;
}
.template-lifestyle .social-links a img.Instagram:hover {
  background-color: #517fa4;
}
.template-lifestyle .social-links a img.LinkedIn:hover {
  background-color: #0077b5;
}
.template-lifestyle .featured-posts .post {
  display: block;
  width: 33.33%;
  padding-bottom: 20.83%;
  position: relative;
  float: right;
  background-size: cover;
}
@media (max-width: 991px) {
  .template-lifestyle .featured-posts .post {
    width: 100%;
    float: none;
    padding-bottom: 62.49%;
  }
}
.template-lifestyle .featured-posts .post:first-of-type {
  width: 66.67%;
  padding-bottom: 41.66%;
  float: left;
}
@media (max-width: 991px) {
  .template-lifestyle .featured-posts .post:first-of-type {
    width: 100%;
    float: none;
    padding-bottom: 62.49%;
  }
}
.template-lifestyle .featured-posts .post:first-of-type .info p {
  display: block;
}
.template-lifestyle .featured-posts .post > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2%;
  line-height: 100%;
  margin: 0;
  color: white;
  font-size: 1.5em;
  text-shadow: 2px 2px black;
}
.template-lifestyle .featured-posts .post > h3::before {
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 10px;
  border-top: 4px solid white;
}
.template-lifestyle .featured-posts .post:hover .info {
  opacity: 1;
}
@media (max-width: 991px) {
  .template-lifestyle .featured-posts .post:hover .info {
    opacity: 0;
  }
}
.template-lifestyle .featured-posts .post .info {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 2%;
  left: 1.25%;
  width: 97.5%;
  height: 96%;
  opacity: 0;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -webkit-transition: .5s all;
  transition: .5s all;
  background-color: rgba(48, 62, 72, 0.9);
}
.template-lifestyle .featured-posts .post .info > div {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
  padding: 10%;
}
.template-lifestyle .featured-posts .post .info p {
  margin: 0;
  display: none;
}
.template-lifestyle .featured-posts .post .info .readmore {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: black;
  text-align: center;
  padding: 0 5%;
  margin-top: 10px;
  background-color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.template-lifestyle .featured-posts .post .info .readmore:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 44px;
  padding-left: 5px;
}
.template-lifestyle .email-signup {
  width: 100%;
  clear: both;
  background-color: #2F3E49;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .template-lifestyle .email-signup {
    margin-top: 0;
  }
}
.template-lifestyle .email-signup.success .subscribetonewsletter,
.template-lifestyle .email-signup.failed .subscribetonewsletter {
  display: none;
}
.template-lifestyle .email-signup.success .thank-you {
  display: block;
}
.template-lifestyle .email-signup.failed .error {
  display: block;
}
.template-lifestyle .email-signup .thank-you,
.template-lifestyle .email-signup .error {
  display: none;
}
.template-lifestyle .email-signup h3 {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.template-lifestyle .email-signup .contourField {
  width: 50%;
  margin: 0 auto;
  background-color: #2F3E49;
  float: left;
}
@media (max-width: 1199px) {
  .template-lifestyle .email-signup .contourField {
    width: 100%;
    float: none;
    clear: both;
  }
}
.template-lifestyle .email-signup .contourField > label {
  width: 40%;
  color: white;
  float: left;
  text-align: right;
  background-color: transparent;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 22px;
  line-height: 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .template-lifestyle .email-signup .contourField > label {
    font-size: 16px;
    width: 96%;
    margin: 0 2%;
    float: none;
  }
}
.template-lifestyle .email-signup .contourField > div {
  width: 45%;
  float: left;
  padding-left: 2%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .template-lifestyle .email-signup .contourField > div {
    float: none;
    padding: 0;
    margin: 0 2%;
    width: 96%;
    margin-bottom: 20px;
  }
}
.template-lifestyle .email-signup .contourField select {
  width: 100%;
  background-color: #516573;
  background-image: none;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  color: white;
  padding: 5px 0;
}
.template-lifestyle .email-signup .contourField select > option {
  color: white;
}
.template-lifestyle .email-signup .contourField input {
  width: 100%;
  color: white;
  background-color: #516573;
  border: 0;
  padding: 5px 0;
}
.template-lifestyle .email-signup .contourField.dropdownlist > div:before {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  content: '\f0d7';
  font-family: "FONTAWESOME";
  padding: 5px 15px;
  pointer-events: none;
  color: #303e48;
  border-left: 2px solid #303e48;
  background-color: #516573;
}
.template-lifestyle .email-signup .contourField .field-validation-error {
  color: red;
  clear: both;
  display: block;
}
.template-lifestyle .email-signup .contourNavigation input.cancel-button {
  display: none;
}
.template-lifestyle .email-signup .contourNavigation input[type="submit"] {
  width: 15%;
  border: 0;
  margin: 26px auto;
  padding: 0;
  display: block;
  line-height: 40px;
  height: 40px;
  border-left: 9px solid #303e48;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fd8204;
  font-size: 24px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: none;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .template-lifestyle .email-signup .contourNavigation input[type="submit"] {
    width: 30%;
  }
}
.template-lifestyle .email-signup .contourNavigation input[type="submit"]:hover {
  background-color: #f1b788;
  color: #303e48;
}
.event-sidebar {
  float: right;
  width: 19%;
  padding-left: 1%;
}
@media (max-width: 991px) {
  .event-sidebar {
    width: 100%;
    float: none;
  }
}
.event-sidebar .col-sm-6 {
  width: 100%;
}
@media (max-width: 991px) {
  .event-sidebar .col-sm-6 {
    width: 50%;
  }
}
.event-main {
  float: left;
  width: 80%;
}
@media (max-width: 991px) {
  .event-main {
    width: 100%;
    float: none;
  }
}
.template-history-milestones .social-share i.fa-share-square-o {
  background-color: #303e48;
}
.template-history-milestones .social-share .addthis_toolbox {
  right: 200%;
}
.template-history-milestones .social-share .addthis_toolbox:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-history-milestones .social-share .addthis_toolbox {
    right: -90%;
  }
  .template-history-milestones .social-share .addthis_toolbox:before {
    right: 90%;
  }
}
.template-history-milestones .social-share a {
  color: #303e48;
}
.template-history-milestones .carousel-heading {
  margin: 20px 0 40px;
  position: static;
}
.template-public-relations .social-share .addthis_toolbox {
  right: 200%;
}
.template-public-relations .social-share .addthis_toolbox:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-public-relations .social-share .addthis_toolbox {
    right: -90%;
  }
  .template-public-relations .social-share .addthis_toolbox:before {
    right: 90%;
  }
}
.template-public-relations .nav-icons {
  background: #edeff1;
  color: #303e48;
  margin-bottom: 30px;
}
.template-public-relations .nav-icons h3 {
  text-transform: uppercase;
  color: #303e48;
}
.template-public-relations .nav-icons .item {
  text-align: center;
  background: #fff;
  height: 240px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-public-relations .nav-icons .item a {
  margin-top: 10px;
  color: #333333;
  height: 100%;
}
.template-public-relations .nav-icons .item a .hover-link {
  display: none;
}
.template-public-relations .nav-icons .item:hover {
  color: #fff;
  background: #fd8204;
}
.template-public-relations .nav-icons .item:hover a {
  display: block;
  color: white;
  text-transform: uppercase;
}
.template-public-relations .nav-icons .item:hover .hover-link {
  display: block;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  font-size: 22px;
}
.template-public-relations .nav-icons .item i {
  font-size: 120px;
  margin-top: 60px;
}
.template-public-relations .nav-icons .item {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.template-press-releases .social-share .addthis_toolbox {
  right: 200%;
}
.template-press-releases .social-share .addthis_toolbox:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-press-releases .social-share .addthis_toolbox {
    right: -90%;
  }
  .template-press-releases .social-share .addthis_toolbox:before {
    right: 90%;
  }
}
.template-press-releases section > .container > p {
  margin-bottom: 60px;
}
.template-unauthorized-dealers section ul {
  list-style-type: none;
  margin-bottom: 60px;
}
.template-unauthorized-dealers section ul li {
  margin-bottom: 30px;
}
.template-product-registration h4 {
  margin-bottom: 20px;
}
.template-product-registration input[type='text'],
.template-product-registration input[type='email'] {
  margin-bottom: 30px;
  padding: 5px 10px;
  border: 0;
  width: 100%;
}
.template-product-registration .checkbox {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
.template-product-registration .checkbox label {
  margin-left: 15px;
}
.template-product-registration label {
  min-height: 42px;
}
.template-product-registration .select {
  margin-bottom: 30px;
}
.template-product-registration select.input-validation-error {
  padding: 8px 10px;
}
.template-product-registration input[type='submit'] {
  padding: 7px 40px;
}
.template-skyq-app .social-share .addthis_toolbox1 {
  right: 200%;
}
.template-skyq-app .social-share .addthis_toolbox1:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-skyq-app .social-share {
    display: block;
    float: none;
  }
  .template-skyq-app .social-share .addthis_toolbox1 {
    right: auto;
    left: 0%;
  }
  .template-skyq-app .social-share .addthis_toolbox1:before {
    right: 88%;
  }
}
.template-skyq-app .comment-link {
  display: inline-block;
  margin-right: 10px;
}
.template-skyq-app .contents {
  margin-bottom: 60px;
}
.template-skyq-app .contents h4 {
  display: inline-block;
  margin-left: 5px;
}
.template-content-category .social-share .addthis_toolbox1 {
  right: 200%;
}
.template-content-category .social-share .addthis_toolbox1:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-content-category .social-share .addthis_toolbox1 {
    right: -90%;
  }
  .template-content-category .social-share .addthis_toolbox1:before {
    right: 90%;
  }
}
.template-content-category form.blog-search {
  display: block;
}
.template-content-category .content-listing .hr {
  width: 100%;
  border-top: 1px solid gray;
  margin-top: 10px;
  margin-bottom: 20px;
}
.template-content-category .content-listing .content-title {
  margin-bottom: 20px;
  display: block;
}
.template-content-category .content-listing .content-title h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.template-content-category .content-listing .content-title i {
  float: right;
}
.template-content-category .content-listing .content-date {
  margin-top: 40px;
}
.template-content-category .content-listing img {
  margin-right: 10px;
  margin-bottom: 10px;
}
.template-content-category .load-more a,
.template-content-category .load-more input {
  min-width: 255px;
  border: 0;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.template-content-category .filter-bttn {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .template-content-info .page-body-copy {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .template-content-info .page-body-copy {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .template-content-info img {
    max-width: 290px;
    height: auto;
  }
}
.template-content-info .carousel-heading {
  margin: 20px 0 40px;
  position: static;
}
.template-content-info .social-share .addthis_toolbox {
  right: 200%;
}
.template-content-info .social-share .addthis_toolbox:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-content-info .social-share .addthis_toolbox {
    right: -90%;
  }
  .template-content-info .social-share .addthis_toolbox:before {
    right: 90%;
  }
}
.template-content-info .youtube-video-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.template-content-info picture,
.template-content-info picture img {
  width: 100%;
  max-width: 1024px;
}
.template-content-info .hr {
  border-top: #fff 1px solid;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.template-support-iframe .chat-live {
  display: inline-block;
}
.template-support-iframe .social-share {
  float: right;
  margin-left: 10px;
}
.template-support-iframe .social-share .addthis_toolbox {
  right: 200%;
}
.template-support-iframe .social-share .addthis_toolbox:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-support-iframe .social-share .addthis_toolbox {
    right: -90%;
  }
  .template-support-iframe .social-share .addthis_toolbox:before {
    right: 90%;
  }
}
.template-browse-shop a.right i {
  display: inline-block;
  margin-left: 10px;
}
.template-browse-shop .category-btns > div {
  margin-bottom: 2px;
}
.template-product-series .main-picture {
  text-align: center;
  width: 100%;
  display: block;
}
.template-product-series .category-btns > div {
  margin-bottom: 2px;
}
.template-product-series section header {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .template-product-series-landing .shop-submenu .in {
    margin-bottom: 20px;
  }
}
.template-product-series-landing section {
  padding-top: 0;
}
.template-product-major-cateogory section {
  padding-top: 0;
}
@media (min-width: 480px) {
  .template-product-major-category .shop-submenu .in {
    margin-bottom: 20px;
  }
}
.template-product-major-category section {
  padding-top: 0;
}
.template-product-major-category .social-share .addthis_toolbox {
  right: 200%;
}
.template-product-major-category .social-share .addthis_toolbox:before {
  right: 10%;
}
@media (max-width: 767px) {
  .template-product-major-category .social-share .addthis_toolbox {
    right: -90%;
  }
  .template-product-major-category .social-share .addthis_toolbox:before {
    right: 90%;
  }
}
.template-product-major-category .carousel-heading {
  margin: 20px 0 40px;
  position: static;
}
.template-get-in-touch .overlay-container {
  left: 0;
}
.template-get-in-touch .contourField.checkbox {
  padding-left: 30px;
}
.container-500 {
  background: black url('/images/blackhole.png') top center no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.container-500 .hr {
  border-top: #fd8204 10px solid;
}
.container-500 a.home {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  margin-top: 55px;
  display: block;
  height: 65px;
}
.container-500 h1 {
  margin-top: 35px;
}
.container-500 .foot {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.pro-banner {
  position: relative;
}
.pro-banner .banner-image {
  max-width: 1170px;
  max-height: 535px;
  width: 100%;
}
.pro-banner .banner-image > img {
  max-width: 1170px;
  max-height: 535px;
  width: 100%;
  height: 100%;
}
.pro-banner .celestron-pro-info {
  position: absolute;
  top: 25px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px;
}
.pro-banner .celestron-pro-info h1 {
  margin: 0;
  color: #ffffff;
}
.pro-banner .celestron-pro-info h2 {
  margin: 0;
  font-size: 24px;
  font-family: Arial, sans-serif;
  color: #ffffff;
}
@media (max-width: 991px) {
  .pro-banner .celestron-pro-info {
    position: static;
    background-color: #000000;
    background-image: url("../../Images/pro-title-bg-mobile.jpg");
  }
  .pro-banner .celestron-pro-info h1 {
    font-size: 72px;
    text-align: center;
  }
  .pro-banner .celestron-pro-info h2 {
    text-align: center;
  }
}
.featured-video-wrapper {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 450px;
  background-color: rgba(0, 0, 0, 0.7);
}
.featured-video-wrapper a {
  display: block;
  color: #ffffff;
}
.featured-video-wrapper a:hover {
  text-decoration: none;
}
.featured-video-wrapper .featured-video {
  padding: 10px 20px 10px 50px;
}
.featured-video-wrapper .featured-video .featured-video-thumbnail {
  float: left;
  width: 140px;
  height: 85px;
  margin-right: 20px;
}
.featured-video-wrapper .featured-video .featured-video-thumbnail img {
  width: 140px;
  height: 85px;
}
.featured-video-wrapper .featured-video h1 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
}
.featured-video-wrapper .featured-video p {
  margin: 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
@media (max-width: 991px) {
  .featured-video-wrapper .featured-video {
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 991px) {
  .featured-video-wrapper {
    position: static;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
  }
  .featured-video-wrapper a {
    color: #555555;
  }
}
.pro-body .page-body-copy {
  margin: 25px;
}
.pro-body .featured-content {
  float: right;
  width: 330px;
  margin: 25px;
  border-top: 2px solid #ff7f00;
  padding: 15px;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .pro-body .page-body-copy {
    float: none;
  }
  .pro-body .featured-content {
    float: none;
    padding: 15px;
    width: auto;
  }
}
.template-celestron-pro .content-listing .hr {
  width: 100%;
  border-top: 1px solid #555555;
  margin-top: 10px;
  margin-bottom: 20px;
}
.template-celestron-pro .content-listing .content-title {
  margin-bottom: 20px;
  display: block;
}
.template-celestron-pro .content-listing .content-title h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.template-celestron-pro .content-listing .content-title i {
  float: right;
}
.template-celestron-pro .content-listing .content-date {
  margin-top: 40px;
}
.template-celestron-pro .content-listing img {
  margin-right: 10px;
  margin-bottom: 10px;
}
.template-celestron-pro .load-more a,
.template-celestron-pro .load-more input {
  min-width: 255px;
  border: 0;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.template-celestron-pro .filter-bttn {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.celestron-pro-social .top-image {
  width: 100%;
  position: relative;
}
.celestron-pro-social .top-image .header-image {
  position: relative;
  max-width: 30%;
  float: right;
  z-index: 30;
}
.celestron-pro-social .top-image .header-text {
  width: 70%;
  float: left;
}
.celestron-pro-social .top-image .header-text h1 {
  margin-bottom: 0;
}
.celestron-pro-social .top-image .header-text h2 {
  margin-top: 0;
  font-family: "foundation_sans_cdregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .celestron-pro-social .top-image .header-text h2 {
    font-size: 32px;
  }
}
.celestron-pro-social .top-image .header-desc {
  width: 70%;
  float: left;
}
.celestron-pro-social .tour-gallery {
  width: 100%;
}
.celestron-pro-social .tour-gallery a,
.celestron-pro-social .tour-gallery a:visited,
.celestron-pro-social .tour-gallery a:hover {
  text-decoration: none;
}
.celestron-pro-social .tour-gallery a h3 {
  color: #303e48;
}
.celestron-pro-social .tour-gallery a img {
  width: 100%;
  padding-right: 0;
}
.celestron-pro-social .tour-map {
  width: 100%;
}
.celestron-pro-social .tour-map a,
.celestron-pro-social .tour-map a:visited,
.celestron-pro-social .tour-map a:hover {
  text-decoration: none;
}
.celestron-pro-social .tour-map a.celestron-pro-map {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.celestron-pro-social .tour-map a.celestron-pro-map h3 {
  color: #303e48;
  padding-right: 0;
}
.celestron-pro-social .tour-map a.celestron-pro-map .map {
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
}
.celestron-pro-social .tour-map a.celestron-pro-map .map-container {
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px;
}
.celestron-pro-social .tour-map a.celestron-pro-map .map-icon {
  z-index: 1;
  width: 8%;
  height: auto;
  position: absolute;
}
.celestron-pro-social .right-column .twitter-feed {
  width: 100%;
}
.celestron-pro-social .right-column .equipment-list {
  width: 100%;
}
.celestron-pro-social .blog-posts {
  width: 100%;
}
.celestron-pro-social .blog-posts .featured-video-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  right: 0px;
  width: 100%;
  bottom: 0;
  position: inherit;
  margin: 20px 0 0 0;
}
@media (max-width: 991px) {
  .celestron-pro-social .blog-posts .featured-video-wrapper {
    display: block;
    clear: both;
  }
  .celestron-pro-social .blog-posts .featured-video-wrapper p,
  .celestron-pro-social .blog-posts .featured-video-wrapper h1 {
    color: white;
  }
}
@media (min-width: 991px) {
  .celestron-pro-social .top-image {
    width: 66.6%;
    float: left;
  }
  .celestron-pro-social .top-image .header-image {
    position: absolute;
    right: 100px;
    top: -100px;
    float: none;
  }
  .celestron-pro-social .top-image .header-text {
    width: 100%;
    float: none;
  }
  .celestron-pro-social .top-image .header-desc {
    width: 100%;
    float: none;
  }
  .celestron-pro-social .tour-gallery {
    width: 33.3%;
    clear: left;
    float: left;
  }
  .celestron-pro-social .tour-gallery a img {
    padding-right: 10%;
  }
  .celestron-pro-social .tour-map {
    width: 33.3%;
    float: left;
  }
  .celestron-pro-social .tour-map a.celestron-pro-map {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: right;
  }
  .celestron-pro-social .tour-map a.celestron-pro-map h3 {
    padding-right: 5%;
  }
  .celestron-pro-social .tour-map a.celestron-pro-map .map-container {
    margin: 0 15%;
  }
  .celestron-pro-social .right-column {
    width: 33.3%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .celestron-pro-social .right-column .twitter-feed {
    width: 100%;
  }
  .celestron-pro-social .right-column .equipment-list {
    width: 100%;
  }
  .celestron-pro-social .blog-posts {
    width: 66.6%;
    float: left;
  }
}
@media (min-width: 991px) and (min-width: 1199px) {
  .celestron-pro-social .top-image .header-image {
    right: 75px;
  }
}
.celestron-pro-mappage .header-text {
  width: 100%;
}
.celestron-pro-mappage .header-text h1 {
  margin-bottom: 0;
}
.celestron-pro-mappage .header-text h2 {
  margin-top: 0;
  font-family: "foundation_sans_cdregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .celestron-pro-mappage .header-text h2 {
    font-size: 32px;
  }
}
.celestron-pro-mappage .header-text h3 {
  text-align: right;
  font-family: "foundation_sans_cdregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-right: 3%;
  margin-left: 20%;
}
@media (min-width: 768px) {
  .celestron-pro-mappage .header-text h3 {
    margin-top: 50px;
    margin-bottom: -100px;
    font-size: 20px;
  }
}
.celestron-pro-mappage .map-container {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .celestron-pro-mappage .map-container {
    margin-top: 100px;
  }
}
.celestron-pro-mappage .map-container .icon-container {
  width: 8%;
  height: auto;
  position: absolute;
  overflow: visible;
  cursor: pointer;
}
.celestron-pro-mappage .map-container .icon-container .map-icon {
  width: 100%;
  height: auto;
}
.celestron-pro-mappage .map-container .icon-container .icon-info {
  display: none;
  position: absolute;
  left: 40%;
  top: 30%;
  width: 1000%;
  background-color: white;
  border: 2px solid white;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .celestron-pro-mappage .map-container .icon-container .icon-info {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .celestron-pro-mappage .map-container .icon-container .icon-info {
    width: 500%;
  }
}
.celestron-pro-mappage .map-container .icon-container .icon-info .arrow {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid white;
  position: absolute;
  right: 100%;
  display: none;
  top: 30%;
}
@media (min-width: 768px) {
  .celestron-pro-mappage .map-container .icon-container .icon-info .arrow {
    display: block;
  }
}
.celestron-pro-mappage .map-container .icon-container .icon-info img {
  float: none;
  width: auto;
  max-width: 100%;
  height: 150px;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .celestron-pro-mappage .map-container .icon-container .icon-info img {
    width: 26%;
    float: left;
    margin: 3%;
    height: auto;
  }
}
.celestron-pro-mappage .map-container .icon-container .icon-info .description {
  float: none;
  width: auto;
  margin: 0;
  margin-bottom: 15px;
  font-family: "foundation_sans_cdregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .celestron-pro-mappage .map-container .icon-container .icon-info .description {
    width: 60%;
    float: right;
    margin: 3%;
  }
}
.celestron-pro-mappage .map-container .icon-container .icon-info .description h3 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.celestron-pro-mappage .map-container .icon-container .icon-info .description h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.celestron-pro-mappage .map-container .icon-container .icon-info .description p {
  margin: 0;
  padding: 0;
}
.celestron-pro-mappage .map-container .icon-container .icon-info.left {
  right: 110%;
  left: initial;
}
.celestron-pro-mappage .map-container .icon-container .icon-info.left .arrow {
  border-right: 0;
  border-left: 16px solid white;
  left: 100%;
}
.celestron-pro-mappage .map-container .map {
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
}
.executive-bios table {
  border-collapse: separate !important;
  border-spacing: 7px;
}
/*Liquids Functions*/
.hidden {
  display: none !important;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
}
html.locked html {
  overflow-x: hidden;
  overflow-y: hidden !important;
}
html.mobile *,
html.mobile *:before,
html.mobile *:after {
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
html.ie body {
  overflow-x: visible;
}
header,
section,
main,
nav,
footer,
aside,
dialog {
  display: block;
}
a img {
  border: none;
}
.half {
  width: 50%;
}
.third {
  width: 33.333333333%;
}
.slight {
  width: 60%;
}
.left {
  float: left;
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  float: right;
  text-align: right;
}
.clear {
  clear: both;
}
@media (max-width: 671px) {
  .table {
    display: block;
  }
  .table > .row {
    display: block;
  }
  .table > .row > .cell {
    display: block;
    padding: 2%;
    width: 100% !important;
  }
  .table > .row > .cell img {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    height: initial !important;
    min-height: auto !important;
    min-height: initial !important;
    max-height: auto !important;
    max-height: initial !important;
  }
  html.ie .table > .row > .cell img {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.left {
  float: left;
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  float: right;
  text-align: right;
}
*[data-flash] {
  position: relative;
  display: inline-block;
  padding: 2% 8%;
  margin: 4% 0px 0px 0px;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-decoration: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
*[data-flash] > .top,
*[data-flash] > .right,
*[data-flash] > .bottom,
*[data-flash] > .left {
  background-color: #000;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
*[data-flash] > .top {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: 0px;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: 1px;
}
*[data-flash] > .right {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: 0px;
  bottom: 0px;
  left: auto;
  left: initial;
  width: 1px;
  height: 100%;
}
*[data-flash] > .bottom {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
}
*[data-flash] > .left {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 1px;
  height: 100%;
}
*[data-flash] > .text {
  position: relative;
  z-index: 1;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
*[data-flash]:before {
  position: absolute;
  z-index: 0;
  top: auto;
  top: initial;
  right: 0%;
  bottom: 0%;
  left: auto;
  left: initial;
  width: 100%;
  height: 0px;
  display: block;
  content: " ";
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #000;
}
html:not(.touch) *[data-flash]:hover > .top,
*[data-flash]:active > .top,
html:not(.touch) *[data-flash]:hover > .right,
*[data-flash]:active > .right,
html:not(.touch) *[data-flash]:hover > .bottom,
*[data-flash]:active > .bottom,
html:not(.touch) *[data-flash]:hover > .left,
*[data-flash]:active > .left {
  opacity: 0;
}
html:not(.touch) *[data-flash]:hover > .top,
*[data-flash]:active > .top {
  width: 0px;
}
html:not(.touch) *[data-flash]:hover > .right,
*[data-flash]:active > .right {
  height: 0px;
}
html:not(.touch) *[data-flash]:hover > .bottom,
*[data-flash]:active > .bottom {
  width: 0px;
}
html:not(.touch) *[data-flash]:hover > .left,
*[data-flash]:active > .left {
  height: 0px;
}
html:not(.touch) *[data-flash]:hover > .text,
*[data-flash]:active > .text {
  color: #fff;
}
html:not(.touch) *[data-flash]:hover:before,
*[data-flash]:active:before {
  height: 100%;
  opacity: 1;
}
*[data-underline] {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  display: inline-block;
}
*[data-underline] > span.underline {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 1px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  background-color: #000;
}
html.no-touch *[data-underline]:hover > span.underline,
*[data-underline]:active > span.underline,
li.current-menu-item > *[data-underline] > span.underline {
  width: 100%;
  opacity: 1;
}
*[data-whole-target] {
  cursor: pointer;
}
/*detection*/
.detectors {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: -1px;
  width: 1px;
  height: 9px;
}
.detectors > * {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 1px;
  height: 1px;
  visibility: hidden !important;
  display: none;
  display: none !important;
}
.detectors > *.retina {
  top: 0px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .detectors > *.retina {
    display: block !important;
  }
}
.detectors > *.mobile {
  top: 1px;
}
@media (max-width: 671px) {
  .detectors > *.mobile {
    display: block !important;
  }
}
.detectors > *.ie-9 {
  top: 2px;
}
.detectors > *.ie {
  top: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .detectors > *.ie {
    display: block !important;
  }
}
.detectors > *.small {
  top: 4px;
}
@media (max-width: 495px) {
  .detectors > *.small {
    display: block !important;
  }
}
.detectors > *.medium {
  top: 5px;
}
@media (max-width: 671px) {
  .detectors > *.medium {
    display: block !important;
  }
}
.detectors > *.large {
  top: 6px;
}
@media (max-width: 847px) {
  .detectors > *.large {
    display: block !important;
  }
}
.detectors > *.xlarge {
  top: 7px;
}
@media (max-width: 1023px) {
  .detectors > *.xlarge {
    display: block !important;
  }
}
.detectors > *.max {
  top: 8px;
}
@media (min-width: 1024px) {
  .detectors > *.max {
    display: block !important;
  }
}
/*Client Specific*/
.template-eclipse {
  /* from reset */
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  height: auto;
  height: initial;
  margin: 0px;
  padding: 0px;
  line-height: 1.3em;
  font-size: 12pt;
  min-width: auto;
  min-width: initial;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: initial;
  /* from reset */
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.entered .template-eclipse {
  position: relative;
  width: auto;
  height: auto;
  overflow: auto;
}
.eclipse-container {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #202020;
  /* from reset */
}
@media (min-width: 480px) {
  .eclipse-container {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.eclipse-container h1,
.eclipse-container h2,
.eclipse-container h3,
.eclipse-container h4,
.eclipse-container h5,
.eclipse-container h6,
.eclipse-container p,
.eclipse-container ul,
.eclipse-container ol {
  margin: 0px;
}
.eclipse-container h1,
.eclipse-container h2,
.eclipse-container h3,
.eclipse-container h4,
.eclipse-container h5,
.eclipse-container h6 {
  line-height: 1.2em;
  padding: 1em 0px 0.25em 0px;
}
.eclipse-container p,
.eclipse-container ul,
.eclipse-container ol {
  line-height: 1.3em;
}
.eclipse-container h1 {
  font-size: 2em;
  padding: 0.5em 0px 0.125em 0px;
}
.eclipse-container h2 {
  font-size: 1.8em;
  padding: 0.6em 0px 0.15em 0px;
}
.eclipse-container h3 {
  font-size: 1.6em;
  padding: 0.7em 0px 0.175em 0px;
}
.eclipse-container h4 {
  font-size: 1.4em;
  padding: 0.8em 0px 0.2em 0px;
}
.eclipse-container h5 {
  font-size: 1.2em;
  padding: 0.9em 0px 0.225em 0px;
}
.eclipse-container h6 {
  font-size: 1em;
}
.eclipse-container p {
  font-size: 1em;
  padding: 0.25em 0px 1em 0px;
}
.eclipse-container p:first-child {
  padding-top: 1em;
}
.eclipse-container ul,
.eclipse-container ol {
  font-size: 1em;
  padding: 0.25em 0px 1em 1.75em;
}
.eclipse-container ul:first-child,
.eclipse-container ol:first-child {
  padding-top: 1em;
}
.eclipse-container table {
  border-collapse: collapse;
  border-spacing: 0px;
}
.eclipse-container .table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0px;
}
.eclipse-container .table > .row {
  display: table-row;
}
@media (max-width: 480px) {
  .eclipse-container .table > .row {
    display: block;
  }
}
.eclipse-container .table > .row > .cell {
  display: table-cell;
  padding: 2%;
}
@media (max-width: 480px) {
  .eclipse-container .table > .row > .cell {
    display: block;
  }
}
.eclipse-container .eclipse {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: auto;
  height: initial;
  min-height: 100%;
  max-height: auto;
  max-height: initial;
  font-family: "foundation_sans_cdregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
@media (min-width: 480px) {
  .eclipse-container .eclipse {
    overflow-x: auto;
    overflow-y: auto;
  }
}
.eclipse-container .eclipse h1,
.eclipse-container .eclipse h2,
.eclipse-container .eclipse h3,
.eclipse-container .eclipse h4 {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.eclipse-container .eclipse .bg {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background-image: url("../images/eclipse/sky-day.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-filter: brightness(0%) contrast(75%);
  -ms-filter: brightness(0%) contrast(75%);
  -o-filter: brightness(0%) contrast(75%);
  -webkit-filter: brightness(0%) contrast(75%);
  filter: brightness(0%) contrast(75%);
}
.eclipse-container .eclipse .entered {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: 8000px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 100%;
  height: auto;
  height: initial;
  margin: auto;
  min-width: auto;
  min-width: initial;
  max-width: 1200px;
  opacity: 0;
  pointer-events: none;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  -webkit-transition: 1s all;
  transition: 1s all;
  margin-bottom: -16000px;
  padding: 2em 0px 2em 0px;
  font-size: 12pt;
}
html.entered .eclipse-container .eclipse .entered {
  opacity: 1;
  pointer-events: auto;
  top: 0px;
  margin-bottom: 0px;
}
html.entered:not(.loaded) .eclipse-container .eclipse .entered {
  -moz-transition: 0s all;
  -ms-transition: 0s all;
  -o-transition: 0s all;
  -webkit-transition: 0s all;
  transition: 0s all;
}
.eclipse-container .eclipse .entered h1 {
  text-transform: uppercase;
}
.eclipse-container .eclipse .entered .logo {
  width: 230px;
  margin: auto;
}
.eclipse-container .eclipse .entered .logo img {
  min-width: auto;
  min-width: initial;
  max-width: 100%;
}
.eclipse-container .eclipse .entered .table {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.eclipse-container .eclipse .entered .table .row .cell {
  padding: 0.5em;
}
.eclipse-container .eclipse .entered .intro p {
  font-size: 1.25em;
}
.eclipse-container .eclipse .entered .intro .table .row .cell {
  padding: 0.5em 0.5em 0px 0.5em;
}
.eclipse-container .eclipse .entered .intro .countdown {
  margin: 0px;
}
.eclipse-container .eclipse .entered .content.table .row .cell {
  padding: 0px 0.5em 0px 0.5em;
}
.eclipse-container .eclipse .entered .panel {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  margin: 0px;
  padding: 0.5em 0px 0.5em 0px;
  background: transparent;
}
.eclipse-container .eclipse .entered .panel > div {
  border: 1px solid #fff;
  padding: 1em;
  text-align: center;
}
.eclipse-container .eclipse .entered .panel > div h2 {
  text-transform: uppercase;
}
.eclipse-container .eclipse .entered .panel.smaller > div {
  height: 100%;
}
@media (max-width: 847px) {
  .eclipse-container .eclipse .entered .panel:last-child.smaller > div {
    height: auto !important;
    height: initial !important;
  }
}
.eclipse-container .eclipse .main {
  position: fixed;
  z-index: 500;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  -webkit-transition: 1s all;
  transition: 1s all;
  pointer-events: auto;
  background: #202020;
  overflow: auto;
}
html.entered .eclipse-container .eclipse .main {
  opacity: 0;
  pointer-events: none;
}
html.entered:not(.loaded) .eclipse-container .eclipse .main {
  -moz-transition: 0s all;
  -ms-transition: 0s all;
  -o-transition: 0s all;
  -webkit-transition: 0s all;
  transition: 0s all;
}
.eclipse-container .eclipse .main > div {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 50%;
  width: 100%;
  height: auto;
  height: initial;
  min-width: auto;
  min-width: initial;
  max-width: 450px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  padding: 50px 0;
}
@media (max-width: 847px) {
  .eclipse-container .eclipse .main > div {
    max-width: 280px;
    padding: 0;
    position: absolute;
    z-index: auto;
    z-index: initial;
    top: 50%;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    left: 50%;
    width: 100%;
    height: auto;
    height: initial;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.eclipse-container .eclipse .main > div div.logo {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
}
.eclipse-container .eclipse .main > div div.logo .top,
.eclipse-container .eclipse .main > div div.logo .bottom {
  margin: auto;
  width: 320px;
  min-width: auto;
  min-width: initial;
  max-width: 320px;
  text-align: center;
}
@media (max-width: 847px) {
  .eclipse-container .eclipse .main > div div.logo .top,
  .eclipse-container .eclipse .main > div div.logo .bottom {
    width: 200px;
    min-width: auto;
    min-width: initial;
    max-width: 200px;
  }
}
@media (max-width: 847px) {
  .eclipse-container .eclipse .main > div div.logo .top img,
  .eclipse-container .eclipse .main > div div.logo .bottom img {
    min-width: auto;
    min-width: initial;
    max-width: 100%;
  }
}
.eclipse-container .eclipse .main > div div.logo .content {
  text-align: center;
  color: #fff;
}
.eclipse-container .eclipse .countdown {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: auto;
  height: initial;
  float: left;
  margin: 6% 0px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  -o-perspective: 300px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  -webkit-transition: 1s all;
  transition: 1s all;
  min-width: auto;
  min-width: initial;
  max-width: 440px;
}
.entered .eclipse-container .eclipse .countdown {
  float: right;
}
.eclipse-container .eclipse .countdown > div {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 21%;
  height: 0px;
  float: left;
  margin: 2%;
  padding: 40% 0px 0px 0px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
}
.eclipse-container .eclipse .countdown > div:after {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 50%;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 110%;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  color: orange;
  content: ":";
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.eclipse-container .eclipse .countdown > div:last-child:after {
  content: "";
}
.eclipse-container .eclipse .countdown > div.days div.value,
.eclipse-container .eclipse .countdown > div.days div.label {
  background-image: url(../images/eclipse/days.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.eclipse-container .eclipse .countdown > div.days div.value {
  background-position: top center;
}
.eclipse-container .eclipse .countdown > div.days div.label {
  background-position: bottom center;
}
.eclipse-container .eclipse .countdown > div.hours div.value,
.eclipse-container .eclipse .countdown > div.hours div.label {
  background-image: url(../images/eclipse/hours.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.eclipse-container .eclipse .countdown > div.hours div.value {
  background-position: top center;
}
.eclipse-container .eclipse .countdown > div.hours div.label {
  background-position: bottom center;
}
.eclipse-container .eclipse .countdown > div.minutes div.value,
.eclipse-container .eclipse .countdown > div.minutes div.label {
  background-image: url(../images/eclipse/minutes.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.eclipse-container .eclipse .countdown > div.minutes div.value {
  background-position: top center;
}
.eclipse-container .eclipse .countdown > div.minutes div.label {
  background-position: bottom center;
}
.eclipse-container .eclipse .countdown > div.seconds div.value,
.eclipse-container .eclipse .countdown > div.seconds div.label {
  background-image: url(../images/eclipse/seconds.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.eclipse-container .eclipse .countdown > div.seconds div.value {
  background-position: top center;
}
.eclipse-container .eclipse .countdown > div.seconds div.label {
  background-position: bottom center;
}
.eclipse-container .eclipse .countdown > div div.value,
.eclipse-container .eclipse .countdown > div div.label {
  color: #151b20;
  font-weight: 700;
  -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: initial;
}
.eclipse-container .eclipse .countdown > div div.value {
  font-size: 2.2em;
  line-height: 240%;
  margin: 0px;
}
.eclipse-container .eclipse .countdown > div div.value.new {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 50%;
  width: 100%;
  height: 50%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateX(-50%) rotateX(0deg);
  -ms-transform: translateX(-50%) rotateX(0deg);
  -o-transform: translateX(-50%) rotateX(0deg);
  -webkit-transform: translateX(-50%) rotateX(0deg);
  transform: translateX(-50%) rotateX(0deg);
}
.eclipse-container .eclipse .countdown > div div.value.old {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 50%;
  width: 100%;
  height: 50%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateX(-50%) rotateX(0deg);
  -ms-transform: translateX(-50%) rotateX(0deg);
  -o-transform: translateX(-50%) rotateX(0deg);
  -webkit-transform: translateX(-50%) rotateX(0deg);
  transform: translateX(-50%) rotateX(0deg);
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 847px) {
  .eclipse-container .eclipse .countdown > div div.value {
    font-size: 1.5em;
  }
}
.eclipse-container .eclipse .countdown > div div.label {
  font-size: 1.4em;
  line-height: 400%;
  margin: 0px;
}
.eclipse-container .eclipse .countdown > div div.label.back {
  position: absolute;
  z-index: 4;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 50%;
  -moz-transform-origin: 50% 0px;
  -ms-transform-origin: 50% 0px;
  -o-transform-origin: 50% 0px;
  -webkit-transform-origin: 50% 0px;
  transform-origin: 50% 0px;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateX(-50%) rotateX(180deg);
  -ms-transform: translateX(-50%) rotateX(180deg);
  -o-transform: translateX(-50%) rotateX(180deg);
  -webkit-transform: translateX(-50%) rotateX(180deg);
  transform: translateX(-50%) rotateX(180deg);
}
.eclipse-container .eclipse .countdown > div div.label.front {
  position: absolute;
  z-index: 1;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform-origin: 50% 0px;
  -ms-transform-origin: 50% 0px;
  -o-transform-origin: 50% 0px;
  -webkit-transform-origin: 50% 0px;
  transform-origin: 50% 0px;
}
@media (max-width: 847px) {
  .eclipse-container .eclipse .countdown > div div.label {
    font-size: 1em;
  }
}
.eclipse-container .eclipse .countdown > div.change div.value.old {
  z-index: 3;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateX(-50%) rotateX(0deg);
  -ms-transform: translateX(-50%) rotateX(0deg);
  -o-transform: translateX(-50%) rotateX(0deg);
  -webkit-transform: translateX(-50%) rotateX(0deg);
  transform: translateX(-50%) rotateX(0deg);
}
html.loaded .eclipse-container .eclipse .countdown > div.change div.value.old {
  -moz-animation: valueflip 0.5s linear 1;
  -ms-animation: valueflip 0.5s linear 1;
  -o-animation: valueflip 0.5s linear 1;
  -webkit-animation: valueflip 0.5s linear 1;
  animation: valueflip 0.5s linear 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.eclipse-container .eclipse .countdown > div.change div.label.back {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateX(-50%) rotateX(180deg);
  -ms-transform: translateX(-50%) rotateX(180deg);
  -o-transform: translateX(-50%) rotateX(180deg);
  -webkit-transform: translateX(-50%) rotateX(180deg);
  transform: translateX(-50%) rotateX(180deg);
}
html.loaded .eclipse-container .eclipse .countdown > div.change div.label.back {
  -moz-animation: labelflip 0.5s linear 1;
  -ms-animation: labelflip 0.5s linear 1;
  -o-animation: labelflip 0.5s linear 1;
  -webkit-animation: labelflip 0.5s linear 1;
  animation: labelflip 0.5s linear 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.eclipse-container #podcasts .show-all {
  margin-bottom: 10px;
}
.eclipse-container .podcasts {
  text-align: left;
  padding: 0;
  /*&.all {
            display: none;
        }*/
}
.eclipse-container .podcasts .title {
  color: #fd8204;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0;
}
.eclipse-container .podcasts .about {
  padding: 0.25em 0;
}
.eclipse-container .podcasts .links {
  padding: 0 0 1em;
}
.eclipse-container .podcasts .links > * {
  line-height: 1em;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 15px;
}
.eclipse-container #eclipse-events ul {
  text-align: left;
  font-size: 1.25em;
  padding: 0;
  list-style: none;
}
.eclipse-container #eclipse-tbd {
  padding: 0;
}
.eclipse-container .full-image img {
  width: 100%;
  height: auto;
}
#eclipse-map {
  height: 0px;
  padding: 60.37735849% 0px 0px 0px;
  background-image: url("../images/eclipse/map.gif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#eclipse-blog {
  padding: 0px 0px 1em 0px;
  background-color: initial;
  color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
}
#eclipse-blog > .title {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: 45px;
}
#eclipse-blog > .title > h2 {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  height: initial;
  padding: 0px 75px 0px 0.5em;
  line-height: 54px;
  font-size: 1.6em;
  float: left;
  text-align: left;
}
#eclipse-blog > .title > h2:before {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0.25em;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0.5em;
  width: 10%;
  height: 3px;
  background-color: #000;
  content: " ";
}
#eclipse-blog > .title > div.arrows {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 50%;
  right: 0px;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 75px;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#eclipse-blog > .title > div.arrows a {
  text-align: center;
  color: #fd8204;
  line-height: 45px;
}
#eclipse-blog > .title > div.arrows a:first-child {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 50%;
  height: 100%;
}
#eclipse-blog > .title > div.arrows a:last-child {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: 0px;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 50%;
  height: 100%;
}
#eclipse-blog h3 {
  text-transform: uppercase;
  padding: 0px;
}
#eclipse-blog > div.post {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: auto;
  height: initial;
  min-width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#eclipse-blog > div.post table {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: auto;
  height: initial;
  margin: 0px;
  background: initial;
}
#eclipse-blog > div.post table tbody tr td {
  white-space: normal;
  padding: 0.5em;
}
#eclipse-blog > div.post table tbody tr td img {
  display: block;
  margin: auto;
  min-width: 200px;
  max-width: 100%;
}
#eclipse-blog > div.post table tbody tr td .readmore {
  font-size: 1em !important;
  vertical-align: bottom;
}
#eclipse-blog ul.others {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: auto;
  height: initial;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#eclipse-blog ul.others.all {
  display: none;
}
#eclipse-blog ul.others > li {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 18%;
  height: auto;
  height: initial;
  float: left;
  margin: 1%;
  text-align: center;
}
#eclipse-blog ul.others > li > a {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  display: block;
}
#eclipse-blog ul.others > li > a > img {
  display: block;
  min-width: 100%;
  max-width: 100%;
}
#eclipse-blog ul.others > li:after {
  position: absolute;
  z-index: auto;
  z-index: initial;
  top: 0px;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: 0px;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: rgba(0, 0, 0, 0.15);
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  pointer-events: none;
  cursor: pointer;
}
html.no-touch #eclipse-blog ul.others > li:hover:after,
#eclipse-blog ul.others > li:active:after {
  background-color: rgba(0, 0, 0, 0);
}
#eclipse-blog a.more,
#eclipse-blog table .readmore {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  padding: 0.35em 0.6em 0.35em 0.6em;
  margin: auto;
  display: inline-block;
  background-color: #fd8204;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
}
#eclipse-partners {
  padding: 1em;
}
#eclipse-partners > ul {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 100%;
  height: auto;
  height: initial;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#eclipse-partners > ul > li {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: 47.5%;
  height: auto;
  height: initial;
  float: left;
  margin: 1%;
  text-align: center;
}
#eclipse-partners > ul > li a {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  display: inline-block;
  padding: 0px;
}
#eclipse-partners > ul > li a img {
  position: relative;
  z-index: auto;
  z-index: initial;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  display: block;
  min-width: auto;
  min-width: initial;
  max-width: 100%;
}
/* Keyframes */
@-moz-keyframes fade {
  100% {
    -moz-filter: brightness(0%) contrast(75%);
    -ms-filter: brightness(0%) contrast(75%);
    -o-filter: brightness(0%) contrast(75%);
    -webkit-filter: brightness(0%) contrast(75%);
    filter: brightness(0%) contrast(75%);
  }
}
@-ms-keyframes fade {
  100% {
    -moz-filter: brightness(0%) contrast(75%);
    -ms-filter: brightness(0%) contrast(75%);
    -o-filter: brightness(0%) contrast(75%);
    -webkit-filter: brightness(0%) contrast(75%);
    filter: brightness(0%) contrast(75%);
  }
}
@-o-keyframes fade {
  100% {
    -moz-filter: brightness(0%) contrast(75%);
    -ms-filter: brightness(0%) contrast(75%);
    -o-filter: brightness(0%) contrast(75%);
    -webkit-filter: brightness(0%) contrast(75%);
    filter: brightness(0%) contrast(75%);
  }
}
@-webkit-keyframes fade {
  100% {
    -moz-filter: brightness(0%) contrast(75%);
    -ms-filter: brightness(0%) contrast(75%);
    -o-filter: brightness(0%) contrast(75%);
    -webkit-filter: brightness(0%) contrast(75%);
    filter: brightness(0%) contrast(75%);
  }
}
@keyframes fade {
  100% {
    -moz-filter: brightness(0%) contrast(75%);
    -ms-filter: brightness(0%) contrast(75%);
    -o-filter: brightness(0%) contrast(75%);
    -webkit-filter: brightness(0%) contrast(75%);
    filter: brightness(0%) contrast(75%);
  }
}
@-moz-keyframes whiteout {
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes whiteout {
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-o-keyframes whiteout {
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes whiteout {
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes whiteout {
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeout {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 0px) scale(0.8);
    -ms-transform: translate(-50%, 0px) scale(0.8);
    -o-transform: translate(-50%, 0px) scale(0.8);
    -webkit-transform: translate(-50%, 0px) scale(0.8);
    transform: translate(-50%, 0px) scale(0.8);
  }
}
@-ms-keyframes fadeout {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 0px) scale(0.8);
    -ms-transform: translate(-50%, 0px) scale(0.8);
    -o-transform: translate(-50%, 0px) scale(0.8);
    -webkit-transform: translate(-50%, 0px) scale(0.8);
    transform: translate(-50%, 0px) scale(0.8);
  }
}
@-o-keyframes fadeout {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 0px) scale(0.8);
    -ms-transform: translate(-50%, 0px) scale(0.8);
    -o-transform: translate(-50%, 0px) scale(0.8);
    -webkit-transform: translate(-50%, 0px) scale(0.8);
    transform: translate(-50%, 0px) scale(0.8);
  }
}
@-webkit-keyframes fadeout {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 0px) scale(0.8);
    -ms-transform: translate(-50%, 0px) scale(0.8);
    -o-transform: translate(-50%, 0px) scale(0.8);
    -webkit-transform: translate(-50%, 0px) scale(0.8);
    transform: translate(-50%, 0px) scale(0.8);
  }
}
@keyframes fadeout {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 0px) scale(0.8);
    -ms-transform: translate(-50%, 0px) scale(0.8);
    -o-transform: translate(-50%, 0px) scale(0.8);
    -webkit-transform: translate(-50%, 0px) scale(0.8);
    transform: translate(-50%, 0px) scale(0.8);
  }
}
@-moz-keyframes sunout {
  0% {
    -moz-filter: drop-shadow(0px 0px 160px #e6f400);
    -ms-filter: drop-shadow(0px 0px 160px #e6f400);
    -o-filter: drop-shadow(0px 0px 160px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 160px #e6f400);
    filter: drop-shadow(0px 0px 160px #e6f400);
  }
  50% {
    -moz-filter: drop-shadow(0px 0px 80px #e6f400);
    -ms-filter: drop-shadow(0px 0px 80px #e6f400);
    -o-filter: drop-shadow(0px 0px 80px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 80px #e6f400);
    filter: drop-shadow(0px 0px 80px #e6f400);
    opacity: 0;
  }
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: 0;
  }
}
@-ms-keyframes sunout {
  0% {
    -moz-filter: drop-shadow(0px 0px 160px #e6f400);
    -ms-filter: drop-shadow(0px 0px 160px #e6f400);
    -o-filter: drop-shadow(0px 0px 160px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 160px #e6f400);
    filter: drop-shadow(0px 0px 160px #e6f400);
  }
  50% {
    -moz-filter: drop-shadow(0px 0px 80px #e6f400);
    -ms-filter: drop-shadow(0px 0px 80px #e6f400);
    -o-filter: drop-shadow(0px 0px 80px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 80px #e6f400);
    filter: drop-shadow(0px 0px 80px #e6f400);
    opacity: 0;
  }
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: 0;
  }
}
@-o-keyframes sunout {
  0% {
    -moz-filter: drop-shadow(0px 0px 160px #e6f400);
    -ms-filter: drop-shadow(0px 0px 160px #e6f400);
    -o-filter: drop-shadow(0px 0px 160px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 160px #e6f400);
    filter: drop-shadow(0px 0px 160px #e6f400);
  }
  50% {
    -moz-filter: drop-shadow(0px 0px 80px #e6f400);
    -ms-filter: drop-shadow(0px 0px 80px #e6f400);
    -o-filter: drop-shadow(0px 0px 80px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 80px #e6f400);
    filter: drop-shadow(0px 0px 80px #e6f400);
    opacity: 0;
  }
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: 0;
  }
}
@-webkit-keyframes sunout {
  0% {
    -moz-filter: drop-shadow(0px 0px 160px #e6f400);
    -ms-filter: drop-shadow(0px 0px 160px #e6f400);
    -o-filter: drop-shadow(0px 0px 160px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 160px #e6f400);
    filter: drop-shadow(0px 0px 160px #e6f400);
  }
  50% {
    -moz-filter: drop-shadow(0px 0px 80px #e6f400);
    -ms-filter: drop-shadow(0px 0px 80px #e6f400);
    -o-filter: drop-shadow(0px 0px 80px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 80px #e6f400);
    filter: drop-shadow(0px 0px 80px #e6f400);
    opacity: 0;
  }
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: 0;
  }
}
@keyframes sunout {
  0% {
    -moz-filter: drop-shadow(0px 0px 160px #e6f400);
    -ms-filter: drop-shadow(0px 0px 160px #e6f400);
    -o-filter: drop-shadow(0px 0px 160px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 160px #e6f400);
    filter: drop-shadow(0px 0px 160px #e6f400);
  }
  50% {
    -moz-filter: drop-shadow(0px 0px 80px #e6f400);
    -ms-filter: drop-shadow(0px 0px 80px #e6f400);
    -o-filter: drop-shadow(0px 0px 80px #e6f400);
    -webkit-filter: drop-shadow(0px 0px 80px #e6f400);
    filter: drop-shadow(0px 0px 80px #e6f400);
    opacity: 0;
  }
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: 0;
  }
}
@-moz-keyframes sunin {
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: .75;
  }
}
@-ms-keyframes sunin {
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: .75;
  }
}
@-o-keyframes sunin {
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: .75;
  }
}
@-webkit-keyframes sunin {
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: .75;
  }
}
@keyframes sunin {
  100% {
    -moz-filter: drop-shadow(0px 0px 80px #fff);
    -ms-filter: drop-shadow(0px 0px 80px #fff);
    -o-filter: drop-shadow(0px 0px 80px #fff);
    -webkit-filter: drop-shadow(0px 0px 80px #fff);
    filter: drop-shadow(0px 0px 80px #fff);
    opacity: .75;
  }
}
@-moz-keyframes glow {
  100% {
    -moz-filter: drop-shadow(0px 0px 320px #fff);
    -ms-filter: drop-shadow(0px 0px 320px #fff);
    -o-filter: drop-shadow(0px 0px 320px #fff);
    -webkit-filter: drop-shadow(0px 0px 320px #fff);
    filter: drop-shadow(0px 0px 320px #fff);
  }
}
@-ms-keyframes glow {
  100% {
    -moz-filter: drop-shadow(0px 0px 320px #fff);
    -ms-filter: drop-shadow(0px 0px 320px #fff);
    -o-filter: drop-shadow(0px 0px 320px #fff);
    -webkit-filter: drop-shadow(0px 0px 320px #fff);
    filter: drop-shadow(0px 0px 320px #fff);
  }
}
@-o-keyframes glow {
  100% {
    -moz-filter: drop-shadow(0px 0px 320px #fff);
    -ms-filter: drop-shadow(0px 0px 320px #fff);
    -o-filter: drop-shadow(0px 0px 320px #fff);
    -webkit-filter: drop-shadow(0px 0px 320px #fff);
    filter: drop-shadow(0px 0px 320px #fff);
  }
}
@-webkit-keyframes glow {
  100% {
    -moz-filter: drop-shadow(0px 0px 320px #fff);
    -ms-filter: drop-shadow(0px 0px 320px #fff);
    -o-filter: drop-shadow(0px 0px 320px #fff);
    -webkit-filter: drop-shadow(0px 0px 320px #fff);
    filter: drop-shadow(0px 0px 320px #fff);
  }
}
@keyframes glow {
  100% {
    -moz-filter: drop-shadow(0px 0px 320px #fff);
    -ms-filter: drop-shadow(0px 0px 320px #fff);
    -o-filter: drop-shadow(0px 0px 320px #fff);
    -webkit-filter: drop-shadow(0px 0px 320px #fff);
    filter: drop-shadow(0px 0px 320px #fff);
  }
}
@-moz-keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-300%, 100%) scale(1.4);
    -ms-transform: translate(-300%, 100%) scale(1.4);
    -o-transform: translate(-300%, 100%) scale(1.4);
    -webkit-transform: translate(-300%, 100%) scale(1.4);
    transform: translate(-300%, 100%) scale(1.4);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-300%, 100%) scale(1.4);
    -ms-transform: translate(-300%, 100%) scale(1.4);
    -o-transform: translate(-300%, 100%) scale(1.4);
    -webkit-transform: translate(-300%, 100%) scale(1.4);
    transform: translate(-300%, 100%) scale(1.4);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-o-keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-300%, 100%) scale(1.4);
    -ms-transform: translate(-300%, 100%) scale(1.4);
    -o-transform: translate(-300%, 100%) scale(1.4);
    -webkit-transform: translate(-300%, 100%) scale(1.4);
    transform: translate(-300%, 100%) scale(1.4);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-300%, 100%) scale(1.4);
    -ms-transform: translate(-300%, 100%) scale(1.4);
    -o-transform: translate(-300%, 100%) scale(1.4);
    -webkit-transform: translate(-300%, 100%) scale(1.4);
    transform: translate(-300%, 100%) scale(1.4);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-300%, 100%) scale(1.4);
    -ms-transform: translate(-300%, 100%) scale(1.4);
    -o-transform: translate(-300%, 100%) scale(1.4);
    -webkit-transform: translate(-300%, 100%) scale(1.4);
    transform: translate(-300%, 100%) scale(1.4);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes moon {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes moon {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-o-keyframes moon {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes moon {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes moon {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes moonfade {
  100% {
    -moz-filter: brightness(0%);
    -ms-filter: brightness(0%);
    -o-filter: brightness(0%);
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}
@-ms-keyframes moonfade {
  100% {
    -moz-filter: brightness(0%);
    -ms-filter: brightness(0%);
    -o-filter: brightness(0%);
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}
@-o-keyframes moonfade {
  100% {
    -moz-filter: brightness(0%);
    -ms-filter: brightness(0%);
    -o-filter: brightness(0%);
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}
@-webkit-keyframes moonfade {
  100% {
    -moz-filter: brightness(0%);
    -ms-filter: brightness(0%);
    -o-filter: brightness(0%);
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}
@keyframes moonfade {
  100% {
    -moz-filter: brightness(0%);
    -ms-filter: brightness(0%);
    -o-filter: brightness(0%);
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}
@-moz-keyframes flare {
  50% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(1.25);
    -ms-transform: translate(-50%, 37%) scale(1.25);
    -o-transform: translate(-50%, 37%) scale(1.25);
    -webkit-transform: translate(-50%, 37%) scale(1.25);
    transform: translate(-50%, 37%) scale(1.25);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(2.5);
    -ms-transform: translate(-50%, 37%) scale(2.5);
    -o-transform: translate(-50%, 37%) scale(2.5);
    -webkit-transform: translate(-50%, 37%) scale(2.5);
    transform: translate(-50%, 37%) scale(2.5);
    opacity: .65;
  }
}
@-ms-keyframes flare {
  50% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(1.25);
    -ms-transform: translate(-50%, 37%) scale(1.25);
    -o-transform: translate(-50%, 37%) scale(1.25);
    -webkit-transform: translate(-50%, 37%) scale(1.25);
    transform: translate(-50%, 37%) scale(1.25);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(2.5);
    -ms-transform: translate(-50%, 37%) scale(2.5);
    -o-transform: translate(-50%, 37%) scale(2.5);
    -webkit-transform: translate(-50%, 37%) scale(2.5);
    transform: translate(-50%, 37%) scale(2.5);
    opacity: .65;
  }
}
@-o-keyframes flare {
  50% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(1.25);
    -ms-transform: translate(-50%, 37%) scale(1.25);
    -o-transform: translate(-50%, 37%) scale(1.25);
    -webkit-transform: translate(-50%, 37%) scale(1.25);
    transform: translate(-50%, 37%) scale(1.25);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(2.5);
    -ms-transform: translate(-50%, 37%) scale(2.5);
    -o-transform: translate(-50%, 37%) scale(2.5);
    -webkit-transform: translate(-50%, 37%) scale(2.5);
    transform: translate(-50%, 37%) scale(2.5);
    opacity: .65;
  }
}
@-webkit-keyframes flare {
  50% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(1.25);
    -ms-transform: translate(-50%, 37%) scale(1.25);
    -o-transform: translate(-50%, 37%) scale(1.25);
    -webkit-transform: translate(-50%, 37%) scale(1.25);
    transform: translate(-50%, 37%) scale(1.25);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(2.5);
    -ms-transform: translate(-50%, 37%) scale(2.5);
    -o-transform: translate(-50%, 37%) scale(2.5);
    -webkit-transform: translate(-50%, 37%) scale(2.5);
    transform: translate(-50%, 37%) scale(2.5);
    opacity: .65;
  }
}
@keyframes flare {
  50% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(1.25);
    -ms-transform: translate(-50%, 37%) scale(1.25);
    -o-transform: translate(-50%, 37%) scale(1.25);
    -webkit-transform: translate(-50%, 37%) scale(1.25);
    transform: translate(-50%, 37%) scale(1.25);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(-50%, 37%) scale(2.5);
    -ms-transform: translate(-50%, 37%) scale(2.5);
    -o-transform: translate(-50%, 37%) scale(2.5);
    -webkit-transform: translate(-50%, 37%) scale(2.5);
    transform: translate(-50%, 37%) scale(2.5);
    opacity: .65;
  }
}
@-moz-keyframes moonhalo {
  100% {
    opacity: 1;
    -moz-filter: drop-shadow(0px 0px 50px #fff);
    -ms-filter: drop-shadow(0px 0px 50px #fff);
    -o-filter: drop-shadow(0px 0px 50px #fff);
    -webkit-filter: drop-shadow(0px 0px 50px #fff);
    filter: drop-shadow(0px 0px 50px #fff);
  }
}
@-ms-keyframes moonhalo {
  100% {
    opacity: 1;
    -moz-filter: drop-shadow(0px 0px 50px #fff);
    -ms-filter: drop-shadow(0px 0px 50px #fff);
    -o-filter: drop-shadow(0px 0px 50px #fff);
    -webkit-filter: drop-shadow(0px 0px 50px #fff);
    filter: drop-shadow(0px 0px 50px #fff);
  }
}
@-o-keyframes moonhalo {
  100% {
    opacity: 1;
    -moz-filter: drop-shadow(0px 0px 50px #fff);
    -ms-filter: drop-shadow(0px 0px 50px #fff);
    -o-filter: drop-shadow(0px 0px 50px #fff);
    -webkit-filter: drop-shadow(0px 0px 50px #fff);
    filter: drop-shadow(0px 0px 50px #fff);
  }
}
@-webkit-keyframes moonhalo {
  100% {
    opacity: 1;
    -moz-filter: drop-shadow(0px 0px 50px #fff);
    -ms-filter: drop-shadow(0px 0px 50px #fff);
    -o-filter: drop-shadow(0px 0px 50px #fff);
    -webkit-filter: drop-shadow(0px 0px 50px #fff);
    filter: drop-shadow(0px 0px 50px #fff);
  }
}
@keyframes moonhalo {
  100% {
    opacity: 1;
    -moz-filter: drop-shadow(0px 0px 50px #fff);
    -ms-filter: drop-shadow(0px 0px 50px #fff);
    -o-filter: drop-shadow(0px 0px 50px #fff);
    -webkit-filter: drop-shadow(0px 0px 50px #fff);
    filter: drop-shadow(0px 0px 50px #fff);
  }
}
@-moz-keyframes moonglow {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
@-ms-keyframes moonglow {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
@-o-keyframes moonglow {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
@-webkit-keyframes moonglow {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
@keyframes moonglow {
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
@-moz-keyframes lens {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(17%, -66%) scale(1);
    -ms-transform: translate(17%, -66%) scale(1);
    -o-transform: translate(17%, -66%) scale(1);
    -webkit-transform: translate(17%, -66%) scale(1);
    transform: translate(17%, -66%) scale(1);
    opacity: .85;
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}
@-ms-keyframes lens {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(17%, -66%) scale(1);
    -ms-transform: translate(17%, -66%) scale(1);
    -o-transform: translate(17%, -66%) scale(1);
    -webkit-transform: translate(17%, -66%) scale(1);
    transform: translate(17%, -66%) scale(1);
    opacity: .85;
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}
@-o-keyframes lens {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(17%, -66%) scale(1);
    -ms-transform: translate(17%, -66%) scale(1);
    -o-transform: translate(17%, -66%) scale(1);
    -webkit-transform: translate(17%, -66%) scale(1);
    transform: translate(17%, -66%) scale(1);
    opacity: .85;
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}
@-webkit-keyframes lens {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(17%, -66%) scale(1);
    -ms-transform: translate(17%, -66%) scale(1);
    -o-transform: translate(17%, -66%) scale(1);
    -webkit-transform: translate(17%, -66%) scale(1);
    transform: translate(17%, -66%) scale(1);
    opacity: .85;
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}
@keyframes lens {
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translate(17%, -66%) scale(1);
    -ms-transform: translate(17%, -66%) scale(1);
    -o-transform: translate(17%, -66%) scale(1);
    -webkit-transform: translate(17%, -66%) scale(1);
    transform: translate(17%, -66%) scale(1);
    opacity: .85;
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}
@-moz-keyframes valueflip {
  0% {
    z-index: 3;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
  100% {
    z-index: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(-180deg);
    -ms-transform: translateX(-50%) rotateX(-180deg);
    -o-transform: translateX(-50%) rotateX(-180deg);
    -webkit-transform: translateX(-50%) rotateX(-180deg);
    transform: translateX(-50%) rotateX(-180deg);
  }
}
@-ms-keyframes valueflip {
  0% {
    z-index: 3;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
  100% {
    z-index: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(-180deg);
    -ms-transform: translateX(-50%) rotateX(-180deg);
    -o-transform: translateX(-50%) rotateX(-180deg);
    -webkit-transform: translateX(-50%) rotateX(-180deg);
    transform: translateX(-50%) rotateX(-180deg);
  }
}
@-o-keyframes valueflip {
  0% {
    z-index: 3;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
  100% {
    z-index: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(-180deg);
    -ms-transform: translateX(-50%) rotateX(-180deg);
    -o-transform: translateX(-50%) rotateX(-180deg);
    -webkit-transform: translateX(-50%) rotateX(-180deg);
    transform: translateX(-50%) rotateX(-180deg);
  }
}
@-webkit-keyframes valueflip {
  0% {
    z-index: 3;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
  100% {
    z-index: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(-180deg);
    -ms-transform: translateX(-50%) rotateX(-180deg);
    -o-transform: translateX(-50%) rotateX(-180deg);
    -webkit-transform: translateX(-50%) rotateX(-180deg);
    transform: translateX(-50%) rotateX(-180deg);
  }
}
@keyframes valueflip {
  0% {
    z-index: 3;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
  100% {
    z-index: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(-180deg);
    -ms-transform: translateX(-50%) rotateX(-180deg);
    -o-transform: translateX(-50%) rotateX(-180deg);
    -webkit-transform: translateX(-50%) rotateX(-180deg);
    transform: translateX(-50%) rotateX(-180deg);
  }
}
@-moz-keyframes labelflip {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(180deg);
    -ms-transform: translateX(-50%) rotateX(180deg);
    -o-transform: translateX(-50%) rotateX(180deg);
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
}
@-ms-keyframes labelflip {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(180deg);
    -ms-transform: translateX(-50%) rotateX(180deg);
    -o-transform: translateX(-50%) rotateX(180deg);
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
}
@-o-keyframes labelflip {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(180deg);
    -ms-transform: translateX(-50%) rotateX(180deg);
    -o-transform: translateX(-50%) rotateX(180deg);
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
}
@-webkit-keyframes labelflip {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(180deg);
    -ms-transform: translateX(-50%) rotateX(180deg);
    -o-transform: translateX(-50%) rotateX(180deg);
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
}
@keyframes labelflip {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(180deg);
    -ms-transform: translateX(-50%) rotateX(180deg);
    -o-transform: translateX(-50%) rotateX(180deg);
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    transform: translateX(-50%) rotateX(0deg);
  }
}
.template-image-list .intro-text {
  padding: 10px 0;
}
.template-image-list h1 {
  font-size: 72px;
  padding-top: 0;
}
.template-image-list .image-list-grid {
  margin-top: 10px;
}
.template-image-list .image-list-section {
  height: 300px;
}
@media (max-width: 991px) {
  .template-image-list .image-list-section {
    height: auto;
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .template-image-list .image-list-section .col-md-8.col-sm-9 {
    float: none;
  }
  .template-image-list .image-list-section .col-md-4.col-sm-3 {
    float: left;
  }
}
.template-image-list .image-list-section h3 {
  margin-top: 0;
}
.template-image-list .image-list-section h4 {
  padding-top: 0;
}
.template-image-list .image-list-section p {
  white-space: pre-line;
  margin-top: -10px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .template-image-list .celestron-pro-info {
    background-size: cover;
  }
}
.template-image-list .celestron-pro-info.image-list-page {
  left: 0;
}
.template-image-list .pro-banner .banner-image a {
  text-decoration: none;
}
.template-image-list .pro-banner .banner-image img {
  max-width: 1170px;
  max-height: 535px;
  width: 100%;
  height: 100%;
}
.page-body-copy .body-slideshow {
  position: relative;
  max-width: 640px;
  margin: 1em 0;
}
.page-body-copy .body-slideshow .slides-container .slide {
  width: 100%;
}
.page-body-copy .body-slideshow .slides-container .slide .image img {
  min-width: 100%;
  max-width: 100%;
}
.page-body-copy .body-slideshow .slides-container .slide .caption {
  margin: 0 50px;
  text-align: center;
}
.page-body-copy .body-slideshow .controls {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 50px;
}
.page-body-copy .body-slideshow .controls .prev,
.page-body-copy .body-slideshow .controls .next {
  color: #fd8204;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
}
.page-body-copy .body-slideshow .controls .prev:hover,
.page-body-copy .body-slideshow .controls .next:hover {
  color: #fd9b37;
}
.page-body-copy .body-slideshow .controls .prev {
  left: 0;
}
.page-body-copy .body-slideshow .controls .next {
  right: 0;
}
.view-all-promotions a {
  float: right;
  display: block;
}
.view-all-promotions h3 {
  margin-top: 0;
}
#promotion-carousel {
  margin-bottom: 102px;
}
#promotion-carousel > a {
  display: none;
}
#promotion-carousel .item {
  width: 100%;
}
#promotion-carousel .item picture,
#promotion-carousel .item img {
  width: 100%;
  height: auto;
}
#promotion-carousel .carousel-indicators {
  top: 100%;
  z-index: auto;
  margin-top: 2px;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: table;
}
#promotion-carousel .carousel-indicators > li {
  border: 0;
  border-radius: 0;
  text-indent: inherit;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: auto;
  color: #fff;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  display: table-cell;
  background-color: #999999;
  background-clip: padding-box;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
#promotion-carousel .carousel-indicators > li:hover {
  background-color: #f1b788;
  color: #303e48;
}
#promotion-carousel .carousel-indicators > li:first-of-type {
  border-left: 0;
}
#promotion-carousel .carousel-indicators > li:last-of-type {
  border-right: 0;
}
#promotion-carousel .carousel-indicators > li h4 {
  padding: 7px 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}
#promotion-carousel .carousel-indicators > li.active {
  background-color: #fd8204;
}
@media (max-width: 767px) {
  #promotion-carousel {
    margin-bottom: 20px;
  }
  #promotion-carousel .carousel-indicators {
    position: relative;
    bottom: -10px;
  }
  #promotion-carousel .carousel-indicators > li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.carousel-heading .carousel {
  height: 425px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .carousel-heading .carousel {
    height: 325px;
  }
}
.carousel-heading .carousel .picture {
  position: absolute;
  text-align: center;
  right: 0;
}
@media (min-width: 480px) {
  .carousel-heading .carousel .picture {
    width: 1170px;
  }
}
@media (min-width: 1170px) {
  .carousel-heading .carousel .picture {
    width: 100%;
  }
}
@media (min-width: 1170px) {
  .carousel-heading .carousel .picture.stretch picture,
  .carousel-heading .carousel .picture.stretch img {
    width: 100%;
    height: auto;
    min-height: 425px;
    max-width: 1170px;
  }
}
.carousel-heading .carousel ol {
  list-style-type: none;
  margin: 10px 0 10px -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .carousel-heading .carousel ol {
    display: none;
  }
}
.carousel-heading .carousel ol li {
  display: inline-block;
  background-color: #fff;
  border-color: #fff;
  margin: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.carousel-heading .carousel ol li.active {
  background-color: #fd8204;
  border-color: #fd8204;
}
@media (max-width: 767px) {
  .carousel-heading .carousel ol {
    position: absolute;
    top: 340px;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    text-align: center;
  }
}
.carousel-heading .carousel .carousel-inner > .item {
  width: 100%;
}
.carousel-heading .carousel .carousel-inner .carousel-section {
  padding: 20px;
  min-height: 425px;
  color: #fff;
}
@media (max-width: 480px) {
  .carousel-heading .carousel .carousel-inner .carousel-section {
    padding: 0;
    min-height: 325px;
  }
}
.carousel-heading .carousel .carousel-inner .carousel-section .container {
  max-width: 1160px;
}
@media (max-width: 767px) {
  .carousel-heading .carousel .carousel-inner .carousel-section .container {
    position: absolute;
    bottom: 0;
  }
}
.carousel-heading .carousel .carousel-inner .carousel-section h1 {
  font-size: 100px;
  margin-bottom: 0;
  line-height: 80px;
}
@media (max-width: 767px) {
  .carousel-heading .carousel .carousel-inner .carousel-section h1 {
    font-size: 50px;
    margin-bottom: 10px;
    line-height: normal;
  }
}
.carousel-heading .carousel .carousel-inner .carousel-section p {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .carousel-heading .carousel .carousel-inner .carousel-section p {
    display: none;
  }
}
.carousel-heading .carousel .carousel-inner .carousel-section .btn {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  padding: 5px 100px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .carousel-heading .carousel .carousel-inner .carousel-section .btn {
    padding: 5px;
    width: 100%;
    font-size: 24px;
  }
}
.carousel-heading .carousel .carousel-inner .carousel-section .video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
}
.carousel-heading .carousel .carousel-inner .carousel-section .video iframe {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 368px;
}
.carousel-heading .carousel .carousel-inner .carousel-section .video ol {
  position: absolute;
  z-index: 2;
  top: 364px;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  text-align: center;
}
.banner-img-container {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.banner-img-container .main-image-container {
  overflow: hidden;
  width: 100%;
  height: 390px;
  position: relative;
}
.banner-img-container .main-image-container .img {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  width: 1200px;
}
@media (max-width: 767px) {
  .banner-img-container .main-image-container .img {
    margin-right: -384px;
    width: 768px;
  }
}
.banner-img-container .img1 {
  right: 50%;
  z-index: 18;
  position: absolute;
  bottom: 0;
  height: 435px;
  height: 390px\9;
  pointer-events: none;
  z-index: 28;
}
@media (max-width: 991px) {
  .banner-img-container .img1 {
    right: auto;
    left: 15px;
    height: 385px;
    z-index: 1;
  }
}
.banner-img-container .container {
  z-index: 19;
}
.banner-img-container .container .banner-caption {
  position: absolute;
  color: #fff;
  left: 60%;
  padding-right: 15px;
  padding-top: 5%;
}
.banner-img-container .container .banner-caption h1 {
  margin-top: 0;
  font-size: 75px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner-img-container .container .banner-caption p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .banner-img-container .container .banner-caption {
    left: 3%;
    padding-top: 0;
    width: 100%;
    height: 390px;
  }
  .banner-img-container .container .banner-caption h1 {
    position: absolute;
    bottom: 0;
  }
  .banner-img-container .container .banner-caption p {
    display: none;
  }
}
.product-series .price-range {
  margin: 5px 0px 0px 10px;
  font-size: 17px;
  /*position: absolute;
	    bottom: 3px;*/
}
.product-series a {
  color: #868c91;
}
.product-series a:hover {
  text-decoration: none;
}
.product-series .row {
  margin-left: -10px;
  margin-right: -10px;
}
.product-series .row > div {
  position: relative;
  box-sizing: border-box;
  border-left: 10px #eeeeee solid;
  border-right: 10px #eeeeee solid;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  min-height: 290px;
  width: 290px;
  margin-bottom: 30px;
}
.product-series .row > div:hover .hover {
  opacity: 1;
}
.product-series .row > div h4 {
  margin: 10px 10px 0;
}
.product-series .row > div .hover {
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  width: 270px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #303e48;
  color: #fff;
}
.product-series .row > div .hover > div {
  position: absolute;
  bottom: 0;
}
.product-series .row > div .hover h4 {
  text-transform: uppercase;
  margin: 10px 0;
}
.product-series .row > div .hover h4:last-of-type {
  text-decoration: underline;
  color: #fd8204;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.product-series .row > div .hover h4:last-of-type:hover {
  color: #f1b788;
}
body.peeleffect {
  overflow-x: hidden;
}
@media (max-width: 1325px) {
  /* if peel effect is enabled on the homepage adjust the top menu to make room for the peel hover area */
  body.peeleffect header nav.top-menu ul {
    padding-right: 50px;
  }
}
header {
  background-color: #edeff1;
  position: relative;
}
header .icon-support {
  font-size: 85%;
}
header nav.top-menu {
  position: relative;
  z-index: 23;
  background-color: #fff;
  border-top: 10px solid #fd8204;
  border-bottom: 2px solid #dfe2e6;
  font-size: 24px;
}
@media (max-width: 480px) {
  header nav.top-menu {
    position: fixed;
    z-index: 29;
    top: 0;
    width: 100%;
  }
}
header nav.top-menu.collapsed {
  display: none;
}
header nav.top-menu ul {
  display: table;
  margin: 0 0 -2px;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
@media (min-width: 768px) {
  header nav.top-menu ul {
    min-height: 65px;
  }
}
header nav.top-menu ul li {
  display: table-cell;
  border-bottom: 2px solid #dfe2e6;
  position: relative;
}
header nav.top-menu ul li a:hover .item-count {
  background-color: #fd9b37;
}
header nav.top-menu ul li .item-count {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 8px;
  right: 12px;
  width: 22px;
  height: 22px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #303e48;
  line-height: 18px;
  font-size: 66%;
}
header nav.top-menu ul li.breadcrumbs {
  display: none;
  float: left;
  margin-left: 5px;
  text-transform: uppercase;
  border-bottom: 0;
}
header nav.top-menu ul li.breadcrumbs i {
  font-size: 22px;
  line-height: 18px;
  float: left;
  display: block;
  margin-right: 5px;
}
header nav.top-menu ul li.breadcrumbs a {
  display: none;
  font-family: "foundation_sans_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  float: left;
  color: #969da2;
  font-size: 14px;
}
header nav.top-menu ul li.breadcrumbs a:hover {
  color: #fd8204;
}
@media (max-width: 767px) {
  header nav.top-menu ul li.breadcrumbs {
    display: block;
  }
  header nav.top-menu ul li.breadcrumbs a.mobile {
    display: block;
  }
}
header nav.top-menu ul li.in-section {
  border-bottom: 2px solid #fd8204;
}
header nav.top-menu ul li.in-section a {
  color: #fd8204;
}
header nav.top-menu ul li.bars {
  width: 1%;
  padding: 0 15px 0 0;
  border-bottom: 0;
  text-align: right;
}
@media (min-width: 768px) {
  header nav.top-menu ul li.bars {
    width: 6%;
  }
}
header nav.top-menu ul li.shop-menu-item {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
header nav.top-menu ul li.shop-menu-item.active {
  border-bottom: 2px solid #dfe2e6;
}
header nav.top-menu ul li.shop-menu-item.active a {
  color: #fd8204;
  position: relative;
}
header nav.top-menu ul li.shop-menu-item.active a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -7px;
  display: block;
  width: 15px;
  border-bottom: 15px solid #303e48;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
header nav.top-menu ul li.main-logo {
  padding: 0;
  border-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  header nav.top-menu ul li.main-logo {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  header nav.top-menu ul li.main-logo {
    width: 60%;
  }
}
header nav.top-menu ul li.main-logo img {
  height: 30px;
  width: auto;
}
@media (max-width: 767px) {
  header nav.top-menu ul li.main-logo img {
    height: 23px;
  }
}
header nav.top-menu ul li a {
  text-align: left;
  display: inline-block;
  padding: 17px 0;
}
header nav.top-menu ul li.hide-menu-item {
  display: none;
}
header nav.top-menu ul li.show-menu-item {
  display: table-cell;
  opacity: 0;
}
header nav.top-menu ul li.hiding-menu-item {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -moz-transition: all opacity 0.25s ease ease;
  -ms-transition: all opacity 0.25s ease ease;
  -o-transition: all opacity 0.25s ease ease;
  -webkit-transition: all opacity 0.25s ease ease;
  transition: all opacity 0.25s ease ease;
  opacity: 0;
}
header nav.top-menu ul li.showing-menu-item {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -moz-transition: all opacity 0.25s ease ease;
  -ms-transition: all opacity 0.25s ease ease;
  -o-transition: all opacity 0.25s ease ease;
  -webkit-transition: all opacity 0.25s ease ease;
  transition: all opacity 0.25s ease ease;
  opacity: 1;
}
header nav.top-menu ul li:not(.main-logo):not(.breadcrumbs):not(.bars):hover {
  border-bottom: 2px solid #f1b788;
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav.top-menu ul li.hide-menu-item + li.breadcrumbs {
    position: absolute;
    left: 220px;
    top: 10px;
    display: block;
    float: none;
  }
  header nav.top-menu ul li.hide-menu-item + li.breadcrumbs a.mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  header nav.top-menu ul li.hide-menu-item + li.breadcrumbs {
    position: absolute;
    left: 220px;
    top: 10px;
    display: block;
    float: none;
  }
  header nav.top-menu ul li.hide-menu-item + li.breadcrumbs a.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  header nav.top-menu ul li.bars {
    display: none;
  }
}
@media (max-width: 767px) {
  header nav.top-menu {
    border-top: 5px solid #fd8204;
  }
  header nav.top-menu ul li.menu-item,
  header nav.top-menu ul li.shop-menu-item {
    display: none;
  }
  header nav.top-menu ul li.main-logo {
    float: left;
    width: 153px;
    display: block;
    vertical-align: middle;
    padding: 0;
    line-height: 52px;
  }
  header nav.top-menu ul li.main-logo a {
    padding: 0;
  }
  header nav.top-menu ul li.bars {
    font-size: 28px;
    width: 20%;
    vertical-align: middle;
    text-align: center;
  }
  header nav.top-menu ul li.bars a {
    width: 45px;
    padding: 5px;
    text-align: right;
  }
}
header nav.shop-menu {
  background-color: #FBFCFC;
  border-bottom: 2px solid #dfe2e6;
  white-space: nowrap;
  position: relative;
  z-index: 28;
}
@media (max-width: 480px) {
  header nav.shop-menu {
    margin-top: 56px;
  }
}
header nav.shop-menu .breadcrumbs {
  position: absolute;
  bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header nav.shop-menu .breadcrumbs {
    display: none;
  }
}
header nav.shop-menu .breadcrumbs i {
  font-size: 38px;
  line-height: 18px;
  float: left;
  display: block;
  margin-right: 5px;
}
header nav.shop-menu .breadcrumbs a {
  font-family: "foundation_sans_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  display: inline-block;
  padding-right: 5px;
  color: #969da2;
  font-size: 14px;
}
header nav.shop-menu .breadcrumbs a:hover {
  color: #fd8204;
}
header nav.shop-menu .main-logo {
  float: left;
  line-height: 120px;
  display: block !important;
}
header nav.shop-menu .main-logo img {
  height: 47px;
  width: auto;
}
@media (max-width: 991px) {
  header nav.shop-menu .main-logo {
    line-height: 115px;
  }
  header nav.shop-menu .main-logo img {
    height: 42px;
  }
}
trheader nav.shop-menu .main-logo {
  display: table-row !important;
}
thheader nav.shop-menu .main-logo,
tdheader nav.shop-menu .main-logo {
  display: table-cell !important;
}
@media (max-width: 767px) {
  header nav.shop-menu .main-logo {
    display: none !important;
  }
  trheader nav.shop-menu .main-logo {
    display: none !important;
  }
  thheader nav.shop-menu .main-logo,
  tdheader nav.shop-menu .main-logo {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav.shop-menu .main-logo.hidden-sm {
    display: none !important;
  }
  trheader nav.shop-menu .main-logo.hidden-sm {
    display: none !important;
  }
  thheader nav.shop-menu .main-logo.hidden-sm,
  tdheader nav.shop-menu .main-logo.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header nav.shop-menu .main-logo.hidden-md {
    display: none !important;
  }
  trheader nav.shop-menu .main-logo.hidden-md {
    display: none !important;
  }
  thheader nav.shop-menu .main-logo.hidden-md,
  tdheader nav.shop-menu .main-logo.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  header nav.shop-menu .main-logo.hidden-lg {
    display: none !important;
  }
  trheader nav.shop-menu .main-logo.hidden-lg {
    display: none !important;
  }
  thheader nav.shop-menu .main-logo.hidden-lg,
  tdheader nav.shop-menu .main-logo.hidden-lg {
    display: none !important;
  }
}
header nav.shop-menu ul {
  float: right;
  padding: 0;
  margin: 10px 0 -2px;
}
@media (max-width: 767px) {
  header nav.shop-menu ul {
    display: table;
    width: 100%;
    float: none;
  }
}
header nav.shop-menu ul li {
  display: inline-block;
  padding: 15px 15px 0;
  text-align: center;
  /*
				&.active {
					.menu-item-container {
						padding-bottom: 0;
                        border-bottom: 2px solid @menu-bottom-border;

						a.box {
							background-color: @brand-primary;
						}
						.text-label > a {
							color: @brand-primary;
						}

						&:after {
							content: '';
                            display: block;
                            width: 15px;
                            margin: 2px auto -2px;
							border-bottom: 15px solid @brand-additional-2;
							border-left: 15px solid transparent;
							border-right: 15px solid transparent;
						}
					}
				}
				*/
}
@media (max-width: 767px) {
  header nav.shop-menu ul li {
    padding: 10px 4px 0;
    display: table-cell;
  }
}
header nav.shop-menu ul li .item-count {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: absolute;
  z-index: 1;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #303e48;
  line-height: 24px;
}
header nav.shop-menu ul li .menu-item-container {
  position: relative;
  border-bottom: 2px solid #dfe2e6;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  header nav.shop-menu ul li .menu-item-container {
    width: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
header nav.shop-menu ul li .menu-item-container a.box {
  display: inline-block;
  padding: 0;
  width: 70px;
  line-height: 70px;
  font-size: 36px;
  color: #fff;
  background-color: #303e48;
}
header nav.shop-menu ul li .menu-item-container a.box.active {
  background-color: #fd8204;
}
header nav.shop-menu ul li .menu-item-container a.box.active + .text-label a {
  color: #fd8204;
}
@media (max-width: 991px) and (min-width: 480px) {
  header nav.shop-menu ul li .menu-item-container a.box {
    width: 53px;
    line-height: 53px;
    height: 53px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  header nav.shop-menu ul li .menu-item-container a.box {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
  }
}
header nav.shop-menu ul li .menu-item-container .text-label {
  text-transform: uppercase;
  padding-top: 5px;
  color: #303e48;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 767px) {
  header nav.shop-menu ul li .menu-item-container .text-label {
    font-size: 16px;
  }
}
header nav.shop-menu ul li:hover .menu-item-container .item-count {
  background-color: #fd9b37;
}
header nav.shop-menu ul li:hover .menu-item-container a.box {
  background-color: #fd9b37;
}
header nav.shop-menu ul li:hover .menu-item-container .text-label a {
  color: #fd9b37;
}
header nav.shop-menu ul li.in-section .menu-item-container {
  border-bottom: 2px solid #fd8204;
}
header nav.shop-menu ul li.in-section .menu-item-container .item-count {
  background-color: #fd8204;
}
header nav.shop-menu ul li.in-section .menu-item-container a.box {
  background-color: #fd8204;
}
header nav.shop-menu ul li.in-section .menu-item-container .text-label a {
  color: #fd8204;
}
footer span {
  line-height: 30px;
}
footer .footer-prompt {
  padding: 40px 0;
  background-color: #e4e8ea;
}
@media (max-width: 767px) {
  footer .footer-prompt span:last-of-type {
    display: none;
  }
}
footer .footer-prompt .h3 a {
  display: inline-block;
  border-bottom: 3px solid #303e48;
}
footer .footer-prompt .h3 a:hover {
  border-bottom: 3px solid #f1b788;
}
footer .footer-social {
  padding: 20px 0;
  background-color: #d5dbdf;
}
footer .footer-social a {
  color: #303e48;
}
footer .footer-social a:hover {
  color: #fd8204;
}
footer .footer-social i {
  background-color: white;
  border-radius: 100px;
  line-height: 0.8;
}
@media (max-width: 767px) {
  footer .footer-social p {
    display: none;
  }
}
footer .footer-social .social-icons {
  font-size: 30px;
}
footer .footer-social i.fa.fa-facebook-square {
  color: #3a5898;
  display: inline-block;
}
footer .footer-social i.fa.fa-twitter-square {
  color: #08acec;
}
footer .footer-social i.fa.fa-youtube-square {
  color: #bb0204;
}
footer .footer-social i.fa.fa-flickr {
  line-height: 1;
  color: #FFF;
  position: relative;
  box-shadow: 0.3em 0.5em 0 0.17em #2478cf,
			  0.6em 0.5em 0 0.17em #ff0d88;
  width: 0px;
  height: 0px; (; position: absolute; margin-left: 5px;);;
  margin-right: 25px;
}
footer .footer-social i.fa.fa-instagram {
  color: #221e1f;
}
footer .footer-social i.fa.fa-linkedin-square {
  color: #0077b5;
}
footer .footer-bottom {
  padding: 20px 0;
  background-color: #c5cfd5;
}
footer .footer-bottom .footer-copy {
  float: left;
}
footer .footer-bottom .footer-privacy {
  float: right;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-privacy {
    float: none;
    display: block;
  }
  footer .footer-bottom .footer-privacy:before {
    content: '';
    clear: both;
    display: block;
  }
}
footer .footer-bottom .footer-privacy .h3 {
  font-size: 22px;
}
.social-share {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.social-share .share-button {
  text-decoration: none;
  color: #fd8204;
  font-size: 22px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.social-share .share-button:hover {
  color: #fd8204;
}
.social-share .share-button:hover i {
  background-color: #fd8204;
  color: #edeff1;
}
.social-share .share-button:hover i.fa-share-square-o {
  background-color: #edeff1;
  color: #fd8204;
}
.social-share .share-button i {
  background-color: #fd8204;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.social-share .share-button i.fa-share-square-o {
  background-color: #edeff1;
  color: #303e48;
  font-size: 18px;
}
.social-share .print-button {
  text-decoration: none;
  color: #fd8204;
  font-size: 22px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  padding: 0 0 30px;
}
.social-share .print-button:hover {
  color: #fd8204;
}
.social-share .print-button:hover i {
  background-color: #fd8204;
  color: #edeff1;
}
.social-share .print-button:hover i.fa-share-square-o {
  background-color: #edeff1;
  color: #fd8204;
}
.social-share .print-button i {
  background-color: #fd8204;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.social-share .print-button i.fa-share-square-o {
  background-color: #edeff1;
  color: #303e48;
  font-size: 18px;
}
.social-share .addthis_button_facebook_like {
  padding-bottom: 30px;
  display: block;
}
.social-share .addthis_button_tweet {
  padding-bottom: 30px;
  display: block;
}
@media (max-width: 767px) {
  .social-share .addthis_toolbox2 {
    display: none;
  }
}
.social-share .addthis_toolbox1 {
  display: none;
  width: 273px;
  height: 49px;
  background: #fd8204;
  position: absolute;
  padding: 10px;
  margin-top: 15px;
  z-index: 3;
  text-align: center;
  margin-right: -135px;
  right: 50%;
}
.social-share .addthis_toolbox1:before {
  content: "";
  position: absolute;
  right: 50%;
  top: -17px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #fd8204;
  border-left: 10px solid transparent;
}
.social-share .addthis_toolbox1 .at300b,
.social-share .addthis_toolbox1 .at300m,
.social-share .addthis_toolbox1 .addthis_button_email {
  display: block;
  float: left;
  margin-right: 5px;
  margin-left: 0;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  font-size: 22px;
  text-align: center;
}
.social-share .addthis_toolbox1 .addthis_button_facebook {
  background-color: #1b5dc0;
}
.social-share .addthis_toolbox1 .addthis_button_twitter {
  background-color: #00adf2;
}
.social-share .addthis_toolbox1 .addthis_button_gmail {
  background-color: #fff;
}
.social-share .addthis_toolbox1 .addthis_button_gmail i {
  color: #d9534f;
}
.social-share .addthis_toolbox1 .addthis_button_email {
  background-color: #000;
}
.social-share .addthis_toolbox1 .addthis_button_print {
  background-color: #dc4930;
}
.social-share .addthis_toolbox1 .addthis_button_compact {
  background-color: #303e48;
}
.social-share .addthis_toolbox1 .addthis_bubble_style {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 12px;
  float: none;
  display: inline-block !important;
}
@media (max-width: 480px) {
  body.shop-submenu-noscroll {
    overflow: hidden;
  }
  body.shop-submenu-noscroll article {
    height: auto;
  }
}
.shop-submenu .progress-spinner {
  position: absolute;
  margin-left: 10px;
  margin-top: 13px;
  font-size: 32px;
  display: none;
}
.shop-submenu .overlay-menu {
  display: none;
  background-color: #303e48;
  color: #fff;
}
@media (max-width: 480px) {
  .shop-submenu .overlay-menu {
    position: fixed;
    z-index: 30;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}
.shop-submenu .overlay-menu .menu-body {
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .shop-submenu .overlay-menu .menu-body {
    overflow: scroll;
    height: 100%;
  }
}
.shop-submenu .overlay-menu a.right.shop-menu-close {
  margin: 0;
  padding: 30px 15px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .shop-submenu .overlay-menu a.right.shop-menu-close {
    width: 20%;
    padding: 30px 8px 15px;
  }
}
.shop-submenu .overlay-menu.collapsing {
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  -moz-transition: all height 0.3s ease-out ease;
  -ms-transition: all height 0.3s ease-out ease;
  -o-transition: all height 0.3s ease-out ease;
  -webkit-transition: all height 0.3s ease-out ease;
  transition: all height 0.3s ease-out ease;
  display: block;
  overflow: hidden;
  height: 0;
}
.shop-submenu .overlay-menu.in {
  display: block;
}
.shop-submenu .overlay-menu button.dropdown-toggle.btn-block {
  min-height: 36px;
}
.shop-submenu .overlay-menu .h1 {
  font-size: 60px;
  margin: 28px 0 20px;
}
.shop-submenu .overlay-menu h2 {
  font-size: 36px;
  margin: 20px 0 15px;
}
.shop-submenu .overlay-menu h2 .primary-box {
  padding: 0 10px;
  margin-right: 15px;
  font-size: 30px;
  color: white;
  background-color: #fd8204;
}
.shop-submenu .overlay-menu h3 {
  margin: 0 0 10px;
  color: #fff;
}
.shop-submenu .overlay-menu h3 a {
  color: #fff;
}
.shop-submenu .overlay-menu .options {
  font-size: 20px;
  margin-left: 50px;
}
.shop-submenu .overlay-menu ul.left-row {
  list-style-type: none;
  padding: 0;
}
.shop-submenu .overlay-menu ul.left-row li {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}
.shop-submenu .overlay-menu ul.left-row li small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
.shop-submenu .overlay-menu ul.left-row li a {
  text-transform: uppercase;
}
.shop-submenu .overlay-menu ul.left-row li a.active {
  text-decoration: underline;
}
.shop-submenu .overlay-menu .secondary-menu p {
  font-size: 20px;
}
.shop-submenu .overlay-menu .secondary-menu ul {
  list-style-type: none;
  padding: 0;
}
.shop-submenu .overlay-menu .secondary-menu ul li {
  margin: 5px 0;
}
.shop-submenu .overlay-menu .secondary-menu ul li a {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
.shop-submenu .overlay-menu .secondary-menu ul li a.active {
  text-decoration: underline;
}
.shop-submenu .overlay-menu button.dropdown-toggle {
  text-transform: uppercase;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 125%;
}
.shop-submenu .overlay-menu button.dropdown-toggle:before {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  line-height: 1.7;
  content: '\f0d7';
  font-family: "FONTAWESOME";
  padding: 0 0.7em;
  pointer-events: none;
  border-left: 2px solid #E7EAEB;
  color: #fff;
}
.shop-submenu .overlay-menu ul.dropdown-menu {
  background-color: #516573;
  width: 100%;
}
.shop-submenu .overlay-menu ul.dropdown-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 125%;
}
.shop-submenu .overlay-menu img {
  width: 100%;
  height: auto;
}
.shop-submenu .overlay-menu .region-swapper-region > div,
.shop-submenu .overlay-menu .region-swapper-region > form > div {
  display: none;
}
.shop-submenu .overlay-menu .region-swapper-region > div.active,
.shop-submenu .overlay-menu .region-swapper-region > form > div.active {
  display: block;
}
.shop-submenu .overlay-menu .region-swapper-region > div.region-hidden,
.shop-submenu .overlay-menu .region-swapper-region > form > div.region-hidden {
  opacity: 0;
}
.shop-submenu .overlay-menu .region-swapper-region > div.region-hiding,
.shop-submenu .overlay-menu .region-swapper-region > form > div.region-hiding {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: all opacity 0.25s ease-in-out ease;
  -ms-transition: all opacity 0.25s ease-in-out ease;
  -o-transition: all opacity 0.25s ease-in-out ease;
  -webkit-transition: all opacity 0.25s ease-in-out ease;
  transition: all opacity 0.25s ease-in-out ease;
  opacity: 0;
}
.shop-submenu .overlay-menu .region-swapper-region > div.region-showing,
.shop-submenu .overlay-menu .region-swapper-region > form > div.region-showing {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: all opacity 0.25s ease-in-out ease;
  -ms-transition: all opacity 0.25s ease-in-out ease;
  -o-transition: all opacity 0.25s ease-in-out ease;
  -webkit-transition: all opacity 0.25s ease-in-out ease;
  transition: all opacity 0.25s ease-in-out ease;
  opacity: 1;
}
.shop-submenu .overlay-menu a.chevron-top {
  position: relative;
  display: block;
  border: 1px dashed transparent;
  left: 50%;
  margin-top: 20px;
  margin-left: -50px;
  width: 100px;
  height: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -moz-transition: all opacity 0.3s ease ease;
  -ms-transition: all opacity 0.3s ease ease;
  -o-transition: all opacity 0.3s ease ease;
  -webkit-transition: all opacity 0.3s ease ease;
  transition: all opacity 0.3s ease ease;
  opacity: .3;
}
.shop-submenu .overlay-menu a.chevron-top:hover {
  opacity: 1;
}
.shop-submenu .overlay-menu a.chevron-top .chevron {
  text-align: center;
  position: relative;
  padding: 0px;
  height: 70px;
  width: 3px;
  left: 50%;
  margin-left: 0px;
  margin-top: -20px;
}
.shop-submenu .overlay-menu a.chevron-top .chevron.top {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.shop-submenu .overlay-menu a.chevron-top .chevron.bottom {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.shop-submenu .overlay-menu a.chevron-top .chevron.left {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shop-submenu .overlay-menu a.chevron-top .chevron.right {
  left: -50%;
  margin-top: 0;
}
.shop-submenu .overlay-menu a.chevron-top .chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #aebec9;
  -webkit-transform: skew(35deg, 0deg);
  -moz-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  -o-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.shop-submenu .overlay-menu a.chevron-top .chevron:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  width: 100%;
  background: #aebec9;
  -webkit-transform: skew(-35deg, 0deg);
  -moz-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  -o-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.shop-submenu .overlay-menu .question {
  color: #98a6af;
}
.shop-submenu .overlay-menu .alert-danger {
  display: none;
}
.shop-submenu .overlay-menu .checkbox,
.shop-submenu .overlay-menu .radio {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .shop-submenu .overlay-menu .checkbox,
  .shop-submenu .overlay-menu .radio {
    display: block;
    margin-right: 0;
  }
}
.shop-submenu .overlay-menu .checkbox label,
.shop-submenu .overlay-menu .radio label {
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .shop-submenu .overlay-menu .checkbox label,
  .shop-submenu .overlay-menu .radio label {
    font-size: 18px;
    white-space: normal;
  }
}
.shop-submenu .overlay-menu .select {
  margin-top: 20px;
  background-color: #516573;
}
@media (max-width: 991px) {
  .shop-submenu .overlay-menu .select {
    margin-top: 10px;
  }
}
.shop-submenu .overlay-menu .select:before {
  border-left: 2px solid #303e48;
  padding: 10px 15px;
  color: #fff;
  background-color: #516573;
}
.shop-submenu .overlay-menu .select select {
  color: #fff;
  font-size: 24px;
}
.shop-submenu .overlay-menu .menu-item-box {
  margin-top: 20px;
}
.shop-submenu .overlay-menu .form-group {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .shop-submenu .overlay-menu .form-group {
    margin-top: 10px;
  }
}
.shop-submenu .overlay-menu .form-control {
  font-size: 24px;
  height: auto;
}
.shop-submenu .overlay-menu .form-filter-container {
  margin: 12px 0px 0px 2px;
}
.shop-submenu .overlay-menu .form-filter-checkbox {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
}
.shop-submenu .overlay-menu .form-filter-label {
  padding-left: 6px;
}
.shop-submenu .overlay-menu input[type=submit] {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
}
.shop-submenu .overlay-menu input:-moz-placeholder {
  color: #cccccc;
}
.shop-submenu .overlay-menu input::-moz-placeholder {
  color: #cccccc;
}
.shop-submenu .overlay-menu input:-ms-input-placeholder {
  color: #cccccc;
}
.shop-submenu .overlay-menu input::-webkit-input-placeholder {
  color: #cccccc;
}
.shop-submenu .overlay-menu input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #cccccc;
}
.shop-submenu .overlay-menu input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.shop-submenu .overlay-menu input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
.shop-submenu .overlay-menu input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
.shop-submenu .overlay-menu input::-ms-input-placeholder {
  /* Edge */
  color: #cccccc;
}
.shop-submenu .overlay-menu input:placeholder-shown {
  /* Standard one last! */
  color: #cccccc;
}
.shop-submenu .overlay-menu form > .row:last-of-type {
  margin-top: 40px;
}
.shop-submenu .overlay-menu form > .row:last-of-type a {
  text-decoration: underline;
}
.shop-submenu .overlay-menu .radio-container {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5%;
}
.shop-submenu .overlay-menu .radio-container label {
  font-weight: normal;
}
@media (max-width: 991px) {
  .shop-submenu .overlay-menu .radio-container {
    display: block;
  }
}
.shop-submenu .overlay-menu .left-menu .dropdown {
  margin-bottom: 30px;
}
.shop-submenu .overlay-menu .top-dropdown-menu {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .shop-submenu .overlay-menu .top-dropdown-menu {
    display: table;
  }
}
.shop-submenu .overlay-menu .top-dropdown-menu > div {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .shop-submenu .overlay-menu .top-dropdown-menu > div {
    display: table-cell;
    float: none;
  }
}
.shop-submenu .overlay-menu .top-dropdown-menu > div h3 {
  margin-top: 20px;
}
.shop-submenu .overlay-menu .top-dropdown-menu > div ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shop-submenu .overlay-menu .top-dropdown-menu > div ul li a {
  display: inline-block;
  margin-top: 15px;
  color: #fd8204;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.shop-submenu .overlay-menu .top-dropdown-menu > div ul li a:hover {
  color: #f1b788;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .shop-submenu .overlay-menu .top-dropdown-menu > div.active {
    background-color: #242e36;
  }
}
.shop-submenu .overlay-menu ul.dropdown-menu li:first-of-type {
  display: none;
}
.shop-submenu #menu-region-default {
  padding: 0 15px;
}
.shop-submenu #menu-region-default h4 {
  position: absolute;
  margin-top: -50px;
  margin-left: 15px;
}
.shop-submenu #menu-region-default > .row {
  overflow: hidden;
}
.shop-submenu #menu-region-default a {
  color: #fff;
  padding: 15px 15px 100px;
  padding-bottom: 100px;
  margin-bottom: -85px;
  display: inline-block;
}
@media (max-width: 991px) {
  .shop-submenu #menu-region-default a {
    padding: 15px 15px 15px 15px;
    margin-bottom: 0;
  }
}
.shop-submenu #menu-region-default a:hover {
  background-color: #1e252b;
  text-decoration: none;
}
.shop-submenu #menu-region-default a:hover h4 {
  text-decoration: underline;
}
@media (max-width: 991px) and (min-width: 768px) {
  .shop-submenu #menu-region-default .category:nth-of-type(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .shop-submenu #menu-region-default .category {
    clear: both;
  }
}
.shop-submenu #menu-region-default img,
.shop-submenu #menu-region-default p {
  margin-bottom: 15px;
  width: 250px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .shop-submenu #menu-region-default img,
  .shop-submenu #menu-region-default p {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .shop-submenu #menu-region-default img,
  .shop-submenu #menu-region-default p {
    width: 260px;
  }
}
.shop-submenu img.logo {
  width: 312px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .shop-submenu img.logo {
    width: 230px;
  }
}
.media-browser {
  overflow-x: hidden;
  position: fixed;
  overflow-y: hidden;
  height: 0;
  top: 0px;
  width: 100%;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 200;
  padding-top: 0px;
}
.media-browser .carousel-inner {
  margin-top: 40px;
}
.media-browser .close-bttn-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .media-browser .close-bttn-container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .media-browser .close-bttn-container {
    max-width: 290px;
  }
}
.media-browser .carousel-control {
  opacity: 0.5;
  margin-top: 35px;
}
.media-browser .carousel-control:hover,
.media-browser .carousel-control:focus {
  opacity: 1;
}
.media-browser.active {
  height: 100%;
  overflow-y: scroll;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .media-browser.active {
    padding-top: 245px;
  }
}
.media-browser.active .background {
  -moz-opacity: 1;
  opacity: 1;
  filter: none;
  z-index: -26;
}
.media-browser.active #media-browser-carousel {
  z-index: 27;
  -moz-opacity: 1;
  opacity: 1;
  filter: none;
}
.media-browser .social-share {
  position: absolute;
  bottom: -40px;
  right: 20%;
  z-index: 25;
}
.media-browser .social-share .addthis_toolbox1:before {
  right: 44%;
}
@media (max-width: 767px) {
  .media-browser .social-share {
    bottom: -80px;
    right: 50%;
    margin-right: -34px;
  }
}
.media-browser .download {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  bottom: -40px;
  left: 20%;
  z-index: 25;
}
@media (max-width: 767px) {
  .media-browser .download {
    bottom: -80px;
    left: 50%;
    margin-left: -34px;
  }
}
.media-browser .download .download-button {
  text-decoration: none;
  color: #fd8204;
  font-size: 22px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.media-browser .download .download-button:hover {
  color: #fd8204;
}
.media-browser .download .download-button:hover i {
  background-color: #fd8204;
  color: #edeff1;
}
.media-browser .download .download-button:hover i.fa-share-square-o {
  background-color: #edeff1;
  color: #fd8204;
}
.media-browser .download .download-button i {
  background-color: #fd8204;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.media-browser .download .download-button i.fa-share-square-o {
  background-color: #edeff1;
  color: #303e48;
  font-size: 18px;
}
.media-browser .background {
  background-color: #fff;
  position: absolute;
  z-index: -2;
  top: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 150%;
  width: 100%;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.media-browser #media-browser-carousel {
  position: relative;
  z-index: -1;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  max-width: 1200px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.media-browser #media-browser-carousel > a {
  background-image: none;
  filter: none;
}
.media-browser #media-browser-carousel > a span.icon-prev {
  position: absolute;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 6px;
  height: 120px;
  width: 4px;
  display: inline-block;
  left: 50%;
  margin-top: -55px;
}
.media-browser #media-browser-carousel > a span.icon-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
}
.media-browser #media-browser-carousel > a span.icon-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(40deg, 0deg);
  -moz-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  -o-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}
.media-browser #media-browser-carousel > a span.icon-next {
  position: absolute;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 6px;
  height: 120px;
  width: 4px;
  display: inline-block;
  left: 70%;
  margin-top: -55px;
}
.media-browser #media-browser-carousel > a span.icon-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(40deg, 0deg);
  -moz-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  -o-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}
.media-browser #media-browser-carousel > a span.icon-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
}
@media (max-width: 767px) {
  .media-browser #media-browser-carousel > a span.icon-prev,
  .media-browser #media-browser-carousel > a span.icon-next {
    height: 60px;
    margin-top: -30px;
  }
}
.media-browser #media-browser-carousel .close-bttn {
  position: relative;
  float: right;
  margin-bottom: 3px;
  display: block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: -40px;
}
.media-browser #media-browser-carousel .close-bttn:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: none;
}
.media-browser #media-browser-carousel .close-bttn div {
  position: absolute;
  text-align: center;
  padding: 0;
  margin-bottom: 6px;
  height: 60px;
  width: 2px;
  display: inline-block;
  left: 50%;
}
.media-browser #media-browser-carousel .close-bttn div:before {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 51%;
  width: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
.media-browser #media-browser-carousel .close-bttn div:after {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  right: 0;
  height: 51%;
  width: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
@media (max-width: 767px) {
  .media-browser #media-browser-carousel .close-bttn {
    height: 16px;
    width: 16px;
  }
  .media-browser #media-browser-carousel .close-bttn div {
    height: 30px;
  }
}
.media-browser #media-browser-carousel .item {
  width: 100%;
}
.media-browser #media-browser-carousel .item .img-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.media-browser #media-browser-carousel .item .img-container img {
  max-width: 790px;
  max-height: 650px;
  height: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .media-browser #media-browser-carousel .item .img-container {
    max-width: 768px;
  }
  .media-browser #media-browser-carousel .item .img-container img {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .media-browser #media-browser-carousel .item .img-container {
    max-width: 290px;
  }
  .media-browser #media-browser-carousel .item .img-container img {
    max-width: 290px;
  }
}
.media-browser #media-browser-carousel .carousel-indicators {
  bottom: -50px;
}
.media-browser #media-browser-carousel .carousel-indicators > li {
  border-radius: 0;
  border: 0;
  background-color: #303e48;
  margin: 0 2px;
  height: 15px;
  width: 15px;
}
.media-browser #media-browser-carousel .carousel-indicators > li.active {
  background-color: #fd8204;
  width: 15px;
  height: 15px;
  margin: 0 2px;
}
#product-carousel {
  position: relative;
  width: 100%;
}
#product-carousel > a {
  display: none;
}
#product-carousel .carousel-inner-wrapper {
  position: relative;
}
#product-carousel .expand {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.5;
}
@media print {
  #product-carousel .expand {
    display: none;
  }
}
#product-carousel .expand:hover {
  opacity: 1;
}
#product-carousel .expand div {
  position: absolute;
  text-align: center;
  padding: 0;
  margin-bottom: 6px;
  height: 60px;
  width: 2px;
  display: inline-block;
  left: 50%;
}
#product-carousel .expand div:before {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 51%;
  width: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
#product-carousel .expand div:after {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  right: 0;
  height: 51%;
  width: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
@media (max-width: 767px) {
  #product-carousel .expand {
    height: 16px;
    width: 16px;
  }
  #product-carousel .expand div {
    height: 30px;
  }
}
#product-carousel .item {
  width: 100%;
  overflow: hidden;
  float: left;
}
#product-carousel .item .for-video + .video-img-play-btn {
  display: block;
}
#product-carousel .item .video-img-play-btn {
  background: url('/images/youtube-style-play-button-md.png') center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
}
#product-carousel .item .img-container {
  text-align: center;
  background-color: #fff;
}
#product-carousel .item .img-container.for-video {
  background-color: #000;
}
#product-carousel .item .img-container img {
  max-width: 100%;
}
#product-carousel .carousel-indicators {
  margin-left: -26px;
  position: relative;
  left: auto;
  bottom: auto;
  text-align: left;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 25px;
  z-index: 2;
}
@media print {
  #product-carousel .carousel-indicators {
    display: none;
  }
}
#product-carousel .carousel-indicators > li {
  text-indent: 0;
  border-radius: 0;
  border: 0;
  margin: 0 0 20px 29.25px;
  height: 52px;
  width: 70px;
  position: relative;
}
#product-carousel .carousel-indicators > li .img-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
}
#product-carousel .carousel-indicators > li .video-img-play-btn {
  background: url('/images/youtube-style-play-button-xs.png') center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}
#product-carousel .carousel-indicators > li.for-video .video-img-play-btn {
  display: block;
}
#product-carousel .carousel-indicators > li img {
  width: 100%;
  height: auto;
}
#product-carousel .carousel-indicators > li.active {
  border: 3px solid #fd8204;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product-carousel .carousel-indicators > li {
    margin: 0 0 20px 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product-carousel .carousel-indicators {
    margin-left: -22px;
  }
  #product-carousel .carousel-indicators > li {
    margin: 0 0 20px 21.5px;
  }
}
@media (max-width: 767px) {
  #product-carousel .carousel-indicators {
    margin-left: -3px;
  }
  #product-carousel .carousel-indicators > li {
    margin: 0 0 3px 3px;
  }
}
.news-block {
  margin-bottom: 60px;
}
.news-block > h4 a,
.news-block h3 a {
  display: block;
  float: right;
}
.news-block .hr {
  width: 100%;
  background-color: #fff;
  height: 1px;
}
.news-block .news-entry {
  padding: 15px 0 15px 30px;
  display: block;
  color: gray;
  text-decoration: none;
}
.news-block .news-entry:hover {
  color: #fd8204;
}
.news-block .news-entry .date {
  margin-right: 10px;
}
.news-block .news-entry h4 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  text-transform: uppercase;
}
.news-block .news-entry h4 i {
  display: inline-block;
  margin-right: 10px;
}
.overlay-container {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  height: 0px;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  z-index: 33;
  top: 0;
}
@media only screen and (min-device-width: 719px) and (max-device-width: 721px) and (-webkit-min-device-pixel-ratio: 2) {
  .overlay-container {
    display: none;
  }
}
.overlay-container .select:before {
  border-left: 2px solid #303e48;
}
.overlay-container.active {
  height: 100%;
}
@media only screen and (min-device-width: 719px) and (max-device-width: 721px) and (-webkit-min-device-pixel-ratio: 2) {
  .overlay-container.active {
    display: block;
  }
}
.overlay-container.active .overlay-mask {
  max-height: 100%;
}
.overlay-container .overlay-mask {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: fixed;
  background-color: #303e48;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  height: 100%;
  max-height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-container .overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  color: #fff;
  top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .overlay-container .overlay {
    top: 0;
  }
}
.overlay-container .overlay .overlay-background {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
}
.overlay-container .overlay .overlay-background .bg1 {
  background-color: #fd8204;
  margin-left: -10px;
  padding-left: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
}
.overlay-container .overlay .overlay-background .bg3 {
  position: relative;
  margin-right: -10px;
  padding: 60px 70px 70px;
  background-color: #303e48;
  display: none;
}
.overlay-container .overlay .overlay-background .bg3:before {
  position: absolute;
  width: 100%;
  content: '';
  background-color: #303e48;
  height: 10px;
  top: -10px;
  left: 0;
}
.overlay-container .overlay .overlay-background .bg3.active {
  display: block;
}
.overlay-container .overlay .overlay-background .bg3 h2 {
  margin-top: 0;
}
.overlay-container .overlay .overlay-background .bg3 a.btn-lg {
  background-color: #516573;
  color: #999999;
  line-height: 40px;
  height: 60px;
  width: 50%;
  display: inline-block;
  border-right: 10px solid #303e48;
  box-sizing: border-box;
}
.overlay-container .overlay .overlay-background .bg3 a.btn-lg:hover {
  background-color: #f1b788;
  color: #303e48;
}
.overlay-container .overlay .overlay-background .bg3 .close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  height: 25px;
  width: 25px;
  z-index: 35;
  font-size: 25px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.overlay-container .overlay .overlay-background .bg3 .close-btn:hover {
  color: #f1b788;
}
.overlay-container .overlay .overlay-background .bg2 {
  position: relative;
  margin-right: -10px;
  padding: 60px 70px 70px;
  background-color: #303e48;
}
.overlay-container .overlay .overlay-background .bg2:after {
  clear: both;
  content: '';
  display: block;
}
.overlay-container .overlay .overlay-background .bg2.active {
  display: none;
}
.overlay-container .overlay .overlay-background .bg2:before {
  position: absolute;
  width: 100%;
  content: '';
  background-color: #303e48;
  height: 10px;
  top: -10px;
  left: 0;
}
@media (max-width: 768px) {
  .overlay-container .overlay .overlay-background .bg2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.overlay-container .overlay .overlay-background .bg2 .select,
.overlay-container .overlay .overlay-background .bg2 .dropdownlist > div {
  background-color: #516573;
  margin-bottom: 30px;
}
.overlay-container .overlay .overlay-background .bg2 .select:before,
.overlay-container .overlay .overlay-background .bg2 .dropdownlist > div:before {
  border-left: 2px solid #303e48;
  background-color: #516573;
}
.overlay-container .overlay .overlay-background .bg2 .select select,
.overlay-container .overlay .overlay-background .bg2 .dropdownlist > div select {
  color: #fff;
}
.overlay-container .overlay .overlay-background .bg2 h2 {
  margin-top: 0;
}
.overlay-container .overlay .overlay-background .bg2 p,
.overlay-container .overlay .overlay-background .bg2 .select,
.overlay-container .overlay .overlay-background .bg2 input[type='email'],
.overlay-container .overlay .overlay-background .bg2 input[type='text'],
.overlay-container .overlay .overlay-background .bg2 h4 {
  margin-bottom: 30px;
  display: block;
}
.overlay-container .overlay .overlay-background .bg2 input[type='email'],
.overlay-container .overlay .overlay-background .bg2 input[type='text'] {
  background-color: #516573;
  color: #fff;
  border: 0;
  padding: 5px 10px;
  width: 100%;
}
.overlay-container .overlay .overlay-background .bg2 input[type='email']::-webkit-input-placeholder,
.overlay-container .overlay .overlay-background .bg2 input[type='text']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.overlay-container .overlay .overlay-background .bg2 input[type='email']:-moz-placeholder,
.overlay-container .overlay .overlay-background .bg2 input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.overlay-container .overlay .overlay-background .bg2 input[type='email']::-moz-placeholder,
.overlay-container .overlay .overlay-background .bg2 input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.overlay-container .overlay .overlay-background .bg2 input[type='email']:-ms-input-placeholder,
.overlay-container .overlay .overlay-background .bg2 input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.overlay-container .overlay .overlay-background .bg2 .field-validation-error {
  color: #d9534f;
  margin-top: -30px;
  display: block;
  padding-bottom: 30px;
}
.overlay-container .overlay .overlay-background .bg2 select + .field-validation-error {
  padding-bottom: 0;
  margin-top: 0;
  background-color: #303e48;
}
.overlay-container .overlay .overlay-background .bg2 a.btn-lg,
.overlay-container .overlay .overlay-background .bg2 input.cancel-button {
  background-color: #516573;
  color: #999999;
  line-height: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 50%;
  display: block;
  border-right: 10px solid #303e48;
  box-sizing: border-box;
  font-size: 30px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  float: left;
}
.overlay-container .overlay .overlay-background .bg2 a.btn-lg:hover,
.overlay-container .overlay .overlay-background .bg2 input.cancel-button:hover {
  background-color: #f1b788;
  color: #303e48;
  text-decoration: none;
}
.overlay-container .overlay .overlay-background .bg2 input.btn-lg,
.overlay-container .overlay .overlay-background .bg2 input[type="submit"] {
  width: 50%;
  border: 0;
  margin: 0 auto;
  padding: 0;
  display: block;
  line-height: 40px;
  height: 60px;
  border-left: 9px solid #303e48;
  box-sizing: border-box;
  background-color: #fd8204;
  font-size: 30px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: none;
  color: #fff;
}
.overlay-container .overlay .overlay-background .bg2 input.btn-lg:hover,
.overlay-container .overlay .overlay-background .bg2 input[type="submit"]:hover {
  background-color: #f1b788;
  color: #303e48;
}
@media (max-width: 767px) {
  .overlay-container .overlay .overlay-background .bg2 a.btn-lg,
  .overlay-container .overlay .overlay-background .bg2 input.btn-lg {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
  }
}
.overlay-container .overlay .overlay-background .bg2 h4 span {
  display: inline-block;
  background-color: #fd8204;
  min-width: 25px;
  min-height: 20px;
  text-align: center;
  margin-right: 10px;
}
.overlay-container .overlay .overlay-background .bg2 .close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  height: 25px;
  width: 25px;
  z-index: 35;
  font-size: 25px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.overlay-container .overlay .overlay-background .bg2 .close-btn:hover {
  color: #f1b788;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .overlay-container {
    -webkit-transition: none;
    transition: none;
    -moz-transition: all none ease;
    -ms-transition: all none ease;
    -o-transition: all none ease;
    -webkit-transition: all none ease;
    transition: all none ease;
  }
}
#create-account-overlay {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  height: 0px;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  z-index: 33;
  top: 0;
}
#create-account-overlay.active {
  height: 100%;
}
#create-account-overlay.active .overlay-mask {
  max-height: 100%;
}
#create-account-overlay .overlay-mask {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: fixed;
  background-color: #303e48;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  height: 100%;
  max-height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#create-account-overlay .overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  color: #fff;
  top: 100px;
  padding-bottom: 100px;
}
#create-account-overlay .overlay .overlay-background {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
}
#create-account-overlay .overlay .overlay-background .bg1 {
  background-color: #fd8204;
  margin-left: -10px;
  padding-left: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
}
#create-account-overlay .overlay .overlay-background .bg3 {
  position: relative;
  margin-right: -10px;
  padding: 60px 70px 70px;
  background-color: #303e48;
  display: none;
}
#create-account-overlay .overlay .overlay-background .bg3:before {
  position: absolute;
  width: 100%;
  content: '';
  background-color: #303e48;
  height: 10px;
  top: -10px;
  left: 0;
}
#create-account-overlay .overlay .overlay-background .bg3.active {
  display: block;
}
#create-account-overlay .overlay .overlay-background .bg3 h2 {
  margin-top: 0;
}
#create-account-overlay .overlay .overlay-background .bg3 a.btn-lg {
  background-color: #516573;
  color: #999999;
  line-height: 40px;
  height: 60px;
  width: 50%;
  display: inline-block;
  border-right: 10px solid #303e48;
  box-sizing: border-box;
}
#create-account-overlay .overlay .overlay-background .bg3 a.btn-lg:hover {
  background-color: #f1b788;
  color: #303e48;
}
#create-account-overlay .overlay .overlay-background .bg3 .close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  display: inline-block;
  height: 17px;
  width: 17px;
  cursor: pointer;
  z-index: 35;
}
#create-account-overlay .overlay .overlay-background .bg3 .close-btn:hover:before {
  background-color: #f1b788;
}
#create-account-overlay .overlay .overlay-background .bg3 .close-btn div {
  position: absolute;
  text-align: center;
  padding: 0;
  margin-bottom: 6px;
  height: 30px;
  width: 3px;
  display: inline-block;
  left: 50%;
}
#create-account-overlay .overlay .overlay-background .bg3 .close-btn div:before {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 51%;
  width: 3px;
  background-color: #516573;
  -webkit-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
#create-account-overlay .overlay .overlay-background .bg3 .close-btn div:after {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  right: 0;
  height: 51%;
  width: 3px;
  background-color: #516573;
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
#create-account-overlay .overlay .overlay-background .bg2 {
  position: relative;
  margin-right: -10px;
  padding: 60px 70px 70px;
  background-color: #303e48;
}
#create-account-overlay .overlay .overlay-background .bg2.active {
  display: none;
}
#create-account-overlay .overlay .overlay-background .bg2:before {
  position: absolute;
  width: 100%;
  content: '';
  background-color: #303e48;
  height: 10px;
  top: -10px;
  left: 0;
}
#create-account-overlay .overlay .overlay-background .bg2 h2 {
  margin-top: 0;
}
#create-account-overlay .overlay .overlay-background .bg2 p,
#create-account-overlay .overlay .overlay-background .bg2 input[type='text'],
#create-account-overlay .overlay .overlay-background .bg2 input[type='password'],
#create-account-overlay .overlay .overlay-background .bg2 h4 {
  margin-bottom: 30px;
  display: block;
}
#create-account-overlay .overlay .overlay-background .bg2 input[type='text'],
#create-account-overlay .overlay .overlay-background .bg2 input[type='password'] {
  background-color: #516573;
  color: #fff;
  border: 0;
  padding: 5px 10px;
  width: 100%;
}
#create-account-overlay .overlay .overlay-background .bg2 input[type='text']::-webkit-input-placeholder,
#create-account-overlay .overlay .overlay-background .bg2 input[type='password']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
#create-account-overlay .overlay .overlay-background .bg2 input[type='text']:-moz-placeholder,
#create-account-overlay .overlay .overlay-background .bg2 input[type='password']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
#create-account-overlay .overlay .overlay-background .bg2 input[type='text']::-moz-placeholder,
#create-account-overlay .overlay .overlay-background .bg2 input[type='password']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
#create-account-overlay .overlay .overlay-background .bg2 input[type='text']:-ms-input-placeholder,
#create-account-overlay .overlay .overlay-background .bg2 input[type='password']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
#create-account-overlay .overlay .overlay-background .bg2 a.btn-lg {
  background-color: #516573;
  color: #999999;
  line-height: 40px;
  height: 60px;
  width: 50%;
  display: inline-block;
  border-right: 10px solid #303e48;
  box-sizing: border-box;
}
#create-account-overlay .overlay .overlay-background .bg2 a.btn-lg:hover {
  background-color: #f1b788;
  color: #303e48;
}
#create-account-overlay .overlay .overlay-background .bg2 input.btn-lg {
  width: 100%;
  border: 0;
  display: inline-block;
  line-height: 40px;
  height: 60px;
  border-left: 10px solid #303e48;
  box-sizing: border-box;
  background-color: #fd8204;
}
@media (max-width: 767px) {
  #create-account-overlay .overlay .overlay-background .bg2 input.btn-lg:first-of-type {
    margin-bottom: 30px;
  }
}
#create-account-overlay .overlay .overlay-background .bg2 input.btn-lg:hover {
  background-color: #f1b788;
}
@media (max-width: 767px) {
  #create-account-overlay .overlay .overlay-background .bg2 a.btn-lg,
  #create-account-overlay .overlay .overlay-background .bg2 input.btn-lg {
    font-size: 20px;
    line-height: 1;
    height: 40px;
  }
}
#create-account-overlay .overlay .overlay-background .bg2 h4 em {
  display: block;
  float: right;
  font-size: 18px;
}
#create-account-overlay .overlay .overlay-background .bg2 .close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  display: inline-block;
  height: 17px;
  width: 17px;
  cursor: pointer;
  z-index: 35;
}
#create-account-overlay .overlay .overlay-background .bg2 .close-btn:hover:before {
  background-color: #f1b788;
}
#create-account-overlay .overlay .overlay-background .bg2 .close-btn div {
  position: absolute;
  text-align: center;
  padding: 0;
  margin-bottom: 6px;
  height: 30px;
  width: 3px;
  display: inline-block;
  left: 50%;
}
#create-account-overlay .overlay .overlay-background .bg2 .close-btn div:before {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 51%;
  width: 3px;
  background-color: #516573;
  -webkit-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
#create-account-overlay .overlay .overlay-background .bg2 .close-btn div:after {
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 0;
  right: 0;
  height: 51%;
  width: 3px;
  background-color: #516573;
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
.navbanner .navbanner-item {
  display: block;
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0px auto 30px;
}
@media (max-width: 767px) {
  .navbanner .navbanner-item {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 400px) {
  .navbanner .navbanner-item {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbanner .navbanner-item {
    width: 212px;
    height: 212px;
  }
}
.navbanner .navbanner-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navbanner .navbanner-item > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.navbanner .navbanner-item > div > h4 {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 100%;
  margin-top: -25px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.navbanner .navbanner-item > div .hover {
  position: absolute;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%;
  bottom: -50px;
  opacity: 0;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  text-align: center;
  pointer-events: none;
}
.navbanner .navbanner-item > div:hover .hover {
  bottom: 30px;
  opacity: 1;
}
.navbanner .navbanner-item.kb-item {
  background: #303e48;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbanner .navbanner-item.kb-item:hover {
  background: #fd9b37;
}
#skyq-app-carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
#skyq-app-carousel > a {
  background-image: none;
  filter: none;
  opacity: 1;
}
@media (max-width: 767px) {
  #skyq-app-carousel > a {
    display: none;
  }
}
#skyq-app-carousel > a span.icon-prev {
  position: absolute;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 6px;
  height: 120px;
  width: 4px;
  display: inline-block;
  left: 50%;
  margin-top: -55px;
}
#skyq-app-carousel > a span.icon-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
}
#skyq-app-carousel > a span.icon-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(40deg, 0deg);
  -moz-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  -o-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}
#skyq-app-carousel > a span.icon-next {
  position: absolute;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 6px;
  height: 120px;
  width: 4px;
  display: inline-block;
  left: 70%;
  margin-top: -55px;
}
#skyq-app-carousel > a span.icon-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(40deg, 0deg);
  -moz-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  -o-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}
#skyq-app-carousel > a span.icon-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 51%;
  width: 4px;
  border-radius: 2px;
  background-color: #fd8204;
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
}
@media (max-width: 767px) {
  #skyq-app-carousel > a span.icon-prev,
  #skyq-app-carousel > a span.icon-next {
    height: 60px;
    margin-top: -30px;
  }
}
#skyq-app-carousel .item {
  width: 100%;
}
#skyq-app-carousel .item .caption {
  position: absolute;
  margin-top: 15%;
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  color: #fff;
}
@media (max-width: 767px) {
  #skyq-app-carousel .item .caption {
    margin-top: 0%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#skyq-app-carousel .item .caption > .link-list {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#skyq-app-carousel .item .caption > .link-list i {
  float: right;
  display: block;
}
#skyq-app-carousel .item .caption .hr {
  border-top: 1px solid #fff;
  width: 100%;
  margin-bottom: 10px;
}
#skyq-app-carousel .item .img-container {
  max-width: 800px;
  margin: 0 auto;
}
#skyq-app-carousel .item .img-container picture,
#skyq-app-carousel .item .img-container img {
  width: 100%;
}
#skyq-app-carousel .carousel-indicators > li {
  border-radius: 0;
  border: 0;
  background-color: #303e48;
  margin: 0 2px;
  height: 15px;
  width: 15px;
}
#skyq-app-carousel .carousel-indicators > li.active {
  background-color: #fd8204;
  width: 15px;
  height: 15px;
  margin: 0 2px;
}
@media (max-width: 991px) {
  .lg-navbanner h4 {
    font-size: 19px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .lg-navbanner p {
    font-size: 15px;
  }
}
.lg-navbanner span.fake-link {
  color: #fd8204;
}
.lg-navbanner span.fake-link:hover {
  color: #f1b788;
  text-decoration: underline;
}
.lg-navbanner > div {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.lg-navbanner > div picture {
  position: absolute;
  z-index: -1;
  width: 100%;
  margin-left: -15px;
}
.lg-navbanner > div img {
  height: 376px;
  width: 570px;
  margin: 0 auto;
  display: block;
}
.lg-navbanner > div .wrapper {
  display: table;
  height: 376px;
  width: 570px;
  margin: 0 auto;
}
.lg-navbanner > div .wrapper > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.lg-navbanner > div .wrapper > div.no-filter {
  background-color: transparent;
}
@media (min-width: 992px) {
  .lg-navbanner {
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .lg-navbanner > div img {
    height: 300px;
    width: 454px;
  }
  .lg-navbanner > div .wrapper {
    width: 454px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .lg-navbanner > div .wrapper,
  .lg-navbanner > div img {
    height: 190px;
    width: 290px;
  }
}
@media (min-width: 768px) {
  .form-wrapper .contourPage fieldset.contourFieldSet {
    margin: 0 -15px;
  }
}
.form-wrapper .contourPage fieldset.contourFieldSet legend {
  display: block;
  padding: 0 15px;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField {
  float: left;
  width: 50%;
  clear: both;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .form-wrapper .contourPage fieldset.contourFieldSet .contourField {
    padding: 0 15px;
  }
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField.textarea {
  width: 100%;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField.alternating {
  clear: none;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField.checkbox {
  padding-left: 45px;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField.checkbox .icons {
  margin-top: 2px;
  left: 15px;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField label {
  font-weight: normal;
}
@media (max-width: 767px) {
  .form-wrapper .contourPage fieldset.contourFieldSet .contourField {
    width: 100%;
  }
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField .select:before {
  top: 7px;
  right: 2px;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField input,
.form-wrapper .contourPage fieldset.contourFieldSet .contourField select,
.form-wrapper .contourPage fieldset.contourFieldSet .contourField textarea {
  width: 100%;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField input[type=text],
.form-wrapper .contourPage fieldset.contourFieldSet .contourField input[type=email],
.form-wrapper .contourPage fieldset.contourFieldSet .contourField select,
.form-wrapper .contourPage fieldset.contourFieldSet .contourField textarea {
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 0;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField input[type=text].input-validation-error,
.form-wrapper .contourPage fieldset.contourFieldSet .contourField input[type=email].input-validation-error,
.form-wrapper .contourPage fieldset.contourFieldSet .contourField select.input-validation-error,
.form-wrapper .contourPage fieldset.contourFieldSet .contourField textarea.input-validation-error {
  border: 2px solid #bb0000;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField textarea {
  height: 10em;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField .input-validation-error {
  border: 2px solid #bb0000;
}
.form-wrapper .contourPage fieldset.contourFieldSet .contourField span.field-validation-error {
  display: none;
}
.form-wrapper .contourNavigation {
  padding: 30px 0;
  text-align: right;
}
.form-wrapper .contourNavigation input[type=button],
.form-wrapper .contourNavigation input[type=submit] {
  margin-left: 15px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #fd8204;
  border-color: #e67502;
  border: 0;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
.form-wrapper .contourNavigation input[type=button]:focus,
.form-wrapper .contourNavigation input[type=submit]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-wrapper .contourNavigation input[type=button]:hover,
.form-wrapper .contourNavigation input[type=submit]:hover,
.form-wrapper .contourNavigation input[type=button]:focus,
.form-wrapper .contourNavigation input[type=submit]:focus {
  color: #333;
  text-decoration: none;
}
.form-wrapper .contourNavigation input[type=button]:active,
.form-wrapper .contourNavigation input[type=submit]:active,
.form-wrapper .contourNavigation input[type=button].active,
.form-wrapper .contourNavigation input[type=submit].active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-wrapper .contourNavigation input[type=button].disabled,
.form-wrapper .contourNavigation input[type=submit].disabled,
.form-wrapper .contourNavigation input[type=button][disabled],
.form-wrapper .contourNavigation input[type=submit][disabled],
fieldset[disabled] .form-wrapper .contourNavigation input[type=button],
fieldset[disabled] .form-wrapper .contourNavigation input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-wrapper .contourNavigation input[type=button]:hover,
.form-wrapper .contourNavigation input[type=submit]:hover {
  border: 0;
}
.form-wrapper .contourNavigation input[type=button]:hover,
.form-wrapper .contourNavigation input[type=submit]:hover,
.form-wrapper .contourNavigation input[type=button]:focus,
.form-wrapper .contourNavigation input[type=submit]:focus,
.form-wrapper .contourNavigation input[type=button]:active,
.form-wrapper .contourNavigation input[type=submit]:active,
.form-wrapper .contourNavigation input[type=button].active,
.form-wrapper .contourNavigation input[type=submit].active,
.open .dropdown-toggle.form-wrapper .contourNavigation input[type=button],
.open .dropdown-toggle.form-wrapper .contourNavigation input[type=submit] {
  color: #fff;
  background-color: #d66d02;
  border-color: #a95601;
}
.form-wrapper .contourNavigation input[type=button]:active,
.form-wrapper .contourNavigation input[type=submit]:active,
.form-wrapper .contourNavigation input[type=button].active,
.form-wrapper .contourNavigation input[type=submit].active,
.open .dropdown-toggle.form-wrapper .contourNavigation input[type=button],
.open .dropdown-toggle.form-wrapper .contourNavigation input[type=submit] {
  background-image: none;
}
.form-wrapper .contourNavigation input[type=button].disabled,
.form-wrapper .contourNavigation input[type=submit].disabled,
.form-wrapper .contourNavigation input[type=button][disabled],
.form-wrapper .contourNavigation input[type=submit][disabled],
fieldset[disabled] .form-wrapper .contourNavigation input[type=button],
fieldset[disabled] .form-wrapper .contourNavigation input[type=submit],
.form-wrapper .contourNavigation input[type=button].disabled:hover,
.form-wrapper .contourNavigation input[type=submit].disabled:hover,
.form-wrapper .contourNavigation input[type=button][disabled]:hover,
.form-wrapper .contourNavigation input[type=submit][disabled]:hover,
fieldset[disabled] .form-wrapper .contourNavigation input[type=button]:hover,
fieldset[disabled] .form-wrapper .contourNavigation input[type=submit]:hover,
.form-wrapper .contourNavigation input[type=button].disabled:focus,
.form-wrapper .contourNavigation input[type=submit].disabled:focus,
.form-wrapper .contourNavigation input[type=button][disabled]:focus,
.form-wrapper .contourNavigation input[type=submit][disabled]:focus,
fieldset[disabled] .form-wrapper .contourNavigation input[type=button]:focus,
fieldset[disabled] .form-wrapper .contourNavigation input[type=submit]:focus,
.form-wrapper .contourNavigation input[type=button].disabled:active,
.form-wrapper .contourNavigation input[type=submit].disabled:active,
.form-wrapper .contourNavigation input[type=button][disabled]:active,
.form-wrapper .contourNavigation input[type=submit][disabled]:active,
fieldset[disabled] .form-wrapper .contourNavigation input[type=button]:active,
fieldset[disabled] .form-wrapper .contourNavigation input[type=submit]:active,
.form-wrapper .contourNavigation input[type=button].disabled.active,
.form-wrapper .contourNavigation input[type=submit].disabled.active,
.form-wrapper .contourNavigation input[type=button][disabled].active,
.form-wrapper .contourNavigation input[type=submit][disabled].active,
fieldset[disabled] .form-wrapper .contourNavigation input[type=button].active,
fieldset[disabled] .form-wrapper .contourNavigation input[type=submit].active {
  background-color: #fd8204;
  border-color: #e67502;
}
.form-wrapper .contourNavigation input[type=button]:hover,
.form-wrapper .contourNavigation input[type=submit]:hover {
  border: 0;
}
.commentsy-comment-link {
  display: block;
}
@media (min-width: 768px) {
  .commentsy-comment-link {
    float: right;
    display: inline;
  }
}
.uCommentsy_comments {
  border-top: 5px solid #303e48;
  margin: 10px 0;
  padding: 0 0 20px;
}
.uCommentsy_comments .uCommentsy_comment {
  margin: 15px 0;
  border-bottom: 2px solid #303e48;
}
.uCommentsy_comments .uCommentsy_comment img {
  float: left;
}
.uCommentsy_comments .uCommentsy_comment .uCommentsy_comment_name {
  margin-left: 60px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.uCommentsy_comments .uCommentsy_comment .uCommentsy_comment_name a {
  color: #303e48;
}
.uCommentsy_comments .uCommentsy_comment .uCommentsy_comment_name a:hover {
  color: #f1b788;
}
.uCommentsy_comments .uCommentsy_comment .uCommentsy_comment_date {
  margin-left: 60px;
}
.uCommentsy_comments .uCommentsy_comment .uCommentsy_comment_message {
  clear: both;
  padding: 15px 0 30px;
}
#uCommentsy_container,
#uCommentsy_form_container {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
#uCommentsy_container.active,
#uCommentsy_form_container.active {
  opacity: 1;
  height: auto;
}
.uCommentsy_comment_form {
  margin: 15px -15px;
}
.uCommentsy_comment_form .uCommentsy_row {
  float: left;
  min-height: 80px;
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .uCommentsy_comment_form .uCommentsy_row {
    width: 100%;
  }
}
.uCommentsy_comment_form .uCommentsy_row input[type=text],
.uCommentsy_comment_form .uCommentsy_row input[type=email],
.uCommentsy_comment_form .uCommentsy_row select,
.uCommentsy_comment_form .uCommentsy_row textarea {
  width: 100%;
  padding: 10px;
  border: 0;
}
.uCommentsy_comment_form .uCommentsy_row textarea {
  height: 10em;
}
.uCommentsy_comment_form .uCommentsy_row .input-validation-error {
  border: 2px solid #bb0000;
}
.uCommentsy_comment_form .uCommentsy_row span.field-validation-error,
.uCommentsy_comment_form .uCommentsy_row span.field-validation-valid {
  display: none;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_checkbox label {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_checkbox input {
  margin: 30px 10px 0 0;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_captcha {
  width: 100%;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_tall {
  width: 100%;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit {
  width: 100%;
  text-align: right;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button],
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit] {
  margin: 30px 0;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #fd8204;
  border-color: #e67502;
  border: 0;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:focus {
  color: #333;
  text-decoration: none;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].disabled,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].disabled,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button][disabled],
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit][disabled],
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button],
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:hover {
  border: 0;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].active,
.open .dropdown-toggle.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button],
.open .dropdown-toggle.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit] {
  color: #fff;
  background-color: #d66d02;
  border-color: #a95601;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].active,
.open .dropdown-toggle.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button],
.open .dropdown-toggle.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit] {
  background-image: none;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].disabled,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].disabled,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button][disabled],
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit][disabled],
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button],
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit],
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].disabled:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].disabled:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button][disabled]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit][disabled]:hover,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:hover,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].disabled:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].disabled:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button][disabled]:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit][disabled]:focus,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:focus,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:focus,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].disabled:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].disabled:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button][disabled]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit][disabled]:active,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:active,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].disabled.active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].disabled.active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button][disabled].active,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit][disabled].active,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button].active,
fieldset[disabled] .uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit].active {
  background-color: #fd8204;
  border-color: #e67502;
}
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=button]:hover,
.uCommentsy_comment_form .uCommentsy_row.uCommentsy_submit input[type=submit]:hover {
  border: 0;
}
.categories {
  padding-bottom: 20px;
}
.categories p:not(:first-of-type) {
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.categories .well {
  box-shadow: none;
  border: 0;
  padding: 15px;
  display: block;
  color: #303e48;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
}
.categories .well .category-wrapper-wrapper {
  height: 180px;
  overflow: hidden;
  display: inline-block;
}
.categories .well .category-wrapper-wrapper .category-img-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 180px;
}
.categories .well .category-wrapper-wrapper .category-img-wrapper img {
  display: inline-block;
  margin: 0;
  max-width: 240px;
}
@media (max-width: 767px) {
  .categories .well .category-wrapper-wrapper {
    height: 86px;
  }
  .categories .well .category-wrapper-wrapper .category-img-wrapper {
    height: 86px;
  }
  .categories .well .category-wrapper-wrapper .category-img-wrapper img {
    max-width: 136px;
  }
}
.categories .well .best-match {
  display: none;
}
.categories .well.selected {
  color: #fd8204;
  border: 1px solid #fd8204;
}
.categories .well.selected:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px solid #fd8204;
  pointer-events: none;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.categories .well.selected .best-match {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  background-color: #fd8204;
  padding: 0 10px 5px 0;
  color: #fff;
  font-family: "foundation_sans_exregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 17px;
  text-align: left;
  z-index: 2;
}
.categories .well.selected .best-match span {
  font-family: "foundation_sans_ex_blkregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  letter-spacing: 2px;
}
.categories .well.selected .best-match img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  display: inline-block;
}
.categories .well:hover {
  box-shadow: 0 0 30px #d9e3e9;
  border: 1px solid #d9e3e9;
  text-decoration: none;
}
.categories .well p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.categories .well p:not(:first-of-type) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .categories .row > div {
    padding-left: 1px;
    padding-right: 1px;
  }
  .categories .well {
    padding: 10px;
    margin-bottom: 2px;
  }
}
form.blog-search {
  margin-bottom: 30px;
}
form.blog-search .row {
  margin-top: 0 !important;
}
form.blog-search .row div div.select {
  margin-bottom: 30px;
  margin-top: 0;
}
form.blog-search .row div div.select:before {
  padding: 7px 10px;
}
form.blog-search .row div div.select select {
  font-size: 18px;
}
form.blog-search input[type='email'],
form.blog-search input[type='text'] {
  background-color: #516573;
  color: #fff;
  border: 0;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  form.blog-search input[type='email'],
  form.blog-search input[type='text'] {
    width: 220px;
  }
}
form.blog-search input[type='email']::-webkit-input-placeholder,
form.blog-search input[type='text']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
form.blog-search input[type='email']:-moz-placeholder,
form.blog-search input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
form.blog-search input[type='email']::-moz-placeholder,
form.blog-search input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
form.blog-search input[type='email']:-ms-input-placeholder,
form.blog-search input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
form.blog-search input[type="submit"] {
  border: 0;
  margin: 0;
  padding: 0 60px;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  background-color: #fd8204;
}
form.blog-search input[type="submit"]:hover {
  background-color: #f1b788;
}
.categories-partial img {
  margin-bottom: 10px;
}
.categories-partial a {
  margin-bottom: 30px;
  display: block;
}
.categories-partial a:hover img {
  box-shadow: 0 0 7px gray;
}
.categories-partial a:hover {
  text-decoration: none;
}
.categories .product-category img {
  display: block;
  margin: 0 auto;
}
.categories .product-category p.discounted {
  margin-right: 5px;
  width: auto;
  float: left;
}
.browse-series .img-container {
  position: relative;
  float: left;
}
.browse-series .img-container .img-container-overlay {
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.browse-series .img-container img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-transition: .25s;
  transition: .25s;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
@media (max-width: 767px) {
  .browse-series .img-container img {
    max-width: 290px;
    height: auto;
  }
}
.browse-series a {
  position: relative;
}
.browse-series a:hover img {
  /*.filter-grayscale(100%);
				filter: gray;*/
  z-index: 1;
}
.browse-series a:hover .img-container .img-container-overlay {
  opacity: 1;
}
.browse-series a span {
  display: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.browse-series a:hover span {
  display: block;
}
.browse-series a .a-container {
  position: absolute;
  z-index: 2;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -0.5em;
}
.row-as-seen-in > div {
  text-align: center;
}
.row-as-seen-in img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.profilebanner {
  margin-top: 20px;
}
.profilebanner .profilebanner-item {
  display: block;
  position: relative;
  margin: 0 auto 30px;
}
.profilebanner .profilebanner-item:hover {
  text-decoration: none;
}
.profilebanner .profilebanner-item img {
  position: static;
  width: 100%;
  /*height: 100%;*/
}
.profilebanner .profilebanner-item > div {
  position: static;
  width: 100%;
  height: 100%;
  color: #303e48;
}
.profilebanner .profilebanner-item > div > h4 {
  font-size: 36px;
  text-transform: none;
}
.profilebanner .profilebanner-item > div > p {
  height: 81px;
}
@media (max-width: 1199px) {
  .celestron-pro-gallery > div > a {
    width: auto;
    height: auto;
  }
}
.celestron-pro-gallery .item {
  display: block;
}
.celestron-pro-gallery .item img {
  width: 100%;
}
.celestron-pro-gallery .description {
  text-align: center;
  padding-bottom: 30px;
}
.celestron-pro-gallery .description.exists {
  height: 135px;
  overflow: hidden;
}
.body-banner {
  display: inline-flex;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .body-banner {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .cycle-slideshow div p {
    display: none;
  }
  .cycle-slideshow div a {
    display: block;
  }
  .template-change-your-view-campaign-page .jumbotron .container {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
    padding: 0 10px;
  }
}
.template-change-your-view-campaign-page .jumbotron {
  height: 0 !important;
  padding-bottom: 26.2%;
}
@media (max-width: 768px) {
  .template-change-your-view-campaign-page .jumbotron {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.template-change-your-view-campaign-page .latest-posts {
  width: 100%;
  float: left;
  padding-bottom: 71.2%;
  height: 0;
  position: relative;
}
@media (max-width: 991px) {
  .template-change-your-view-campaign-page .latest-posts {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container > h3 {
  color: #2F3E49;
  padding-left: 2%;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container > h3::before {
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 10px;
  border-top: 4px solid #2F3E49;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager {
  width: 18%;
  margin: 0 1%;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager img {
  width: 100%;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager .overlay {
  background: rgba(48, 62, 72, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager:hover .overlay {
  background: rgba(253, 130, 4, 0.5);
  opacity: 1;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager.cycle-pager-active .overlay,
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container #latest-blog-pager .pager.cycle-pager-active:hover .overlay {
  background: rgba(48, 62, 72, 0.75);
  opacity: 1;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div img {
  float: left;
  width: 36%;
  margin: 0 2%;
}
@media (max-width: 991px) {
  .template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div img {
    float: none;
    width: 96%;
    height: auto;
    position: relative;
  }
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div {
  float: right;
  width: 56%;
  margin: 0 2%;
}
@media (max-width: 991px) {
  .template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div {
    float: none;
    width: 96%;
    height: auto;
    position: relative;
  }
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > h3 {
  margin: 0;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > h3 a {
  text-decoration: none;
  color: #303e48;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > h3 a:hover {
  text-decoration: none;
  color: #303e48;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > time {
  font-weight: bold;
  margin-bottom: 5px;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > p {
  margin: 10px 0;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .cycle-slideshow > div > div > a:hover {
  text-decoration: none;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container > a {
  width: 25%;
  border: 0;
  margin: 20px auto;
  padding: 0;
  display: block;
  line-height: 50px;
  height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fd8204;
  font-size: 24px;
  font-family: "foundation_sans_cdbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: none;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container > a {
    width: 55%;
  }
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container > a:hover {
  background-color: #f1b788;
  color: #303e48;
  text-decoration: none;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .prev-next-container {
  position: absolute;
  right: 0;
  top: 0;
}
.template-change-your-view-campaign-page .latest-posts .latest-posts-outer-container .latest-posts-inner-container .prev-next-container > span {
  color: #fd8204;
  text-decoration: none;
  cursor: pointer;
  margin-left: 30px;
  font-size: 23px;
}
.featured-posts .post {
  display: block;
  width: 33.33%;
  padding-bottom: 20.83%;
  position: relative;
  float: right;
  background-size: cover;
}
@media (max-width: 991px) {
  .featured-posts .post {
    width: 100%;
    float: none;
    padding-bottom: 62.49%;
  }
}
.featured-posts .post:first-of-type {
  width: 66.67%;
  padding-bottom: 41.66%;
  float: left;
}
@media (max-width: 991px) {
  .featured-posts .post:first-of-type {
    width: 100%;
    float: none;
    padding-bottom: 62.49%;
  }
}
.featured-posts .post:first-of-type .info p {
  display: block;
}
.featured-posts .post > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2%;
  line-height: 100%;
  margin: 0;
  color: white;
  font-size: 1.5em;
  text-shadow: 2px 2px black;
}
.featured-posts .post > h3::before {
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 10px;
  border-top: 4px solid white;
}
.featured-posts .post:hover .info {
  opacity: 1;
}
@media (max-width: 991px) {
  .featured-posts .post:hover .info {
    opacity: 0;
  }
}
.featured-posts .post .info {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 2%;
  left: 1.25%;
  width: 97.5%;
  height: 96%;
  opacity: 0;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -webkit-transition: .5s all;
  transition: .5s all;
  background-color: rgba(48, 62, 72, 0.9);
}
.featured-posts .post .info > div {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
  padding: 10%;
}
.featured-posts .post .info p {
  margin: 0;
  display: none;
}
.featured-posts .post .info .readmore {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: black;
  text-align: center;
  padding: 0 5%;
  margin-top: 10px;
  background-color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.featured-posts .post .info .readmore:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 44px;
  padding-left: 5px;
}
/*.moon-module{
    width:223px;
    margin-right:25px;

    div{
        padding:2px;
        background-color:#000000;
        border: 1px solid #000000;

        div{
            text-align:center;
            padding-bottom:6px;
            padding-top:6px;
            border: 1px solid #AFB2D8;
            
            div.moon-text{
                padding-bottom:7px;
                color:#FFFFFF;
                font-family:arial,helvetica,sans-serif;
                font-size:11px;
                letter-spacing:.3em;
            }

            div.moon-lower{
                padding-top:5px;

                a{
                    font-size:10px;
                    font-family:arial,verdana,sans-serif;
                    color:#7F7F7F;
                    text-decoration:underline;
                    background:#000000;border:none;

                    span{
                        color:#7F7F7F;
                    }
                }
            }
        }
    }*/
.module-moon {
  padding-right: 25px;
}
.module-moon .moonphases {
  margin: 0px;
}
@media (max-width: 767px) {
  .module-moon {
    /*display:none;*/
  }
  .module-moon .moonphases {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
