@import url(//fonts.googleapis.com/css?family=Lato:300,400,700|Libre+Baskerville);

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?57585502');
  src: url('../font/fontello.eot?57585502#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?57585502') format('woff'),
       url('../font/fontello.ttf?57585502') format('truetype'),
       url('../font/fontello.svg?57585502#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.clearfix {
  clear: both;
}

body {
  background: #d1d1d1 url(/siteflow/images/body-bg.gif) top repeat-x;
  background: -webkit-linear-gradient(white 9%, #d8d8d8 24%, #d1d1d1 54%) no-repeat #d1d1d1;
  background: -webkit-gradient(linear, top left, bottom left, from(white), color-stop(24%, #d8d8d8), to(#d1d1d1)) no-repeat #d1d1d1;
  background: linear-gradient(white 9%, #d8d8d8 24%, #d1d1d1 54%) no-repeat #d1d1d1;
  font-family: Verdana, Arial, sans-serif;
}

.main-container {
  display: block;
  width: 970px;
  margin: 10px auto 0;
}
#column-container {
  width: 970px;
  min-height: 600px;
}
.left-column {
  float: left;
  width: 200px;
  vertical-align: top;
}
.right-column {
  float: right;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0,0,0,.17);
  min-height: 600px;
  width: 758px;
  background: #fff;
  margin-bottom: 1em;
}
footer {
    width: 758px;
    margin-left: 200px;
}
.title-box {
  padding: 0.7em 0;
  border-bottom: 1px solid rgba(0,0,0,.17);
}
#brand-logo {
  width: 125px;
  float: right;
}
#brand-logo img {
  float: right;
  width: 100%;
}
.content {
  padding: 1em .6em
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.inline-block {
  display: inline-block;
}
.center {
  text-align: center;
}
.fancytext {
  font-family: 'Libre Baskerville', Times, serif;
}
.latotext {
  font-family: 'Lato', Arial, sans-serif;
}

/*==========
	Typography
==========*/

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .75em;
}

p {
  margin: 1em 0;
  line-height: 1.35;
}

.navigation {
  border: 1px solid rgba(0,0,0,.17);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #0D47A1;
  padding: 0;
  margin: 0;
}
.navigation a {
  font: 1em/1 'Lato', Arial, sans-serif;
  display: block;
  width: 100%;
  padding: 0.7em 0em .7em 0em;
  background: #1976D2;
  color: #ffffff;
  text-decoration: none;
  margin: 1px 0px;
  cursor: pointer;
}
.navigation.subnav a {
  padding: .7em;
}
.navigation a:hover {
  background: #2196F3;
}
.navigation a.cart-btn {
  background: #00796B;
}
.navigation a.cart-btn:hover {
  background: #009688;
}
.navigation li:first-child a {
  margin: 0px 0px 1px;
}
.navigation li:last-child a {
  margin: 1px 0px 0px;
}
.navigation a.parent:after {
    font-family: 'fontello';
    content: '\e800';
    float: right;
    opacity: .4;
}
.subnav,
.subnav li,
.subnav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subnav {
  position: relative;
  z-index: 597;
}
.subnav li {
  min-height: 1px;
  vertical-align: middle;
  position: relative;
}
.subnav ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
.subnav ul li {
  float: none;
}
.subnav li:hover > ul {
  visibility: visible;
}
.subnav ul {
  left: 85%;
  top: 0px;
}
.subcategory {
  background: #0C377B;
  border: 1px solid rgba(0,0,0,.17);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.subcategory a {
  font-size: .9em;
  background: #0D47A1;
}
.subcategory a:hover {
  background: #1976D2;
}




.btn-3col-container {
  display: inline-block;
  width: 32.7%;
}
.img-3col {
  width: 180px;
  display: block;
  margin: .3em auto .3em;
}
.btn-2col-container,
.col2-container {
  display: inline-block;
  width: 49.5%;
}
.img-2col {
  width: 180px;
  display: block;
  margin: .3em auto .3em;
}
.small-padding {
  padding: 1em 0;
}
.small-margin {
  margin: .5em 0;
}
.med-margin {
  margin: 1em 0;
}
.border {
  border: 2px solid #333333;
}
.materialshadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.materialshadow:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.materialshadow:active {
  box-shadow: none;
}
.color-boxes {
  cursor: default;
}
.color-boxes::selection,
.color-boxes div::selection {
  background: none;
}
.color-boxes div {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.17);
    border-radius: 3px;
    padding: .3em;
    cursor: default;
}

.color-boxes .black {
    background: #000000;
    color: #ffffff;
}

.color-boxes .beige {
    background: #F0E2C8;
}

.color-boxes .hartfordgreen {
    background: #314C3F;
    color: #ffffff;
}

.color-boxes .quakerbronze {
    background: #3D3C3A;
    color: #ffffff;
}

.color-boxes .sandstone {
    background: #BBB09C;
}

.color-boxes .walnutbrown {
    background: #503E30;
    color: #ffffff;
}

/*
Custom Slider Styles
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #1976D2;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1976D2;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    background: #d6d6d6;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.button {
    display: inline-block;
    padding: 0.3em 0.7em;
    font: 1.3em/1.5 'Lato', Arial, sans-serif;
    border-radius: 3px;
    text-decoration: none !important;
    margin: .6em 0;
}
.price-button {
    display: inline-block;
    padding: 0.3em 0.7em;
    font: 1.3em/1.5 'Lato', Arial, sans-serif;
    border-radius: 3px;
    height: 35px;
    width: 90px;
    position: relative;
    margin: .6em 0;
}
.price-button.wide {
  width: 170px;
}
.price-button > paper-ripple {
  border-radius: 2px;
  overflow: hidden;
}
a.price-button div.fit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.white-blue {
    background: #f7f7f7;
    color: #1976D2;
    border: 1px solid #1976D2;
}
.spec-list {
    list-style: disc;
    font-size: 0.9em;
    margin: 1em;
}

.spec-list li {
    margin: 0.4em 0;
}

.ziptrack-table {
    border: 1px solid rgba(0,0,0,.17);
}

.ziptrack-table img {
    vertical-align: bottom;
}

.ziptrack-table {
    font: .9em 'Lato', Arial, sans-serif;
    width: 100%;
}

.ziptrack-table td {
    padding: 0.3em;
    border: 1px solid rgba(0,0,0,.17);
    vertical-align: middle;
}
.ziptrack-table tr:first-child {
    background: #2196F3;
    color: #ffffff;
}

.ziptrack-table tr:nth-child(even) {
    background: #E3F2FD;
}
