html, body {
  padding: 0;
  margin: 0;
}
body {
  -webkit-overflow-scrolling: touch;
}
header {
  height: 50px;
  background: #333;
}
header a#header-logo {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 28px;
  width: 160px;
  background: url('//dealer.control4.com/Images/theme/control4-white.png') center center no-repeat;
  background-size: contain;
}
c4-header {
  position: fixed;
  width: 275px;
  height: 50px;
  color: #eee;
  font-size: 1.25em;
  line-height: 50px;
  background: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: width 0.2s;
  z-index: 2;
}
c4-header header {
  background: none;
}
c4-header header a#header-menu, c4-header header a#header-cart {
  position: absolute;
  display: none;
  width: 75px;
  text-align: center;
  color: #fff;
}
c4-header header a#header-menu:hover, c4-header header a#header-cart:hover {
  text-shadow: 0 0 0.5px #fff;
}
c4-header header a#header-menu:before, c4-header header a#header-cart:before {
  font-family: FontAwesome;
}
c4-header a#header-menu {
  left: 0;
}
c4-header a#header-menu:before {
  content: "\f0c9";
}
c4-header a#header-cart {
  right: 0;
}
c4-header a#header-cart:before {
  content: "\f07a";
}
c4-header a#header-cart span.badge {
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  padding: 0 5px;
  height: 21px;
  min-width: 21px;
  width: auto;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-indent: 0;
  border-radius: 10px;
}
nav#c4-nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 275px;
  background-color: #444;
  transition: left 0.2s;
}
nav#c4-nav div#c4-nav-cart, nav#c4-nav div#c4-nav-search {
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav#c4-nav div#c4-nav-cart ul li a {
  margin-right: 0;
  line-height: 50px !important;
}
nav#c4-nav div#c4-nav-cart ul li a:hover {
  background-color: #333;
}
nav#c4-nav div#c4-nav-cart ul li a span.badge {
  position: absolute;
  top: 15px;
  right: 25px;
  margin: 0;
  padding: 0 5px;
  height: 21px;
  min-width: 21px;
  width: auto;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-indent: 0;
  border-radius: 10px;
}
nav#c4-nav div#c4-nav-search input {
  padding-left: 25px;
}
nav#c4-nav div#c4-nav-search input:not(:focus) {
  color: #ddd !important;
  background-color: transparent;
}
nav#c4-nav div#c4-nav-search input::-webkit-input-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-search input:-moz-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-search input::-moz-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-search input::-ms-input-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-menu {
  flex: 100%;
  margin: 17px 0;
  overflow-x: hidden;
}
nav#c4-nav div#c4-nav-menu div.c4-nav-menu {
  position: absolute;
  width: 300px;
  top: 0;
  left: 100%;
  bottom: 0;
  transition: left 0.2s;
  background-color: #444;
  overflow-y: scroll;
}
nav#c4-nav div#c4-nav-menu div.c4-nav-menu.showmenu {
  left: 0;
}
nav#c4-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
nav#c4-nav ul li a {
  display: block;
  margin-right: 35px;
  color: #eee;
  text-indent: 25px;
  line-height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
nav#c4-nav ul li a i {
  width: 25px;
  margin-right: 12.5px;
  color: rgba(255, 255, 255, 0.33);
  text-align: center;
  text-indent: 0;
}
nav#c4-nav ul li a:not(.active):hover, nav#c4-nav ul li a.active.clickable:hover {
  color: #fff;
  text-shadow: 0 0 0.5px #fff;
  cursor: pointer;
}
nav#c4-nav ul li a.active {
  color: #fff;
  font-weight: bold;
  cursor: default;
}
nav#c4-nav ul ul li a {
  text-indent: 62px;
}
nav#c4-nav c4-nav-bottom c4-user-controls, nav#c4-nav c4-nav-bottom c4-impersonation-controls {
  display: block;
  padding: 13px 25px;
  white-space: nowrap;
  overflow: hidden;
  color: #ddd;
  background-color: #333;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
