@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Montserrat+Alternates:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700italic,400italic,700,400);
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebasneue-reg.eot");
  src: url("../fonts/bebasneue-reg.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-reg.svg") format("svg"), url("../fonts/bebasneue-reg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebasneue-bold.eot");
  src: url("../fonts/bebasneue-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-bold.svg") format("svg"), url("../fonts/bebasneue-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@media screen and (max-width: 800px) {
  #chat_button {
    visibility: hidden;
    display: none; } }
/*Fix for tiny category thumbnails http://www.cctvcamerapros.com/H264-CCTV-DVR-Setup-s/829.htm*/
.category table[cellpadding="8"] table[cellpadding="0"] td[valign="top"] a.smalltext img[src*="/photos/"] {
  min-width: 150px; }

/*End*/
/*Fix for shopping cart page international chekcout and normal checkout buttons to swap spots*/
.shoppingcart #content_area #v65-cart-checkout-parent + table {
  display: none; }

.shoppingcart #content_area #div_articleid_117 .int-btn-wrap {
  position: relative; }

.shoppingcart #content_area #div_articleid_117 img.int-checkout-btn {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 5; }

@media only screen and (max-width: 749px) {
  .shoppingcart #content_area #div_articleid_117 img.int-checkout-btn {
    right: auto; } }
.shoppingcart #content_area .btn_checkout_guest {
  background: url("//www.cctvcamerapros.com/v/vspfiles/templates/CCTVCamera/images/buttons/btn_checkout_guest.gif") !important;
  text-indent: -9999px;
  width: 198px;
  height: 24px; }

/*Move the UPS down a bit to make room for the important Note*/
.shoppingcart #content_area #v65-cart-checkout-parent + table {
  /*margin-top: 70px;*/ }

@media only screen and (max-width: 749px) {
  .shoppingcart #content_area #v65-cart-checkout-parent + table {
    /*margin-top: 100px;*/ } }
.shoppingcart #content_area #div_articleid_101 {
  position: relative;
  margin-top: 30px; }

.shoppingcart #content_area #div_articleid_101 .international-note {
  /*position: absolute;
  right: 0;
  top: -185px;
  width: 100%;*/ }

/*End*/
.no-horiz-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.left-nav + b {
  font-weight: normal; }

@media only screen and (min-width: 980px) {
  .no-horiz-padding-md-up {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.fleft {
  float: left; }

.fright {
  float: right; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

body {
  font-size: 14px !important; }

h1, h2, h3 {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: bold; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 14px; }

.video_container {
  max-width: 600px;
  /* Edit video max-width */
  float: none !important;
  /* Override inline style */
  padding: 0 !important;
  /* Override inline style */ }

.video_player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.yt-outer {
  max-width: 600px;
  /* Video max-width */ }

.yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.yt-wrap iframe,
.yt-wrap object,
.yt-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.pml-open {
  overflow: hidden;
  width: auto; }

.page-wrap {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%; }

nav.push-menu {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 1000;
  overflow-y: scroll;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }

nav.push-menu-left,
nav.push-menu-right {
  top: 0;
  width: 320px;
  height: 100%; }

nav.slide-menu-left,
nav.push-menu-left {
  left: -320px; }

@media only screen and (max-width: 749px) {
  nav.slide-menu-left,
  nav.push-menu-left {
    width: 100%;
    left: -100%; } }
nav.slide-menu-right,
nav.push-menu-right {
  right: -320px; }

body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
  left: 0; }

@media only screen and (max-width: 749px) {
  body.sml-open nav.slide-menu-left,
  body.pml-open nav.push-menu-left {
    width: 100%; } }
body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
  right: 0; }

body.pml-open .page-wrap {
  left: 320px; }

@media only screen and (max-width: 749px) {
  body.pml-open .page-wrap {
    left: 0; } }
body.pmr-open .page-wrap {
  left: -320px; }

nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
  left: 0;
  width: 100%;
  height: 100%; }

nav.slide-menu-top,
nav.push-menu-top {
  top: -100%; }

nav.slide-menu-bottom,
nav.push-menu-bottom {
  bottom: -100%; }

body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
  top: 0; }

body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
  bottom: 0; }

body.pmt-open .page-wrap {
  top: 100%; }

body.pmb-open .page-wrap {
  top: -100%; }

