@import url(http://fonts.googleapis.com/css?family=Coda:400,800);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
a, b, body, canvas, div, em, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, img, label, li, menu, nav, ol, p, section, small, span, strong, table, tbody,
td, tfoot, th, thead, tr, u, ul, video {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: url(/img/bg.png) fixed center top;
  box-sizing: border-box;
  min-height: 100%;
  min-width: 320px;
  overflow: auto;
  padding-bottom: 5em;
  position: relative; }

/*
h1 {
	color: #222;
	display: block;
	font-family: $font-display;
	font-size: 3em;
	height: 100%;
	margin: 1em 0;
	text-align: center;
	text-shadow: 1px 1px 1px #222;
}
*/
h1 {
  background: -webkit-linear-gradient(left, #41698e, #5283b0, #5283b0, #41698e) #5283b0;
  background: linear-gradient(to right, #41698e, #5283b0, #5283b0, #41698e) #5283b0;
  box-shadow: 0 2px 2px #222;
  box-sizing: border-box;
  color: #eee;
  font-family: "coda", sans-serif;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1.4;
  padding: .5em 1em;
  text-align: center;
  text-shadow: 1px 1px 3px #888;
  z-index: 1; }
  @media all and (max-width: 768px) {
    h1 {
      font-size: 2em; } }
  @media all and (max-width: 768px) {
    h1 {
      font-size: 1.8em; } }

h2 {
  background: -webkit-linear-gradient(left, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
  background: linear-gradient(to right, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
  box-shadow: 0 2px 2px #222;
  box-sizing: border-box;
  color: #eee;
  font-family: "coda", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.1;
  padding: .5em 1em;
  text-align: center;
  text-shadow: 1px 1px 3px #888;
  z-index: 1; }

h3 {
  background: -webkit-linear-gradient(left, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
  background: linear-gradient(to right, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
  box-shadow: 0 2px 2px #222;
  box-sizing: border-box;
  color: #eee;
  font-family: "coda", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.1;
  padding: .5em 1em;
  text-align: center;
  text-shadow: 1px 1px 3px #888;
  z-index: 1; }

h5 {
  color: #333;
  font-family: "coda", sans-serif;
  font-size: 2.6em;
  line-height: 2;
  padding-top: 1em;
  text-align: center;
  text-shadow: 1px 1px 3px #888; }

html {
  font-size: 10px;
  height: 100%; }

video {
  display: block;
  margin: .2em auto;
  position: relative;
  width: 96%; }
  video:first-of-type {
    margin-top: 1.2em; }
  video:last-of-type {
    margin-bottom: .6em; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.lay-away div:first-of-type {
  padding-left: 12em; }

.lay-away div:last-of-type {
  padding-right: 12em; }

@media all and (max-width: 992px) {
  .lay-away div:first-of-type, .lay-away div:last-of-type {
    padding: 0; } }

.lay-away img {
  display: block;
  margin: 2em auto;
  position: relative; }
  @media all and (max-width: 992px) {
    .lay-away img {
      width: 16em; } }

.lay-away ul {
  margin: 3em 0; }
  @media all and (max-width: 992px) {
    .lay-away ul {
      margin-top: 1em; } }

.careers img {
  display: block;
  float: left;
  margin: 3em 2em 0;
  position: relative; }
  @media all and (max-width: 768px) {
    .careers img {
      width: 250px; } }
  @media all and (max-width: 480px) {
    .careers img {
      float: none;
      margin: 3em auto 0; } }

.careers p:first-of-type {
  padding-top: 3em; }

.careers a {
  display: block;
  font-size: 1.6em;
  margin: 2em auto 2em;
  position: relative;
  text-decoration: underline; }

.left {
  float: left; }

.map {
  box-sizing: border-box;
  padding: 1em;
  position: relative;
  width: 100%; }
  .map iframe {
    border-radius: .5em;
    border: 1px solid #aaa;
    display: block;
    position: relative;
    width: 100%; }

.opaque {
  background: rgba(255, 255, 255, 0.6);
  border-radius: .5em;
  border: 1px solid #bbb;
  overflow: hidden; }

@-webkit-keyframes sky {
  0% {
    background-position: 0em top; }
  100% {
    background-position: -94.3em top; } }

@keyframes sky {
  0% {
    background-position: 0em top; }
  100% {
    background-position: -94.3em top; } }

header {
  -webkit-animation: 100s linear infinite both sky;
          animation: 100s linear infinite both sky;
  background: url(/img/sky.jpg) fixed repeat-x 0em top;
  background-size: 94.3em 20em;
  box-shadow: 0 0 1em #1c285f inset;
  padding: 2em 0 2em;
  position: relative;
  z-index: 1; }
  header > div {
    background: url(/img/logo.png) no-repeat 1em top;
    background-size: auto 14em;
    height: 16em;
    margin: auto;
    max-width: 1200px;
    position: relative; }
  header .link {
    color: #222;
    font-family: "open sans", sans-serif;
    position: absolute;
    text-align: center; }
    header .link a, header .link span {
      vertical-align: middle; }
  header .address, header .email, header .phone {
    bottom: -1em;
    text-shadow: 1px 1px 2px #4b60c9;
    white-space: nowrap; }
    header .address a, header .email a, header .phone a {
      color: inherit;
      font-size: 1.8em;
      font-weight: 600;
      text-decoration: none; }
      header .address a:hover, header .email a:hover, header .phone a:hover {
        text-decoration: underline; }
    header .address span, header .email span, header .phone span {
      font-size: 1.4em;
      padding-right: .5em;
      vertical-align: middle; }
  header .address {
    left: 1em;
    position: absolute;
    width: 36em;
    text-align: center;
    z-index: 1; }
    header .address span {
      font-size: 1.8em;
      font-weight: 600; }
  header .email {
    right: 1em; }
  header .phone {
    left: 0;
    width: 100%; }
  header .ebay, header .fb {
    display: inline-block;
    margin: 0 .8em; }
    header .ebay a, header .fb a {
      border-radius: .5em;
      display: inline-block;
      height: 4em;
      -webkit-transition: background-color .4s;
              transition: background-color .4s; }
      header .ebay a:hover, header .fb a:hover {
        background-color: rgba(0, 0, 0, 0.2); }
  header .ebay a {
    background: url(/img/ebay.png) no-repeat center;
    background-size: auto 100%;
    width: 8em; }
  header .fb a {
    background: url(/img/fb.png) no-repeat center;
    background-size: auto 100%;
    width: 3.5em; }
  header .links {
    position: absolute;
    right: 1em;
    top: 5em; }
  @media all and (max-width: 1200px) {
    header .email span, header .phone span {
      display: inline-block;
      width: 6em; }
    header .email {
      width: 32em;
      text-align: left; }
    header .phone {
      bottom: 1.5em;
      left: auto;
      right: 1em;
      width: 32em;
      text-align: left; }
    header .links {
      top: 3.8em; } }
  @media all and (max-width: 768px) {
    header {
      text-align: center; }
      header > div {
        background: url(/img/logo.png) no-repeat center top;
        background-size: auto 10.6em; }
      header .address, header .email, header .phone {
        bottom: auto;
        display: block;
        left: auto;
        position: relative;
        right: auto;
        text-align: center;
        top: 11em;
        width: auto; }
        header .address a, header .email a, header .phone a {
          font-size: 1.4em; }
        header .address span, header .email span, header .phone span {
          font-size: 1.2em; }
      header .address {
        margin-bottom: .2em; }
      header .email, header .phone {
        margin: auto;
        width: 26em;
        text-align: left;
        display: inline-block; }
        header .email:after, header .phone:after {
          content: '';
          display: block;
          position: relative; } }
  @media all and (max-width: 600px) {
    header > div {
      background-size: auto 9em;
      background-position: center 2em; }
    header .links {
      top: -1.8em; } }

menu {
  background: -webkit-linear-gradient(left, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
  background: linear-gradient(to right, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
  border-bottom: 1px solid #26561e;
  border-top: 1px solid #26561e;
  left: 0;
  margin-bottom: 3em;
  padding: .5em 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  menu:after {
    background: -webkit-linear-gradient(left, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
    background: linear-gradient(to right, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
    border-bottom: 1px solid #922314;
    border-top: 1px solid #922314;
    bottom: -2.1em;
    content: '';
    display: block;
    height: 2em;
    left: 0;
    position: absolute;
    width: 100%; }
  menu.fixed {
    margin: 0;
    position: fixed;
    top: 0; }
    menu.fixed + * {
      margin-top: 8.98em; }
  menu a {
    color: #eee;
    display: block;
    font-family: "open sans", sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 2.6;
    margin: 0 .05em;
    padding: 0 1em;
    text-decoration: none; }
    menu a:hover, menu a.active {
      background: -webkit-linear-gradient(top, #3b872f, #2f6d26) #3b872f;
      background: linear-gradient(to bottom, #3b872f, #2f6d26) #3b872f; }
    menu a:hover {
      text-decoration: underline; }
  menu li {
    display: inline-block; }
  menu ul {
    list-style: none;
    text-align: center;
    white-space: nowrap; }
  menu .dropdown {
    position: relative; }
    menu .dropdown li {
      display: block; }
    menu .dropdown ul {
      background: -webkit-linear-gradient(left, #367c2b, #46a238, #46a238, #367c2b) #46a238;
      background: linear-gradient(to right, #367c2b, #46a238, #46a238, #367c2b) #46a238;
      border: 0.4em solid #3e8f32;
      display: none;
      position: absolute;
      left: 0;
      z-index: 1; }

.no-script menu .dropdown:hover ul, menu .dropdown.show ul {
  display: block; }

@media all and (max-width: 768px) {
  menu {
    cursor: pointer;
    padding: 5.68em 0 0;
    text-align: right; }
    menu:before {
      background: url(/img/menu.png) no-repeat right 0.6em, -webkit-linear-gradient(left, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
      background: url(/img/menu.png) no-repeat right 0.6em, linear-gradient(to right, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
      background-size: auto 1.6em, auto;
      color: #eee;
      content: "MENU";
      cursor: inherit;
      display: block;
      font-family: "pt sans", sans-serif;
      font-size: 2em;
      font-weight: 800;
      left: 0;
      line-height: 2.8em;
      padding-right: 1.8em;
      position: absolute;
      right: 0;
      top: 0; }
    menu.fixed ul {
      max-height: 100%;
      position: fixed;
      padding-top: 5.8em;
      top: 0; }
    menu li {
      display: block; }
    menu ul {
      background: -webkit-linear-gradient(left, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
      background: linear-gradient(to right, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
      border-top: 1px solid #153011;
      width: 100%;
      box-sizing: border-box;
      height: 0;
      overflow: auto;
      position: absolute;
      z-index: -1; }
    menu .dropdown ul {
      height: auto;
      padding-top: 0;
      position: relative; }
  .no-script menu :hover, menu.show {
    background: -webkit-linear-gradient(left, #367c2b, #46a238, #46a238, #367c2b) #46a238;
    background: linear-gradient(to right, #367c2b, #46a238, #46a238, #367c2b) #46a238; }
    .no-script menu :hover:after, menu.show:after {
      display: none; }
    .no-script menu :hover:before, menu.show:before {
      background: url(/img/menu.png) no-repeat right 0.6em, -webkit-linear-gradient(left, #367c2b, #46a238, #46a238, #367c2b) #46a238;
      background: url(/img/menu.png) no-repeat right 0.6em, linear-gradient(to right, #367c2b, #46a238, #46a238, #367c2b) #46a238;
      background-size: auto 1.6em, auto; }
    .no-script menu :hover > ul, menu.show > ul {
      height: auto; }
      .no-script menu :hover > ul:after, menu.show > ul:after {
        background: -webkit-linear-gradient(left, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
        background: linear-gradient(to right, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
        border-bottom: 1px solid #922314;
        border-top: 1px solid #922314;
        content: '';
        display: block;
        height: 2em;
        position: relative;
        width: 100%; } }

section {
  clear: both;
  float: none;
  margin: 0 auto 1em;
  max-width: 1200px;
  position: relative;
  text-align: center;
  width: 100%;
  /*
	&:first-of-type {
		box-sizing: border-box;
		margin: 0 auto .5em;
		padding: 9em 0 .5em 0;
	}
	*/ }
  section:last-of-type:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    height: 2em;
    position: relative; }
  section:last-of-type {
    padding-bottom: 0; }
  section.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 768px) {
      section.flex {
        display: block; } }
  section.small {
    margin-top: 2em;
    max-width: 992px; }
    section.small .address, section.small .hours {
      box-sizing: border-box;
      display: inline-block;
      margin-top: 1em;
      max-width: 20em;
      padding: 0 .5em 1em;
      position: relative;
      vertical-align: top;
      width: 33.33%; }
      @media all and (max-width: 992px) {
        section.small .address, section.small .hours {
          width: 50%; } }
      @media all and (max-width: 768px) {
        section.small .address, section.small .hours {
          margin-bottom: 1em;
          padding-bottom: 0;
          width: 100%; } }
    section.small .logo.block {
      box-sizing: border-box;
      display: inline-block;
      padding: 0 .5em 1em;
      vertical-align: top;
      width: 33.33%; }
      @media all and (max-width: 992px) {
        section.small .logo.block {
          display: block;
          width: 100%; } }
  section a {
    color: black;
    text-decoration: none; }
    section a:hover {
      text-decoration: underline; }
  section hr {
    color: #eee;
    height: 1px;
    max-width: 90%; }
  section li {
    display: block;
    padding: .2em 2em;
    position: relative;
    text-align: left; }
    section li h4 {
      font-size: 1.4em;
      font-weight: bold;
      margin: .5em 0;
      padding: 0 .8em;
      position: relative;
      left: -1em; }
  section p {
    display: block;
    font-family: "pt sans", sans-serif;
    font-size: 1.6em;
    line-height: 1.4;
    margin: auto;
    max-width: 768px;
    padding: 1em 2em 0;
    position: relative;
    text-align: left; }
    section p:last-child {
      padding-bottom: 2em; }
    @media all and (max-width: 768px) {
      section p {
        font-size: 1.4em;
        line-height: 1.2; } }
    @media all and (max-width: 480px) {
      section p {
        font-size: 1.2em; } }
  section ul {
    box-sizing: border-box;
    display: inline-block;
    font-family: "pt sans", sans-serif;
    font-size: 1.6em;
    line-height: 1.4;
    max-width: 480px;
    margin: 1em 0 1em;
    position: relative;
    vertical-align: top;
    width: 100%; }
    @media all and (max-width: 768px) {
      section ul {
        font-size: 1.4em;
        line-height: 1.2; } }
    @media all and (max-width: 480px) {
      section ul {
        font-size: 1.2em; } }
  section .center p {
    padding-top: 2em;
    text-align: center; }
  section .address, section .hours {
    margin: 3em 0 1em;
    width: auto; }
  section .hours span {
    float: right;
    padding-left: 2em; }
  section .logo {
    background: url(/img/logo.png) no-repeat top left;
    background-size: contain;
    display: block;
    height: 8.2em;
    margin: 3em 4em 2em 2em;
    position: relative;
    width: 20em;
    margin: 5em auto 0; }
    section .logo.block {
      background-position: center top;
      float: none;
      margin: 3em auto 2em; }

footer {
  border-bottom: 1px solid #26561e;
  border-top: 1px solid #26561e;
  bottom: 0;
  display: block;
  height: 5em;
  background: -webkit-linear-gradient(left, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
  background: linear-gradient(to right, #26561e, #367c2b, #367c2b, #26561e) #367c2b;
  position: relative;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  footer:before {
    background: -webkit-linear-gradient(left, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
    background: linear-gradient(to right, #922314, #bf2e1a, #bf2e1a, #922314) #bf2e1a;
    border-bottom: 1px solid #922314;
    border-top: 1px solid #922314;
    content: '';
    position: absolute;
    top: -2em;
    left: 0;
    width: 100%;
    height: 2em; }
  footer span {
    color: black;
    font-family: serif;
    line-height: 5em; }

.column-2-1 {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%; }
  @media all and (max-width: 992px) {
    .column-2-1 {
      width: 100%; } }
  @media all and (max-width: 768px) {
    .column-2-1 {
      display: block;
      width: 100%; } }

.column-2-1-sm {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%; }
  @media all and (max-width: 480px) {
    .column-2-1-sm {
      display: block;
      width: 100%; } }

.column-2-2 {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 .5em 1em;
  position: relative;
  vertical-align: top;
  width: 100%; }

.column-3-1 {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 .5em 1em;
  position: relative;
  vertical-align: top;
  width: 33.33%; }
  @media all and (max-width: 992px) {
    .column-3-1 {
      display: block;
      width: 100%; } }

.column-3-1-lg {
  box-sizing: border-box;
  display: inline-block;
  padding: .5em;
  position: relative;
  vertical-align: top;
  width: 33.33%; }
  @media all and (max-width: 992px) {
    .column-3-1-lg {
      display: block;
      width: 50%; } }
  @media all and (max-width: 768px) {
    .column-3-1-lg {
      display: block;
      width: 100%; } }

.column-3-2 {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 66.66%; }
  @media all and (max-width: 992px) {
    .column-3-2 {
      display: block;
      width: auto; } }

.column-3-2-lg {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 66.66%; }
  @media all and (max-width: 992px) {
    .column-3-2-lg {
      width: 50%; } }
  @media all and (max-width: 768px) {
    .column-3-2-lg {
      width: auto; } }

.panel {
  box-sizing: border-box;
  margin: .5em;
  position: relative;
  padding-top: 7.5em; }
  .panel div {
    display: table; }
  .panel p {
    text-align: left; }
  .panel.buy {
    background: url(/img/buy.png) no-repeat center 2.8em, -webkit-linear-gradient(left, #cccccc, white 30%, white 70%, #cccccc);
    background: url(/img/buy.png) no-repeat center 2.8em, linear-gradient(to right, #cccccc, white 30%, white 70%, #cccccc);
    background-size: auto 4em, auto; }
  .panel.sell {
    background: url(/img/sell.png) no-repeat center 2.8em, -webkit-linear-gradient(left, #cccccc, white 30%, white 70%, #cccccc);
    background: url(/img/sell.png) no-repeat center 2.8em, linear-gradient(to right, #cccccc, white 30%, white 70%, #cccccc);
    background-size: auto 4em, auto; }
  .panel.save {
    background: url(/img/save.png) no-repeat center 1em, -webkit-linear-gradient(left, #cccccc, white 30%, white 70%, #cccccc);
    background: url(/img/save.png) no-repeat center 1em, linear-gradient(to right, #cccccc, white 30%, white 70%, #cccccc);
    background-size: auto 7em, auto; }

.products {
  font-family: "pt sans", sans-serif;
  line-height: 1.2;
  text-align: left;
  position: relative;
  /*
		&.car-audio:before {
			background: url(/img/products/car-audio.png) no-repeat center bottom / contain;
			content: '';
			display: block;
			height: 100%;
			max-width: $bp-xl;
			opacity: .3;
			position: fixed;
			top: 0;
			width: 100%;
		}
		*/
  /*
		&.electronics:before {
			background: url(/img/products/electronics.png) no-repeat center bottom / contain;
			content: '';
			display: block;
			height: 100%;
			max-width: $bp-xl;
			opacity: .3;
			position: fixed;
			top: 0;
			width: 100%;
		}
		*/
  /*
		&.jewelry:before {
			background: url(/img/products/jewelry.png) no-repeat center bottom / contain;
			content: '';
			display: block;
			height: 100%;
			max-width: $bp-xl;
			opacity: .3;
			position: fixed;
			top: 0;
			width: 100%;
		}
		*/
  /*
		&.musical:before {
			background: url(/img/products/musical.png) no-repeat center bottom / contain;
			content: '';
			display: block;
			height: 100%;
			max-width: $bp-xl;
			opacity: .3;
			position: fixed;
			top: 0;
			width: 100%;
		}
		*/
  /*
		&.sports:before {
			background: url(/img/products/sports.png) no-repeat center bottom / contain;
			content: '';
			display: block;
			height: 100%;
			max-width: $bp-xl;
			opacity: .3;
			position: fixed;
			top: 0;
			width: 100%;
		}
		*/
  /*
		&.tools:before {
			background: url(/img/products/tools.png) no-repeat center bottom / contain;
			content: '';
			display: block;
			height: 100%;
			max-width: $bp-xl;
			opacity: .3;
			position: fixed;
			top: 0;
			width: 100%;
		}
		*/
  /*
		&.video-games:before {
			background: url(/img/products/video-games.png) no-repeat center bottom / contain;
			content: '';
			display: block;
			height: 100%;
			max-width: $bp-xl;
			opacity: .3;
			position: fixed;
			top: 0;
			width: 100%;
		}
		*/ }
  .products .car-audio {
    float: left; }
  .products .electronics {
    float: left; }
  .products .jewelry {
    float: left; }
  .products .musical {
    float: left; }
  .products .sports {
    float: left; }
  .products .tools {
    float: left; }
  .products .video-games {
    float: left; }
  .products:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    position: relative; }
  .products img {
    border: 2px solid transparent;
    display: block;
    height: 8em;
    position: relative;
    -webkit-transition: border-color .4s;
            transition: border-color .4s;
    width: 12em; }
    .products img:hover {
      border-color: #5283b0; }
    .products img.left {
      height: auto;
      width: 10em;
      margin: 2em 3em; }
  .products section {
    text-align: left; }
  .products .item {
    box-sizing: border-box;
    float: left;
    padding: .4em;
    position: relative; }
    .products .item > div {
      padding: .8em; }
    .products .item a {
      float: left;
      margin-right: .8em; }
  .products .info {
    font-size: 1.4em;
    font-weight: 800;
    position: relative;
    top: 2px; }
  .products .pages {
    clear: both;
    float: none;
    font-family: "pt sans", sans-serif;
    font-weight: 600;
    margin: auto;
    max-width: 768px;
    padding: 2em;
    position: relative;
    text-align: left; }
    .products .pages a, .products .pages span {
      font-size: 1.6em;
      padding: 0 .4em; }
      .products .pages a:first-child, .products .pages span:first-child {
        float: left;
        padding-right: 1em; }
      .products .pages a:last-child, .products .pages span:last-child {
        float: right;
        padding-left: 1em; }
    .products .pages a {
      color: #5283b0;
      text-decoration: underline; }
    .products .pages span {
      color: black;
      text-decoration: none; }
  .products .price {
    font-size: 1.5em;
    position: absolute;
    bottom: .8em;
    right: 1.5em; }
  .products.search .search div {
    top: -8px; }
  .products .search {
    box-sizing: border-box;
    display: inline-block;
    padding: .8em;
    position: relative;
    vertical-align: top;
    width: 100%; }
    .products .search div {
      background: -webkit-linear-gradient(left, #41698e, #5283b0, #5283b0, #41698e) #5283b0;
      background: linear-gradient(to right, #41698e, #5283b0, #5283b0, #41698e) #5283b0;
      box-shadow: 0 2px 2px #222;
      box-sizing: border-box;
      top: -2px;
      padding: 1.1em 10.6em 1em 1em;
      position: relative; }
    .products .search form {
      display: block;
      position: relative;
      width: 100%; }
    .products .search input {
      border: none;
      height: 46px;
      line-height: 1.2;
      margin: 0; }
    .products .search input[type=submit] {
      background: -webkit-linear-gradient(top, #8aabca, #608db6) #8aabca;
      background: linear-gradient(to bottom, #8aabca, #608db6) #8aabca;
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px;
      border: 1px solid #5283b0;
      box-sizing: border-box;
      color: #eee;
      cursor: pointer;
      font-family: "open sans", sans-serif;
      font-size: 1.6em;
      font-weight: 900;
      line-height: .9;
      padding: 4px 8px;
      position: absolute;
      -webkit-transition: color .4s, text-shadow .4s;
              transition: color .4s, text-shadow .4s;
      width: 6em; }
      .products .search input[type=submit]:hover {
        background: -webkit-linear-gradient(top, #a6bfd6, #7ca1c3) #a6bfd6;
        background: linear-gradient(to bottom, #a6bfd6, #7ca1c3) #a6bfd6;
        color: white;
        text-shadow: 0 0 2px #666; }
    .products .search input[type=text] {
      box-shadow: 0 0 4px black inset;
      border-bottom-left-radius: 8px;
      border-top-left-radius: 8px;
      box-sizing: border-box;
      color: #555;
      font-family: "open sans", sans-serif;
      font-size: 1.6em;
      padding: 4px 1em;
      width: 100%; }
    @media all and (max-width: 992px) {
      .products .search .column-3-2 {
        width: 100%; } }

.slider {
  box-sizing: border-box;
  display: block;
  height: 34em;
  padding: 1em; }
  .slider li {
    background-position: center;
    background-size: cover;
    border: 1px solid #888;
    border-radius: .5em;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s;
            transition: opacity 1s;
    width: 100%; }
    .slider li.show {
      opacity: 1; }
  .slider ul {
    box-sizing: border-box;
    display: block;
    height: 100%;
    list-style: none;
    margin: 0;
    max-width: none;
    position: relative; }

input[type=button], input[type=submit] {
  background: #eee;
  border-radius: 5px;
  border: 1px solid #bbb;
  color: #444;
  cursor: pointer;
  font-family: "pt sans", sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: .1em .4em; }
  input[type=button]:hover, input[type=submit]:hover {
    background: #fff; }
  input[type=button]:active, input[type=submit]:active {
    background: #444;
    color: #eee; }

input[type=text], input[type=password] {
  background: white;
  border-radius: 5px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-family: "pt sans", sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: .2em .4em;
  vertical-align: middle; }

label {
  color: #444;
  font-size: 1.4em;
  text-align: left;
  vertical-align: middle; }

select {
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-family: "pt sans", sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: .2em .4em;
  vertical-align: middle; }

textarea {
  background: white;
  border-radius: 5px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-family: "pt sans", sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: .2em .4em;
  vertical-align: middle; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.shadow-box-overlay {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
  z-index: 10; }
  .shadow-box-overlay.loading, .shadow-box-overlay.show {
    -webkit-animation: .2s linear both fade-in;
            animation: .2s linear both fade-in;
    display: block;
    opacity: 1; }
  .shadow-box-overlay.show img {
    opacity: 1;
    position: relative; }
  .shadow-box-overlay div {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    padding: 2em;
    position: fixed;
    right: 0;
    top: 0; }
  .shadow-box-overlay img {
    background: white;
    box-sizing: border-box;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 20em;
    min-width: 20em;
    opacity: 0;
    outline: none;
    padding: 2em;
    -webkit-transition: opacity .4s;
            transition: opacity .4s; }