nav#c4-nav c4-nav-bottom c4-user-controls .impersonate-action, nav#c4-nav c4-nav-bottom c4-impersonation-controls .impersonate-action {
  position: absolute;
  top: 14px;
  right: 25px;
  text-align: right;
  z-index: 1;
}
nav#c4-nav c4-nav-bottom c4-user-controls a, nav#c4-nav c4-nav-bottom c4-impersonation-controls a {
  display: block;
  color: #969696;
}
nav#c4-nav c4-nav-bottom c4-user-controls a:hover, nav#c4-nav c4-nav-bottom c4-impersonation-controls a:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  body c4-header {
    width: 100%;
  }
  body c4-header a#header-menu, body c4-header a#header-cart {
    display: block;
  }
  body nav#c4-nav {
    left: -275px;
  }
  body nav#c4-nav div#c4-nav-cart {
    display: none;
  }
  body div#page-container {
    padding-top: 50px;
    margin-left: 0;
  }
  body.showmenu nav#c4-nav {
    left: 0;
  }
  body.showmenu div#page-container {
    transform: translate(275px);
  }
}
div#page-container {
  padding-top: 0;
  margin-left: 275px;
  min-height: calc(100% - 50px);
  background-color: #f8f8f8 !important;
  transition: margin-left 0.2s, transform 0.2s;
}
div.page-header {
  position: relative;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 300px;
}
@media (min-width: 1200px) {
  div.page-header {
    background-position: right top;
    background-size: calc(100% - 230px) auto;
  }
}
div.page-header:before {
  display: none;
}
h1 {
  font-size: 35px;
}
.widget {
  margin-bottom: 25px;
  text-overflow: ellipsis;
  background-color: #fff;
  -webkit-border-border-radius: 0px;
  border-radius: 0px;
}
.widget.widget-fixed-height {
  height: 400px;
}
.widget h3[class^=widget-header-] {
  margin: 0;
  padding: 0 25px;
  font-size: 16px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.widget .widget-header-grey {
  color: white;
  background-color: #adadad;
}
.widget .widget-header-grey a {
  color: white;
}
.widget .widget-header-white {
  color: #969696;
  border-bottom: 1px solid #eee;
}
.widget .widget-header-white a {
  color: #969696;
}
.widget .widget-header-white.text-white {
  color: white;
}
.widget .padding {
  word-wrap: break-word;
}
.widget.product-img {
  overflow: hidden;
}
.widget.product-img .slider .slide:not(.engraving-slide) {
  cursor: pointer;
  cursor: zoom-in;
  transform: scale(1);
  transition: transform 0.5s;
}
.widget.product-img .slider .slide .slide-img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.widget.product-img.zoom .slide:not(.engraving-slide) {
  cursor: zoom-out;
}
.widget.product-img.zoom .slide:not(.engraving-slide).slick-active {
  transform: scale(4);
}
div.product-card, div.spec-card {
  transition: box-shadow 0.2s;
}
div.product-card:hover, div.spec-card:hover {
  z-index: 1;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
div.product-card:hover a.c4btn, div.spec-card:hover a.c4btn {
  bottom: -50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
div.product-card .padding, div.spec-card .padding {
  height: 230px;
  padding: 25px 25px 20px 25px;
}
div.product-card .padding h4, div.spec-card .padding h4 {
  margin-bottom: 0;
  height: 50px;
  overflow: hidden;
}
div.product-card .padding div.img, div.spec-card .padding div.img {
  height: 100px;
  width: 100%;
  margin-bottom: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
div.product-card a.c4btn, div.spec-card a.c4btn {
  position: absolute;
  margin: 0;
  bottom: 0;
  z-index: -1;
  transition: box-shadow 0.2s, bottom 0.2s;
}
div.spec-card {
  height: 500px;
}
div.spec-card .padding div.img {
  height: 450px;
}
div.thumbnail-img {
  height: 100px;
  width: 100%;
  margin-bottom: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.text-light-grey {
  color: #f1efed;
}
.blue {
  background-color: #1a5b73;
  color: #fff;
}
.blue .widget, .blue .widget-header {
  background-color: #1a5b73;
}
.blue h3, .blue .fa, .dark-orange h3 {
  opacity: 0.5;
  color: #fff;
}
.contact-height {
  height: 100px;
  padding-top: 5px;
}
.queue-time {
  font-size: 35px;
  font-weight: 400 !important;
  margin-bottom: 10px;
  line-height: 35px;
}
.result {
  margin-bottom: 25px;
}
.result h3, .result h4 {
  text-transform: none;
  margin-bottom: 10px;
}
p.num-result {
  font-size: 13px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f1efed;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-bottom: 5px;
}
.fa.fa-cc-visa:hover, .fa.fa-cc-visa.active {
  color: #1a1f71;
}
.fa.fa-cc-mastercard:hover, .fa.fa-cc-mastercard.active {
  color: #f90;
}
.fa.fa-cc-amex:hover, .fa.fa-cc-amex.active {
  color: #007cc3;
}
.fa.fa-cc-discover:hover, .fa.fa-cc-discover.active {
  color: #f60;
}
@media (max-width: 768px) {
  .widget.widget-fixed-height {
    height: auto !important;
  }
}
@media (max-width: 1199px) {
  div.product-card a.c4btn, div.product-card:hover a.c4btn, div.spec-card a.c4btn, div.spec-card:hover a.c4btn {
    position: relative;
    bottom: 0;
    color: #000;
    background-color: #ddd;
    border-color: transparent;
    box-shadow: none;
    z-index: 0;
  }
}
.img-list {
  max-height: 150px;
  width: auto !important;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
  padding: 25px 10px 10px;
  display: block;
}
.product-height {
  height: 170px;
}
.product-recommended {
  height: 150px;
}
div.product-img .slick-arrow {
  display: none !important;
  color: rgba(200, 200, 200, 0.67) !important;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  z-index: 10000;
  transition: 0.1s;
}
div.product-img .slick-arrow.slick-prev {
  left: -15px;
}
div.product-img .slick-arrow.slick-next {
  right: -15px;
}
div.product-img:hover .slick-arrow {
  display: block !important;
}
div.product-img:hover .slick-arrow:hover {
  color: #c32032 !important;
}
#login-container {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#login-container #login-panel {
  height: 100vh;
  width: 100%;
  background-color: #373737;
}
@media (min-width: 600px) {
  #login-container #login-panel {
    width: 400px;
  }
}
#login-container #login-panel header {
  position: absolute;
  width: 100%;
}
#login-container #login-panel footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: none;
}
#login-container #login-panel footer ul li a {
  color: #969696;
}
#login-container #login-panel footer ul li a:hover {
  color: white;
}
#filedrag {
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #555;
  border: 2px dashed #eee;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: default;
}
#filedrag.hover {
  color: #f00;
  border-color: #eee;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}