.main-menu {
  position: relative;
  z-index: 20;
  /*height: 37px;*/
  border-top: 1px solid #000;
  background: url(../images/template/top-nav-gradient.png) repeat-x 50% 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.main-menu .menu {
  height: 36px;
  border-right: 1px solid #2279c8;
  border-left: 1px solid #1753ad;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main-menu .menu .vnav--level1 > .vnav__item > .vnav__link {
  background: none;
  color: white;
  display: block;
  line-height: 36px;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  border-left: 1px solid #2279c8;
  border-right: 1px solid #1753ad; }

.main-menu .menu .vnav--level1 > .vnav__item:hover > .vnav__link, .main-menu .menu .vnav--level1 > .vnav__item > .vnav__link--active {
  background: #1856af;
  color: white;
  text-shadow: none; }

.main-menu .menu .vnav__subnav {
  border: 1px solid #afccec;
  background: #fff;
  z-index: 300; }

.main-menu .menu .vnav__subnav .vnav__link {
  color: #333;
  padding: 5px 15px;
  text-align: left; }

.main-menu .menu .vnav__subnav > .vnav__item:hover > .vnav__link, 
.main-menu .menu .vnav__subnav > .vnav__item > .vnav__link--active {
   /*background: #1d68bb;
 color: #0071b2;*/ }

.main-menu .menu .vnav--level1 {
  display: inline-table;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

.main-menu .menu .vnav--level1 > .vnav__item {
  display: table-cell;
  float: none;
  white-space: nowrap;
  width: 1%; }

.main-menu .menu .vnav--level1 > .vnav__item:hover {
  background: none; }

#showLeftPush.active {
  background: none; }

.push-accordion .accord-toggle {
  cursor: pointer; }

.push-accordion .accord-toggle.arrow-up::after {
  background-position: 0 0; }

.push-accordion .menu {
  display: none; }

.push-accordion .menu.opened {
  display: block; }

.push-menu {
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.push-menu::-webkit-scrollbar {
  display: none; }

.push-menu .vnav {
  list-style: none;
  padding: 0;
  margin: 0; }

.push-menu .menu-title {
  display: block;
  text-align: left;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.44);
  border-top: 1px solid #1753ad;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.28);
  padding: 7px 45px 7px 15px;
  background-color: #237eca;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF237ECA', endColorstr='#FF1752AD');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzN2VjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3NTJhZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #237eca), color-stop(100%, #1752ad));
  background-image: -moz-linear-gradient(top, #237eca 0%, #1752ad 100%);
  background-image: -webkit-linear-gradient(top, #237eca 0%, #1752ad 100%);
  background-image: linear-gradient(to bottom, #237eca 0%, #1752ad 100%); }

.push-menu .menu-title::after {
  content: "";
  display: block;
  height: 11px;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../images/template/menu-arrow-sprite.png) no-repeat 0 bottom; }

.push-menu .vnav .has-subnav > ul {
  display: none; }

.push-menu .vnav .sub-open > ul {
  display: block; }

.push-menu .vnav--level1 > .vnav__item > .vnav__link {
  padding: 8px 15px 8px 18px;
  position: relative;
  text-align: left;
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  background: #f0f0f0;
  color: #232629; }

.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link, .push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  background: #f0f0f0;
  color: #333; }

.push-menu .vnav__link:not(:only-child)::after {
  content: "+";
  display: block;
  height: 11px;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  text-align: center;
  margin: auto;
  -moz-transition: all 0s ease-in 0.25s;
  -o-transition: all 0s ease-in 0.25s;
  -webkit-transition: all 0s ease-in;
  -webkit-transition-delay: 0.25s;
  transition: all 0s ease-in 0.25s; }

.push-menu .vnav .sub-open > .vnav__link:not(:only-child)::after, .push-menu .vnav__link--active:not(:only-child)::after {
  content: "-"; }

.push-menu .vnav__subnav {
  background: #fff;
  text-align: left;
  border: none;
  position: relative;
  display: block;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in 0.25s;
  -o-transition: all 0.5s ease-in 0.25s;
  -webkit-transition: all 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
  transition: all 0.5s ease-in 0.25s; }

.push-menu .vnav__link--active + .vnav__subnav, .push-menu .vnav__item.sub-open > .vnav__subnav {
  max-height: 2000px; }

.push-menu .vnav__subnav .vnav__link {
  padding: 8px 15px 8px 18px;
  position: relative;
  text-align: left;
  color: #333;
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #e1e1e1; }

.push-menu .vnav__subnav .vnav__link::after {
  display: none; }

.push-menu .vnav--level3 .vnav__link {
  padding-left: 33px; }

.push-menu .vnav--level4 .vnav__link {
  padding-left: 48px; }

.push-menu .vnav__subnav > .vnav__item:hover > .vnav__link, .push-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background: #f0f0f0;
  color: #333; }

.push-menu .vnav--level1, .push-menu .vnav--level1 > .vnav__item {
  display: block; }

.push-menu .vnav--vertical .vnav__subnav, .push-menu .vnav--horizontal .vnav__subnav {
  left: 0;
  top: 100%;
  padding: 0; }

.error-missing {
  font-size: 13px; }

@media only screen and (min-width: 980px) {
  .error-missing .large-title,
  .error-missing .sub-text,
  .error-missing p {
    padding: 0 15px; } }
.error-missing .large-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

.error-missing .sub-text {
  font-size: 15px;
  margin-bottom: 10px; }

.error-missing .error-image {
  display: block;
  margin-bottom: 15px; }

.error-missing .video-wrap {
  text-align: center; }

.error-missing .video-wrap img {
  display: inline-block !important; }

.error-missing .video-wrap .spacer {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 3px;
  margin: 0 45px;
  border: 1px solid #c0c0c0; }

.btn-primary.btn_addtocart,
.btn-primary.btn_addtocart:hover,
.btn-primary.btn_addtocart_small,
.btn-primary.btn_addtocart_small:hover,
.btn-primary.yellow {
  color: #684300;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  font: bold 15px/1.3 Montserrat, sans-serif;
  text-transform: uppercase;
  border: 1px solid #ffbb1e;
  background-color: #ffdb30;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFDB30', endColorstr='#FFFFA814');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGIzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTgxNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffdb30), color-stop(100%, #ffa814));
  background-image: -moz-linear-gradient(top, #ffdb30 0%, #ffa814 100%);
  background-image: -webkit-linear-gradient(top, #ffdb30 0%, #ffa814 100%);
  background-image: linear-gradient(to bottom, #ffdb30 0%, #ffa814 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn-default {
  color: #1d68bb;
  font: bold 10px/1.3 Montserrat, sans-serif;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFAFAFA', endColorstr='#FFE1E1E1');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
  background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn-link {
  color: #1d68bb;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background-color: #fafafa;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFAFAFA', endColorstr='#FFDFDFDF');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #fafafa 0%, #dfdfdf 100%);
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #dfdfdf 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn_addtowishlist,
.btn-primary,
.btn_history_clear,
.btn_history_clearall {
  color: #fff;
  font: bold 12px/1.3 Montserrat, sans-serif;
  text-transform: uppercase;
  border: 1px solid #0054a6;
  background-color: #0054a6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF278BD2', endColorstr='#FF1448A6');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3OGJkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0NDhhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #278bd2), color-stop(100%, #1448a6));
  background-image: -moz-linear-gradient(top, #278bd2 0%, #1448a6 100%);
  background-image: -webkit-linear-gradient(top, #278bd2 0%, #1448a6 100%);
  background-image: linear-gradient(to bottom, #278bd2 0%, #1448a6 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn_addtowishlist:hover,
.btn-primary:hover,
.btn_history_clear:hover,
.btn_history_clearall:hover {
  color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1448A6', endColorstr='#FF278BD2');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NDhhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3OGJkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1448a6), color-stop(100%, #278bd2));
  background-image: -moz-linear-gradient(top, #1448a6 0%, #278bd2 100%);
  background-image: -webkit-linear-gradient(top, #1448a6 0%, #278bd2 100%);
  background-image: linear-gradient(to bottom, #1448a6 0%, #278bd2 100%); }

.btn-checkout {
  background-image: url(../images/template/flag-icon.png);
  padding-right: 40px;
  background: url("../images/template/flag-icon.png?1421078487"), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3OGJkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0NDhhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: url("../images/template/flag-icon.png?1421078487"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #278bd2), color-stop(100%, #1448a6));
  background: url("../images/template/flag-icon.png?1421078487"), -moz-linear-gradient(top, #278bd2 0%, #1448a6 100%);
  background: url("../images/template/flag-icon.png?1421078487"), -webkit-linear-gradient(top, #278bd2 0%, #1448a6 100%);
  background: url("../images/template/flag-icon.png?1421078487"), linear-gradient(to bottom, #278bd2 0%, #1448a6 100%);
  background-repeat: no-repeat;
  background-position: 184px center, 0 0; }

.btn-checkout:hover {
  background: url("../images/template/flag-icon.png?1421078487"), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NDhhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3OGJkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: url("../images/template/flag-icon.png?1421078487"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1448a6), color-stop(100%, #278bd2));
  background: url("../images/template/flag-icon.png?1421078487"), -moz-linear-gradient(top, #1448a6 0%, #278bd2 100%);
  background: url("../images/template/flag-icon.png?1421078487"), -webkit-linear-gradient(top, #1448a6 0%, #278bd2 100%);
  background: url("../images/template/flag-icon.png?1421078487"), linear-gradient(to bottom, #1448a6 0%, #278bd2 100%);
  background-repeat: no-repeat;
  background-position: 184px center, 0 0; }

.cart-wrap {
  display: inline-block;
  vertical-align: middle;
  background: #afccec;
  position: relative;
  padding-left: 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cart-wrap #display_cart_summary {
  height: 36px;
  white-space: nowrap; }

.cart-wrap #display_cart_summary::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.cart-wrap .cartsummary_full {
  display: inline-block; }

.cart-wrap .cart {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.cart-wrap .cart-info {
  display: inline-block;
  vertical-align: middle; }

.cart-wrap .cart-icon {
  background: #1b60b6 url(../images/template/cart-icon.png) no-repeat 50% 50%;
  width: 44px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.cart-wrap .text-block {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  min-width: 55px;
  text-align: center; }

.cart-wrap .text-block .text {
  color: #1b60b6; }

.cart-wrap .text-block .number {
  color: #fff; }

.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #2b6cb1;
  background-color: #145397;
  padding: 12px 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF145397', endColorstr='#FF10437B');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NTM5NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEwNDM3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #145397), color-stop(100%, #10437b));
  background-image: -moz-linear-gradient(top, #145397 0%, #10437b 100%);
  background-image: -webkit-linear-gradient(top, #145397 0%, #10437b 100%);
  background-image: linear-gradient(to bottom, #145397 0%, #10437b 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.copyright a {
  color: #fff; }

.copyright a:hover {
  text-decoration: none;
  color: #fff; }

.footer {
  background: #081f46 url(../images/template/footer-bg.png) repeat-x 50% 0;
  border-bottom: 1px solid #1753ad;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 980px) {
  .footer .row {
    padding-left: 39%; } }
.footer .seals {
  padding: 20px 0; }

.footer .seals img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px; }

.footer .contact-info {
  border-top: 1px solid #1d68bb;
  border-bottom: 1px solid #002157;
  padding: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  position: relative; }

.footer .contact-info::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0054a6;
  position: absolute;
  top: 100%;
  left: 0; }

.footer .contact-info a {
  color: #fff; }

.footer .contact-info a:hover {
  text-decoration: underline;
  color: #2279c8; }

.footer .contact-info .location {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 23px;
  background: url(../images/template/locate-icon.png) no-repeat; }

.footer .contact-info .email-us {
  display: block;
  color: #fff;
  background: url(../images/template/mail-icon.png) no-repeat 0 3px;
  padding-left: 25px;
  line-height: 16px; }

@media only screen and (min-width: 750px) {
  .footer .contact-info .location,
  .footer .contact-info .email-us {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }

  .footer .contact-info .email-us {
    margin-left: 35px; } }
.footer .panel-group {
  margin: 0; }

.footer .column {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.footer .column li {
  margin-bottom: 4px; }

.footer .panel {
  text-align: left;
  border: none;
  box-shadow: none;
  background: none; }

.footer .panel-default > .panel-heading a {
  color: #fff;
  font: bold 14px/1.3 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #002157;
  border-top: 1px solid #1d68bb;
  padding: 12px 15px 10px;
  position: relative;
  text-decoration: none; }

.footer .panel-default > .panel-heading a:hover {
  color: #fff; }

.footer .panel-default > .panel-heading a::after {
  display: block;
  content: "";
  background: url(../images/template/footer-arrow-sprite.png) no-repeat 0 bottom;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto; }

.footer .panel-default > .panel-heading a.collapsed::after {
  background-position: 0 0; }

@media only screen and (min-width: 750px) {
  .footer .panel-default > .panel-heading a {
    border: none;
    padding: 20px 15px 5px;
    cursor: default; } }
@media only screen and (min-width: 750px) and (min-width: 980px) {
  .footer .panel-default > .panel-heading a {
    padding-left: 0; } }
@media only screen and (min-width: 750px) {
  .footer .panel-default > .panel-heading a::after, .footer .panel-default > .panel-heading a.collapsed::after {
    display: none; } }
.footer .panel-body {
  color: #fff; }

.footer .panel-body a {
  color: #fff;
  font-size: 14px;
  padding: 2px 0; }

.footer .panel-body a:hover {
  color: #2279c8;
  text-decoration: underline; }

.footer .panel-body li {
  padding: 0 15px; }

@media only screen and (min-width: 980px) {
  .footer .panel-body li {
    padding: 0; } }
.footer .panel-body .column {
  margin: 8px 0; }

@media only screen and (min-width: 750px) {
  .footer .panel-body a {
    font-size: 11px; }

  .footer .panel-body .column {
    margin: 0 0 20px; } }
.footer .panel,
.footer .panel-group .panel-heading + .panel-collapse > .panel-body,
.footer .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0; }

.footer .panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0; }

.footer .panel-title > a {
  display: block;
  padding: 8px 0;
  color: #222222; }

.footer .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none; }

@media only screen and (min-width: 750px) {
  .footer .collapse {
    display: block;
    background: none; }

  .footer .panel-title > a {
    cursor: default;
    text-decoration: none; }

  .footer .panel-title > a:hover {
    text-decoration: none;
    color: #222222; }

  .footer .collapsing {
    height: auto;
    overflow: visible;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; } }
.free-shipping-bar {
  display: block;
  position: relative;
  z-index: 20;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border: 1px solid #1753ad;
  background-color: #1753ad;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF227AC8', endColorstr='#FF1753AD');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyN2FjOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3NTNhZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #227ac8), color-stop(100%, #1753ad));
  background-image: -moz-linear-gradient(top, #227ac8 0%, #1753ad 100%);
  background-image: -webkit-linear-gradient(top, #227ac8 0%, #1753ad 100%);
  background-image: linear-gradient(to bottom, #227ac8 0%, #1753ad 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.free-shipping-bar img, .free-shipping-bar span {
  display: inline-block;
  vertical-align: middle; }

.free-shipping-bar .free-shipping {
  padding: 15px;
  display: block; }

@media only screen and (max-width: 749px) {
  .free-shipping-bar .free-shipping {
    padding: 5px 15px;
    text-align: center; } }
.free-shipping-bar .text {
  font: bold 19px/1.3 "Bebas Neue", sans-serif;
  text-transform: uppercase;
  color: #fff; }

.free-shipping-bar .price {
  color: #f5a009; }

.free-shipping-bar .icon {
  margin-right: 10px;
  display: inline-block !important; }

.free-shipping-bar .details {
  font: bold 12px/1.3 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  margin-left: 15px;
  vertical-align: sub; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .free-shipping-bar .free-shipping {
    width: 750px;
    margin: 0 auto; }

  .free-shipping-bar .text {
    font-size: 22px; } }
@media (max-width: 352px) {
  .sub-top .questions::before {
    display: none; }

  .sub-top .spacer {
    margin: 0; }

  .free-shipping-bar .text {
    font-size: 18px; } }
.header {
  background: #fff url(../images/template/header-gradient.png) repeat-x 50% bottom;
  border-top: 6px solid #0e3675;
  border-bottom: 1px solid #dbdbdb;
  min-height: 108px;
  padding: 10px 0; }

@media only screen and (min-width: 750px) {
  .header {
    border-bottom: none;
    padding-top: 0;
    padding: 0 0 15px; } }
@media only screen and (min-width: 750px) and (max-width: 979px) {
  .header .site-name {
    float: none;
    display: inline-block;
    vertical-align: bottom; } }
.header .logo-container {
  white-space: nowrap; }

.header .menu-icon {
  fill: #fff;
  width: auto;
  height: 27px;
  display: block;
  margin: -2px auto 0;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2)); }

.header .toggle-btn {
  border-radius: 3px;
  background: #1b60b6;
  width: 54px;
  height: 44px;
  text-align: center;
  border: none;
  outline: none;
  padding: 4px 0 0;
  float: left;
  -moz-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .header .toggle-btn {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px; } }
.header .toggle-btn .btn-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
  margin-top: -2px; }

.header .utilities .util-link {
  font-size: 11px;
  color: #333;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle; }

.header .search {
  margin-top: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px; }

.header .search form {
  position: relative;
  display: block; }

.header .search .input {
  background: #fff;
  display: block;
  color: #666;
  font-size: 12px;
  font-family: inherit;
  height: 31px;
  padding: 0 42px 0 12px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  border: none;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header .search .input::-webkit-input-placeholder {
  color: #666; }

.header .search .input:hover,
.header .search .input:focus {
  color: #999; }

.header .search .input:hover::-webkit-input-placeholder,
.header .search .input:focus::-webkit-input-placeholder {
  color: #999; }

.header .search .input:hover:-moz-placeholder,
.header .search .input:focus:-moz-placeholder {
  color: #999; }

.header .search .input:hover::-moz-placeholder,
.header .search .input:focus::-moz-placeholder {
  color: #999; }

.header .search .input:hover:-ms-input-placeholder,
.header .search .input:focus:-ms-input-placeholder {
  color: #999; }

.header .search .submit {
  background: url("../images/template/search-submit-header.png") no-repeat center center;
  display: block;
  border: none;
  cursor: pointer;
  height: 31px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.left-nav script + table {
  width: 100%; }

.left-nav .site-search {
  padding: 12px 10px;
  background-color: #fefefe;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFFDFDFD');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjZjJmMmYyIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiLz48c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(29%, #f2f2f2), color-stop(50%, #e9e9e9), color-stop(79%, #eeeeee), color-stop(100%, #fdfdfd));
  background-image: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 29%, #e9e9e9 50%, #eeeeee 79%, #fdfdfd 100%);
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 29%, #e9e9e9 50%, #eeeeee 79%, #fdfdfd 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 29%, #e9e9e9 50%, #eeeeee 79%, #fdfdfd 100%); }

.left-nav .site-search form {
  display: block;
  position: relative; }

.left-nav .site-search .input {
  background: #fff;
  display: block;
  color: #666;
  font-size: 12px;
  font-family: inherit;
  height: 27px;
  padding: 2px 30px 0 8px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.left-nav .site-search .input::-webkit-input-placeholder {
  color: #666; }

.left-nav .site-search .input:hover,
.left-nav .site-search .input:focus {
  color: #999; }

.left-nav .site-search .input:hover::-webkit-input-placeholder,
.left-nav .site-search .input:focus::-webkit-input-placeholder {
  color: #999; }

.left-nav .site-search .input:hover:-moz-placeholder,
.left-nav .site-search .input:focus:-moz-placeholder {
  color: #999; }

.left-nav .site-search .input:hover::-moz-placeholder,
.left-nav .site-search .input:focus::-moz-placeholder {
  color: #999; }

.left-nav .site-search .input:hover:-ms-input-placeholder,
.left-nav .site-search .input:focus:-ms-input-placeholder {
  color: #999; }

.left-nav .site-search .submit {
  background: url("../images/template/search-submit-left-nav.png") no-repeat;
  display: block;
  border: none;
  cursor: pointer;
  height: 26px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 27px;
  position: absolute;
  right: 0;
  top: 0; }

.left-nav .menu-wrap {
  margin-top: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.left-nav .menu-wrap.first {
  margin-top: 0; }

.left-nav .promo {
  padding-bottom: 15px; }

.left-nav .promo img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 15px auto; }

.left-nav .menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.left-nav .menu .vnav {
  display: block; }

.left-nav .menu .vnav--level1 > .vnav__item > .vnav__link {
  display: block;
  padding: 0;
  text-align: left;
  border-top: 1px solid #e1e1e1;
  color: #333;
  font-size: 12px;
  display: block;
  padding: 5px 12px;
  background-color: #fefefe;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFFDFDFD');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjZjJmMmYyIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiLz48c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(29%, #f2f2f2), color-stop(50%, #e9e9e9), color-stop(79%, #eeeeee), color-stop(100%, #fdfdfd));
  background-image: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 29%, #e9e9e9 50%, #eeeeee 79%, #fdfdfd 100%);
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 29%, #e9e9e9 50%, #eeeeee 79%, #fdfdfd 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 29%, #e9e9e9 50%, #eeeeee 79%, #fdfdfd 100%); }

.left-nav .menu .vnav--level1 > .vnav__item:hover > .vnav__link, .left-nav .menu .vnav--level1 > .vnav__item > .vnav__link--active {
  color: #333;
  text-decoration: underline; }

.left-nav .menu .vnav__subnav {
  display: none;
  border: 1px solid #afccec;
  background: #fff;
  min-width: 130px;
  top: 0;
  left: 100%;
  z-index: 300; }

.left-nav .menu .vnav__subnav .vnav__link {
  color: #333;
  padding: 5px 15px;
  text-align: left;
  font-size: 14px; }

.left-nav .menu .vnav__subnav > .vnav__item:hover > .vnav__link, .left-nav .menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background: #ccc;
  color: #333; }

.left-nav .menu .vnav--level1 > .vnav__item, .left-nav .menu .vnav--level1 > .vnav__item > .vnav__link {
  display: block; }

.site-name.logo {
  margin-bottom: 18px; }

@media only screen and (min-width: 750px) {
  .site-name.logo {
    margin: 18px 0 0; } }
.site-name.logo .vlogo img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.site-name.logo .text-hide {
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.site-name.logo a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.site-name.logo a#homepage_title {
  color: #222222;
  font-size: 18px;
  line-height: 1.1;
  text-indent: 0; }

.content-wrap {
  position: relative;
  padding: 10px 0 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 749px) {
  .content-wrap .promo-tab-right {
    display: none; } }
@media only screen and (min-width: 750px) and (max-width: 979px) {
  .content-wrap .promo-tab-right {
    display: none !important; } }
@media only screen and (min-width: 980px) {
  .content-wrap .promo-tab-right {
    display: block; }

  .content-wrap::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.5;
    width: 14px;
    height: 137px;
    right: -28px;
    top: -31px;
    background: url("../images/template/r_content_sdw.png") 0 -20px no-repeat; }

  .content-wrap::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.5;
    width: 14px;
    height: 137px;
    left: -28px;
    top: -31px;
    background: url("../images/template/l_content_sdw.png") 0 -20px no-repeat; } }
.content-wrap .left-nav {
  width: 170px;
  float: left; }

.content-wrap .left-nav .menu-title {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  border: 1px solid #1753ad;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #237ec9;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF237EC9', endColorstr='#FF1753AD');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzN2VjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3NTNhZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #237ec9), color-stop(100%, #1753ad));
  background-image: -moz-linear-gradient(top, #237ec9 0%, #1753ad 100%);
  background-image: -webkit-linear-gradient(top, #237ec9 0%, #1753ad 100%);
  background-image: linear-gradient(to bottom, #237ec9 0%, #1753ad 100%); }

.content-wrap #display_promotions_999 {
  text-align: center; }

.content-wrap #content_area {
  width: 100%; }

@media only screen and (min-width: 980px) {
  .content-wrap #content_area {
    width: 750px;
    float: right; } }
.newsletter {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0f3d83;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0F3D83', endColorstr='#FF0D336D');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmM2Q4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkMzM2ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0f3d83), color-stop(100%, #0d336d));
  background-image: -moz-linear-gradient(top, #0f3d83 0%, #0d336d 100%);
  background-image: -webkit-linear-gradient(top, #0f3d83 0%, #0d336d 100%);
  background-image: linear-gradient(to bottom, #0f3d83 0%, #0d336d 100%); }

.newsletter .container {
  padding: 15px; }

.newsletter .text {
  font: italic bold 13px/1.3 "Roboto Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle; }

@media only screen and (min-width: 750px) {
  .newsletter .text {
    font-size: 16px; } }
.newsletter .elist {
  background: #0b2c5c;
  padding: 10px 12px;
  border-radius: 5px;
  margin-top: 10px; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .newsletter .elist {
    width: 92%;
    margin: 10px auto 0; } }
@media only screen and (min-width: 980px) {
  .newsletter .elist {
    width: 320px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px; } }
.newsletter .elist form {
  position: relative;
  margin: 0 auto;
  display: block; }

@media only screen and (min-width: 750px) {
  .newsletter .elist form {
    width: 100%; } }
.newsletter .elist .input {
  background: #fff;
  display: block;
  color: #666;
  font-size: 12px;
  font-family: inherit;
  height: 31px;
  padding: 0 42px 0 12px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #0054a6;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.newsletter .elist .input::-webkit-input-placeholder {
  color: #666; }

.newsletter .elist .input:hover,
.newsletter .elist .input:focus {
  color: #999; }

.newsletter .elist .input:hover::-webkit-input-placeholder,
.newsletter .elist .input:focus::-webkit-input-placeholder {
  color: #999; }

.newsletter .elist .input:hover:-moz-placeholder,
.newsletter .elist .input:focus:-moz-placeholder {
  color: #999; }

.newsletter .elist .input:hover::-moz-placeholder,
.newsletter .elist .input:focus::-moz-placeholder {
  color: #999; }

.newsletter .elist .input:hover:-ms-input-placeholder,
.newsletter .elist .input:focus:-ms-input-placeholder {
  color: #999; }

.newsletter .elist .submit {
  background: url("../images/template/elist-submit.png") no-repeat center center;
  display: block;
  border: none;
  cursor: pointer;
  height: 31px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

/****************************
     PROMO TAB
****************************/
.promo-tab-right {
  background: url("../images/template/promo_tab_bg.jpg") repeat-y;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #2279c8;
  z-index: 10;
  position: fixed;
  top: 265px;
  right: 0;
  width: 66px;
  height: 203px;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 749px) {
  .promo-tab-right {
    display: none; } }
.promo-tab-right a {
  padding: 10px 0;
  display: block;
  text-align: center; }

.promo-tab-right a:hover {
  text-decoration: none !important; }

.promo-tab-right img {
  padding: 3px 0 0; }

.promo-tab-right span {
  padding: 0;
  display: block; }

.promo-tab-right span.freetxt {
  font-size: 30px;
  line-height: 35px; }

.promo-tab-right span.shippingtxt {
  margin: 0 auto;
  width: 44px;
  font-size: 17px;
  line-height: 20.5px;
  border-top: 2px solid #ffa915;
  border-bottom: 2px solid #ffa915; }

.promo-tab-right span.allorderstxt {
  font-size: 22px;
  line-height: 24px; }

.promo-tab-right span.orderstxt {
  font-size: 19px;
  line-height: 19px; }

.promo-tab-right span.overtxt {
  font-size: 28px;
  line-height: 25px; }

.promo-tab-right span.pricetxt {
  font-size: 28px;
  line-height: 25px;
  color: #f5a009; }

.push-menu {
  background: #fff;
  z-index: 1000; }

.push-menu__close-btn {
  color: #fff;
  background: #1b60b6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

.push-menu .site-search {
  background: #f0f0f0;
  padding: 10px 12px;
  border-radius: 5px;
  margin-top: 15px; }

.push-menu .site-search form {
  position: relative;
  display: block; }

.push-menu .site-search .input {
  background: #fff;
  display: block;
  color: #666;
  font-size: 12px;
  font-family: inherit;
  height: 31px;
  padding: 0 42px 0 12px;
  text-align: left;
  width: 100%;
  border-radius: 3px;
  border: none;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.push-menu .site-search .input::-webkit-input-placeholder {
  color: #666; }

.push-menu .site-search .input:hover,
.push-menu .site-search .input:focus {
  color: #999; }

.push-menu .site-search .input:hover::-webkit-input-placeholder,
.push-menu .site-search .input:focus::-webkit-input-placeholder {
  color: #999; }

.push-menu .site-search .input:hover:-moz-placeholder,
.push-menu .site-search .input:focus:-moz-placeholder {
  color: #999; }

.push-menu .site-search .input:hover::-moz-placeholder,
.push-menu .site-search .input:focus::-moz-placeholder {
  color: #999; }

.push-menu .site-search .input:hover:-ms-input-placeholder,
.push-menu .site-search .input:focus:-ms-input-placeholder {
  color: #999; }

.push-menu .site-search .submit {
  background: url("../images/template/search-submit-push-products.png") no-repeat;
  display: block;
  border: none;
  cursor: pointer;
  height: 31px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.push-menu .site-search.products .submit {
  background: url("../images/template/search-submit-push-posts.png") no-repeat; }

.push-menu .utility {
  padding: 30px 15px 20px; }

.push-menu .utility .icon {
  fill: #1b60b6;
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle; }

.push-menu .utility a.link {
  color: #1b60b6;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 15px; }

.push-menu .utility a.link span {
  display: inline-block;
  vertical-align: middle; }

.push-menu .extras-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f0f0f0; }

.push-menu .extras-list li {
  border-bottom: 1px solid #d8d8d8; }

.push-menu .extras-list li a {
  display: block;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: bold;
  color: #232629;
  text-transform: uppercase; }

.push-menu .social-list {
  margin: 25px 0 20px;
  padding: 0 18px;
  list-style: none; }

.push-menu .social-list li {
  margin-bottom: 12px; }

.push-menu .social-list li.title {
  color: #1752ac;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase; }

.push-menu .social-list li a {
  display: block;
  height: 32px;
  background: url(../images/template/social-sprite.png) no-repeat 0 0;
  padding-left: 48px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #1752ac; }

.push-menu .social-list li a.fb {
  background-position: 0 -1px; }

.push-menu .social-list li a.tw {
  background-position: 0 -33px; }

.push-menu .social-list li a.yt {
  background-position: 0 -65px; }

.push-menu .social-list li a.gp {
  background-position: 0 -97px; }

.push-menu .social-list li a.iphone {
  background-position: 0 -128px; }

.push-menu .social-list li a.android {
  background-position: 0 -160px; }

.social-footer-wrap {
  background: #1d68bb;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 980px) {
  .social-footer-wrap {
    position: relative;
    width: 940px;
    margin: 0 auto; } }
.social-footer {
  padding: 15px 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 980px) {
  .social-footer {
    position: absolute;
    left: 0;
    top: -7px;
    width: 326px;
    background: #1d68bb;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3); }

  .social-footer::before, .social-footer::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: url(../images/template/social-footer-triangles.png) no-repeat;
    position: absolute;
    top: 0; }

  .social-footer::before {
    right: 100%; }

  .social-footer::after {
    left: 100%;
    background-position: right 0; }

  .social-footer .spikes {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 100%;
    background: url(../images/template/social-container-spikes.png) repeat-x -3px 0; } }
.social-footer .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .social-footer .title {
    float: left;
    width: 30%;
    margin-bottom: 0;
    margin-top: 25px; } }
@media only screen and (min-width: 980px) {
  .social-footer .title {
    position: relative;
    padding-bottom: 10px;
    margin: 0 15px 15px;
    border-bottom: 1px solid #0054a6; }

  .social-footer .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3883d7; } }
.social-footer ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  display: block; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .social-footer ul {
    float: right;
    width: 70%; } }
.social-footer ul li {
  margin-bottom: 15px;
  display: inline-block;
  width: 49%; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .social-footer ul li {
    width: 32%; } }
.social-footer ul li a {
  display: block;
  height: 32px;
  background: url(../images/template/social-sprite.png) no-repeat 0 0;
  padding-left: 44px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  -moz-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in; }

.social-footer ul li a:hover {
  opacity: .7; }

.social-footer ul li a.fb {
  background-position: 0 0; }

.social-footer ul li a.tw {
  background-position: 0 -32px; }

.social-footer ul li a.yt {
  background-position: 0 -64px; }

.social-footer ul li a.gp {
  background-position: 0 -96px; }

.social-footer ul li a.iphone {
  background-position: 0 -128px; }

.social-footer ul li a.android {
  background-position: 0 -160px; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .sub-top-full {
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #dedede;
    background-color: #fbfbfb;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFF2F2F2');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f2f2f2));
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0%, #f2f2f2 100%); }

  .sub-top-wrap {
    width: 750px;
    margin: 0 auto; } }
.sub-top {
  padding: 0 15px;
  width: 100%;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #dedede;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .sub-top {
    border-bottom: none; } }
@media only screen and (min-width: 980px) {
  .sub-top {
    height: 31px;
    border-bottom: 1px solid #dedede;
    background-color: #fbfbfb;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFF2F2F2');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f2f2f2));
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0%, #f2f2f2 100%); } }
@media only screen and (max-width: 749px) {
  .sub-top {
    text-align: center;
    padding: 10px 15px; } }
.sub-top span {
  display: inline-block;
  vertical-align: middle; }

.sub-top .spacer {
  width: 3px;
  height: 25px;
  background: url(../images/template/sub-top-spacer.png) no-repeat;
  margin: 0 4px; }

@media only screen and (min-width: 980px) {
  .sub-top .spacer {
    margin: 0 18px; } }
.sub-top .questions {
  font: bold 17px/1.3 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1d68bb;
  margin-right: 10px; }

.sub-top .questions::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 18px;
  background: url(../images/template/sub-top-phone.png) no-repeat;
  margin-right: 5px; }

@media only screen and (min-width: 750px) {
  .sub-top .questions::before {
    margin-right: 8px; } }
@media only screen and (max-width: 749px) {
  .sub-top .questions {
    font-size: 14px;
    margin-right: 0; } }
.sub-top .phone {
  font: bold 17px/1.3 "Roboto Condensed", sans-serif;
  color: #666; }

.sub-top .toll-free {
  font: bold 10px/1.3 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #1d68bb;
  margin: 0 20px; }

@media only screen and (min-width: 750px) and (max-width: 979px) {
  .sub-top .toll-free {
    margin: 0 10px; } }
.sub-top .vet-flag {
  color: #333;
  font: bold 10px/1.3 Montserrat, sans-serif;
  letter-spacing: .05em;
  text-align: left; }

.sub-top .vet-flag::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 14px;
  background: url(../images/template/flag-icon.png) no-repeat;
  margin-right: 5px; }

@media only screen and (min-width: 750px) {
  .sub-top .vet-flag::before {
    margin-right: 10px; } }
.sub-top .vet-flag .vet-owned-tx {
  display: inline-block;
  vertical-align: middle; }

@media only screen and (max-width: 749px) {
  .sub-top .vet-flag .vet-owned-tx {
    width: 60px; } }
.sub-top .req-btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }

.sub-top .req-btn img {
  display: block; }

@media only screen and (min-width: 980px) {
  .sub-top .req-btn.first {
    margin-right: 10px; }

  .sub-top .req-btn a {
    display: block; } }
@media only screen and (min-width: 750px) and (max-width: 979px) {
  .sub-top .req-btn {
    display: block;
    margin: 0; }

  .sub-top .req-btn.first {
    margin-bottom: 5px; }

  .sub-top .req-btn a {
    display: block; } }
@media (max-width: 352px) {
  .sub-top .questions::before {
    display: none; }

  .sub-top .spacer {
    margin: 0; } }
.thankyou #content_area > table > tbody > tr > td > br {
  display: none; }

@media only screen and (max-width: 749px) {
  .thankyou iframe[name*="google"],
  .thankyou .social-wrapping,
  .thankyou #popupMask,
  .thankyou #popupContainer {
    display: none !important; } }
@media only screen and (max-width: 979px) {
  table.table-responsive,
  table.custom-table {
    width: 100% !important; }

  table.table-responsive--auto,
  table.custom-table--auto {
    width: auto !important; }

  table.table-responsive td,
  table.custom-table td {
    padding: 10px 0;
    width: auto; }

  .category table.CategoryDiscription table,
  .category table.CategoryDiscription table td,
  .productdetails .colors_descriptionbox table,
  .productdetails .colors_descriptionbox table td {
    width: auto;
    height: auto; }

  .category table.CategoryDiscription table,
  .productdetails .colors_descriptionbox table {
    width: 100%; } }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.logo-reseller-ratings {
  position: fixed;
  top: 375px;
  left: 2px;
  z-index: 11; }

.logo-bbt {
  position: fixed;
  top: 200px;
  left: 2px;
  z-index: 11; }

.logo-reseller-ratings img {
  width: 70%; }

.logo-bbt img {
  width: 90%; }

@media screen and (max-width: 1165px) {
  .logo-bbt, .logo-reseller-ratings {
    visibility: hidden;
    display: none; } }
/* 5-2-17 add close button on shoppingcart page*/
.shoppingcart .v65-cart-item-remove-image .btn-icon-close:before {
  content: "x"; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/v/images/play-video.png") no-repeat;
  cursor: pointer; }

@media all and (min-width: 980px) {
  .utilities .util-link {
    margin-top: 15px;
    float: left; }

  #ciq_g_2_bbb_container {
    float: left;
    display: block;
    margin-top: 2px;
    width: 100px;
    margin-right: 20px; } }
@media all and (max-width: 979px) and (min-width: 750px) {
  #ciq_g_2_bbb_container_tablet {
    display: block;
    right: 10%;
    top: 5px;
    width: 120px;
    position: absolute;
    margin-right: 20px; }

  #ciq_g_2_bbb_container {
    display: none; } }
@media all and (max-width: 370px) {
  #ciq_g_2_bbb_container {
    position: absolute;
    height: 35px;
    padding: 1px;
    margin-left: 5px;
    width: 20% !important;
    background-color: #093162;
    border-radius: 5px;
    background-image: url("https://s3.amazonaws.com/ciq-test-asset-bucket/cctvcamerapros/Live+in+5+BBB+Test/ciq_bbb_seal_tiny.png");
    background-size: contain;
    display: block;
    left: 22%;
    background-repeat: no-repeat; }

  #ciq_g_2_bbb_container a {
    color: #ffffff;
    width: 100%;
    float: left;
    height: 35px; }

  #ciq_g_2_bbb_container a:after {
    content: 'A+';
    color: #ffffff;
    font-size: 1.3em;
    float: right;
    font-weight: bold;
    line-height: 35px;
    padding-right: 7px; }

  #ciq_g_2_bbb_container img {
    display: none !important; } }
@media all and (max-width: 480px) {
  #ciq_g_2_bbb_container {
    float: left;
    width: 60px;
    margin-right: 5px; } }
@media all and (max-width: 749px) {
  #ciq_g_2_bbb_container {
    float: left;
    width: 95px;
    margin-right: 5px; }

  #ciq_g_2_bbb_container_tablet {
    display: none; } }
#ciq_g_2_bbb_container_tablet img {
  width: 100%;
  height: auto; }

#ciq_g_2_bbb_container img {
  width: 100%;
  height: auto; }

.ciq_g_2_element_hidden {
  display: none; }

.logo-bbt {
  display: none; }

/* corrects international checkout button spacing | Volusion Design Services:sw | 10-12-2017 */
.shoppingcart #v65-cart-checkout-parent form[name="Proceed_To_Checkout_Form"] {
  margin-bottom: 45px; }

/* CH order for promo header and bbb logo | Volusion Design Services: as |  11.10.17 */
.custom_header .ch_header .header_left {
  text-align: center;
  background: #f0c92c; }

.custom_header .ch_header .header_right {
  text-align: center;
  background: #aac1f5; }

.ch_header {
  font-size: 16px;
  line-height: 36px; }

.header_left .header_promo1 {
  margin-left: 41%;
  color: black; }

.header_right .header_promo2 {
  margin-right: 42%;
  color: black; }

@media only screen and (max-width: 786) {
  .header_promo1 {
    margin-left: 0 !important; } }
@media only screen and (max-width: 786) {
  .header_promo2 {
    margin-left: 0 !important; } }
.bbb_logo {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.bbb_logo img {
  max-width: 90px !important;
  width: 100%;
  display: inline-block;
  margin: 2px 6px 2px 0; }

.page-wrap > .main-menu + .no-horiz-padding {
  overflow: hidden; }

/* mega-menu | Volusion Design Services:sw | 07-16-2018 */
/*---mega menu --*/
.mega-menu.mega-menu .menu .vnav__subnav {
  background-color: #f1f1f1; }
.mega-menu.mega-menu .vnav .col-count--6 {
  columns: 6; }
.mega-menu.mega-menu .vnav .col-count--4 {
  columns: 4; }
.mega-menu.mega-menu .vnav .col-count--3 {
  columns: 3; }
.mega-menu.mega-menu .vnav .col-count--2 {
  columns: 2; }
.mega-menu.mega-menu .vnav--level1 > .vnav__item {
  position: static; }
.mega-menu.mega-menu .vnav--level2 {
  width: 100%;
  left: 0 !important;
  right: auto !important;
  padding: 20px;
  background-color: #f1f1f1;
  box-shadow: 1px 1px 8px rgba(51, 51, 51, 0.2); }
  .mega-menu.mega-menu .vnav--level2 > .vnav__item {
    margin-bottom: 15px; }
.mega-menu.mega-menu .vnav--level2 > .vnav__item > .vnav__link, .mega-menu.mega-menu .vnav--level2 > .column > .vnav__item > .vnav__link, .mega-menu.mega-menu .vnav--level2 .vnav__inner-subnav > .vnav__item > .vnav__link, .mega-menu.mega-menu .vnav--level2 > .column > .vnav__item > .vnav__link {
  font-weight: bold;
  background-color: #0071b2;
  color: white; }
  .mega-menu.mega-menu .vnav--level2 > .vnav__item > .vnav__link:before, .mega-menu.mega-menu .vnav--level2 > .column > .vnav__item > .vnav__link:before, .mega-menu.mega-menu .vnav--level2 .vnav__inner-subnav > .vnav__item > .vnav__link:before, .mega-menu.mega-menu .vnav--level2 > .column > .vnav__item > .vnav__link:before {
    content: "\f10a";
    margin-right: 1ch;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.mega-menu.mega-menu .vnav--level2 > .vnav__item:hover > .vnav__link:hover, .mega-menu.mega-menu .vnav--level2 > .vnav__item.hovered > .vnav__link, .mega-menu.mega-menu .vnav--level2 > .vnav__item > .vnav__link--active {
  background-color: #0060a6; }
.mega-menu.mega-menu .vnav--level2 > .vnav__item:hover > .vnav__link:hover:before, .mega-menu.mega-menu .vnav--level2 > .vnav__item.hovered > .vnav__link:before, .mega-menu.mega-menu .vnav--level2 > .vnav__item > .vnav__link--active:before {
color:#0060a6;
}
.mega-menu.mega-menu .vnav__subnav > .vnav__item > .vnav__link {
  white-space: normal;
}
.mega-menu.mega-menu .vnav--level3 .vnav__item > .vnav__link, .mega-menu.mega-menu .vnav--level3 .column > .vnav__item > .vnav__link {
  background-color: #f1f1f1; }
.mega-menu.mega-menu .vnav--level3 .vnav__item:hover > .vnav__link {
  background-color: #f1f1f1;
  color: #333; }
.mega-menu.mega-menu .vnav--level3 .vnav__item:hover > .vnav__link:hover, .mega-menu.mega-menu .vnav--level3 .vnav__item.hovered > .vnav__link {
  color: #0071b2; }
.mega-menu.mega-menu .vnav--level4 {
  padding-left: 15px; }
  .mega-menu.mega-menu .vnav--level4 .vnav__item > .vnav__link {
    color: #666; }
.mega-menu.mega-menu .vnav__subnav.vnav--level2 {
  transition: all .15s;
  visibility: hidden;
  opacity: 0;
  display: block !important; }
.mega-menu.mega-menu .vnav__item:hover .vnav__subnav.vnav--level2, .mega-menu.mega-menu .vnav__item.hovered .vnav__subnav.vnav--level2 {
  opacity: 1;
  visibility: visible; }
.mega-menu.mega-menu .vnav__item {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid; }
  .mega-menu.mega-menu .vnav__item:hover {
    background: none; }
.mega-menu.mega-menu .vnav--level3 .vnav__item {
  display: block !important; }
.mega-menu.mega-menu .vnav__subnav.vnav--level3, .mega-menu.mega-menu .vnav__subnav.vnav--level4 {
  border: none;
  position: static;
  display: block !important;
  box-shadow: none; }
.mega-menu.mega-menu .vnav__item:nth-last-child(2) > .vnav__subnav.vnav--level2 {
  left: auto;
  right: 0; }

.lt-ie10 .mega-menu.mega-menu .vnav--level2 {
  min-width: 500px; }

.lt-ie10 .mega-menu.mega-menu .column.first {
  min-width: 200px; }

/*---mega menu end --*/

#home-heading a {
        color: #FFFFFF !important;   
}


/* BEGIN STYLE for NEW YOUTUBE VIDEO EMBED */
.video_player2 {
    display: block;
    position: relative;
    /*padding-bottom: 56.23%; (original code) */
    padding: 0 !important;
    padding-bottom: 56.25% !important;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 !important;
    max-width: none !important;
margin-bottom: 12px !important;
}

.video_player2 > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.video_player2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.video_player2 img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto !important;
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    max-width: none !important;
}

.video_player2:hover img {
    -webkit-filter: brightness(75%);
}

.video_player2 .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: -36px !important;
    margin-top: -36px !important;
    position: absolute;
    background: url("/v/images/play-video.png") no-repeat;
    cursor: pointer;
    max-width: none !important;
}

/* END STYLE for NEW YOUTUBE VIDEO EMBED */

/* .lower-list is used to style list items in the lower area of category pages */
.lower-list li {
margin-bottom: 10px;
}


.iframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=template.css.map */