.engraving-product-img {
  height: 400px;
}
.product-img div.slider .slide.engraving-slide .slide-img {
  background-size: auto !important;
}
#kb-alert h1, #kb-alert h2, #kb-alert h3, #kb-alert h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 25px;
}
#kb-alert h2 {
  text-transform: none;
}
#kb-alert h3 {
  color: #373737;
}
#kb-alert p {
  margin-bottom: 0px;
}
#chat {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 100;
  max-width: 500px;
  width: 100vw;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
#chat #chat_window {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 150px);
  background-color: #f5f5f5;
}
#chat #chat_thread {
  flex: 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#chat #chat_input {
  height: 125px;
}
#chat #chat_thread .me, #chat #chat_thread .you {
  padding: 13px 25px 25px 25px;
  margin: 25px;
  background: #fff;
}
#chat #chat_thread .me {
  margin-right: 0px;
}
#chat #chat_thread .you {
  margin-left: 0px;
}
#chat #chat_thread .me .author, #chat #chat_thread .you .author {
  margin-bottom: 0;
  color: #777;
  font-size: 11px;
  font-style: italic;
}
#chat #chat_thread .me .author {
  text-align: right;
}
#chat #chat_thread .you .author {
  color: #981a26;
}
iframe {
  max-width: 100%;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #981a26 !important;
}
footer {
  position: absolute;
  bottom: -50px;
  height: 50px;
  width: 100%;
  background-color: #f8f8f8;
}
footer ul {
  display: inline-block;
  margin: 0px;
  padding: 0px 0px 0px 25px;
  height: 50px;
  color: #969696;
  font-size: 0px;
  list-style-type: none;
  white-space: nowrap;
}
footer ul li {
  display: inline-block;
  padding: 0px 1.1em 0px 0px;
  color: #000;
  font-family: 'Montserrat', 'Gotham', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Calibri, Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 25px;
  text-transform: none;
  color: #969696;
  font-size: 13px;
  line-height: 50px;
}
footer ul li a {
  color: #969696;
}
footer ul li a:hover {
  color: #000;
}
